Commit 32fa4d4a by Richard Henderson Committed by Richard Henderson

elf.h, [...]: Fix typos last change.

        * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
        config/mips/openbsd.h: Fix typos last change.

From-SVN: r44977
parent 93ee12c4
2001-08-17 Richard Henderson <rth@redhat.com>
* config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
config/mips/openbsd.h: Fix typos last change.
2001-08-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 2001-08-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/invoke.texi (Optimize Options): The default for * doc/invoke.texi (Optimize Options): The default for
......
...@@ -65,12 +65,12 @@ do { \ ...@@ -65,12 +65,12 @@ do { \
switching, then we need a custom TARGET_ASM_NAMED_SECTION too. */ switching, then we need a custom TARGET_ASM_NAMED_SECTION too. */
#undef TEXT_SECTION #undef TEXT_SECTION
#define TEXT_SECTION() #define TEXT_SECTION() \
do { do { \
if (TARGET_FILE_SWITCHING) if (TARGET_FILE_SWITCHING) \
abort (); abort (); \
fputs (TEXT_SECTION_ASM_OP, asm_out_file); fputs (TEXT_SECTION_ASM_OP, asm_out_file); \
fputc ('\n', asm_out_file); fputc ('\n', asm_out_file); \
} while (0) } while (0)
/* The following macro defines the format used to output the second /* The following macro defines the format used to output the second
......
...@@ -82,12 +82,12 @@ do { \ ...@@ -82,12 +82,12 @@ do { \
switching, then we need a custom TARGET_ASM_NAMED_SECTION too. */ switching, then we need a custom TARGET_ASM_NAMED_SECTION too. */
#undef TEXT_SECTION #undef TEXT_SECTION
#define TEXT_SECTION() #define TEXT_SECTION() \
do { do { \
if (TARGET_FILE_SWITCHING) if (TARGET_FILE_SWITCHING) \
abort (); abort (); \
fputs (TEXT_SECTION_ASM_OP, asm_out_file); fputs (TEXT_SECTION_ASM_OP, asm_out_file); \
fputc ('\n', asm_out_file); fputc ('\n', asm_out_file); \
} while (0) } while (0)
/* The following macro defines the format used to output the second /* The following macro defines the format used to output the second
......
...@@ -210,12 +210,12 @@ do { \ ...@@ -210,12 +210,12 @@ do { \
TARGET_ASM_NAMED_SECTION too. */ TARGET_ASM_NAMED_SECTION too. */
#undef TEXT_SECTION #undef TEXT_SECTION
#define TEXT_SECTION() #define TEXT_SECTION() \
do { do { \
if (TARGET_FILE_SWITCHING) if (TARGET_FILE_SWITCHING) \
abort (); abort (); \
fputs (TEXT_SECTION_ASM_OP, asm_out_file); fputs (TEXT_SECTION_ASM_OP, asm_out_file); \
fputc ('\n', asm_out_file); fputc ('\n', asm_out_file); \
} while (0) } while (0)
/* Since gas and gld are standard on NetBSD, we don't need these */ /* Since gas and gld are standard on NetBSD, we don't need these */
......
...@@ -112,12 +112,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -112,12 +112,12 @@ Boston, MA 02111-1307, USA. */
TARGET_ASM_NAMED_SECTION too. */ TARGET_ASM_NAMED_SECTION too. */
#undef TEXT_SECTION #undef TEXT_SECTION
#define TEXT_SECTION() #define TEXT_SECTION() \
do { do { \
if (TARGET_FILE_SWITCHING) if (TARGET_FILE_SWITCHING) \
abort (); abort (); \
fputs (TEXT_SECTION_ASM_OP, asm_out_file); fputs (TEXT_SECTION_ASM_OP, asm_out_file); \
fputc ('\n', asm_out_file); fputc ('\n', asm_out_file); \
} while (0) } while (0)
/* collect2 support (Macros for initialization). */ /* collect2 support (Macros for initialization). */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment