summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-05-14 18:45:10 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-05-14 18:45:10 -0700
commitc64688ae797cb3ed06f9403cd20cfc51e0b6276a (patch)
tree50bd83db98d2cce1d8acec334cafab9afd6aedf9 /gcc/config.in
parente8b073c1bd1c589eb6c92da2db2ce00e932d04d4 (diff)
downloadgcc-c64688ae797cb3ed06f9403cd20cfc51e0b6276a.tar.gz
configure.in (gcc_cv_as_eh_frame): New test.
* configure.in (gcc_cv_as_eh_frame): New test. * config.in, configure: Rebuild. * gcc.c (init_spec): Honor USE_AS_TRADITIONAL_FORMAT. From-SVN: r42092
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 60c7b539843..50cefde2327 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -469,6 +469,9 @@
/* Define if your assembler supports .uleb128. */
#undef HAVE_AS_LEB128
+/* Define if your assembler mis-optimizes .eh_frame data. */
+#undef USE_AS_TRADITIONAL_FORMAT
+
/* Define if your assembler supports .register. */
#undef HAVE_AS_REGISTER_PSEUDO_OP