diff options
author | Nick Clifton <nickc@redhat.com> | 2011-11-02 11:13:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-11-02 11:13:59 +0000 |
commit | 3da1d841a1e0a8d5dcc6d41176c65ee7698982c8 (patch) | |
tree | 0499cff16a3db45a2afd99af16a607e4d6829495 /gas/testsuite | |
parent | 89e208dbfed1fcf441e60fd0af51094c34188da6 (diff) | |
download | gdb-3da1d841a1e0a8d5dcc6d41176c65ee7698982c8.zip gdb-3da1d841a1e0a8d5dcc6d41176c65ee7698982c8.tar.gz gdb-3da1d841a1e0a8d5dcc6d41176c65ee7698982c8.tar.bz2 |
* config/tc-arm.c (md_begin): Remove ARM_PLT32 reloc associated
with the (PLT) instruction suffix when operating in eabi mode.
* doc/c-arm.texi (ARM_Relocations): Extend description of (PLT)
suffix.
* gas/arm/pic.d: Update expected output.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/pic.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2210cf5..3143609 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-11-02 Nick Clifton <nickc@redhat.com> + + * gas/arm/pic.d: Update expected output. + 2011-10-25 Joern Rennecke <joern.rennecke@embecosm.com> * gas/epiphany: New directory. diff --git a/gas/testsuite/gas/arm/pic.d b/gas/testsuite/gas/arm/pic.d index f5232a3..ac2a65d 100644 --- a/gas/testsuite/gas/arm/pic.d +++ b/gas/testsuite/gas/arm/pic.d @@ -13,7 +13,7 @@ Disassembly of section .text: 00+0 <[^>]*> eb...... bl 00+. <[^>]*> 0: R_ARM_(PC24|CALL) foo.* 00+4 <[^>]*> eb...... bl 0[0123456789abcdef]+ <[^>]*> - 4: R_ARM_PLT32 foo + 4: R_ARM_(PLT32|CALL) foo \.\.\. 8: R_ARM_ABS32 sym c: R_ARM_GOT32 sym |