diff options
Diffstat (limited to 'gcc/config/ptx4.h')
-rw-r--r-- | gcc/config/ptx4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index d4a61de8107..3d8e5278567 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -180,7 +180,7 @@ Boston, MA 02111-1307, USA. %{!ansi:values-Xa.o%s} \ crtbegin.o%s" -/* Don't use bcopy, which doesn't handle overlaps before DYNIX/ptx 4.6. */ +/* Don't use bcopy, which doesn't handle overlaps before DYNIX/ptx 4.6. */ #undef HAVE_BCOPY @@ -239,7 +239,7 @@ while (0) /* This says how to output assembler code to declare an uninitialized external linkage data item. There's a bug in the DYNIX/ptx linker (PR 254649) when the alignment for such an object is specified, so - ignore the ALIGN parameter. */ + ignore the ALIGN parameter. */ #undef ASM_OUTPUT_ALIGNED_COMMON #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ |