diff options
| author | Svein Seldal <Svein.Seldal@solidas.com> | 2003-01-20 22:34:39 +0000 |
|---|---|---|
| committer | Svein Seldal <Svein.Seldal@solidas.com> | 2003-01-20 22:34:39 +0000 |
| commit | 14d304da97f132b411b5c581e38b2bbd177cc3ca (patch) | |
| tree | 719e0b61a01c04b156e6de0bd195085ff6e11ea0 /include/ChangeLog | |
| parent | f9e41155f05b941f158394cd50f54f22736b6996 (diff) | |
| download | newlib-14d304da97f132b411b5c581e38b2bbd177cc3ca.zip newlib-14d304da97f132b411b5c581e38b2bbd177cc3ca.tar.gz newlib-14d304da97f132b411b5c581e38b2bbd177cc3ca.tar.bz2 | |
Updates for fixing tic4x arch tagging of its object files.
* bfd/coffcode.h (coff_set_flags): Added get/set arch hooks.
* include/coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug
* include/coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros
* ld/Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
* ld/Makefile.in: Regenerate
* ld/configure.tgt: Added extra target emulations
* ld/emulparams/tic3xcoff.sh: Remove old settings
* ld/emulparams/tic4xcoff.sh: Ditto
* ld/emulparams/tic3xcoff-onchip.sh: Added new
* ld/scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
* ld/scripttempl/tic3xcoff.sc: Remove
Diffstat (limited to 'include/ChangeLog')
| -rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 771808c..79cf42d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com> + + * coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug + * coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros + 2002-07-17 Geoffrey Keating <geoffk@redhat.com> * splay-tree.h (GTY): Define if undefined. |
