aboutsummaryrefslogtreecommitdiff
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
commit2243c419e995c2636ea8824b60c62ba732e0f422 (patch)
tree0e605b964e74f143b8b304b6be23151c4ecbce64 /bfd/coffcode.h
parenta1934524a3fc1e93084d3148ddf590eb78eba875 (diff)
downloadgdb-2243c419e995c2636ea8824b60c62ba732e0f422.zip
gdb-2243c419e995c2636ea8824b60c62ba732e0f422.tar.gz
gdb-2243c419e995c2636ea8824b60c62ba732e0f422.tar.bz2
* 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 08e99f6..59469fd 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))