diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-03 00:37:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-03 00:37:20 +0000 |
commit | cdf91fe4518bcd6c7d838d358e07317b90f158f3 (patch) | |
tree | 36e47cf268276217ec241a68e180e6176819a4ed /ld/ChangeLog | |
parent | 53487a7b041b894a0f0d8d3e4e93b452a27c8655 (diff) | |
download | gdb-cdf91fe4518bcd6c7d838d358e07317b90f158f3.zip gdb-cdf91fe4518bcd6c7d838d358e07317b90f158f3.tar.gz gdb-cdf91fe4518bcd6c7d838d358e07317b90f158f3.tar.bz2 |
Mon Feb 2 19:34:54 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
Add tms320c30 support:
* configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets.
* emulparams/tic30aout.sh: New file.
* emulparams/tic30coff.sh: New file.
* scripttempl/tic30aout.sc: New file.
* scripttempl/tic30coff.sc: New file.
* Makefile.am (ALL_EMULATIONS): Add etic30aout.o and
etic30coff.o.
(etic30aout.c, etic30coff.c): New targets.
* Makefile.in: Rebuild.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4e538f2..efdecd9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +Mon Feb 2 19:34:54 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU> + + Add tms320c30 support: + * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets. + * emulparams/tic30aout.sh: New file. + * emulparams/tic30coff.sh: New file. + * scripttempl/tic30aout.sc: New file. + * scripttempl/tic30coff.sc: New file. + * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and + etic30coff.o. + (etic30aout.c, etic30coff.c): New targets. + * Makefile.in: Rebuild. + Mon Feb 2 14:10:59 1998 Ian Lance Taylor <ian@cygnus.com> * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to |