From 155f2e362b3d95dffc744be6cc622ef507a9f379 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 15 Jan 2003 22:10:10 +0000 Subject: * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d. (common-generated): Add s-proto-bp.d. * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies of bp thunks. * sysdeps/unix/s-proto-bp.S: New file. * sysdeps/generic/bp-thunks.h: Don't include here. Use instead of . * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file. --- sysdeps/unix/s-proto-bp.S | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/unix/s-proto-bp.S (limited to 'sysdeps/unix/s-proto-bp.S') diff --git a/sysdeps/unix/s-proto-bp.S b/sysdeps/unix/s-proto-bp.S new file mode 100644 index 0000000..ba0363e --- /dev/null +++ b/sysdeps/unix/s-proto-bp.S @@ -0,0 +1,4 @@ +/* This file exists just to have its dependencies determined. + Those dependencies are then used for the bp thunk objects. */ + +#include -- cgit v1.1