diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-24 17:51:41 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-24 17:51:41 -0800 |
commit | dfe8a5acb9b262887f80674c9e3bd269c64857b7 (patch) | |
tree | 51e425472efcbe6d25ac8c91752c98a7c98e0a60 /gcc | |
parent | f9409c3ac37ccfd7b98035d2629531eec39f9ea4 (diff) | |
download | gcc-dfe8a5acb9b262887f80674c9e3bd269c64857b7.zip gcc-dfe8a5acb9b262887f80674c9e3bd269c64857b7.tar.gz gcc-dfe8a5acb9b262887f80674c9e3bd269c64857b7.tar.bz2 |
(PUSHSECTION_FORMAT): Add a leading tab.
From-SVN: r9070
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 3ebff01..0657847 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -347,7 +347,7 @@ static unsigned lookup_filename (); section name must be enclosed in double quotes. (See sparcv4.h.) */ #ifndef PUSHSECTION_FORMAT -#define PUSHSECTION_FORMAT "%s\t%s\n" +#define PUSHSECTION_FORMAT "\t%s\t%s\n" #endif #ifndef DEBUG_SECTION |