]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: punt WITH_DEVICES & tconfig.h support
authorMike Frysinger <vapier@gentoo.org>
Sun, 27 Dec 2015 01:20:23 +0000 (20:20 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 27 Dec 2015 01:38:31 +0000 (20:38 -0500)
No arch is using this anymore, and we want all new ports using the
hardware framework instead.  Punt WITH_DEVICES and the two callbacks
device_io_{read,write}_buffer.

We can also punt the tconfig.h file as no port is using it anymore.
This fixes in-tree builds that get confused by picking up the wrong
one (common/ vs <port>/) caused by commit ae7d0cac8ce971f7108d270c.

Any port that needs to set up a global define can use their own
sim-main.h file that they must provide regardless.

95 files changed:
sim/ChangeLog
sim/README-HACKING
sim/aarch64/ChangeLog
sim/aarch64/config.in
sim/aarch64/configure
sim/arm/ChangeLog
sim/arm/config.in
sim/arm/configure
sim/avr/ChangeLog
sim/avr/config.in
sim/avr/configure
sim/bfin/ChangeLog
sim/bfin/config.in
sim/bfin/configure
sim/common/ChangeLog
sim/common/Make-common.in
sim/common/acinclude.m4
sim/common/config.in
sim/common/configure
sim/common/sim-core.c
sim/common/sim-core.h
sim/common/sim-n-core.h
sim/common/tconfig.h [deleted file]
sim/cr16/ChangeLog
sim/cr16/config.in
sim/cr16/configure
sim/cris/ChangeLog
sim/cris/Makefile.in
sim/cris/config.in
sim/cris/configure
sim/d10v/ChangeLog
sim/d10v/config.in
sim/d10v/configure
sim/erc32/ChangeLog
sim/erc32/config.in
sim/erc32/configure
sim/frv/ChangeLog
sim/frv/config.in
sim/frv/configure
sim/ft32/ChangeLog
sim/ft32/config.in
sim/ft32/configure
sim/h8300/ChangeLog
sim/h8300/config.in
sim/h8300/configure
sim/iq2000/ChangeLog
sim/iq2000/config.in
sim/iq2000/configure
sim/lm32/ChangeLog
sim/lm32/config.in
sim/lm32/configure
sim/m32c/ChangeLog
sim/m32c/config.in
sim/m32c/configure
sim/m32r/ChangeLog
sim/m32r/config.in
sim/m32r/configure
sim/m68hc11/ChangeLog
sim/m68hc11/config.in
sim/m68hc11/configure
sim/mcore/ChangeLog
sim/mcore/config.in
sim/mcore/configure
sim/microblaze/ChangeLog
sim/microblaze/config.in
sim/microblaze/configure
sim/mips/ChangeLog
sim/mips/config.in
sim/mips/configure
sim/mn10300/ChangeLog
sim/mn10300/config.in
sim/mn10300/configure
sim/moxie/ChangeLog
sim/moxie/config.in
sim/moxie/configure
sim/msp430/ChangeLog
sim/msp430/config.in
sim/msp430/configure
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/rl78/ChangeLog
sim/rl78/config.in
sim/rl78/configure
sim/rx/ChangeLog
sim/rx/config.in
sim/rx/configure
sim/sh/ChangeLog
sim/sh/config.in
sim/sh/configure
sim/sh64/ChangeLog
sim/sh64/config.in
sim/sh64/configure
sim/v850/ChangeLog
sim/v850/config.in
sim/v850/configure

index 19327de7b21b877d857202f9736dcc72020d6d14..0e25046268c316461598cc2646ec4176c6f2b8c2 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * README-HACKING: Delete mention of tconfig.h.
+
 2015-11-24  Nick Clifton  <nickc@redhat.com>
 
        * configure.tgt: Add aarch64 entry.
index 188ca3c1122b22a8684e48381eb4619b4bda7c05..26dbde2932074d925653ad6bdbf252e256f4d668 100644 (file)
@@ -7,7 +7,6 @@ Contents
 - Common Makefile Support
 - TAGS support
 - Generating "configure" files
-- tconfig.h
 - C Language Assumptions
 - "dump" commands under gdb
 \f
@@ -158,16 +157,6 @@ To add the entries to an alternative ChangeLog file, use:
 
        $  make ChangeLog=MyChangeLog ....
 
-\f
-tconfig.h
-==========
-
-File tconfig.h defines one or more target configuration macros
-(e.g. a tm.h file).  There are very few that need defining.
-For a list of all of them, see common/tconfig.h.
-It contains them all, commented out.
-The intent is that a new port can just copy this file and
-define the ones it needs.
 \f
 C Language Assumptions
 ======================
index cd0cd41189dfad88f6f15603659afa8fac1cea7e..13e026be6361e87a47ebb8723006bd72f00dabaf 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c (sim_create_inferior): Update comment and argv check.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 5f078bf657b843c3df6d1409509ec8cac8527902..d909324e33b53b84ba41c408cd40551cbfe7f4f5 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d60ac4bb2bcd14c64368133e8e24481141b3c44e..950a307109b82d46160183e1ed16c20b686faaad 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-25  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete bag.o.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 215f0c45bfab5711d23a1d987a2a8b5f979d0bb0..d46ffcb66b06adfb84e555dfa0c77c89d2829f7a 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 6bc7b7dcaf061bbef1340566b3100a618587ba02..62bf5b26f944bb17358c44cda333a22ee33e5931 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
 
        * interp.c (sign_ext): Fix left shift of negative value.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index b9530e20bdabdfe14a3c5cee20b26b574f3d0593..fded283859383aff90b9d09fe979d6cbd1e34b4f 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 2bdfc6e0faf976efa79e64f982a2c112932cfbdb..4cdc81cf868487cddd8461078698a16f04998444 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * devices.c (bfin_mmr_invalid): Delete cpu arg and add missing arg.
index 6b995a7b823392754d4c25a38137e971084d37e3..c5223be188c042a084b76c11112c90f0121318cf 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 76cbc6af9b5a63cbf71170e529e331926da6ed9f..8edee2514b7fee259ef444bd5d46aa69047e4cf4 100755 (executable)
@@ -8323,8 +8323,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12340,7 +12338,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12343 "configure"
+#line 12341 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12446,7 +12444,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12449 "configure"
+#line 12447 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 05cdda8086f542da5d5d1222cfc7235dfe13fbef..9d15f64057265a223bb393cf7872b8a0838ad821 100644 (file)
@@ -1,3 +1,22 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * acinclude.m4 (AH_BOTTOM): Delete tconfig.h appending.
+       * config.in, configure: Regenerate.
+       * Make-common.in (sim-basics_h): Delete tconfig.h.
+       (distclean): Likewise.
+       * sim-core.c (device_io_read_buffer, device_io_write_buffer): Delete.
+       (new_sim_core_mapping): Delete WITH_HW and device *device.
+       (sim_core_map_attach, sim_core_attach): Likewise.
+       (sim_core_read_buffer): Delete WITH_DEVICES logic.
+       (sim_core_write_buffer): Likewise.
+       * sim-core.h (struct _sim_core_mapping): Delete WITH_HW and device
+       *device.
+       (sim_core_attach): Likewise.
+       (device_io_read_buffer, device_io_write_buffer): Delete.
+       * sim-n-core.h (sim_core_read_aligned_N): Delete WITH_DEVICES logic.
+       (sim_core_write_aligned_N): Likewise.
+       * tconfig.h: Delete file.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-core.c (sim_core_read_buffer): Move cia decl to top of func.
index 2566bf4bf5b08576bb55ef440a011468f87b8dd8..d2a84d42a9fc064b3bd470e7439749863078b1ff 100644 (file)
@@ -361,7 +361,6 @@ sim-base_h = $(srccom)/sim-base.h \
                $(sim-cpu_h)
 sim-basics_h = $(srccom)/sim-basics.h \
                ../common/cconfig.h \
-               tconfig.h \
                $(sim-config_h) \
                $(callback_h) \
                $(sim-inline_h) \
@@ -536,7 +535,7 @@ clean: $(SIM_EXTRA_CLEAN)
 distclean mostlyclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
        rm -f TAGS
        rm -f Makefile config.cache config.log config.status .gdbinit
-       rm -f tconfig.h config.h stamp-h
+       rm -f config.h stamp-h
        rm -f targ-vals.def
 
 .c.o:
index 672227ea4168c21294d8e1ef6a44071898073779..ebb6d1bc29ecfc70ca0872c0a88c7570c66aea9a 100644 (file)
@@ -53,9 +53,6 @@ AR=${AR-ar}
 AC_SUBST(AR)
 AC_PROG_RANLIB
 
-dnl Pull in the target configuration file directly.
-AH_BOTTOM([#include "tconfig.h"])
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
index 1904046bd07ffdde3a76f502b6dbb0f5e2d70ada..4f3c89f5db9c47385b1b57eae6d4c9ad5bdbb904 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 7f1ef5280419551f1c2aef8ca93433d02c957ce9..d58935d59bc205a3b86d2096468629538da43e8c 100755 (executable)
@@ -6547,8 +6547,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -10564,7 +10562,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 10567 "configure"
+#line 10565 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -10670,7 +10668,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 10673 "configure"
+#line 10671 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 68212e9c24f43efa9aed163bad41f22190f20c2b..eb4cbb2757b49d0508c096c9ff910cdf0e719e05 100644 (file)
@@ -28,8 +28,6 @@
 
 #if (WITH_HW)
 #include "sim-hw.h"
-#define device_io_read_buffer(client, ...) device_io_read_buffer ((device *)(client), __VA_ARGS__)
-#define device_io_write_buffer(client, ...) device_io_write_buffer ((device *)(client), __VA_ARGS__)
 #endif
 
 /* "core" module install handler.
@@ -141,11 +139,7 @@ new_sim_core_mapping (SIM_DESC sd,
                      address_word addr,
                      address_word nr_bytes,
                      unsigned modulo,
-#if WITH_HW
                      struct hw *device,
-#else
-                     device *device,
-#endif
                      void *buffer,
                      void *free_buffer)
 {
@@ -174,11 +168,7 @@ sim_core_map_attach (SIM_DESC sd,
                     address_word addr,
                     address_word nr_bytes,
                     unsigned modulo,
-#if WITH_HW
                     struct hw *client, /*callback/default*/
-#else
-                    device *client, /*callback/default*/
-#endif
                     void *buffer, /*raw_memory*/
                     void *free_buffer) /*raw_memory*/
 {
@@ -264,11 +254,7 @@ sim_core_attach (SIM_DESC sd,
                 address_word addr,
                 address_word nr_bytes,
                 unsigned modulo,
-#if WITH_HW
                 struct hw *client,
-#else
-                device *client,
-#endif
                 void *optional_buffer)
 {
   sim_core *memory = STATE_CORE (sd);
@@ -485,26 +471,6 @@ sim_core_read_buffer (SIM_DESC sd,
                            0 /*dont-abort*/, NULL, NULL_CIA);
     if (mapping == NULL)
       break;
-#if (WITH_DEVICES)
-    if (mapping->device != NULL)
-      {
-       int nr_bytes = len - count;
-       sim_cia cia = cpu ? CPU_PC_GET (cpu) : NULL_CIA;
-       if (raddr + nr_bytes - 1> mapping->bound)
-         nr_bytes = mapping->bound - raddr + 1;
-       if (device_io_read_buffer (mapping->device,
-                                  (unsigned_1*)buffer + count,
-                                  mapping->space,
-                                  raddr,
-                                  nr_bytes,
-                                  sd,
-                                  cpu,
-                                  cia) != nr_bytes)
-         break;
-       count += nr_bytes;
-       continue;
-      }
-#endif
 #if (WITH_HW)
     if (mapping->device != NULL)
       {
@@ -563,26 +529,6 @@ sim_core_write_buffer (SIM_DESC sd,
                               0 /*dont-abort*/, NULL, NULL_CIA);
       if (mapping == NULL)
        break;
-#if (WITH_DEVICES)
-      if (mapping->device != NULL)
-       {
-         int nr_bytes = len - count;
-         sim_cia cia = cpu ? CPU_PC_GET (cpu) : NULL_CIA;
-         if (raddr + nr_bytes - 1 > mapping->bound)
-           nr_bytes = mapping->bound - raddr + 1;
-         if (device_io_write_buffer (mapping->device,
-                                     (unsigned_1*)buffer + count,
-                                     mapping->space,
-                                     raddr,
-                                     nr_bytes,
-                                     sd,
-                                     cpu,
-                                     cia) != nr_bytes)
-           break;
-         count += nr_bytes;
-         continue;
-       }
-#endif
 #if (WITH_HW)
       if (mapping->device != NULL)
        {
index bf982325bc112573f3eed0f98970be9aa7f8241a..6fdf1203b899f13ca46a5b535f192676c05d809d 100644 (file)
@@ -57,11 +57,7 @@ struct _sim_core_mapping {
   void *free_buffer;
   void *buffer;
   /* callback map */
-#if (WITH_HW)
   struct hw *device;
-#else
-  device *device;
-#endif
   /* tracing */
   int trace;
   /* growth */
@@ -144,11 +140,7 @@ extern void sim_core_attach
  address_word addr,
  address_word nr_bytes,
  unsigned modulo,
-#if (WITH_HW)
  struct hw *client,
-#else
- device *client,
-#endif
  void *optional_buffer);
 
 
@@ -347,13 +339,4 @@ DECLARE_SIM_CORE_READ_N(misaligned,7,8)
 
 #undef DECLARE_SIM_CORE_READ_N
 
-
-#if (WITH_DEVICES)
-/* TODO: create sim/common/device.h */
-/* These are defined with each particular cpu.  */
-int device_io_read_buffer(device *me, void *dest, int space, address_word addr, unsigned nr_bytes, SIM_DESC sd, sim_cpu *processor, sim_cia cia);
-int device_io_write_buffer(device *me, const void *source, int space, address_word addr, unsigned nr_bytes, SIM_DESC sd, sim_cpu *processor, sim_cia cia);
-#endif
-
-
 #endif
index 3393f19c252f057d9776b7750d4f6ce3cbeb0f1b..0867cc2248faa5953c7fcaa979a890b4f56612e9 100644 (file)
@@ -164,18 +164,6 @@ sim_core_read_aligned_N(sim_cpu *cpu,
   mapping = sim_core_find_mapping (core, map, addr, N, read_transfer, 1 /*abort*/, cpu, cia);
   do
     {
-#if (WITH_DEVICES)
-      if (mapping->device != NULL)
-       {
-         unsigned_M data;
-         if (device_io_read_buffer (mapping->device, &data, mapping->space, addr, N, CPU_STATE (cpu), cpu, cia) != N)
-           sim_engine_abort (CPU_STATE (cpu), cpu, cia,
-                             "internal error - %s - io_read_buffer should not fail",
-                             XSTRING (sim_core_read_aligned_N));
-         val = T2H_M (data);
-         break;
-       }
-#endif
 #if (WITH_HW)
       if (mapping->device != NULL)
        {
@@ -296,17 +284,6 @@ sim_core_write_aligned_N(sim_cpu *cpu,
   mapping = sim_core_find_mapping (core, map, addr, N, write_transfer, 1 /*abort*/, cpu, cia);
   do
     {
-#if (WITH_DEVICES)
-      if (mapping->device != NULL)
-       {
-         unsigned_M data = H2T_M (val);
-         if (device_io_write_buffer (mapping->device, &data, mapping->space, addr, N, CPU_STATE (cpu), cpu, cia) != N)
-           sim_engine_abort (CPU_STATE (cpu), cpu, cia,
-                             "internal error - %s - io_write_buffer should not fail",
-                             XSTRING (sim_core_read_aligned_N));
-         break;
-       }
-#endif
 #if (WITH_HW)
       if (mapping->device != NULL)
        {
diff --git a/sim/common/tconfig.h b/sim/common/tconfig.h
deleted file mode 100644 (file)
index eaa4832..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Default target configuration file.
-   To override this, create file `tconfig.in' in the simulator's
-   source directory.  */
index b23e0cbb6f1ddb940f7f726029687894c57ea010..004d729ce45e67ceff643b3635cd19d0667b9fbd 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-24  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (cris_option_install): Delete.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index b44e895990cbc84f71030a11ce4f679cbe9812c8..676e9a9270f216613d8084dfe1bbe22321324371 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 82cffd34e23f761f2c59d58aa265896941761e34..f2be067e12b42155b32c71cd44da7af16ebe0bba 100644 (file)
@@ -1,3 +1,8 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+       * Makefile.in (rvdummy.o): Delete tconfig.h.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (sim_open): Delete cpu variable.  Pass NULL/NULL_CIA to
index a0520ac3d8e4f8b706aa563d110b21ebfa7c98fe..887407c4f4a6b6e7e05165c219e7b975fafa0c34 100644 (file)
@@ -72,7 +72,7 @@ check: rvdummy$(EXEEXT)
 rvdummy$(EXEEXT): rvdummy.o $(EXTRA_LIBDEPS)
        $(CC) $(ALL_CFLAGS) -o rvdummy$(EXEEXT) rvdummy.o $(EXTRA_LIBS)
 
-rvdummy.o: rvdummy.c config.h tconfig.h $(remote_sim_h) $(callback_h)
+rvdummy.o: rvdummy.c config.h $(remote_sim_h) $(callback_h)
 
 # CRISV10 objs
 
index d2184e64866c4f180067d223bbaad3b56373dc40..1734eead908db9295ad1d4ff6eec6b97c0fedc8a 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 46daa182002af0b56b31397396aafdcd0dacffcd..eb1e7f4296de3299e11de4a80caea9e263cf7241 100755 (executable)
@@ -8311,8 +8311,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12328,7 +12326,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12331 "configure"
+#line 12329 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12434,7 +12432,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12437 "configure"
+#line 12435 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index dd494c1781cb717c1c37e566d7cc499094f79575..d51ede7171dfb091124ea9fc7f49bdb7dcc9177a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 215f0c45bfab5711d23a1d987a2a8b5f979d0bb0..d46ffcb66b06adfb84e555dfa0c77c89d2829f7a 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d3582e638c92bb73647efb7ea1609f4476832e28..e9a324118b82444128bace343cd270cfce09a3f1 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index cf91fa9511afe312c13d671052f558eb034a341a..94c6fa44132555bfe60e047f7f547c2cdd985853 100755 (executable)
@@ -8280,8 +8280,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12297,7 +12295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12300 "configure"
+#line 12298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12403,7 +12401,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12406 "configure"
+#line 12404 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 936bbf23203add5ba9ab96e8081f44ebdfdb18b3..d61d12c2f849c198c18e38ff1c3265f455e3128a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv.
index 99be0a634fa5c3da0f840c00f6fb6efcb09e9646..0f50442c897ff2172b1fc28bf845cad64d6c0909 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 0cc04c12623d107d89bc71723be21a4ac4f2181d..ca3363c6a13ff5725e9f1d77f37752d4586550c7 100755 (executable)
@@ -8306,8 +8306,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12323,7 +12321,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12326 "configure"
+#line 12324 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12429,7 +12427,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12432 "configure"
+#line 12430 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index b24646755c1a4de191a75ef62111d91fe9a47587..0f3941a43c0295a7ef55868c46a19d92d7d70d9c 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c (sim_create_inferior): Update comment and argv check.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 753c3ac15c7614c3dbbee3fb0253f5ad055d6391..d16b9c5e00dd10507600e993498ac422bcbc6ca7 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d566a652317b353bb0c1cc600335092e7b28aab8..d8f38567993939ec3d71acd6b168830b8863f276 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-24  Mike Frysinger  <vapier@gentoo.org>
 
        * compile.c (H8300_OPTIONS): New enum from common/sim-options.c.
index d64ad4852c1123080971547c3bba36a894792507..3abf1949dc7f5a59a3e19798cfa13d06ac1e9c39 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 0c558e890b65122c0c3bd498df0447b655a7498b..3c4902006befde1fb05608134d930e5557450b8d 100755 (executable)
@@ -8275,8 +8275,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12292,7 +12290,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12295 "configure"
+#line 12293 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12398,7 +12396,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12401 "configure"
+#line 12399 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 67529e491d4c81e3f83454c3a8ff167c6e30763f..966c27a77aad6f01302e21a17362c2bee265638b 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv.
index 99be0a634fa5c3da0f840c00f6fb6efcb09e9646..0f50442c897ff2172b1fc28bf845cad64d6c0909 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index d2c9629dac92389913b31eda40fea4b0cae47af5..26937d375ed56baa061a9bed4520095e27d111ca 100755 (executable)
@@ -8306,8 +8306,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12323,7 +12321,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12326 "configure"
+#line 12324 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12429,7 +12427,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12432 "configure"
+#line 12430 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index a3da5608b86bfb3360b5883bf1be58aa5516ad2a..68e8d6195481215d22fde93482d807e63282d8d6 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv.
index 99be0a634fa5c3da0f840c00f6fb6efcb09e9646..0f50442c897ff2172b1fc28bf845cad64d6c0909 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index e5643be2ed2670fa2029a8520a7d62ae50a01200..be10750066e9fc13344fe9d8c4c2abe779a3165d 100755 (executable)
@@ -8303,8 +8303,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12320,7 +12318,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12323 "configure"
+#line 12321 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12426,7 +12424,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12429 "configure"
+#line 12427 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index c44e7eb7e0ab7eb57811897012e5021bb796b252..19f31149eb3ab0ebc2c97932804f1ff113fefcc1 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-09  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (sample.x, sample.mot, sample2.x, sample2.o, gloss.o):
index 7d7355719109b7529299245671abec69b16cad03..7164bccea184bc50eba762b9f825a81d38ad839e 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index f51664b41021a7f9404e1c0edb85a2ae6857349a..ac4199878278a9da624a2ebbdf8f8f3050f84eb2 100755 (executable)
@@ -8283,8 +8283,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12300,7 +12298,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12303 "configure"
+#line 12301 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12406,7 +12404,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12409 "configure"
+#line 12407 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index c492bd63fd12176770c3cf24986084203fa1df1b..ecbf4cf97bd77ee4a74dca05c27f41183a3823e1 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv.
index 99be0a634fa5c3da0f840c00f6fb6efcb09e9646..0f50442c897ff2172b1fc28bf845cad64d6c0909 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 6b9c76ef3858b21ef46ce5d8995fd547322e1864..5c263dacce241b55ab6712584710a44dc80df10a 100755 (executable)
@@ -8308,8 +8308,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12325,7 +12323,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12328 "configure"
+#line 12326 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12431,7 +12429,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12434 "configure"
+#line 12432 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 4a20b5510d6f2e1424888faeba389fd5edbf2082..46e243e58643fd9ba56442451f9f43b24424935c 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-24  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_HANDLES_LMA): Delete.
index 99be0a634fa5c3da0f840c00f6fb6efcb09e9646..0f50442c897ff2172b1fc28bf845cad64d6c0909 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 5d7749d1149955be4c8150110c3bdb9c0ea30f8e..6870e8cf6414dfd585e0eb670fb2f48618e05dd6 100755 (executable)
@@ -8296,8 +8296,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12313,7 +12311,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12316 "configure"
+#line 12314 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12419,7 +12417,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12422 "configure"
+#line 12420 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d6f0cd1a63d7a047cec3f3433c70384b1a522d04..1d5fa35a40bb59bcd3bf389f54d4e43178332152 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 215f0c45bfab5711d23a1d987a2a8b5f979d0bb0..d46ffcb66b06adfb84e555dfa0c77c89d2829f7a 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 5712f289e4d4dcb289d453b3874f949c603aae75..ed97275c6db885adca7a0be44ff415fd0dbfab90 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 215f0c45bfab5711d23a1d987a2a8b5f979d0bb0..d46ffcb66b06adfb84e555dfa0c77c89d2829f7a 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index eb076e460c2b3ebf634f46885a69937720136a49..7d7725d41b1603aa3b2115ca0a7672667ec2ad7a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c (sim_write, sim_read): Delete.
index e6e3dc38799cdc8f5f7c0c0cbb5cec62319d3357..70bf5caadd3520f404b6e1215390f66c573db562 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index e1a838ddbdb6b0189adc34cf817ef265f37c7b44..6f1d13659fad41cd25a8f0e94d24b1b8f9ad7cc9 100755 (executable)
@@ -8332,8 +8332,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12349,7 +12347,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12352 "configure"
+#line 12350 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12455,7 +12453,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12458 "configure"
+#line 12456 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index bce17726d8894fe72682504fcdc99b7e2515172a..65fa03efab1c18762b616231ff454fa6551bffd6 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-24  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_HANDLES_LMA): Delete.
index e4603adaa4a9dfc5b35466773e22cb5f3f8c3115..664dc3506581f778d3e9262562f3b4f9dc28765d 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 703063f93d5a05be804561f1ff198045eda6ed6b..6e4246eec16cfb95755e30e5117e09cf7c0bedea 100755 (executable)
@@ -8305,8 +8305,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12322,7 +12320,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12325 "configure"
+#line 12323 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12428,7 +12426,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12431 "configure"
+#line 12429 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 40fa592d2c89756b4b904b7b2fc3ce225318ec6e..016c61f5af9c69124d435070721dd6ef8de9b837 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 53bc48b97d4ee0150c9ed6659e6855262cec06f5..3232de3a52af538f38729eec3270f77ced63d9c7 100755 (executable)
@@ -8301,8 +8301,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12318,7 +12316,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12321 "configure"
+#line 12319 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12424,7 +12422,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12427 "configure"
+#line 12425 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 53fece0c62365355c4eae2b0669a4a9c17156a20..0d57e7f46afb9e5e4be51429ac80547a6a53a274 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
 
        * msp430-sim.c (get_op, put_op): Fix left shift of negative value.
index 531fe1998592076657b7a2d2b7e16bde76a17e90..a52fc2ba4e5269d08f803e8faa9f9c20182dbd68 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index b5d166c8cd44fb46d02f8ef6518f3890cdf1a80b..796741b31bde0a3de7fc82a53e4ed0d3c38099e2 100755 (executable)
@@ -8293,8 +8293,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12310,7 +12308,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12313 "configure"
+#line 12311 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12416,7 +12414,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12419 "configure"
+#line 12417 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 9d85c4c61099bdeae08f68b457cc01c3737bbe8a..413a99d7a6bbd62929629a6ace0279c3a66777dd 100644 (file)
@@ -1,3 +1,9 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (TCONFIG_H): Delete.
+       (sim-fpu.o): Delete $(TCONFIG_H).
+       (tconfig.h): Delete rule.
+
 2015-11-21  Mike Frysinger  <vapier@gentoo.org>
 
        PR sim/13834
index bac36a99754a65d262ceb87cd655800c7975578a..5f689091271d09707e184401031a8909e1afbe95 100644 (file)
@@ -446,9 +446,6 @@ SUPPORT_H = \
 TARG_VALS_H = \
         targ-vals.h
 
-TCONFIG_H = \
-        tconfig.h
-
 INLINE = \
        inline.h \
        inline.c
@@ -659,13 +656,9 @@ callback.o: $(srcdir)/../common/callback.c $(TARG_VALS_H) $(CONFIG_H)
 
 targ-map.o: targ-map.c $(ANSIDECL_H) $(GDB_CALLBACK_H) $(TARG_VALS_H)
 
-sim-fpu.o: $(srcdir)/../common/sim-fpu.c $(CONFIG_H) $(TCONFIG_H)
+sim-fpu.o: $(srcdir)/../common/sim-fpu.c $(CONFIG_H)
        $(CC) -c $(STD_CFLAGS) -DHAVE_CONFIG_H $(srcdir)/../common/sim-fpu.c 
 
-tconfig.h:
-       rm -f tconfig.h
-       echo > tconfig.h
-
 # Rebuild options whenever something changes so the date/time is up to date.
 options.o: options.c $(CPU_H) $(OPTIONS_H) $(DEFINES_H) $(BASICS_H) $(IDECODE_H) $(INLINE) $(LIB_SRC) $(BUILT_SRC) config.status Makefile
        $(CC) -c $(STD_CFLAGS) '-DOPCODE_RULES="@sim_opcode@"' '-DIGEN_FLAGS="$(IGEN_FLAGS)"' '-DDGEN_FLAGS="$(DGEN_FLAGS)"' $(srcdir)/options.c
index d9d3817739634c583954be9f6daa0d5f25f1dd79..5a1546137d10654e6d9bee32255925cd90430188 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index 531fe1998592076657b7a2d2b7e16bde76a17e90..a52fc2ba4e5269d08f803e8faa9f9c20182dbd68 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 433cad306842b8d1c7a626769ed99ba8c4cef412..6b45e05916cae31f22893f35dbe2c3791b27e6a2 100755 (executable)
@@ -8275,8 +8275,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12292,7 +12290,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12295 "configure"
+#line 12293 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12398,7 +12396,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12401 "configure"
+#line 12399 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 15bc12f45adf7ce883f3b38886ecb8e8f0012ca4..43c715c6d13a3b6b7ef4bcbb6104cdd01f553e37 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-10  Nick Clifton  <nickc@redhat.com>
 
        * rx.c (id_names): Add nop4, nop5, nop6 and nop7.
index 077a1e80acd35770ba1672fae688f094180e60df..236f6a4560a51c146bfb92aaf92234a721b6c13b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index e36b80d21a6c058f74849922ef08e7d9a720bee8..4bd0e5825070457a68f7c221c774f1c5cd974788 100755 (executable)
@@ -8280,8 +8280,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12297,7 +12295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12300 "configure"
+#line 12298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12403,7 +12401,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12406 "configure"
+#line 12404 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 427333d97d52f1d34df0d4c0f22cdd2dccf5105c..b744ac294001755576cdd71bdb101c59075ee8dc 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-11-21  Mike Frysinger  <vapier@gentoo.org>
 
        * gencode.c (tab): Pass sd into trap calls.
index 3152bea46002de8b8b196b6df32ce3ba71069b1c..fc7af77d99b739018f0b0d3f418bc21d81ba579b 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 215f0c45bfab5711d23a1d987a2a8b5f979d0bb0..d46ffcb66b06adfb84e555dfa0c77c89d2829f7a 100755 (executable)
@@ -8300,8 +8300,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12317,7 +12315,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12320 "configure"
+#line 12318 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12423,7 +12421,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12426 "configure"
+#line 12424 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 8a2b58b13ef16d6bded27555730797a580e7803a..7fc3982cb5397f024af193fbb0e601ad20b41c4b 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv.
index 99be0a634fa5c3da0f840c00f6fb6efcb09e9646..0f50442c897ff2172b1fc28bf845cad64d6c0909 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 2a3e660ed07f2fa7842039455b6e4bd7db9f1c1a..6310f429c12ef8b8bf602979701d0c851c8f3ed4 100755 (executable)
@@ -8306,8 +8306,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12323,7 +12321,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12326 "configure"
+#line 12324 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12429,7 +12427,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12432 "configure"
+#line 12430 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 82652f009b0dced5077281f8ccedca141f5efc89..14fe2ebdd64f3204ecbc0558294627297e39cee1 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2015-12-24  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (WITH_WATCHPOINTS): Delete.
index 18ad3ac77157ad1d2adcc0a140ba327013a1dbec..d32d83b06e1a9330e7df8f6b1f1cfa818326a841 100644 (file)
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
-
-#include "tconfig.h"
index 46d9ffed8a84e4bc295d3903aa26f940e9eeee96..97113c3caafce82d04f26d8aa4d02fa89079df47 100755 (executable)
@@ -8299,8 +8299,6 @@ else
 fi
 
 
-
-
 # Some of the common include files depend on bfd.h, and bfd.h checks
 # that config.h is included first by testing that the PACKAGE macro
 # is defined.
@@ -12316,7 +12314,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12319 "configure"
+#line 12317 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12422,7 +12420,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12425 "configure"
+#line 12423 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H