diff options
author | Stan Cox <scox@redhat.com> | 2002-09-18 01:38:20 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2002-09-18 01:38:20 +0000 |
commit | a902ee94b7b0212607630a2c0920565f01899051 (patch) | |
tree | c44eaf1ffede5a8c9d90be1f791ee0b9661b5ca3 /bfd/ChangeLog | |
parent | 419586656da32a0ea553d34a9bed51037a22993a (diff) | |
download | gdb-a902ee94b7b0212607630a2c0920565f01899051.zip gdb-a902ee94b7b0212607630a2c0920565f01899051.tar.gz gdb-a902ee94b7b0212607630a2c0920565f01899051.tar.bz2 |
* elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
(mips_elf64_final_gp): Don't make up gp value.
* elfn32-mips.c (mips_elf_final_gp): Likewise.
* elfxx-mips.c (_bfd_mips_elf_final_link): Always create
.MIPS.options/.options section.
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 4c0cbc7..ce930f8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2002-09-17 Stan Cox <scox@redhat.com> + + * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3. + (mips_elf64_final_gp): Don't make up gp value. + * elfn32-mips.c (mips_elf_final_gp): Likewise. + * elfxx-mips.c (_bfd_mips_elf_final_link): Always create + .MIPS.options/.options section. + 2002-09-17 David O'Brien <obrien@FreeBSD.org> * elf32-i386-fbsd.c: Always label using the EI_OSABI method. |