netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64.

* config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
	NETBSD_OS_CPP_BUILTINS_LP64.

From-SVN: r64261
This commit is contained in:
Andreas Jaeger 2003-03-12 21:43:52 +01:00 committed by Andreas Jaeger
parent 73458fb759
commit bfa2615fe1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-03-12 Andreas Jaeger <aj@suse.de>
* config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
NETBSD_OS_CPP_BUILTINS_LP64.
2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Eliminate all.indirect. Update and clean up comments.

View File

@ -24,8 +24,6 @@ Boston, MA 02111-1307, USA. */
do \
{ \
NETBSD_OS_CPP_BUILTINS_ELF(); \
if (TARGET_64BIT) \
NETBSD_OS_CPP_BUILTINS_LP64(); \
} \
while (0)