summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-02-08 11:26:24 -0700
committerTom Tromey <tom@tromey.com>2023-02-27 11:04:44 -0700
commit810fbe39b2712853d08df74469f373254b5f30cc (patch)
treea9c7bafbec3a467830ee33e13928a64ad2204591 /gdb/mips-linux-tdep.c
parent935d48567d9e12e1321d97d3867d42d59eda1daa (diff)
downloadbinutils-gdb-810fbe39b2712853d08df74469f373254b5f30cc.tar.gz
Remove old GNU indent directives
Now that gdb_indent.sh has been removed, I think it makes sense to also remove the directives intended for GNU indent.
Diffstat (limited to 'gdb/mips-linux-tdep.c')
-rw-r--r--gdb/mips-linux-tdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c
index 327678760e3..9f5d5b32408 100644
--- a/gdb/mips-linux-tdep.c
+++ b/gdb/mips-linux-tdep.c
@@ -852,7 +852,6 @@ static const struct tramp_frame micromips_linux_n64_rt_sigframe = {
micromips_linux_sigframe_validate
};
-/* *INDENT-OFF* */
/* The unwinder for o32 signal frames. The legacy structures look
like this:
@@ -927,7 +926,6 @@ static const struct tramp_frame micromips_linux_n64_rt_sigframe = {
struct sigcontext uc_mcontext;
sigset_t uc_sigmask;
}; */
-/* *INDENT-ON* */
#define SIGFRAME_SIGCONTEXT_OFFSET (6 * 4)
@@ -1066,7 +1064,6 @@ mips_linux_o32_sigframe_init (const struct tramp_frame *self,
trad_frame_set_id (this_cache, frame_id_build (frame_sp, func));
}
-/* *INDENT-OFF* */
/* For N32/N64 things look different. There is no non-rt signal frame.
struct rt_sigframe_n32 {
@@ -1122,7 +1119,6 @@ mips_linux_o32_sigframe_init (const struct tramp_frame *self,
That is the post-2.6.12 definition of the 64-bit sigcontext; before
then, there were no hi1-hi3 or lo1-lo3. Cause and badvaddr were
included too. */
-/* *INDENT-ON* */
#define N32_STACK_T_SIZE STACK_T_SIZE
#define N64_STACK_T_SIZE (2 * 8 + 4)