Fix a missing underscore.

This commit is contained in:
Nathan Whitehorn 2010-12-09 17:39:40 +00:00
parent aa2526259b
commit af1fdf0dbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=216329

View File

@ -891,7 +891,7 @@
/* Define if your PowerPC64 linker only needs function descriptor syms. */
#ifndef USED_FOR_TARGET
# ifdef __powerpc64_
# ifdef __powerpc64__
# define HAVE_LD_NO_DOT_SYMS 1
# endif
#endif