Commit 69ac24e5 authored by Martin Storsjö's avatar Martin Storsjö

aarch64: Get rid of a stray double space

The extra space got included as part of the expansion of ELF, which
later interfered with gas-preprocessor which earlier only stripped out
leftover lines starting with '#' if the line started with that char.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent fbd63170
......@@ -23,7 +23,7 @@
#ifdef __ELF__
# define ELF
#else
# define ELF #
# define ELF #
#endif
#if HAVE_AS_FUNC
......
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