* hppa-tdep.c (hppa_push_arguments): Allocate enough space for
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ab06773bb44377e5a3cc4b01e66482f98cc92eeb..44390a111882312da0d8482fe4b344b46424f2d2 100644 (file)
@@ -1,5 +1,145 @@
+Thu Jul  8 14:48:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * hppa-tdep.c (hppa_push_arguments): Allocate enough space for
+       arguments.
+
+       * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
+
+Thu Jul  8 08:22:05 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config/h8300/tm-h8300.h: (REGISTER_TYPES): Adjust for h8/300h.
+       (REGISTER_RAW_SIZE): Ditto.
+       (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs
+       on the h8/300h (ints may still be 16 bits).
+       (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
+       EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h.  Some
+       thought needed here.
+
+       * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
+       (examine_prologue): reg_save_depth is 4 if h8/300h.
+
+       * findvar.c (read_register): Provide some support for 64 bit regs.
+       (write_register): Ditto.
+
+Wed Jul  7 14:30:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/nm-riscos.h: machine/machparam.h is always the right
+       place to look for BSD43_NBPG, not machine/vmparam.h
+
+       * infcmd.c (run_stack_dummy): New argument name.
+       Change error message in (another) attempt to make it comprehensible.
+       * valops.c (call_function_by_hand): Pass name to run_stack_dummy.
+       * symtab.h: Declare demangle and asm_demangle since macros use them.
+
+       * eval.c (evaluate_subexp): Add comment about calling a member
+       function of a variable in a register.
+
+       * expression.h: Clean up comment about string in STRUCT_STRUCT etc.
+
+       * config/{rs6000/tm-rs6000.h,sparc/tm-sparc.h,pyr/tm-pyr.h},
+       inferior.h (PC_IN_CALL_DUMMY) [ON_STACK]: Add comments about stack
+       frame tops and bottoms.
+
+       * frame.h, blockframe.c, stack.c, a29k-tdep.c,
+       config/gould/tmp-{pn,np1}.h,
+       config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
+       next_frame from struct frame_info.  It has no purpose beyond
+       ->next->frame and is an artifact from GDB 2.8.
+
+Tue Jul  6 11:51:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Remove gdb before creating a new one.
+       Update init.c atomically.
+
+       * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
+       (ALLCONFIG): Add config/alpha/alpha-osf1.mh.
+
+       * infcmd.c (_initialize_infcmd): In docstring for "continue",
+       describe argument as setting ignore count.
+
+Sun Jul  4 15:04:47 1993  Doug Evans  (dje@cygnus.com)
+
+       * h8300-tdep.c (examine_prologue): Fix call to
+       read_memory_unsigned_integer.
+
+Fri Jul  2 18:22:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here
+       rather than including xm-bigmips.h.
+
+       * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and
+       default cases.
+
+       * Makefile.in (distclean): Remove y.tab.h.
+
+Fri Jul  2 14:55:48 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * exec.c (exec_file_command):  Remove Mar 28 hack as BFD handles
+       file updates properly now.
+       * mipsread.c (mips_coff_new_init):  Force reevaluation of sigtramp
+       addresses if switching to a new symbol file.
+       * dbxread.c (process_one_symbol):  Avoid dereferencing NULL
+       symbols that might be returned from define_symbol.
+
+Fri Jul  2 13:33:12 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       New target macros for getting at the pc, sp and fp.
+       * infcmd.c (read_pc, write_pc):  Modify to use new macros.
+       (read_sp, write_sp, read_fp, write_fp): New functions.
+       * blockframe.c (reinit_frame_cache, get_prev_frame_info):
+       Use new functions.
+       * breakpoint.c (bpstat_alloc): ditto.
+       * infrun.c (wait_for_inferior): ditto.
+       * stack.c (print_frame_info): ditto.
+       * valops (call_function_by_hand): ditto.
+       * corelow.c (core_open): ditto.
+       * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc,
+       target_write_pc, target_read_fp, target_write_fp): New functions.
+       * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
+
+       * config/alpha/xm-alpha.h: Add MAKEVA_END.
+       * config/h8500/tm-h8500.h: Define new macros.
+
+Fri Jul  2 13:51:04 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in (mipos-*-riscos*): New host and target; use riscos.
+       * config/mips/nm-riscos.h: If BSD43_NBPG is not defined by
+       vmparam.h, include machparam.h.
+       (KERNEL_U_ADDR): Define to be BSD43_UADDR.
+
+Fri Jul  2 13:39:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * c-exp.y (yylex): Give error if unmatched single quote.
+
+       * configure.in, config/m68k/*delta68*, delta68-nat.c: New port.
+
+       * Remove unused STACK_END_ADDR in the following files (in other
+       files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
+       tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
+       tm-hp300hpux.h, tm-isi.h.
+
 Thu Jul  1 09:51:27 1993  Jim Kingdon  (kingdon@cygnus.com)
 
+       * config/mips/nm-riscos.h: Define NBPG and UPAGES.
+       config/mips/xm-riscos.h: Include <sys/types.h>.
+
+       * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,
+       not an initializer, to copy the structure.
+
+       * gdbtypes.h (struct type): Add field tag_name.
+       * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base):
+       Use it.
+       * {coff,dwarf,mips,stabs}read.c: Set it.
+
+       * xm-sysv4.h: Undefine HAVE_TERMIO.
+
+       * config/mips/nm-riscos.h: Remove unmatched #endif.
+       Define FETCH_INFERIOR_REGISTERS.
+       * config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
+       Fix misspelling of NAT_FILE.
+       * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,
+       we can still process "modern" core files.
+
        * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
        print c_line.
        (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL
@@ -586,7 +726,7 @@ Tue Jun  8 17:54:09 1993  Rob Savoye  (rob@rtl.cygnus.com)
 
        * serial.c (serial_close): If scb is NULL, don't try to close
        it. 
-o      * configure.in: Add support for rom68k and bug boot monitors.
+       * configure.in: Add support for rom68k and bug boot monitors.
 
 Tue Jun  8 17:39:12 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
 
This page took 0.024328 seconds and 4 git commands to generate.