mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 12:29:42 +08:00
* c4x.h (TARGET_LOAD_DIRECT_MEMS): Define.
From-SVN: r39217
This commit is contained in:
parent
f40ae7c1b1
commit
860b349991
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
|
||||||
|
|
||||||
|
* c4x.h (TARGET_LOAD_DIRECT_MEMS): Define.
|
||||||
|
|
||||||
2001-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
|
2001-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||||
|
|
||||||
* c-lex.c (lex_charconst): Fix typo: s/p/str.
|
* c-lex.c (lex_charconst): Fix typo: s/p/str.
|
||||||
|
@ -281,7 +281,11 @@ extern int target_flags;
|
|||||||
|
|
||||||
/* Define some options to control code generation. */
|
/* Define some options to control code generation. */
|
||||||
#define TARGET_LOAD_ADDRESS (1 || (! TARGET_C3X && ! TARGET_SMALL))
|
#define TARGET_LOAD_ADDRESS (1 || (! TARGET_C3X && ! TARGET_SMALL))
|
||||||
|
/* Nonzero to convert direct memory references into HIGH/LO_SUM pairs
|
||||||
|
during RTL generation. */
|
||||||
#define TARGET_EXPOSE_LDP 0
|
#define TARGET_EXPOSE_LDP 0
|
||||||
|
/* Nonzero to force loading of direct memory references into a register. */
|
||||||
|
#define TARGET_LOAD_DIRECT_MEMS 0
|
||||||
|
|
||||||
/* -mrpts allows the use of the RPTS instruction irregardless.
|
/* -mrpts allows the use of the RPTS instruction irregardless.
|
||||||
-mrpts=max-cycles will use RPTS if the number of cycles is constant
|
-mrpts=max-cycles will use RPTS if the number of cycles is constant
|
||||||
|
Loading…
Reference in New Issue
Block a user