projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ac761
)
* func.c: Remove ANSI_PROTOTYPES conditional code.
author
Ben Elliston
<bje@au.ibm.com>
Fri, 8 Jul 2005 08:04:54 +0000
(08:04 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Fri, 8 Jul 2005 08:04:54 +0000
(08:04 +0000)
sim/erc32/ChangeLog
patch
|
blob
|
history
sim/erc32/func.c
patch
|
blob
|
history
diff --git
a/sim/erc32/ChangeLog
b/sim/erc32/ChangeLog
index 94bb5428b69d2dedd5abe081ce6eb8724c8b803c..7bf7bc2053f59673762920bdec6b4cb5139f115f 100644
(file)
--- a/
sim/erc32/ChangeLog
+++ b/
sim/erc32/ChangeLog
@@
-1,3
+1,7
@@
+2005-07-08 Ben Elliston <bje@au.ibm.com>
+
+ * func.c: Remove ANSI_PROTOTYPES conditional code.
+
2005-03-23 Mark Kettenis <kettenis@gnu.org>
* configure: Regenerate.
diff --git
a/sim/erc32/func.c
b/sim/erc32/func.c
index 878d4b295ad3e26d811fc8a8d114206e5212ea30..bf898bba6cc93f5eebac6db60138a0cbfc4d8c3c 100644
(file)
--- a/
sim/erc32/func.c
+++ b/
sim/erc32/func.c
@@
-1002,11
+1002,7
@@
sys_halt()
#include "ansidecl.h"
-#ifdef ANSI_PROTOTYPES
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
#include "libiberty.h"
#include "bfd.h"