Dirk Mueller
f062078a7c
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=29
23 lines
849 B
Diff
23 lines
849 B
Diff
Index: coregrind/m_dispatch/dispatch-ppc64-linux.S
|
|
===================================================================
|
|
--- coregrind/m_dispatch/dispatch-ppc64-linux.S (revision 11699)
|
|
+++ coregrind/m_dispatch/dispatch-ppc64-linux.S (revision 11700)
|
|
@@ -310,7 +310,7 @@
|
|
/* start over */
|
|
b .VG_(run_innerloop__dispatch_unprofiled)
|
|
/*NOTREACHED*/
|
|
- .size VG_(run_innerloop), .-VG_(run_innerloop)
|
|
+ .size .VG_(run_innerloop), .-.VG_(run_innerloop)
|
|
|
|
|
|
/*----------------------------------------------------*/
|
|
@@ -385,7 +385,7 @@
|
|
/* start over */
|
|
b .VG_(run_innerloop__dispatch_profiled)
|
|
/*NOTREACHED*/
|
|
- .size VG_(run_a_noredir_translation), .-VG_(run_a_noredir_translation)
|
|
+ .size .VG_(run_a_noredir_translation), .-.VG_(run_a_noredir_translation)
|
|
|
|
|
|
/*----------------------------------------------------*/
|