summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mn10300
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-11-16 09:48:05 +0000
committerNick Clifton <nickc@redhat.com>2007-11-16 09:48:05 +0000
commitbaab44e97b4444f1a50fe7552a9037b4059037e7 (patch)
tree777b8a06a17f2da09354b2fdce78b156547b5671 /ld/testsuite/ld-mn10300
parente5a2d29f9ecb9518e36fb4a98dcf95a347488d1e (diff)
downloadbinutils-redhat-baab44e97b4444f1a50fe7552a9037b4059037e7.tar.gz
* ld-mn10300/mn10300.exp: Fix the start address of the .bss section for the i1127740.s test.
* elf-m10300.c (mn10300_elf_check_relocs): Fix memory leak and check that bfd_elf_get_elf_syms is only called once.
Diffstat (limited to 'ld/testsuite/ld-mn10300')
-rw-r--r--ld/testsuite/ld-mn10300/mn10300.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mn10300/mn10300.exp b/ld/testsuite/ld-mn10300/mn10300.exp
index 232a5fb013..a8128ed68b 100644
--- a/ld/testsuite/ld-mn10300/mn10300.exp
+++ b/ld/testsuite/ld-mn10300/mn10300.exp
@@ -49,7 +49,7 @@ set mn10300_tests {
}
{
"relaxation and alignment directives"
- "-relax -Ttext 100"
+ "-relax -Ttext 100 -Tbss 300"
""
{ "i127740.s" }
{ {objdump -d i127740.d} }