diff options
author | Nick Clifton <nickc@redhat.com> | 1999-02-05 17:34:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-02-05 17:34:41 +0000 |
commit | 87612967437d9e557c268f492bc613d9fb321587 (patch) | |
tree | e54ec542bfa8fc37176e51fc3094c23fa037a82e | |
parent | d53e566bc0df1ffdded4ccdbb7e8a5d772ec201b (diff) | |
download | gdb-87612967437d9e557c268f492bc613d9fb321587.zip gdb-87612967437d9e557c268f492bc613d9fb321587.tar.gz gdb-87612967437d9e557c268f492bc613d9fb321587.tar.bz2 |
Fix arm-coff relocations.
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <nickc@cygnus.com> + + * 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) |