From 62d7f7907a0bf920c00bad1b8de46818e38ef243 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 16 Nov 2007 09:48:05 +0000 Subject: * 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. --- ld/testsuite/ld-mn10300/mn10300.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/ld-mn10300/mn10300.exp') diff --git a/ld/testsuite/ld-mn10300/mn10300.exp b/ld/testsuite/ld-mn10300/mn10300.exp index 232a5fb..a8128ed 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} } -- cgit v1.1