From 1622fda9c034eb332f27453d6458ea6d30b119c0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Oct 1998 12:57:53 +0000 Subject: [PATCH] Update. 1998-10-12 Ulrich Drepper * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New variable to prevent warnings from use of modern CPU instructions. Patch by Richard Henderson . * sysdeps/unix/opendir.c: Test whether NAME is directory before opening it. 1998-10-12 Philip Blundell * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing semicolon so that profiling works. --- ChangeLog | 14 ++++++++++++++ sysdeps/unix/sysv/linux/alpha/Makefile | 2 ++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index f220e9d..29f4464 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1998-10-12 Ulrich Drepper + + * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New + variable to prevent warnings from use of modern CPU instructions. + Patch by Richard Henderson . + + * sysdeps/unix/opendir.c: Test whether NAME is directory before + opening it. + +1998-10-12 Philip Blundell + + * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing + semicolon so that profiling works. + 1998-10-12 Roland McGrath * sysdeps/generic/glob.c: #undef mempcpy before #define. diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index fbbc56e..e03c31e 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -12,4 +12,6 @@ sysdep_routines += ieee_get_fp_control ieee_set_fp_control \ sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \ osf_getitimer osf_setitimer osf_utimes \ osf_getrusage osf_wait4 old_adjtimex + +CFLAGS-ioperm.c = -Wa,-mev6 endif -- 2.7.4