summaryrefslogtreecommitdiff
path: root/gcc/crtstuff.c
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:08:58 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:08:58 +0000
commit6ae8577b639265a722fae97f3d5ced6ad1003c56 (patch)
treeeac2e46819d4494fe8318e60b02ff1fb1440a909 /gcc/crtstuff.c
parentc678903bbbf0cc57d4c40320cb24e8a1df687fc8 (diff)
downloadgcc-6ae8577b639265a722fae97f3d5ced6ad1003c56.tar.gz
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r--gcc/crtstuff.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index 3783b5af0f9..d5f23cbaf3f 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -110,7 +110,10 @@ extern void *__deregister_frame_info (void *)
an additional check that you are doing everything right. But if you do
use the `-z text' option when building a shared library, you will get
errors unless the .ctors and .dtors sections are marked as writable
- via the SHF_WRITE attribute.) */
+ via the SHF_WRITE attribute.)
+
+ These defaults do not include leading spacing, as they will only be
+ used in asm:s here. */
#ifndef CTORS_SECTION_ASM_OP
#define CTORS_SECTION_ASM_OP ".section\t.ctors,\"aw\""