2003-09-14 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
index 973472074b42257ffae09a154c5b3c0f53057f65..e4e88360d599128a748482384d6d523917b23925 100644 (file)
@@ -1,3 +1,85 @@
+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>
+
+       * 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