This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Remove i386_immediate prototype


I checked in this patch to remove i386_immediate prototype.


H.J.
---
2006-12-26  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.c (i386_immediate): Remove prototype.

--- config/tc-i386.c.ss	2006-12-15 11:44:44.000000000 -0800
+++ config/tc-i386.c	2006-12-26 15:39:03.000000000 -0800
@@ -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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]