diff options
author | Eric Christopher <echristo@gmail.com> | 2002-02-09 04:40:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2002-02-09 04:40:18 +0000 |
commit | 027d73eb18a14046d4009e7eea9241837a93b584 (patch) | |
tree | 9f1ae757a0a47b1ed02ae69623fb005a64076f6a /bfd/ChangeLog | |
parent | e8b872bb0236340391db998ad4459327e4cf9d55 (diff) | |
download | gdb-027d73eb18a14046d4009e7eea9241837a93b584.zip gdb-027d73eb18a14046d4009e7eea9241837a93b584.tar.gz gdb-027d73eb18a14046d4009e7eea9241837a93b584.tar.bz2 |
2002-02-08 Eric Christopher <echristo@redhat.com>
From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
sections for the O32 ABI.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index af6ac67..750fea1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2002-02-08 Eric Christopher <echristo@redhat.com> + + From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela + sections for the O32 ABI. + 2002-02-08 Chris Demetriou <cgd@broadcom.com> * elf32-arm.h: Fix formatting of _("..."). |