aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-03-30 15:54:24 +0000
committerIan Lance Taylor <ian@airs.com>1998-03-30 15:54:24 +0000
commit368802d1c936cb71953f2db39737c9fb60488741 (patch)
tree62ef3d2c10c81033947374862359913fd439444c /bfd
parent24bce4a231453d21423c62b783e235db4f3e8dba (diff)
downloadgdb-368802d1c936cb71953f2db39737c9fb60488741.zip
gdb-368802d1c936cb71953f2db39737c9fb60488741.tar.gz
gdb-368802d1c936cb71953f2db39737c9fb60488741.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f26c4ad..1d1fd4a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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>