diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2011-01-10 08:41:58 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2011-01-10 08:41:58 +0000 |
commit | fbbfcaf185d23a9e70b5074e1d79d4c95acfdfa4 (patch) | |
tree | 9776870521fc1cdae2c5fa4b964c63cba7de5a8f | |
parent | d06865bf070f23cafe7bf03851c5b5ac3747ed97 (diff) | |
download | gcc-fbbfcaf185d23a9e70b5074e1d79d4c95acfdfa4.zip gcc-fbbfcaf185d23a9e70b5074e1d79d4c95acfdfa4.tar.gz gcc-fbbfcaf185d23a9e70b5074e1d79d4c95acfdfa4.tar.bz2 |
darwin-sections.def: Remove unused section.
gcc:
* config/darwin-sections.def: Remove unused section.
From-SVN: r168626
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/darwin-sections.def | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9953247..12b7efc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-10 Iain Sandoe <iains@gcc.gnu.org> + + * config/darwin-sections.def: Remove unused section. + 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com> PR c++/47218 diff --git a/gcc/config/darwin-sections.def b/gcc/config/darwin-sections.def index d615197..62d1d8d 100644 --- a/gcc/config/darwin-sections.def +++ b/gcc/config/darwin-sections.def @@ -27,12 +27,9 @@ along with GCC; see the file COPYING3. If not see Items that might be coalesced by the linker are prevented from participating, (and those in mergeable sections are disallowed in varasm.c). */ -/* .text handled in varasm.c */ +/* The .text section is generated in varasm.c */ DEF_SECTION (text_coal_section, SECTION_CODE|SECTION_NO_ANCHOR, ".section __TEXT,__textcoal_nt,coalesced,pure_instructions", 0) -DEF_SECTION (text_unlikely_coal_section, SECTION_CODE|SECTION_NO_ANCHOR, - ".section __TEXT,__text_unlikely_coal," - "coalesced,pure_instructions", 0) DEF_SECTION (text_hot_section, SECTION_CODE, ".section __TEXT,__text_hot,regular,pure_instructions", 0) |