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 | |
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')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-mn10300/mn10300.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 275c8f5..76ff53b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-11-16 Nick Clifton <nickc@redhat.com> + + * ld-mn10300/mn10300.exp: Fix the start address of the .bss + section for the i1127740.s test. + 2007-11-14 Richard Sandiford <richard@codesourcery.com> Joseph Myers <joseph@codesourcery.com> 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} } |