]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* configure: Re-generate.
authorAndrew Cagney <cagney@redhat.com>
Mon, 17 Mar 1997 15:29:29 +0000 (15:29 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 17 Mar 1997 15:29:29 +0000 (15:29 +0000)
commita77aa7ec4b1a6eb18019cf59731bf1a524b0fea4
treea90f0a7503a4adb6345768444f67cf19a7bfeda5
parentdbb0b55caad76613c5b5cc3ef2434704acd8c89e
    * 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.
19 files changed:
sim/arm/ChangeLog
sim/arm/configure
sim/common/ChangeLog
sim/common/Make-common.in
sim/common/aclocal.m4
sim/common/configure
sim/d10v/configure
sim/erc32/configure
sim/h8300/ChangeLog
sim/h8300/configure
sim/igen/ChangeLog
sim/mips/ChangeLog
sim/mips/configure
sim/mn10300/ChangeLog
sim/mn10300/configure
sim/sh/ChangeLog
sim/sh/configure
sim/v850/ChangeLog
sim/v850/configure