aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1997-04-17 * sim-config.h (WITH_DEBUG): Provide default value of zero.David Edelsohn2-1/+8
1997-04-17 * sim-options.c, sim-options.h: New files.David Edelsohn4-0/+809
1997-04-17MAX_CPUS -> WITH_SMP.David Edelsohn1-4/+4
1997-04-17Fix copyright message, this is not GCC.David Edelsohn1-5/+5
1997-04-17 * run.c (main): Check return value of sim_open.David Edelsohn2-0/+4
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-111/+649
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn3-26/+73
1997-04-17 * psim.c (psim_options): Ignore -E option (sets endianness).David Edelsohn3-62/+162
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-34/+155
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-26/+52
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-55/+181
1997-04-17 * interf.c (sim_open): Ignore -E arg.David Edelsohn2-40/+61
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-59/+114
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-11/+34
1997-04-17 * sim-load.c: New file.David Edelsohn1-0/+1
1997-04-17Add sim-load.c, sim-trace.h.David Edelsohn1-0/+2
1997-04-17 * Make-common.in (sim-options.o, sim-load.o): Add rules for.David Edelsohn7-52/+542
1997-04-17 (gdbsim_open): Pass endian indicator as arg.David Edelsohn1-0/+1
1997-04-17 * remote-sim.c (gdbsim_load): Update call to sim_load.David Edelsohn2-12/+17
1997-04-17 * remote-sim.h (struct _bfd): Declare.David Edelsohn2-17/+18
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney12-113/+255
1997-04-16 From Gordon W. Ross <gwr@mc.com>:Ian Lance Taylor1-1/+9
1997-04-16Wed Apr 16 12:43:32 1997 Martin Hunt <hunt@cygnus.com>Martin Hunt1-0/+7
1997-04-16Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com>Martin Hunt1-0/+7
1997-04-16Wed Apr 16 12:20:24 1997 Martin Hunt <hunt@cygnus.com>Martin Hunt1-0/+9
1997-04-16 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Set .rela.bss sizeIan Lance Taylor1-0/+6
1997-04-16Correct test for fpr pairs.Gavin Romig-Koch1-0/+3
1997-04-16 * remote.c (get_offsets): Don't use scanf for interpretingStan Shebs1-0/+5
1997-04-15Correct test for fpr pairs.Gavin Romig-Koch7-5/+126
1997-04-15this file was removed a long time agoIan Lance Taylor1-26/+0
1997-04-15sanitize out references to v850Ian Lance Taylor3-63/+67
1997-04-15 * aout-target.h (MY(callback)): If entry_is_text_address, adjustIan Lance Taylor1-0/+4
1997-04-15 * Makefile.in (DEVO_SUPPORT): Add mkinstalldirs.Ian Lance Taylor2-1/+3
1997-04-15 * Makefile.in (INSTALL_XFORM): Remove.Ian Lance Taylor2-2/+3
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor1-0/+9
1997-04-15 * Makefile.in (install-sis): Depend upon installdirs. UseIan Lance Taylor1-0/+11
1997-04-15 * Make-common.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor2-12/+60
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor1-0/+8
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor2-6/+17
1997-04-15 * gdbserver/Makefile.in (INSTALL_XFORM): Remove.Ian Lance Taylor1-0/+13
1997-04-15 Change to use automake:Ian Lance Taylor7-241/+1076
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor2-10/+27
1997-04-15 * Makefile.in (INSTALL): Set to @INSTALL@.Ian Lance Taylor2-58/+70
1997-04-15 * Makefile.in (srcroot): Remove.Ian Lance Taylor2-16/+31
1997-04-15 * Makefile.in (install): Depend upon installdirs. UseIan Lance Taylor2-14/+22
1997-04-15tweak last patchIan Lance Taylor1-1/+1
1997-04-15 * mkinstalldirs: New file, copied from automake.Ian Lance Taylor3-26/+21
1997-04-15 * elflink.h (elf_link_add_object_symbols): Don't call check_relocsIan Lance Taylor2-1/+13
1997-04-15From Jim Wilson <wilson@cygnus.com>Andrew Cagney2-11/+49
1997-04-15Get the BIT/MASK/ROT/... macros to work with any 32/64/MSB0/MSBn target.Andrew Cagney6-33/+431