diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-15 00:17:55 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-15 00:17:55 +0000 |
commit | 16b7d65d5ad80a5861d9c3a8b46984cbd9cb5996 (patch) | |
tree | 1b484c37f67f50e3fc764581f090e11083ea5821 /bfd | |
parent | 22e548aaec65755cbbfa01a80ce9fb0226b2321e (diff) | |
download | gdb-16b7d65d5ad80a5861d9c3a8b46984cbd9cb5996.zip gdb-16b7d65d5ad80a5861d9c3a8b46984cbd9cb5996.tar.gz gdb-16b7d65d5ad80a5861d9c3a8b46984cbd9cb5996.tar.bz2 |
* xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
(xcoff_mark): Likewise.
(xcoff_build_ldsyms): Mark absolute symbols.
PR 14000
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b3730bc..7edd6dc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 14 16:15:22 1998 Richard Henderson <rth@cygnus.com> + + * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section. + (xcoff_mark): Likewise. + (xcoff_build_ldsyms): Mark absolute symbols. + Wed Jan 14 16:03:11 1998 Richard Henderson <rth@cygnus.com> * bout.c (b_out_write_object_contents): Sort symbols before output |