Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-07-06 | New file. | Steve Chamberlain | 2 | -0/+4 | |
1993-07-06 | Build gprof for sh. | Steve Chamberlain | 2 | -1/+12 | |
1993-07-06 | * gdb.texinfo (Break Commands): Remove stuff about flushing terminal | Jim Kingdon | 2 | -8/+32 | |
input when evaluating breakpoint conditions; the bug has been fixed. * gdb.texinfo (Continuing and Stepping): Argument to "continue" sets the ignore count to N-1, not to N. | |||||
1993-07-06 | * run.c (main), interp.c (sim_set_timeout): Remove timeout | Steve Chamberlain | 1 | -7/+0 | |
functionality. | |||||
1993-07-06 | * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}. | Jim Kingdon | 3 | -16/+97 | |
(ALLCONFIG): Add config/alpha/alpha-osf1.mh. * infcmd.c (_initialize_infcmd): In docstring for "continue", describe argument as setting ignore count. | |||||
1993-07-06 | * Makefile.in: Install correctly. | Steve Chamberlain | 2 | -4/+16 | |
1993-07-06 | remove INSTALL=cp | David D. Zuhn | 1 | -1/+0 | |
1993-07-06 | * gdb.t06/signals.c: Add xfails for sun3. | Jim Kingdon | 1 | -0/+2 | |
1993-07-06 | * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. | Jim Kingdon | 1 | -0/+2 | |
1993-07-06 | * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add | Jim Kingdon | 1 | -0/+7 | |
test_stepping tests. | |||||
1993-07-05 | * cpu-h8300.c (h8300_scan): Fix parsing of architecture string. | David Edelsohn | 1 | -0/+4 | |
1993-07-05 | * config/hp300hpux.mt: Use emulation hp3hpux rather than | Ian Lance Taylor | 1 | -1/+1 | |
hp300hpux, since the latter does not exist. | |||||
1993-07-05 | * ldlang.c (lang_relocate_globals): Skip indirect symbols, which | Ian Lance Taylor | 2 | -0/+12 | |
now have a non NULL srefs_chain. | |||||
1993-07-05 | solaris doesn't have siginterrupt, though it has sigaction; however, | Mark Eichin | 1 | -0/+4 | |
in this case siginterrupt would just be setting the default. (This was the only patch needed to make devo build solaris-x-a29kudi...) | |||||
1993-07-04 | * h8300-tdep.c (examine_prologue): Fix call to read_memory_unsigned_integer. | David Edelsohn | 2 | -2/+6 | |
1993-07-04 | (sim_csize): Initialize cpu.cache. | David Edelsohn | 2 | -0/+1641 | |
1993-07-04 | (bfd_h8_disassemble): Correct fetching of instruction. | David Edelsohn | 1 | -0/+13 | |
1993-07-03 | Passing -L. is no longer necessary. | David MacKenzie | 2 | -7/+7 | |
1993-07-03 | Fix previous fix. | David MacKenzie | 4 | -11/+28 | |
1993-07-03 | * ldmain.c (main): Don't add scriptdir to the lib search path. | David MacKenzie | 5 | -90/+146 | |
* genscripts.sh: Put the scripts in the ldscripts directory, not emulations. * configure.in (ldscripts): Make, instead of emulations. * Makefile.in (scriptdir): Take off the "ld" part. (install, clean, distclean): Use ldscripts, not emulations. In tests, pass -L., not -Lemulations. (ldmain.o): Don't pass -DSCRIPTDIR=.... * ldlang.c (lang_process): Add "ldscripts/" to the name of the default script file. | |||||
1993-07-03 | Keep writecode.c | Steve Chamberlain | 1 | -0/+1 | |
1993-07-03 | Makefile.in: Add -I../../bfd to pick up bfd.h. | David Edelsohn | 1 | -0/+34 | |
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 | |