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:
73c5127
)
2006-12-26 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Tue, 26 Dec 2006 23:42:11 +0000
(23:42 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Tue, 26 Dec 2006 23:42:11 +0000
(23:42 +0000)
* config/tc-i386.c (i386_immediate): Remove prototype.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 99dc1e66a5ef3c3ef937831319d4702bf87dab42..6f5d0d3c1964361b512bbc92ebfa944b6bf5b61f 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2006-12-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c (i386_immediate): Remove prototype.
+
2006-12-25 Kazu Hirata <kazu@codesourcery.com>
* config/tc-m68k.c (cpu_of_arch): Add fido.
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index e3cb3291c5ec98b60529f20184567b5998fc378a..86e7cf5ccb31d77974dfef38e9fb3fdb2f8b04a0 100644
(file)
--- a/
gas/config/tc-i386.c
+++ b/
gas/config/tc-i386.c
@@
-4493,11
+4493,8
@@
pe_directive_secrel (dummy)
}
#endif
-static int i386_immediate PARAMS ((char *));
-
static int
-i386_immediate (imm_start)
- char *imm_start;
+i386_immediate (char *imm_start)
{
char *save_input_line_pointer;
char *gotfree_input_line;