diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-12-12 20:20:08 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-12-12 20:20:08 +0000 |
commit | a460cd7827cf9c3c0a4a179f660951ce2f362c73 (patch) | |
tree | 9cb2800d51ef13a11d0fd056db5e70c0620c3e9a | |
parent | e7bab9df0f262a93918225d984cb48161922e854 (diff) | |
download | gdb-a460cd7827cf9c3c0a4a179f660951ce2f362c73.zip gdb-a460cd7827cf9c3c0a4a179f660951ce2f362c73.tar.gz gdb-a460cd7827cf9c3c0a4a179f660951ce2f362c73.tar.bz2 |
Support BFD_RELOC_24_PLT_PCREL relocation
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2109b79..d0620c2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (ppc_elf_suffix): Move @plt to + BFD_RELOC_24_PLT_PCREL relocation. + (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL. + start-sanitize-d10v Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com> @@ -7,6 +13,9 @@ Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com> end-sanitize-d10v Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com) + * config/tc-mn10300.c (md_assemble): Update to handle endianness + issues correctly. + * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid! * config/tc-mn10300.c (md_assemble): Likewise. |