diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-06 18:35:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-06 18:35:03 +0000 |
commit | 335363044259392097e10e9044fc4e07f71171ce (patch) | |
tree | 3a89b0c19e72f0302a9c990f242c982a74786b49 /ld | |
parent | 8c11363a29e068373b3511a6c989a53b4dcb2133 (diff) | |
download | gdb-335363044259392097e10e9044fc4e07f71171ce.zip gdb-335363044259392097e10e9044fc4e07f71171ce.tar.gz gdb-335363044259392097e10e9044fc4e07f71171ce.tar.bz2 |
* scripttempl/mips.sc: Always define _ftext, _fdata, _fbss.
(BSS_VAR): Removed; now always define _fbss.
* emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR):
Removed.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6b9dff0..68ebc5e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Fri Aug 6 14:31:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss. + (BSS_VAR): Removed; now always define _fbss. + * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR): + Removed. + +Thu Aug 5 15:55:19 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * configure.in: z8k-coff is the same as z8k-sim + Wed Aug 4 21:00:18 1993 Jeffrey Wheat (cassidy@cygnus.com) * testsuite/lib/ld.exp: new file |