File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
./filter_stderr " $@ " |
5
5
sed -e " s/: strchr (vg_replace_strmem.c:/: index (vg_replace_strmem.c:/;
6
6
s/: _platform_strchr (vg_replace_strmem.c:/: index (vg_replace_strmem.c:/;
7
+ s/: _platform_strchr\$ VARIANT\$ Generic (vg_replace_strmem.c:/: index (vg_replace_strmem.c:/;
7
8
s/: strrchr (vg_replace_strmem.c:/: rindex (vg_replace_strmem.c:/"
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ static inline void my_exit ( int x )
204
204
//STRRCHR(VG_Z_DYLD, strrchr)
205
205
//STRRCHR(VG_Z_DYLD, rindex)
206
206
STRRCHR (VG_Z_LIBC_SONAME , strrchr )
207
- # if DARWIN_VERS == DARWIN_10_9
207
+ # if DARWIN_VERS == DARWIN_10_9 || DARWIN_VERS == DARWIN_10_10
208
208
STRRCHR (libsystemZucZddylib , strrchr )
209
209
# endif
210
210
@@ -245,6 +245,10 @@ static inline void my_exit ( int x )
245
245
# if DARWIN_VERS == DARWIN_10_9
246
246
STRCHR (libsystemZuplatformZddylib , _platform_strchr )
247
247
# endif
248
+ # if DARWIN_VERS == DARWIN_10_10
249
+ /* _platform_strchr$VARIANT$Generic */
250
+ STRCHR (libsystemZuplatformZddylib , _platform_strchr$VARIANT$Generic )
251
+ # endif
248
252
#endif
249
253
250
254
You can’t perform that action at this time.
0 commit comments