diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-02-17 17:51:00 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-02-17 17:51:00 +0000 |
commit | 5836732bf5537a11e97ce635d67f312ccc25d972 (patch) | |
tree | 0ffdf59662659065fe2d5835613d0c0564bd3948 /gas | |
parent | eaba51690a5d8e7c120f39f89001accc15615606 (diff) | |
download | gdb-5836732bf5537a11e97ce635d67f312ccc25d972.zip gdb-5836732bf5537a11e97ce635d67f312ccc25d972.tar.gz gdb-5836732bf5537a11e97ce635d67f312ccc25d972.tar.bz2 |
Add PC relative support to PowerPC ELF assembler.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0e5889e..c54cdf3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Fri Feb 17 12:43:47 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (md_pseudo_table): Don't redefine byte under + ELF. + (ppc_elf_cons): Don't support @pcrel any more, since DIFF_EXPR_OK + allows the normal expressions to generate it. + (md_apply_fix): Convert BFD_RELOC_32 with pcrel bit set into + BFD_RELOC_32_PCREL. Abort if either BFD_RELOC_16 or BFD_RELOC_8 + need PC relative relocations. + + * config/tc-ppc.h (DIFF_EXPR_OK): Define to allow PC relative + expressions to be handled. + Thu Feb 16 14:30:13 1995 Doug Evans <dje@cygnus.com> * expr.c (operand): Move md_operand handling to default case |