diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-10-31 19:19:08 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-10-31 19:19:08 +0000 |
commit | 75241b15dbe979163b1cc95df6a5c16e30ddde7b (patch) | |
tree | 0b3d11e5730816f974785eb6ff133500620cac8f /libgloss/ChangeLog | |
parent | 747e5773319f36839927dd67005ceab836ede48d (diff) | |
download | cygnal-75241b15dbe979163b1cc95df6a5c16e30ddde7b.tar.gz cygnal-75241b15dbe979163b1cc95df6a5c16e30ddde7b.tar.bz2 cygnal-75241b15dbe979163b1cc95df6a5c16e30ddde7b.zip |
2001-10-31 David Howells <dhowells@redhat.com>
* syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values.
* mn10300/times.c: Renamed "times" to "_times" so that it can be
referenced by newlib.
* mn10300/cygmon.c: New file.
* mn10300/crt0_redboot.S: Ditto.
* mn10300/crt0_cygmon.S: Ditto.
* mn10300/Makefile.in: Added RedBoot and Cygmon support.
* mn10300/configure.in: Changed to allow for future
evaluation boards to be added.
* mn10300/configure: Regenerated.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index c6e2f9ceb..e5db2283c 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,16 @@ +2001-10-31 David Howells <dhowells@redhat.com> + + * syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values. + * mn10300/times.c: Renamed "times" to "_times" so that it can be + referenced by newlib. + * mn10300/cygmon.c: New file. + * mn10300/crt0_redboot.S: Ditto. + * mn10300/crt0_cygmon.S: Ditto. + * mn10300/Makefile.in: Added RedBoot and Cygmon support. + * mn10300/configure.in: Changed to allow for future + evaluation boards to be added. + * mn10300/configure: Regenerated. + 2001-10-17 Michael Meissner <meissner@redhat.com> * regs.S (K0BASE_ADDR,K1BASE_ADDR): Define as addresses to |