mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 03:34:45 +08:00
* sh.h (OPTIMIZATION_OPTIONS): Define.
From-SVN: r18837
This commit is contained in:
parent
6f28d3e982
commit
04d02ece5e
@ -1,3 +1,7 @@
|
||||
Thu Mar 26 17:34:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* sh.h (OPTIMIZATION_OPTIONS): Define.
|
||||
|
||||
Thu Mar 26 00:19:47 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
|
||||
|
@ -160,6 +160,12 @@ extern int target_flags;
|
||||
|
||||
#define PRESERVE_DEATH_INFO_REGNO_P(regno) (TARGET_RELAX || optimize)
|
||||
|
||||
#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \
|
||||
do { \
|
||||
if (SIZE) \
|
||||
target_flags |= SPACE_BIT; \
|
||||
} while (0)
|
||||
|
||||
#define ASSEMBLER_DIALECT 0 /* will allow to distinguish b[tf].s and b[tf]/s . */
|
||||
#define OVERRIDE_OPTIONS \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user