diff options
author | Eric Christopher <echristo@gmail.com> | 2003-07-29 06:42:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2003-07-29 06:42:51 +0000 |
commit | deaaf2f3701aad02d16c911393ec9fbc04d24ec1 (patch) | |
tree | a2e69de31de609f09c127c37e1c09db506f623c9 /bfd/ChangeLog | |
parent | 10eafd9ffdf334449fee4c9168e883022cdd9a51 (diff) | |
download | gdb-deaaf2f3701aad02d16c911393ec9fbc04d24ec1.zip gdb-deaaf2f3701aad02d16c911393ec9fbc04d24ec1.tar.gz gdb-deaaf2f3701aad02d16c911393ec9fbc04d24ec1.tar.bz2 |
2003-07-28 Eric Christopher <echristo@redhat.com>
* elf32-ppc.c (R_PPC_RELAX32): New relocation.
(ppc_elf_install_value): New function.
(ppc_elf_sort_rela): Remove.
(ppc_elf_relax_section): Rewrite. Remove old relaxation
and replace with out of range branch stubs.
(ppc_elf_relocate_section): Handle R_PPC_RELAX32.
2003-07-28 Eric Christopher <echristo@redhat.com>
* ppc.h (R_PPC_RELAX32): New. Fake relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5d7aeeb..3c71b89 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-07-28 Eric Christopher <echristo@redhat.com> + + * elf32-ppc.c (R_PPC_RELAX32): New relocation. + (ppc_elf_install_value): New function. + (ppc_elf_sort_rela): Remove. + (ppc_elf_relax_section): Rewrite. Remove old relaxation + and replace with out of range branch stubs. + (ppc_elf_relocate_section): Handle R_PPC_RELAX32. + 2003-07-29 Alexandre Oliva <aoliva@redhat.com> * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table @@ -101,7 +110,7 @@ * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code sections are assigned the LOAD attribute. -2003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp> +2003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp> * elf32-sh.c: Convert to C90. Replace PTR with void *. * elf32-sh64-com.c: Likewise. |