diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-11 16:35:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-11 16:35:39 +0000 |
commit | 4f2ee9580182a0bae5cd6b2d49cefa682fd8b7b4 (patch) | |
tree | 6edbd40f7a577be30494c11bd04c99c7c7773f69 /ld/ChangeLog | |
parent | 699daa9c10e2b47afee4b80f87ce85f22fd6ca4d (diff) | |
download | gdb-4f2ee9580182a0bae5cd6b2d49cefa682fd8b7b4.zip gdb-4f2ee9580182a0bae5cd6b2d49cefa682fd8b7b4.tar.gz gdb-4f2ee9580182a0bae5cd6b2d49cefa682fd8b7b4.tar.bz2 |
* scripttempl/i386coff.sc: If relocating, don't put .init and
.fini sections into .text; keep them separate.
* config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
exist, get crtbegin based on gcc -print-libgcc-file-name.
(HOSTING_LIBS): Similar change for ../gcc/crtend.o.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ef81d98..1de4228 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Mon Apr 11 12:32:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * scripttempl/i386coff.sc: If relocating, don't put .init and + .fini sections into .text; keep them separate. + * config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not + exist, get crtbegin based on gcc -print-libgcc-file-name. + (HOSTING_LIBS): Similar change for ../gcc/crtend.o. + Wed Apr 6 00:09:37 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the |