diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-23 19:47:00 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-23 19:47:00 +0000 |
commit | cdb2d69266922283120654e159162dc597b09965 (patch) | |
tree | 1b5adfba1c480ee9b007b73919394a27f59857ec /gcc/config.in | |
parent | 5ab63d0086d619938aeaa8524acf7ece4ee71dc5 (diff) | |
download | gcc-cdb2d69266922283120654e159162dc597b09965.tar.gz |
* configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.
Update description.
* configure: Regenerate.
* config.in: Likewise.
* dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for
HAVE_GAS_SHF_MERGE value.
* varasm.c (mergeable_string_section): Likewise.
(mergeable_constant_section): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in index 54c4baeb3d0..a552669aefa 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -453,7 +453,7 @@ /* Define if your assembler mis-optimizes .eh_frame data. */ #undef USE_AS_TRADITIONAL_FORMAT -/* Define if your assembler supports marking sections with SHF_MERGE flag. */ +/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. */ #undef HAVE_GAS_SHF_MERGE /* Define if your assembler supports thread-local storage. */ |