diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-08-02 19:17:21 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-08-02 19:17:21 +0000 |
commit | 0e77a3817f45f0bcadc0665200b143abc1c7c4c0 (patch) | |
tree | d5fa8c1e08240ae4d82807dd633c50dceb25991d /libgloss/ChangeLog | |
parent | 723d64e6673c7871b7c26cdac005a862162cfa3e (diff) | |
download | cygnal-0e77a3817f45f0bcadc0665200b143abc1c7c4c0.tar.gz cygnal-0e77a3817f45f0bcadc0665200b143abc1c7c4c0.tar.bz2 cygnal-0e77a3817f45f0bcadc0665200b143abc1c7c4c0.zip |
2005-08-02 Shaun Jackman <sjackman@gmail.com>
* libgloss/arm/syscalls.c (_exit): Call _kill with the second
argument set to -1, which is an invalid signal number.
(_kill): Comment and coding style changes only.
(_raise): Remove function.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 28e273d7d..f06bc7c0b 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,10 @@ +2005-08-02 Shaun Jackman <sjackman@gmail.com> + + * libgloss/arm/syscalls.c (_exit): Call _kill with the second + argument set to -1, which is an invalid signal number. + (_kill): Comment and coding style changes only. + (_raise): Remove function. + 2005-07-19 Paul Brook <paul@codesourcery.com> * arm/crt0.S: Ensure doubleword stack alignment. |