diff options
author | Geoffrey Noer <noer@cygnus> | 1997-01-30 02:17:37 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-01-30 02:17:37 +0000 |
commit | 0fc327a3fb649fa1e9dac000eee14955195249dd (patch) | |
tree | efa8820626674dc0b3d2a0769f4c099e073aedcd /ld | |
parent | 54973b801f4f6c0e6b98491eb93a9e7a42021b58 (diff) | |
download | gdb-0fc327a3fb649fa1e9dac000eee14955195249dd.zip gdb-0fc327a3fb649fa1e9dac000eee14955195249dd.tar.gz gdb-0fc327a3fb649fa1e9dac000eee14955195249dd.tar.bz2 |
Wed Jan 29 18:15:00 1997 Geoffrey Noer <noer@cygnus.com>
* scripttempl/pe.sc:
* scripttempl/ppcpe.sc: add *(.gcc_except_table) to the text
section so Win32 executables are valid.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e798a9b..720fea6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 29 18:15:00 1997 Geoffrey Noer <noer@cygnus.com> + + * scripttempl/pe.sc: + * scripttempl/ppcpe.sc: add *(.gcc_except_table) to the text + section so Win32 executables are valid. + Mon Jan 27 12:28:43 1997 Ian Lance Taylor <ian@cygnus.com> * scripttempl/elf.sc: Put linkonce reloc section in other |