aboutsummaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-02 19:33:19 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-02 19:33:19 +0000
commitab941008ceb98198d1ec3e8fc88e2063f791a177 (patch)
tree382784c7f767f05caef447792d67697ccbfa4a4e /include/coff
parent209b399e003ab18db2ade1c3ebb79a8c4b97575e (diff)
downloadgdb-ab941008ceb98198d1ec3e8fc88e2063f791a177.zip
gdb-ab941008ceb98198d1ec3e8fc88e2063f791a177.tar.gz
gdb-ab941008ceb98198d1ec3e8fc88e2063f791a177.tar.bz2
* internal.h (union internal_auxent): Change x_csect.x_scnlen into
a union of a long and a pointer to a symbol. XCOFF sometimes uses this field as a symbol index.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index b1656f8..91c8d32 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,16 @@
+Wed Feb 2 14:31:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * internal.h (union internal_auxent): Change x_csect.x_scnlen into
+ a union of a long and a pointer to a symbol. XCOFF sometimes uses
+ this field as a symbol index.
+
+Mon Jan 10 23:54:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * ecoff.h (ecoff_debug_info): Remove fields line_end,
+ external_dnr_end, external_pdr_end, external_sym_end,
+ external_opt_end, external_aux_end, ss_end, external_fdr_end.
+ Replace ifdbase with ifdmap.
+
Wed Jan 5 17:05:36 1994 Ken Raeburn (raeburn@deneb.cygnus.com)
* ecoff.h (STYP_EXTENDESC, STYP_COMMENT, STYP_XDATA, STYP_PDATA):