home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / gdb / ChangeLog < prev    next >
Encoding:
Text File  |  1995-03-04  |  30.9 KB  |  779 lines

  1. Thu Mar  2 19:41:36 1995  Stan Shebs  <shebs@andros.cygnus.com>
  2.  
  3.     * Makefile.in (VERSION): Bump to 4.14.
  4.     * NEWS: Clarify and expand on some items.
  5.     * README: Update, add note about AIX 4.1.
  6.     * i386v-nat.c (i386_insert_aligned_watchpoint): Fix decl some more.
  7.  
  8. Fri Feb 24 16:47:16 1995  Stan Shebs  <shebs@andros.cygnus.com>
  9.  
  10.     * Makefile.in: (VERSION): Bump to 4.13.87.
  11.     * NEWS: Add various items.
  12.     * README: Add notes about Irix and Sparcworks.
  13.     * cp-valprint.c: Take out static member printing, needs a
  14.     real fix before it can be safely reenabled.
  15.  
  16. Tue Feb 21 11:47:26 1995  Stan Shebs  <shebs@andros.cygnus.com>
  17.  
  18.     * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
  19.     (i386_insert_nonaligned_watchpoint): Call aligned instead of
  20.     generic watchpoint insertion.
  21.  
  22.     * top.c (print_gdb_version): Update the year.
  23.  
  24. Sun Feb 19 11:05:28 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  25.  
  26.     * elfread.c (elf_symtab_read): Ensure that the filename field
  27.     of a minsym is nonempty.
  28.  
  29.     * procfs.c (unconditionally_kill_inferior):  Don't issue a PIOCKILL
  30.     in addition to a PIOCSSIG to kill the inferior.
  31.  
  32. Wed Feb 15 18:02:16 1995  Stan Shebs  <shebs@andros.cygnus.com>
  33.  
  34.     * Makefile.in (VERSION): Bump to 4.13.86.
  35.     * utils.c (size_t): Don't try to define under AIX.
  36.  
  37. Sun Feb 12 13:47:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
  38.  
  39.     * irix5-nat.c (string.h): Include near beginning of file.
  40.  
  41. Thu Feb  9 15:46:39 1995  Stan Shebs  <shebs@andros.cygnus.com>
  42.  
  43.     * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
  44.     after, any host/target/native libraries.
  45.     * dcache.c (insque, remque): Remove declarations.
  46.     * gdbtypes.h (type_code): Remove trailing comma.
  47.  
  48.     From Peter Schauer:
  49.     * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
  50.     STATIC_NODEBUG_VARS inside case.
  51.  
  52. Thu Feb  9 07:43:41 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
  53.  
  54.     * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
  55.     * partial-stab.h: Call it.
  56.     * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
  57.     STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
  58.     get the address.
  59.     * sparc-tdep.c (solaris_static_transform_name): New function.
  60.  
  61. Thu Feb  9 12:09:09 1995  Jeff Law  (law@snake.cs.utah.edu)
  62.  
  63.     * somread.c (som_symtab_read): Handle dynamic relocation for both
  64.     text and data symbols.
  65.     (som_symfile_offsets): If objfile is a shared library, then get
  66.     text and data offsets from the shared library structures.
  67.     * somsolib.c (som_solib_add): Copy the bfd pointer from the
  68.     objfile rather than reopening the file again.
  69.     (som_solib_section_offsets): New function.
  70.     * somsolib.h (som_solib_section_offsets): Declare.
  71.  
  72. Wed Feb  8 20:32:18 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
  73.  
  74.     * config/sparc/tm-sun4sol2.h, dbxread.c: Rename
  75.     N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
  76.     * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
  77.     filename field.
  78.     * elfread.c (record_minimal_symbol_and_info),
  79.     minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
  80.     newly created symbol.
  81.     * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
  82.     Set filename field of minimal symbol.
  83.     * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
  84.     Print filename field.
  85.     * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
  86.     * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
  87.     m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
  88.     os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
  89.     printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
  90.     * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
  91.     Find address of function from minimal symbols.
  92.     * partial-stab.h, case 'f', 'F': Call find_stab_function_addr
  93.     instead of getting pst->textlow from the stab.
  94.     * minsyms.c (find_stab_function_addr): New function.
  95.  
  96. Mon Feb  6 18:50:59 1995  Stan Shebs  <shebs@andros.cygnus.com>
  97.  
  98.     * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
  99.         line, so init.c generation works correctly.
  100.  
  101. Sat Feb  4 13:29:52 1995  Stan Shebs  <shebs@andros.cygnus.com>
  102.  
  103.     * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
  104.  
  105. Thu Feb  2 13:58:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
  106.  
  107.     * Makefile.in (VERSION): Bump to 4.13.85.
  108.  
  109. Thu Feb  2 07:27:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  110.  
  111.     Fix compiler warnings:
  112.     * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
  113.     and have the caller do the sprintf.  Saves us from varargs hell.
  114.     (normal): Define before use.
  115.     * remote-e7000.c: Reindent a few things.
  116.  
  117. Wed Feb  1 21:16:42 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  118.  
  119.     * f-typeprint.c (f_type_print_varspec_suffix):  Print array index
  120.     ranges in reverse order.
  121.     * f-valprint.c (f77_create_arrayprint_offset_tbl):  Fix calculation.
  122.  
  123.     * eval.c (evaluate_subscript):  Don't call value_subscript, since
  124.     it adjusts for lower bound and enforces ranges.
  125.  
  126.     * expression.h (exp_code):  Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
  127.     * eval.c, parse.c:  Removed uses of removed opcodes.
  128.     * eval.c (evaluate_subexp):  Clean up handling of
  129.     OP_UNDETERMINED_ARGLIST (no backtracking, more general).
  130.  
  131.     * f-valprint.c (f_val_print):  Print TYPE_CODE_STRING using
  132.     LA_PRINT_STRING, and not val_print_string (which reads from inferior).
  133.  
  134.     * ch-lang.c (chill_is_varying_struct), ch-lang.h:  Remve function
  135.     duplicate function made redundant by chill_varying_type.
  136.  
  137.     Re-write of f77 string and complex number support:
  138.  
  139.     * language.h (struct language_defn):  New fields string_lower_bound
  140.     and string_char_type.
  141.     * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
  142.     language.c (unknown_language_defn, auto_language_defn,
  143.     local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
  144.     (f_language_defn), ch-lang.c (chill_language_defn):  Set new fields.
  145.     * gdbtypes.c (create_string_type):  Use new string_char_type field.
  146.     * valops.c (value_string):  Use new string_lower_bound field.
  147.  
  148.     * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):  Removed.
  149.     * f-lang.c (f_create_fundamental_type, _initialize_f_language),
  150.     m2-lang.c (m2_create_fundamental_type),
  151.     gdbtypes.c (_initialize_gdbtypes):  Set TYPE_TARGET_TYPE of complex
  152.     types.  Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
  153.     * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
  154.     Removed.  Use builtin_type_complex and builtin_type_double_complex.
  155.  
  156.     * gdbtypes.h (enum type_code):  Removed TYPE_CODE_LITERAL_STRING
  157.     and TYPE_CODE_LITERAL_COMPLEX.
  158.     * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c:  Removed uses of
  159.     TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
  160.     * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
  161.     f77_create_literal_string_type):  Removed.
  162.     * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
  163.     VALUE_SUBSTRING_MYADDR):  Removed.
  164.  
  165.     * expression.h (enum exp_opcode):  Rename OP_F77_LITERAL_COMPLEX to
  166.     OP_COMPLEX.
  167.     * parse.c:  Update accordingly.
  168.  
  169.     * f-valprint.c (f77_print_cmplx):  Removed.
  170.     (f_val_print case TYPE_CODE_COMPLEX):  Re-write to use print_floating.
  171.  
  172.     * f-exp.y (STRING_LITERAL):  Use OP_STRING instead of OP_ARRAY.
  173.     * eval.c (evaluate_subexp):  For case OP_ARRAY, don't call
  174.     f77_value_literal_string.
  175.     * valops.c, value.h (f77_value_literal_string, f77_value_substring,
  176.     f77_assign_from_literal_string, f77_assign_from_literal_complex):
  177.     Removed.
  178.     (value_assign):  No longer need to handle literal types.
  179.     * valops.c (f77_value_literal_complex), value.h:  Re-written and
  180.     renamed to value_literal_complex.  Last arg is now a (complex) type.
  181.     * valops.c (f77_cast_into_complex):  Re-written and renamed to
  182.     cast_into_complex.
  183.     * eval.c (evaluate_subexp):  Update accordingly.
  184.  
  185.     * ch-valprint.c (chill_val_print):  On TYPE_CODE_STRING, don't
  186.     print address for non-'s'-formats.
  187.     * ch-typeprint.c, ch-valprint.c:  Use chill_varying_type instead
  188.     of chill_is_varying_struct.
  189.  
  190. Wed Feb  1 13:27:33 1995  Stan Shebs  <shebs@andros.cygnus.com>
  191.  
  192.     gcc -Wall lint.
  193.     * alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
  194.     (after_prologue): Remove unused local b.
  195.     * procfs.c (thread.h): Include.
  196.     (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
  197.     nested braces in initializer.
  198.     * top.c (initialize_targets, initialize_utils): Declare.
  199.     (locate_arg, insert_args): Add parens around tested assignments.
  200.     * remote-utils.c (sr_scan_args): Remove decl of strtol.
  201.     * remote.c (thread.h): Include.
  202.     (remote_wait): Remove unused local p2.
  203.     * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
  204.     registers array.
  205.  
  206.     defs.h (stdlib.h): Include.
  207.     (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
  208.     (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
  209.     strtok,    strerror): Don't specify parameter types in declaration.
  210.  
  211. Wed Feb  1 12:23:57 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  212.  
  213.     * ch-exp.y (value_string_element, string_primitive_value,
  214.     start_element, left_element, right_element, slice_size,
  215.     lower_element, upper_element, first_element):  Removed.
  216.     (value_string_slice, value_array_slice):  Replaced by ...
  217.     (slice):  New non-terminal, with working slice support.
  218.     (primitive_value_lparen, rparen):  New non-terminals.
  219.     (maybe_tuple_elements):  New non-terminal, to allow empty tuples.
  220.     (idtokentab):  Added "up".
  221.  
  222.     * value.h (COERCE_VARYING_ARRAY):  New macro.
  223.     * valarith.c (value_subscript):  Use it.
  224.     * valops.c (value_cast):  Likewise.  Also, do nothing if already
  225.     correct type, and allow converting from/to range to/from scalar.
  226.  
  227.     * valops.c, value.h (varying_to_slice, value_slice):  New functions.
  228.     * eval.c (OP_ARRAY):  Add cast for array element.
  229.     * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT):  New exp_opcodes.
  230.     * valops.c (chill_varying_type):  Moved function frp, here ...
  231.     * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
  232.     * parse.c (length_of_subexp, prefixify_subexp):  Add support
  233.     for TERNOP_SLICE, TERNOP_SLICE_COUNT.
  234.     * expprint.c (print_subexp, dump_expression):  Likewise.
  235.     * eval.c (evaluate_subexp):  Likewise.
  236.  
  237.     * eval.c (evaluate_subexp case MULTI_SUBSCRIPT):  Don't call
  238.     value_x_binop on a Chill varying string.
  239.  
  240. Tue Jan 31 13:51:53 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  241.  
  242.     * config/m68k/monitor.mt,
  243.     config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
  244.     depfiles in TDEPFILES not REMOTE_O.
  245.  
  246. Tue Jan 31 11:14:44 1995  Steve Chamberlain  <sac@splat>
  247.  
  248.     From nigel@algor.co.uk.
  249.     * ser-go32.c (dos_close): Don't crash if scb null.
  250.     (dos_sendbreak): New function.
  251.     (dos_ops): Point to dos_sendbreak.
  252.     (dos_info): Calculate COM number correctly.
  253.  
  254. Tue Jan 31 09:40:11 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  255.  
  256.     * xcoffread.c (process_xcoff_symbol): Use new variables
  257.     func_symbol_type and var_symbol_type as type of functions and
  258.     variables which don't have any stabs associated with them.
  259.     Reindent most of function.
  260.     (_initialize_xcoffread): Initialize *_symbol_type.
  261.  
  262.     * xcoffread.c (read_xcoff_symtab): Reindent most of function.
  263.     Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
  264.     them (this part commented out as I didn't quite get it to work).
  265.     (cs_to_section, find_targ_sec): New functions, to support above code.
  266.     * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
  267.     actually present.
  268.  
  269. Mon Jan 30 17:34:24 1995  Stu Grossman  (grossman@cygnus.com)
  270.     * sparcl-tdep.c:  Add `sparclite' target for doing serial and udp
  271.     downloads to SPARClite demo boards.
  272.  
  273. Sun Jan 29 09:43:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  274.  
  275.     * remote.c, remote-pa.c: Remove #if 0'd icache code.  It has had
  276.     no hope of working as is for a long time (in particular, shebs' 27
  277.     Jan 95 change confuses the issue further--target_read_memory and
  278.     xfer_core_file do *not* do the same thing in this context).
  279.     Revise comment.
  280.  
  281. Sat Jan 28 13:40:46 1995 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  282.  
  283.     * elfread.c (elf_symtab_read):  Do not test BSF_GLOBAL for
  284.     procedure linkage table symbols, it is no longer set due to the
  285.     Jan 6 BFD change in bfd/elfcode.h.
  286.  
  287. Fri Jan 27 17:08:06 1995  Stan Shebs  <shebs@andros.cygnus.com>
  288.  
  289.     * top.c (use_windows): Clarify comments.
  290.  
  291.     * convex-tdep.c (xfer_core_file): Comment out.
  292.     * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
  293.     * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
  294.         references to target_read_memory.
  295.     * gdbcore.h (xfer_core_file, core_open, core_detach): Remove
  296.     declarations.
  297.     * corelow.c (core_open, core_detach): Make static.
  298.  
  299.     * arm-tdep.c: Make it compile.
  300.     (exec_file_command, xfer_core_file): Comment out.
  301.     (arm_print_insn): Remove, now in libopcodes.
  302.     (skip_prologue): Comment out most of body.
  303.     (arm_frame_find_saved_regs): Move here from tm-arm.h.
  304.     (_initialize_arm_tdep): Set tm_print_insn.
  305.     * config/arm/tm-arm.h: Remove old refs to first_object_file_end.
  306.     (XFER_CORE_FILE): Remove.
  307.     (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
  308.     
  309. Fri Jan 27 08:48:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  310.  
  311.     * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
  312.  
  313. Thu Jan 26 18:24:41 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
  314.  
  315.     * symtab.c (find_pc_line): When subtracting one to get a line
  316.     number, make sure not to end up with zero.
  317.  
  318.     * remote-vx.c: Revert all of Kung's changes of 16 Jan.  The
  319.     problems with those changes were (a) the file didn't compile, (b)
  320.     they changed memset to bzero--memset is correct, (c) they took out
  321.     code to deal with boards lacking floating point, (d) who knows
  322.     what I didn't discover in a quick read.
  323.  
  324. Thu Jan 26 17:32:54 1995  Stu Grossman  (grossman@cygnus.com)
  325.  
  326.     * sparcl-tdep.c:  Clean up formatting and indentation.
  327.  
  328. Thu Jan 26 10:49:59 1995  Steve Chamberlain  <sac@splat>
  329.  
  330.     * remote-hms.c (hms_ops): Change ref of hr_load_image
  331.     to gr_load_image.
  332.     (dcache_flush, dcache_hit, dcache_value, dcache_fetch,
  333.     dcache_poke, dcache_init):  Deleted.
  334.     (hms_open, hms_resume, hms_fetch_word, hms_store_word):
  335.     Use dcache routines provided by remote-util.h
  336.  
  337. Thu Jan 26 12:08:31 1995  Michael Meissner  <meissner@cygnus.com>
  338.  
  339.     * configure.in: Add support for powerpc-*-eabi.
  340.  
  341.     * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
  342.     PowerPC support.
  343.  
  344. Wed Jan 25 18:13:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  345.  
  346.     * language.h (struct language_defn):  New field c_style_arrays.
  347.     * language.c (unknown_language_defn, auto_language_defn,
  348.     local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
  349.     asm_language_defn):  Set c_style_arrays to true.
  350.     * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
  351.     f-lang.c (f_language_defn):  Set c_style_arrays to false.
  352.     * valops.c (value_string):  If c_style_array is not set,
  353.     allocate string in gdb (not inferior) using allocate_value.
  354.  
  355.     * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
  356.     Only call value_coerce_array if current_language->c_style_arrays.
  357.     * values.c:  Add #include "language.h".  (Needed for COERCE_ARRAY.)
  358.  
  359.     * valops.c (chill_varying_type):  New predicate.
  360.     * valops.c (value_cast):  Support assigning a fixed string or array
  361.     to a variable string/array structure.
  362.  
  363.     * valarith.c (value_subscripted_rvalue):  Extra parameter lowerbound.
  364.     Check index>=lowerbound, and then add lowerbound to index here,
  365.     instead of in caller.  Generalize to arbitrary lval_types.
  366.     (value_subscript):  Use enhanced value_subscripted_rvalue if
  367.     c_style_arrays is false (and index is in range).
  368.  
  369.  
  370. Wed Jan 25 18:13:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  371.  
  372.     * eval.c (evaluate_subexp case OP_ARRAY):  Fix calls to memset:
  373.     TYPE_LENGTH is length in bytes, not bits.
  374.  
  375. Wed Jan 25 08:19:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  376.  
  377.     * infrun.c (proceed): Flush stdout before resuming inferior.
  378.     * infcmd.c (step_1), annotate.c (annotate_starting):
  379.     Don't bother to flush here.
  380.  
  381. Wed Jan 25 01:11:21 1995  Jeff Law  (law@snake.cs.utah.edu)
  382.  
  383.     * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
  384.     by an ill-advised global search and replace.
  385.  
  386.  
  387. Mon Jan 23 13:11:46 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  388.  
  389.     Add support for Chill bitstring literals (e.h. H'FF00').
  390.     * ch-exp.y (match_bitstring_literal):  Fix for proper endianness.
  391.     * expprint.c (print_subexp):  Don't call error on OP_BITSTRING,
  392.     just print B'<unimlemented>'.
  393.     * gdbtypes.c (create_set_type):  Fix bug in length calculation.
  394.     * valops.c, value.h (value_bitstring):  New function.
  395.     * eval.c (evaluate_subexp):  Implement support for OP_BITSTRING.
  396.  
  397.     * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
  398.     check that return type is non-void, and print in proper Chill syntax.
  399.  
  400. Mon Jan 23 12:20:34 1995  Rob Savoye  <rob@darkstar.cygnus.com>
  401.  
  402.     * Makefile.in: Remove references to remote-mon.c.
  403.     * remote-mon.c: remove. Replaced by rom68k-rom.c.
  404.     * rom68k-rom.c: Support for Rom68k monitor.
  405.  
  406. Mon Jan 23 10:50:57 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  407.  
  408.     * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
  409.     gcc/ch/runtime not chillrt, since that is where the chill runtime
  410.     lives now.
  411.  
  412. Mon Jan 23 00:06:57 1995  Steve Chamberlain  <sac@splat>
  413.  
  414.     * remote-hms.c (hms_load): Delete.
  415.     (target_ops): Use hr_load_image.
  416.  
  417.     * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
  418.         Define memory_insert/remove_breakpoint.
  419.     * xm-go32.h: Remove redundant SIGs.
  420.     
  421. Thu Jan 19 20:26:58 1995  Steve Chamberlain  <sac@splat>
  422.  
  423.     * ser-go32.c: Rewritten by nigel@algor.co.uk.
  424.  
  425. Fri Jan 20 15:23:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  426.  
  427.     * expression.h (OP_LABELED):  New operator, for Chill
  428.     labeled structre tuples.
  429.     * ch-exp.y (tuple_element, named_record_element, tuple_elements):
  430.     New non-terminals, to handle labeled structure tuples.
  431.     (tuple):  Re-define using tuple_elements.
  432.     * eval.c (evaluate_labeled_field_init):  New function, to handle
  433.     initialization of structure fields, possibly using OP_LABELED.
  434.     (evaluate_subexp):  Use it.
  435.     * expprint.c (print_subexp case):  For OP_ARRAY, use Chill syntax
  436.     for Chill.  Handled OP_LABELED.
  437.     * parse.c (length_of_subexp, prefixify_subexp):  Handle OP_LABELED.
  438.  
  439.     * eval.c (evaluate_subexp):  Handle Chill Powerset tuples.
  440.     * valarith.c (value_bit_index):  Just treat bitstring as represented
  441.     by an array of bytes.  Alignment is handled by compiler. 
  442.  
  443. Wed Jan 18 19:00:29 1995  Stan Shebs  <shebs@andros.cygnus.com>
  444.  
  445.     * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
  446.     * sh-tdep.c (gdb_print_insn_sh): Ditto.
  447.  
  448. Wed Jan 18 11:25:43 1995  Kung Hsu  <kung@mexican.cygnus.com>
  449.  
  450.     * remote-os9k.c (rombug_open): Fix a bug in exception handling
  451.     command.
  452.     * remote-os9k.c (rombug_write_inferior_memory): reset buffer after
  453.     write.
  454.  
  455. Tue Jan 17 09:48:38 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
  456.  
  457.     * parse.c (_initialize_parse): Improve wording of names of
  458.     msym_*_symbol_type.
  459.  
  460. Tue Jan 17 14:00:58 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
  461.  
  462.     * config/mips/tm-mips.h (enum mips_fpu_type): New enum.
  463.     (mips_fpu): Change type to enum mips_fpu_type.
  464.     (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
  465.     * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
  466.     Don't initialize.
  467.     (mips_fpu_string): New static variable.
  468.     (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
  469.     (mips_pop_frame): Likewise.
  470.     (mips_extract_return_value): Likewise.
  471.     (mips_store_return_value): Likewise.
  472.     (mips_set_fpu_command): New static function.
  473.     (mips_show_fpu_command): New static function.
  474.     (_initialize_mips_tdep): Change handling of set/show mipsfpu.
  475.  
  476. Tue Jan 17 09:48:38 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
  477.  
  478.     * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
  479.  
  480.     * parse.c (write_exp_msymbol): Use new variables
  481.     msym_*_symbol_type as type of msymbol expression.
  482.     (_initialize_parse): Initialize them.
  483.  
  484. Mon Jan 16 18:11:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
  485.  
  486.     General cleanup and simplication of disassembler interface.
  487.     * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
  488.         hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
  489.         m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
  490.         rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
  491.     * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
  492.     had been -pinsn.c files.
  493.     * Makefile.in (ALLDEPFILES): Remove removed files.
  494.     (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
  495.         hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
  496.         m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
  497.         rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
  498.         Remove compile actions.
  499.     * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
  500.     vax-tdep.o: Add compile actions.
  501.     * defs.h (tm_print_insn): New global.
  502.     * a29k-tdep.c (gdb_print_insn_a29k): New function.
  503.     (_initialize_a29k_tdep): Rename from _initialize_29k,
  504.     set tm_print_insn.
  505.     * alpha-tdep.c (print_insn): Remove.
  506.     (_initialize_alpha_tdep): Set tm_print_insn.
  507.     * arm-tdep.c (arm_print_insn): New function, was print_insn
  508.     in arm-pinsn.c.
  509.     * convex-tdep.c (convex_print_insn): New function, was print_insn
  510.     in convex-pinsn.c.
  511.     * h8300-tdep.c (print_insn): Remove.
  512.     (gdb_print_insn_h8300): New function.
  513.     (_initialize_h8300_tdep): New function.
  514.     * h8500-tdep.c (print_insn): Remove.
  515.     (_initialize_h8500_tdep): New function.
  516.     * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
  517.     * i386-tdep.c (_initialize_i386_tdep): New function.
  518.     * i960-tdep.c (mem, next_insn): New functions, were in
  519.     i960-pinsn.c.
  520.     (_initialize_i960_tdep): Set tm_print_insn.
  521.     * m68k-tdep.c (_initialize_m68k_tdep): New function.
  522.     * m88k-tdep.c (_initialize_m88k_tdep): New function.
  523.     * mips-tdep.c (gdb_print_insn_mips): New function.
  524.     (_initialize_mips_tdep): Set tm_print_insn.
  525.     * pyr-tdep.c (pyr_print_insn): New function, was print_insn
  526.     in pyr-pinsn.c.
  527.     * rs6000-tdep.c (_initialize_rs6000_tdep): New function.
  528.     * sh-tdep.c (print_insn): Remove.
  529.     (gdb_print_insn_sh): New function.
  530.     (_initialize_sh_tdep): Set tm_print_insn.
  531.     * sparc-tdep.c (_initialize_sparc_tdep): New function.
  532.     * w65-tdep.c (print_insn): Remove.
  533.     (_initialize_w65_tdep): New function.
  534.     * z8k-tdep.c (print_insn): Remove.
  535.     (gdb_print_insn_z8k): New function.
  536.     (_initialize_z8k_tdep): Set tm_print_insn.
  537.     * printcmd.c (print_insn): New function, generic disassembler.
  538.     * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
  539.  
  540. Mon Jan 16 15:43:29 1995  Kung Hsu  <kung@mexican.cygnus.com>
  541.  
  542.     * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
  543.     and config/a29k/vx29k.mt.
  544.     * configure.in: add new configuration a29k-*-vxworks.
  545.     * remote-vx29k.c: new file merged from WRS.
  546.     * remote-vx.c: merge changes from WRS.
  547.     * config/a29k/vx29k.mt: new file for new configuration.
  548.     * config/a29k/tm-vx29k.h: new header file for newconfiguration.
  549.  
  550. Sun Jan 15 14:36:19 1995  Steve Chamberlain  <sac@splat>
  551.  
  552.     * breakpoint.h (disable_breakpoint, enable_breakpoint):
  553.     New declarations.
  554.     (enum bpdisp): Change name of 'delete' member to 'del'.
  555.     (struct bpstat): Changed name to 'bpstats'.
  556.     * breakpoint.c (disable_breakpoint, enable_breakpoint,
  557.     breakpoint_chain): Made globally visible.
  558.     (bpstat_stop_status): Use new name for bpstat.
  559.     (break_command_1, watch_command_1, catch_command_1,
  560.     breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
  561.     instead of 'delete'.
  562.     (set_breakpoint_sal): New function.
  563.     * defs.h (registers_changed_hook): New declaration.
  564.     * infcmd.c (run_stack_dummy): 'delete' is now 'del'.
  565.     * inflow.c (new_tty): Treat WIN32 in same way as __GO32__    
  566.     * main.c (main): Don't scan options when in WIN32 and exit
  567.     without entering main loop.
  568.     * m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
  569.     * symtab.h (struct symbol, struct partial_symbol): Changed name of
  570.     member 'class' to 'aclass'. 
  571.     (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
  572.     * top.c (registers_changed_hook): New definition.
  573.     * utils.c (quit, notice_quit, initialize_utils): Treate WIN32
  574.     in same way as __GO32__.
  575.     * value.h (c_typedef_print): Rename 'new' argument.
  576.  
  577.     * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
  578.     * configure.in: Suppprt for w65,
  579.  
  580.  
  581. Sat Jan 14 11:18:11 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
  582.  
  583.     * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
  584.     not stop_pc, to proceed.
  585.  
  586.     * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
  587.  
  588. Fri Jan 13 17:52:57 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
  589.  
  590.     * infcmd.c (signal_command): Accept "signal 0"; the change to not
  591.     accept it was accidental.  "handle 0" and "info signal 0" remain
  592.     illegal, though.
  593.  
  594. Fri Jan 13 15:19:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
  595.  
  596.     * Makefile.in (all): Don't make libgdb-files.
  597.     (libgdb): New action, makes libgdb-files.
  598.  
  599. Thu Jan 12 21:23:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  600.  
  601.     * stabsread.c (read_enum_type):  When pending enum symbols are
  602.     put into the enum type, they must be inserted in "backwards
  603.     order, in case we've overflowed a struct pending buffer.
  604.  
  605.  
  606. Thu Jan 12 09:33:24 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  607.  
  608.     * README:  Add note about SPARCworks cc release 3.0 and higher.
  609.  
  610.     Add procfs support for Alpha OSF/1-2.x.
  611.     * config/alpha/nm-osf.h:  Renamed from nm-alpha.h, generic
  612.     OSF/1 native support.
  613.     * config/alpha/alpha-osf1.mh (NAT_FILE):  Changed accordingly.
  614.     (MUNCH_DEFINE):  Removed.
  615.     * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h:  New files
  616.     for procfs support.
  617.     * configure.in (alpha-dec-osf*):  Use alpha-osf2.mh for OSF/1
  618.     release 2.x and higher, else alpha-osf1.mh, as the procfs support
  619.     in release 1.x is incomplete.
  620.     * Makefile.in (ALLCONFIG):  Add config/alpha/alpha-osf2.mh.
  621.     * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
  622.     fill_fpgregset):  New routines for procfs support.
  623.     * inftarg.c (_initialize_inftarg):  Don't add ptrace support
  624.     if we have an optional procfs and /proc is accessible.
  625.     * procfs.c:  Include sys/fault.h and sys/syscall.h before
  626.     including sys/procfs.h.
  627.     (unconditionally_kill_inferior):  If PROCFS_NEED_PIOCSSIG_FOR_KILL
  628.     is defined, additionally perform a PIOCSSIG to really terminate
  629.     the inferior.
  630.     (create_procinfo):  Always return a result.
  631.     (create_procinfo, do_attach):  Don't trace T_IFAULT faults if
  632.     PROCFS_DONT_TRACE_IFAULT is defined.
  633.     (procfs_init_inferior):  Use START_INFERIOR_TRAPS_EXPECTED as
  634.     argument to startup_inferior if it is defined.
  635.     (proc_set_exec_trap):  If PIOCSSPCACT is defined, use it instead
  636.     of tracing exits from exec system calls. Needed for the user level
  637.     loader under Alpha OSF/1.
  638.     (do_detach):  Clear any pending signal if we want to detach from
  639.     a process without a signal.
  640.     (set_proc_siginfo):  If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
  641.     don't issue a PIOCSSIG if pr_cursig already contains the signal we
  642.     intend to set.
  643.     (info_proc_signals):  If PROCFS_SIGPEND_OFFSET is defined, the
  644.     pending signals are numbered from 1 instead of 0.
  645.     (info_proc_mappings):  Increase size of output format for addresses
  646.     if BFD_HOST_64_BIT is defined.
  647.     (procfs_stop):  Renamed from child_stop.
  648.     (_initialize_procfs):  Don't add procfs support if we have an
  649.     optional procfs and /proc is not accessible.
  650.  
  651.  
  652. Wed Jan 11 17:53:26 1995  Rob Savoye  <rob@darkstar.cygnus.com>
  653.  
  654.     * array-rom.c: Add support for most commands.
  655.     
  656.     * monitor.c: Add GDB remote protocol for the hybrid environment on
  657.     the Array board. 
  658.  
  659. Wed Jan 11 00:44:01 1995  Jeff Law  (law@snake.cs.utah.edu)
  660.  
  661.     * command.c (show_user_1): Use print_command_line to show a user
  662.     defined command (including control structures).
  663.  
  664.     * top.c (init_main): Change documentation for user defined
  665.     commands to indicate they may accept up to ten arguments.
  666.  
  667. Tue Jan 10 16:22:41 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
  668.  
  669.     * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
  670.     `move $s8, $sp' instruction.
  671.  
  672. Sun Jan  8 12:45:34 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
  673.  
  674.     * target.c, target.h (target_signal_from_command): New function.
  675.     * infrun.c (handle_command, signals_info), infcmd.c
  676.     (signal_command): Use it.
  677.     * infrun.c, infcmd.c: Update docstrings for these commands.
  678.  
  679.     * target.h (enum target_signal), target.c (signals), target.c
  680.     (target_signal_from_host, target_signal_to_host): Add
  681.     TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
  682.     * config/tm-lynx.h: Define signal numbers for realtime events.
  683.  
  684. Sat Jan  7 07:23:53 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  685.  
  686.     * dbxread.c (process_one_symbol):  Handle N_FUN symbols
  687.     for Sun acc 3.0 under SunOS4.
  688.  
  689.     Changes to improve handling of runtime common symbols
  690.     under SunOS4.
  691.     * minsyms.c (get_symbol_leading_char):  New routine to determine
  692.     the leading symbol character for an objfile.
  693.     (prim_record_minimal_symbol_and_info, install_minimal_symbols):
  694.     Use it.
  695.     * objfiles.h (rt_common_objfile):  New global, points to objfile
  696.     containing the runtime common minimal symbols.
  697.     * objfiles.c (free_objfile):  Mark rt_common_objfile as
  698.     unallocated before freeing it.
  699.     * solib.c (allocate_rt_common_objfile):  New routine to allocate
  700.     an objfile for the runtime common minimal symbols.
  701.     (solib_add_common_symbols):  Allocate an objfile for the runtime
  702.     common symbols if necessary and put common symbols into it.
  703.     Clean up code and comments.
  704.     (solib_add, special_symbol_handling):  Cleanup comments regarding
  705.     runtime common symbols.
  706.     * stabsread.c (scan_file_globals_1):  New routine, contains
  707.     old scan_file_globals code. Checks if there are any unresolved
  708.     global symbols before starting the expensive minimal symbol table
  709.     search.
  710.     (scan_file_globals):  Now calls scan_file_globals_1 for the passed
  711.     objfile and eventually for the runtime common objfile. Complains
  712.     about any unresolved global symbols and removes them from the
  713.     global symbol chain to avoid dangling pointers into the symbol
  714.     table if the symbol table is reread.
  715.  
  716. Thu Jan  5 17:38:29 1995  Stu Grossman  (grossman@cygnus.com)
  717.  
  718.     * Makefile.in (install_only uninstall):  Indent for clarity.
  719.  
  720.     * core.c (dis_asm_read_memory):  Add call to
  721.     dis_asm_read_memory_hook to provide alternate way for disassembler
  722.     to read memory.
  723.  
  724.     * defs.h:  Protect from multiple inclusion.  Add decl for
  725.     dis_asm_read_memory_hook.
  726.  
  727.     * top.c:  Make window startup be the default.
  728.     * Add dis_asm_read_memory_hook.
  729.  
  730.  
  731. Thu Jan  5 01:16:40 1995  Jeff Law  (law@snake.cs.utah.edu)
  732.  
  733.     * stabsread.c (define_symbol): Handle `a' symbol type used for
  734.     reference parameter passed in a register.
  735.  
  736.  
  737. Wed Jan  4 12:27:29 1995  Kung Hsu  <kung@mexican.cygnus.com>
  738.  
  739.     * defs.h: move include tm.h up, so that the type LONGEST can
  740.     also based on the target requirement to determine. In this case
  741.     target mips64.
  742.  
  743.     * remote-os9k.c (rombug_open): catch exception e in rombug.
  744.     * remote-os9k.c (rombug_wait): print message before register display
  745.     from rombug.
  746.  
  747. Wed Jan  4 09:18:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  748.  
  749.     * top.c (locate_arg): Call strchr not index.
  750.  
  751. Tue Jan  3 16:52:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
  752.  
  753.     * ch-exp.y (literal):  Recognize NULL.
  754.     (tuple):  Parse simple unlabelled tuples.
  755.     * eval.c (evaluate_subexp case OP_ARRAY):  Use expect_type to
  756.     evaluate brace-initializer-expressions depending on context.
  757.     (evaluate_subexp case UNOP_CAST):  Pass the target type as
  758.     expected type when evaluating the expression.
  759.  
  760.     * ch-typeprint.c (chill_type_print_base):  Get names of PTR and
  761.     BOOL from TYPE_NAME.
  762.     * ch-valprint.c (chill_print_type_scalar):  New function, to handle
  763.     TYPE_CODE_RANGE better than print_type_scalar does.
  764.     (chill_val_print_array_elements):  Use above new function.
  765.  
  766. Mon Jan  2 15:02:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
  767.  
  768.     * remote-udi.c (udi_load): Tell symbol_file_add that the
  769.     program being loaded is the main program.
  770.  
  771. For older changes see ChangeLog-94
  772.  
  773. Local Variables:
  774. mode: indented-text
  775. left-margin: 8
  776. fill-column: 74
  777. version-control: never
  778. End:
  779.