diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-07-18 16:18:17 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-07-18 16:18:17 +0000 |
commit | ce4654708cc111c6eff691d1e564e3fb5b64eb17 (patch) | |
tree | bb1d96ad859f90f418cd6100d72fea2a7bae7f6f /libgloss/ChangeLog | |
parent | e17dbb54c7511db941829c353eb1a95bd3d43ace (diff) | |
download | cygnal-ce4654708cc111c6eff691d1e564e3fb5b64eb17.tar.gz cygnal-ce4654708cc111c6eff691d1e564e3fb5b64eb17.tar.bz2 cygnal-ce4654708cc111c6eff691d1e564e3fb5b64eb17.zip |
2005-07-18 Shaun Jackman <sjackman@gmail.com>
* libgloss/arm/libcfunc.c (abort): Call _exit instead of the RDI swi.
(alarm): Add the weak attribute.
(pause): New function. Return ENOSYS.
* libgloss/arm/syscalls.c (_getpid): Add the weak attribute.
(_fstat): Ditto.
(_stat): Ditto.
(_link): Ditto. Return ENOSYS.
(_unlink): Call the swi instead of returning -1.
(_raise): Add the weak attribute. Return ENOSYS.
(isatty): Rename to _isatty. Call the swi instead of returning 1.
(_system): Call the swi instead of returning ENOSYS.
(_rename): Ditto.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 89c1165bb..c3b708501 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,18 @@ +2005-07-18 Shaun Jackman <sjackman@gmail.com> + + * libgloss/arm/libcfunc.c (abort): Call _exit instead of the RDI swi. + (alarm): Add the weak attribute. + (pause): New function. Return ENOSYS. + * libgloss/arm/syscalls.c (_getpid): Add the weak attribute. + (_fstat): Ditto. + (_stat): Ditto. + (_link): Ditto. Return ENOSYS. + (_unlink): Call the swi instead of returning -1. + (_raise): Add the weak attribute. Return ENOSYS. + (isatty): Rename to _isatty. Call the swi instead of returning 1. + (_system): Call the swi instead of returning ENOSYS. + (_rename): Ditto. + 2005-07-06 Aldy Hernandez <aldyh@redhat.com> * configure.in: Add ms1 case. |