diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2005-10-24 18:42:37 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2005-10-24 18:42:37 +0000 |
commit | d80930e406f330e68a2020b7a845669c286a6dc6 (patch) | |
tree | bdb2bb473715113e4d6bc7db37b52ef55b9573ae /gas | |
parent | beb6bfe84a45198c22b6fb47ec34d34695dc1f3f (diff) | |
download | fsf-binutils-gdb-d80930e406f330e68a2020b7a845669c286a6dc6.zip fsf-binutils-gdb-d80930e406f330e68a2020b7a845669c286a6dc6.tar.gz fsf-binutils-gdb-d80930e406f330e68a2020b7a845669c286a6dc6.tar.bz2 |
* gas/bfin/flow2.d: Match changed assembler behaviour.
* gas/bfin/reloc.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/bfin/flow2.d | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/bfin/reloc.d | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7d0cfa8..051544d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-10-24 Bernd Schmidt <bernd.schmidt@analog.com> + + * gas/bfin/flow2.d: Match changed assembler behaviour. + * gas/bfin/reloc.d: Likewise. + 2005-10-24 Alexandre Oliva <aoliva@redhat.com> * gas/all/weakref1.s, gas/all/weakref1.d: New test. diff --git a/gas/testsuite/gas/bfin/flow2.d b/gas/testsuite/gas/bfin/flow2.d index 1f1e9f6..1ffe7c3 100644 --- a/gas/testsuite/gas/bfin/flow2.d +++ b/gas/testsuite/gas/bfin/flow2.d @@ -41,9 +41,9 @@ Disassembly of section .text: 48: 00 e2 01 00 JUMP.L 4a <MY_LABEL1\+0x20>; 4c: ff e2 ff ff JUMP.L 4a <MY_LABEL1\+0x20>; 50: ed 2f JUMP.S 2a <MY_LABEL1>; - 52: d7 2f JUMP.S 0 <MY_LABEL1-0x2a>; - 54: ea 2f JUMP.S 28 <MY_LABEL1-0x2>; - 56: d4 2f JUMP.S fffffffe.* + 52: d7 2f JUMP.S 0 .* + 54: d6 2f JUMP.S 0 .* + 56: d5 2f JUMP.S 0 .* 58: 04 1b IF CC JUMP fffffe60.* 5a: 5a 18 IF CC JUMP 10e.* 5c: 00 18 IF CC JUMP 5c <MY_LABEL1\+0x32>; diff --git a/gas/testsuite/gas/bfin/reloc.d b/gas/testsuite/gas/bfin/reloc.d index dcbad87..c2e402d 100644 --- a/gas/testsuite/gas/bfin/reloc.d +++ b/gas/testsuite/gas/bfin/reloc.d @@ -6,14 +6,8 @@ RELOCATION RECORDS FOR \[\.text\]: OFFSET TYPE VALUE 0*0004 R_pcrel24 _call_data1 0*0008 R_rimm16 .data -0*000a R_expst_push .text\+0x0000001c -0*000a R_expst_const .__constant\+0x00000004 -0*000a R_expst_sub .__operator -0*000a R_pcrel12_jump_s .__operator -0*000c R_expst_push call_data1 -0*000c R_expst_const .__constant\+0x00000008 -0*000c R_expst_add .__operator -0*000e R_pcrel24 .__operator +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 |