aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa-protos.h
diff options
context:
space:
mode:
authorMichael Meissner <michael.meissner@amd.com>2007-12-10 23:39:31 +0000
committerMichael Meissner <michael.meissner@amd.com>2007-12-10 23:39:31 +0000
commitf21b5e210f61f94fac714f78a2aeb21cce282f7c (patch)
treed6f8bb83944901f02e4ea6bea604efcb5ea0a838 /gcc/config/pa/pa-protos.h
parent3b4f67c0aef762937b12ddff85c9e3c0b5a5f446 (diff)
Merge up to revision 130757ix86/gcc-4_2-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ix86/gcc-4_2-branch@130759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-protos.h')
-rw-r--r--gcc/config/pa/pa-protos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-protos.h b/gcc/config/pa/pa-protos.h
index 0f0b960e40e..14386436c57 100644
--- a/gcc/config/pa/pa-protos.h
+++ b/gcc/config/pa/pa-protos.h
@@ -174,6 +174,9 @@ extern void pa_asm_output_aligned_local (FILE *, const char *,
unsigned HOST_WIDE_INT,
unsigned int);
extern void pa_hpux_asm_output_external (FILE *, tree, const char *);
+extern bool pa_cannot_change_mode_class (enum machine_mode, enum machine_mode,
+ enum reg_class);
+extern bool pa_modes_tieable_p (enum machine_mode, enum machine_mode);
extern const int magic_milli[];
extern int shadd_constant_p (int);