public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: make mapped locations the default
@ 2007-10-26  7:16 Tom Tromey
  2007-10-26  8:06 ` Eric Botcazou
  2007-10-26  9:18 ` Tom Tromey
  0 siblings, 2 replies; 17+ messages in thread
From: Tom Tromey @ 2007-10-26  7:16 UTC (permalink / raw)
  To: Gcc Patch List

This patch changes gcc/configure.ac to make mapped locations the
default.

AIUI, all of the front ends have been updated.

Bootstrapped and regtested for c,c++,objc,fortran,treelang,java (but
not ada) on x86 FC-6.

Ok?

Tom

ChangeLog:
2007-10-25  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.ac (--enable-mapped-location): Default to 'yes'.

Index: configure.ac
===================================================================
--- configure.ac	(revision 129492)
+++ configure.ac	(working copy)
@@ -525,7 +525,7 @@
 
 AC_ARG_ENABLE(mapped-location,
 [  --enable-mapped-location   location_t is fileline integer cookie],,
-enable_mapped_location=no)
+enable_mapped_location=yes)
 
 if test "$enable_mapped_location" = yes ; then
   AC_DEFINE(USE_MAPPED_LOCATION, 1,

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-11-12 21:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-26  7:16 Patch: make mapped locations the default Tom Tromey
2007-10-26  8:06 ` Eric Botcazou
2007-10-26  8:16   ` Tom Tromey
2007-10-31 15:55   ` Tom Tromey
2007-10-31 21:14     ` Eric Botcazou
2007-11-04 23:34       ` Mark Mitchell
2007-11-05  1:11         ` Tom Tromey
2007-11-05  1:38           ` Mark Mitchell
2007-11-05 14:58             ` Tom Tromey
2007-11-08 13:58               ` Tom Tromey
2007-11-08 14:28                 ` Manuel López-Ibáñez
2007-11-08 14:47                   ` Tom Tromey
2007-11-08 14:36                 ` Andreas Schwab
2007-11-08 14:45                   ` Tom Tromey
2007-11-08 15:54                     ` Mark Mitchell
2007-11-12 22:01                       ` Dirk Mueller
2007-10-26  9:18 ` Tom Tromey

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).