mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
4030e8f624
2004-04-24 Chris Demetriou <cgd@broadcom.com> * elf32-mips.c (elf_mips_gnu_rel_hi16, elf_mips_gnu_rel_lo16) (elf_mips_gnu_pcrel64, elf_mips_gnu_pcrel32): Remove. (bfd_elf32_bfd_reloc_type_lookup): Remove cases for BFD_RELOC_PCREL_HI16_S, BFD_RELOC_PCREL_LO16, BFD_RELOC_64_PCREL, and BFD_RELOC_32_PCREL. (mips_elf32_rtype_to_howto): Remove cases for R_MIPS_GNU_REL_HI16, R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32. * elfxx-mips.c (mips_elf_calculate_relocation): Likewise. (_bfd_mips_elf_lo16_reloc): Remove handling for R_MIPS_GNU_REL_HI16. (mips_elf_next_relocation): Move comment about matching HI/LO relocations to... (_bfd_mips_elf_relocate_section): Here. Remove handling for R_MIPS_GNU_REL_HI16. [ include/elf/ChangeLog ] 2004-04-24 Chris Demetriou <cgd@broadcom.com> * mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16) (R_MIPS_GNU_REL_HI16): Remove. (R_MIPS_GNU_REL16_S2): Update comment. [ ld/testsuite/ChangeLog ] 2004-04-24 Chris Demetriou <cgd@broadcom.com> * ld-elf/merge.d: XFAIL on all MIPS targets.
64 lines
1.8 KiB
Plaintext
64 lines
1.8 KiB
Plaintext
2004-04-24 Chris Demetriou <cgd@broadcom.com>
|
||
|
||
* mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16)
|
||
(R_MIPS_GNU_REL_HI16): Remove.
|
||
(R_MIPS_GNU_REL16_S2): Update comment.
|
||
|
||
2004-30-30 Galit Heller <Galit.Heller@nsc.com>
|
||
Tomer Levi <Tomer.Levi@nsc.com>
|
||
|
||
* common.h (EM_CR): Define.
|
||
* cr16c.h: New file.
|
||
|
||
2004-03-23 Paul Brook <paul@codesourcery.com>
|
||
|
||
* arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
|
||
|
||
2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
|
||
|
||
* sh.h: Add EF_SH4_NOMMU_NOFPU.
|
||
|
||
2004-03-01 Richard Sandiford <rsandifo@redhat.com>
|
||
|
||
* frv.h (EF_FRV_CPU_FR405, EF_FRV_CPU_FR450): Define.
|
||
|
||
2004-01-28 Roland McGrath <roland@redhat.com>
|
||
|
||
* common.h (AT_SECURE): New macro.
|
||
|
||
2004-01-21 Roland McGrath <roland@redhat.com>
|
||
|
||
* common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros.
|
||
(AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME,
|
||
AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH,
|
||
AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD,
|
||
AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.
|
||
|
||
2004-01-17 Mark Kettenis <kettenis@gnu.org>
|
||
|
||
* common.h (NT_OPENBSD_IDENT): Define.
|
||
|
||
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
2003-09-18 Alexandre Oliva <aoliva@redhat.com>
|
||
* frv.h (EF_FRV_FDPIC): New macro.
|
||
(EF_FRV_PIC_FLAGS): Adjust.
|
||
2003-08-08 Alexandre Oliva <aoliva@redhat.com>
|
||
* frv.h (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
|
||
R_FRV_FUNCDESC_GOTOFFLO, R_FRV_FUNCDESC_GOTOFFHI, R_FRV_GOTOFF12,
|
||
R_FRV_GOTOFFLO, R_FRV_GOTOFFHI): New.
|
||
2003-08-04 Alexandre Oliva <aoliva@redhat.com>
|
||
* frv.h (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO, R_FRV_FUNCDESC,
|
||
R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI, R_FRV_FUNCDESC_GOTLO):
|
||
New.
|
||
|
||
|
||
For older changes see ChangeLog-9103
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|