Age | Commit message (Expand) | Author | Files | Lines |
1995-01-05 | * gdbtk.tcl (build_framework): Add standard commands menu, more | Stan Shebs | 2 | -13/+62 |
1995-01-05 | * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace. | Stan Shebs | 2 | -1/+5 |
1995-01-05 | * defs.h: move include tm.h up, so that the type LONGEST can | Kung Hsu | 2 | -6/+16 |
1995-01-05 | * som.c (bfd_section_from_som_symbol): Only return sections which | Jeff Law | 2 | -2/+6 |
1995-01-04 | * lib/ld.exp: Use [which $ld] rather than [file exists $ld] to see | Ian Lance Taylor | 2 | -4/+20 |
1995-01-04 | * mpw-config.in (archname): Compute from the config. | Stan Shebs | 2 | -8/+17 |
1995-01-04 | * som.c (som_begin_writing): Don't forget to bump the | Jeff Law | 2 | -1/+6 |
1995-01-04 | * config.guess: Merge from FSF. | Per Bothner | 1 | -0/+12 |
1995-01-04 | * remote-os9k.c (rombug_open): catch exception e in rombug. | Kung Hsu | 2 | -3/+13 |
1995-01-04 | * top.c (locate_arg): Call strchr not index. | Jim Kingdon | 2 | -1/+5 |
1995-01-04 | * ch-exp.y (literal): Recognize NULL. | Per Bothner | 3 | -83/+418 |
1995-01-04 | * ch-typeprint.c (chill_type_print_base): Get names of PTR and | Per Bothner | 3 | -6/+41 |
1995-01-03 | * mpw-make.in (DebugOptions): Remove define of DEBUG_BFD_SEND. | Stan Shebs | 2 | -1/+6 |
1995-01-03 | keep sim-gdb.exp | Stan Shebs | 1 | -0/+1 |
1995-01-03 | * config/sim-gdb: New file, simulator testing support. | Stan Shebs | 2 | -0/+124 |
1995-01-02 | Fixes PR 6111 | Stan Shebs | 2 | -7/+12 |
1995-01-02 | Start this year's ChangeLog. | Stan Shebs | 2 | -5910/+5919 |
1994-12-31 | * config/m68k/tm-est.h: Remove cruft. | Steve Chamberlain | 1 | -0/+4 |
1994-12-31 | * config/m68k/tm-est.h: Remove cruft. | Steve Chamberlain | 1 | -29/+4 |
1994-12-31 | Handle .space directive with non-constant operand: | Ken Raeburn | 3 | -22/+83 |
1994-12-31 | * gdbtk.tcl (FSBox): New proc, File Selection Box code from exmh. | Stan Shebs | 2 | -3/+711 |
1994-12-30 | * as.h (relax_substateT): Now defined to be unsigned int. | Ken Raeburn | 1 | -20/+30 |
1994-12-30 | * Makefile.in (dependencies): Make $(OBJS) depend on as.h and everything it | Ken Raeburn | 2 | -99/+39 |
1994-12-30 | * listing.c (list_symbol_table): Build a format string based on the size of the | Ken Raeburn | 2 | -22/+68 |
1994-12-30 | Sanitize out gdbtk references unless keep-gdbtk specified | Stan Shebs | 4 | -10/+93 |
1994-12-30 | * gas/i386/pushw.l: Fixed whitespace to match current listing style. | Ken Raeburn | 2 | -3/+28 |
1994-12-30 | * Allow up to 10 whitespace separated arguments to user defined | Jeff Law | 4 | -22/+314 |
1994-12-30 | * hppa-tdep.c (pa_print_registers): Extract register values stored | Rob Savoye | 2 | -12/+35 |
1994-12-30 | * array-rom.c: Support for Array Tech LSI33k based RAID disk | Rob Savoye | 3 | -1/+173 |
1994-12-30 | * monitor.[ch], op50-rom.c, rom68k-rom.c, w89k-rom.c: Add support | Rob Savoye | 6 | -19/+112 |
1994-12-29 | * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit | Steve Chamberlain | 1 | -0/+14 |
1994-12-29 | * ldwrite.c (clone_section): Create a symbol with the | Steve Chamberlain | 1 | -0/+5 |
1994-12-29 | * interp.c (BUSERROR): New macro. | Steve Chamberlain | 3 | -199/+421 |
1994-12-29 | * config/tc-hppa.c (pa_subspace): For sections with the ZERO | Jeff Law | 1 | -0/+5 |
1994-12-29 | * som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify | Jeff Law | 2 | -3/+10 |
1994-12-29 | * hppa-tdep.c (hppa_fix_call_dummy): Prefer import stubs over | Jeff Law | 2 | -15/+61 |
1994-12-28 | * a29k-tdep.c (pop_frame): Fix a variable name. | Stan Shebs | 2 | -1/+5 |
1994-12-28 | * hppa-tdep.c (push_dummy_frame): Refine code to determine what | Jeff Law | 2 | -4/+26 |
1994-12-28 | * subsegs.h: Include obstack.h. | Ken Raeburn | 2 | -2/+8 |
1994-12-28 | * hppa-tdep.c (push_dummy_frame): Return type is void. Clear | Jeff Law | 2 | -12/+58 |
1994-12-28 | * gdb.base/interrupt.exp: Test calling func1 twice. | Jeff Law | 1 | -0/+4 |
1994-12-27 | * breakpoint.c (watchpoint_check): Don't bother restoring the | Jeff Law | 2 | -60/+67 |
1994-12-27 | coffgen.c changes checked in last tuesday -- forgot to check in the log entry | Ken Raeburn | 1 | -0/+7 |
1994-12-27 | * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like | Jeff Law | 2 | -20/+47 |
1994-12-27 | * somsolib.c (som_solib_add): Return without loading any shared | Jeff Law | 2 | -0/+12 |
1994-12-24 | * remote-est.c: New file supports EST-300 CPU32 background | Steve Chamberlain | 5 | -0/+600 |
1994-12-24 | New files. | Steve Chamberlain | 2 | -0/+75 |
1994-12-24 | * Makefile.in (CLIBS): Put LIBIBERTY last. | Stu Grossman | 3 | -40/+50 |
1994-12-23 | * ser-tcp.c (tcp_open): Cast to struct sockaddr when passing to | Jim Kingdon | 2 | -1/+11 |
1994-12-22 | * nlm/gdbserve.c, nlm/ppc.c, nlm/ppc.h: Don't try to use | J.T. Conklin | 3 | -6/+10 |