summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorClinton Popetz <cpopetz@cpopetz.com>2000-04-29 02:41:36 +0000
committerClinton Popetz <cpopetz@cpopetz.com>2000-04-29 02:41:36 +0000
commit4d3bba911c230ae7a36e74d375b05a897a2ad70a (patch)
tree4610ba12ae1fa3364b90a05fc2d26c472553ca42 /bfd/coffcode.h
parentc55a72bf395312eac043928849156f2be112cc2b (diff)
downloadgdb-4d3bba911c230ae7a36e74d375b05a897a2ad70a.tar.gz
* coffcode.h Copy changes mistakenly done to libcoff.h in
4/24/2000 patch.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h8
1 files changed, 8 insertions, 0 deletions
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))