Age | Commit message (Expand) | Author | Files | Lines |
1993-07-06 | more prototypes, in libelf.h | Ken Raeburn | 2 | -8/+9 |
1993-07-06 | Several changes: type fixes; prototypes; minimal-bfd work; elf fixes. | Ken Raeburn | 1 | -0/+39 |
1993-07-06 | regenerated | Ken Raeburn | 1 | -10/+40 |
1993-07-06 | * elfcode.h (elf_read): Delete static declaration, since function has moved. | Ken Raeburn | 1 | -257/+211 |
1993-07-06 | fill out reloc table | Ken Raeburn | 1 | -0/+197 |
1993-07-06 | Hack to cut down compilations needed for minimal-bfd: | Ken Raeburn | 2 | -20/+40 |
1993-07-06 | Stricter prototyping, to force type conversions between 64-bit target and | Ken Raeburn | 3 | -63/+93 |
1993-07-06 | * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS, | John Gilmore | 2 | -16/+29 |
1993-07-06 | (enum bfd_reloc_code_real): Put simple power-to-two relocs together, and add | Ken Raeburn | 1 | -14/+33 |
1993-07-06 | * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. | Jim Kingdon | 1 | -0/+4 |
1993-07-06 | * Makefile.in: Remove gdb before creating a new one. | Jim Kingdon | 2 | -1/+9 |
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 |
1993-07-06 | * run.c (main), interp.c (sim_set_timeout): Remove timeout | Steve Chamberlain | 1 | -7/+0 |
1993-07-06 | * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}. | Jim Kingdon | 3 | -16/+97 |
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 |
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 |
1993-07-05 | * ldlang.c (lang_relocate_globals): Skip indirect symbols, which | Ian Lance Taylor | 2 | -0/+12 |
1993-07-05 | solaris doesn't have siginterrupt, though it has sigaction; however, | Mark Eichin | 1 | -0/+4 |
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 |
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 |
1993-07-03 | * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and | Jim Kingdon | 2 | -20/+61 |
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 |
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 |
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 |
1993-07-02 | * configure.in (mipos-*-riscos*): New host and target; use riscos. | Ian Lance Taylor | 2 | -0/+12 |
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 |