aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-09 23:32:22 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-09 23:32:22 +0000
commit49488f2b2dc4d17b6f62b7f9f4494e0edb8fd035 (patch)
treefe0ecb969338d65394e5b65d9da0f7e0be8ce60b /bfd/libcoff.h
parent24e60978684ee2f137dc270ea3c3ef28da25ed37 (diff)
downloadgdb-49488f2b2dc4d17b6f62b7f9f4494e0edb8fd035.zip
gdb-49488f2b2dc4d17b6f62b7f9f4494e0edb8fd035.tar.gz
gdb-49488f2b2dc4d17b6f62b7f9f4494e0edb8fd035.tar.bz2
* coffcode.h (combined_entry_type): Add fix_line field.
(coff_slurp_line_table): Warn if we try to set the lineno field of a symbol twice. (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and C_EINCL by setting fix_line. Fix C_BSTAT symbol value. * coffgen.c (coff_mangle_symbols): Handle fix_line. (coff_write_symbol): Only use N_DEBUG if the symbol is in the absolute section. (coff_print_symbol): Print fix_value symbols in a useful fashion. * libcoff.h: Rebuild.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index 98eeaf3..df83b65 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -294,6 +294,11 @@ unsigned int fix_end : 1;
Created by coff_pointerize_aux. */
unsigned int fix_scnlen : 1;
+ /* Fix up an XCOFF C_BINCL/C_EINCL symbol. The value is the
+ index into the line number entries. Set by
+ coff_slurp_symbol_table. */
+unsigned int fix_line : 1;
+
/* The container for the symbol structure as read and translated
from the file. */