diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-23 14:02:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-23 14:02:39 +0000 |
commit | 9ae77ebee2ad845f10110837b1f6a061dfbd8e9b (patch) | |
tree | 972ba11e0bf4b0102a8c14d15b9f8583fb9740d6 /bfd/ChangeLog | |
parent | 9162e4edd2d3b9ed9747ca9ad76be52a1baedcb1 (diff) | |
download | gdb-9ae77ebee2ad845f10110837b1f6a061dfbd8e9b.zip gdb-9ae77ebee2ad845f10110837b1f6a061dfbd8e9b.tar.gz gdb-9ae77ebee2ad845f10110837b1f6a061dfbd8e9b.tar.bz2 |
* peicode.h (coff_swap_scnhdr_out): Set .reloc section to be
shared. Set stab* sections to be shared and read. Set .rsrc
section to be read and shared.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dcd0571..270c41e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 23 17:01:10 1997 Ian Lance Taylor <ian@cygnus.com> + + * peicode.h (coff_swap_scnhdr_out): Set .reloc section to be + shared. Set stab* sections to be shared and read. Set .rsrc + section to be read and shared. + start-sanitize-sky Mon Dec 22 15:14:28 1997 Doug Evans <devans@canuck.cygnus.com> |