diff options
Diffstat (limited to 'gcc/config/i386/osf1elf.h')
-rw-r--r-- | gcc/config/i386/osf1elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/osf1elf.h b/gcc/config/i386/osf1elf.h index c3a2e1b..fefa8c4 100644 --- a/gcc/config/i386/osf1elf.h +++ b/gcc/config/i386/osf1elf.h @@ -1,6 +1,6 @@ /* OSF/1 1.3 now is compitable with SVR4, so include sysv4.h, and put difference here. - Copyright (C) 2000 Free Software Foundation, Inc. */ + Copyright (C) 2000 Free Software Foundation, Inc. */ #include <stdio.h> @@ -145,7 +145,7 @@ The details of how the address should be passed to `mcount' are determined by your operating system environment, not by GNU CC. To figure them out, compile a small program for profiling using the system's installed C - compiler and look at the assembler code that results. */ + compiler and look at the assembler code that results. */ #undef FUNCTION_PROFILER #define FUNCTION_PROFILER(FILE, LABELNO) \ |