public inbox for jit@gcc.gnu.org
 help / color / mirror / Atom feed
* [jit] Fix a comment in configure.ac
@ 2014-01-01  0:00 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2014-01-01  0:00 UTC (permalink / raw)
  To: jit, gcc-patches; +Cc: David Malcolm

Committed to branch dmalcolm/jit:

The relevant code in jit/internal-api.c was moved to jit/jit-playback.c
in 3071567787aef4a8ada8b38c890d01c19b4b998f.

gcc/ChangeLog.jit:
	* configure.ac: Update a reference to jit/internal-api.c to
	jit/jit-playback.c.
	* configure: Regenerate.
---
 gcc/ChangeLog.jit | 6 ++++++
 gcc/configure     | 2 +-
 gcc/configure.ac  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog.jit b/gcc/ChangeLog.jit
index c887473..340c9de 100644
--- a/gcc/ChangeLog.jit
+++ b/gcc/ChangeLog.jit
@@ -1,3 +1,9 @@
+2014-10-13  David Malcolm  <dmalcolm@redhat.com>
+
+	* configure.ac: Update a reference to jit/internal-api.c to
+	jit/jit-playback.c.
+	* configure: Regenerate.
+
 2014-10-07  David Malcolm  <dmalcolm@redhat.com>
 
 	* Makefile.in (site.exp): When constructing site.exp, add a line
diff --git a/gcc/configure b/gcc/configure
index 8ec141f..81634f2 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -28191,7 +28191,7 @@ _ACEOF
 fi
 
 # Generate gcc-driver-name.h containing GCC_DRIVER_NAME for the benefit
-# of jit/internal-api.c.
+# of jit/jit-playback.c.
 cat > gcc-driver-name.h <<EOF
 #define GCC_DRIVER_NAME "${target_noncanonical}-gcc-${gcc_BASEVER}${exeext}"
 EOF
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 62e5ad7..0af7a77 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -5680,7 +5680,7 @@ if test x"${LINKER_HASH_STYLE}" != x; then
 fi
 
 # Generate gcc-driver-name.h containing GCC_DRIVER_NAME for the benefit
-# of jit/internal-api.c.
+# of jit/jit-playback.c.
 cat > gcc-driver-name.h <<EOF
 #define GCC_DRIVER_NAME "${target_noncanonical}-gcc-${gcc_BASEVER}${exeext}"
 EOF
-- 
1.7.11.7

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-13 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-01  0:00 [jit] Fix a comment in configure.ac David Malcolm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).