OSDN Git Service

2003-06-10 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Tue, 10 Jun 2003 18:26:02 +0000 (18:26 +0000)
committerbrolley <brolley>
Tue, 10 Jun 2003 18:26:02 +0000 (18:26 +0000)
        * sid-cpu.scm: Generate #include of config.h into @prefix@-sem.cxx.
        * sid-decode.scm: Generate #include of config.h into
        @prefix@-decode.cxx.
        * sid-model.scm: Generate #include of config.h into @prefix@-model.cxx.

cgen/ChangeLog
cgen/sid-cpu.scm
cgen/sid-decode.scm
cgen/sid-model.scm

index b9b7b5d..6c3ae08 100644 (file)
@@ -1,3 +1,10 @@
+2003-06-10  Dave Brolley  <brolley@redhat.com>
+
+       * sid-cpu.scm: Generate #include of config.h into @prefix@-sem.cxx.
+       * sid-decode.scm: Generate #include of config.h into
+       @prefix@-decode.cxx.
+       * sid-model.scm: Generate #include of config.h into @prefix@-model.cxx.
+
 2003-06-07  Doug Evans  <dje@sebabeach.org>
 
        * gen-all-sid: New file.
index 8386afe..244a856 100644 (file)
@@ -595,6 +595,9 @@ using namespace @cpu@;
                  copyright-red-hat package-red-hat-simulators)
    "\
 
+#if HAVE_CONFIG_H
+#include \"config.h\"
+#endif
 #include \"@cpu@.h\"
 
 using namespace @cpu@; // FIXME: namespace organization still wip
index eee9c74..b07c272 100644 (file)
@@ -768,6 +768,9 @@ typedef UINT @prefix@_insn_word;
                  copyright-red-hat package-red-hat-simulators)
    "\
 
+#if HAVE_CONFIG_H
+#include \"config.h\"
+#endif
 #include \"@cpu@.h\"
 
 using namespace @cpu@; // FIXME: namespace organization still wip
index 12fc4cb..2d0f2fe 100644 (file)
@@ -496,6 +496,9 @@ const MACH " (gen-sym mach) "_mach =
                  copyright-red-hat package-red-hat-simulators)
    "\
 
+#if HAVE_CONFIG_H
+#include \"config.h\"
+#endif
 #include \"@cpu@.h\"
 
 using namespace @cpu@; // FIXME: namespace organization still wip