X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=d69c680647a305f2774d0237981de759cc60229e;hb=2731625a564e7c5134aae47bb0a6dffa8f4b7896;hp=adf4bcd716d2f99e4cb0624b961093eef0df5388;hpb=1410f5f13bd8bcaeeedfbb8c642a0d1545b703ce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index adf4bcd716..d69c680647 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,603 @@ +Mon Aug 23 20:26:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * buildsym.h: Remove declaration of dbxread.c functions. + * stabsread.h: Group together dbxread.c functions. + Move elfstab_build_psymtabs here from symfile.h. + Declare pastab_build_psymtabs. + * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init + declaration, etc). + +Mon Aug 23 17:16:23 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * remote-bug.c: rename quiet to bug88k_snoop. + (double_scan, multi_scan): generalize double_scan into a scan + for multiple patterns. Rename to multi_scan. + (bug_wait, bug_write_inferior_memory): adapt to use the new + multi_scan in order to catch and represent target bus errors. + (bug_scan): currently unused, so comment out. + (bug_quiet): removed. Replaced with a standard user settable boolean. + + * m88k-tdep.c: remove include of sys/dir.h. Appears unnecessary + and isn't available on solaris. + +Mon Aug 23 14:56:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * config/m88k/{delta88v4.mt,delta88v4.mh}: New files + * config/m88k/delta88.mh: Fix comment. + * config/m88k/tm-delta88.h: Remove unused BCS define. + * config/m88k/{tm-delta88v4.h,xm-delta88v4.h,nm-delta88v4.h}: + New files. + * configure.in: Recognize m88*-motorola-sysv4*. + * m88k-nat.c: Always include sys/types.h; don't depend on USG. + +Mon Aug 23 12:57:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mipsread.c (parse_symbol, parse_type, cross_ref): Pass name of + symbol as an argument and use it in complaints. + * symmisc.c (dump_psymtab): Dump filenames of dependencies. + +Mon Aug 23 1993 Sean Fagan (sef@cygnus.com) + and Jim Kingdon (kingdon@cygnus.com) + + Add NetBSD support: + * configure.in: Recognize netbsd. + +Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote-nindy.c: Remove unused include of sys/ioctl.h. + + * frame.h, symtab.h: Revise comments regarding baseregs. + +Fri Aug 20 15:07:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1): + Set language for psymtab and symtab. + * mipsread.c (new_symbol): Set language and initialize demangled + name for symbol. + * symmisc.c (print_symbol): Use SYMBOL_SOURCE_NAME when printing + the symbol type. + * symtab.c (decode_line_1): Inhibit coredumps with cfront executables. + +Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Move KERNEL_U_ADDR from xm-hp300bsd.h to nm-hp300bsd.h and make + it conditionalized on 4.3 vs. 4.4. + * config/m68k/nm-hp300bsd.h: Move REGISTER_U_ADDR out of 4.3 and + 4.4 sections; it was identical and now works for 4.4. + + * mips-tdep.c (is_delayed): Use INSN*BRANCH* not ANY_DELAY. + + * printcmd.c (MAKEVA_END): Update this version to use "aligner". + +Thu Aug 19 22:08:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * config/vax/tm-vax.h (BELIEVE_PCC_PROMOTION): Define. + * mipsread.c (parse_symbol, parse_type, cross_ref): Handle corrupt + file indirect entries with complaints instead of core dumps. Remove + complaint for stTypedef within aggregates. + +Thu Aug 19 17:58:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * coffread.c (process_coff_symbol): Ignore tagnames like .0fake. + + * coffread.c (coff_read_enum_type): #if 0 out code which changes + enum {FALSE, TRUE} into boolean. + + * config/m68k/delta68.m{t,h}: Use nm-delta68.h, etc. not + non-existent files nm-delta.h, etc. + * config/m68k/tm-delta68.h: Define CANNOT_STORE_REGISTER. + * delta68-nat.c: Add "[0]" in offsetof argument. + * delta68-nat.c (_initialize_kernel_u_addr): Don't try to set up + nl with initializer, just assign to it. Check n_scnum field on + return. + +Wed Aug 18 12:03:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * printcmd.c (print_address), values.c (value_as_pointer): Don't + use ADDR_BITS_REMOVE. + * defs.h: Try to clarify comment about ADDR_BITS_REMOVE. + + * blockframe.c (block_innermost_frame): Uncomment. + Return NULL if passed NULL. + * frame.h: Declare it. + * expression.h (union exp_element): Add field block. + * parse.c (write_exp_elt_block): New function. + * expression.h (OP_VAR_VALUE): Now takes additional struct block *. + * *-exp.y: Write block for OP_VAR_VALUE. + * eval.c, expprint.c, parse.c: Deal with block for OP_VAR_VALUE. + * valops.c, value.h (value_of_variable), callers: + Add second argument, for block. + + * main.c (gdb_readline): If we read some characters followed by EOF, + return them rather than returning NULL. + +Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * mips-tdep.c: Remove unused #ifndef NUMERIC_REG_NAMES and add comment. + +Tue Aug 17 15:10:04 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * config/m88k/tm-m88k.h: Fix typo in comment. + (FP_REGNUM): define in terms of SP_REGNUM + rather than by absolute number. Also clearly comment that this + is a convenient lie in order to decrease future confusion. + (ACTUAL_FP_REGNUM): new macro for FP. + (FRAME_CHAIN_VALID): removed. Standard default works fine. + * m88k-tdep.c (frame_chain_valid): redundant, so removed. + (NEXT_PROLOGUE_INSN): removed unused fourth arg, fixed all + callers. + (read_next_frame_reg): declare static. + (examine_prologue): removed unused variabel insn2, rename insn1 + to insn, rewrote comment about finding fp, sp, etc. set frame_fp + based on ACTUAL_FP_REGNUM rather than FP_REGNUM which is + actually a scammed alias for SP_REGNUM on m88k. + + * frame.h: fixed typo in comment. + +Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h. + + * complaints.c (complain): fflush (stdout) after output. + +Tue Aug 17 01:43:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetch + the saved pc from sigcontext on the stack for BSD signal handling. + * config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN, + FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): + Define to make backtracing through sigtramp work. + * config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES, + FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto. + +Mon Aug 16 13:52:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * main.c (cd_command): If current_directory on entry is "/", then + don't append an extra slash. + Don't assume that /../.. means /. + + * target.c (target_xfer_memory): Clear errno before calling + to_xfer_memory. + + * stack.c (frame_info, print_frame_info): Add comment about using + the starting source line number on a line boundary if backtracing + through sigtramp. + +Mon Aug 16 02:56:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * blockframe.c (create_new_frame, get_prev_frame_info): + Use the function name when calling IN_SIGTRAMP. + * config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET): + Define for correct handling of bachtraces through _sigtramp. + * m68k-tdep.c (m68k_find_saved_regs): Adjust saved sp for fake + sigtramp frames. + * mipsread.c (parse_type): Handle corrupt TIR info with complaint + instead of core dump. + * mipsread.c (parse_partial_symbols): Put static symbols into the + mimimal symbol table, use proper mst_types for all minimal symbols. + * stack.c (frame_info, print_frame_info): Use the starting source + line number on a line boundary if backtracing through sigtramp. + +Fri Aug 13 14:37:05 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * remote-bug.c: include gdbcmd.h. + (sleep, remque, insque): forward decls added. + (bug_fetch_registers, bug_store_registers): forward decls + removed. + (bug_read_inferior_memory, bug_write_inferior_memory): forward + decls added. + (srec_frame, srec_max_retries, srec_bytes, srec_echo_pace, + srec_sleep, srec_noise): new static variables for user settable + options. Mostly these are for debugging and tuning. I don't + expect them to stay user settable options for long. + (timeout): change default to 4 seconds. + (check_open): declare funtion static, force return value. + (readchar_nofail): if timeout, then say so if not being quiet. + (pollchar, double_scan, bug_scan, bug_srec_write_cr, + start_load): new functions. + (bug_wait): rewritten to use double scan. + (expect): while (1) -> for (;;) + (get_hex_digit): rewrite if condition to avoid gcc complaints. + (bug_load, bug_create_inferior, bug_open, bug_store_register): + removed unused variables. + (bug_load): replaced DELTA macro with user settable srec_frame + variable. Other minor lint. + (find_end_of_word, is_baudrate_right, set_rate, not_bug_wait, + gethex, timed_read, translate_addr, bug_before_main_loop): + unsused and removed. + (bug_resume): add missing first arg, pid. + (get_reg_name): use ip rather than cr04. + (bug_write, bug_write_cr, but_clear_breakpoints, bug_quiet): + declare type, args, and explicitly return. + (bug_store_register): straighten out the ip vs cr04 confusion. + (bug_write_inferior_memory): rewrite to cope with errors while + downloading s-records. + (bug_read_inferior_memory): declare static. + (bug_clear_breakpoints): expect nobr before prompt. + (_initialize_remote_bug): add initializations for srec-bytes, + srec-max-retries, srec-frame, srec-noise, srec-sleep, + srec-echo-pace. + + * Makefile.in (remote-bug.o): new rule. + (ALLDEPFILES): added remote-bug.c + + * remote-hms.c (hms_wait): use -1 for timeout's which means block + forever rather than 99999. + + * ser-unix.c (get_tty_state): if a descriptor is not a tty, then + simply save encode this fact as the process group and return + success rather than an error. + (set_tty_state): if process group is -1, do not reset the + process group. + (hardwire_reachar): comment change. + + * serial.h: comment change. + + * config/m88k/tm-m88k.h: comment change to remove embedded + comment. + (SKIP_PROLOGUE): skip_prologue returns a value which is expected + to reset the pc argument. So reset it. + +Fri Aug 13 10:15:24 1993 Fred Fish (fnf@deneb.cygnus.com) + + * Makefile.in (VERSION): Bump to 4.10.1 after release and cvs + tagging. + +Thu Aug 12 20:40:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdbserver/Makefile.in: Use GDBSERVER_LIBS and + GDBSERVER_DEPFILES. Also remove much (but not all that could be + removed) crud inherited from gdb Makefile.in. + * config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*. + * gdbserver/README: Say it works on Sun and change configuration + instructions slightly. + +Wed Aug 11 18:56:59 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * config/i386/i386v4.mh: use -lsocket and -lnsl, for remote + targets that use BSD style network connections + +Wed Aug 11 17:54:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote-{monitor,bug}.c: Make bug_ops not static (forward declaration + of statics doesn't work with SunOS4 /bin/cc). + Rename the occurrence in remote-monitor.c to monitor_bug_ops. + +Tue Aug 10 13:07:14 1993 Jim Kingdon (kingdon@deneb.cygnus.com) + + * blockframe.c (find_pc_partial_function), + mips-tdep.c (find_proc_desc): Deal with "pathological" case. + +Tue Aug 10 14:50:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * utils.c (wrap_here): Allow indent to be NULL. + (fputs_filtered): Don't check for null wrap_indent (wrap_here now + guarantees that it isn't, and anyway we were only checking one out + of the two places we dereferenced it). + + * objfiles.h (struct objfile): Clean up comments for + {obj,sym}_private to clarify what they are private to. + +Mon Aug 9 16:45:00 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * stabsread.c, buildsym.c (hashname): Moved function to + buildsym.c, as suggested in the sources. + +Mon Aug 9 09:53:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote-udi.c: Make udi_ops extern rather than trying forward + declaration of a static variable. + + * hppab-nat.c: Define ptrace to call_ptrace and pass the 5th arg + there, rather than using an ANSI C specific macro. + + * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put + sys/types.h near the top (just on general principles). + + * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are + no longer used. + + * gdbcore.h: New variable gnutarget. + * core.c: Add commands to set and show it. + * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. + * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not + putenv. + + * symtab.c (decode_line_1): Give error on unmatched single quote. + +Sun Aug 8 13:59:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep. + + * remote.c: Add comments about 'd', 'r', and unrecognized requests. + + * inflow.c (terminal_init_inferior): Don't muck with tty state if + gdb_has_a_terminal() is false. + +Sun Aug 8 10:07:47 1993 Fred Fish (fnf@cygnus.com) + + * dwarfread.c (record_minimal_symbol): Remove prototype and + function. + * dwarfread.c (add_partial_symbol): Remove code to add minimal + symbols and remove comment about limitations. Experiments show + that now that gdb handles the ELF symtab better for creating + minimal symbols, that no additional information is added by + examining the DWARF information, and in fact, given the + limitations, the DWARF code was actually making things worse. + +Sat Aug 7 10:59:03 1993 Fred Fish (fnf@deneb.cygnus.com) + + * elfread.c (elf_symtab_read): Properly sort out the bss symbols + from the data symbols and give them the correct minimal_symbol_type. + Add file static symbols to the minimal symbol table, not just + global symbols. Add absolute symbols as well (like _edata, _end). + Redo stabs-in-elf special symbol handling now that file static + symbols are entered into the into the minimal symbol table. + * dwarfread.c (add_partial_symbol): Add comment about limitations + of DWARF symbols for distinquishing data from bss when adding + minimal symbols. Add file local symbols to minimal symbols. + +Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * ser-go32.c: Define job_control variable. + +Thu Aug 5 15:56:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * configure.in: z8k-coff is the same as z8k-sim + +Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h. + + * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11. + + * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL. + + * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h. + +Wed Aug 4 18:32:12 1993 Fred Fish (fnf@cygnus.com) + + * inflow.c (pass_signal): Signal handlers take one int arg; + supply an unused one to make it type compatible as an arg to + signal(). + +Tue Aug 3 18:34:14 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/mips/tm-mips.h: Include bfd.h before coff/sym.h. + +Tue Aug 3 15:34:57 1993 Fred Fish (fnf@cygnus.com) + + * Makefile.in (ALLCONFIG): Add config/i386/i386nw.mt, + config/m68k/delta68.mh, config/m68k/delta68.mt, + config/m68k/dpx2.mh, config/m68k/dpx2.mt, config/mips/riscos.mh, + config/mips/news-mips.mh. + * Makefile.in (ALLPARAM): Add config/i386/nm-symmetry.h, + config/i386/tm-i386nw.h, config/m68k/nm-delta68.h, + config/m68k/tm-delta68.h, config/m68k/xm-delta68.h, + config/m68k/nm-dpx2.h, config/m68k/tm-dpx2.h, + config/m68k/xm-dpx2.h, config/mips/xm-makeva.h. + * Makefile.in (ALLDEPFILES): Add dpx2-nat.c. + +Tue Aug 3 12:02:09 1993 Ian Lance Taylor (ian@cygnus.com) + + * mipsread.c: Updated for BFD ECOFF changes. Now gets the + swapping routines and external structure sizes via the + ecoff_backend information. No longer includes coff/mips.h. + +Tue Aug 3 10:58:04 1993 Fred Fish (fnf@cygnus.com) + + * Makefile.in (SFILES): Add thread.c + +start-sanitize-v9 +Tue Aug 3 10:21:58 1993 Doug Evans (dje@canuck.cygnus.com) + + * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding + sim_set_args return code. +end-sanitize-v9 + +Mon Aug 2 16:35:31 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * Makefile.in (VERSION): bumped to 4.9.4. + + * remote-monitor.c: updated copyright. + (bug_ops, monitor_desc): now static. + (monitor_desc): in several places, check and/or set to NULL. + + * remote-hms.c (hms_files_info): Add the appropriate items where + missing in the printf call. + + * remote-bug.c: new file for m88k bug support. + + * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o. + +Mon Aug 2 14:22:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + + * h8300-tdep.c: Use new variable h8300hmode. + +Mon Aug 2 12:06:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * valops.c (typecmp): If we are passing a non-reference to a function + which takes a reference, pass the address. + (value_arg_coerce): Don't use COERCE_ENUM; we don't want to dereference + references here. + + * thread.c (thread_switch): Define as static. + (add_thread): Cast return value from xmalloc. + + * gdbtypes.c (fill_in_vptr_fieldno): Call check_stub_type. + * gdbtypes.{c,h}: Improve comments on vptr_fieldno. + +Mon Aug 2 11:58:52 1993 Fred Fish (fnf@deneb.cygnus.com) + + * README: Elaborate on gdb C++ support and cfront support. + +Mon Aug 2 11:30:57 1993 Stu Grossman (grossman at cygnus.com) + + * i386lynx-nat.c, thread.c, thread.h: Update copyrights. + +Mon Aug 2 12:06:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Makefile.in (ALLDEPFILES): Add i386lynx-nat.c. + +Mon Aug 2 08:42:50 1993 Stu Grossman (grossman at cygnus.com) + + * gdbserver/remote-inflow.c (create_inferior): Fix comments, and + error msg. Setup seperate process group for child. + * (write_inferior_memory): Sleep for 1 second and retry on ptrace + failure. + +Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) + + * config/i386/i386lynx.mh (NATDEPFILES): Drop coredep (for now). + * config/i386/nm-i386bsd.h: Protect from multiple inclusion. + * config/i386/nm-i386lynx.h: Lotsa new host porting stuff. + * config/i386/tm-i386lynx.h: Define SAVED_PC_AFTER_CALL and + target_pid_to_str. + + * Makefile.in (CLIBS): Reorder to make Lynx ld happy. + * (HFILES): New file thread.h. + * (OBS): New file thread.c. + * configure.in: Host config for Lynx/386. + * fork-child.c (fork_inferior): Call init_thread_list(). + * infrun.c (resume): Add pid to invocation of target_resume(). + * (wait_for_inferior): Pay attention to pid from target_wait(). + Multi-threading code now uses this to determine what to do. + * inftarg.c (child_wait): Conditionalize based on CHILD_WAIT macro. + Use target_pid_to_str() macro throughout when printing pid. + * inferior.h (child_resume): Add pid to prototype. + * hppab-nat.c hppah-nat.c infptrace.c (child_resume): Pass in pid as + argument, instead of using inferior_pid. + * procfs.c (procfs_resume): Pass in pid as argument. Ignored for + now. Use target_pid_to_str() macro throughout for printing process id. + * remote-adapt.c (adapt_resume): Pass in pid as argument. + * remote-eb.c (eb_resume): Pass in pid as argument. + * remote-es.c (es1800_resume): Pass in pid as argument. + * remote-hms.c (hms_resume): Pass in pid as argument. + * remote-mips.c (mips_resume): Pass in pid as argument. + * remote-mm.c (mm_resume): Pass in pid as argument. + * remote-monitor.c (monitor_resume): Pass in pid as argument. + * remote-nindy.c (nindy_resume): Pass in pid as argument. + * remote-sa.sparc.c (remote_resume): Pass in pid as argument. + * remote-sim.c (rem_resume): Pass in pid as argument. + start-sanitize-v9 + * remote-sp64sim.c (simif_resume): Pass in pid as argument. + end-sanitize-v9 + * remote-st.c (st2000_resume): Pass in pid as argument. + * remote-udi.c (udi_resume): Pass in pid as argument. + * remote-vx.c (vx_resume): Pass in pid as argument. + * remote-z8k.c (rem_resume): Pass in pid as argument. + * remote.c (remote_resume): Pass in pid as argument. + * solib.c (solid_create_inferior_hook): Pass inferior_pid to + target_resume(). + * target.c (normal_pid_to_str): New routine to print out process + ID normally. + * target.h (struct target_ops): Add pid to prototype at + to_resume(). (target_resume): Add pid argument. + * (target_pid_to_str): Default definition for normal type pids. + * thread.h, thread.c: New modules for multi thread/process control. + +Sun Aug 1 13:02:42 1993 John Gilmore (gnu@cygnus.com) + + * README: Say that bug-gdb is also the place to send requests + for help with GDB. + +Sun Aug 1 09:42:13 1993 Fred Fish (fnf@cygnus.com) + + * Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile. + * h8500-tdep.c: Add parens around a few macro args. + +Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * TODO: Remove items about unix-to-unix/rapp debugging (now we + have gdbserver), moving xm files to subdirectory, ptype yylval, + and file-local symbols. + + * gdbtypes.h: Improve comments about C++ methods. + +Fri Jul 30 14:16:32 1993 Fred Fish (fnf@deneb.cygnus.com) + + * c-exp.y: Add missing 5th arg for one call to lookup_symbol, cast + NULL in all other calls to correct pointer types. + +Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + From Jeffrey Law: + * tm-hppa.h (TARGET_WRITE_PC): Define. + * hppa-tdep.c (hppa_fix_call_dummy): If in a syscall, + then return the address of the dummy itself rather than + the address of $$dyncall. + (target_write_pc): New function to store a new PC. + +Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + and Jim Kingdon (kingdon@cygnus.com) + + * breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint + conditions, they might contain symbol table references. + +Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mipsread.c (parse_symbol): Handle opaque struct definitions and + type naming for stTypedef symbols. + +Fri Jul 30 14:44:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * c-exp.y (yylex): Detect C++ nested types. + +start-sanitize-v9 +Fri Jul 30 11:07:37 1993 Doug Evans (dje@canuck.cygnus.com) + + * sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted. + (dump_ccreg, sparc_print_register_hook): New fns. + * remote-sim.h: New file. + * remote-sp64sim.h (sim_*): External fns. (simif_*): Internal fns. + + * config/sparc/sp64.mt: New file. + * config/sparc/tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted. + (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook. +end-sanitize-v9 + +Fri Jul 30 10:15:01 1993 Fred Fish (fnf@deneb.cygnus.com) + + * Makefile.in (ALLCONFIG): Add config/i386/ptx.mh + +Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + From J. Law: + * infcmd.c (read_pc): Remove PA specific code. + * tm-hppa.h (TARGET_READ_PC): Define. + * hppa-tdep.c (target_read_pc): New function. + + * symtab.c (gdb_mangle_name): Deal with it if type lacks a name. + +Fri Jul 30 07:36:53 1993 Fred Fish (fnf@deneb.cygnus.com) + + * NEWS: Add note that DEC alpha support is host only, not native. + * README: Emphasize that C++ support works best with GNU C++ and + stabs debugging format. + * delta68-nat.c: Add missing FSF copyright. + +Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * paread.c (pa_symtab_read): Put file-local symbols in minimal symbols. + * hppa-tdep.c (frame_chain_valid): Check that our function has the + same address as _start, not that it must be the same symbol. + +Fri Jul 30 00:18:40 1993 Fred Fish (fnf@deneb.cygnus.com) + + * Makefile.in (ALLDEPFILES): Add delta68-nat.c + * Makefile.in (delta68-nat.o): Add dependency. + Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind + was adequate in gdb 3.5 but not now. + + * valops.c (typecmp): An array in t2 matches a pointer in t1. + + * valops.c (typecmp): When comparing type1& to type2, compare + type1 and type2 as leniently as if we were comparing type1 to + type2. + * cp-valprint.c (cplus_print_value): Don't dump core if the baseclass doesn't have a name. * values.c (vb_match): New function, which finds the virtual