summaryrefslogtreecommitdiff
blob: d4ae13d45cf1d08bb8ba690e6e535bd02b40c27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
diff -Naur valgrind-3.10.0.orig/coregrind/Makefile.am valgrind-3.10.0/coregrind/Makefile.am
--- valgrind-3.10.0.orig/coregrind/Makefile.am	2014-09-08 08:28:30.000000000 -0400
+++ valgrind-3.10.0/coregrind/Makefile.am	2014-09-12 20:54:25.720389938 -0400
@@ -333,18 +333,6 @@
 	m_demangle/demangle.c \
 	m_demangle/dyn-string.c \
 	m_demangle/safe-ctype.c \
-	m_dispatch/dispatch-x86-linux.S \
-	m_dispatch/dispatch-amd64-linux.S \
-	m_dispatch/dispatch-ppc32-linux.S \
-	m_dispatch/dispatch-ppc64be-linux.S \
-	m_dispatch/dispatch-ppc64le-linux.S \
-	m_dispatch/dispatch-arm-linux.S \
-	m_dispatch/dispatch-arm64-linux.S \
-	m_dispatch/dispatch-s390x-linux.S \
-	m_dispatch/dispatch-mips32-linux.S \
-	m_dispatch/dispatch-mips64-linux.S \
-	m_dispatch/dispatch-x86-darwin.S \
-	m_dispatch/dispatch-amd64-darwin.S \
 	m_gdbserver/inferiors.c \
 	m_gdbserver/m_gdbserver.c \
 	m_gdbserver/regcache.c \
@@ -368,8 +356,6 @@
 	m_initimg/initimg-pathscan.c \
 	m_mach/mach_basics.c \
 	m_mach/mach_msg.c \
-	m_mach/mach_traps-x86-darwin.S \
-	m_mach/mach_traps-amd64-darwin.S \
 	m_replacemalloc/replacemalloc_core.c \
 	m_scheduler/scheduler.c \
 	m_scheduler/sema.c \
@@ -386,18 +372,6 @@
 	m_sigframe/sigframe-mips64-linux.c \
 	m_sigframe/sigframe-x86-darwin.c \
 	m_sigframe/sigframe-amd64-darwin.c \
-	m_syswrap/syscall-x86-linux.S \
-	m_syswrap/syscall-amd64-linux.S \
-	m_syswrap/syscall-ppc32-linux.S \
-	m_syswrap/syscall-ppc64be-linux.S \
-	m_syswrap/syscall-ppc64le-linux.S \
-	m_syswrap/syscall-arm-linux.S \
-	m_syswrap/syscall-arm64-linux.S \
-	m_syswrap/syscall-s390x-linux.S \
-	m_syswrap/syscall-mips32-linux.S \
-	m_syswrap/syscall-mips64-linux.S \
-	m_syswrap/syscall-x86-darwin.S \
-	m_syswrap/syscall-amd64-darwin.S \
 	m_syswrap/syswrap-main.c \
 	m_syswrap/syswrap-generic.c \
 	m_syswrap/syswrap-linux.c \
@@ -420,6 +394,29 @@
 	m_ume/main.c \
 	m_ume/script.c
 
+COREGRIND_SOURCES_COMMON += \
+	m_dispatch/dispatch-@VGCONF_ARCH_PRI@-@VGCONF_OS@.S \
+	m_syswrap/syscall-@VGCONF_ARCH_PRI@-@VGCONF_OS@.S
+
+if VGCONF_HAVE_PLATFORM_SEC
+COREGRIND_SOURCES_COMMON += \
+	m_dispatch/dispatch-@VGCONF_ARCH_SEC@-@VGCONF_OS@.S \
+	m_syswrap/syscall-@VGCONF_ARCH_SEC@-@VGCONF_OS@.S
+endif
+
+if VGCONF_OS_IS_DARWIN
+COREGRIND_SOURCES_COMMON += \
+	m_dispatch/dispatch-@VGCONF_ARCH_PRI@-darwin.S \
+	m_syswrap/syscall-@VGCONF_ARCH_PRI@-darwin.S \
+	m_mach/mach_traps-@VGCONF_ARCH_PRI@-darwin.S
+if VGCONF_HAVE_PLATFORM_SEC
+COREGRIND_SOURCES_COMMON += \
+	m_dispatch/dispatch-@VGCONF_ARCH_SEC@-darwin.S \
+	m_syswrap/syscall-@VGCONF_ARCH_SEC@-darwin.S \
+	m_mach/mach_traps-@VGCONF_ARCH_SEC@-darwin.S
+endif
+endif
+
 libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES = \
     $(COREGRIND_SOURCES_COMMON)
 nodist_libcoregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES = \
diff -Naur valgrind-3.10.0.orig/coregrind/m_dispatch/dispatch-amd64-linux.S valgrind-3.10.0/coregrind/m_dispatch/dispatch-amd64-linux.S
--- valgrind-3.10.0.orig/coregrind/m_dispatch/dispatch-amd64-linux.S	2014-09-08 08:28:46.000000000 -0400
+++ valgrind-3.10.0/coregrind/m_dispatch/dispatch-amd64-linux.S	2014-09-12 20:49:14.681385751 -0400
@@ -249,11 +249,11 @@
 
 .size VG_(disp_run_translations), .-VG_(disp_run_translations)
 
+#endif // defined(VGP_amd64_linux)
+
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits
 
-#endif // defined(VGP_amd64_linux)
-
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
 /*--------------------------------------------------------------------*/
diff -Naur valgrind-3.10.0.orig/coregrind/m_dispatch/dispatch-x86-linux.S valgrind-3.10.0/coregrind/m_dispatch/dispatch-x86-linux.S
--- valgrind-3.10.0.orig/coregrind/m_dispatch/dispatch-x86-linux.S	2014-09-08 08:28:46.000000000 -0400
+++ valgrind-3.10.0/coregrind/m_dispatch/dispatch-x86-linux.S	2014-09-12 20:49:14.681385751 -0400
@@ -240,11 +240,11 @@
 
 .size VG_(disp_run_translations), .-VG_(disp_run_translations)
 
+#endif // defined(VGP_x86_linux)
+
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits
 
-#endif // defined(VGP_x86_linux)
-
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
 /*--------------------------------------------------------------------*/
diff -Naur valgrind-3.10.0.orig/coregrind/m_syswrap/syscall-amd64-linux.S valgrind-3.10.0/coregrind/m_syswrap/syscall-amd64-linux.S
--- valgrind-3.10.0.orig/coregrind/m_syswrap/syscall-amd64-linux.S	2014-09-08 08:28:45.000000000 -0400
+++ valgrind-3.10.0/coregrind/m_syswrap/syscall-amd64-linux.S	2014-09-12 20:49:14.681385751 -0400
@@ -205,11 +205,11 @@
 ML_(blksys_finished):	.quad 5b
 .previous
 
+#endif // defined(VGP_amd64_linux)
+
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits
 
-#endif // defined(VGP_amd64_linux)
-
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
 /*--------------------------------------------------------------------*/
diff -Naur valgrind-3.10.0.orig/coregrind/m_syswrap/syscall-x86-linux.S valgrind-3.10.0/coregrind/m_syswrap/syscall-x86-linux.S
--- valgrind-3.10.0.orig/coregrind/m_syswrap/syscall-x86-linux.S	2014-09-08 08:28:45.000000000 -0400
+++ valgrind-3.10.0/coregrind/m_syswrap/syscall-x86-linux.S	2014-09-12 20:49:14.681385751 -0400
@@ -165,11 +165,11 @@
 ML_(blksys_finished):	.long 5b
 .previous
 	
+#endif // defined(VGP_x86_linux)
+
 /* Let the linker know we don't need an executable stack */
 .section .note.GNU-stack,"",@progbits
 
-#endif // defined(VGP_x86_linux)
-
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
 /*--------------------------------------------------------------------*/