aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_dispatch/dispatch-mips32-linux.S
diff options
context:
space:
mode:
Diffstat (limited to 'coregrind/m_dispatch/dispatch-mips32-linux.S')
-rw-r--r--coregrind/m_dispatch/dispatch-mips32-linux.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/coregrind/m_dispatch/dispatch-mips32-linux.S b/coregrind/m_dispatch/dispatch-mips32-linux.S
index a3a158cd2..22b6b382a 100644
--- a/coregrind/m_dispatch/dispatch-mips32-linux.S
+++ b/coregrind/m_dispatch/dispatch-mips32-linux.S
@@ -8,7 +8,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2000-2013 RT-RK
+ Copyright (C) 2000-2015 RT-RK
mips-valgrind@rt-rk.com
This program is free software; you can redistribute it and/or
@@ -29,10 +29,10 @@
The GNU General Public License is contained in the file COPYING.
*/
+#include "pub_core_basics_asm.h"
#if defined(VGP_mips32_linux)
-#include "pub_core_basics_asm.h"
#include "pub_core_dispatch_asm.h"
#include "pub_core_transtab_asm.h"
#include "libvex_guest_offsets.h" /* for OFFSET_mips_PC */
@@ -235,11 +235,11 @@ VG_(disp_cp_evcheck_fail):
.size VG_(disp_run_translations), .-VG_(disp_run_translations)
+#endif // defined(VGP_mips32_linux)
-/* Let the linker know we do not need an executable stack */
-.section .note.GNU-stack,"",@progbits
+/* Let the linker know we don't need an executable stack */
+MARK_STACK_NO_EXEC
-#endif // defined(VGP_mips32_linux)
/*--------------------------------------------------------------------*/
/*--- end ---*/
/*--------------------------------------------------------------------*/