diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-29 06:47:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-29 06:47:10 +0000 |
commit | 494dac0c9f1bb90c8b2886eb14554579ece202d5 (patch) | |
tree | 276ca3da767d055067ed636643591702e2ac237b /bfd/ChangeLog | |
parent | deaaf2f3701aad02d16c911393ec9fbc04d24ec1 (diff) | |
download | gdb-494dac0c9f1bb90c8b2886eb14554579ece202d5.zip gdb-494dac0c9f1bb90c8b2886eb14554579ece202d5.tar.gz gdb-494dac0c9f1bb90c8b2886eb14554579ece202d5.tar.bz2 |
* elf64-ppc.c (func_desc_adjust): Give linker created function
descriptor symbols a size and type.
(ppc64_elf_relocate_section): Correct lq insn test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c71b89..1f3b785 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-07-29 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (func_desc_adjust): Give linker created function + descriptor symbols a size and type. + (ppc64_elf_relocate_section): Correct lq insn test. + 2003-07-28 Eric Christopher <echristo@redhat.com> * elf32-ppc.c (R_PPC_RELAX32): New relocation. |