* amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2f470b8ddbe7f2a0fd6df9502d2df8b172e98a3e..806cc60dfdd30169d93523b6661656c60f12e410 100644 (file)
@@ -1,5 +1,128 @@
+2003-09-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
+       ps_strings into a long.
+
+       * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
+       _initialize_am64fbsd_nat.
+
+2003-09-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
+       associated with DW_AT_ranges attribute is out of bounds.
+
+2003-09-15  David Lecomber  <dsl@sources.redhat.com>
+
+       * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
+
+2003-09-14  Michael Chastain  <mec@shout.net>
+
+       * config/m68k/nm-apollo68v.h: Delete.
+       * config/m68k/xm-apollo68v.h: Delete.
+
+2003-09-14  Andrew Cagney  <cagney@redhat.com>
+
+       * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
+       * dcache.c: Update copyrights and descriptions.
+       * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
+
+2003-09-14  Andrew Cagney  <cagney@redhat.com>
+
+       * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
+       "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
+
+2003-09-14  Andrew Cagney  <cagney@redhat.com>
+
+       * alpha-nat.c: Remove some occurances of "register".
+       * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
+       * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
+       * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
+       * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
+       * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
+       * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
+       * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
+       * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
+       * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
+       * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
+       * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
+       * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
+       * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
+       * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
+       * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
+       * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
+       * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
+       * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
+       * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
+       * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
+       * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
+       * values.c, vax-tdep.c, xcoffread.c: Ditto.
+       
+2003-09-13  Andrew Cagney  <cagney@redhat.com>
+
+       * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
+       * ppc-tdep.h (struct regcache): Declare opaque.
+       * objfiles.h (struct objfile_data): Declare opaque.
+       * cp-support.h (struct objfile): Declare opaque.
+       * linux-nat.h (target_waitstatus): Declare opaque.
+
+2003-09-14  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
+       (stabs_argument_has_addr): New architecture method.
+       * arch-utils.h (default_stabs_argument_has_addr): New prototype.
+       * arch-utils.c: Include "buildsym.h".
+       (default_stabs_argument_has_addr): New function.
+       * stabsread.c (define_symbol): Use stabs_argument_has_addr
+       instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
+
+       * cris-tdep.c (cris_gdbarch_init): Set
+       deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
+       * hppa-tdep.c (hppa_gdbarch_init): Likewise.
+       * mcore-tdep.c (mcore_gdbarch_init): Likewise.
+       * mips-tdep.c (mips_gdbarch_init): Likewise.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
+       * sparc-tdep.c (sparc_gdbarch_init): Likewise.
+
+2003-09-13  Andrew Cagney  <cagney@redhat.com>
+
+       * values.c (using_struct_return): Delete "function" and "funcaddr"
+       parameters.
+       * value.h (using_struct_return): Update declaration.
+       * infcmd.c (finish_command_continuation): Update.
+       (finish_command): Update.
+       * infcall.c (call_function_by_hand): Update.
+       * eval.c (evaluate_subexp_standard): Update.
+
+2003-09-13  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
+       SSE registers since gdb will not operate correctly without this.
+       Restore include file ordering munged in previous change.
+       * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
+
+2003-09-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
+       REG_STRUCT_HAS_ADDR.
+       * gdbarch.c, gdbarch.h: Updated.
+       * infcall.c (call_function_by_hand): Update.
+       * stabsread.c (define_symbol): Updated.
+       
+       * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
+
+2003-09-12  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c: Reorganize so that defines used by target headers are
+       actually defined by the system headers.
+       * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
+       than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
+
 2003-09-12  Jim Blandy  <jimb@redhat.com>
 
+       * dbxread.c (read_dbx_symtab): Don't report an internal error if
+       the file has no .data, .bss, or .rodata sections.  Instead wait
+       until we see a variable alleged to live in one of those sections.
+
        * dbxread.c (read_dbx_symtab): If we have no .data section and no
        .bss section, presume that any variables we find live in the
        .rodata section.
This page took 0.032095 seconds and 4 git commands to generate.