* MAINTAINERS (paper trail): Update.
[binutils-gdb.git] / gdb / ChangeLog
index fcd0eda17e21da846b504666a89d3bb4195b3582..93836d46b456816456a2c7f267e70ed0418ae097 100644 (file)
@@ -1,3 +1,281 @@
+2001-03-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (paper trail): Update.
+
+       * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
+
+2001-03-02  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2001-03-01 Tom Rix <trix@redhat.com>:
+       * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
+       parameter to mn10200_analyze_prologue.
+
+       * config/mn10200/tm-mn10200.h: Include "regcache.h".
+       * MAINTAINERS: Document that mn10200-elf target is buildable.
+
+2001-03-02  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
+       from here...
+       * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
+       (MONTEREY): Don't define.
+       (AIX5): Define.
+
+2001-03-02  Matt Hiller  <hiller@redhat.com>
+
+       * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
+
+2001-03-02  Kevin Buettner  <kevinb@redhat.com>
+
+       * sparc-nat.c (sparc-nat.c): Don't include self.
+
+2001-03-01  J.T. Conklin  <jtc@redback.com>
+
+       * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
+       if __CYGWIN32__ is set from here.
+       * config/i386/xm-cygwin.h: To here.
+       * config/powerpc/xm-cygwin.h: To here.
+
+       * i386-stub.c (handle_exception): Use 'T' response packet.
+
+2001-03-01  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * m32r-tdep.c: Fix cut and paste error in comment.
+
+2001-02-28  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * symtab.c (print_msymbol_info): Print addresses by portable method
+       longest_local_hex_string_custom.  Allow for 64-bit addresses.
+
+2001-03-01  J.T. Conklin  <jtc@redback.com>
+
+       * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
+       (MAX_OF_TYPE): Wrap macro definition in parenthesis.
+       (MIN_OF_TYPE): Likewise.
+       
+       * memattr.h (mem_access_mode): Removed extraneous trailing comma.
+
+2001-03-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
+       * os9kread.c (os9k_process_one_symbol): Add assert to detect
+       ``loses if sizeof (char *) > sizeof (int)''.
+
+2001-03-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb_assert.h: Document pragmatics behind gdb_assert's case.
+
+2001-03-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
+       lists.
+       (mi-main.o): Ditto.
+
+2001-03-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (regcache_h): Define. Add $(regcache_h) to
+       dependency lists.
+
+2001-02-28  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * printcmd.c (print_address_numeric): Update comments to refer
+       to sizeof addr, not sizeof pointer.
+       (x_command): Remove needless whitespace (shorten long line).
+       
+       * breakpoint.c (print_one_breakpoint): Formatting clean-up.
+       (read_memory_nobpt): Ditto.
+       (ep_is_catchpoint): Ditto.
+       (ep_is_shlib_catchpoint): Ditto.
+       (ep_is_exception_catchpoint): Ditto.
+       (describe_other_breakpoints): Ditto.
+
+Wed Feb 28 20:37:36 2001  Andrew Cagney  <ac131313@redhat.com>
+
+       * regcache.h (register_valid): Fix comment documenting valid
+       states.
+
+Tue Feb 27 23:56:23 2001  Andrew Cagney  <ac131313@redhat.com>
+
+       From Steven Johnson:
+       * regcache.h: New file.
+       
+       * value.h (read_register_bytes, read_register_gen)
+       (write_register_gen, write_register_bytes)
+       (read_register, read_register_pid)
+       (read_signed_register, read_signed_register_pid)
+       (write_register, write_register_pid)
+       (register_cached, set_register_cached)
+       (register_changed, register_buffer)
+       (registers_changed, supply_register): Move declaration from here.
+       * regcache.h: To here.
+       * gdbcore.h (registers_fetched): Ditto.
+       * inferior.h (registers, registers_valid): Ditto.
+
+       * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
+       generic_target_write_pc, write_pc_pid, write_pc,
+       generic_target_read_sp, read_sp, generic_target_write_sp,
+       write_sp, generic_target_read_fp, read_fp,
+       generic_target_write_fp, write_fp): Add note that these functions
+       will be moved from this file.
+       
+       * a29k-tdep.c: Include "regcache.h".
+       * a68v-nat.c: Ditto.
+       * abug-rom.c: Ditto.
+       * alpha-nat.c: Ditto.
+       * alpha-tdep.c: Ditto.
+       * alphabsd-nat.c: Ditto.
+       * arc-tdep.c: Ditto.
+       * arm-linux-nat.c: Ditto.
+       * arm-linux-tdep.c: Ditto.
+       * arm-tdep.c: Ditto.
+       * blockframe.c: Ditto.
+       * core-aout.c: Ditto.
+       * core-sol2.c: Ditto.
+       * corelow.c: Ditto.
+       * cpu32bug-rom.c: Ditto.
+       * cxux-nat.c: Ditto.
+       * d10v-tdep.c: Ditto.
+       * d30v-tdep.c: Ditto.
+       * dbug-rom.c: Ditto.
+       * dink32-rom.c: Ditto.
+       * dve3900-rom.c: Ditto.
+       * findvar.c: Ditto.
+       * fr30-tdep.c: Ditto.
+       * frame.c: Ditto.
+       * go32-nat.c: Ditto.
+       * h8300-tdep.c: Ditto.
+       * h8500-tdep.c: Ditto.
+       * hp300ux-nat.c: Ditto.
+       * hppa-tdep.c: Ditto.
+       * hppab-nat.c: Ditto.
+       * hppah-nat.c: Ditto.
+       * hppam3-nat.c: Ditto.
+       * hpux-thread.c: Ditto.
+       * i386-linux-nat.c: Ditto.
+       * i386-linux-tdep.c: Ditto.
+       * i386-tdep.c: Ditto.
+       * i386aix-nat.c: Ditto.
+       * i386b-nat.c: Ditto.
+       * i386bsd-nat.c: Ditto.
+       * i386gnu-nat.c: Ditto.
+       * i386ly-tdep.c: Ditto.
+       * i386m3-nat.c: Ditto.
+       * i386mach-nat.c: Ditto.
+       * i386nbsd-nat.c: Ditto.
+       * i386v4-nat.c: Ditto.
+       * i387-nat.c: Ditto.
+       * i387-tdep.c: Ditto.
+       * i960-tdep.c: Ditto.
+       * ia64-aix-nat.c: Ditto.
+       * ia64-linux-nat.c: Ditto.
+       * ia64-tdep.c: Ditto.
+       * infptrace.c: Ditto.
+       * infrun.c: Ditto.
+       * irix4-nat.c: Ditto.
+       * irix5-nat.c: Ditto.
+       * lin-lwp.c: Ditto.
+       * lin-thread.c: Ditto.
+       * lynx-nat.c: Ditto.
+       * m3-nat.c: Ditto.
+       * m32r-rom.c: Ditto.
+       * m32r-tdep.c: Ditto.
+       * m68hc11-tdep.c: Ditto.
+       * m68k-tdep.c: Ditto.
+       * m68klinux-nat.c: Ditto.
+       * m68knbsd-nat.c: Ditto.
+       * m68knbsd-tdep.c: Ditto.
+       * m88k-nat.c: Ditto.
+       * m88k-tdep.c: Ditto.
+       * mac-nat.c: Ditto.
+       * mcore-rom.c: Ditto.
+       * mcore-tdep.c: Ditto.
+       * mi/mi-main.c: Ditto.
+       * mips-nat.c: Ditto.
+       * mips-tdep.c: Ditto.
+       * mipsm3-nat.c: Ditto.
+       * mipsv4-nat.c: Ditto.
+       * mn10200-tdep.c: Ditto.
+       * mn10300-tdep.c: Ditto.
+       * monitor.c: Ditto.
+       * ns32km3-nat.c: Ditto.
+       * ns32knbsd-nat.c: Ditto.
+       * ocd.c: Ditto.
+       * pa64solib.c: Ditto.
+       * ppc-bdm.c: Ditto.
+       * ppc-linux-nat.c: Ditto.
+       * ppc-linux-tdep.c: Ditto.
+       * ppcbug-rom.c: Ditto.
+       * ppcnbsd-nat.c: Ditto.
+       * ptx4-nat.c: Ditto.
+       * regcache.c: Ditto.
+       * remote-adapt.c: Ditto.
+       * remote-array.c: Ditto.
+       * remote-bug.c: Ditto.
+       * remote-e7000.c: Ditto.
+       * remote-eb.c: Ditto.
+       * remote-es.c: Ditto.
+       * remote-est.c: Ditto.
+       * remote-hms.c: Ditto.
+       * remote-mips.c: Ditto.
+       * remote-mm.c: Ditto.
+       * remote-nindy.c: Ditto.
+       * remote-os9k.c: Ditto.
+       * remote-rdi.c: Ditto.
+       * remote-rdp.c: Ditto.
+       * remote-sds.c: Ditto.
+       * remote-sim.c: Ditto.
+       * remote-st.c: Ditto.
+       * remote-udi.c: Ditto.
+       * remote-utils.c: Ditto.
+       * remote-vx.c: Ditto.
+       * remote-vx29k.c: Ditto.
+       * remote-vx68.c: Ditto.
+       * remote-vx960.c: Ditto.
+       * remote-vxmips.c: Ditto.
+       * remote-vxsparc.c: Ditto.
+       * remote.c: Ditto.
+       * rom68k-rom.c: Ditto.
+       * rs6000-nat.c: Ditto.
+       * rs6000-tdep.c: Ditto.
+       * sh-tdep.c: Ditto.
+       * sh3-rom.c: Ditto.
+       * sol-thread.c: Ditto.
+       * solib-svr4.c: Ditto.
+       * somsolib.c: Ditto.
+       * sparc-nat.c: Ditto.
+       * sparc-tdep.c: Ditto.
+       * sparcl-tdep.c: Ditto.
+       * sparclet-rom.c: Ditto.
+       * sun3-nat.c: Ditto.
+       * sun386-nat.c: Ditto.
+       * symm-nat.c: Ditto.
+       * target.c: Ditto.
+       * thread-db.c: Ditto.
+       * thread.c: Ditto.
+       * tic80-tdep.c: Ditto.
+       * tracepoint.c: Ditto.
+       * ultra3-nat.c: Ditto.
+       * umax-xdep.c: Ditto.
+       * uw-thread.c: Ditto.
+       * v850-tdep.c: Ditto.
+       * v850ice.c: Ditto.
+       * valops.c: Ditto.
+       * w65-tdep.c: Ditto.
+       * w89k-rom.c: Ditto.
+       * win32-nat.c: Ditto.
+       * wince.c: Ditto.
+       * z8k-tdep.c: Ditto.
+
+2001-02-28  Matt Hiller  <hiller@redhat.com>   
+       
+       * MAINTAINERS: Add Matt Hiller to Write After Approval list.
+
+2001-02-27  Matt Hiller  <hiller@redhat.com>
+
+       * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
+       (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
+       mn10300_stab_reg_to_regnum.
+
 Tue Feb 27 16:56:13 2001  David Taylor  <taylor@redhat.com>
 
        * symtab.c (search_symbols): Fix off by one error in test for
@@ -330,7 +608,7 @@ Tue Feb 27 16:56:13 2001  David Taylor  <taylor@redhat.com>
        * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
        symbols whose SYMBOL_BFD_SECTION is NULL.
 
-2000-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
        Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
        * xcoffsolib.c (xcoff_solib_address):  Renamed from
@@ -344,12 +622,12 @@ Tue Feb 27 16:56:13 2001  David Taylor  <taylor@redhat.com>
        * stack.c (print_frame):  Remove PC_LOAD_SEGMENT code, no longer
        needed.
 
-2000-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
        * mipsread.c (read_alphacoff_dynamic_symtab):  Replace alloca calls
        with xmalloc calls and cleanups.
 
-2000-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
        * rs6000-nat.c (child_xfer_memory):  Add missing parameter
        'struct mem_attrib *' required by 2001-01-23 change.
@@ -543,7 +821,6 @@ Wed Feb  7 19:41:21 2001  Andrew Cagney  <cagney@redhat.com>
        (fill_fpregset): Likewise.
        (supply_fpregset): Likewise.
 
->>>>>>> 1.973
 Tue Feb  6 11:58:57 2001  David Taylor  <taylor@redhat.com>
 
        * valops.c (value_cast): If casting a scalar to a pointer, do not
@@ -746,7 +1023,7 @@ Tue Jan 30 15:14:26 2001  Andrew Cagney  <cagney@skil>
        * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
        symbol comparisons in binary search.
 
-2000-01-27  Christopher Faylor  <cgf@cygnus.com>
+2001-01-27  Christopher Faylor  <cgf@cygnus.com>
 
        * win32-nat.c (child_xfer_memory): Add missing argument required by
        2001-01-23 change.