This is the mail archive of the binutils@sources.redhat.com 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]

[applied mips patch] prototype mips_dwarf2_addr_size


Looks like when DWARF2_ADDR_SIZE was defined to call
mips_dwarf2_addr_size, the latter wasn't prototypes.

Mmm, squashing warnings.


cgd
--
[ gas/ChangeLog ]
2004-04-23  Chris Demetriou  <cgd@broadcom.com>

	* config/tc-mips.h (mips_dwarf2_addr_size): Prototype.

Index: config/tc-mips.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.h,v
retrieving revision 1.33
diff -u -p -r1.33 tc-mips.h
--- config/tc-mips.h	23 Apr 2004 02:07:14 -0000	1.33
+++ config/tc-mips.h	24 Apr 2004 06:56:26 -0000
@@ -179,6 +179,7 @@ extern void mips_enable_auto_align (void
 extern enum dwarf2_format mips_dwarf2_format (void);
 #define DWARF2_FORMAT() mips_dwarf2_format ()
 
+extern int mips_dwarf2_addr_size (void);
 #define DWARF2_ADDR_SIZE(bfd) mips_dwarf2_addr_size ()
 
 #endif /* TC_MIPS */



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