From 7da3079b4234a9a2de56d3b72674177e71c8dccd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 17:30:42 +0000 Subject: Mon May 13 12:03:03 1996 Roland McGrath * Makeconfig (sysdep-configures): New variable. (config.status): Depend on $(sysdep-configures). Fri May 10 20:07:52 1996 Andreas Schwab * sysdeps/unix/sysv/linux/profil.c: New file. Fri May 10 19:59:50 1996 Andreas Schwab * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable. Fri May 10 19:55:42 1996 Andreas Schwab * shlib-versions: Use libm=6 and libc=6 for m68k-linux. * string/envz.c: Fix uses of unsigned to size_t. --- sysdeps/m68k/Makefile | 3 +++ sysdeps/unix/sysv/linux/profil.c | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/profil.c (limited to 'sysdeps') diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 12e9b56..3d35ac5 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -33,3 +33,6 @@ m68k-syntax-flag = -DMIT_SYNTAX endif asm-CPPFLAGS += $(m68k-syntax-flag) + +# Make sure setjmp.c is compiled with a frame pointer +CFLAGS-setjmp.c := -fno-omit-frame-pointer diff --git a/sysdeps/unix/sysv/linux/profil.c b/sysdeps/unix/sysv/linux/profil.c new file mode 100644 index 0000000..5918ece --- /dev/null +++ b/sysdeps/unix/sysv/linux/profil.c @@ -0,0 +1,3 @@ +/* Linux defines the profil system call but doesn't actually implement + it. Use the generic posix implementation. */ +#include -- cgit v1.1