From 5836732bf5537a11e97ce635d67f312ccc25d972 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 17 Feb 1995 17:51:00 +0000 Subject: [PATCH] Add PC relative support to PowerPC ELF assembler. --- gas/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 0e5889eec3..c54cdf38f8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Fri Feb 17 12:43:47 1995 Michael Meissner + + * 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 * expr.c (operand): Move md_operand handling to default case -- 2.34.1