diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-16 09:48:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-16 09:48:05 +0000 |
commit | 62d7f7907a0bf920c00bad1b8de46818e38ef243 (patch) | |
tree | 23994af85e6f7a06a0a0ec8b2208215dd7f5d49b /ld/testsuite/ld-mn10300 | |
parent | 124dfc89941359300d4bb852036b10161d5ec3cc (diff) | |
download | gdb-62d7f7907a0bf920c00bad1b8de46818e38ef243.zip gdb-62d7f7907a0bf920c00bad1b8de46818e38ef243.tar.gz gdb-62d7f7907a0bf920c00bad1b8de46818e38ef243.tar.bz2 |
* 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.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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} } |