diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-22 16:47:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-22 16:47:01 +0000 |
commit | 584206dbd54bfbeed7e3d5943d796272b6c552b7 (patch) | |
tree | 5e68bb3925dd5a369bbe4bec30666cb1b1cdab0a /gas/ChangeLog | |
parent | a696b49ec591ed7ed09669102afc01b16e8f9cd0 (diff) | |
download | gdb-584206dbd54bfbeed7e3d5943d796272b6c552b7.zip gdb-584206dbd54bfbeed7e3d5943d796272b6c552b7.tar.gz gdb-584206dbd54bfbeed7e3d5943d796272b6c552b7.tar.bz2 |
* config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF
targeted ARM ports, otherwise just skip generating the reloc.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 50895c5..bf47244 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,7 @@ 2008-02-22 Nick Clifton <nickc@redhat.com> * config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF - targeted ARM ports. + targeted ARM ports, otherwise just skip generating the reloc. 2008-02-18 H.J. Lu <hongjiu.lu@intel.com> |