diff options
author | Luis Machado <luis.machado@arm.com> | 2022-03-18 12:00:35 +0000 |
---|---|---|
committer | Luis Machado <luis.machado@arm.com> | 2022-03-22 09:33:49 +0000 |
commit | 6c111a4ec26ba4a1343cb788c34e4bccce65bfeb (patch) | |
tree | 3b1377066a352623d0f4d49658bdf2252a75a14d /gdb/dwarf2/frame.c | |
parent | 6c924cf21caae1d6f277d281eb276b2bab2ef4ba (diff) | |
download | binutils-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.c | 4 |
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, |