aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/ChangeLog4
-rw-r--r--linuxthreads/sysdeps/x86_64/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 0a330fa..2644051 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-31 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/x86_64/Makefile: Remove, we do not need it anymore.
+
2001-10-05 Kevin Buettner <kevinb@cygnus.com>
* pthread.c (__linuxthread_pthread_sizeof_descr): Change name
diff --git a/linuxthreads/sysdeps/x86_64/Makefile b/linuxthreads/sysdeps/x86_64/Makefile
deleted file mode 100644
index fa58f82..0000000
--- a/linuxthreads/sysdeps/x86_64/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(subdir),linuxthreads)
-# On x86-64 we must avoid generating the unwind-info
-CFLAGS-pt-initfini.s += -mno-unwind-info
-endif