public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3444] Remove vestiges of --with-stabs
@ 2021-09-10  9:11 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-09-10  9:11 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f7523dbc2d2934afd467008e22c695d362b3d365

commit r12-3444-gf7523dbc2d2934afd467008e22c695d362b3d365
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Sep 10 08:04:57 2021 +0200

    Remove vestiges of --with-stabs
    
    This removes the --with-stabs configure option which had no effect
    since quite some time.
    
    2021-09-10  Richard Biener  <rguenther@suse.de>
    
            * configure.ac (--with-stabs): Remove.
            * configure: Regenerate.
            * doc/install.texi: Remove --with-stabs documentation.

Diff:
---
 gcc/configure        | 16 ++--------------
 gcc/configure.ac     |  7 -------
 gcc/doc/install.texi |  5 -----
 3 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/gcc/configure b/gcc/configure
index 500e3f68215..27293279eba 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -958,7 +958,6 @@ enable_checking
 enable_coverage
 enable_gather_detailed_mem_stats
 enable_valgrind_annotations
-with_stabs
 enable_multilib
 enable_multiarch
 with_stack_clash_protection_guard_size
@@ -1820,7 +1819,6 @@ Optional Packages:
                           pathname)
   --with-gnu-as           arrange to work with GNU as
   --with-as               arrange to use the specified as (full pathname)
-  --with-stabs            arrange to use stabs instead of host debug format
   --with-stack-clash-protection-guard-size=size
                           Set the default stack clash protection guard size
                           for specific targets as a power of two in bytes.
@@ -7604,16 +7602,6 @@ fi
 # Miscenalleous configure options
 # -------------------------------
 
-# With stabs
-
-# Check whether --with-stabs was given.
-if test "${with_stabs+set}" = set; then :
-  withval=$with_stabs; stabs="$with_stabs"
-else
-  stabs=no
-fi
-
-
 # Determine whether or not multilibs are enabled.
 # Check whether --enable-multilib was given.
 if test "${enable_multilib+set}" = set; then :
@@ -19480,7 +19468,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 19483 "configure"
+#line 19471 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -19586,7 +19574,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 19589 "configure"
+#line 19577 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 6f768e02aa4..259c933b415 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -845,13 +845,6 @@ fi
 # Miscenalleous configure options
 # -------------------------------
 
-# With stabs
-AC_ARG_WITH(stabs,
-[AS_HELP_STRING([--with-stabs],
-		[arrange to use stabs instead of host debug format])],
-stabs="$with_stabs",
-stabs=no)
-
 # Determine whether or not multilibs are enabled.
 AC_ARG_ENABLE(multilib,
 [AS_HELP_STRING([--enable-multilib],
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 8e974d2952e..99b44706836 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1088,11 +1088,6 @@ but for the linker.
 Same as @uref{#with-as,,@option{--with-as}}
 but for the debug linker (only used on Darwin platforms so far).
 
-@item --with-stabs
-Specify that stabs debugging
-information should be used instead of whatever format the host normally
-uses.  Normally GCC uses the same debug format as the host system.
-
 @item --with-tls=@var{dialect}
 Specify the default TLS dialect, for systems were there is a choice.
 For ARM targets, possible values for @var{dialect} are @code{gnu} or


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

only message in thread, other threads:[~2021-09-10  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  9:11 [gcc r12-3444] Remove vestiges of --with-stabs Richard Biener

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