* elf.c (_bfd_elf_copy_private_section_data): Call
copy_private_bfd_data once we've seen the last SEC_ALLOC section. Fixes strip on Irix 6. Without this, a stripped program would report 22964:g++: rld: Warning: This object has a DT_MIPS_OPTIONS tag, but no corresponding program header. This could be the result of file corruption or faulty compilation/linking.
This commit is contained in:
parent
24bce4a231
commit
368802d1c9
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* elf.c (_bfd_elf_copy_private_section_data): Call
|
||||
copy_private_bfd_data once we've seen the last SEC_ALLOC section.
|
||||
|
||||
* cpu-mips.c: Remove trailing comma at end of enumeration list.
|
||||
|
||||
Sat Mar 28 16:33:02 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
|
Loading…
Add table
Reference in a new issue