* coffcode.h Copy changes mistakenly done to libcoff.h in
authorClinton Popetz <cpopetz@cpopetz.com>
Sat, 29 Apr 2000 02:41:36 +0000 (02:41 +0000)
committerClinton Popetz <cpopetz@cpopetz.com>
Sat, 29 Apr 2000 02:41:36 +0000 (02:41 +0000)
4/24/2000 patch.

bfd/ChangeLog
bfd/coffcode.h

index fdf330619c758b5e846d6cf28bd8231029e92a4f..db6563ab9e57deb7773d8633c5827f9ccb8dd6a0 100644 (file)
@@ -1,3 +1,8 @@
+Fri Apr 28 21:34:44 2000  Clinton Popetz  <cpopetz@cygnus.com>
+
+       * coffcode.h Copy changes mistakenly done to libcoff.h in
+       4/24/2000 patch.        
+
 2000-04-29  Andreas Jaeger  <aj@suse.de>
 
        * libbfd-in.h: Correctly check GCC version.
index 08e99f6bae80b38c52ce47e6de834d3f173c6ce2..59469fdbc56d1bc842e2185c94eb90a595dae254 100644 (file)
@@ -1124,6 +1124,8 @@ dependent COFF routines:
 . boolean _bfd_coff_long_filenames;
 . boolean _bfd_coff_long_section_names;
 . unsigned int _bfd_coff_default_section_alignment_power;
+. boolean _bfd_coff_force_symnames_in_strings;
+. unsigned int _bfd_coff_debug_string_prefix_length;
 . void (*_bfd_coff_swap_filehdr_in) PARAMS ((
 .       bfd     *abfd,
 .       PTR     ext,
@@ -1321,6 +1323,12 @@ dependent COFF routines:
 .#define bfd_coff_symname_in_debug(abfd, sym)\
 .        ((coff_backend_info (abfd)->_bfd_coff_symname_in_debug) (abfd, sym))
 .
+.#define bfd_coff_force_symnames_in_strings(abfd)\
+.      (coff_backend_info (abfd)->_bfd_coff_force_symnames_in_strings)
+.
+.#define bfd_coff_debug_string_prefix_length(abfd)\
+.      (coff_backend_info (abfd)->_bfd_coff_debug_string_prefix_length)
+.
 .#define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\
 .        ((coff_backend_info (abfd)->_bfd_coff_print_aux)\
 .         (abfd, file, base, symbol, aux, indaux))
This page took 0.032229 seconds and 4 git commands to generate.