diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-01-03 16:55:25 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-01-03 16:55:25 +0000 |
commit | 4d95d0e99afd7799f3c8b0e1273d67e1cd136e8d (patch) | |
tree | 0c6b70e5f7a987edcd99156f9ea25dc8280c9ea1 /libgloss/ChangeLog | |
parent | 35b4db0f3040b76139e03af1e888cb7d04f197cf (diff) | |
download | cygnal-4d95d0e99afd7799f3c8b0e1273d67e1cd136e8d.tar.gz cygnal-4d95d0e99afd7799f3c8b0e1273d67e1cd136e8d.tar.bz2 cygnal-4d95d0e99afd7799f3c8b0e1273d67e1cd136e8d.zip |
2006-01-03 Kazu Hirata <kazu@codesourcery.com>
* arm/Makefile (RDPMON_OBJS): Add _exit.o and _kill.o.
(RDIMON_OBJS): Define in terms of RDPMON_OBJS.
(rdimon-_exit.o, rdimon-_kill.o): New.
* arm/_exit.c, arm/_kill.c: New.
* arm/syscalls.c (_exit, _kill): Remove.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 5b5a85f80..04245047a 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,11 @@ +2006-01-03 Kazu Hirata <kazu@codesourcery.com> + + * arm/Makefile (RDPMON_OBJS): Add _exit.o and _kill.o. + (RDIMON_OBJS): Define in terms of RDPMON_OBJS. + (rdimon-_exit.o, rdimon-_kill.o): New. + * arm/_exit.c, arm/_kill.c: New. + * arm/syscalls.c (_exit, _kill): Remove. + 2007-01-03 Kazu Hirata <kazu@codesourcery.com> Merge from newlib-csl-20060320-branch: |