diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-08-30 12:20:53 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-08-30 12:20:53 +0100 |
commit | e491e58adce317f8ed46aa7a15dc563131996c50 (patch) | |
tree | 6cd14c1a8a30ed57df2339b12e1109635d55fbea /gas/ChangeLog | |
parent | 9a23f96e919ba91587d077b1d399246dde4002dd (diff) | |
download | fsf-binutils-gdb-e491e58adce317f8ed46aa7a15dc563131996c50.zip fsf-binutils-gdb-e491e58adce317f8ed46aa7a15dc563131996c50.tar.gz fsf-binutils-gdb-e491e58adce317f8ed46aa7a15dc563131996c50.tar.bz2 |
MIPS/GAS/testsuite: Deduplicate error lists of branch local tests
Complement commit 7795a8f8bdde ("MIPS/GAS/testsuite: Convert branch
local list tests to dump tests") and share identical error lists among
branch local tests, removing duplicate copies.
gas/
* testsuite/gas/mips/branch-local-n32-2.d: Use `branch-local-2.l'
for `error-output'.
* testsuite/gas/mips/branch-local-n64-2.d: Likewise.
* testsuite/gas/mips/branch-local-n32-3.d: Use `branch-local-3.l'
for `error-output'.
* testsuite/gas/mips/branch-local-n64-3.d: Likewise.
* testsuite/gas/mips/branch-local-n32-2.l: Remove file.
* testsuite/gas/mips/branch-local-n64-2.l: Remove file.
* testsuite/gas/mips/branch-local-n32-3.l: Remove file.
* testsuite/gas/mips/branch-local-n64-3.l: Remove file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3e250d3..2e60e29 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2017-08-30 Maciej W. Rozycki <macro@imgtec.com> + + * testsuite/gas/mips/branch-local-n32-2.d: Use `branch-local-2.l' + for `error-output'. + * testsuite/gas/mips/branch-local-n64-2.d: Likewise. + * testsuite/gas/mips/branch-local-n32-3.d: Use `branch-local-3.l' + for `error-output'. + * testsuite/gas/mips/branch-local-n64-3.d: Likewise. + * testsuite/gas/mips/branch-local-n32-2.l: Remove file. + * testsuite/gas/mips/branch-local-n64-2.l: Remove file. + * testsuite/gas/mips/branch-local-n32-3.l: Remove file. + * testsuite/gas/mips/branch-local-n64-3.l: Remove file. + 2017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com> * config/tc-msp430.c (md_parse_option): Define high data and high |