diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-12-12 20:05:16 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-12-12 20:05:16 +0000 |
commit | 5d6f4f16793f8c4ac42ff7524daf1035d2980e4e (patch) | |
tree | 4af407083f80e9b92a504b623966fb8dfe10b09b /gas/config/tc-ppc.h | |
parent | 6d02a66752fabe76bdec0b36f34be7f3c25ac993 (diff) | |
download | gdb-5d6f4f16793f8c4ac42ff7524daf1035d2980e4e.zip gdb-5d6f4f16793f8c4ac42ff7524daf1035d2980e4e.tar.gz gdb-5d6f4f16793f8c4ac42ff7524daf1035d2980e4e.tar.bz2 |
2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
(md_assemble): Call dwarf2_emit_insn.
(shlib): Fix typo SHILB -> SHLIB.
(md_parse_option): Likewise.
(ppc_elf_validate_fix): Likewise:
* config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
Diffstat (limited to 'gas/config/tc-ppc.h')
-rw-r--r-- | gas/config/tc-ppc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index 09e71dc..f246cd7 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -258,6 +258,7 @@ extern const char *ppc_comment_chars; && S_IS_DEFINED ((FIX)->fx_addsy) \ && ! S_IS_COMMON ((FIX)->fx_addsy))) +#define DWARF2_LINE_MIN_INSN_LENGTH 4 #endif /* OBJ_ELF */ /* call md_apply_fix3 with segment instead of md_apply_fix */ |