diff options
author | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
commit | 0949843db222949909c1cc15724459445105ea1b (patch) | |
tree | 67f494d7588ecdf38c9a0c3c385d6e0c5ec23804 /ld/ChangeLog | |
parent | baaff79e16566902d0e30816bc3fe6b6fb12c323 (diff) | |
download | gdb-0949843db222949909c1cc15724459445105ea1b.zip gdb-0949843db222949909c1cc15724459445105ea1b.tar.gz gdb-0949843db222949909c1cc15724459445105ea1b.tar.bz2 |
Add (linker) support for CR16C processor
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d46845d..8943f11 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2004-03-30 Galit Heller <Galit.Heller@nsc.com> + + * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o. + (eelf32cr16c.c): New target. + * Makefile.in: Regenerate. + * configure.tgt: Handle cr16c-*-elf*. + * emulparams/elf32cr16c.sh: New file. + * scripttempl/elfcr16c.sc: Likewise + * NEWS: Mention support for new target. + 2004-03-30 Nick Clifton <nickc@redhat.com> * po/sv.po: Updated Swedish translation. |