diff options
author | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-12-07 01:05:04 +0000 |
---|---|---|
committer | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-12-07 01:05:04 +0000 |
commit | a9922e52c74ef38d79817330f60af92b872e249a (patch) | |
tree | 7a77fe5dc89e456ab6ae00b40187c53a8d191845 /bfd/ChangeLog | |
parent | 69da3468fdc2f3ae407f56dd3ab64e3cbcf8842a (diff) | |
download | gdb-a9922e52c74ef38d79817330f60af92b872e249a.zip gdb-a9922e52c74ef38d79817330f60af92b872e249a.tar.gz gdb-a9922e52c74ef38d79817330f60af92b872e249a.tar.bz2 |
2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
From Ralf Baechle <ralf@gnu.org>
* elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
BFDs containing no sections or empty .text, .data or .bss sections
to be merged, regardless of their flags.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b22a043..70854bd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com> + + From Ralf Baechle <ralf@gnu.org> + + * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit + BFDs containing no sections or empty .text, .data or .bss sections + to be merged, regardless of their flags. + 2000-12-06 Kazu Hirata <kazu@hxi.com> * elf32-m32r.c: Fix formatting. |