* main.c (complete_command): Deal with it if arg is NULL.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c6e5b11c64a3635d45d2f2b41a9648d3360fd278..d2ddcaffc28b035c7c471ed571ced8f8f550bfbe 100644 (file)
@@ -1,5 +1,529 @@
+Fri Mar 25 08:33:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * main.c (complete_command): Deal with it if arg is NULL.
+
+Thu Mar 24 07:12:09 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise comment
+       regarding using the PC--using the PC is necessary and all the
+       FIXME comments in the world won't make it go away.
+
+       * valops.c (value_at, value_at_lazy): Give error if we dereference
+       a pointer to void.
+       * gdbtypes.h: Fix comments regarding TYPE_CODE_VOID.
+       * stabsread.c: Use 1, not 0, for TYPE_LENGTH of void types.
+
+       * stabsread.c (patch_block_stabs): Add comment about what happens
+       if the definition is in another compilation unit from the stab.
+
+       * dbxread.c (end_psymtab): Add comment about empty psymtabs.
+
+Wed Mar 23 07:50:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * main.c (complete_command): New command, from Rick Sladkey
+       <jrs@world.std.com>.
+       (symbol_completion_function): Don't declare rl_point and
+       rl_line_buffer; they are now declared in readline.h.
+       (show_commands): Don't declare history_base; it is declared in
+       history.h.
+       * command.c (lookup_cmd): Don't delete trailing whitespace.
+       Reverts change of 14 May 1989.
+
+Wed Mar 23 16:14:52 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * minsyms.c (prim_record_minimal_symbol):  Move section deduction
+       code from prim_record_minimal_symbol_and_info() to here.  Callers
+       of the latter can legitimately supply a section number of -1.
+
+Wed Mar 23 07:50:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdbtypes.h, gdbtypes.c: Add comments regarding whether static
+       member functions have an element in args for a (nonexistent) this
+       pointer.
+
+Tue Mar 22 20:12:53 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.
+
+       * hppa-tdep.c (hppa_pop_frame): Do not restore the PC space
+       queue if NO_PC_SPACE_QUEUE_RESTORE is defined.
+
+       * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argument
+       for the structure's type.  All callers changed.
+
+       * valops.c (call_function_by_hand): Check REG_STRUCT_HAS_ADDR
+       for each structure argument rather than assuming it's either
+       true or false for all structure arguments.
+
+       * config/pa/tm-hppa.h (REG_STRUCT_HAS_ADDR): Depend only
+       on the length structure passed, not the compiler used.
+
+       * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Accept additional
+       argument for the structure's type.
+
+Tue Mar 22 15:28:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * values.c (set_internalvar): Don't set var->value until we are
+       sure there won't be an error().
+
+       * remote.c (get_offsets): Reinstate comment which was in
+       remote_wait about use of SECT_OFF_TEXT and so on.
+
+Mon Mar 21 13:11:30 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * symmisc.c (maintenance_check_symtabs):  New function to check
+       consistency of psymtabs and symtabs.
+       * symtab.h (maintenance_check_symtabs):  Add prototype.
+       * maint.c:  Add new `maint check-symtabs' command.
+       * config/i386/tm-i386aix.h, config/i386/tm-sun386.h,
+       config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW):  Fix typo.
+       * config/i386/tm-symmetry.h:  Make comment inside #if 0 a real
+       comment.
+       * config/i386/tm-symmetry.h (STORE_STRUCT_RETURN):  Cast argument
+       to write_memory to avoid warnings from gcc.
+       * config/i386/xm-symmetry.h:  Add missing #endif.
+       * config/i386/nm-symmetry.h (NO_PTRACE_H):  Add for Dynix.
+       * config/i386/symmetry.mt (TDEPFILES):  Add i386-tdep.o.
+       * config/i386/symmetry.mh (NAT_FILE, NATDEPFILES):  Add.
+
+Mon Mar 21 11:50:28 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
+       (hppa_push_arguments): Likewise.
+
+Mon Mar 21 11:02:51 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * alpha-tdep.c:  Gobs of changes (many imported from mips-tdep) to
+       improve remote debugging efficiency.  Also fixed problems with
+       doing function calls for programs with no entry points.
+       * infcmd.c (run_stack_dummy):  Use CALL_DUMMY_ADDRESS instead of
+       entry_point_address.
+       * inferior.h (PC_IN_CALL_DUMMY):  ditto.
+       * mdebugread.c (parse_symbol, parse_procedure, parse_external,
+       parse_lines):  Pass section_offsets info to these routines so that
+       we can relocate symbol table entries upon readin.
+       * (psymtab_to_symtab_1):  Set symtab->primary to tell
+       objfile_relocate to do relocations for our symbols.
+       * (ecoff_relocate_efi):  New routine to relocate adr field of PDRs
+       (which hang off of the symbol table).
+       * Use prim_record_minimal_symbols_and_info instead of
+       prim_record_minimal_symbols to supply section info to make minimal
+       symbol relocations work.
+       * minsyms.c (prim_record_minimal_symbols_and_info):  If section is
+       -1, try to deduce it from ms_type.
+       * objfiles.c (objfile_relocate):  Use ALL_OBJFILE_SYMTABS where
+       appropriate.  Handle relocation of MIPS_EFI symbols special. Also,
+       add code to relocate objfile->sections data structure.
+       * remote.c (get_offsets):  Use new protocol message to acquire
+       section offsets from the target.
+       * (remote_wait):  Get rid of relocation stuff.  That's all handled
+       by objfile_relocate now.
+       * config/alpha/alpha-nw.mt (TM_FILE):  Use tm-alphanw.h.
+       * config/alpha/tm-alpha.h:  Define CALL_DUMMY_ADDRESS, and
+       VM_MIN_ADDRESS.
+       * config/alpha/tm-alphanw.h:  DECR_PC_AFTER_BREAK=0, VM_MIN_ADDRESS=0.
+
+Sun Mar 20 15:21:57 1994  Doug Evans  (dje@cygnus.com)
+
+       * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
+       instead of 4.
+
+start-sanitize-v9
+       * sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
+       can no longer set this at run time.
+       * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
+       (TM_CLIBS): Define to -lm, the simulator uses the sqrt() function.
+       * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
+       sparc-tdep.c compiles).
+       (TARGET_PTR_BIT): Must be a constant now, fix at 64.
+end-sanitize-v9
+
+Sat Mar 19 08:51:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/m68k/{cisco.mt,tm-cisco.h}: New files.
+       * Makefile.in (ALLPARAM, ALLCONFIG): Add them.
+       * configure.in: Recognize m68*-cisco*-*.
+
+       * Makefile.in (TAGS): Use variables directly, rather than using
+       find, to locate TM_FILE, XM_FILE, and NAT_FILE.  This is faster
+       and means that these filenames no longer need be unique across all
+       the config/* directories.
+       * configure.in: Put the config/*/ into TM_FILE, etc.
+
+       * m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk
+       and trapv exceptions.
+
+       * target.h (struct section_table), objfiles.h (struct obj_section):
+       Change name of field sec_ptr to the_bfd_section.  More mnemonic
+       and avoids the (sort of, for the ptx compiler) name clash with
+       the name of the typedef.
+       * exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c,
+       solib.c, irix5-nat.c, objfiles.c, remote.c: Change users.
+
+       * utils.c: Include readline.h.
+       * Makefile.in (utils.o): Add dependency.
+
+       * remote.c (getpkt): Add support for run-length encoding.
+
+Fri Mar 18 19:11:15 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * utils.c (prompt_for_continue): Call readline, not gdb_readline.
+
+Fri Mar 18 10:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * dstread.c (record_minimal_symbol): New arg objfile.  Pass it to
+       prim_record_minimal_symbol.
+       Callers: Pass it.
+
+       * regex.c (EXTEND_BUFFER): Adjust pointers within buffer by
+       computing their offset from the start of the old buffer and adding
+       to the new buffer, rather than by assuming we can add the
+       difference between the old buffer and the new buffer (it might not
+       fit in an int).  Merge in cosmetic differences from emacs regex.c
+       version of this macro.
+
+Wed Mar 16 15:28:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * Makefile.in (install-only): Fix use of program_transform_name.
+
+Wed Mar 16 07:18:43 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c: Remove "set print fast-symbolic-addr off" command.
+       The bug which it worked around was fixed on 25 Feb 94 in coffread.c,
+       so I'm nuking the command.
+       * symtab.c (find_addr_symbol): Comment out, no longer used.
+
+       * main.c (main): Don't init_source_path for the -cd argument.  Now
+       that source_path doesn't contain the current_directory from when
+       GDB started up, init_source_path is no longer useful (and is
+       harmful because it clobbers a source_path set in $HOME/.gdbinit).
+
+       * TODO: Remove item about line numbers being off.  It is useless
+       and confusing without a reproducible test case (it mentions
+       proceed(), but I was able to step through proceed without trouble).
+
+Tue Mar 15 13:39:23 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       For Sunos 4.x targets, enable gdb to set breakpoints in shared
+       library functions before the executable is run. Retrieve dynamic
+       symbols from stripped executables.
+       * symtab.h (minimal_symbol_type):  Add mst_solib_trampoline type.
+       * parse.c (write_exp_msymbol), symmisc.c (dump_msymbols),
+       symtab.c (list_symbols):  Handle mst_solib_trampoline.
+       * minsyms.c (lookup_minimal_symbol):  Handle mst_solib_trampoline
+       for all targets, remove IBM6000_TARGET dependencies.
+       * dbxread.c (read_dbx_dynamic_symtab):  New function.
+       * dbxread.c (dbx_symfile_read):  Use it.
+       * dbxread.c (SET_NAMESTRING):  Set namestring to
+       "<bad string table index>" instead of "foo" if the string index is
+       corrupt.
+       * xcoffread.c (read_xcoff_symtab):  Use mst_solib_trampoline instead
+       of mst_unknown.
+       * symtab.c (list_symbols):  Take from_tty as parameter and pass it
+       to break_command. Handle mst_file_* minimal symbol types.
+       * config/i386/tm-i386bsd.h: Give just macro name, not args, to #undef.
+
+Tue Mar 15 11:40:43 1994  Kung Hsu  (kung@mexican.cygnus.com)
+
+       * c-exp.y(yylex): fix potential memory overflow.
+
+Tue Mar 15 10:33:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * environ.c (set_in_environ): Eliminate special handling of PATH and
+       GNUTARGET.
+       * putenv.c: Removed, conflicts with system declaration of
+       putenv on RS/6000 running AIX 3.2.5, and above change makes it
+       unnecessary. 
+       * Makefile.in: Change accordingly.
+       * procfs.c (procfs_create_inferior): Change comment accordingly.
+
+Tue Mar 15 10:05:27 1994  Jim Kingdon  (kingdon@cygnus.com)
+
+       * rs6000-tdep.c: Change value to value_ptr.
+
+Sun Mar 13 09:45:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * i386m3-nat.c: Include floatformat.h.
+       (get_i387_state): Use memset not bzero.
+
+       * Version 4.12.3.
+
+       * Makefile.in: Enable commented out getopt_h, bfd_h, etc.  Change
+       ieee-float.h to floatformat.h.
+
+       * valprint.c (val_print_string): Ignore error if the error
+       happened after a terminating '\0'.
+
+       * c-valprint.c (c_val_print): Never add 1 to return value from
+       val_print_string; just return what it returns.
+
+       * target.h (enum target_signal): Add TARGET_SIGNAL_FIRST, for
+       looping through all of the enums.
+       * infrun.c (signals_info): Use it.
+
+Fri Mar 11 08:08:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * main.c (main): When printing warning about bad baud rate, don't
+       use warning(); it relies on current_target which isn't set up yet.
+
+       * breakpoint.c (_initialize_breakpoint): Update docstring for
+       tbreak to match what the code actually does.  Don't mention tbreak
+       in docstrings for "enable once" or "enable breakpoints once".
+
+Thu Mar 10 08:52:38 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
+       while (0).  That defeats the whole purpose of using do . . . while (0).
+       * mdebugread.c (parse_partial_symbols): Don't use ?: expression as
+       list for ADD_PSYMBOL_TO_LIST; the macro takes its address and
+       using a ?: expression as an lvalue is not portable.
+
+       * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, also
+       convert a LOC_ARG to a LOC_REF_ARG.  Update code which combines
+       'p' and 'r' symbol descriptors into a single symbol to look for a
+       LOC_REF_ARG.
+       * README, config/sparc/tm-sparc.h: Update comments.
+
+Wed Mar  9 21:43:24 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mdebugread.c (parse_type):  Do not complain for types with
+       an `indexNil' aux index, these are simply undefined types.
+       Remove indexNil check from caller of parse_type.
+       * mdebugread.c (parse_partial_symbols):  Do not enter
+       stGlobal, scCommon symbols into the minimal symbol table, their
+       value is the size of the common, not its address.
+       Handle scInit, scFini, scPData and scXData sections.
+       Use minimal symbol type mst_file_* for stLabel symbols, instead of
+       mst_*.
+       Enter stProc symbols into the global_psymbols list once, not into
+       the static_psymbols_list.
+       Get rid of dummy psymtab if it is empty, to allow proper detection
+       of stripped executables.
+       * mdebugread.c (cross_ref):  Allow cross references to Fortran
+       common blocks.
+
+Wed Mar  9 15:23:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c (common_block_end, fix_common_block): Stash the
+       struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so
+       as to not assume that a pointer fits in an enum.
+
+Wed Mar  9 18:56:36 1994  Kung Hsu  (kung@mexican.cygnus.com)
+
+       * os9kread.c (fill_sym): check compiler verion number for pre-
+       UltraC compiler.
+       * os9kread.c (os9k_process_one_symbol): address of symbol is
+       relative to section not module.
+       * stabsread.c (define_symbol): add symbol type 's' as local
+       symbol for os9k.
+       * remote-os9k.c: add command 'set monitor_log' to turn on or off
+       monitor logging.
+       * remote-os9k.c: fix bug in delete breakpoint, single step trace.
+       * remote-os9k.c: fix bug in 'set remotebaud' function.
+       * remote-os9k.c (rombug_link): minimize checking so to improve
+       speed.
+       * symfile.c (symbol_file_command): check if failed to link, also make
+       the command be able to accept more than one filenames.
+       * target.c (target_link): check if failed to link with rombug.
+       * config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0.
+
+Wed Mar  9 15:23:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * remote-es.c (es1800_child_ops): Don't declare it static.
+
+Tue Mar  8 11:42:39 1994  Jim Kingdon  (kingdon@cygnus.com)
+
+       * config/i386/tm-i386v4.h: Give just macro name, not args, to #undef.
+
+Tue Mar  8 06:56:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * dbxread.c: New variable lowest_text_address.
+       (record_minimal_symbol, read_dbx_symtab): Set it.
+       (read_dbx_symtab): Use lowest_text_address + text_size instead of
+       end_of_text_address.
+       * config/gould/tm-pn.h: Add comment regarding END_OF_TEXT_DEFAULT.
+
+       * dbxread.c (end_psymtab): Remove old and commented out
+       capping_global and capping_static.  Fix comments regarding
+       N_SO_ADDRESS_MAYBE_MISSING to match the real name of the macro.
+
+       * parser-defs.h: Add "extern" to start of variable declarations so
+       we don't end up with commons.
+       * parse.c: Define these variables.
+
+       * irix5-nat.c (find_solib): Cast o_path to CORE_ADDR when using it
+       as one.
+
+Mon Mar  7 13:00:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * alpha-tdep.c: Change value to value_ptr.
+
+Sun Mar  6 17:36:53 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * solib.c (elf_locate_base):  New function to locate the address
+       of the dynamic linker's runtime structure in the dynamic info section.
+       * solib.c (locate_base):  Use it instead of iterating over the list
+       of mapped address segments.
+       * solib.c (look_for_base, bfd_lookup_symbol):  Removed, no longer
+       necessary.
+
+Fri Mar  4 09:50:47 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file.
+       (pc_in_interrupt_handler): New function.  Also add PARAM decl.
+       (find_proc_framesize): Deal with HPUX setting SAVE_SP bit for
+       signal trampoline and interrupt routines.
+       (frame_saved_pc): Handle signal trampolines and interrupt routines.
+       (frame_chain, frame_chain_valid): Likewise.
+       (hppa_frame_find_saved_regs): Likewise.  Also deal with special
+       saved regs convention for SP.
+       
+       * tm-hppa[bho].h: FRAME_FIND_SAVED_PC_IN_SIGTRAMP): Define.
+       (FRAME_BASE_BEFORE_SIGTRAMP): Define.
+       (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Define.
+
+       * tm-hppah.h (IN_SIGTRAMP): Define.
+
+Thu Mar  3 12:41:16 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * ch-exp.y (match_simple_name_string): Accept '_' as well as an
+       alphabetic character as the start of a name.
+
+       * sparclite/Makefile.in (all install): Build and install aload.
+
+       * configure.in: Accept i[34]86-*-*sysv32 because that is what
+       config.guess and config.sub produce.
+
+       * mips-tdep.c: Change value to value_ptr.
+
+Wed Mar  2 09:17:55 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,
+       cp-valprint.c, eval.c, expprint.c, findvar.c, language.c,
+       objfiles.h, infcmd.c, printcmd.c, stack.c, typeprint.c,
+       valarith.c, valops.c, valprint.c, value.h, values.c: Replace
+       value with value_ptr.  This is for the ptx compiler.
+       * objfiles.h, target.h: Don't declare a "sec_ptr" field using a
+       "sec_ptr" typedef.
+       * symm-nat.c: Add a bunch of stuff for symmetry's ptrace stuff.
+       #if 0 i386_float_info.
+       * symm-tdep.c (round): Remove.  Also remove sgttyb.
+       * symm-tdep.c: Remove lots of stuff which duplicates stuff from
+       i386-tdep.c.  Remove register_addr and ptx_coff_regno_to_gdb.
+       * i386-tdep.c (i386_frame_find_saved_regs): Put in
+       I386_REGNO_TO_SYMMETRY check in case it is needed for Dynix
+       someday.
+       * config/i386/nm-symmetry.h: Change KERNEL_U_ADDR.  Move
+       stuff from PTRACE_READ_REGS, PTRACE_WRITE_REGS macros to
+       symm-nat.c.  Define CHILD_WAIT and declare child_wait().
+       * config/i386/tm-symmetry.h: Remove call function stuff; stuff in
+       tm-i386v.h is apparently OK.
+       * config/i386/xm-symmetry.h [_SEQUENT_]: Define HAVE_TERMIOS not
+       HAVE_TERMIO.  Define MEM_FNS_DECLARED, NEED_POSIX_SETPGID, and
+       USE_O_NOCTTY.
+
+Wed Mar  2 11:31:08 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * osfsolib.c (xfer_link_map_member): Update to use new
+       target_read_string interface.
+
+Wed Mar  2 09:17:55 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * infrun.c (wait_for_inferior): In checking
+       remove_breakpoints_on_following_step, check
+       through_sigtramp_breakpoint as well as step_resume_breakpoint.
+
+Tue Mar  1 16:22:56 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * os9kread.c (os9k_process_one_symbol): Rename
+       VARIABLES_INSIDE_BLOCK to OS9K_VARIABLES_INSIDE_BLOCK.
+       * symfile.c (symbol_file_command): Check for (CORE_ADDR)-1, not
+       (CORE_ADDR)0, from target_link, since that is what it uses.
+       Process name at end, not during parsing (like we did before Kung's
+       change), so that -readnow and -mapped can appear anywhere.
+       Make text_relocation a local variable.
+       * config/i386/i386os9k.mt: Fix comment.
+       * Makefile.in (ALLDEPFILES): Add remote-os9k.c.
+       * os9kread.c: Put "comments" after #endif inside /* */.
+       * stabsread.h: Add os9k_stabs variable.
+       * stabsread.c (start_stabs), os9kread.c (os9k_process_one_symbol):
+       Set it.
+       * stabsread.c (define_symbol): If os9k_stabs, put a 'V' symbol
+       descriptor in global_symbols not local_symbols.
+       (read_type): If os9k_stabs, accept 'c', 'i', and 'b' type
+       descriptors.
+       (read_type): If os9k_stabs, accept function parameters after 'f'
+       type descriptor.
+       (read_array_type): If os9k_stabs, don't expect index type and
+       expect lower and upper to be separated by ',' not ';'.
+       (read_enum_type): If os9k_stabs, read a number before the first
+       enumeration constant.
+       (os9k_init_type_vector): New function.
+       (dbx_lookup_type): Call it when starting new type vector.
+       * config/i386/tm-i386os9k.h: Define BELIEVE_PCC_PROMOTION.
+       * (os9k_process_one_symbol): Call define_symbol not os9k_define_symbol.
+       * os9kstab.c: Removed.
+       * Makefile.in: Update accordingly.
+       * objfiles.c (objfile_relocate_data): Removed.
+       * remote-os9k.c (rombug_wait): Call objfile_relocate
+       not objfile_relocate_data.
+       * objfiles.h, objfiles.c: Remove find_pc_objfile.
+       * remote-os9k.c (rombug_wait): Call find_pc_section not
+       find_pc_objfile.
+       * main.c (quit_command): Check inferior_pid; revert Kung change.
+       * remote-os9k.c (rombug_create_inferior): Set inferior_pid.
+
+Tue Mar  1 14:56:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
+
+       * os9kread.c: New file to read os9000 style symbo table.
+       * os9kstab.c: new file to read os9000 style stabs.
+       * remote-os9k.c: remote protocol talking to os9000 rombug monitor.
+       * objfiles.c (find_pc_objfile): new function to search objfile
+       from pc.
+       * objfiles.c (objfile_relocate_data): new function to relocate
+       data symbols in symbol table.
+       * objfiles.h: Add two aux fields in struct objfile to handle
+       multiple symbol table files situation like in os9000.
+       * symfile.c: Change so 'symbol-file' command can handle multiple
+       files. Also call target_link() to get relocation infos.
+       * target.c (target_link): new function to get relocation info when
+       a symbol file is requested to load.
+       * main.c (quit_command): take out 'inferior_pid != 0' condition,
+       because in cross mode there's no inferior pid, bit they need to
+       be detached.
+       Makefile.in: add os9kread.c os9kstab.c and .o's.
+       configure.in: add i386os9k target.
+       config/i386/i386os9k.mt: new add.
+       config/i386/tm-i386os9k.h: new add.
+
+Tue Mar  1 13:16:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP):  Handle ucbsigvechandler.
+       * sparc-tdep.c (sparc_frame_saved_pc):  Handle ucbsigvechandler.
+
+Tue Mar  1 11:54:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * target.c, target.h (target_read_string): Provide error detection to
+       caller.  Put string in malloc'd space, so caller need not impose
+       arbitrary limits.
+       * solib.c (find_solib): Update to use new interface.
+       * irix5-nat.c (find_solib): Read o_path from inferior
+       (clear_solib): Free storage for o_path.
+       * valprint.c (val_print_string): Add comments.
+
+Mon Feb 28 23:54:39 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * symtab.c (decode_line_1):  Handle the case when skip_quoted does not
+       advance `p'.
+
 Mon Feb 28 12:40:46 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
+       * value.h (struct value): Add modifiable field.
+       * values.c (allocate_value, record_latest_value, value_copy): Set it.
+       (record_latest_value): Don't mess with VALUE_LVAL of value.
+       * valops.c (value_assign): Check it.  Reword existing error
+       message on not_lval.
+
        * mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h
        (STEP_SKIPS_DELAY): Added.
        * infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in
This page took 0.040318 seconds and 4 git commands to generate.