Commit 7458a9f0 by Richard Earnshaw Committed by Richard Earnshaw

netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space after backslash.

* config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
after backslash.
(ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.

From-SVN: r49117
parent b4ae79f7
2002-01-22 Richard Earnshaw <rearnsha@arm.com>
* config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
after backslash.
(ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
2002-01-22 Alexandre Oliva <aoliva@redhat.com>
* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
......
......@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
/* This defines which switch letters take arguments. */
#undef SWITCH_TAKES_ARG
#define SWITCH_TAKES_ARG(CHAR) \
#define SWITCH_TAKES_ARG(CHAR) \
(DEFAULT_SWITCH_TAKES_ARG(CHAR) \
|| (CHAR) == 'R')
......@@ -160,7 +160,7 @@ Boston, MA 02111-1307, USA. */
int_size_in_bytes (TREE_TYPE (DECL))); \
} \
ASM_OUTPUT_LABEL(FILE, NAME); \
}
} \
while (0)
......
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