elf.h, [...]: Fix typos last change.
authorRichard Henderson <rth@redhat.com>
Fri, 17 Aug 2001 19:40:03 +0000 (12:40 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 17 Aug 2001 19:40:03 +0000 (12:40 -0700)
        * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
        config/mips/openbsd.h: Fix typos last change.

From-SVN: r44977

gcc/ChangeLog
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/netbsd.h
gcc/config/mips/openbsd.h

index 586dc5f35b8d7e21b5d8174c76007a6bac4b0563..a6470507b0257e83f5a3d8229999457e441f48d1 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * doc/invoke.texi (Optimize Options): The default for 
index 7408704658a5397094ff88651617810de282ab9f..4b2e605d8edbe560a1803f8b06106b991022d520 100644 (file)
@@ -65,12 +65,12 @@ do {                                                        \
    switching, then we need a custom TARGET_ASM_NAMED_SECTION too.  */
 
 #undef TEXT_SECTION
-#define TEXT_SECTION()
-do {
-  if (TARGET_FILE_SWITCHING)
-    abort ();
-  fputs (TEXT_SECTION_ASM_OP, asm_out_file);
-  fputc ('\n', asm_out_file);
+#define TEXT_SECTION()                         \
+do {                                           \
+  if (TARGET_FILE_SWITCHING)                   \
+    abort ();                                  \
+  fputs (TEXT_SECTION_ASM_OP, asm_out_file);   \
+  fputc ('\n', asm_out_file);                  \
 } while (0)
 
 /* The following macro defines the format used to output the second
index c218c3743bf5381e4e9eafed9a1e0f96497c0c6b..570e01f515f157e2a67fe530895274f3e1e2ffdb 100644 (file)
@@ -82,12 +82,12 @@ do {                                                        \
    switching, then we need a custom TARGET_ASM_NAMED_SECTION too.  */
 
 #undef TEXT_SECTION
-#define TEXT_SECTION()
-do {
-  if (TARGET_FILE_SWITCHING)
-    abort ();
-  fputs (TEXT_SECTION_ASM_OP, asm_out_file);
-  fputc ('\n', asm_out_file);
+#define TEXT_SECTION()                         \
+do {                                           \
+  if (TARGET_FILE_SWITCHING)                   \
+    abort ();                                  \
+  fputs (TEXT_SECTION_ASM_OP, asm_out_file);   \
+  fputc ('\n', asm_out_file);                  \
 } while (0)
 
 /* The following macro defines the format used to output the second
index cdb80376cef57f7ce187a9fc44302c764659c906..1458a826228e6f26eaf3d072f6bc85bd782a4a1e 100644 (file)
@@ -210,12 +210,12 @@ do {                                                                       \
    TARGET_ASM_NAMED_SECTION too.  */
 
 #undef TEXT_SECTION
-#define TEXT_SECTION()
-do {
-  if (TARGET_FILE_SWITCHING)
-    abort ();
-  fputs (TEXT_SECTION_ASM_OP, asm_out_file);
-  fputc ('\n', asm_out_file);
+#define TEXT_SECTION()                         \
+do {                                           \
+  if (TARGET_FILE_SWITCHING)                   \
+    abort ();                                  \
+  fputs (TEXT_SECTION_ASM_OP, asm_out_file);   \
+  fputc ('\n', asm_out_file);                  \
 } while (0)
 
 /* Since gas and gld are standard on NetBSD, we don't need these */
index 886c229f979f15abca006d86fe75466a300d080b..5fc062b95bd6a67e8bbb2c4ea797e59e86e176a5 100644 (file)
@@ -112,12 +112,12 @@ Boston, MA 02111-1307, USA.  */
    TARGET_ASM_NAMED_SECTION too.  */
 
 #undef TEXT_SECTION
-#define TEXT_SECTION()
-do {
-  if (TARGET_FILE_SWITCHING)
-    abort ();
-  fputs (TEXT_SECTION_ASM_OP, asm_out_file);
-  fputc ('\n', asm_out_file);
+#define TEXT_SECTION()                         \
+do {                                           \
+  if (TARGET_FILE_SWITCHING)                   \
+    abort ();                                  \
+  fputs (TEXT_SECTION_ASM_OP, asm_out_file);   \
+  fputc ('\n', asm_out_file);                  \
 } while (0)
 
 /* collect2 support (Macros for initialization).  */