From 3dcc68a44a005cd6d2802fed3c62e5a3f897a1c5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 17 Dec 2001 16:46:11 +0000 Subject: Implement MODE_BASE_REG_CLASS From-SVN: r48104 --- gcc/defaults.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/defaults.h') diff --git a/gcc/defaults.h b/gcc/defaults.h index 91962d4..2a7c567 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -450,4 +450,11 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! #define FUNCTION_ARG_REG_LITTLE_ENDIAN 0 #endif +/* Determine the register class for registers suitable to be the base + address register in a MEM. Allow the choice to be dependent upon + the mode of the memory access. */ +#ifndef MODE_BASE_REG_CLASS +#define MODE_BASE_REG_CLASS(MODE) BASE_REG_CLASS +#endif + #endif /* ! GCC_DEFAULTS_H */ -- cgit v1.1