aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-03-06 01:48:50 +0000
committerAndreas Schwab <schwab@suse.de>1998-03-06 01:48:50 +0000
commit9f2990dbbf39786d7396caf65006093fc4f52b2e (patch)
tree9e37069038c0fbda2529658a564bf67c7fa26cdb /ChangeLog
parentb5efde2fd3c061e546b0012e7cf6d6f8e74c6960 (diff)
downloadglibc-9f2990dbbf39786d7396caf65006093fc4f52b2e.tar
glibc-9f2990dbbf39786d7396caf65006093fc4f52b2e.tar.gz
glibc-9f2990dbbf39786d7396caf65006093fc4f52b2e.tar.bz2
glibc-9f2990dbbf39786d7396caf65006093fc4f52b2e.zip
* sysdeps/m68k/add_n.S: Use ENTRY and END macros.
* sysdeps/m68k/lshift.S: Likewise. * sysdeps/m68k/rshift.S: Likewise. * sysdeps/m68k/sub_n.S: Likewise. * sysdeps/m68k/m68020/addmul_1.S: Likewise. * sysdeps/m68k/m68020/mul_1.S: Likewise. * sysdeps/m68k/m68020/submul_1.S: Likewise. * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro. [_LIBC_REENTRANT]: Don't store into global errno. * sysdeps/m68k/sysdep.h: New file. * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it. Use the macros ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there. (DO_CALL): Change to expect syscall name as argument. (PSEUDO): Pass syscall_name to DO_CALL. (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global errno. Fri Mar 6 10:40:30 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/add_n.S: Use ENTRY and END macros. * sysdeps/m68k/lshift.S: Likewise. * sysdeps/m68k/rshift.S: Likewise. * sysdeps/m68k/sub_n.S: Likewise. * sysdeps/m68k/m68020/addmul_1.S: Likewise. * sysdeps/m68k/m68020/mul_1.S: Likewise. * sysdeps/m68k/m68020/submul_1.S: Likewise. * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro. [_LIBC_REENTRANT]: Don't store into global errno. * sysdeps/m68k/sysdep.h: New file. * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it. Use the macros ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there. (DO_CALL): Change to expect syscall name as argument. (PSEUDO): Pass syscall_name to DO_CALL. (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global errno.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eae4f20e34..548a1c6cfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Fri Mar 6 10:40:30 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
+ * sysdeps/m68k/lshift.S: Likewise.
+ * sysdeps/m68k/rshift.S: Likewise.
+ * sysdeps/m68k/sub_n.S: Likewise.
+ * sysdeps/m68k/m68020/addmul_1.S: Likewise.
+ * sysdeps/m68k/m68020/mul_1.S: Likewise.
+ * sysdeps/m68k/m68020/submul_1.S: Likewise.
+
+ * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
+ [_LIBC_REENTRANT]: Don't store into global errno.
+
+ * sysdeps/m68k/sysdep.h: New file.
+ * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it. Use the macros
+ ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
+ (DO_CALL): Change to expect syscall name as argument.
+ (PSEUDO): Pass syscall_name to DO_CALL.
+ (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
+ errno.
+
1998-03-05 Ulrich Drepper <drepper@cygnus.com>
* elf/rtld.c: Speed up processing of environment variables. Do