diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-01-14 18:00:24 +0800 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-01-14 18:00:55 +0800 |
commit | 4c4ac9642a973e825d71584b526ee8bbb83fdbd2 (patch) | |
tree | dc7f4fd9392208c85600d5d39c800b8ac544a207 /ld/ChangeLog | |
parent | 1b451dda5f8905b26bafafe00423335d4fffe8dd (diff) | |
download | gdb-4c4ac9642a973e825d71584b526ee8bbb83fdbd2.zip gdb-4c4ac9642a973e825d71584b526ee8bbb83fdbd2.tar.gz gdb-4c4ac9642a973e825d71584b526ee8bbb83fdbd2.tar.bz2 |
Fix Thumb-Thumb farcall v6-M (no profile) test
2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
ld/
* testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
Set address of .foo section when linking.
* testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
in .foo section.
* testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
output to the above changes.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 12cda4e..09e11f5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)): + Set address of .foo section when linking. + * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc + in .foo section. + * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected + output to the above changes. + 2016-01-13 Nick Clifton <nickc@redhat.com> * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail |