diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
commit | 4bbea25433b26fb34cc286ba96974f23dbe15ccd (patch) | |
tree | d583d908c670671b25c202db24844f7db39d0ad1 /gcc/varasm.c | |
parent | b550e0588e54efcea40f213bc2a92149514efa19 (diff) | |
download | gcc-4bbea25433b26fb34cc286ba96974f23dbe15ccd.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index da4849e7a16..4ddbff78ab6 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -909,7 +909,7 @@ assemble_variable (decl, top_level, at_end) declaration. When something like ".stabx "aa:S-2",aa,133,0" is emitted and `aa' hasn't been output yet, the assembler generates a stab entry with a value of zero, in addition to creating an unnecessary external entry - for `aa'. Hence, we must pospone dbxout_symbol to here at the end. */ + for `aa'. Hence, we must postpone dbxout_symbol to here at the end. */ /* File-scope global variables are output here. */ if (write_symbols == XCOFF_DEBUG && top_level) |