| Commit message (Expand) | Author | Age | Files | Lines |
* | * nlm/Makefile.in: remove MMALLOC, READLINE, TERMCAP, and other cruft. | J.T. Conklin | 1994-09-09 | 2 | -38/+8 |
* | Add XDEPFILE = ser-tcp.o | Rob Savoye | 1994-09-09 | 1 | -0/+1 |
* | * config/i386/gdbserve.mt: New file, defs for i386 nlm stub. | J.T. Conklin | 1994-09-09 | 3 | -0/+8 |
* | GDB support for HP-PRO. | Rob Savoye | 1994-09-09 | 2 | -1/+11 |
* | * coffgen.c (coff_get_symtab): Reindented. Removed commented out | Ian Lance Taylor | 1994-09-09 | 1 | -0/+3 |
* | keep arm files | Ken Raeburn | 1994-09-09 | 2 | -0/+41 |
* | keep arm files | Ken Raeburn | 1994-09-09 | 2 | -0/+4 |
* | forgot an entry for makefile dependency changes | Ken Raeburn | 1994-09-09 | 1 | -0/+3 |
* | keep arm dir | Ken Raeburn | 1994-09-09 | 1 | -0/+1 |
* | Convert m68k COFF to use new COFF backend linker. | Ian Lance Taylor | 1994-09-09 | 3 | -17/+77 |
* | Modified Files: | Kung Hsu | 1994-09-09 | 3 | -9/+89 |
* | Modified Files: | Kung Hsu | 1994-09-09 | 1 | -2/+2 |
* | * config/i386/xm-go32.h (GDBINIT_FILENAME): Set to gdb.ini. | Steve Chamberlain | 1994-09-09 | 1 | -0/+2 |
* | * config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function | Steve Chamberlain | 1994-09-09 | 1 | -1/+3 |
* | * config/h8500/tm-h8500.h (target_write_pc, TARGET_WRITE_PC): | Steve Chamberlain | 1994-09-09 | 1 | -2/+2 |
* | Thu Sep 8 17:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com) | Steve Chamberlain | 1994-09-09 | 2 | -10/+68 |
* | * config/obj-coff.c (size_section): Do an fprintf to stderr rather | Ian Lance Taylor | 1994-09-08 | 2 | -261/+116 |
* | * scripttempl/h8500b.sc: Put rdata stuff into own segment. | Steve Chamberlain | 1994-09-08 | 1 | -0/+4 |
* | * coff-h8300.c (h8300_reloc16_extra_cases, case RELBYTE): Flag overflows | Steve Chamberlain | 1994-09-08 | 1 | -0/+17 |
* | * sparclite/Makefile.in: Assorted stuff needed for eload. | J.T. Conklin | 1994-09-08 | 1 | -1/+8 |
* | * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define; | Ian Lance Taylor | 1994-09-08 | 1 | -0/+11 |
* | * gdb.base/commands.exp: New tests for if/while commands. | Jeff Law | 1994-09-08 | 2 | -0/+5 |
* | * defs.h (enum misc_command_type, command_control_type): Enums | Jeff Law | 1994-09-08 | 3 | -96/+648 |
* | * config/tc-{h8300,sh}.[ch] (tc_coff_symbol_emit): Function doing nothing | Steve Chamberlain | 1994-09-08 | 1 | -0/+5 |
* | Wed Sep 7 17:21:12 1994 Steve Chamberlain (sac@jonny.cygnus.com) | Steve Chamberlain | 1994-09-08 | 2 | -129/+180 |
* | fix config.status, Makefile dependencies | Ken Raeburn | 1994-09-08 | 1 | -2/+2 |
* | tc_gen_reloc, i386-linux, brokensed changes | Ken Raeburn | 1994-09-08 | 1 | -0/+12 |
* | (tc_gen_reloc): Use bfd_get_reloc_code_name in error message. | Ken Raeburn | 1994-09-07 | 3 | -13/+54 |
* | Remove 'brokensed' hack, autoconf should make it unnecessary now. | Ken Raeburn | 1994-09-07 | 1 | -8/+9 |
* | Don't set bfd_gas for i386-linux a.out configurations. | Ken Raeburn | 1994-09-07 | 2 | -2/+2 |
* | * libelf.h (struct elf_backend_data): Change second argument of | Ian Lance Taylor | 1994-09-07 | 1 | -2/+7 |
* | Update for autoconf beta 1.112: | Ken Raeburn | 1994-09-07 | 6 | -230/+249 |
* | * coff-go32.c (RTYPE2HOWTO): Fully parenthesize arguments. | Ian Lance Taylor | 1994-09-07 | 1 | -0/+30 |
* | * configure.in: Check ${host} and ${target} rather than | Ian Lance Taylor | 1994-09-07 | 3 | -4/+10 |
* | * config.sub: Merge nextstep cleanup from FSF. | Per Bothner | 1994-09-07 | 1 | -0/+4 |
* | * som.c (som_bfd_derive_misc_symbol_info): Treat undefined code | Jeff Law | 1994-09-07 | 1 | -0/+13 |
* | x | Ian Lance Taylor | 1994-09-07 | 1 | -1/+15 |
* | * scripttempl/m68kcoff.sc: Put .bss in data segment. | Ian Lance Taylor | 1994-09-07 | 1 | -2/+2 |
* | * c-typeprint.c (c_type_print_varspec_prefix, | Stan Shebs | 1994-09-07 | 6 | -75/+110 |
* | Minor tweaks to make COFF code support both new and old style linker. | Ian Lance Taylor | 1994-09-06 | 2 | -9/+16 |
* | * pr-5016.ch, pr-5016.exp, Makefile.in: New testcase. | Per Bothner | 1994-09-06 | 4 | -2/+95 |
* | Note fix to lib/gdb.exp. | Per Bothner | 1994-09-06 | 1 | -0/+5 |
* | Add new style linker support to COFF backend. a29k only for now. | Ian Lance Taylor | 1994-09-06 | 11 | -245/+2788 |
* | * coffgen.c (coff_print_symbol, case bfd_symbol_print_all): Check for section | Ken Raeburn | 1994-09-06 | 2 | -1/+17 |
* | Makefile.in (ALL_MACHINES): ADded cpu-arm.o. | Ken Raeburn | 1994-09-06 | 2 | -2/+7 |
* | * config/tc-mips.c (mips_cpu): New static variable. | Ian Lance Taylor | 1994-09-06 | 2 | -21/+123 |
* | * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions | Ian Lance Taylor | 1994-09-06 | 2 | -35/+55 |
* | * mips.h (INSN_STORE_MEMORY): Define. | Ian Lance Taylor | 1994-09-06 | 2 | -3/+21 |
* | * gdb.c++/demangle.exp (test_arm_style_demangling): Remove | Peter Schauer | 1994-09-06 | 1 | -0/+5 |
* | * ch-typeprint.c (chill_type_print_base): Make TYPE_CODE_RANGE | Per Bothner | 1994-09-05 | 2 | -14/+17 |