old-cross-binutils/sim/common
Andrew Cagney a77aa7ec4b * configure: Re-generate.
* Make-common.in (CSEARCH): Do not include the gdb directory in
        the search path.
        * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
        SIM_WARNING): Drop, requiring the simulator specific Makefile.in
        to explicitly incorporate these.

        * aclocal.m4 (--enable-sim-alignment); New option. Strongly
        specify the alignment restrictions of the target architecture -
        without this option all alignment restrictions are accomodated.
        (--enable-sim-assert): New option.  Conditionally compile in
        assertion statements.
        (--enable-sim-float): New option. Strongly specify the target's
        floating point support.
        (--enable-sim-hardware): New option.  Specify the hardware devices
        included in the simulation.
        (--enable-sim-packages): New option.  Specify the hardware
        packages included in the simulation.
        (--enable-sim-regparm): New option.  Specify that parameters be
        passed in registers instead of on the stack.
        (--enable-sim-reserved-bits): New option. Specify that reserved
        bits within an instruction are are correctly set.
        (--enable-sim-smp): New option. Specify the level of SMP support
        to be included in the simulator.
        (--enable-sim-stdcall): New option.  Specify an alternative
        function call convention.
        (--enable-sim-xor-endian): New option.  Configure xor-endian
        support used by some targets to implement bi-endian support.
1997-03-17 15:29:29 +00:00
..
.Sanitize Forgot to update *-n.h to sim-n*.h 1997-03-14 16:48:11 +00:00
aclocal.m4 * configure: Re-generate. 1997-03-17 15:29:29 +00:00
callback.c Silence warnings in ppc simulator 1997-02-11 18:48:40 +00:00
ChangeLog * configure: Re-generate. 1997-03-17 15:29:29 +00:00
configure * configure: Re-generate. 1997-03-17 15:29:29 +00:00
configure.in * Makefile.in (libcommon.a): Delete. 1997-02-04 21:32:42 +00:00
gentmap.c * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
gentvals.sh * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
Make-common.in * configure: Re-generate. 1997-03-17 15:29:29 +00:00
Makefile.in * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
run.1
run.c Better error messages when a program stops due to signal; support d10v getpid/kill 1996-10-15 15:44:10 +00:00
sim-bits.c Add a number of per-simulator options: hostendian, endian, inline, warnings. 1997-03-14 15:13:58 +00:00
sim-core.c Add a number of per-simulator options: hostendian, endian, inline, warnings. 1997-03-14 15:13:58 +00:00
sim-endian.c Add a number of per-simulator options: hostendian, endian, inline, warnings. 1997-03-14 15:13:58 +00:00
sim-io.c New files: 1997-03-07 09:15:56 +00:00
sim-io.h New files: 1997-03-07 09:15:56 +00:00
sim-n-bits.h Add a number of per-simulator options: hostendian, endian, inline, warnings. 1997-03-14 15:13:58 +00:00
sim-n-core.h Add a number of per-simulator options: hostendian, endian, inline, warnings. 1997-03-14 15:13:58 +00:00
sim-n-endian.h Add a number of per-simulator options: hostendian, endian, inline, warnings. 1997-03-14 15:13:58 +00:00
tconfig.in * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00