* gdb.t00/help.exp: Replace most of docstrings for "tbreak",
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2dcaab836fb68564224623e57149a6b725ca4e29..83d6cb3f7f98af21d0571ff700b403c105738513 100644 (file)
@@ -1,5 +1,640 @@
+Fri Mar 11 08:08:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * 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
+       the delay slot.
+
+       * valprint.c (val_print_string): If errcode is set, always print
+       an error, regardless of force_ellipsis.  In the non-EIO case,
+       just print the error message rather than calling error().  Don't
+       access *(bufptr-1) if bufptr points to the start of the buffer.
+       When looking for '\0', don't increment bufptr and addr if bufptr
+       started out already at limit.  If an error happens on fetching the
+       first character, don't print the string.
+
+Sun Feb 27 21:05:06 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * config/m68k/tm-apollo68b.h: Remove HAVE_68881 define; it is
+       obsolete. 
+
+       * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c,
+       i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c
+       config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h,
+       m88k-tdep.c: Use floatformat.h instead of ieee-float.h.
+       * sparc-tdep.c: Remove now-obsolete ieee-float.h stuff
+       * findvar.c: Update comment regarding ieee-float.h.
+
+Sun Feb 27 21:39:48 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * config/i386/tm-i386v4.h (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP,
+       FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC):
+       Define to make backtracing through the various sigtramp handlers
+       work.
+       * i386-tdep.c (i386v4_sigtramp_saved_pc):  New routine to fetch
+       the saved pc from ucontext on the stack for SVR4 signal handling.
+
+Fri Feb 25 09:41:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * remote.c, remote-mon.c, remote-utils.c, remote-utils.h,
+       target.h, remote-es.c, remote-nindy.c: Don't set baud rate if
+       baud_rate is -1.  Remove sr_get_baud_rate and sr_set_baud_rate;
+       just use the global variable itself.  When printing baud rate,
+       don't print a baud rate if baud_rate is -1.
+
+       * coffread.c (read_coff_symtab): Pass mst_file_* to
+       record_minimal_symbol for C_STAT symbols.  Put C_EXT and C_STAT
+       symbols in the minimal symbols regardless of SDB_TYPE.
+
+Thu Feb 24 08:30:33 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * breakpoint.h (enum bptype): New type bp_through_sigtramp.
+       (bpstat_what_main_action): New code BPSTAT_WHAT_THROUGH_SIGTRAMP.
+       * breakpoint.c (bpstat_what): Return BPSTAT_WHAT_THROUGH_SIGTRAMP
+       if we hit a bp_through_sigtramp breakpoint.  Remove kludge which
+       ignored bs->stop for a bp_step_resume breakpoint.
+       * infrun.c (wait_for_inferior): Make a through_sigtramp_breakpoint
+       which performs one (the check_sigtramp2 one) of the functions
+       which had been handled by the step_resume_breakpoint.  For each
+       use of the step_resume_breakpoint, make it still use the
+       step_resume_breakpoint, use the through_sigtramp_breakpoint, or
+       operate on both.
+       Deal with BPSTAT_WHAT_THROUGH_SIGTRAMP return from bpstat_what.
+       When setting the frame address of the step resume breakpoint, set
+       it to the address for frame *before* the call instruction is
+       executed, not after.
+
+       * mips-tdep.c (mips_print_register): Print integers using
+       print_scalar_formatted rather than duplicating all the
+       CC_HAS_LONG_LONG and so on.
+       (mips_push_dummy_frame): Use read_register_gen rather than using
+       read_register and then putting it back in target format with
+       store_unsigned_integer.  If registers are more than 4 bytes, give
+       an error rather than have some registers overwrite other
+       registers.
+       #if 0 unused include of opcode/mips.h.
+
+       * symfile.h: Don't declare arguments for coff_getfilename.
+
+       * defs.h: Revert Kung change regarding FORCE_LONG_LONG.
+
+Thu Feb 24 08:06:52 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * configure.in (hppa*-*-osf*): New configuration.
+       * config/pa/hppaosf.mt: New target makefile fragment.
+       * config/pa/tm-hppao.h: New target include file.
+
+Thu Feb 24 04:29:19 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * exec.c (print_section_info):  Print entry point for exec_bfd only.
+       * ser-unix.c (wait_for):  Fix typo in HAVE_TERMIO case.
+       * dwarfread.c:  Remove second inclusion of <sys/types.h>, which
+       causes problems if <sys/types.h> has no multiple inclusion protection.
+
+Wed Feb 23 16:28:55 1994  Jeffrey A. Law  (law@cygnus.com)
+
+       * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of
+       the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1.
+       (CALL_DUMMY_LENGTH): Changed accordingly.
+
+Wed Feb 23 16:21:25 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * sparc-stub.c (trap_low):  Make trap handler work for arbitrary
+       numbers of register windows.
+
+       * sparclite/hello.c:  Add factorial function for testing.
+       * salib.c:  Use macros instead of constants for I/O addresses to
+       make 931 support easier.
+       * sparclite.h:  Change constraint for LOC to "rJ" to force use of
+       register in sta/lda instructions.
+
+Wed Feb 23 10:39:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
+
+       * dbxread.c (process_one_symbol): Set
+       block_address_function_relative for COFF like we do for ELF and SOM.
+
+Sat Feb 19 03:17:32 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * mdebugread.c (new_psymtab):  Pass in section_offsets and set
+       them in the pst.
+       * mdebugread.c (handle_psymbol_enumerators):  New function to enter
+       the enumerators of an ecoff enum into the partial symbol table.
+       * mdebugread.c (parse_partial_symbols):  Call it.
+       * symfile.c (reread_symbols):  Initialize objfile->*_psymbols.next.
+       * symmisc.c (dump_psymtab):  Fix typo, clean up output of section
+       offsets. Cast psymtab->read_symtab to PTR before passing it to
+       gdb_print_address.
+       * i386-tdep.c (i386_skip_prologue):  Skip over instructions that
+       set up the global offset table pointer in pic compiled code.
+       * config/mips/tm-mips.h (FIX_CALL_DUMMY):  For big endian targets,
+       error() on TYPE_CODE_FLT arguments whose size is greater than 8,
+       swap all other TYPE_CODE_FLT arguments as mips_push_arguments
+       ensures that floats are promoted to doubles before they are pushed
+       on the stack.
+
+Fri Feb 18 23:12:59 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h:
+       Fixup cache_on and flush_i_cache so that they work for both the
+       930 and 932 processors.  Rewrite most low level funcs (uart
+       access & cache stuff) to use new ASI access macros in sparclite.h.
+       Also make it easy to access second serial port.
+
+Fri Feb 18 22:17:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
+       <sys/stat.h>; not needed.
+
+Fri Feb 18 08:26:29 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stack.c (print_frame_info): In "pathological" case, don't
+       distrust the line number information.
+
+Fri Feb 18 16:51:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
+
+       * mips-tdep.c (mips_print_register): handle 64 bits register.
+       * valprint.c (print_longest): fix a bug in printing 64 bits value.
+
+Fri Feb 18 08:26:29 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Version 4.12.2.
+
+       * Makefile.in (install): Do the sed for program_transform_name
+       ourselves instead of worrying about INSTALL_XFORM.  This enables
+       users to override INSTALL_PROGRAM in the standard way.
+
+       * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't
+       depend on Makefile.in.
+
+       * defs.h, valprint.c: Make longest_to_int a function not a macro.
+       Only test against INT_MIN if a LONGEST is bigger than an int.
+
+       * README: Change GhostScript to Ghostscript.
+
+Fri Feb 18 07:30:55 1994  Jim Kingdon  (kingdon@cygnus.com)
+
+       * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
+       Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14
+       character file names.
+       * Makefile.in (ALLPARAM): Add these files.
+
+       * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
+       character file names.
+       * Makefile.in: Add Kung's new mips64 files.
+
+Thu Feb 17 17:25:47 1994  Kung Hsu  (kung@mexican.cygnus.com)
+
+       * configure.in: add mips64-*-elf, mips64-*-ecoff, mips64el-*-elf,
+       mips64el-*-ecoff and mips64-big-*.
+       * defs.h: get rid of FORCE_LONG_LONG.
+       * mips-tdep.c (mips_find_saved_regs): add sd and sdc1 instruction
+       parsing. Change register size to be MIPS_REGSIZE.
+
+Thu Feb 17 09:30:22 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, 
+       osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c, 
+       xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names.
+
+Fri Feb 11 21:47:24 1994  Steve Chamberlain  (sac@sphagnum.cygnus.com)
+
+       * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
+       (remove_commands, add_commands): Add/remove hms-drain when target
+       is connected.
+
+Fri Feb 11 16:11:38 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * configure.in:  Add Lynx/rs6000 support.
+       * lynx-nat.c:  Clean up some Sparc stuff.  Clean up ptrace error
+       messages.  Add rs6000 support.  Don't try to modify unwritable
+       registers.
+       * rs6000-nat.c:  Move lots of native dependent stuff (like core
+       file support) from rs6000-tdep.c & xcoffexec.c to here.
+       * rs6000-tdep.c:  Move native dependent stuff to nat.c.
+       * xcoffexec.c:  Move native dependent stuff to nat.c.
+       * config/rs6000/nm-rs6000.h:  Move defs of SOLIB_* macros to here
+       from tm file.
+       * config/rs6000/tm-rs6000.h:  Remove defs of SOLIB_* funcs, cuz they're
+       really native.
+       * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
+       New files to support Lynx/rs6000.
+
+Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * README:  Remove note about gcc warnings on alpha, these should be
+       gone now.
+       * c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c, 
+       m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
+       remote-utils.c, stabsread.c:  Include <string.h>.
+       * regex.c:  Include "defs.h", change re_comp argument to const char *.
+       * infptrace.c (fetch_register, store_inferior_registers):  Change
+       regaddr to type CORE_ADDR.
+       * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
+       Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
+
+Mon Feb  7 09:21:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * symtab.h: Always define BYTE_BITFIELD to nothing.
+
+Mon Feb  7 08:44:17 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used.
+       * configure.in: Remove comment about m68k-em.mt.
+       * Makefile.in: Remove references.
+
+Mon Feb  7 08:22:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent
+       BFD_HOST_64_TYPE.
+
+Sun Feb  6 06:55:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * target.c (target_preopen): If target_kill doesn't remove the
+       target from the stack, use pop_target to do it.
+
+       * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
+       of TYPE_CODE_PTR or TYPE_CODE_FUNC types.  This parallels similar
+       changes to stabsread.c from summer 1993.
+
+       * remote-udi.c (udi_files_info): If prog_name is NULL, just skip
+       printing the program, rather than passing NULL to printf.
+       (udi_detach): Set udi_session_id to -1 so that udi_close doesn't
+       try to call UDIDisconnect again.  Print better message.
+       (udi_kill): Just call UDIDisconnect ourselves, rather than doing
+       it via udi_close.
+       (udi_create_inferior): If udi_session_id is negative, open a new
+       TIP rather than giving an error.
+
+       * config/mips/mipsm3.mh, config/i386/i386m3.mh,
+       config/ns32k/ns32km3.mh: Define NAT_FILE.
+       * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H
+       (it was inconsistent and namespace-wrong) to NM_M3_H.
+       * m3-nat.c (mach_really_wait): Change parameter name to ourstatus.
+       (m3_open): New function.
+       (m3_ops): Use it.
+       * TODO: Update Mach section.
+
+       * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
+
+Sun Feb  6 13:26:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * printcmd.c (printf_command):  Add missing single-letter
+       backslash-escape sequences, and improve error message.
+
+Sun Feb  6 06:55:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * corelow.c (solib_add_stub, core_open): Pass address of from_tty
+       rather than trying to shove an int into a pointer and back out
+       again.  This avoids compiler warnings.
+
+       * defs.h (alloca): Declare as void *, not char *, on hpux.
+       Don't prototype it, just declare the return type.
+
+Sun Feb  6 03:25:41 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * config/i386/tm-sun386.h, config/i386/tm-symmetry.h
+       (REGISTER_CONVERT_TO_RAW):  Add missing backslash.
+
+Sat Feb  5 08:03:41 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM or
+       ZERO_REGNUM, just read it as zero without talking to the board.
+
+       * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing
+       backslash.
+       * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type)
+       to store_floating, not nonexistent variable len.
+
+       * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
+       New functions.
+       (mips_store_word): Change calling convention to return errors, and
+       to provide old contents if the caller wants it.
+       (mips_xfer_memory): Deal with errors from mips_store_word.
+       * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT
+       define now that remote-mips.c doesn't use BREAKPOINT.
+
+       * remote-mips.c (mips_create_inferior): Call warning if arguments
+       specified, and then execute "set args" command.  Call error, not
+       mips_error, if executable file not specified.
+
+       * remote-e7000.c: Replace "snoop" command (e7000_noecho) with
+       remote_debug.
+
+       * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
+       to unsigned int.
+
+Sat Feb  5 05:27:05 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * value.h (print_longest):  Rename "value" to "val" in prototype
+       declaration because some compilers don't like arguments whose
+       names are the same as types.
+       * remote.c (remote_xfer_memory):  Cast "myaddr" to unsigned char *
+       before passing it to remote_*_bytes.
+
+Fri Feb  4 15:53:18 1994  Steve Chamberlain  (sac@cygnus.com)
+
+       * h8500-tdep.c (saved_pc_after_call): The size of the
+       pc is memory model dependent. (segmented_command,
+       unsegmented_command, _initialize_h8500_tdep): New commands to
+       change memory model.
+       * remote-e7000.c (_initialize_remote_e7000): Change name of snoop
+       command.
+       * remote-hms.c (hms_load): Remove breakpoints when loaded.
+       (hms_wait): Use new status structure
+       (hms_open): Push the target here. (hms_before_main_loop): Not
+       here.  (supply_val, hms_fetch_register, hms_store_register):  Cope
+       with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
+       * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
+       all registers in a compact way.
+
+Fri Feb  4 07:41:13 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
+       as CORE_ADDR to match definition in rs6000-tdep.c.
+
+Fri Feb  4 01:14:20 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * dwarfread.c (process_dies):  Skip nested TAG_compile_unit DIEs.
+       * dwarfread.c (add_partial_symbol):  Do not enter opaque aggregate
+       definitions into the psymtab.
+
+Thu Feb  3 12:38:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * m68k-stub.c: Treat mc68332 like mc68020 most places.  Provide
+       a special exceptionSize for the 68332.
+
+       * remote-udi.c (udi_attach): If no arguments, print error.
+
+Thu Feb  3 17:34:05 1994  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (VERSION):  Bump to 4.12.1
+       * NEWS, README:  Update to match 4.12 release.
+
 Thu Feb  3 12:38:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * command.c (empty_sfunc): New function.
+       (add_set_cmd): Use it instead of not_just_help_class_command.
+       (not_just_help_class_command): Change calling convention back to
+       what it was before yesterday's change.
+
        * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
        of the type if present.
 
@@ -31,7 +666,7 @@ Wed Feb  2 11:16:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
        change 'g' size to 'w' for integers.  print_scalar_formatted handles
        printing huge integers well enough, thank you.
 
-       * command.c (add_set_cmd, no_just_help_class_command): Change
+       * command.c (add_set_cmd, not_just_help_class_command): Change
        to make this the sfunc, not cfunc, since that is how we call it.
        * command.h: Comment difference between sfunc and cfunc.
        * demangle.c (set_demangling_command): Add third arg since that
This page took 0.030886 seconds and 4 git commands to generate.