diff options
author | Alan Modra <amodra@gmail.com> | 2010-04-22 01:51:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-04-22 01:51:01 +0000 |
commit | 3ac9b6c910daef1a01271f14f137862eb570a420 (patch) | |
tree | 54b8906d42c7952bf6633c65cf5dcf728b4203a2 /ld/testsuite/ld-i386 | |
parent | e96d56a1c8ae442971a1cedc3128fd0d822a3f77 (diff) | |
download | gdb-3ac9b6c910daef1a01271f14f137862eb570a420.zip gdb-3ac9b6c910daef1a01271f14f137862eb570a420.tar.gz gdb-3ac9b6c910daef1a01271f14f137862eb570a420.tar.bz2 |
bfd/
* elf.c (assign_file_positions_for_load_sections): Revert 2008-05-29
change. Tidy. Don't error on sections not allocated in segment.
ld/testsuite/
* ld-elf/extract-symbol-1sec.d: Update lma.
* ld-i386/alloc.d: Expect a warning, not an error.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r-- | ld/testsuite/ld-i386/alloc.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-i386/alloc.d b/ld/testsuite/ld-i386/alloc.d index c2b22f2..72d8e91 100644 --- a/ld/testsuite/ld-i386/alloc.d +++ b/ld/testsuite/ld-i386/alloc.d @@ -1,4 +1,4 @@ #name: Invalid allocated section #as: --32 #ld: -melf_i386 -T alloc.t -#error: .*section `.foo' can't be allocated in segment 0.* +#warning: .*section `.foo' can't be allocated in segment 0.* |