]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* coff-mips.c (mips_ecoff_backend_data): Add initialization of
authorClinton Popetz <cpopetz@cpopetz.com>
Fri, 28 Apr 2000 13:50:57 +0000 (13:50 +0000)
committerClinton Popetz <cpopetz@cpopetz.com>
Fri, 28 Apr 2000 13:50:57 +0000 (13:50 +0000)
_bfd_coff_force_symnames in strings and
_bfd_coff_debug_string_prefix_length to their default values.
* coff-sh.c: (bfd_coff_small_swap_table): Ditto.

bfd/ChangeLog
bfd/coff-mips.c
bfd/coff-sh.c

index 5f8be10335044f2d2963b438a86c6467c334bcef..18f76072b7b4777c4836ee399eaa76ef436a3638 100644 (file)
@@ -1,3 +1,10 @@
+Fri Apr 28 08:35:21 2000  Clinton Popetz  <cpopetz@cygnus.com>
+
+       * coff-mips.c (mips_ecoff_backend_data):  Add initialization of
+       _bfd_coff_force_symnames in strings and
+       _bfd_coff_debug_string_prefix_length to their default values.
+       * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
+
 Fri Apr 28 08:05:12 2000  Clinton Popetz  <cpopetz@cygnus.com>
 
        * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
index 7b1512f349801db54edf999a7a507a340a759b5f..dd7ace5ecdd3f545eb46b4b944aa30cfd93dece4 100644 (file)
@@ -2505,7 +2505,7 @@ static const struct ecoff_backend_data mips_ecoff_backend_data =
     (unsigned (*) PARAMS ((bfd *,PTR,PTR))) bfd_void, /* reloc_out */
     mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out,
     mips_ecoff_swap_scnhdr_out,
-    FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, true, false, 4,
+    FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, true, false, 4, false, 2,
     mips_ecoff_swap_filehdr_in, mips_ecoff_swap_aouthdr_in,
     mips_ecoff_swap_scnhdr_in, NULL,
     mips_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook,
index 821fecd4db2c8302fc2275587cd22affb6abc943..2d1a3c38c2029455e0ccea1e011faa9bc7bfbbdc 100644 (file)
@@ -3198,6 +3198,18 @@ static const bfd_coff_backend_data bfd_coff_small_swap_table =
   false,
 #endif
   2,
+  false,
+  2,
+#ifdef COFF_FORCE_SYMBOLS_IN_STRINGS
+  true,
+#else
+  false,
+#endif
+#ifdef COFF_DEBUG_STRING_WIDE_PREFIX
+  4,
+#else
+  2,
+#endif
   coff_swap_filehdr_in, coff_swap_aouthdr_in, coff_swap_scnhdr_in,
   coff_swap_reloc_in, coff_bad_format_hook, coff_set_arch_mach_hook,
   coff_mkobject_hook, styp_to_sec_flags, coff_set_alignment_hook,