diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-09 05:13:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 03:15:01 -0500 |
commit | 0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4 (patch) | |
tree | 532fd8862224ef99d9af70eeb431e6b12f3e524a /sim/ft32 | |
parent | sim: drop --enable-sim-cflags option (diff) | |
download | binutils-gdb-0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4.tar.gz binutils-gdb-0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4.tar.bz2 binutils-gdb-0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4.zip |
sim: drop --enable-sim-{regparm,stdcall} options
These options were never exposed for most sims (just the ppc one),
and they are really only useful on 32-bit x86 systems. Considering
modern systems tend to be 64-bit x86_64 and how well modern compilers
are at optimizing code, these have outlived their usefulness.
Diffstat (limited to 'sim/ft32')
-rw-r--r-- | sim/ft32/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/ft32/configure | 14 |
2 files changed, 6 insertions, 12 deletions
diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index 639f37b4f00..fb1210e1ff4 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -2,6 +2,10 @@ * configure: Regenerate. +2016-01-10 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. + 2016-01-09 Mike Frysinger <vapier@gentoo.org> * config.in, configure: Regenerate. diff --git a/sim/ft32/configure b/sim/ft32/configure index c8b28338064..e4d2bc79983 100755 --- a/sim/ft32/configure +++ b/sim/ft32/configure @@ -683,10 +683,8 @@ CC WERROR_CFLAGS WARN_CFLAGS sim_xor_endian -sim_stdcall sim_smp sim_reserved_bits -sim_regparm sim_packages sim_inline sim_hw @@ -4042,14 +4040,6 @@ sim_inline="-DDEFAULT_INLINE=0" - - - - - - - - # intl sister-directory configuration rules. # @@ -12857,7 +12847,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12860 "configure" +#line 12850 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12963,7 +12953,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12966 "configure" +#line 12956 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |