From 4d3bba911c230ae7a36e74d375b05a897a2ad70a Mon Sep 17 00:00:00 2001 From: Clinton Popetz Date: Sat, 29 Apr 2000 02:41:36 +0000 Subject: * coffcode.h Copy changes mistakenly done to libcoff.h in 4/24/2000 patch. --- bfd/coffcode.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bfd/coffcode.h') diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 08e99f6bae8..59469fdbc56 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -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)) -- cgit v1.2.1