]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* subsegs.h (segment_info_type): Give the struct a name.
authorIan Lance Taylor <ian@airs.com>
Wed, 24 Jun 1998 23:08:26 +0000 (23:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 24 Jun 1998 23:08:26 +0000 (23:08 +0000)
* config/tc-h8300.h (tc_reloc_mangle): Add prototype.
* config/tc-h8500.h (tc_reloc_mangle): Declare.
* config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
* config/tc-w65.h (tc_reloc_mangle): Declare.
* config/tc-z8k.h (tc_reloc_mangle): Declare.

gas/ChangeLog
gas/config/tc-h8500.h
gas/config/tc-w65.h

index 7d95127d2511773522e0d02d570ef2d33a12329a..4e314c465fad150800482b14a6b4688bf0f027bc 100644 (file)
@@ -1,3 +1,12 @@
+Wed Jun 24 19:06:04 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * subsegs.h (segment_info_type): Give the struct a name.
+       * config/tc-h8300.h (tc_reloc_mangle): Add prototype.
+       * config/tc-h8500.h (tc_reloc_mangle): Declare.
+       * config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
+       * config/tc-w65.h (tc_reloc_mangle): Declare.
+       * config/tc-z8k.h (tc_reloc_mangle): Declare.
+
 Wed Jun 24 13:45:00 1998  Catherine Moore  <clm@cygnus.com>
 
         * config/tc-v850.c (v850_comm):  Restore old section
index d5c2ffe54169196d81b69b99c5255c3a27f67789..2a53ec35ce2b64c21297ceb33b26858157bd2930 100644 (file)
 
 #define TARGET_BYTES_BIG_ENDIAN 1
 
+#if ANSI_PROTOTYPES
+struct internal_reloc;
+#endif
+
 #define WORKING_DOT_WORD
 
 /* This macro translates between an internal fix and an coff reloc type */
@@ -34,6 +38,8 @@
 #define IGNORE_NONSTANDARD_ESCAPES
 
 #define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
+extern void tc_reloc_mangle
+  PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
 
 #define DO_NOT_STRIP 0
 #define LISTING_HEADER "Hitachi H8/500 GAS "
index 632137602267a1bd89b7f5b673162db260c8c4e2..9794ad2eb5cff5ca7c999d22609fa96b5178a170 100644 (file)
 
 #define TARGET_BYTES_BIG_ENDIAN 0
 
+#if ANSI_PROTOTYPES
+struct internal_reloc;
+#endif
+
 #define WORKING_DOT_WORD
 
 /* This macro translates between an internal fix and an coff reloc type */
@@ -34,6 +38,8 @@
 #define IGNORE_NONSTANDARD_ESCAPES
 
 #define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
+extern void tc_reloc_mangle
+  PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
 
 #define DO_NOT_STRIP 0
 #define LISTING_HEADER "W65816 GAS "