diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-29 13:18:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-29 13:18:59 +0000 |
commit | c699f0877959d373f7c0fc03ce517ffba3cfac03 (patch) | |
tree | 939ec461b7207c90b55433bbead2dd5dcdfa9a69 /gas/ChangeLog | |
parent | 3ba20bde7e5976625515b62ba462f7bf2dbf8b23 (diff) | |
download | gdb-c699f0877959d373f7c0fc03ce517ffba3cfac03.zip gdb-c699f0877959d373f7c0fc03ce517ffba3cfac03.tar.gz gdb-c699f0877959d373f7c0fc03ce517ffba3cfac03.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 84021f5..147b11f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +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. + 2007-05-29 Alan Modra <amodra@bigpond.net.au> * config/tc-spu.h: Wrap in #ifndef/#endif. Delete coff macros. |