diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-08 20:37:08 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-08 20:37:08 +0000 |
commit | a30b2ff392aad2f92a3a026ebb8dd6948a100def (patch) | |
tree | 4fe7e10d488f5a9429f2897d80727ad192331bf2 /gcc/config/ptx4.h | |
parent | b4aebc76dd73f0d2fab9332bf455cca62c2303c5 (diff) | |
download | gcc-a30b2ff392aad2f92a3a026ebb8dd6948a100def.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15880 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ptx4.h')
-rw-r--r-- | gcc/config/ptx4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index 80b7b165d0c..3ed0b642752 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -333,7 +333,7 @@ while (0) #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t%s\t%u\n", SKIP_ASM_OP, (SIZE)) -/* The prefix to add to user-visible assembler symbols. */ +/* The prefix to add to user-visible assembler symbols. For System V Release 4 the convention is *not* to prepend a leading underscore onto user-level symbol names. */ |