From bcaa61f7c89c2b44e231ee6999cc33b04e7dd202 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Jun 2021 01:52:01 -0400 Subject: sim: move dv-sockser define to CPPFLAGS This is the only define left in m4/ that is not in the common config.h, so move it to sim_hw_cflags so we can drop the arch-specific config.h. --- sim/ChangeLog | 5 +++++ sim/aarch64/ChangeLog | 4 ++++ sim/aarch64/config.in | 3 --- sim/aarch64/configure | 6 +----- sim/arm/ChangeLog | 4 ++++ sim/arm/config.in | 3 --- sim/arm/configure | 6 +----- sim/avr/ChangeLog | 4 ++++ sim/avr/config.in | 3 --- sim/avr/configure | 6 +----- sim/bfin/ChangeLog | 4 ++++ sim/bfin/config.in | 3 --- sim/bfin/configure | 6 +----- sim/bpf/ChangeLog | 4 ++++ sim/bpf/config.in | 3 --- sim/bpf/configure | 6 +----- sim/cr16/ChangeLog | 4 ++++ sim/cr16/config.in | 3 --- sim/cr16/configure | 6 +----- sim/cris/ChangeLog | 4 ++++ sim/cris/config.in | 3 --- sim/cris/configure | 6 +----- sim/d10v/ChangeLog | 4 ++++ sim/d10v/config.in | 3 --- sim/d10v/configure | 6 +----- sim/erc32/ChangeLog | 4 ++++ sim/erc32/config.in | 3 --- sim/erc32/configure | 6 +----- sim/example-synacor/ChangeLog | 4 ++++ sim/example-synacor/config.in | 3 --- sim/example-synacor/configure | 6 +----- sim/frv/ChangeLog | 4 ++++ sim/frv/config.in | 3 --- sim/frv/configure | 6 +----- sim/ft32/ChangeLog | 4 ++++ sim/ft32/config.in | 3 --- sim/ft32/configure | 6 +----- sim/h8300/ChangeLog | 4 ++++ sim/h8300/config.in | 3 --- sim/h8300/configure | 6 +----- sim/iq2000/ChangeLog | 4 ++++ sim/iq2000/config.in | 3 --- sim/iq2000/configure | 6 +----- sim/lm32/ChangeLog | 4 ++++ sim/lm32/config.in | 3 --- sim/lm32/configure | 6 +----- sim/m32c/ChangeLog | 4 ++++ sim/m32c/config.in | 3 --- sim/m32c/configure | 6 +----- sim/m32r/ChangeLog | 4 ++++ sim/m32r/config.in | 3 --- sim/m32r/configure | 6 +----- sim/m4/sim_ac_option_hardware.m4 | 3 +-- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/config.in | 3 --- sim/m68hc11/configure | 6 +----- sim/mcore/ChangeLog | 4 ++++ sim/mcore/config.in | 3 --- sim/mcore/configure | 6 +----- sim/microblaze/ChangeLog | 4 ++++ sim/microblaze/config.in | 3 --- sim/microblaze/configure | 6 +----- sim/mips/ChangeLog | 4 ++++ sim/mips/config.in | 3 --- sim/mips/configure | 6 +----- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/config.in | 3 --- sim/mn10300/configure | 6 +----- sim/moxie/ChangeLog | 4 ++++ sim/moxie/config.in | 3 --- sim/moxie/configure | 6 +----- sim/msp430/ChangeLog | 4 ++++ sim/msp430/config.in | 3 --- sim/msp430/configure | 6 +----- sim/or1k/ChangeLog | 4 ++++ sim/or1k/config.in | 3 --- sim/or1k/configure | 6 +----- sim/pru/ChangeLog | 4 ++++ sim/pru/config.in | 3 --- sim/pru/configure | 6 +----- sim/riscv/ChangeLog | 4 ++++ sim/riscv/config.in | 3 --- sim/riscv/configure | 6 +----- sim/rl78/ChangeLog | 4 ++++ sim/rl78/config.in | 3 --- sim/rl78/configure | 6 +----- sim/rx/ChangeLog | 4 ++++ sim/rx/config.in | 3 --- sim/rx/configure | 6 +----- sim/sh/ChangeLog | 4 ++++ sim/sh/config.in | 3 --- sim/sh/configure | 6 +----- sim/v850/ChangeLog | 4 ++++ sim/v850/config.in | 3 --- sim/v850/configure | 6 +----- 95 files changed, 161 insertions(+), 250 deletions(-) (limited to 'sim') diff --git a/sim/ChangeLog b/sim/ChangeLog index 79e9656..4f2f7da 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,10 @@ 2021-06-15 Mike Frysinger + * m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call. + Add -DHAVE_DV_SOCKSER to sim_hw_cflags. + +2021-06-15 Mike Frysinger + * Makefile.in: Regenerate. 2021-06-14 Mike Frysinger diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog index 2016748..d137c5c 100644 --- a/sim/aarch64/ChangeLog +++ b/sim/aarch64/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/aarch64/config.in b/sim/aarch64/config.in index c3a5c27..da7824e 100644 --- a/sim/aarch64/config.in +++ b/sim/aarch64/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/aarch64/configure b/sim/aarch64/configure index 017c6c0..f34b159 100755 --- a/sim/aarch64/configure +++ b/sim/aarch64/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 0926ea9..8f978fc 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/arm/config.in b/sim/arm/config.in index c3a5c27..da7824e 100644 --- a/sim/arm/config.in +++ b/sim/arm/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/arm/configure b/sim/arm/configure index 017c6c0..f34b159 100755 --- a/sim/arm/configure +++ b/sim/arm/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 4d6e1b0..ee70b6f 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/avr/config.in b/sim/avr/config.in index c3a5c27..da7824e 100644 --- a/sim/avr/config.in +++ b/sim/avr/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/avr/configure b/sim/avr/configure index 7cdfa3e..e273fb2 100755 --- a/sim/avr/configure +++ b/sim/avr/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 541eab6..205fe35 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/bfin/config.in b/sim/bfin/config.in index c3a5c27..da7824e 100644 --- a/sim/bfin/config.in +++ b/sim/bfin/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/bfin/configure b/sim/bfin/configure index 1c98933..c721f50 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -11302,11 +11302,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index fdbd0ee..d2b35ba 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/bpf/config.in b/sim/bpf/config.in index c3a5c27..da7824e 100644 --- a/sim/bpf/config.in +++ b/sim/bpf/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/bpf/configure b/sim/bpf/configure index 55da616..0e2d157 100755 --- a/sim/bpf/configure +++ b/sim/bpf/configure @@ -11472,11 +11472,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog index 6e5470f..74161b9 100644 --- a/sim/cr16/ChangeLog +++ b/sim/cr16/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/cr16/config.in b/sim/cr16/config.in index c3a5c27..da7824e 100644 --- a/sim/cr16/config.in +++ b/sim/cr16/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/cr16/configure b/sim/cr16/configure index 7cdfa3e..e273fb2 100755 --- a/sim/cr16/configure +++ b/sim/cr16/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index 4cbd808..7564c6b 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * traps.c: Include portability.h. diff --git a/sim/cris/config.in b/sim/cris/config.in index c3a5c27..da7824e 100644 --- a/sim/cris/config.in +++ b/sim/cris/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/cris/configure b/sim/cris/configure index d830d68..bd09fa7 100755 --- a/sim/cris/configure +++ b/sim/cris/configure @@ -11361,11 +11361,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 2254eae..f638212 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/d10v/config.in b/sim/d10v/config.in index c3a5c27..da7824e 100644 --- a/sim/d10v/config.in +++ b/sim/d10v/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/d10v/configure b/sim/d10v/configure index 017c6c0..f34b159 100755 --- a/sim/d10v/configure +++ b/sim/d10v/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 0a82427..1c1023b 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * interf.c (sim_open) [F_GETFL]: Only set termsave. diff --git a/sim/erc32/config.in b/sim/erc32/config.in index c3a5c27..da7824e 100644 --- a/sim/erc32/config.in +++ b/sim/erc32/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/erc32/configure b/sim/erc32/configure index fe945ef..0e6957e 100755 --- a/sim/erc32/configure +++ b/sim/erc32/configure @@ -11427,11 +11427,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/example-synacor/ChangeLog b/sim/example-synacor/ChangeLog index 88008b1..d23265c 100644 --- a/sim/example-synacor/ChangeLog +++ b/sim/example-synacor/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/example-synacor/config.in b/sim/example-synacor/config.in index c3a5c27..da7824e 100644 --- a/sim/example-synacor/config.in +++ b/sim/example-synacor/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/example-synacor/configure b/sim/example-synacor/configure index 7cdfa3e..e273fb2 100755 --- a/sim/example-synacor/configure +++ b/sim/example-synacor/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index c231ad1..9ecca28 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/frv/config.in b/sim/frv/config.in index c3a5c27..da7824e 100644 --- a/sim/frv/config.in +++ b/sim/frv/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/frv/configure b/sim/frv/configure index 346e0bd..6fa3a41 100755 --- a/sim/frv/configure +++ b/sim/frv/configure @@ -11432,11 +11432,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index a193dc3..87009e2 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/ft32/config.in b/sim/ft32/config.in index c3a5c27..da7824e 100644 --- a/sim/ft32/config.in +++ b/sim/ft32/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/ft32/configure b/sim/ft32/configure index 7cdfa3e..e273fb2 100755 --- a/sim/ft32/configure +++ b/sim/ft32/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index d4e7cd0..4084684 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/h8300/config.in b/sim/h8300/config.in index c3a5c27..da7824e 100644 --- a/sim/h8300/config.in +++ b/sim/h8300/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/h8300/configure b/sim/h8300/configure index 590f5e7..eb58b35 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index a19e06d..a9f35a3 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/iq2000/config.in b/sim/iq2000/config.in index c3a5c27..da7824e 100644 --- a/sim/iq2000/config.in +++ b/sim/iq2000/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/iq2000/configure b/sim/iq2000/configure index 88eb6f6..8be2474 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -11411,11 +11411,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index d47e165..f77245d 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * dv-lm32uart.c: Include sys/select.h. diff --git a/sim/lm32/config.in b/sim/lm32/config.in index c3a5c27..da7824e 100644 --- a/sim/lm32/config.in +++ b/sim/lm32/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/lm32/configure b/sim/lm32/configure index 679488d..f104d71 100755 --- a/sim/lm32/configure +++ b/sim/lm32/configure @@ -11410,11 +11410,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 8d3e606..d72ed14 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * mem.c: Delete HAVE_SYS_SELECT_H. diff --git a/sim/m32c/config.in b/sim/m32c/config.in index c3a5c27..da7824e 100644 --- a/sim/m32c/config.in +++ b/sim/m32c/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/m32c/configure b/sim/m32c/configure index 15a737b..95ffabd 100755 --- a/sim/m32c/configure +++ b/sim/m32c/configure @@ -11286,11 +11286,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 1786c52..736fa36 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * traps-linux.c: Include portability.h. diff --git a/sim/m32r/config.in b/sim/m32r/config.in index c3a5c27..da7824e 100644 --- a/sim/m32r/config.in +++ b/sim/m32r/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/m32r/configure b/sim/m32r/configure index d045b29..a225272 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -11426,11 +11426,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/m4/sim_ac_option_hardware.m4 b/sim/m4/sim_ac_option_hardware.m4 index 75e331e..22fa993 100644 --- a/sim/m4/sim_ac_option_hardware.m4 +++ b/sim/m4/sim_ac_option_hardware.m4 @@ -55,8 +55,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - AC_DEFINE_UNQUOTED( - [HAVE_DV_SOCKSER], 1, [Define if dv-sockser is usable.]) + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 65c1d21..c464248 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/m68hc11/config.in b/sim/m68hc11/config.in index c3a5c27..da7824e 100644 --- a/sim/m68hc11/config.in +++ b/sim/m68hc11/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 0236296..b604a66 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/configure @@ -11235,11 +11235,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index 8864c7a..c7024a7 100644 --- a/sim/mcore/ChangeLog +++ b/sim/mcore/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/mcore/config.in b/sim/mcore/config.in index c3a5c27..da7824e 100644 --- a/sim/mcore/config.in +++ b/sim/mcore/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/mcore/configure b/sim/mcore/configure index 017c6c0..f34b159 100755 --- a/sim/mcore/configure +++ b/sim/mcore/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index 892922f..cf08484 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/microblaze/config.in b/sim/microblaze/config.in index c3a5c27..da7824e 100644 --- a/sim/microblaze/config.in +++ b/sim/microblaze/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/microblaze/configure b/sim/microblaze/configure index 017c6c0..f34b159 100755 --- a/sim/microblaze/configure +++ b/sim/microblaze/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 60c5e7a..6bae476 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/mips/config.in b/sim/mips/config.in index c3a5c27..da7824e 100644 --- a/sim/mips/config.in +++ b/sim/mips/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/mips/configure b/sim/mips/configure index 55ce9af..8b9bebc 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -11876,11 +11876,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 0083c1a..3919da7 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete all to SIM_AC_OPTION_WARNINGS. diff --git a/sim/mn10300/config.in b/sim/mn10300/config.in index c3a5c27..da7824e 100644 --- a/sim/mn10300/config.in +++ b/sim/mn10300/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 0ff47dd..37983fc 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -11315,11 +11315,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 6126b42..4d08e6e 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/moxie/config.in b/sim/moxie/config.in index c3a5c27..da7824e 100644 --- a/sim/moxie/config.in +++ b/sim/moxie/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/moxie/configure b/sim/moxie/configure index aa8c895..deeb64b 100755 --- a/sim/moxie/configure +++ b/sim/moxie/configure @@ -11429,11 +11429,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index b00046f..e4a1623 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/msp430/config.in b/sim/msp430/config.in index c3a5c27..da7824e 100644 --- a/sim/msp430/config.in +++ b/sim/msp430/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/msp430/configure b/sim/msp430/configure index 7cdfa3e..e273fb2 100755 --- a/sim/msp430/configure +++ b/sim/msp430/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog index 2cba0f5..8efb438 100644 --- a/sim/or1k/ChangeLog +++ b/sim/or1k/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/or1k/config.in b/sim/or1k/config.in index c3a5c27..da7824e 100644 --- a/sim/or1k/config.in +++ b/sim/or1k/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/or1k/configure b/sim/or1k/configure index 362961e..efba0b1 100755 --- a/sim/or1k/configure +++ b/sim/or1k/configure @@ -11472,11 +11472,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/pru/ChangeLog b/sim/pru/ChangeLog index 87bbac4..56a8b76 100644 --- a/sim/pru/ChangeLog +++ b/sim/pru/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/pru/config.in b/sim/pru/config.in index c3a5c27..da7824e 100644 --- a/sim/pru/config.in +++ b/sim/pru/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/pru/configure b/sim/pru/configure index 7cdfa3e..e273fb2 100755 --- a/sim/pru/configure +++ b/sim/pru/configure @@ -11335,11 +11335,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/riscv/ChangeLog b/sim/riscv/ChangeLog index 9e856b2..60f34521 100644 --- a/sim/riscv/ChangeLog +++ b/sim/riscv/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/riscv/config.in b/sim/riscv/config.in index c3a5c27..da7824e 100644 --- a/sim/riscv/config.in +++ b/sim/riscv/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/riscv/configure b/sim/riscv/configure index 62d524e..24d6db1 100755 --- a/sim/riscv/configure +++ b/sim/riscv/configure @@ -11429,11 +11429,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog index 500fe26..ad4a965 100644 --- a/sim/rl78/ChangeLog +++ b/sim/rl78/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/rl78/config.in b/sim/rl78/config.in index c3a5c27..da7824e 100644 --- a/sim/rl78/config.in +++ b/sim/rl78/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/rl78/configure b/sim/rl78/configure index 15a737b..95ffabd 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -11286,11 +11286,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 35a9791..9137d63 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-13 Mike Frysinger * Makefile.in (SIM_EXTRA_CFLAGS): Set to @sim_cycle_accurate_flags@. diff --git a/sim/rx/config.in b/sim/rx/config.in index c3a5c27..da7824e 100644 --- a/sim/rx/config.in +++ b/sim/rx/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/rx/configure b/sim/rx/configure index 151def5..e1befb3 100755 --- a/sim/rx/configure +++ b/sim/rx/configure @@ -11306,11 +11306,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index c44dbab..770f7a4 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/sh/config.in b/sim/sh/config.in index c3a5c27..da7824e 100644 --- a/sim/sh/config.in +++ b/sim/sh/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/sh/configure b/sim/sh/configure index 4d3f8ce..6040588 100755 --- a/sim/sh/configure +++ b/sim/sh/configure @@ -11332,11 +11332,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 0536ccb..fa7048e 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-12 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT. diff --git a/sim/v850/config.in b/sim/v850/config.in index c3a5c27..da7824e 100644 --- a/sim/v850/config.in +++ b/sim/v850/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/v850/configure b/sim/v850/configure index 9e1dfa5..78d42f6 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -11416,11 +11416,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then -- cgit v1.1