summaryrefslogtreecommitdiff
path: root/gdb/arm-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/arm-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/arm-tdep.c')
-rw-r--r--gdb/arm-tdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 03df41a64b3..b64c21ce68f 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -1846,7 +1846,6 @@ arm_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
target_arm_instruction_reader ());
}
-/* *INDENT-OFF* */
/* Function: thumb_scan_prologue (helper function for arm_scan_prologue)
This function decodes a Thumb function prologue to determine:
1) the size of the stack frame
@@ -1866,7 +1865,6 @@ arm_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
The comments for thumb_skip_prolog() describe the algorithm we use
to detect the end of the prolog. */
-/* *INDENT-ON* */
static void
thumb_scan_prologue (struct gdbarch *gdbarch, CORE_ADDR prev_pc,