Allow PPC users to select which PPC/RS6000 variant they're debugging
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8101355b36e8d3cf7d0f8554a1145072407c1591..916440d7c6973e7e45a7e00bc090b1b3b4cc7325 100644 (file)
@@ -1,3 +1,142 @@
+Sun Jan 31 15:24:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * buildsym.h, buildsym.c: Convert to ANSI-only.
+
+       * buildsym.h, buildsym.c: Reformat to standard.
+
+       * buildsym.c (merge_symbol_lists): Remove unused variable.
+       (_initialize_buildsym): Remove, does nothing.
+
+1999-01-31 J.T. Conklin  <jtc@redbacknetworks.com>
+
+       * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
+       sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar
+       to include explicit void return type as per documentation.  Fix up
+       occasions where stubs erroneously checked return type.
+
+Sun Jan 31 13:18:33 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From J.T. Conklin <jtc@redbacknetworks.com>:
+       * remote.c (remote_query): Fix tipo.
+
+Fri Jan 29 15:25:09 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * configure.tgt (v850): Add wildcard to match.
+
+Fri Jan 29 16:44:01 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
+
+       * inferior.h: Ran indent.
+
+       * fork-child.c: Ran indent.
+
+       * infrun.c : Ran indent.
+
+Fri Jan 29 12:57:34 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * infrun.c (_initialize_infrun): Do not stop or print anything
+       when a SIGWINCH is received.
+
+       * Makefile.in (m2-exp.tab.c): Use YACC not BISON.
+       (f-exp.tab.c): Ditto.
+       (jv-exp.tab.c): Ditto.
+       (c-exp.tab.c): Ditto.
+       (YACC): Define as @YACC@.
+
+1999-01-29  Martin Hunt  <hunt@cygnus.com>
+
+       Changes from Keith Seitz  <keiths@cygnus.com>
+        * valops.c (value_assign): Add calls to register_changed_hook and
+        memory_changed_hook to inform UIs that the user has changed
+        the target's registers/memory.
+        * findvar.c (write_register_gen): Remove call to pc_changed_hook.
+        * defs.h: Remove declaration for pc_changed_hook and
+        add declarations for register_changed_hook and
+        memory_changed_hook.
+        * top.c: Ditto.
+
+1999-01-29  Mark Alexander  <marka@cygnus.com>
+
+       * procfs.c (wait_fd): Handle deleted threads correctly.
+
+1999-01-28  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * utils.c (init_page_info): Force window size if running under emacs.
+
+1999-01-27  James Ingham  <jingham@cygnus.com>
+
+       * typeprint.c (whatis_exp): Remove static declaration.
+
+Wed Jan 27 16:50:25 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * hp-psymtab-read.c: Reformat using indent.
+
+Wed Jan 27 13:20:25 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * hp-psymtab-read.c: Reformat comments, update copyright.
+
+start-sanitize-carp start-sanitize-vr4xxx
+Wed Jan 27 15:09:22 1999  Andrew Cagney  <cagney@chook.cygnus.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
+       elf_info.
+
+end-sanitize-carp end-sanitize-vr4xxx
+Tue Jan 26 16:02:47 1999  Mark Alexander  <marka@cygnus.com>
+
+       * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
+       v850_register_names, v850_processor_type_table): Declare tables
+       and structures for handling differences in register names for
+       v850 and v850e.
+       (struct reg_list): Define new structure for creating tables
+       of register bit masks in v850e instrutions.
+       (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
+       (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
+       and pushm.
+       (v850_target_architecture_hook): New function to set register
+       names based on current machine.
+       (_initialize_v850_tdep): Set up target_architecture_hook.
+       * config/v850/tm-v850.h (v850_register_names): Declare.
+       (REGISTER_NAME): Define to refer to v850_register_names.
+       (SR0_REGNUM, CTBP_REGNUM): Define.
+       (PS_REGNUM): Redefine in terms of SR0_REGNUM.
+
+Tue Jan 26 18:27:26 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * Makefile.in (c-exp.tab.c): Use BISON instead of YACC, to pick
+       the correct value from configure output.
+       (jv-exp.tab.c): Ditto.
+       (f-exp.tab.c): Ditto.
+       (m2-exp.tab.c): Ditto.
+
+1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
+       * frame.h (select_and_print_frame): Add prototype.
+       * stack.c (func_command): Call select_and_print_frame with correct
+       number of arguments.  Reformat whitespace.
+
+Tue Jan 26 16:53:54 1999  Fernando Nasser  <fnasser@cygnus.com>
+
+       * remote.c (remote_query): fix maximum packet size to account for
+         remote_debug use.
+         (putpkt): add comment to alert about extra byte need.
+
+Mon Jan 25 19:55:30 1999  Mark Alexander  <marka@cygnus.com>
+
+       * sh-tdep.c (sh_target_architecture_hook): Return immediately
+       when a matching machine is found.
+
+Fri Jan 22 09:10:35 1999  Mark Alexander  <marka@cygnus.com>
+
+       * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
+       (common_breakpoint): Restore support for instruction breakpoints
+       on non-LSI targets.
+
+Thu Jan 21 17:16:19 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * stack.c: Close open comment.
+       * symtab.c (find_pc_sect_line): Ditto.
+
 Thu Jan 21 17:51:51 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
        * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
@@ -5,6 +144,12 @@ Thu Jan 21 17:51:51 1999  Stan Shebs  <shebs@andros.cygnus.com>
        to_require_detach empty, not needed for /proc systems yet.
        (_initialize_procfs): Call init_procfs_ops.
 
+       From J.T. Conklin <jtc@redbacknetworks.com>:
+       * top.c (init_main): Fix tipo in description of the remotetimeout
+       variable.
+       * breakpoint.c (bpstat_stop_status): Handle systems where
+       DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
+
 Thu Jan 21 17:25:46 1999  Mark Alexander  <marka@cygnus.com>
 
        * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
This page took 0.024495 seconds and 4 git commands to generate.