From: Nick Clifton Date: Fri, 5 Feb 1999 17:34:41 +0000 (+0000) Subject: Fix arm-coff relocations. X-Git-Tag: gdb-4_18~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87612967437d9e557c268f492bc613d9fb321587;p=external%2Fbinutils.git Fix arm-coff relocations. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9fc6ca4..4519acd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +1999-02-05 Nick Clifton + + * config/tc-arm.h: Tidy OBJ_ELF and OBJ_COFF definitions. + + * config/tc-arm.c (md_apply_fix3): Fix BFD_RELOC_ARM_PCREL_BRANCH + for COFF ports. + start-sanitize-cygnus Thu Feb 4 10:35:47 1999 Jeffrey A Law (law@cygnus.com)