Add new function warning() which behaves the same as error() but returns
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 866d200d660f71538c0cb99640242bba97d7f4a7..01c9d942d48a9641ec59b9e8e3190c9f7719a539 100644 (file)
+Thu Oct 24 01:32:51 1991  Fred Fish  (fnf at cygnus.com)
+
+       * utils.c: Add warning_setup() and warning().  Warning() behaves
+       the same as error() except that it returns normally rather than
+       jumping back to command level.  Modules that don't want to call
+       warning() for some reason, but want to produce their own warnings,
+       can call warning_setup() to ensure compatibility with the way
+       warning() and error() deal with the terminal.
+
+       * symtab.c: Make internal errors produce more useful messages.
+
+       * tm-68k.h: Move code that is duplicated in almost every single
+       m68k based machine's configuration files to this common file.
+       Duplications in the configuration files still need to be removed
+       (FIXME).
+
+       * infrun.c (child_create_inferior): System V versions must call
+       setpgrp() with no arguments, to comply with prototyping typically
+       in <unistd.h>.
+
+       * munch: Add support for SVR4 style nm output.
+
+       * dbxread.c, mipsread.c symmisc.c, symtab.c:  Remove the object
+       file specific fields from the partial symbol table structure and
+       replace them with a pointer to private data for each different
+       flavor of object file reader to initialize appropriately.
+
+Tue Oct 22 18:04:32 1991  Stu Grossman  (grossman at cygnus.com)
+
+       * infrun.c (wait_for_inferior):  Check return value from
+       find_pc_line.
+
+Mon Oct 21 17:47:03 1991  Stu Grossman  (grossman at cygnus.com)
+
+       * infrun.c (wait_for_inferior):  fix stepi/nexti that was broken
+       by my last edit to this routine.
+
+Mon Oct 21 10:04:39 1991  Steve Chamberlain  (steve at rtl.cygnus.com)
+
+       * configure.in: added ebmon target.
+
+Wed Oct 16 22:49:58 1991  John Gilmore  (gnu at cygnus.com)
+
+       GDB-4.2 release!
+
+       * Makefile.in:  Roll VERSION to 4.2.
+       * README, TODO, WHATS.NEW:  Update.
+
+       * core.c (core_open):  Improve error message for bad file.
+       Pass .reg virtual memory address to fetch_core_registers to help
+       it find the registers in the core-file header.
+       * coredep.c (fetch_core_registers):  Take new argument, use it,
+       and pass it to register_addr to locate the block of registers.
+       * xm-mips.h:  Update KERNEL_U_ADDR for new scheme.  Cleanup a bit.
+
+       * dbxread.c (read_dbx_symtab, process_one_symbol):  Handle
+       Sequent N_FN_SEQ like everybody else's N_FN.
+
+       * main.c:  Circumvent SCO cc bug with #if !!defined(USG).
+       * tm-i386v.h:  #endif guck.
+       * xconfig/i386*:  Remove -Dgetpagesize()=4096 kludge.
+       * xconfig/i386sco:  Add HAVE_STRSTR to avoid ANSI bdeath.
+       * xconfig/tahoe:  Add REGEX, which seems to be missing.
+
+       * coredep.c:  Add <sys/types.h> for SCOnix.
+       * dbxread.c (read_dbx_symntab):  Avoid coredump on malformed file.
+       * printcmd.c (print_formatted):  Flush output before disassembly.
+
+Tue Oct 15 20:12:32 1991  Roland H. Pesch  (pesch at fowanton.cygnus.com)
+
+       * doc/refcard.tex (sec "Working Files"): consistent metavars and
+       other improvements, due to comments by François Pinard
+       (pinard@iro.umontreal.ca) 
+
+       * doc/gdb.texinfo (appendix "Installing GDB"): changes in
+       configure, and improvenets related to Pinard's refcard comments
+
+Tue Oct 15 08:45:12 1991  John Gilmore  (gnu at cygnus.com)
+
+       Changes from Fred Fish:
+       * tm-68k.h (FPI_REGNUM):  Add.
+       * infrun.c (child_create_inferior):  flush stdout and stderr
+       before forking.
+       * configure.in:  Handle amigados, amix hosts and targets.
+       * inflow.c:  Handle TIOCGLTC_BROKEN for Amiga.
+
+       From Andreas Schwab:
+       * values.c (show_convenience):  Use printf_filtered.
+       * main.c (define_command):  Check result of lookup_command for
+       exact match.
+       (echo_command):  Use printf_filtered, and force output out.
+
+       * dbxread.c (read_enum_type):  Avoid Modula-2 kludge that breaks C
+       programs.
+       * i387-tdep.c (double_to_i387):  Fix typo for double_to_ieee_extended.
+       * utils.c (_initialize_utils):  If !ISATTY, don't paginate.
+       * configure.in, tconfig/decstation, xconfig/decstation:  Rename
+       dec3100 to decstation.
+
+Mon Oct 14 13:37:50 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * doc/gdb.texinfo: Catch up to changes recorded here in ChangeLog
+       (nodes Continuing and Stepping; Memory; Targets) clarifications
+       due to Larry Breed
+
+Fri Oct 11 23:27:06 1991  John Gilmore  (gnu at cygnus.com)
+
+       * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h:  Move
+       REGISTER_U_ADDR to corresponding xm- file.  Sugg. by Peter Schauer.
+
+       * symmisc.c (print_partial_symtabs):  Add printpsyms debug cmd.
+
+       * m68k-tdep.c (m68k_push_dummy_frame, m68k_pop_frame):  Add
+       generic routines for calling inferior functions.
+
+       * blockframe.c (inside_main_scope, inside_entry_scope):  New.
+
+       * copying.awk:  Filter formfeeds out of copying & warrantee.
+       Make them available as `show copying' and `show warrantee' also.
+       * main.c (print_gnu_advertisement):  Advt `show' commands.
+
+Thu Oct 10 17:25:47 1991  John Gilmore  (gnu at cygnus.com)
+
+       * mach386-xdep.c:  Even when cross-compiling, leave in the
+       core-file reading code.
+       * core.c (get_core_registers):  Avoid coredump if no .reg section.
+
+Wed Oct  9 17:03:34 1991  John Gilmore  (gnu at cygnus.com)
+
+       * mipsread.c, coffread.c:  initialise TYPE_VPTR_FIELDNO to -1.
+       This avoids coredumps under `set print object on' in value_headof
+       (called erroneously by value_from_vtable_info) for `p &struct'
+       or `p *struct'.  From Peter Schauer.
+
+Mon Oct  7 00:06:52 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Roll version to 4.1.2.
+       * dbxread.c:  Use aout64.h, not a.out.gnu.h.  Get external symbol entry
+       size from BFD (but, FIXME, we don't yet read external nlists's and
+       convert them to internal nlists's before handling them -- we still
+       assume they have the same size and alignment.)  Use SET_NAMESTRING
+       everywhere useful.
+       * exec.c (exec_file_command):  Move dead coff-encapsulation code
+       to BFD.
+       * m88k-tdep.c, m88k-xdep.c:  Remove encap test and #inc <a.out.h>.
+
+Fri Oct  4 22:30:06 1991  John Gilmore  (gnu at cygnus.com)
+
+       * configure.in, tm-i386v.h, xm-i386v.h: Intel 386 Mach host port.
+       * xm-i386mach.h, mach386-xdep.c, xconfig/i386mach:  New files.
+
+Fri Oct  4 17:04:31 1991  Per Bothner  (bothner at cygnus.com)
+
+       More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
+       * mips-xdep.c (store_inferior_registers):  Don't try to
+       write the (pseudo) FP.
+       * mipsread.c (parse_partial_symbols):  Improved algorithm for
+       setting pst->texthigh.
+
+Fri Oct  4 16:47:32 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * doc/Makefile: make TEXINPUTS include . everywhere
+
+Fri Oct  4 00:35:56 1991  John Gilmore  (gnu at cygnus.com)
+
+       * coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h:  Remove
+       vestiges of typevectors, which were for symsegs and are no longer
+       used.  (From a question by Eliot Dresselhaus
+       <dresselh@RFT30.nas.nasa.gov>).
+
+Thu Oct  3 09:33:26 1991  John Gilmore  (gnu at cygnus.com)
+
+       * dbxread.c, coffread.c:  static-ize functions that were
+       gratuitiously external.  (From Fred Fish.)
+
+       * c-exp.y:  sym->class to SYMBOL_CLASS (sym).
+
+       * dbxread.c (dbx_lookup_type):  Keep doubling size of typevector
+       until it is large enough.    
+
+       * dbxread.c (read_type):  Handle error case slightly better.
+       Make complaint message not C++-specific.
+
+Wed Oct  2 17:21:07 1991  Stu Grossman  (grossman at cygnus.com)
+
+       * infrun.c (wait_for_inferior):  Fix step/next so that you only
+       stop at the beginning of a new line.  This fixes various problems
+       with for loops, nested if-else's and switch statements.
+
+Tue Oct  1 06:33:55 1991  John Gilmore  (gnu at cygnus.com)
+
+       * symtab.c (lookup_symtab_1, lookup_symbol):  "fatal" errors
+       between symtabs and psymtabs become ordinary error()s.
+
+       * dbxread.c (read_dbx_symtab):  Relocate end_of_text_addr
+       properly, making "end pc" correct in shared lib psymtabs.
+       (From Guy Harris <guy@auspex.com>.)
+
+Mon Sep 30 13:15:31 1991  John Gilmore  (gnu at cygnus.com)
+
+       * dbxread.c:  Enable, but soften, const_vol_complaint.
+       (read_dbx_symtab):  N_STSYM and N_LCSYM define static vars.
+       Ditto Gould N_NBSTS and N_NBLCS.  Also, all types in the psymtab
+       should be file-scope, not global.
+       (read_struct_type):  Remove ancient multiple-inheritance warning.
+       (read_range_type):  Check base type, complain & patch if undefined.
+       * stack.c (frame_info):  Demangle the function name in `info stack'.
+       (From Peter Schauer)
+
+Sat Sep 28 10:02:33 1991  John Gilmore  (gnu at cygnus.com)
+
+       * eval.c (evaluate_subexp_for_address):  Don't use
+       TYPE_POINTER_TYPE directly (it might be zero if this type has
+       never had a pointer created before); use lookup_pointer_type.
+       * symtab.c (lookup_method_type):  Arguments were swapped in all
+       callers, so fix it here.  I'm amazed this worked at all!
+
+Fri Sep 27 18:09:31 1991  John Gilmore  (gnu at cygnus.com)
+
+       * c-exp.y, m2-exp.y:  Define more yysymbols that happen to be
+       "bss" rather than "data" symbols, but which still conflict.
+       * m2-exp.y:  Lint.
+
+       * coffread.c (coff_symfile_read):  Use xmalloc, not malloc.
+       * core.c (core_files_info):  Shorten output.
+       * exec.c (exec_files_info):  Ditto.
+       (build_section_table):  Ignore zero-length sections.
+       * language.c, printcmd.c:  Lint.
+       * language.h (get_frame_language):  Declare.
+       * saber.suppress:  update.
+       * stack.c (find_relative_frame):  Remove complex code that was
+       #if 0'd, stick with simple code.  Lint.
+        * saber.suppress:  Update a bit.
+       * symfile.c (add_symbol_file_command):  Add "?" to question.
+       * utils.c (parse_escape):  Avoid \a due to bdead compilers.
+       * value.h:  Declare typedef_print.
+
+       * valprint.c (val_print, type_print_base):  TYPE_CODE_RANGE less
+       kludgey.
+
+       * nindy-tdep.c (nindy_frame_chain_valid):  Use lookup_misc_func.
+       (Reported by Mark Peek <mark@imagen.com>.)
+
+       * solib.c (solib_map_sections):  Relocate all sections, even
+       though only the text section's size is tracked.  Mark ld_text
+       for eventual elimination as we generalize to N sections.
+
+       * infrun.c (wait_for_inferior):  Don't check if the PC is in a
+       call_dummy if we were stopped by a random signal that is being
+       passed to the program.  This produced wierd results when calling
+       functions in the inferior and signals (e.g. SIGALRM) were in use.
+
+Tue Sep 24 18:05:30 1991  John Gilmore  (gnu at cygnus.com)
+
+       * infrun.c (IN_SIGTRAMP):  Not parenthesized properly.
+       Bugfix from Paul Eggert <eggert@twinsun.com>.
+       * tm-ultra3.h (IN_SIGTRAMP):  Ditto.
+       * valprint.c (print_floating):  Print 9 digits for IEEE floats.
+       From Paul Eggert.
+
+Mon Sep 23 15:50:07 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Roll VERSION to 4.1.1.
+       * source.c (line_info):  Peter Schauer fixes a bug I introduced in
+       hex conversion.
+
+Fri Sep 20 16:10:52 1991  John Gilmore  (gnu at cygnus.com)
+
+       GDB-4.1 release!
+
+       * Makefile.in (VERSION):  Set to 4.1.   
+       * language.c (set_language_command):  Print useful help message,
+       and restore the language string after giving help.
+       * valprint.c (typedef_print):  Print typedef in C or M2.
+       * symtab.c (list_symbols):  Use it.
+       * main.c (main):  Avoid any output before (gdb) prompt when -q.
+       * language.c (set_language_command):  Handle errors by restoring
+       the language string to its current state (fix from A. Beers).
+       * doc/gdbint.texinfo:  Roll in information from README.  Rearrange
+       "how to install" and "how to print the doc" stuff so it drops
+       easier into README.
+       * configure.in:  Rename rtpc CPU to romp to match config.sub.
+       * README, WHATS.NEW, TODO:  Update for gdb-4.1.
+
+Fri Sep 20 17:39:14 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * doc/gdb.texinfo: Updates from ChangeLog.  set/show write, 
+       autoloading shared libs, copyright etc on GDB startup, clean up $_
+       and $__ index refs, set/show listsize and related updates to list
+       cmd.  New host/target configs.
+
+Fri Sep 20 15:46:00 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * doc/Makefile: generate aux version-no file doc/gdbVN.m4
+       from main Makefile.in version definition
+       doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current
+       GDB version no refs 
+       Makefile.in (setup-to-dist): generate doc/gdbVN.m4 
+
+       * doc/gdb.texinfo: merge new language-switching and lang-specific
+       doc by Andrew Beers
+
+Fri Sep 20 15:00:57 1991  Per Bothner  (bothner at cygnus.com)
+
+       * mcheck.c: Add __ONEFILE kludge to allow compilation by non-ANSI
+       compilers (which may lack stddef.h).
+
+Fri Sep 20 13:29:42 1991  John Gilmore  (gnu at cygnus.com)
+
+       * dbxread.c (read_dbx_symtab, process_one_symbol):  N_FN and
+       N_WARNING are the same except for the N_EXT bit, so just use their
+       values alone, rather than OR-ing them with N_EXT.
+
+Fri Sep 20 12:27:55 1991  Stu Grossman  (grossman at cygnus.com)
+
+       * mipsread.c (parse_lines):  Deal with negative extended line
+       offsets correctly.
+
+       * c-exp.y, m2-exp.y:  #define yyerrflag and yynerrs to avoid
+       global symbol conflicts.
+
+Fri Sep 20 02:28:15 1991  John Gilmore  (gnu at cygnus.com)
+
+       * .gdbinit:  Move 'set complaints' to top, so it runs even in
+       case we aren't debugging GDB.
+       * language.c (_initialize_language):  Fix type check and range
+       check documentation strings.
+       * utils.c (!HAVE_VPRINTF):  Define vfprintf as a function, so
+       language.c can use it.  (Though language.c should really not be
+       handling warnings/errors the way it does, FIXME.)
+       * symtab.c (lookup_primitive_type):  const lint.
+
+       Bugfix from Peter Schauer:
+       * source.c (lines_to_list):  Make signed, to avoid comparison
+       going unsigned and complaining that -3 is too high for 21 lines.
+       * stack.c (lines_to_list):  Ditto.
+
+Thu Sep 19 23:33:41 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in (HFILES):  Add minimon.h.
+       (VERSION):  Roll version number to 4.0.95.
+       (gdb.tar.Z, make-proto-gdb.dir, setup-to-dist, gdb-XXX.tar.Z):
+       New rules for building distributions.  Normal distribution
+       is built by doing `make -f Makefile.in gdb.tar.Z' in the directory
+       one level up from here; it calls make-proto-gdb.dir to build a
+       directory `proto-gdb' which is an image of the release.  The old
+       `gdb.tar.Z' rule still works too.
+       * config.sub, configure:  Roll in latest from ..
+
+Thu Sep 19 17:41:24 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * doc/gdbint.texinfo: Reorder contents; reorganize new-host,
+       new-target, and new-config chapters; fix minor typos; come closer
+       to usual GNU markup conventions for @file @samp @code @var.
+
+Thu Sep 19 17:04:12 1991  Per Bothner  (bothner at cygnus.com)
+
+       Patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
+       * mipsread.c (parse_partial_symbols): Enter the name of all
+       structs/unions... into the psymtab so we can access them if the
+       symtab is not read in.
+       * mips-tdep.c:  Remove some unneeded #includes.
+       * xconfig/dec3100: Add HAVE_STRSTR.
+
+Thu Sep 19 15:14:23 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Circumvent Sun Make bug on *-exp.tab.o.
+       * c-exp.y, m2-exp.y:  Lint.
+       * m2-exp.y:  Avoid using yytname[] which is a Bison-ism.
+       * valprint.c (val_print_fields):  Check for stub type.
+       * mipsread.c (_initialize_mipsread):  Avoid using
+       builtin_type_void at initialize time.
+       (mipscoff_symfile_read):  use it now.   
+
+Wed Sep 18 15:55:51 1991  John Gilmore  (gnu at cygnus.com)
+
+       Merge multiple-language support, and partial Modula-2 support,
+       from Andrew Beers <beers@cs.buffalo.edu>.
+
+       * i387-tdep.c:  New file, consolidates most 80387 support,
+       and eliminates host dependency on double<->extended conversions.
+       * i386-xdep.c, symm-xdep.c:  Remove most 387 support.
+       * xconfig/i386{sco,v,v-g,v32,v32-g}:  Now need i387-tdep.o.
+
+       * symfile.c (allocate_symtab):  New fn, consolidates the work
+       of allocating and initializing a new struct symtab.  Set the
+       language of the symtab based on its filename extension.
+       * symfile.h:  Declare it.
+       * mipsread.c (new_symtab):  Use it.  Minor formatting changes.
+       * dbxread.c (end_symtab):  Use it.
+
+       * mipsread.c (parse_symbol, case stParam and stProc):  Add #if 0'd
+       code for saving types of parameters with each function definition.
+       * dbxread.c (define_symbol, function and parameter cases):  Ditto.
+       (read_dbx_symtab, case N_DEFD):  Ignore.
+       (read_enum_type):  Recognize FALSE/TRUE enum as Modula-2 BOOLEAN.
+       (read_range_type):  Rename MAX_OF_TYPE to MAX_OF_C_TYPE, etc.
+       #if 0 out its uses, though, since they set a dead value.
+       * coffread.c (end_symtab):  Use allocate_symtab.
+       (process_coff_symbol):  #if 0'd for functions and params as above.
+       (read_enum_type):  Recognize Modula-2 BOOLEAN.
+       * symtab.c (add_param_to_type):  #if 0'd function to add a
+       parameter type to a function type's field list.
+
+       * defs.h (local_hex_format, local_hex_string, *_custom):  Add.
+       * i386-xdep.c, pyr-tdep.c, pyr-xdep.c, remote-vx.c, solib.c,
+       source.c, symfile.c, dbxread.c, breakpoint.c, core.c, exec.c,
+       i387-tdep.c, infcmd.c, mips-tdep.c, stack.c, printcmd.c:  Output
+       hex with local_hex_string for Modula-2 support.
+
+       * breakpoint.c (breakpoint_cond_eval):  Use new value_true to test
+       breakpoint condition language-independently.
+
+       * parse.c:  New file with the common code remains of expread.y.
+       * parser-defs.h:  New file with common declarations from expread.y.
+       * c-exp.y:  New file with the C parser from expread.y, and other
+       language-specific information.
+       * m2-exp.y:  New file with the Modula-2 parser and etc.
+       * expread.y, expread.tab.c:  Remove.
+       * breakpoint.c, eval.c, printcmd.c, expression.h:  Use
+       parse_expression and parse_exp_1 rather than parse_c_expression
+       and parse_c_1.
+
+       * symtab.h (enum languages):  Move to defs.h.
+       (enum type_code):  Add TYPE_CODE_CHAR and TYPE_CODE_BOOL.
+       Declare Modula-2 builtin types.
+       Add MAX_OF_TYPE and MIN_OF_TYPE macros.
+
+       * symtab.c (_initialize_symtab):  Remove builtin type
+       definition and initialization to *-exp.y.  
+       (lookup_primitive_typename):  Use language-dependent vector.
+       (lookup_typename):  Fix bug, make it work if primitive typename.
+       (lookup_unsigned_typename):  Call above.
+       (create_array_type):  Set up range type for array index.
+       (list_symbols):  Call typedef_print to print typedefs.
+
+       * values.c (unpack_long, value_from_longest):  Handle
+       TYPE_CODE_BOOL and TYPE_CODE_CHAR.
+
+       * expression.h (enum exp_opcode):  Add Modula-2 specific opcodes.
+       * expprint.c:  Look up expression opcodes in language-specific
+       table, based on expression's language.  Handle some Modula-2
+       specific opcodes.
+
+       * stack.c (frame_info):  Print language of stack frame.
+       (select_frame):  Also select language, if in auto-mode.
+       (get_frame_language):  New subroutine.
+       * main.c (execute_command):  Warn as language changes automatically.
+
+       * printcmd.c (ptype_command):  Parse types using the language
+       parser, both for language-independence, and so that scopes can
+       be specified.
+
+       * language.h, language.c:  New files for language-specific macros,
+       declarations, and definitions.
+
+       Misc fixes:
+
+       * main.c (main):  If error() is called during early
+       initialization, print its message and then exit(1) from GDB.
+
+       * valprint.c (type_print_base):  Avoid printing garbage for ints
+       of unusual sizes.
+       (_initialize_valprint):  Warn about host/target size assumption;
+       improve long long support slightly.     
+       
+       * convex-tdep.c (comm_registers_info):  Avoid parsing decimal and
+       hex -- let parse_and_eval_address do it.
+
+       * doc/gdbint.texinfo (Languages):  Doc how to add a language.
+
+       * Makefile.in:  Cope with new files and removed files.
+
+Tue Sep 17 08:37:41 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       Add Andrew Beers' changes for Modula-2 support.  His ChangeLog
+       entries are enclosed herein.  Not all of these changes
+       have been merged into the master GDB sources -- check the
+       ChangeLog above here for the merge log.
+
+Mon Jun  3 17:05:45 EDT 1991
+
+     m2-exp.y       Created.  Tested outside of GDB for a few days.  Proper
+                    operators were added, C specific operators and tokens
+                    removed.  yylex() revamped to some extent.  Still things
+                    missing from the grammar, such as sets.
+                    Tested for two weeks in GDB v3.5.
+
+Tue Jun 11 17:23:48 EDT 1991
+
+     m2-exp.y       Added boolean constants TRUE and FALSE to the grammar
+                    so they are built-in.  Sort of a hack.
+
+Fri Jun 14 12:53:51 EDT 1991
+
+     m2-exp.y       Added range checking for numeric constants.  Any numeric
+                    constant is assumed to be of builtin type INTEGER unless:
+                    (1) it is octal or hexadecimal, in which case it is a
+                    CARDINAL; (2) it is too big to fit into an INTEGER, in
+                    which case it is a CARDINAL.
+     eval.c         Added simple range checking for +, -, and * on integers.
+                    Doesn't work very well for *, since 6 * 1,000,000,000 =
+                    1,705,032,704, which fails the simple test of result >=
+                    first_operand, no matter in what order the operands are.
+
+Tue Jun 18 14:11:30 EDT 1991
+
+     Broke the parser into parts, one containing the C grammar and the other
+     containing code to be shared by all of the grammars.
+
+     The following files no longer exist:
+
+          expread.y
+          expread.tab.c
+
+     The following files were added:
+
+          c-exp.y        (The C grammar)
+          m2-exp.y       (The Modula-2 grammar)
+          parser-code.c  (Code that is shared by the above grammar)
+          parser-code.h
+          parser-defs.h
+
+     Makefile.dist  Changed to reflect the above dependencies.  NOTE:  It is
+                    now necessary to use the Bison compiler compiler, since it
+                    will generate function/variable prefixes other than yy.
+
+Tue Jun 18 16:47:49 EDT 1991
+
+     symtab.[ch]    Added the external variable working_lang, than holds the
+                    value of the current working language.
+                    Added the ennumerated type language_mode, with the values
+                    language_auto and language_manual, the former meaning that
+                    GDB sets working_lang as needed, and the latter meaning
+                    that the value of working_lang is totally under user
+                    control.
+     symtab.[ch]    Added the Modula-2 pervasive types INTEGER, CARDINAL,
+                    REAL, BOOLEAN and CHAR.  Also added the type codes
+                    TYPE_CODE_BOOL and TYPE_CODE_CHAR.
+     utils.c        Added set_language_command and show_language_command to
+                    implement the GDB support commands "set language" and
+                    "show language".
+     expression.h   A number of identifiers were added to the type exp_opcode
+                    to facilitate Modula-2 builtin functions, integer
+                    division, and array indexing.
+
+Wed Jun 19 13:25:58 EDT 1991
+
+     language.h     Added the macro STRICT_TYPE, which evaluates to non-zero
+                    if the language specified by working_lang requires the use
+                    of strict typing of expressions.  Eventually, even this
+                    will be able to be changed by the user.
+                    Added the macro RANGE_CHECK, which evaluates to non-zero
+                    if the language specified by working_lang requires the
+                    checking of a value against the domain of its type.
+                    Eventually, even this will be able to be changed by the
+                    user.
+     language.[ch]  Predicates involving types (simple_type, ordered_type,
+                    same_type, integral_type, numeric_type, character_type,
+                    boolean_type, float_type) are added.  These predicates are
+                    based on the current value of working_lang, and are handy
+                    in type-checking.
+
+Wed Jun 19 15:39:34 EDT 1991
+
+     eval.c         Added the function type_array_rank which computes the rank
+                    of an array type.
+     valarith.c     Added the funtion value_bool, which when given a integer
+     value.h        value (ie. struct value *) as an argument, it returns a
+                    boolean value (ie.  struct value *) true if that integer
+                    is non-zero, and a boolean value false otherwise.
+     valprint.c     Added cases for TYPE_CODE_BOOL, so Modula-2 BOOLEAN values
+                    will print out properly.
+
+Wed Jun 19 16:36:34 EDT 1991
+
+     valops.c       Added the function value_capitalize, which returns it
+     value.h        argument capitalized if its argument is a lowercase
+                    letter, or the argument unchanged if its argument is not a
+                    letter.
+     valarith.c     Added the function range_check_p, which returns non-zero
+     value.h        if its value argument is between the integral bounds upper
+                    and lower.
+                    Added the function range_check_enum_p, which makes sure
+                    that its value argument is a valid member of the domain of
+                    its type argument.
+                    Added the function range_check_range_p, which makes sure
+                    its value argument lies between the upper and lower bounds
+                    of its type argument, which must be a ranged type.
+                    Added the function check_array_index, which range and type
+                    checks an index of an array.
+                    Added the function value_multi_subscript, which computes
+                    array[idx1,idx2...idxN], given a value array and an array
+                    of values representing indicies.
+     values.c       Changed value_from_long to work with TYPE_CODE_CHAR and
+                    unpack_long to work with TYPE_CODE_BOOL and
+                    TYPE_CODE_CHAR.
+
+Wed Jun 19 18:04:08 EDT 1991
+
+     symtab.c       Stored pervasive types in a structure and make
+                    lookup_pervasive_type() a lookup function that was based
+                    on working_lang.  If lookup_pervasive_type() returned
+                    non-zero, then that value was returned (a fix, since
+                    before it simply wouldn't return the pervasive type.)
+     language.h     Added the macro CAST_IS_CONVERSION, which evaluates to
+                    non-zero if the language specified by working_lang means
+                    "conversion" when it says "cast".
+     valops.c       Added the function value_real_cast(), which performs a
+     value.h        *cast*, not a *conversion*, which is what value_cast()
+                    does when it can.  In particular,
+                    value_cast(<float_type>,4) = 4.0, while
+                    value_real_cast(<float_type>,4) = some mess.
+     eval.c         Modula-2 builtin functions implemented:  ABS, CAP, CHR,
+     parser-code.c  FLOAT, HIGH, MAX, MIN, ODD, ORD, TRUNC, and VAL.  
+     expression.h   Added macros MAX_OF_TYPE and MIN_OF_TYPE to work with MAX
+                    and MIN on integral types.  *NOTE*: These are currently
+                    hardcoded to work only if there are 8 bits per storage
+                    unit.  FIXME.
+     eval.c         Made logical functions call value_bool to return a
+                    properly typed boolean value, based on working_lang.
+
+Thu Jun 20 11:55:27 EDT 1991
+
+     valprint.c     Types now print out in a Modula-2 fashion.  This works for
+                    the cases when the type is printed out step-by-step, that
+                    is, it doesn't work when the name of a structured type
+                    (which includes the keyword "struct", etc.)  is simply
+                    displayed.
+                    FIXME:  Perhaps this is bad.  Parts of it seem to kludgey,
+                    since type specifications in C and Modula-2 are very
+                    different.  The C printing of a type is very recursive,
+                    whereas in Modula-2 it is generally very simple.  C has
+                    type prefixes and suffixes, which have no real analogue in
+                    Modula-2.  Maybe type_print() should call a language
+                    specific type printer.  This is also advantageous if we
+                    compile GDB to exclude some of the languages.  We'll just
+                    leave those functions out.
+
+Thu Jun 20 16:57:10 EDT 1991
+
+     dbxread.c      When reading the complete symbol table in (via
+                    psymtab_to_symtab()), the number and types of function
+                    arguments are added to a function type.  define_symbol()
+                    calls add_param_to_type() to accomplish this.
+                    Assumption:  when we come across a function definition
+                    (N_FUN symbol with an 'f' or 'F' in the name), its
+                    arguments will appear before another function definition.
+                    When a function is found, a pointer to its type is placed
+                    in the global in_function_type.  Changes that
+                    add_param_to_type() makes are to this global.
+     valprint.c     The type of a function now includes (for Modula-2) the
+                    types of its parameters.
+     eval.c         Type checking and a check for the proper number of
+                    arguments is now done for function calls.  Not sure of the
+                    impact this has on C++ member function yet.
+
+Thu Jun 20 19:58:48 EDT 1991
+
+     valprint.c     Rewrote the type printer.  Broke it into two language
+                    specific parts, adding the functions type_print_m2() and
+                    type_print_m2_1().
+                    An unfortunate consequence is this:  if you debugging a C
+                    program in Modula-2 mode (why?), info types does not work
+                    well with regular expressions, since the types are printed
+                    out in Modula-2 terminology, but stored in C terminology.
+     language.[ch]  Added the functions new_type_last(), type_keyword(), and
+                    type_sep() to aid in the printing of typedefs.
+     symtab.c       Made the printing of typedefs as language independent as
+                    possible through calls to new_type_last(), type_keyword(),
+                    and type_sep().
+
+Fri Jun 21 11:50:26 EDT 1991
+
+     dbxread.c      Check all incoming ennumerated types.  If it looks like
+                    Modula-2's BOOLEAN type, then change the type_code of the
+                    type to TYPE_CODE_BOOL so we can process it as a boolean
+                    variable.
+     valprint.c     Replaced some of the 0x%x with calls to sprintf and
+                    hexformat() in val_print().
+     language.[ch]  Added the function hex_to_string(), which converts its
+                    integral argument to a hexadecimal number (format is
+                    language based) and returns the result as a string.
+
+Mon Jun 24 12:25:07 EDT 1991
+
+     valprint.c     Some functions call type_print_1() directly, instead of
+     value.h        using type_print(), so they can specify where (column) to
+                    print things.  Since type_print() takes care of language
+                    dependence, that needs to be called first.  Added a
+                    parameter depth to type_print() (so it is now like
+                    type_print_1).  Changed type_print to type_print_at, and
+                    made type_print a macro that passes a depth argument of
+                    zero.
+     symmisc.c      Changed all calls to type_print_1 to calls to
+                    type_print_at.
+     Makefile.dist  Made it possible to build GDB for a specific set of
+     depend         languages.  Do this by passing a definition for the macro
+                    LANGS to make.  LANGS should be a string containing a
+                    space-separated list of language names (ie. LANGS="c m2").
+                    The default is to build all languages.  Note that grammar
+                    files must follow the naming convention of <lang>-exp.y.
+     gdb.lang       This holds the current value of the LANGS macro.  It is
+                    examined every time make is called, and is updated if
+                    necessary.
+     eval.c         Added #ifdef _LANG_<lang> to these files.
+     expread.c      Still need to add them to dbxread.c and coffread.c.
+     main.c
+     source.c
+     symtab.c
+     utils.c
+     valarith.c
+     valprint.c
+
+Mon Jun 24 16:33:11 EDT 1991
+
+     language.[ch]  Added the functions hexformat_pre() and
+                    hex_to_string_pre(), which take a prefix argument to
+                    include in the format string.  Thus, hexformat_pre("08") will
+                    return "0x08x" (if the working language is language_c). 
+                    Made hexformat() and hex_to_string() calls to the above
+                    with "" as the prefix argument.
+
+     am29k-pinsn.c, arm-pinsn.c, breakpoint.c, convex-tdep.c, exec.c, core.c,
+     dbxread.c, i386-pinsn.c, i386-stub.c, i386-xdep.c, i960-pinsn.c,
+     infcmd.c, inflow.c, m68k-pinsn.c, m68k-stub.c, m88k-pinsn.c,
+     mips-pinsn.c, mips-tdep.c, ns32k-pinsn.c, printcmd.c, pyr-pinsn.c,
+     pyr-tdep.c, pyr-xdep.c, remote-vx.c, remote.c, solib.c, source.c,
+     stack.c, sun386-xdep.c, symfile.c, symm-xdep.c, symmisc.c, tahoe-pinsn.c,
+     valprint.c, vax-pinsn.c
+
+          Changed all occurences of 0x%[0-9]*l*x in printf format strings to
+          calls to hexformat() and hex_to_string().  Format strings without
+          the leading "0x" were ignored.
+
+     depend         Updated to take the above into account.
+
+
+Tue Jun 25 15:27:18 EDT 1991
+
+     symtab.h       Added the types range_mode_t, range_check_t, type_mode_t,
+                    and type_check_t to keep track of the current state of
+                    range and type checking.
+     main.c         Added the variables range_mode, range_check, type_mode,
+                    and type_check to record the current state of range and
+                    type checking.  Added initialization code to main().
+     language.h     Changed the macros STRICT_TYPE and RANGE_CHECK to examine
+                    the above variables.
+
+
+Tue Jun 25 17:57:08 EDT 1991
+
+     dbxread.c      process_one_symbol() updates the variable (enum language)
+                    source_lang based on the extension of the filename
+                    contained in the N_SO sybmol that started this symtab.
+                    When end_symtab() is called, the value of source_lang is
+                    put into the language field.
+     stack.c        select_frame() sets working_lang (and possibly type_check
+                    and range_check) to the language field of the symtab
+                    associated with the frame that is selected if working_mode
+                    is language_auto.  If working_mode is language_manual, a
+                    warning is printed and working_lang is not set.
+     language.c     Added the function set_type_range(), which sets the value of
+                    type_check and range_check (if their modes call for
+                    automatic setting) based on the current value of
+                    working_lang.  A non-zero argument will cause the current
+                    settings to be output.
+
+
+Wed Jun 26 14:51:40 EDT 1991
+
+     eval.c         Added range checks on assignment.
+     m2-exp.y       Added the grammar for sets to the language.  Currently,
+                    these do not do anything except print an error message.
+
+Wed Jun 26 17:01:04 EDT 1991
+
+     m2-exp.y       Added the ability for parse_number() to parse negative
+                    numbers.  A global flag is set upon encountering a unary
+                    minus.  This was done to make, for example, 1 parse as a
+                    CARDINAL, and not as an integer, per Wirth's examples in
+                    Programming in Modula-2 ed.4.
+     valprint.c     Added support for "set radix 2" by then setting
+                    output_format to 't'.
+     eval.c         Implemented range checking on subrange types.  Added calls
+                    to range_check_range_p for BINOP_ASSIGN and BINOP_VAL.
+                    Implemented MIN and MAX for ennumerated types.  The
+                    minimum value of an ennumerated type is defined by Wirth
+                    as the first identifier, and the maximum as the last.
+     m2-exp.y       Made octal numbers ending with "B" be characters and those
+                    ending with "C" be numbers, per Wirth's book. (p. 34)
+          
+Thu Jun 27 14:11:52 EDT 1991
+
+     stack.c        select_frame() now only sets working_lang, it does not
+                    notify the user.  If working_mode is language_manual, then
+                    a warning is issued once.
+     main.c         At the end of each call to execute_command(), working_lang
+                    is checked against the local static (enum language)
+                    current.  If they differ and working_mode is
+                    language_auto, the new settings of language, type and
+                    range checking are printed out.
+     stack.c        Modified frame_info() to include the language of the
+                    current frame in the output of "info frame".
+     language.[ch]  Added the function language_str() which returns the name
+                    of the current language.
+
+Fri Jun 28 15:33:14 EDT 1991
+
+     m2-exp.y       Added the built-in procedures INC, INCL, DEC, and DECL to
+                    the language.  INCL and DECL currently cause an error,
+                    since sets are not implemented yet.  INC and DEC are
+                    implemented as PREINCREMENT/PREDECREMENT with one
+                    argument, and as ASSIGN_MODIFY with two arguments.
+     eval.c         Added type checking to the above cases.
+     value.h        Added not_lval_constant to the lval_type ennumerated type.
+                    not_lval_constant means that the value is a constant
+                    value; that is 3 or 'a' or TRUE, not as in a constant
+                    identifier.  This is used to help coerce numbers such as 3
+                    to either signed or unsigned numbers.
+     valops.c       Added the function value_coerce_constants() which coerces
+                    constant integers as following:  if one is a constant and
+                    the other is not, the constant's type is set to the type
+                    of the other argument.  If both are constants and one is
+                    signed, the other is converted to a signed constant.
+
+Sat Jun 29 17:26:29 EDT 1991
+
+     valarith.c     Added a better range checker.  It now checks range
+                    (successfully) on integral operations [+-] (signed and
+                    unsigned) for any C sized type.  Still does not work well
+                    for multiplication.)
+                    int_in_size() returns an integer that is coerced to fit into
+                    specified number of bytes.
+
+Mon Jul  1 13:04:14 EDT 1991
+
+     language.[ch]  Added the function binop_result_type(), which returns the
+                    builtin (struct type *) type that would be the result of a
+                    binop on the two values V1 and V2.
+
+Wed Jul  3 19:22:53 EDT 1991
+
+     source.c       Extended source_info() to include the source language in
+                    the output from "info source".
+     
+Fri Jul  5 13:48:52 EDT 1991
+
+     utils.c        Moved the support functions for the GDB set/show commands
+                    dealing with language into language.c.
+     language.c     Added the function language_info(), which displays info
+                    about the current working language, type and range check
+                    settings.  Called via the GDB command "info language".
+                    Added an initialization routine _initialize_language(),
+                    that sets defaults for the language, type and range
+                    variables and sets up the new GDB commands.
+     main.c         Language setup moved to language.c.
+     depend         Rebuilt.
+
+Mon Jul  8 10:10:22 EDT 1991
+
+     valarith.c     Debugged the range checker for arithmetic.  Still does not
+                    work for multiplication very well.
+
+Mon Jul  8 12:40:37 EDT 1991
+
+     language.[ch]  Added the function value_true() which returns non-zero if
+                    its argument represents a boolean true value.
+     breakpoint.c   Changed breakpoint_cond_eval() to call value_true() to
+                    check the truth of an expression.
+
+Thu Jul 11 12:51:34 EDT 1991
+
+     language.[ch]  Added the predicate structured_type(), which returns
+                    non-zero if the argument is a structured type.
+                    Added the predicate pointer_type(), which returns non-zero
+                    if the argument is a pointer type.
+     eval.c         Added the ability to do addition and substraction on
+                    pointers and integers.   This case simply bypasses the
+                    type checker.
+
+Thu Jul 11 14:41:42 EDT 1991
+
+     include/stab.def
+                    Added the symbol N_DEFD (0x4a) which is a definition
+                    module dependency that is used by the GNU Modula-2
+                    compiler and the linker.  It is not important to GDB,
+                    except that [dbx|coff|mips]read.c should ignore these
+                    symbols.
+
+Fri Jul 12 16:07:00 EDT 1991
+
+     valprint.c     Changed the TYPE_LENGTH(type) >= 0 to TYPE_LENGTH(type) >
+                    0 in val_print().  Also added statements to the else part
+                    to coerce type (argument to val_print) to a pointer type
+                    if it is an "array of unspecified length".
+     valops.c       Added the function value_m2_string(), which returns a
+                    (value) value which is a constant string, whose type is
+                    (ARRAY [0..n] OF CHAR).  The length field of the type
+                    structure is set to zero, so it will be interpreted as an
+                    "array of unspecified length".
+     stack.c        Moved the language/frame mismatch check to
+                    main.c:execute_command().
+     main.c         The working language is recorded each time
+                    execute_command() is executed.  If working lang has
+                    changed during its execution, then the new
+                    language/type/range info is printed out for the user.  If
+                    the working language does not match the language of the
+                    frame, a warning is issued.
+
+Sat Jul 13 16:16:39 EDT 1991
+
+     eval.c         Moved all the type-checking stuff for operators to
+     language.[ch]  language.c.  This is so we can keep language-specific
+                    stuff (like for what type operators are defined) in
+                    language.c.
+     language.[ch]  Added the function binop_type_check(), which checks to see
+                    if its two (value) arguments are type-compatible with its
+                    opcode argument.  The opcode should represent an operation
+                    involving an operator.  Also added the macro function
+                    unop_type_check, which calls binop_type_check with a
+                    NULL second argument.
+     expprint.c     Added Modula-2 operators to the op_print_tab, so info
+     expression.h   break works correctly.  Also added "op_string", which
+                    returns the string corresponding to the (enum exp_opcode)
+                    opcode that is its argument.
+
+
+Sat Jul 13 18:26:18 EDT 1991
+
+     coffread.c     Added code to record the type of function arguments with
+                    each paricular function.  Code is very similar to that
+                    added to dbxread.c.  
+     dbxread.c      Moved add_param_to_type() to symtab.c
+     symtab.[ch]    Added function add_param_to_type() from dbxread.c
+
+     *** NOTE:  The above additions have not been tested.
+
+Mon Jul 15 12:50:47 EDT 1991
+
+     langauge.[ch]  Added the functions type_error and range_error, which work
+                    like error() except if the type/range mode is set to
+                    *_mode_warn, then they do not do a return_to_top_level(),
+                    but merely print a warning.
+                    Also changed [set|show]_[type|range]_command() to support
+                    the new "warn" feature.
+
+Thu Jul 18 17:50:54 EDT 1991
+
+     mipsread.c     Added code to record the type of function arguments with
+                    each particular function.  Code is very similar to that
+                    added to dbxread.c.  
+
+     *** NOTE:  The above additions have not been tested.
+
+Fri Jul 19 11:19:10 EDT 1991
+
+     defs.h         Added macros MAX_OF_SIZE, MIN_OF_SIZE, UMAX_OF_SIZE, and
+                    UMIN_OF_SIZE, which when given a size of a numeric type,
+                    return the maximum and minimum value it can hold.  UMAX...
+                    and UMIN... return the result for unsigned types.
+     symtab.h       Added the macros MAX_OF_TYPE and MIN_OF_TYPE to operate on
+                    struct types.  They call above macros.
+     dbxread.c      Renamed the MAX and MIN_OF_TYPE macros to ..._OF_CTYPE to
+                    avoid a name conlict with the above.
+     c-exp.y        Added range checking on numeric constants in
+                    parse_number() for completeness.
+     valarith.c     Made binop_user_defined_p() and unop_user_defined_p()
+                    return 0 if working_lang is not language_c.
+
+Thu Aug  8 14:17:22 EDT 1991
+
+       main.c
+       printcmd.c
+       breakpoint.c    Documentation strings of some commands changed to
+                               eliminate the references to the C language where
+                               appropriate.
+
+Tue Aug 13 15:48:03 EDT 1991
+
+       m2-exp.y                Added qualified identifiers to the grammar.  The semantics
+                               are slightly different from those of the GDB operator ::
+       c-exp.y
+       m2-exp.y                Added a rule to each grammar of the form:  start ::= exp |
+                               type_exp, where type_exp is any valid type expression.
+       expression.h    
+       eval.c          Added the opcode OP_TYPE, and an error case in eval.c.
+       printcmd.c      Modified ptype_command() so it actually parses the input
+                               (necessary for type expressions with scope qualifiers).
+                               Added the function ptype_eval() which expects an
+                               expression composed of one OP_TYPE element.
+       *.[ch]          Replaced all occurences of parse_c_expression with
+                               parse_expression
+       *.[ch]          Replaced all occurences of parse_c_1 with parse_exp_1
+
+[End of ChangeLog entries from Andrew Beers for Modula-2 support.]
+
+Mon Sep 16 17:19:46 1991  John Gilmore  (gnu at cygnus.com)
+
+       Small fixes from Peter Schauer:
+
+       * infrun.c (child_attach):  Lint.
+       * solib.c (find_solib):  Handle shared libs version 2.
+
+       Small fixes from David Wood:
+
+       * xm-ultra3.h (SYS_SIGLIST_MISSING):  Typo.
+
+       Small fixes:
+
+       * remote-vx.c:  Move <stdio.h> to top, for FILE.  Fix from
+       John S <basrai%kanga.dnet@c3po.sm-alc.af.mil>.
+
+       * utils.c (wrap_here):  Avoid wrap action of fputs_filtered if
+       chars_per_line is at maximum (user typed `set width 0').  Fix
+       from Andreas Schwab <schwab@ls5.informatik.uni-dortmund.de>.
+
+Tue Sep 17 17:31:04 1991  Stu Grossman  (grossman at cygnus.com)
+
+       * coredep.c:  include ptrace.h where necessary.
+       * mipsread.c(parse_lines):  fix unsigned char problem that was
+       messing up line numbers on SGI's and possibly other MIPS based
+       platforms.
+       * infrun.c (child_create_inferior):  use better test to check
+       return val from setpgrp().
+       * tm-irix3.h, xm-irix3.h, tconfig/irix3, xconfig/irix3:  add these
+       for sgi/irix support.
+
+Wed Sep 18 04:33:31 1991  Per Bothner  (bothner at cygnus.com)
+
+       * mipsread.c (parse_symbol):  Put non-static procedures
+       in the global block.
+
+Fri Sep 13 00:14:52 1991  John Gilmore  (gnu at cygnus.com)
+
+       Patch together `text_start' and `text_end' for 29K port.
+
+       * exec.c (exec_command):  If NEED_TEXT_START_END, define the
+       variables and set them based on the exec file.
+       * am29k-tdep.c:  declare text_start.
+       * valops.c (call_function_by_hand):  declare text_end.
+
+       * inferior.h:  Eliminate CANNOT_EXECUTE_STACK in favor of
+       defining CALL_DUMMY_LOCATION as BEFORE_TEXT_END.  This is
+       because machines that do this will also have to know to
+       set NEED_TEXT_START_END.  Besides, it was a redundant way to
+       say the same thing.
+       * tm-29k.h, tm-convex.h, tm-np1.h:  Eliminate
+       CANNOT_EXECUTE_STACK, define CALL_DUMMY_LOCATION and
+       NEED_TEXT_START_END.
+
+Thu Sep 12 00:22:24 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       AMD 29000 changes from David Wood <wood@david.ultra.nyu.edu>:
+
+       * Makefile.in (CLIBS):  Put XM_CLIBS and TM_CLIBS at end.
+       Pass MUNCH_DEFINE to munch whenever we run it.
+       * am29k-pinsn.c (print_insn):  Handle NOP specially.  Avoid %#x
+       format string; use 0x%x instead.
+       * am29k-tdep.c:  Use DUMMY_SAVE_GREGS and RETURN_REGNUM.
+       * ultra-xdep.c, xm-ultra.h:  New files for Ultracomputer host system.
+       * xm-rtbsd.h:  New host support for RT/PC running BSD Unix.
+       * inflow.c:  Handle `short' process group IDs.
+       * infptrace.c (fetch_register):  Support CANNOT_FETCH_REGISTER,
+       and check for ptrace errors.
+       * coffread.c (SDB_REG_TO_REGNUM):  Define if not already.
+       (coff_symfile_init):  Initialize text_bfd_scnum.
+       (read_coff_symtab):  Use it to find the text [and absolute?] sections.
+       * ../config.sub:  Add vendor nyu and os "sym[1-9]*".
+       * configure.in: Add hosts rtpc-*-* and a29k-*-*.
+       Merge target arm case with other "easy" cases.  Add target
+       cases a29k-*-none (rehack of am29k), a29k-*-kern (remote to
+       Ultracomputer kernel), and a29k-*-sym1 (ultracomputer OS's user
+       process).
+       * minimon.h, remote-adapt.c, remote-mm.c:  Add.
+       * munch:  Cope with RT/PC putting fns in data segment.
+       Restore ability to override `nm' by specifying MUNCH_NM.
+       * xconfig/rtbsd, xconfig/ultra3:  New host systems.
+       * tconfig/a29k:  Rename from tconfig/am29k.  Add remote-mm
+       and remote-adapt.  Remove encapsulated coff #define's (the
+       support should go in BFD, and gdb shouldn't know or care).
+       * tconfig/a29k-kern:  Same, but for remote kernel debugging.
+       * tconfig/ultra3:  For debugging user processes on Ultra3/Sym1.
+       * tm-29k.h:  Update BADMAG (though it should go away).
+       Allow the register definitions to be overridden in another
+       tm-file.  Fix SR_REGNUM.  Add a mess of _REGNUM's.  Separate
+       RETURN_REGNUM from GR96_REGNUM and DUMMY_SAVE_GREGS from
+       DUMMY_SAVE_GR96, for handling kernel calling conventions
+       that use GR64+ rather than GR96+.
+       * tm-ultra3.h:  New file, for use on Ultra3 Unix as well as for
+       remote debugging of Ultra3 kernel.  Includes tm-29k.h and
+       overrides various things.
+
+       * remote-mm.c (mm_attach, mm_wait):  Handle attach like
+       child_attach does, making a clean stop in the newly attached
+       program.
+       * remote-eb.c:  Lint.
+
+       * coffread.c:  Make coffread independent of any particular
+       variant of COFF.  Avoid #include-ing any particular one except
+       internalcoff.h.  BFD now passes key values for symbol reading
+       as part of its coff_data structure (LINESZ, SYMESZ, AUXESZ,
+       and the symbol masks and shifts); use them.
+       Remove obsolete end_of_text_addr.
+
+       * exec.c:  Remove unused include files.
+
+Wed Sep 11 19:38:44 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * Makefile.in (documentation targets):  Pass $(M4).
+       Bugfix from eggert@twinsun.com (Paul Eggert).
+
+       * stack.c (down_silently_command):  Check for stack existence.
+
+Tue Sep 10 23:08:29 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * Makefile.in (VERSION):  Update to 4.0.3.
+
+Tue Sep 10 09:19:29 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * core.c (core_file_command):  Print frame at coredump with
+       its level number, by calling print_stack_frame.
+       * frame.h:  Add selected_frame_level, print_stack_frame.
+       * frame.h, stack.c:  Remove print_sel_frame, print_selected_frame.
+       * convex-tdep.c, convex-xdep.c, infcmd.c, inflow.c, infrun.c:
+       Change print_sel_frame and print_selected_frame callers to
+       print_stack_frame.
+
+       * dbxread.c (read_ofile_symtab):  Avoid empty else clause.
+       * symfile.c (free_named_symtabs):  Ditto.
+       * main.c (main):  wrap_here needs an arg.
+       * solib.c (find_solib):  Avoid memory access if _DYNAMIC is zero.
+       (solib_add):  Avoid noise.  
+       (solib_create_inferior_hook):  Lint.
+       (sharedlibrary_command):  Move dont_repeat to here.
+       * utils.c (error):  Call wrap_here to force buffered output.
+
+       Small patches from Peter Schauer:
+
+       * coffread.c (start_symtab):  Free any existing line_vector before
+       malloc-ing new one.
+       (read_coff_symtab):  Ditto for type_vector.
+
+       * source.c (lines_to_list):  New variable, replacing function.
+       (all uses):  Use as variable.
+       (_initialize_source):  Add 'set listsize' and 'show listsize'.
+       * utils.c (lines_to_list):  Remove function.
+       * stack.c (print_frame_info):  Use as variable.
+       * defs.h (lines_to_list):  Remove declaration.
+
+Mon Sep  9 13:45:57 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * breakpoint.c (insert_breakpoints):  Restore warning about
+       the program might be running in another process, but only for
+       systems with this brain death (#ifdef ONE_PROCESS_WRITETEXT).
+       * xm-hp300bsd.h, xm-mips.h, xm-vax.h:  Define it.
+
+       * utils.c (error):  if error_pre_print is set, print the string
+       first.
+       * main.c (main, print_gnu_advertisement, print_gdb_version):
+       Reformat legalese so it always prints, but acts as an "I'm here"
+       message while symbols are being read.  If any errors occur,
+       print a few newlines to set off the message and start it at the
+       left margin.  Remove mention of "help" command, and don't yak
+       about symbol reading.
+       (catch_errors):  Error string is now printed first in case of
+       error, not last.
+       * command.c (undef_cmd_error, lookup_cmd):  On undefined command,
+       suggest the "help" command.
+
+       * Makefile.in (VERSION):  Set to 4.0.2.
+
+Thu Sep  5 23:49:48 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * .gdbinit:  Remove useless "rr" command.  Set complaints
+       to 1 for people debugging gdb.
+
+       * breakpoint.c, remote-vx.c:  Reword strings printed by
+       catch_errors callers.
+
+Wed Sep  4 11:07:50 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * WHATS.NEW:  "history write -> history save".  Doc "write on/off".
+       (Fix from kenc@viewlogic.com.)
+
+       Fix some infrastructure to be able to cope with host and target
+       machines with different sized basic types (ints, ptrs, etc).
+       (Idea from pierre@la.tce.com (Pierre Willard).)
+
+       * values.c (value_from_longest):  Rename from value_from_long.
+       Handle pointer types as well as integers, so that targets with
+       different pointer sizes from the host can be accomodated.
+       * breakpoint.c, convex-tdep.c, eval.c, expprint.c, printcmd.c,
+       valarith.c, valops.c, valprint.c, value.h, values.c:  Rename
+       uses of value_from_long to value_from_longest.
+       * eval.c, findvar.c, printcmd.c, valarith.c, valops.c:  Pass
+       the correct pointer type to value_from_long{est}.
+
+       * doc/gdb.texinfo ($_, $__):  Describe types of these variables.
+
+       * remote-vx.c:  Remove obsolete code for calling functions via
+       vxworks kludge interface (it referenced value_from_long).
+
+       * valops.c (value_string):  Find malloc with lookup_misc_func, not
+       raw search.
+
+Tue Sep  3 18:37:46 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       Make writing to files work properly.  (Fixes to BFD are also needed.)
+
+       * core.c (core_open):  Open file ourselves, read or r/w, depending on
+       write_files.  Use bfd_fdopenr.  
+       * gdbcore.h (write_files):  New variable.
+       * exec.c (write_files):  Define variable, add set&show for it.
+       (exec_file_command):  Use write_files to open for read or r/write.
+
+       Make shared library reading happen automatically.  These changes
+       are mostly from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>.
+
+       * inferior.h (stop_soon_quietly):  Add to exported variables.
+       * infrun.c (child_create_inferior):  call solib hook, if defined.
+       (child_attach):  call solib hook, if defined.
+       * solib.c:  Include inferior.h.  Add from_tty to so_list as kludge.
+       (find_solib):  Use lookup_misc_func rather than hand-rolled.
+       (symbol_add_stub):  New stub for catch_errors.
+       (solib_add):  Avoid output if !from_tty.  Catch errors rather
+       than just calling symbol_file_add and bombing.
+       (solib_create_inferior_hook):  Interface with the target process
+       to let it read and alloc shared libs, then figure out what it did.
+
+       * core.c (validate_files):  Fix typo, soften warning.  
+       (Fix from Hiroto Kagotani <kagotani@cs.titech.ac.jp>.)
+
+       * utils.c (fputs_demangled):  Avoid duplicate printing if
+       demangling is off.  (Fix from J.T. Conklin <jtc@cayenne.com>.)
+
+       * infrun.c (proceed):  Cast -1 to (CORE_ADDR) before comparing.
+       (Fix from pierre@la.tce.com (Pierre Willard).)
+
+       * main.c (catch_errors):  Change argument to a char * from an int,
+       since a char * can point to a struct full of glop, but an int
+       is not guaranteed to be able to hold a pointer.
+       * breakpoint.c (breakpoint_cond_eval, bpstat_stop_status,
+       breakpoint_re_set_one, breakpoint_re_set):  Adapt.
+       * core.c (core_open, solib_add_stub):  Adapt.
+       * remote-vx.c (symbol_stub, add_symbol_stub, callers):  Adapt.
+
+Wed Aug 28 18:18:05 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * Makefile.in:  Update VERSION to 4.0.1.  Evade GNU Make bug
+       by adding .NOEXPORT target.
+
+Fri Aug 23 17:14:25 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * GDB-4.0 release!
+       * Update README.
+       * Makefile.in (VERSION):  Roll to 4.0.
+       (gdb.tar.Z):  Make refcard.ps as well, for shipment.
+
+Fri Aug 23 14:07:09 1991  Roland H. Pesch  (pesch at cygint.cygnus.com)
+
+       * doc/gdb.texinfo: minor rewordings, crossref to ptype from print,
+       more on printsyms. 
+
+       * doc/Makefile, Makefile.in: generate "gdb-all.texi" rather than
+       "gdb-all.texinfo" 
+
+       * doc/rdl-apps.texi: renamed from rdl-apps.texinfo
+
+       * Makefile.in, doc/Makefile, doc/.Sanitize, doc/gdb.texinfo:
+       reflect above name change
+
+       * WHATS.NEW: correct pointer to refcard.
+
+       * doc/gdb.texinfo: update New Features, Installing
+
+       * doc/gdbint.texinfo: add short description of configure +template
+
+Fri Aug 23 11:46:08 1991  Roland H. Pesch  (pesch at cygint.cygnus.com)
+
+       * doc/gdb.texinfo: update, fix bugs in "Installing" appendix
+
+Fri Aug 23 01:02:00 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * Makefile.in:  Add config.sub, make doc/rdl-apps.texinfo for
+       tar file, add dependencies for referenced doc files.
+
 Thu Aug 22 22:17:06 1991  Stu Grossman  (grossman at cygint.cygnus.com)
 
        * coffread.c, symfile.c, stack.c:  saberized.
This page took 0.057145 seconds and 4 git commands to generate.