diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-18 20:16:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-18 20:16:50 +0000 |
commit | 65b3cbcba735abd13f10dfdc170ff61411003390 (patch) | |
tree | ba356dabf248a58f6a746a788a4edb961d517a26 /ChangeLog | |
parent | 2657da50f0ebedb8c7bf5d51536e842b18e4775a (diff) | |
download | glibc-65b3cbcba735abd13f10dfdc170ff61411003390.tar.gz glibc-65b3cbcba735abd13f10dfdc170ff61411003390.tar.xz glibc-65b3cbcba735abd13f10dfdc170ff61411003390.zip |
Tue Apr 18 14:00:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* configure.in (libc_cv_asm_global_directive): New check to define ASM_GLOBAL_DIRECTIVE. * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE. * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef HAVE_WEAK_SYMBOLS" #defns.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2d5e531c8a..604d1e7149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Apr 18 14:00:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * configure.in (libc_cv_asm_global_directive): New check to define + ASM_GLOBAL_DIRECTIVE. + * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE. + + * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef + HAVE_WEAK_SYMBOLS" #defns. + Mon Apr 17 12:02:49 1995 Brendan Kehoe (brendan@zen.org) * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning |