diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-03 22:14:21 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-03 22:14:21 +0000 |
commit | 3bdf9505dbaec2f32d25b4c1bb65c61d414be608 (patch) | |
tree | 56c15c7bc57cc549743eadf197b6186fd690168c /ld | |
parent | 6e6be592e8d934fd5934e6a7b6eab9236c7f76fa (diff) | |
download | gdb-3bdf9505dbaec2f32d25b4c1bb65c61d414be608.zip gdb-3bdf9505dbaec2f32d25b4c1bb65c61d414be608.tar.gz gdb-3bdf9505dbaec2f32d25b4c1bb65c61d414be608.tar.bz2 |
bfd/
* elfxx-mips.c (mips_elf_perform_relocation): Update the
cross-mode jump message.
ld/testsuite/
* ld-mips-elf/mode-change-error-1.d: Update the error message.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/mode-change-error-1.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 685863a..3811b14 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-08-03 Maciej W. Rozycki <macro@codesourcery.com> + + * ld-mips-elf/mode-change-error-1.d: Update the error message. + 2012-08-02 Maciej W. Rozycki <macro@codesourcery.com> * ld-mips-elf/got-vers-1.rd: Fix a typo. diff --git a/ld/testsuite/ld-mips-elf/mode-change-error-1.d b/ld/testsuite/ld-mips-elf/mode-change-error-1.d index 55e9027..885c628 100644 --- a/ld/testsuite/ld-mips-elf/mode-change-error-1.d +++ b/ld/testsuite/ld-mips-elf/mode-change-error-1.d @@ -2,4 +2,4 @@ #source: mode-change-error-1a.s #source: mode-change-error-1b.s #ld: -e 0x8000000 -#error: .*: Direct jumps between ISA modes are not allowed; consider recompiling with interlinking enabled. +#error: .*: Unsupported jump between ISA modes; consider recompiling with interlinking enabled. |