diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-25 08:08:58 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-09-25 08:08:58 +0000 |
commit | 0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53 (patch) | |
tree | eac2e46819d4494fe8318e60b02ff1fb1440a909 /gcc/crtstuff.c | |
parent | afb2ca3dd73c61acf5f36463dcdb5c04d21d4ec8 (diff) | |
download | gcc-0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53.zip gcc-0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53.tar.gz gcc-0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53.tar.bz2 |
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
From-SVN: r36603
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 3783b5a..d5f23cb 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\"" |