diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2011-11-10 11:25:28 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2011-11-10 11:25:28 +0000 |
commit | 71e9c9bf92da8bcfccc2ab27e4d5dbbb499486ef (patch) | |
tree | ffb470afc6265e20c7d330e6075ee9545c02fd88 | |
parent | ebb68225555a4f642269b5a0a156849960f36965 (diff) | |
download | gdb-71e9c9bf92da8bcfccc2ab27e4d5dbbb499486ef.zip gdb-71e9c9bf92da8bcfccc2ab27e4d5dbbb499486ef.tar.gz gdb-71e9c9bf92da8bcfccc2ab27e4d5dbbb499486ef.tar.bz2 |
Apply mainline patches.
2011-11-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* ld/testsuite/ld-arm/jump-reloc-veneers.s: Update for changes to assembler output.
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/jump-reloc-veneers.s | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4258e95..233d962 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-11-10 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + + Apply mainline patches. + 2011-11-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + * ld-arm/jump-reloc-veneers.s: Update for changes to assembler output. + 2011-11-08 Alan Modra <amodra@gmail.com> * ld-powerpc/powerpc.exp: Expect ld warnings for tocopt test. diff --git a/ld/testsuite/ld-arm/jump-reloc-veneers.s b/ld/testsuite/ld-arm/jump-reloc-veneers.s index d307c08..c646e71 100644 --- a/ld/testsuite/ld-arm/jump-reloc-veneers.s +++ b/ld/testsuite/ld-arm/jump-reloc-veneers.s @@ -9,4 +9,4 @@ _start: .section destsect, "x" .thumb_func dest: - b dest + b.n dest |