r263176 - in /trunk/gcc: ChangeLog config/pdp11...
rearnsha@gcc.gnu.org
rearnsha@gcc.gnu.org
Tue Jul 31 17:36:00 GMT 2018
Author: rearnsha
Date: Tue Jul 31 17:36:45 2018
New Revision: 263176
URL: https://gcc.gnu.org/viewcvs?rev=263176&root=gcc&view=rev
Log:
pdp11 - example of a port not needing a speculation barrier
This patch is intended as an example of all that is needed if the
target system doesn't support CPUs that have speculative execution.
I've chosen the pdp11 port on the basis that it's old enough that this
is likely to be true for all existing implementations and that there
is also little chance of that changing in future!
* config/pdp11/pdp11.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Redefine
to speculation_safe_value_not_needed.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/pdp11/pdp11.c
More information about the Gcc-cvs
mailing list