[llvm-commits] CVS: llvm-gcc/gcc/config/ia64/linux.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 15 23:49:35 PDT 2004
Changes in directory llvm-gcc/gcc/config/ia64:
linux.h updated: 1.1.1.1 -> 1.2
---
Log message:
Hack out more stuff
---
Diffs of the changes: (+10 -4)
Index: llvm-gcc/gcc/config/ia64/linux.h
diff -u llvm-gcc/gcc/config/ia64/linux.h:1.1.1.1 llvm-gcc/gcc/config/ia64/linux.h:1.2
--- llvm-gcc/gcc/config/ia64/linux.h:1.1.1.1 Thu Jan 8 15:58:50 2004
+++ llvm-gcc/gcc/config/ia64/linux.h Fri Jul 16 01:49:25 2004
@@ -6,8 +6,10 @@
#define TARGET_VERSION fprintf (stderr, " (IA-64) Linux");
/* This is for -profile to use -lc_p instead of -lc. */
+/*
#undef CC1_SPEC
#define CC1_SPEC "%{profile:-p} %{G*}"
+*/
/* Target OS builtins. */
#define TARGET_OS_CPP_BUILTINS() \
@@ -20,6 +22,7 @@
} while (0)
/* Need to override linux.h STARTFILE_SPEC, since it has crtbeginT.o in. */
+/*
#undef STARTFILE_SPEC
#ifdef HAVE_LD_PIE
#define STARTFILE_SPEC \
@@ -30,16 +33,18 @@
"%{!shared: %{pg|p|profile:gcrt1.o%s;:crt1.o%s}}\
crti.o%s %{shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
#endif
-
+*/
/* Similar to standard Linux, but adding -ffast-math support. */
+/*
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
"%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
+*/
/* Define this for shared library support because it isn't in the main
linux.h file. */
-
+/*
#undef LINK_SPEC
#define LINK_SPEC "\
%{shared:-shared} \
@@ -48,7 +53,7 @@
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /lib/ld-linux-ia64.so.2}} \
%{static:-static}}"
-
+*/
#define JMP_BUF_SIZE 76
@@ -60,7 +65,7 @@
/* Do code reading to identify a signal frame, and set the frame
state data appropriately. See unwind-dw2.c for the structs. */
-
+#if 0
#ifdef IN_LIBGCC2
#include <signal.h>
#include <sys/ucontext.h>
@@ -124,3 +129,4 @@
goto SUCCESS; \
}
#endif /* IN_LIBGCC2 */
+#endif
More information about the llvm-commits
mailing list