mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* elf32-sparc.c (elf32_sparc_size_dynamic_sections): Set dynindx
for a section even if it is not loaded. Otherwise compiling this static char bar; char *foo() { return &bar; } without -fpic and then doing ld -shared OBJECT dumps core.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
Fri May 30 12:46:27 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* elf32-sparc.c (elf32_sparc_size_dynamic_sections): Set dynindx
|
||||
for a section even if it is not loaded.
|
||||
|
||||
* cofflink.c (coff_link_add_symbols): If PE file, don't subtract
|
||||
section VMA.
|
||||
(_bfd_coff_link_input_bfd): Separate section VMA handling for
|
||||
|
Reference in New Issue
Block a user