Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-25 | * remote-sim.h (SIM_RC): Add a bunch of new return codes for | Stu Grossman | 1 | -1/+17 | |
breakpoint stuff. * Add functions to tell the simulator to set/clear/enable/disable intrinsic breakpoints. | |||||
1997-09-25 | * Make-common.in: New files sim-break.c, sim-break.h. | Stu Grossman | 5 | -0/+331 | |
* sim-base.h: Add point to breakpoint list to sim_state_base. * sim-break.c sim-break.h: New modules that implement intrinsic breakpoint support. * sim-module.c: Add breakpoint module. | |||||
1997-09-24 | * m68k-opc.c: Correct bchg, bclr, bset, and btst on ColdFire. | Ian Lance Taylor | 2 | -6/+14 | |
1997-09-24 | * config/tc-m68k.c (m68k_ip): Handle q and v operand specifiers. | Ian Lance Taylor | 2 | -2/+52 | |
1997-09-24 | fix copyright | Ian Lance Taylor | 1 | -1/+1 | |
1997-09-24 | * m68k.h: Document q and v operand specifiers. | Ian Lance Taylor | 2 | -2191/+170 | |
1997-09-24 | Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com> | Ian Lance Taylor | 3 | -77/+82 | |
* configure.in (sh*-*-rtems*): New target, like sh-*-elf*. * configure: Rebuild. | |||||
1997-09-24 | Wed Sep 24 16:52:28 1997 Joel Sherrill <joel@oarcorp.com> | Ian Lance Taylor | 1 | -0/+4 | |
* config.bfd (sh*-*-rtems*): New target, like sh-*-*elf*. | |||||
1997-09-24 | * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set, | Bob Manson | 2 | -1/+12 | |
define vxworks when building the testcase. * gdb.base/ptype.exp: Fix testnames to be unique. * gdb.base/radix.exp: Ditto. * gdb.base/term.exp: Ditto. * gdb.base/whatis.exp: Ditto. * gdb.c++/classes.exp: Ditto. More misc fixes. | |||||
1997-09-24 | * binutils.texi (ar cmdline): Document that q now works like r. | Ian Lance Taylor | 1 | -1/+4 | |
From Marty Leisner <leisner@sdsp.mc.xerox.com>. | |||||
1997-09-24 | * binutils.texi (size): The object file argument is optional. | Ian Lance Taylor | 2 | -1/+5 | |
From Marty Leisner <leisner@sdsp.mc.xerox.com>. | |||||
1997-09-24 | * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. | Ian Lance Taylor | 1 | -0/+4 | |
1997-09-24 | * doc/c-i386.texi (i386-Float): Remove incorrect assertion that | Ian Lance Taylor | 1 | -0/+4 | |
fn* instructions do not insert implicit fwait. This was changed Jan 29, 1996. | |||||
1997-09-24 | * m68k-opc.c: Accept tst{b,w,l} with immediate operands on cpu32. | Ian Lance Taylor | 2 | -3/+5 | |
1997-09-24 | * ld.texinfo (Section Options): Improve documentation of NOLOAD | Ian Lance Taylor | 1 | -0/+3 | |
directive. | |||||
1997-09-24 | * m68k-opc.c: Correct movew of an immediate operand to %sr or %ccr | Ian Lance Taylor | 2 | -3/+45 | |
for mcf5200. | |||||
1997-09-24 | * config/m68k-parse.y (yylex): Permit an expression to be used for | Ian Lance Taylor | 1 | -0/+3 | |
the scale factor. PR 13393. | |||||
1997-09-24 | * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y, | Ian Lance Taylor | 1 | -0/+4 | |
not m68k-parse.y. * Makefile.in: Rebuild. | |||||
1997-09-24 | * Makefile.am (libbfd_a_SOURCES): Define. | Ian Lance Taylor | 1 | -0/+3 | |
* Makefile.in: Rebuild. | |||||
1997-09-24 | * aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 4 | -9/+15 | |
* Makefile.in: Rebuild with current automake. * configure: Rebuild. | |||||
1997-09-24 | * aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 5 | -277/+982 | |
* configure: Rebuild. | |||||
1997-09-24 | * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL. | Ian Lance Taylor | 2 | -9/+16 | |
* aclocal.m4: Rebuild with new libtool. * configure: Rebuild. | |||||
1997-09-24 | r5900 sanitization fixes. | Jeff Law | 2 | -2/+3 | |
1997-09-23 | * elf.c (map_sections_to_segments): Even if we are not demand | Ian Lance Taylor | 1 | -0/+14 | |
paged, don't put a loadable section after a nonloadable section. (assign_file_positions_for_segments): Increment the file offset for a section with contents, even if it is not loadable. PR 13139. | |||||
1997-09-23 | * app.c (do_scrub_chars): Clear mri_state at end of .mri | Ian Lance Taylor | 1 | -0/+3 | |
pseudo-op. | |||||
1997-09-23 | * config/tc-mips.c (hilo_interlocks): Change from a static | Ian Lance Taylor | 1 | -13/+13 | |
variable to a macro, so that it varies with the variables upon which it depends. (gpr_interlocks, cop_interlocks): Likewise. (md_begin): Don't initialize them. | |||||
1997-09-23 | mips64vr5900el-elf -> mips64r5900-elf. | Jeff Law | 66 | -2062/+0 | |
1997-09-23 | * Makefile.in (ALLCONFIG): Remove, inaccurate and never used. | Stan Shebs | 1 | -0/+4 | |
1997-09-23 | * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once | Felix Lee | 2 | -1/+13 | |
an hour. * sim-n-core.h (WITH_XOR_ENDIAN): MSVC barfs on if (0) { 1 % 0; } * sim-core.c (sim_core_xor_write_buffer): WITH_XOR_ENDIAN + 1. (SIGBUS) define for Windows. * sim-trace.c (trace_printf,debug_printf): added ALMOST_STDC. * sim-resume.c: define SIGTRAP for windows. * sim-xcat.h: use token pasting if ALMOST_STDC. | |||||
1997-09-23 | vr5900 -> r5900 | Jeff Law | 1 | -1/+1 | |
Accept r5900el too | |||||
1997-09-23 | vr5900 -> r5900 | Jeff Law | 1 | -20/+23 | |
1997-09-23 | vr5900 -> r5900 | Jeff Law | 1 | -4/+2 | |
Accept r5900el too. | |||||
1997-09-23 | vr5900 -> r5900 | Jeff Law | 1 | -2/+1 | |
r5900 is always little endian. | |||||
1997-09-23 | vr5900-r5900. | Jeff Law | 1 | -1/+1 | |
1997-09-23 | Check v850eq popm[hl] instructions. | Andrew Cagney | 5 | -2/+284 | |
Check v850 NMI/RETI. | |||||
1997-09-23 | * mips-tdep.c (mips_push_arguments): Tweak alignment of register | Peter Schauer | 2 | -1/+26 | |
value if the remaining length of a non-integral argument is smaller than the register size for big-endian non-EABI mode. * rs6000-tdep.c (branch_dest): Handle return from signal handler function via sigreturn kernel call. | |||||
1997-09-23 | * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign configured values. | Andrew Cagney | 2 | -1/+10 | |
(CONFIG_CFLAGS): Add same. | |||||
1997-09-23 | * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32. | Felix Lee | 1 | -0/+5 | |
(SIGNED32): use ##i32. | |||||
1997-09-23 | * configure.in: i386-windows is a cross, so don't expect | Felix Lee | 1 | -1/+1 | |
libiberty to be there. * configure: updated. | |||||
1997-09-23 | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 26 | -585/+1859 | |
to <targ>/configure.in. Simplify logic used to select target [default] endianness. | |||||
1997-09-22 | * stabsread.h, symtab.h, dbxread.c, symtab.c, stabsread.c: | Dawn Perchik | 4 | -37/+36 | |
Fix prototypes. Remove function scoped function declarations. | |||||
1997-09-22 | * ldlang.c (wild_doit): Revert patch of September 3. | Ian Lance Taylor | 1 | -3/+5 | |
It doesn't work with linker scripts that use NOLOAD for debugging sections. | |||||
1997-09-22 | Removed v850eq sanitization. | Nick Clifton | 1 | -3/+1 | |
1997-09-22 | remove v850 sanitization | Ian Lance Taylor | 2 | -10/+0 | |
1997-09-22 | only remove more.parse if it exists | Ian Lance Taylor | 1 | -4/+5 | |
1997-09-22 | Add memory alignment config option. | Andrew Cagney | 6 | -87/+204 | |
1997-09-22 | Enable --alignment option, stop sim-options.c hardwiring the alignment. | Andrew Cagney | 4 | -3/+8 | |
1997-09-22 | Fix disabling of model code when simulator does not support modeling. | Andrew Cagney | 2 | -2/+24 | |
Stops `-p' crashing simulators. | |||||
1997-09-22 | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 15 | -50/+145 | |
1997-09-22 | don't sanitize out empty directories if they're not here (e.g., 'cvs co -P') | Ken Raeburn | 2 | -7/+10 | |