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/expr.h | |
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/expr.h')
-rw-r--r-- | gdb/dwarf2/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/expr.h b/gdb/dwarf2/expr.h index f76257f..4ce9b73 100644 --- a/gdb/dwarf2/expr.h +++ b/gdb/dwarf2/expr.h @@ -320,4 +320,4 @@ extern const gdb_byte *safe_read_sleb128 (const gdb_byte *buf, extern const gdb_byte *safe_skip_leb128 (const gdb_byte *buf, const gdb_byte *buf_end); -#endif /* dwarf2expr.h */ +#endif /* DWARF2EXPR_H */ |