]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
* gdb.disasm/hppa.s (addib_tests): Fix typo.
[binutils.git] / gdb / ChangeLog
index 36bae5238d6b592f4c1513b03de1b5cac9bf1c14..e92a61d3164af828696ab24e5db0defb54228112 100644 (file)
@@ -1,5 +1,295 @@
+Sat Feb  5 08:03:41 1994  Jim Kingdon  ([email protected])
+
+       * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
+       to unsigned int.
+
+Sat Feb  5 05:27:05 1994  Peter Schauer  ([email protected])
+
+       * value.h (print_longest):  Rename "value" to "val" in prototype
+       declaration because some compilers don't like arguments whose
+       names are the same as types.
+       * remote.c (remote_xfer_memory):  Cast "myaddr" to unsigned char *
+       before passing it to remote_*_bytes.
+
+Fri Feb  4 15:53:18 1994  Steve Chamberlain  ([email protected])
+
+       * h8500-tdep.c (saved_pc_after_call): The size of the
+       pc is memory model dependent. (segmented_command,
+       unsegmented_command, _initialize_h8500_tdep): New commands to
+       change memory model.
+       * remote-7000.c (initialize_remote_e7000): Change name of snoop
+       command.
+       * remote-hms.c (hms_load): Remove breakpoints when loaded.
+       (hms_wait): Use new status structure
+       (hms_open): Push the target here. (hms_before_main_loop): Not
+       here.  (supply_val, hms_fetch_register, hms_store_register):  Cope
+       with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
+       * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
+       all registers in a compact way.
+
+Fri Feb  4 07:41:13 1994  Jim Kingdon  ([email protected])
+
+       * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
+       as CORE_ADDR to match definition in rs6000-tdep.c.
+
+Fri Feb  4 01:14:20 1994  Peter Schauer  ([email protected])
+
+       * dwarfread.c (process_dies):  Skip nested TAG_compile_unit DIEs.
+       * dwarfread.c (add_partial_symbol):  Do not enter opaque aggregate
+       definitions into the psymtab.
+
+Thu Feb  3 12:38:58 1994  Jim Kingdon  ([email protected])
+
+       * m68k-stub.c: Treat mc68332 like mc68020 most places.  Provide
+       a special exceptionSize for the 68332.
+
+       * remote-udi.c (udi_attach): If no arguments, print error.
+
+Thu Feb  3 17:34:05 1994  Fred Fish  ([email protected])
+
+       * Makefile.in (VERSION):  Bump to 4.12.1
+       * NEWS, README:  Update to match 4.12 release.
+
+Thu Feb  3 12:38:58 1994  Jim Kingdon  ([email protected])
+
+       * command.c (empty_sfunc): New function.
+       (add_set_cmd): Use it instead of not_just_help_class_command.
+       (not_just_help_class_command): Change calling convention back to
+       what it was before yesterday's change.
+
+       * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
+       of the type if present.
+
+Wed Feb  2 11:16:45 1994  Jim Kingdon  ([email protected])
+
+       * printcmd.c (decode_format): Don't blithely set the size for
+       an address to 'w'.  Make it 'g' or 'h', depending on TARGET_PTR_BIT.
+
+       * defs.h: Just typedef CORE_ADDR to bfd_vma.  Include bfd.h.
+       If BFD64, make a LONGEST a BFD_HOST_64_BIT.
+       * defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead
+       always just check against INT_MIN and INT_MAX (this also fixes things
+       if sizeof (long) > sizeof (int), e.g. Alpha).
+       * config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h:
+       Don't define LONGEST or BUILTIN_TYPE_LONGEST.
+       * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
+       BUILTIN_TYPE_UNSIGNED_LONGEST.
+       * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
+       longest_int and longest_unsigned_int.
+       * value.h (struct value): Just align to LONGEST, rather than worrying
+       about CC_HAS_LONG_LONG.
+       * valarith.c (value_binop): Figure out type ourself based on
+       sizeof (LONGEST) rather than relying on BUILTIN_TYPE_LONGEST.  The
+       point is that we don't depend on CC_HAS_LONG_LONG anymore.
+       * valprint.c (val_print_type_code_int): Just call
+       extract_unsigned_integer directly, rather than going through
+       unpack_long.
+       * printcmd.c (decode_format): Remove code which would sometimes
+       change 'g' size to 'w' for integers.  print_scalar_formatted handles
+       printing huge integers well enough, thank you.
+
+       * command.c (add_set_cmd, not_just_help_class_command): Change
+       to make this the sfunc, not cfunc, since that is how we call it.
+       * command.h: Comment difference between sfunc and cfunc.
+       * demangle.c (set_demangling_command): Add third arg since that
+       is how it is called.
+       (_initialize_demangler): Use sfunc, not cfunc, for
+       set_demangling_command, since that is how it is called.
+       Remove show_demangling_command; it has no effect.
+
+       * command.c (shell_escape): Report errors correctly (with error
+       message from strerror).
+
+Wed Feb  2 14:35:41 1994  Ian Lance Taylor  ([email protected])
+
+       * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
+       x_scnlen.l rather than x_scnlen to match corresponding change in
+       coff/internal.h.
+
+Wed Feb  2 11:16:45 1994  Jim Kingdon  ([email protected])
+
+       * gdbtypes.h, ch-typeprint.c, ch-valprint.c:
+       Change comments regarding TYPE_CODE_BOOL.
+       * language.c (boolean_type): Always return 1 for TYPE_CODE_BOOL,
+       regardless of the language.
+       (value_true): Just call value_logical_not regardless of language.
+       * coffread.c (coff_read_enum_type), stabsread.c (read_enum_type):
+       Remove #if 0'd code which makes some enums TYPE_CODE_BOOL.
+       * language.h: Improve comment for la_builtin_type_vector.
+       * m2-lang.c (_initialize_m2_language): Don't add any fields to
+       builtin_type_m2_bool.
+
+Tue Feb  1 17:13:32 1994  Kevin Buettner ([email protected])
+
+       * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
+       Define IN_SIGTRAMP and backtrace correctly through signal handlers.
+
+Tue Feb  1 22:13:25 1994  Peter Schauer  ([email protected])
+
+       * procfs.c (wait_fd):  Handle EINTR error return from PIOCWSTOP ioctl
+       by restarting the ioctl.
+
+Tue Feb  1 16:16:25 1994  Jim Kingdon  ([email protected])
+
+       * target.h (target_wait): Add comment about calling
+       return_to_top_level.
+
+Tue Feb  1 12:21:00 1994  Ian Lance Taylor  ([email protected])
+
+       * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takes
+       additional arguments.
+       * xcoffread.c (read_xcoff_symtab, read_symbol_lineno): Likewise.
+
+Mon Jan 31 16:10:41 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * sparc-stub.c:  Remove unnecessary #include of memory.h.
+
+Mon Jan 31 12:12:34 1994  Jim Kingdon  ([email protected])
+
+       * mips-tdep.c: Remove code which sets saved_regs from
+       init_extra_frame_info and put it in new function mips_find_saved_regs.
+       (READ_FRAME_REG): Remove macro and replace uses with the expansion.
+       * mips-tdep.c, config/mips/tm-mips.h: When examining ->saved_regs,
+       check if it is NULL and call mips_find_saved_regs if so.
+
+       * remote-mips.c: Use unfiltered, not filtered, output most places.
+
+       * blockframe.c (get_prev_frame_info): Detect and stop an infinite
+       backtrace.  Revise comments.
+
+Mon Jan 31 09:40:33 1994  Peter Schauer  ([email protected])
+
+       * mdebugread.c (parse_procedure):  Remove _sigtramp kludges for
+       alpha and irix. The _sigtramp case has to be handled properly
+       in the tdep files if we have no ecoff debugging info.
+       * alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain),
+       mips-tdep.c (mips_frame_saved_pc):  Handle signal handler frames
+       without PC_REGNUM kludge.
+       * mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg):
+       Clean up handling of mips sigtramp frames, improve comments.
+
+Sat Jan 29 23:25:57 1994  Jeffrey A. Law  ([email protected])
+
+       * paread.c (read_unwind_info): Fix typo.
+
+       * paread.c (pa_symtab_read): Update the "check_strange_names"
+       filter to match GCC's current output.  Filter out section symbols
+       (which the HP linker sometimes puts in the wrong place).
+
+Sat Jan 29 07:44:59 1994  Jim Kingdon  ([email protected])
+
+       * serial.h (SERIAL_SET_TTY_STATE): Comment return value.
+
+       * Makefile.in (TAGS): Just echo one line, rather than the whole thing.
+
+       * Makefile.in: Remove all references to sparcly-nat.c.
+
+       * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h
+       remote-sim.h directly, rather than via $(remote_utils_h).  This avoids
+       duplicating serial.h and target.h.
+
+       * Makefile.in: Don't set M_INSTALL and M_UNINSTALL.  These variables
+       are not used anywhere (a 5 Oct 1993 change removed the uses).
+
+       * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
+       * config/m68k/es1800.mt: Add comment.
+       * remote-es.c: Extensive changes to update to current conventions.
+
+       * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
+       If the timeout is too big to fit in c_cc[VTIME], then do multiple reads
+       to achieve the desired timeout.
+       * serial.h (serial_t): Add field timeout_remaining.
+
+Fri Jan 28 08:45:02 1994  Jim Kingdon  ([email protected])
+
+       * c-exp.y (yylex): Reenable nested type code.
+
+Fri Jan 28 15:40:33 1994  Jim Kingdon  ([email protected])
+
+       * a29k-tdep.c (examine_tag): Add comment regarding argcount.
+
+       * remote-mips.c (mips_ops): Fix docstring.
+
+       * remote-bug.c (bug_ops): Remove spurious newline from docstring.
+
+       * config/m68k/tm-monitor.h: Changes to bring this into accordance
+       with the old tm-m68k-em.h:
+       (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove.
+       (HAVE_68881): Don't undefine; HAVE_68881 is obsolete.
+       (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine.
+       Add FIXME regarding GET_LONGJMP_TARGET.
+
+       * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.
+       * infptrace.c (kill_inferior): Add comments.
+       * main.c (quit_command): Call target_close after we kill or
+       detach.
+       * remote-udi.c (udi_close): Don't error() if QUITTING.
+
+Fri Jan 28 11:55:52 1994  Rob Savoye  ([email protected])
+
+       * configure.in: Make m68k-coff and aout add monitor support in
+       addition to the standard serial support.
+
+Fri Jan 28 08:45:02 1994  Jim Kingdon  ([email protected])
+
+       * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with
+       index indexNil.
+
+Fri Jan 28 10:40:34 1994  Jim Kingdon  ([email protected])
+
+       * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.
+       * elfread.c (record_minimal_symbol_and_info),
+       dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it.
+
+Thu Jan 27 15:12:23 1994  Jim Kingdon  ([email protected])
+
+       * i386-stub.c: Add ".text" right before "mem_fault:".
+
+       * main.c (baud_rate): Add FIXME comment about printing -1 value.
+
+       * remote-utils.c (usage): Fix message to be accurate and conform
+       more closely to normal conventions.
+
+       * remote-utils.c (gr_files_info): Have the exec_bfd test control
+       whether to show information about exec_bfd, and not control whether
+       to show information about device and speed.
+
+       * remote-utils.c (gr_open): If sr_get_device returns NULL, give
+       usage message, don't dump core.
+
+       * remote-bug.c (bug_write_memory): Use alloca, not GCC extension
+       for variable size array.
+       (bug_fetch_register, bug_store_register): Rename "value" to
+       "fpreg_buf" because some compilers don't like variables whose
+       names are the same as types.
+       (bug_store_register): Use a cast when converting char * to
+       unsigned char *.
+
+       * symmisc.c (maintenance_print_symbols): Don't refer to the name
+       of the command in error message (the text was referring to the old
+       name of the command).
+
+       * symmisc.c (dump_symtab): Fix args to fprintf_filtered.
+
+       * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print
+       full details on structure elements without names.  This partially
+       reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect
+       of those changes was accidental.
+
+       * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
+       defined, make it an error to specify a single argument which is not
+       a frame number.
+
+       * Makefile.in (version.c), main.c (print_gdb_version): Use
+       host_alias and target_alias, not host_canonical and
+       target_canonical, to print configuration.
+
 Wed Jan 26 10:57:21 1994  Jim Kingdon  ([email protected])
 
+       * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead
+       of builtin_type_long.  It is necessary to get a type which is
+       TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough.
+
        Fix many sins which will come up in 32 bit x 64 bit GDB, and
        various miscellaneous things discovered in the process:
        * printcmd.c, defs.h (print_address_numeric): New function.
This page took 0.030506 seconds and 4 git commands to generate.