summaryrefslogtreecommitdiff
path: root/gcc/config/mips/openbsd.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-17 19:40:03 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-17 19:40:03 +0000
commit3deffdb95d60d70568f6bef8525fada012fe3238 (patch)
tree0fb42c8ebce90e3628ed5f9149054f7ce9b6893a /gcc/config/mips/openbsd.h
parent3ca183b082fba556fc8f283f2609853932d3abcf (diff)
downloadgcc-3deffdb95d60d70568f6bef8525fada012fe3238.tar.gz
* config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
config/mips/openbsd.h: Fix typos last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/openbsd.h')
-rw-r--r--gcc/config/mips/openbsd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/mips/openbsd.h b/gcc/config/mips/openbsd.h
index 886c229f979..5fc062b95bd 100644
--- a/gcc/config/mips/openbsd.h
+++ b/gcc/config/mips/openbsd.h
@@ -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). */