diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/mips')
-rw-r--r-- | binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/mips/mips-reginfo.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d b/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d index fe55e95..1576092 100644 --- a/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d +++ b/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d @@ -3,5 +3,5 @@ #as: -n32 -mips3 #objcopy: --rename-section .foo=.reginfo #source: mips-reginfo.s -#error: \A[^\n]*: Incorrect `\.reginfo' section size; expected 24, got 4\n +#error: \A[^\n]*: incorrect `\.reginfo' section size; expected 24, got 4\n #error: [^\n]*: Bad value\Z diff --git a/binutils/testsuite/binutils-all/mips/mips-reginfo.d b/binutils/testsuite/binutils-all/mips/mips-reginfo.d index 7a8c1ca..2f96127 100644 --- a/binutils/testsuite/binutils-all/mips/mips-reginfo.d +++ b/binutils/testsuite/binutils-all/mips/mips-reginfo.d @@ -2,5 +2,5 @@ #name: MIPS objcopy .reginfo section size #as: -32 #objcopy: --rename-section .foo=.reginfo -#error: \A[^\n]*: Incorrect `\.reginfo' section size; expected 24, got 4\n +#error: \A[^\n]*: incorrect `\.reginfo' section size; expected 24, got 4\n #error: [^\n]*: Bad value\Z |