aboutsummaryrefslogtreecommitdiff
path: root/gcc/target-def.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-20 10:30:05 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-06-20 10:30:05 -0700
commita3424f5c1e409cf8d7e9c0d7372a0a223a33eade (patch)
tree73514e4f64d84936d90b75c8a73e6fd5958b4ab8 /gcc/target-def.h
parent3a9476696caa7ef0cea761530df25647b8dbbe0b (diff)
downloadgcc-a3424f5c1e409cf8d7e9c0d7372a0a223a33eade.zip
gcc-a3424f5c1e409cf8d7e9c0d7372a0a223a33eade.tar.gz
gcc-a3424f5c1e409cf8d7e9c0d7372a0a223a33eade.tar.bz2
hooks.c (hook_int_void_no_regs): Rename from hook_reg_class_void_no_regs; change return type.
* hooks.c (hook_int_void_no_regs): Rename from hook_reg_class_void_no_regs; change return type. * hooks.h: Update. * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update. * target.h (branch_target_register_class): Change return type to int. Add documentation. * config/sh/sh.c (sh_target_reg_class): Change return type. * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise. From-SVN: r68275
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r--gcc/target-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h
index d6950e4..3197022 100644
--- a/gcc/target-def.h
+++ b/gcc/target-def.h
@@ -282,7 +282,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/* In hook.c. */
#define TARGET_CANNOT_MODIFY_JUMPS_P hook_bool_void_false
-#define TARGET_BRANCH_TARGET_REGISTER_CLASS hook_reg_class_void_no_regs
+#define TARGET_BRANCH_TARGET_REGISTER_CLASS hook_int_void_no_regs
#define TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED hook_bool_bool_false
#define TARGET_CANNOT_FORCE_CONST_MEM hook_bool_rtx_false
#define TARGET_CANNOT_COPY_INSN_P NULL