From: Matthew Gretton-Dann Date: Thu, 10 Nov 2011 11:25:28 +0000 (+0000) Subject: Apply mainline patches. X-Git-Tag: binutils-2_22~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71e9c9bf92da8bcfccc2ab27e4d5dbbb499486ef;p=thirdparty%2Fbinutils-gdb.git Apply mainline patches. 2011-11-09 Matthew Gretton-Dann * ld/testsuite/ld-arm/jump-reloc-veneers.s: Update for changes to assembler output. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4258e95e613..233d9623529 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-11-10 Matthew Gretton-Dann + + Apply mainline patches. + 2011-11-09 Matthew Gretton-Dann + * ld-arm/jump-reloc-veneers.s: Update for changes to assembler output. + 2011-11-08 Alan Modra * 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 d307c08d5cf..c646e71ae09 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