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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5e683a3..ff053dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +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. + 2000-12-12 Nick Clifton <nickc@redhat.com> * cgen.h: Fix formatting. |