Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-07-03 | Fix typo. | David Edelsohn | 1 | -0/+381 | |
1993-07-03 | * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here | Jim Kingdon | 5 | -18/+29 | |
rather than including xm-bigmips.h. | |||||
1993-07-03 | * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and | Jim Kingdon | 2 | -20/+61 | |
default cases. | |||||
1993-07-03 | * Makefile.in (distclean): Remove y.tab.h. | Jim Kingdon | 2 | -3/+22 | |
1993-07-03 | scripttempl/h8300.sc: Add .tors section for constructor/destructors. | David Edelsohn | 1 | -0/+8 | |
1993-07-03 | * Doc fixes. | David MacKenzie | 2 | -28/+51 | |
1993-07-02 | * Makefile.in (clean): Remove bfd.h and stmp-bfd.h. | Jim Kingdon | 2 | -13/+31 | |
(realclean): Remove generated headers. | |||||
1993-07-02 | * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug. | Jim Kingdon | 1 | -0/+2 | |
1993-07-02 | cvs core dumped and didn't check this in last time. | Ian Lance Taylor | 1 | -1/+3 | |
* configure.in (mipos-*-riscos*): New host and target; use riscos. | |||||
1993-07-02 | * config/h8500/tm-h8500.h: Define new macros. | Steve Chamberlain | 1 | -1/+22 | |
1993-07-02 | * config/alpha/xm-alpha.h: Add MAKEVA_END. | Steve Chamberlain | 1 | -0/+9 | |
1993-07-02 | New target macros for getting at the pc, sp and fp. | Steve Chamberlain | 3 | -60/+134 | |
* 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. | |||||
1993-07-02 | * configure.in (mipos-*-riscos*): New host and target; use riscos. | Ian Lance Taylor | 2 | -0/+12 | |
* 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. | |||||
1993-07-02 | * c-exp.y (yylex): Give error if unmatched single quote. | Jim Kingdon | 2 | -0/+6 | |
1993-07-02 | * configure.in, config/m68k/*delta68*, delta68-nat.c: New port. | Jim Kingdon | 7 | -0/+162 | |
1993-07-02 | new for delta 68k | Jim Kingdon | 1 | -0/+0 | |
1993-07-02 | new files for Motorola delta 68k | Jim Kingdon | 5 | -0/+0 | |
1993-07-02 | * Remove unused STACK_END_ADDR in the following files (in other | Jim Kingdon | 10 | -50/+19 | |
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. | |||||
1993-07-02 | * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c | Jim Kingdon | 1 | -0/+3 | |
rather than actually putting it through cpp twice. | |||||
1993-07-02 | * gdb.t06/signals.exp: Add xfails unixware and rs6000. | Jim Kingdon | 1 | -0/+4 | |
1993-07-02 | * configure.in (*-*-riscos*): New entry; use mh-sysv. | Ian Lance Taylor | 1 | -0/+4 | |
1993-07-02 | * config/mips-gdb.exp (gdb_exit): Removed close statement which is | Ian Lance Taylor | 2 | -1/+5 | |
no longer needed. | |||||
1993-07-02 | * hosts/std-host.h: Removed declarations of printf, fprintf, | Ian Lance Taylor | 2 | -6/+5 | |
fcntl, fread and fwrite. They are all error prone for one reason or another. Changed declaration of memchr from char * to PTR. | |||||
1993-07-02 | * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn. | Jim Kingdon | 1 | -0/+2 | |
1993-07-02 | * configure.in (mips-*-riscos*): New target; use riscos. | Ian Lance Taylor | 1 | -0/+2 | |
* configure.host (mips-*-riscos*): New host; use riscos. | |||||
1993-07-02 | * config/riscos.mh (HDEFINES): Add -G 4. | Ian Lance Taylor | 1 | -0/+2 | |
1993-07-02 | * libaout.h (GET_SWORD): Use the bfd_h_get_signed entry points | Ian Lance Taylor | 1 | -0/+5 | |
rather than casting the result of bfd_h_get. | |||||
1993-07-02 | update .Sanitize for delta68 | Jim Kingdon | 1 | -0/+1 | |
1993-07-02 | * configure.in, hosts/delta68.h, config/delta68.mh: Add stuff for | Jim Kingdon | 2 | -4/+56 | |
Motorola Delta 68. | |||||
1993-07-02 | new file for delta 68 | Jim Kingdon | 1 | -0/+0 | |
1993-07-02 | * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any | Jim Kingdon | 1 | -0/+10 | |
C++ features prints as "struct", make it a pass, not an xfail. | |||||
1993-07-02 | h8500hms -> h8500 | Steve Chamberlain | 1 | -1/+1 | |
1993-07-02 | * gdbtypes.h (struct type): Add field tag_name. | Jim Kingdon | 5 | -143/+58 | |
* gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): Use it. * {coff,dwarf,mips,stabs}read.c: Set it. | |||||
1993-07-02 | * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment, | Jim Kingdon | 1 | -2/+3 | |
not an initializer, to copy the structure. | |||||
1993-07-02 | * config/mips/nm-riscos.h: Define NBPG and UPAGES. | Jim Kingdon | 2 | -0/+7 | |
config/mips/xm-riscos.h: Include <sys/types.h>. | |||||
1993-07-02 | * gdb.t06/twice.exp: Don't care about the file name GDB prints. | Jim Kingdon | 1 | -0/+4 | |
1993-07-02 | fix decls | David D. Zuhn | 2 | -2/+1 | |
1993-07-02 | update for q3 matrix | David D. Zuhn | 1 | -28/+60 | |
1993-07-01 | h8300hms -> h8300 | David Edelsohn | 1 | -1/+1 | |
1993-07-01 | * xm-sysv4.h: Undefine HAVE_TERMIO. | Jim Kingdon | 2 | -1/+4 | |
1993-07-01 | * refcard.tex (\hoffset): correct longstanding error to match | Roland Pesch | 1 | -0/+5 | |
intended offset; avoids cutting off edge on some printers | |||||
1993-07-01 | * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined, | Jim Kingdon | 2 | -0/+6 | |
we can still process "modern" core files. | |||||
1993-07-01 | miscellaneous fixes to make RISC/os work; see ChangeLog's | Jim Kingdon | 6 | -3/+36 | |
1993-07-01 | new file for RISC/os | Jim Kingdon | 1 | -0/+0 | |
1993-07-01 | * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't | Jim Kingdon | 2 | -4/+18 | |
print c_line. (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL is defined; don't care what it is defined to. | |||||
1993-07-01 | * Makefile.in (.y.c): skip default .y.c rules. gnu make can now run in | K. Richard Pixley | 1 | -3/+4 | |
parallel without colliding on yacc's static file names. Without the stub rule, make will try to start two yacc's concurrently which fails because of yacc's static file names. | |||||
1993-07-01 | * config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO. | Jim Kingdon | 2 | -0/+9 | |
1993-06-30 | * stabs.texinfo (Parameters): Say that order of stabs is significant. | Jim Kingdon | 2 | -1/+10 | |
1993-06-30 | * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end. | Jim Kingdon | 1 | -0/+9 | |
1993-06-30 | * Makefile.in (ldgram.[hc]): rewrite this rule in such a way that gnu | K. Richard Pixley | 2 | -3/+24 | |
make can run in parallel without colliding on yacc's static file names. |