aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/frame.c
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@arm.com>2022-03-18 12:00:35 +0000
committerLuis Machado <luis.machado@arm.com>2022-03-22 09:33:49 +0000
commit6c111a4ec26ba4a1343cb788c34e4bccce65bfeb (patch)
tree3b1377066a352623d0f4d49658bdf2252a75a14d /gdb/dwarf2/frame.c
parent6c924cf21caae1d6f277d281eb276b2bab2ef4ba (diff)
downloadbinutils-6c111a4ec26ba4a1343cb788c34e4bccce65bfeb.zip
binutils-6c111a4ec26ba4a1343cb788c34e4bccce65bfeb.tar.gz
binutils-6c111a4ec26ba4a1343cb788c34e4bccce65bfeb.tar.bz2
Fix some stale header names from dwarf files
Some of these references were not updated when they were moved to a separate directory.
Diffstat (limited to 'gdb/dwarf2/frame.c')
-rw-r--r--gdb/dwarf2/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2/frame.c b/gdb/dwarf2/frame.c
index 0b7ed2c..1c58cfe 100644
--- a/gdb/dwarf2/frame.c
+++ b/gdb/dwarf2/frame.c
@@ -179,7 +179,7 @@ static CORE_ADDR read_encoded_value (struct comp_unit *unit, gdb_byte encoding,
CORE_ADDR func_base);
-/* See dwarf2-frame.h. */
+/* See dwarf2/frame.h. */
bool dwarf2_frame_unwinders_enabled_p = true;
/* Store the length the expression for the CFA in the `cfa_reg' field,
@@ -769,7 +769,7 @@ dwarf2_frame_find_quirks (struct dwarf2_frame_state *fs,
}
-/* See dwarf2-frame.h. */
+/* See dwarf2/frame.h. */
int
dwarf2_fetch_cfa_info (struct gdbarch *gdbarch, CORE_ADDR pc,