From: Nicholas Nethercote Date: Mon, 29 Nov 2004 14:44:09 +0000 (+0000) Subject: Remove string "panic_msg_ebp" from x86/dispatch.S and amd64/dispatch.S, X-Git-Tag: svn/VALGRIND_3_0_0~1180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=146a07a91f4870d522a1a08e593cfc00658d26a2;p=thirdparty%2Fvalgrind.git Remove string "panic_msg_ebp" from x86/dispatch.S and amd64/dispatch.S, as it is never used. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3138 --- diff --git a/coregrind/amd64/dispatch.S b/coregrind/amd64/dispatch.S index 44c8d9350c..6708276f8c 100644 --- a/coregrind/amd64/dispatch.S +++ b/coregrind/amd64/dispatch.S @@ -170,12 +170,6 @@ dispatch_exceptional: jmp run_innerloop_exit -.data -panic_msg_ebp: -.ascii "vg_dispatch: %ebp has invalid value!" -.byte 0 -.text - /* Let the linker know we don't need an executable stack */ .section .note.GNU-stack,"",@progbits #endif diff --git a/coregrind/x86/dispatch.S b/coregrind/x86/dispatch.S index ec74edeb0d..9ff1a23457 100644 --- a/coregrind/x86/dispatch.S +++ b/coregrind/x86/dispatch.S @@ -169,12 +169,6 @@ dispatch_exceptional: jmp run_innerloop_exit -.data -panic_msg_ebp: -.ascii "vg_dispatch: %ebp has invalid value!" -.byte 0 -.text - /* Let the linker know we don't need an executable stack */ .section .note.GNU-stack,"",@progbits