diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-07-18 14:08:37 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-07-18 14:08:37 +0100 |
commit | 972450a72cb9e75a5dda614d29b04bf738d38cb0 (patch) | |
tree | 7a43c65f38c0ac2ba1851b9aa09f2ab47518e822 /gas/ChangeLog | |
parent | 11a322db5c8bc23009e97af30180d6b14d86dbd3 (diff) | |
download | gdb-972450a72cb9e75a5dda614d29b04bf738d38cb0.zip gdb-972450a72cb9e75a5dda614d29b04bf738d38cb0.tar.gz gdb-972450a72cb9e75a5dda614d29b04bf738d38cb0.tar.bz2 |
MIPS/GAS/testsuite: Correct whitespace issues with Loongson tests
Remove CR characters, trailing whitespace and space characters appearing
immediately before a tab character, and replace spaces with tabs, all
across Loongson GAS tests.
gas/
* testsuite/gas/mips/loongson-2e.d: Correct whitespace issues.
* testsuite/gas/mips/loongson-2f.d: Likewise.
* testsuite/gas/mips/loongson-2f-2.d: Likewise.
* testsuite/gas/mips/loongson-2f-3.d: Likewise.
* testsuite/gas/mips/loongson-3a.d: Likewise.
* testsuite/gas/mips/loongson-3a-2.d: Likewise.
* testsuite/gas/mips/loongson-2e.s: Likewise.
* testsuite/gas/mips/loongson-2f.s: Likewise.
* testsuite/gas/mips/loongson-2f-3.s: Likewise.
* testsuite/gas/mips/loongson-3a.s: Likewise.
* testsuite/gas/mips/loongson-3a-2.s: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3106096..9cda0a6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2018-07-18 Maciej W. Rozycki <macro@mips.com> + + * testsuite/gas/mips/loongson-2e.d: Correct whitespace issues. + * testsuite/gas/mips/loongson-2f.d: Likewise. + * testsuite/gas/mips/loongson-2f-2.d: Likewise. + * testsuite/gas/mips/loongson-2f-3.d: Likewise. + * testsuite/gas/mips/loongson-3a.d: Likewise. + * testsuite/gas/mips/loongson-3a-2.d: Likewise. + * testsuite/gas/mips/loongson-2e.s: Likewise. + * testsuite/gas/mips/loongson-2f.s: Likewise. + * testsuite/gas/mips/loongson-2f-3.s: Likewise. + * testsuite/gas/mips/loongson-3a.s: Likewise. + * testsuite/gas/mips/loongson-3a-2.s: Likewise. + 2018-07-18 H.J. Lu <hongjiu.lu@intel.com> PR gas/23418 |