mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2010-04-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld-elf/extract-symbol-1sec.d: Update lma.
|
||||
* ld-i386/alloc.d: Expect a warning, not an error.
|
||||
|
||||
2010-04-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* ld-tic6x/data-reloc-global-rel.d,
|
||||
|
@ -8,7 +8,7 @@
|
||||
#...
|
||||
Sections:
|
||||
*Idx +Name +Size +VMA +LMA .*
|
||||
*0 +\.foo +0+ +0+10000 +0+ .*
|
||||
*0 +\.foo +0+ +0+10000 +0+10000 .*
|
||||
*CONTENTS, ALLOC, LOAD, CODE
|
||||
*1 +\.bar +0+ +0+20000 +0+10000 .*
|
||||
*ALLOC, READONLY, CODE
|
||||
|
@ -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.*
|
||||
|
Reference in New Issue
Block a user