Skip to content
Snippets Groups Projects
Commit cf5c0cea authored by Alan Modra's avatar Alan Modra Committed by Alan Modra
Browse files

* gcc.dg/cpp/assert4.c: Fix typo last change.

From-SVN: r77587
parent 42a1b62e
No related branches found
No related tags found
No related merge requests found
2004-02-10 Alan Modra <amodra@bigpond.net.au>
 
* gcc.dg/cpp/assert4.c: Fix typo last change.
* gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
* gcc.dg/cpp/assert4.c: Handle powerpc64.
 
......
......@@ -348,6 +348,7 @@
# if (#cpu(powerpc) || #machine(powerpc) \
|| !#cpu(powerpc64) || !#machine(powerpc64))
# error
# endif
# else
# if (!#cpu(powerpc) || !#machine(powerpc) \
|| #cpu(powerpc64) || #machine(powerpc64))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment