diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-03-30 17:21:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-03-30 17:21:48 +0000 |
commit | 7ce59000414bfc68117e3733ac6c369aa36b3715 (patch) | |
tree | 254e58089e086bc260019abec91dcf3571fd3434 /gdb/ChangeLog | |
parent | 0c2ead7e1669088ac2092baa43524f1c9f9b5215 (diff) | |
download | gdb-7ce59000414bfc68117e3733ac6c369aa36b3715.zip gdb-7ce59000414bfc68117e3733ac6c369aa36b3715.tar.gz gdb-7ce59000414bfc68117e3733ac6c369aa36b3715.tar.bz2 |
* MAINTAINERS: Remove d10v entry.
* Makefile.in (SFILES): Remove dwarfread.c.
(COMMON_OBS): Remove dwarfread.o.
(gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
(remote-est.o, rom68k-rom.o): Delete.
* NEWS: Mention removal of d10v, target abug, target cpu32bug,
target est, target rom68k, and DWARF 1.
* configure.tgt: Mark d10v as removed.
* dwarf2read.c: Doc update.
* elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
and lnsize.
(elf_locate_sections): Do not set them.
(elf_symfile_read): Do not call dwarf_build_psymtabs.
* symfile.h (dwarf_build_psymtabs): Delete prototype.
* config/m68k/monitor.mt (TDEPFILES): Prune.
* abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
* gdb.texinfo (M68K): Remove obsolete ROM monitors.
* gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
references.
* gdb.asm/asm-source.exp: Remove d10v case.
* lib/gdb.exp (skip_cplus_tests): Likewise.
* gdb.asm/d10v.inc: Deleted.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1cb44c7..7f24ce1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,25 @@ 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com> + * MAINTAINERS: Remove d10v entry. + * Makefile.in (SFILES): Remove dwarfread.c. + (COMMON_OBS): Remove dwarfread.o. + (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o) + (remote-est.o, rom68k-rom.o): Delete. + * NEWS: Mention removal of d10v, target abug, target cpu32bug, + target est, target rom68k, and DWARF 1. + * configure.tgt: Mark d10v as removed. + * dwarf2read.c: Doc update. + * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset, + and lnsize. + (elf_locate_sections): Do not set them. + (elf_symfile_read): Do not call dwarf_build_psymtabs. + * symfile.h (dwarf_build_psymtabs): Delete prototype. + * config/m68k/monitor.mt (TDEPFILES): Prune. + * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c, + remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete. + +2007-03-30 Daniel Jacobowitz <dan@codesourcery.com> + * doublest.c (convert_floatformat_to_doublest): Use floatformat_classify. (floatformat_is_nan): Rename to... |