gas/
authorJakub Jelinek <jakub@redhat.com>
Tue, 29 May 2007 13:18:59 +0000 (13:18 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 29 May 2007 13:18:59 +0000 (13:18 +0000)
commitc699f0877959d373f7c0fc03ce517ffba3cfac03
tree939ec461b7207c90b55433bbead2dd5dcdfa9a69
parent3ba20bde7e5976625515b62ba462f7bf2dbf8b23
gas/
2007-05-29  David S. Miller  <davem@davemloft.net>
    Jakub Jelinek  <jakub@redhat.com>

PR gas/4558
* config/tc-sparc.c (md_apply_fix): Fix relocation overflow checks
for BFD_RELOC_SPARC_WDISP16 and BFD_RELOC_SPARC_WDISP19.

gas/testsuite/
2007-05-29  Jakub Jelinek  <jakub@redhat.com>

PR gas/4558
* gas/sparc/sparc.exp: Add v9branch{1,2,3,4,5} tests.
* gas/sparc/v9branch1.d: New test.
* gas/sparc/v9branch1.s: New.
* gas/sparc/v9branch2.d: New test.
* gas/sparc/v9branch2.s: New.
* gas/sparc/v9branch3.d: New test.
* gas/sparc/v9branch3.s: New.
* gas/sparc/v9branch4.d: New test.
* gas/sparc/v9branch4.s: New.
* gas/sparc/v9branch5.d: New test.
* gas/sparc/v9branch5.s: New.
14 files changed:
gas/ChangeLog
gas/config/tc-sparc.c
gas/testsuite/ChangeLog
gas/testsuite/gas/sparc/sparc.exp
gas/testsuite/gas/sparc/v9branch1.d [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch1.s [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch2.d [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch2.s [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch3.d [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch3.s [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch4.d [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch4.s [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch5.d [new file with mode: 0644]
gas/testsuite/gas/sparc/v9branch5.s [new file with mode: 0644]