aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-13 10:51:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-13 10:51:39 +0000
commit0fe7abcc1ec575e19311f05dbdd650a95be27e23 (patch)
tree9be81a1c7333bfbec4fb3603f2f641dbbc0a711c /gcc/config/sh
parentb85ea57f63da4cfd0a5705ea7b0682b22b58d1d5 (diff)
downloadgcc-0fe7abcc1ec575e19311f05dbdd650a95be27e23.zip
gcc-0fe7abcc1ec575e19311f05dbdd650a95be27e23.tar.gz
gcc-0fe7abcc1ec575e19311f05dbdd650a95be27e23.tar.bz2
system.h (TEXT_SECTION): Poison.
* system.h (TEXT_SECTION): Poison. * varasm.c (text_section): Don't use TEXT_SECTION. * config/sh/sh.c (sh_file_start): Fix a comment typo. * doc/tm.texi (TEXT_SECTION): Remove. From-SVN: r75797
Diffstat (limited to 'gcc/config/sh')
-rw-r--r--gcc/config/sh/sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c
index 2c8c5b0..8159c5a 100644
--- a/gcc/config/sh/sh.c
+++ b/gcc/config/sh/sh.c
@@ -1336,7 +1336,7 @@ sh_file_start (void)
if (TARGET_ELF)
/* We need to show the text section with the proper
attributes as in TEXT_SECTION_ASM_OP, before dwarf2out
- emits it without attributes in TEXT_SECTION, else GAS
+ emits it without attributes in TEXT_SECTION_ASM_OP, else GAS
will complain. We can teach GAS specifically about the
default attributes for our choice of text section, but
then we would have to change GAS again if/when we change