diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-03-04 22:24:00 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-03-04 22:24:00 +0000 |
commit | 81fb245da1df980a9256411d8312ecff92768200 (patch) | |
tree | c70e5cfd0d3cf2349acc10314306b27f33083b44 /ld | |
parent | 86d013f70a856738565bdb2c3ede301b2c75473d (diff) | |
download | gdb-81fb245da1df980a9256411d8312ecff92768200.zip gdb-81fb245da1df980a9256411d8312ecff92768200.tar.gz gdb-81fb245da1df980a9256411d8312ecff92768200.tar.bz2 |
Allow --target=tic80 without the -coff
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 90fd0ab..0ef2077 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,20 @@ +start-sanitize-tic80 +Tue Mar 4 17:18:35 1997 Michael Meissner <meissner@cygnus.com> + + * configure.tgt (tic80-*-*): Allow dropping of -coff. + +end-sanitize-tic80 +Sun Mar 2 22:59:49 1997 Fred Fish <fnf@cygnus.com> + + * Makefile.in (ld.dvi): Set MAKEINFO environment variable as well + as TEXINPUTS. Needed for building in separate build dir. + * ldint.texinfo (SCRIPT_NAME): Fix typo. +start-sanitize-tic80 + * emulparams/tic80coff.sh: Rewrite to include internal documentation + about each shell variable that is set (or not set). + * scripttempl/tic80coff.sc: Complete rewrite. +end-sanitize-tic80 + Fri Feb 28 17:42:27 1997 Ian Lance Taylor <ian@cygnus.com> * ldmain.c (main): Call bfd_set_default_target. |