diff options
Diffstat (limited to 'gcc/ginclude')
-rw-r--r-- | gcc/ginclude/ppc-asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/ppc-asm.h b/gcc/ginclude/ppc-asm.h index 9e830dcc6eb..4512d94352a 100644 --- a/gcc/ginclude/ppc-asm.h +++ b/gcc/ginclude/ppc-asm.h @@ -1,5 +1,5 @@ /* PowerPC asm definitions for GNU C. */ -/* Under winnt, 1) gas suppports the following as names and 2) in particular +/* Under winnt, 1) gas supports the following as names and 2) in particular defining "toc" breaks the FUNC_START macro as ".toc" becomes ".2" */ #if !defined(__WINNT__) |