diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/bfin/reloc.d | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 116493c..3d9f1e4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-08-09 Bernd Schmidt <bernd.schmidt@analog.com> + + From Mike Frysinger <michael.frysinger@analog.com> + * gas/bfin/reloc.d: Adjust for the renamed relocations. + 2009-08-07 Daniel Jacobowitz <dan@codesourcery.com> * gas/arm/mapping2.s: Test code after .ident. diff --git a/gas/testsuite/gas/bfin/reloc.d b/gas/testsuite/gas/bfin/reloc.d index c2e402d..c42060a 100644 --- a/gas/testsuite/gas/bfin/reloc.d +++ b/gas/testsuite/gas/bfin/reloc.d @@ -4,17 +4,17 @@ RELOCATION RECORDS FOR \[\.text\]: OFFSET TYPE VALUE -0*0004 R_pcrel24 _call_data1 -0*0008 R_rimm16 .data -0*000a R_pcrel12_jump_s .text\+0x00000018 -0*000e R_pcrel24 call_data1\+0x00000008 -0*0012 R_huimm16 .data\+0x00000002 -0*0016 R_luimm16 .data\+0x00000004 -0*001a R_huimm16 load_extern1 +0*0004 R_BFIN_PCREL24 _call_data1 +0*0008 R_BFIN_RIMM16 .data +0*000a R_BFIN_PCREL12_JUMP_S .text\+0x00000018 +0*000e R_BFIN_PCREL24 call_data1\+0x00000008 +0*0012 R_BFIN_HUIMM16 .data\+0x00000002 +0*0016 R_BFIN_LUIMM16 .data\+0x00000004 +0*001a R_BFIN_HUIMM16 load_extern1 RELOCATION RECORDS FOR \[\.data\]: OFFSET TYPE VALUE -0*0006 R_byte_data load_extern1 +0*0006 R_BFIN_BYTE_DATA load_extern1 |