From: Andreas Jaeger Date: Mon, 21 Aug 2000 17:07:07 +0000 (+0000) Subject: Remove sys/reg.h. X-Git-Tag: cvs/glibc-2_1_93~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=005926ffaf25b9582efe4946b64efda89f6b1b00;p=thirdparty%2Fglibc.git Remove sys/reg.h. --- diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile index 7ca98f0ebe4..f2118404440 100644 --- a/sysdeps/unix/sysv/linux/s390/Makefile +++ b/sysdeps/unix/sysv/linux/s390/Makefile @@ -1,4 +1,8 @@ ifeq ($(subdir),misc) sysdep_routines += setfsgid setfsuid setresgid setresuid -sysdep_headers += sys/elf.h sys/reg.h +sysdep_headers += sys/elf.h +endif + +ifeq ($(subdir),csu) +CFLAGS-initfini.s += -DWEAK_GMON_START endif