* findvar.c (supply_register): Add CLEAN_UP_REGISTER_VALUE hook.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3158d19c43f7b6659f422234844f0c31db14214e..2c80adf051e710e5b5dd64502a6ecb343f705bd1 100644 (file)
@@ -1,3 +1,611 @@
+Sat Sep 26 02:07:31 1992  John Gilmore  (gnu@cygnus.com)
+
+       * findvar.c (supply_register):  Add CLEAN_UP_REGISTER_VALUE hook.
+       * tm-hppa.h (CLEAN_UP_REGISTER_VALUE):  Use it.
+       * hppa-coredep.c:  Remove, now that we use the hook.
+       * config/hppab.mh, config/hppah.mh:  Use standard coredep.o.
+       * hppab-xdep.c, hppah-xdep.c:  Remove custom code, use hook.
+
+       * dbxread.c, partial-stab.h:  Replace all #ifdef hp9000s800's with
+       GDB_TARGET_IS_HPPA's.  This is a SERIOUS KLUDGE.  The code needs to all
+       be ripped out and reimplemented right (see elfread.c).
+       * tm-hppa.h (GDB_TARGET_IS_HPPA):  Define.
+
+       Rename all HPPA files to fit into unique DOS filenames:
+       * *hppabsd*  => *hppab*
+       * *hppahpux* => *hppah*
+
+Sat Sep 26 00:25:15 1992  John Gilmore  (gnu@cygnus.com)
+
+       Make the /proc support a target-struct in its own right.
+
+       * Makefile.in: Remove inftarg.[co], since it is now included via
+       config/*.mh files.
+       * config/*.mh:  Add inftarg.o and fork-child.o to all *.mh that
+       reference infptrace.o.  Add fork-child.o to all *.mh that
+       reference procfs.o.
+
+       * inferior.h (proc_wait, inferior_proc_init, proc_set_exec_trap):
+       No longer global functions.
+       (fork_inferior):  New global function from fork-child.c.
+       * inftarg.c (child_wait):  Remove USE_PROC_FS conditional.
+       (ptrace_me, ptrace_him):  New stub functions for fork_inferior().
+       (child_create_inferior):  Moved to fork-child.c as fork_inferior.
+       (child_create_inferior):  New tiny function that calls fork_inferior.
+       * fork-child.c:  New file, containing fork_inferior, which is
+       built from slight mods to inftarg.c's child_create_inferior.
+
+       * procfs.c (procfs_ops):  Add target vector.
+       (attach):  Rename as static do_attach.
+       (procfs_create_inferior):  New tiny function that calls fork_inferior.
+       (child_xfer_memory):  Rename to static procfs_xfer_memory.
+       (store_inferior_registers):  Rename to static procfs_store_registers.
+       (inferior_proc_init):  Rename to static procfs_init_inferior.
+       (procfs_attach, procfs_detach, procfs_prepare_to_store,
+       procfs_files_info, procfs_open, procfs_mourn_inferior,
+       procfs_can_run):  Slightly mangled copies of the corresponding
+       child_XXX routines from inftarg.c.
+       (proc_wait):  Renamed to static procfs_wait.
+       (child_resume):  Rename to static procfs_resume.
+       (fetch_inferior_registers):  Rename to static procfs_fetch_registers.
+       (initialize_proc_fs):  Rename to initialize_procfs.  Set up
+       procfs_ops, too.
+
+       * putenv.c:  index -> strchr.
+       * regex.c:  Always rename bcopy to memcpy, etc.
+       FIXME:  Eventually do the renames rather than use #define's.
+       * sparc-tdep.c (deferred_stores):  Moved from sparc-xdep.c.
+       Fix bcopy->memcpy.
+       * sparc-xdep.c:  Move deferred_stores to target dependent.
+       * xm-irix4.h, xm-sysv4.h (CREATE_INFERIOR_HOOK):  No longer needed.
+
+Fri Sep 25 21:59:27 1992  John Gilmore  (gnu@cygnus.com)
+
+       Split non-target-dependent code out of target_attach routines.
+
+       * target.h:  Comments on target_attach args and results.
+       * infcmd.c (attach_command): Check for existing execution, call
+       target_attach, set up terminal status and wait_for_inferior, wait
+       for the attach status, and do normal_stop.
+       * inftarg.c (child_attach):  Remove target independent stuff.
+       * remote-adapt.c (adapt_attach):  Ditto.
+       * remote-mm.c (mm_attach):  Ditto.
+       * remote-udi.c (udi_attach):  Ditto.
+       * remote-vx.c (vx_attach):  Ditto.
+
+       Cleanup.
+
+       * remote-hms.c (hms_attach):  Remove completely, it was useless.
+       * remote-mm.c, remote-hms.c, remote-udi.c, remote-adapt.c:  Remove
+       commented-out start_remote calls.
+       * remote-hms.c, remote-adapt.c, remote-mm.c, remote-udi.c: Remove
+       DENTER and DEXIT macros and their calls.  Use a real debugger --
+       like gdb -- to see what functions are being called when.
+       * utils.c (strcmp_iw):  Make nonstatic, for lint.
+
+Fri Sep 25 18:48:20 1992  John Gilmore  (gnu@cygnus.com)
+
+       * infrun.c, inftarg.c, inferior.h:  Comment and lint cleanups.
+
+Fri Sep 25 15:13:44 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * tm-sparc.h, dbxread.c (read_ofile_symtab):  Install Jim Wilson's
+       fix to differentiate between gcc1 & gcc2 compiled files so that we
+       can debug calls that pass structs as args correctly.
+       * symmisc.c (dump_symtab):  If block was compiled with gcc, say
+       so, and what version.
+
+       * remote.c (remote_wait):  Make regs be char to avoid picayune
+       ANSI compiler warnings.
+
+       * energize.h:  Move all external struct decls to inside of
+       __STDC__, add prototype for energize_shell_wait().
+       * energize.c (getpty):  Clean up, make us really get a controlling
+       terminal.
+       * (energize_initialize):  Disable SIGIO prior to setting up for
+       I/O interrupts.  Move setsid(), et. al. to getpty().
+       * (energize_shell_wait):  New routine to wait for things started
+       via the shell command, uses wait() instead of /dev/proc.
+       * Also, add prototype for execute_command_1().
+
+Fri Sep 25 12:09:33 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * inftarg.c (child_create_inferior, child_attach,
+         child_mourn_inferior): collect unix child process stratum
+         functions which live below the target vector into this file to
+         facilitate host/target/native split.  Also, make them static.
+       * inflow.c (child_mourn_inferior): removed.
+       * infrun.c (child_create_inferior, child_attach): removed.
+         (resume): becomes global so that functions below the
+         target vector can find it.
+       * inferior.h (resume): add prototype.
+         (child_mourn_inferior, child_create_inferior, child_attach):
+         remove prototypes.
+
+       * xcoffexec.c (exec_ops): child_attach and child_create_inferior
+         replaced with find_default_attach and
+         find_default_create_inferior.
+
+Fri Sep 25 10:21:04 1992  Ken Raeburn  (raeburn@rtl.cygnus.com)
+
+       * i960-pinsn.c: Use _filtered routines for printing, so symbolic
+       addresses don't get displayed in the wrong positions.
+
+Fri Sep 25 09:52:47 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+        Separate core functions along target vector in preparation for
+        native support.  Functions above vector now live in core.c.  Those
+        below in corelow.c.
+
+       * core.c (solib_add_stub, core_close, core_open, core_detach,
+         get_core_registers, core_files_info, core_ops): moved to corelow.c
+         (_initialize_core): removed addition of core_ops target.
+       * corelow.c: new file.
+       (solib_add_stub, core_close, core_open, core_detach,
+       get_core_registers, core_files_info, core_ops): moved from core.c
+       (_initialize_corelow): new function.
+       * gdbcore.h (core_open, core_detach): added prototypes.
+       (core_ops): add forward declaration.
+       * Makefile.in (SFILES_MAINDIR): add core.c
+       (OBS): add core.o
+       (TSOBS): change core.o to corelow.o
+
+Wed Sep 23 11:14:53 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * m68k-tdep.c (m68k_saved_pc_after_call):  Use 'GDB_TARGET_IS_SUN3'
+       instead of 'sun' predefined symbol so that trap analysis code is
+       enabled only when the TARGET is a sun3.
+
+Tue Sep 22 17:13:19 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * tm-i960.h (ext_format_i960): Add top-level declaration.
+       (REGISTER_CONVERT_TO_{VIRTUAL,RAW}): Don't declare it in nested
+       blocks, else Sun4 compiler complains.
+
+Tue Sep 22 00:43:51 1992  John Gilmore  (gnu@cygnus.com)
+
+       * mips-pinsn.c (print_insn_arg, case 'B'):  Disassemble `break'
+       instruction's argument.  Patch from jonathan@cs.stanford.edu
+       (Jonathan Stone).
+
+Mon Sep 21 18:16:30 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       Break the thread of control that implies that a unix child
+       process will be the default target.
+
+       * target.c (find_default_run_target, find_default_attach,
+       find_default_create_inferior, return_zero):  new functions.
+       (cleanup_target):  Make return_zero the default for to_can_run.
+
+       * exec.c (exec_ops), core.c (core_ops):  Replace child_attach and
+       child_create_inferior references with find_default_XXX instead.
+
+       * target.h (struct target_ops): new field, to_can_run.
+       (find_default_attach, find_default_create_inferior):  new prototypes.
+       (target_can_run): new macro.
+
+       * Also added a zero (default) to_can_run element to all static
+       struct target_ops initializations throughout GDB, except: 
+       * inftarg.c (child_ops): Use new child_can_run() to enable child runs.
+
+       * infrun.c (child_create_inferior):  Clean up error handling when
+       no exec file is specified.
+       (child_attach):  Don't require exec file.
+
+Mon Sep 21 19:43:13 1992  John Gilmore and K. Richard Pixley (gnu@cygnus.com)
+
+       Remove kill_inferior_fast, in favor of target_kill, which goes
+       through the target vector.
+
+       * inferior.h (kill_inferior_fast): remove declaration.
+
+       * main.c (disconnect): call quit_cover using catch_errors rather
+       than calling kill_inferior_fast directly.  New way goes through
+       the target vector, handles attached processes, and writes
+       command history if appropriate.
+       (quit_cover): new function, wrapper for quit_command.
+
+       * convex-xdep.c, go32-xdep.c, hppabsd-xdep.c, hppahpux-xdep.c,
+       infptrace.c, procfs.c:  Removed all instances of kill_inferior_fast,
+       inlining them into the local kill_inferior when needed.
+
+Mon Sep 21 19:23:05 1992  John Gilmore  (gnu@cygnus.com)
+
+       * infrun.c (_initialize_infrun):  Alias `i handle' == `i signals'.
+       * stabsread.c (read_struct_type): Simplify complicated expression
+       for dumb DECstation compiler.
+
+Mon Sep 21 14:54:35 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * m68k-pinsn (print_insn_arg, fetch_arg): added support for
+       operands to memory management instructions, from WRS.
+
+Sep 20 08:42:12 1992  Fred Fish  (fnf@cygnus.com)
+
+       * main.c (main):  Back out previous language setting changes.
+       Replace with simple default to C before processing any init
+       files.  There MUST be a language set, even in the absence of
+       init files or executables, or expression parsing fails.
+
+Sat Sep 19 09:52:26 1992  Fred Fish  (fnf@cygnus.com)
+
+       * main.c (main):  Move code that sets initial language to
+       symfile.c.  Fixup places where command files are processed to
+       be consistent in setting a default language if none has been
+       previously set.
+       * symfile.c (set_initial_language):  Add code moved from
+       main() that sets an initial default language when a new
+       symbol file is read.
+       * symfile.c (symbol_file_command):  Call set_initial_language.
+       * symtab.c (find_main_psymtab):  Add FIXME comment.
+
+Wed Sep 16 22:31:55 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * breakpoint.c, sparc-tdep.c: comment changes.
+       * configure.in: removed target_dependent line.
+
+       * remote-mm.c (mm_attach): change printf to error to prevent
+       fallthrough bug.
+       * remote-udi.c (udi_attach): change printf to error to prevent
+       fallthrough bug.
+
+       * rs6000-tdep.c (push_dummy_frame, pop_dummy_frame): replace
+       calls to {fetch|store}_inferior_registers with calls to
+       target_{fetch|store}_registers, for remote-target independence.
+
+Sat Sep 19 04:23:54 1992  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in:  Fix bug I introduced in merging Rich's change.
+       * infrun.c (child_create_inferior):  Use proceed() rather than
+       doing all the same stuff by hand.
+
+Thu Sep 17 17:35:37 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in, configure.in: add support for files used only when
+       configured native, that is, when host = target.
+
+Wed Sep 16 23:03:23 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * tm-sparc.h, xm-sparc.h: externs and macros relating to deferred
+       stores are target dependent and were moved from xm to tm.
+
+Sat Sep 19 03:14:37 1992  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in (gdb-all.texi):  Build in objdir, not $srcdir.
+
+       * config/decstation.mh:  Add MMALLOC_LIB and MMALLOC_DISABLE
+       overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
+
+Wed Sep 16 20:04:54 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * target.h (struct target_ops):  removed to_convert_to_virtual and
+       to_convert_from_virtual elements.  Initializations removed from
+       all static initializations.
+       (target_convert_to_virtual, target_convert_from_virtual):
+       removed.
+       (host_convert_to_virtual, host_convert_from_virtual):  Removed
+       forward declarations.
+       * target.c (cleanup_target): removed default assignments for
+       to_convert_to_virtual and to_convert_from_virtual.
+       * inftarg.c (host_convert_to_virtual, host_convert_from_virtual):
+       removed.
+       * findvar.c (value_of_register, value_from_register):  
+       target_convert_to_virtual inlined.
+       * infcmd.c (do_registers_info):  target_convert_to_virtual inlined.
+       * valops.c (value_assign):  target_convert_from_virtual inlined.
+
+Fri Sep 18 02:07:39 1992  John Gilmore  (gnu@cygnus.com)
+
+       * main.c (gdb_readline):  Avoid printf_filtered, which sets char
+       position wrong if used for the prompt.
+       * utils.c (puts_filtered):  Comment:  NOT a puts() replacement!
+
+       Support for accessing arbitrary MIPS stack frames in memory.
+
+       * blockframe.c (get_prev_frame_info):  If INIT_FRAME_PC_FIRST is
+       set, run it before INIT_EXTRA_FRAME_INFO.
+       * stack.c (frame_info):  If PRINT_EXTRA_FRAME_INFO defined, call it.
+
+       * mips-tdep.c (init_extra_frame_info): Only clobber the `frame'
+       (FP) value in the frame_info struct if it is zero (as from top of
+       execution stack).
+       (setup_arbitrary_frame):  Implement FRAME_SPECIFICATION_DYADIC.
+
+       * mips-xdep.c (fetch_inferior_registers):  ZERO_REGNUM always
+       comes back as zero.  So does FP_REGNUM, as a trigger for
+       init_extra_frame_info.
+
+       * tm-mips.h (INIT_FRAME_PC_FIRST):  Kludge, FIXME, defined to get
+       the program counter set before INIT_EXTRA_FRAME_INFO is run.
+       (INIT_FRAME_PC):  Defined to null.
+       (PRINT_EXTRA_FRAME_INFO): print frame pointer location via symtab.
+       (FRAME_SPECIFICATION_DYADIC):  Ask for two args in frame command.
+       Briefly explain MIPS stacks in GDB.
+
+Thu Sep 17 03:49:59 1992  John Gilmore  (gnu@cygnus.com)
+
+       * copying.awk, copying.c (show_copying_command,
+       show_warranty_command):  Rename from copying_info, warranty_info,
+       to match command function conventions.
+
+       * utils.c (prompt_for_continue):  Reinitialize more-counts
+       before printing anything, and again afterward.  Fix comments.
+       (vfprintf_filtered):  Eliminate static buffer; use auto buffer,
+       or alloca() if needed.
+
+       * rs6000-xdep.c:  Use correct conditional (IBM6000_TARGET) to
+       detect native versus cross-host.
+
+Wed Sep 16 21:57:14 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * m68k-tdep.c (sun3_saved_pc_after_call):  Only do trap check for
+       Suns.  Rename to m68k_saved_pc_after_call.
+       * tm-68k-noun.h, tm-sun3.h (SAVED_PC_AFTER_CALL):  Use
+       m68k_saved... instead of sun3_saved...
+
+Wed Sep 16 17:00:07 1992  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in (update-depend, update-alldeps): Split out of
+       setup-to-dist, for convenience in rebuilding the depend and
+       alldeps.mak files.
+       (assorted):  Update to catch straggler files when building gdb.tar.Z.
+
+Tue Sep 15 01:18:50 1992  John Gilmore  (gnu@cygnus.com)
+
+       Preliminary cleanup for splitting host/native/target.
+
+       * infptrace.c (child_resume):  Don't deal with NO_SINGLE_STEP
+       here; it is dealt with at a gdb-target-independent level.
+       * rs6000-tdep.c (single_step):  Don't call ptrace, we are a
+       high toned routine.  Fix return type to void.
+       * tm-rs6000.h (AIX_BUGGY_PTRACE_CALL): Zap, we think we fixed it.
+       Rich and I believe the "real problem" was that both single_step
+       and target_resume were issuing PT_CONTINUE calls.  This would
+       cause the second PT_CONTINUE to sometimes fail because the process
+       was already running.
+       * infptrace.c (child_resume):  Remove AIX_BUGGY_PTRACE_CALL kludge.
+
+Mon Sep 14 19:20:43 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * energize.c (pty_to_kernel):  Must check for EAGAIN as
+       termination condition.
+       (full_filename):  Don't prepend dirname if filename begins with /.
+       (breakpoint_notify, kernel_dispatch):  Deal with DynamicLoad
+       messages properly!!
+       (getpty (NCR)):  Lotsa bug fixes...
+       (kernel_dispatch (case StopRType)):  Use kill() instead of
+       killpg() so we can deal with losing systems...
+       (wait_for_events):  Work around NCR select() lossage.  It doesn't
+       zero out readfds when select() returns zero.
+       (energize_initialize):  Use I_SETSIG to get SIGIO interrupts.  Use
+       getcwd() instead of getwd() (NCR getwd() seg faults).
+       (energize_wait):  Use sigaction() for NCR.  Their version of signal()
+       is unreliable by default.
+
+       * procfs.c (proc_wait):  Call print_sys_errmsg() if we get an
+       error from PIOCSWSTOP.
+
+       * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c,
+       symfile.c, target.c, valprint.c:  Use _filtered form of *printf.
+       defs.h, utils.c:  Make vfprintf_filtered global.
+
+       * energize.c (send_location):  New routine to consolidate all
+       places where we must notify kernel of where the given pc is.
+       (cplus_demangle):  Put single-quotes around demangled names.
+       (energize_call_command):  Call send_location() after doing up,
+       down, and frame commands.
+
+Fri Sep 11 18:28:28 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
+
+       * doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: first
+       pass at doc for two new remote targets---29K using UDI, and Tandem
+       ST2000 using STDBUG.
+
+       * doc/all.m4, doc/none.m4: new m4 switch, _ST2000__
+
+       * doc/all.m4: turn on H8/300 stuff for generic manual
+
+       * doc/gdbinv-s.m4.in: remove text on special procedures to continue 
+       after explicit call to breakpoint() in serial stubs.
+
+Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
+
+       * mipsread.c:  Clean up some white space.
+       (parse_symbol):  Handle stEnd of stFile.
+       (parse_partial_symbols):  Remove old #if 0'd code.  Handle stLocal.
+
+       * mips-xdep.c (REGISTER_PTRACE_ADDR, fetch_inferior_registers,
+       store_inferior_registers):  Replace unexplained numbers
+       with manifest constants from a DECstation header file.
+       * xm-mips.h (KERNEL_U_ADDR):  Get from <machine/param.h>.
+       (REGISTER_U_ADDR):  Fix up for Ultrix 4.2.
+
+       * tm-tahoe.h, xm-tahoe.h (KERNEL_U_ADDR):  Move macro to xm-tahoe.h.
+
+       * stack.c (_initialize_stack):  "dow" should be a valid abbreviation
+       for "down".  Suggested by Richard Stallman.
+
+Thu Sep 10 15:26:07 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * remote-vx.c: Rename realloc for inclusion of rpc/rpc.h, to avoid
+       redeclaration bug on SunOS 4.
+
+Wed Sep  9 17:36:53 1992  John Gilmore  (gnu@cygnus.com)
+
+       * i386-stub.c, sparc-stub.c (getpacket):  Actually check checksums.
+       * m68k-stub.c:  Remove a few extraneous ANSI-isms.
+       * remote-nindy.c (nindy_prepare_to_store):  Only fetch regs if 
+       they aren't already there.
+       * remote-vx.c (vx_prepare_to_store):  Ditto.
+       * xcoffread.c:  Surround forward struct defns with #ifdef __STDC__.
+
+Wed Sep  9 16:50:22 1992  John Gilmore  (gnu@cygnus.com)
+
+       Removed a large number of changes inserted by Per Bothner
+       for C++ support.  These will go back in when they've been
+       examined.
+
+Tue Sep  8 21:05:18 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * serial.h:  Fix prototye for serial_raw().
+       * ser-bsd.c, ser-termios.c:  Fix args for serial_open() &
+       serial_write() to match prototypes.
+       * remote-st2000.c (get_reg_name):  Make *p be const.
+
+Tue Sep  8 17:24:52 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * remote-nindy.c (nindy_fetch_registers): Make return type void,
+       to agree with target structure field type.
+       (nindy_store_registers): Ditto.
+
+       * Makefile (OPCODES): New var, pointing to opcodes library.
+       (CLIBS, CDEPS): Include it.
+       (saber_gdb): Load opcodes library.
+
+Tue Sep  8 15:22:06 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * a68v-xdep.c (store_inferior_registers):  declare as void.
+       * infptrace.c:  HP/Apollos have ptrace.h in the wrong place.
+       * remote-st2000.c:  Massive changes to use new serial package.
+       Also added 'connect' command to transparantly connect to serial
+       port.
+       * ser-termios.c:  Big cleanup, use nicer coding conventions.
+       * ser-bsd.c:  New module, serial stuff for BSD systems.
+       * serial.h:  Define struct ttystate properly using HAVE_TERMIO.
+       * xm-apollo68b.h:  #define PTRACE_IN_WRONG_PLACE...
+
+Fri Sep  4 18:53:57 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
+
+       * doc/gdb.texinfo: fix shameful error of agreement reported by
+       jimb@occs.cs.oberlin.edu (Jim Blandy)
+       * doc/gdb.texinfo: remove old partial discussion of remote serial
+       protocol (via serial debug stubs)
+       * doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: new section discussing
+       use of serial debug stubs
+
+Fri Sep  4 00:34:30 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * symfile.h:  Declaration of set_demangling_style() moved
+       here from demangle.h (which is now in ../include).
+       * i386-xdep.c:  Update comment.
+
+Thu Sep  3 13:44:46 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * symtab.c (completion_list_add_symbol): restructured to optimize
+       for time.  First clip names that cannot match.  Then clip any
+       names we've already considered.  Drop a redundant strncpy.  Drop
+       a redundant malloc and associated free for demangled names.
+
+Thu Sep  3 09:17:05 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * a68v-xdep.c (store_inferior_registers):  Define as type void.
+       * configure.in:  Add host m68k-apollo*-bsd*.
+       * demangle.c (struct demanglers):  Use enum instead of constant
+       value to keep braindamaged HP/Apollo compiler happy.
+
+Wed Sep  2 20:45:31 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * utils.c (strcmp_iw):  Add a hack to allow "FOO(ARGS)" to
+       match "FOO".  This allows 'break Foo' to work when Foo is
+       a mangled C++ function.  (See comment before function.)
+
+Wed Sep  2 13:45:27 1992  John Gilmore  (gnu@cygnus.com)
+
+       * config/rs6000.mh (MH_CFLAGS):  Circumvent IBM <rpc/rpc.h> bug,
+       for files in vx-share/*.c.
+       * xm-rs6000.h (fd_set):  Circumvent the rs6000.mh circumvention,
+       for normal GDB source files.
+
+       * Makefile.in (VERSION):  Roll to 4.6.6.
+
+       * tm-vx68.h, tm-es1800.h:  Use tm-68k.h rather than tm-sun3.h.
+       * tm-sun3.h:  Remove STACK_END_ADDR, no longer used.
+       * tm-sun3os4.h:  Update comments.
+       * xm-delta88.h:  Remove STACK_END_ADDR.
+
+Wed Sep  2 01:18:31 1992  John Gilmore  (gnu@cygnus.com)
+
+       * Makefile.in (VERSION):  Roll to 4.6.5.
+
+       * infrun.c:  Lint for recent `handle' changes.
+
+       * ser-termios.c, ser-go32.c:  Remove DEFUN crap, clean up.
+       * serial.h (EXFUN):  Remove all uses, convert to PARAMS.
+       * config/sun4os4.mh:  Include ser-termios.o.  FIXME, all .mh files
+       should include a ser-XXX.o module.
+
+       * dbxread.c (elfstab_build_psymtabs):  Remove DEFUN crap.
+       * defs.h, i960-pinsn.c, remote-hms.c:  Replace CONST with simple const.
+
+       * configure.in:  Map unrecognized sun 68k's, sun sparcs, into 
+       known suns in configure.in, rather than mapping them to unique
+       config files that happen to duplicate other config files.
+       * config/sun3.{mh,mt}:  Remove (use identical sun3os4.*).
+       * config/sun4.{mh,mt}:  Remove (use identical sun4os4.*).
+
+Wed Sep  2 00:10:43 1992  John Gilmore  (gnu@cygnus.com)
+
+       * configure.in (*-*-sunos*):  Use trailing * to match all
+       sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
+       (sparc-*-sunos3):  Remove host & target.  Sunos3 never shipped
+       in production on Sun-4.
+       ({a29k,i[34]86,i960}-*-elf):  Add targets, equivalent to coff.
+       (m68k-*-{aout,coff,elf}):  Add targets, w/new config and tm files.
+       (sparc-*-{aout,coff,elf}):  Add targets, w/new config and tm files.
+
+       * config/m68k-un.mt, config/m68k-noun.mt, config/sparc-un.mt,
+       config/sparc-noun.mt:  New target configs for embedded.
+       * config/sun4os3.{mh,mt}:  Remove, never existed in production.
+
+       * tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h:  New
+       target definitions for embedded with and without underlines on
+       identifiers.  FIXME -- this ought to be known by BFD instead.
+
+       * tm-sparc.h, tm-sun2.h, tm-sun3.h:  Delete NAMES_HAVE_UNDERSCORE:
+       not a parameter of the CPU, but of the development environment.
+       * tm-es1800.h, tm-sunos.h, tm-vx68.h:  Add NAMES_HAVE_UNDERSCORE.
+
+Tue Sep  1 17:31:45 1992  John Gilmore  (gnu@cygnus.com)
+
+       * breakpoint.c (breakpoint_re_set):  Avoid setting source symtab
+       (which involves reading in main's symtab) if we have no breakpoints.
+
+Mon Aug 31 13:47:45 1992  Fred Fish  (fnf@cygnus.com)
+
+       * dwarfread.c (cu_language):  New local variable to record
+       language for current compilation unit being processed.
+       * dwarfread.c (set_cu_language):  New local function to decode
+       and record language for current compilation unit being processed.
+       * dwarfread.c (synthesize_typedef):  Add local function to
+       synthesize a typedef for C++ classes, structs, unions, and
+       enumerations.
+       * dwarfread.c (read_structure_scope):  Synthesize typedefs
+       for C++ classes, structs and unions.
+       * dwarfread.c (read_enumeration):  Synthesize typedefs for
+       C++ enumerations.
+       * dwarfread.c (read_file_scope):   Call set_cu_language to
+       record language for current compilation unit.  After symtab
+       is built, save this recorded language.
+       * dwarfread.c (process_dies, add_partial_symbol, struct_type,
+       scan_partial_symbols, new_symbol):  Recognize TAG_class_type.
+       * dwarfread.c (add_partial_symbol):  Synthesize partial symbol
+       typedefs for C++ classes, structs, unions, and enumerations.
+       * dwarfread.c (scan_compilation_units):  Call set_cu_language
+       to record language for current compilation unit.        
+       * dwarfread.c (scan_partial_symbols):  Call add_enum_psymbol here
+       for TAG_enumeration_types, rather than in add_partial_symbol.
+       * dwarfread.c (add_partial_symbol):  Combine TAG_enumeration_type
+       case with class, struct, and union type cases, now that they are
+       the same.  Remove tests for non-NULL name attributes, now done
+       by callers.
+       * gdbtypes.h (TYPE_CODE_CLASS):  Add type for C++ classes, but
+       treat as alias for TYPE_CODE_STRUCT for now.
+
+Sun Aug 30 21:32:17 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: map "gdb" through program_transform_name when
+       installing.
+
 Sun Aug 30 21:18:51 1992  Fred Fish  (fnf@cygnus.com)
 
        * {i386-tdep.c, m68k-tdep.c, mips-tdep.c, sparc-tdep.c}
@@ -3225,7 +3833,7 @@ Fri Feb 21 17:29:54 1992  Fred Fish  (fnf at cygnus.com)
        to minimal symbol table use.
        * printcmd.c (delete_display, enable_display, disable_display_command):
        Make static.
-       * procfs.c (EXFUN/DEFUN):  Remove all usages, convert to PARAM.
+       * procfs.c (EXFUN/DEFUN):  Remove all usages, convert to PARAMS.
        * procfs.c (fetch_core_registers):  Add unused param reg_addr.
        * pyr-xdep.c (fetch_inferior_registers):  Add unused param regno.
        * pyr-xdep.c (store_inferior_registers):  Returns void.
@@ -3240,7 +3848,7 @@ Fri Feb 21 17:29:54 1992  Fred Fish  (fnf at cygnus.com)
        * solib.c:  Add prototypes for local functions.
        * solib.c (solib_add_common_symbols, locate_base):  Convert from misc
        function vector use to minimal symbol table use.
-       * solib.c (EXFUN/DEFUN):  Remove all usages, convert to PARAM.
+       * solib.c (EXFUN/DEFUN):  Remove all usages, convert to PARAMS.
        * solib.c (find_solib, shared_library_command):  Make static
        * solib.c (read_memory, write_memory usages):  Cast args.
        * solib.c (special_symbol_handling):  Add function
This page took 0.031792 seconds and 4 git commands to generate.