diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-12-16 12:39:22 +0000 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-12-19 20:24:16 +0000 |
commit | 0866e94c879f256ddb1bb7149c5f9fc7b80fda89 (patch) | |
tree | 8dd3d1c05ec9f39d52894befbe3ca1e1b12f7464 /gas/testsuite/ChangeLog | |
parent | 13e322759bd9d6d64e68b200084341681687fb74 (diff) | |
download | gdb-0866e94c879f256ddb1bb7149c5f9fc7b80fda89.zip gdb-0866e94c879f256ddb1bb7149c5f9fc7b80fda89.tar.gz gdb-0866e94c879f256ddb1bb7149c5f9fc7b80fda89.tar.bz2 |
Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.
gas/
* config/tc-mips.c (md_apply_fix): Apply alignment check
to the symbol and offset rather than *valP for
BFD_RELOC_MIPS_18_PCREL_S3. Also update the error message
for BFD_RELOC_MIPS_19_PCREL_S2.
gas/testsuite/
* gas/mips/r6-64.s: Remove .align directives from LDPC
instructions and add further tests for LDPC.
* gas/mips/r6-64-n32.d: remove the NOPs from LDPC expected
output and update for new tests.
* gas/mips/r6-64-n64.d: Likewise.
* gas/mips/ldpc-unalign.l: New file.
* gas/mips/ldpc-unalign.s: Likewise.
* gas/mips/mips.exp: Run ldpc-unalign test.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 813d88b..7c76bbc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,16 @@ 2014-12-19 Matthew Fortune <matthew.fortune@imgtec.com> + * gas/mips/r6-64.s: Remove .align directives from LDPC + instructions and add further tests for LDPC. + * gas/mips/r6-64-n32.d: remove the NOPs from LDPC expected + output and update for new tests. + * gas/mips/r6-64-n64.d: Likewise. + * gas/mips/ldpc-unalign.l: New file. + * gas/mips/ldpc-unalign.s: Likewise. + * gas/mips/mips.exp: Run ldpc-unalign test. + +2014-12-19 Matthew Fortune <matthew.fortune@imgtec.com> + * gas/mips/octeon3.d: Switch to use numeric register names. 2014-12-16 Matthew Fortune <matthew.fortune@imgtec.com> |