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
This commit is contained in:
Richard Earnshaw 2002-01-23 01:17:51 +00:00 committed by Richard Earnshaw
parent b4ae79f745
commit 7458a9f030
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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)