OSDN Git Service

gas/
authorjakub <jakub>
Tue, 29 May 2007 13:18:58 +0000 (13:18 +0000)
committerjakub <jakub>
Tue, 29 May 2007 13:18:58 +0000 (13:18 +0000)
commit34853697df22cfb34cb7b5c76b7d5d6da5525bf1
tree11baa7146216149168e76bdb9ef8a85687bca2e3
parent0c018809a6d9d7bf5cde53f846e11fa986260b3e
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]