diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-03 18:34:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-03 18:34:02 +0000 |
commit | 814fe68ac5adac322a678f381cd6e5987ff4a6c8 (patch) | |
tree | c7f340c5491ea56bb3f7cae6721affc9ea74d5ea /bfd/ChangeLog | |
parent | 97578bb047ea6fc59ef2306ddce2cbe1221a2587 (diff) | |
download | gdb-814fe68ac5adac322a678f381cd6e5987ff4a6c8.zip gdb-814fe68ac5adac322a678f381cd6e5987ff4a6c8.tar.gz gdb-814fe68ac5adac322a678f381cd6e5987ff4a6c8.tar.bz2 |
* elflink.h (elf_bfd_final_link): When counting relocations, don't
count those in sections we are not including in the link.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f45eafc..412262f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +1999-09-03 Ian Lance Taylor <ian@zembu.com> + + * elflink.h (elf_bfd_final_link): When counting relocations, don't + count those in sections we are not including in the link. + Thu Sep 2 17:41:20 1999 Jeffrey A Law (law@cygnus.com) * elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINK |