diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-31 08:26:01 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-31 08:26:01 -0500 |
commit | 9f6c07883fdec280fb0897847fe33b2411158fe6 (patch) | |
tree | c4ed52e9663f060b0f3cbc011de4cb62b4f7a350 | |
parent | b50a024db75bd384ceb349b5a03def80b8d3db69 (diff) | |
download | gcc-9f6c07883fdec280fb0897847fe33b2411158fe6.zip gcc-9f6c07883fdec280fb0897847fe33b2411158fe6.tar.gz gcc-9f6c07883fdec280fb0897847fe33b2411158fe6.tar.bz2 |
Fix premature close comment.
From-SVN: r9273
-rw-r--r-- | gcc/config/i386/win-nt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/win-nt.h b/gcc/config/i386/win-nt.h index 636ccb99..2959821 100644 --- a/gcc/config/i386/win-nt.h +++ b/gcc/config/i386/win-nt.h @@ -132,7 +132,7 @@ dtor_section () \ function named by the symbol (such as what section it is in). On i386, if using PIC, mark a SYMBOL_REF for a non-global symbol - so that we may access it directly in the GOT. */ + so that we may access it directly in the GOT. On i386 running Windows NT, modify the assembler name with a suffix consisting of an atsign (@) followed by string of digits that represents |