diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-15 01:45:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-15 01:45:10 +0000 |
commit | c3f311c4228469099c9ec4c5545d0a7e006f9a2d (patch) | |
tree | 50bd83db98d2cce1d8acec334cafab9afd6aedf9 /gcc/config.in | |
parent | 083aeb9b30efc6bccd29153267b76a8bc73a1509 (diff) | |
download | ppe42-gcc-c3f311c4228469099c9ec4c5545d0a7e006f9a2d.tar.gz ppe42-gcc-c3f311c4228469099c9ec4c5545d0a7e006f9a2d.zip |
* configure.in (gcc_cv_as_eh_frame): New test.
* config.in, configure: Rebuild.
* gcc.c (init_spec): Honor USE_AS_TRADITIONAL_FORMAT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
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 |