public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5765] hppa: Define MAX_FIXED_MODE_SIZE
@ 2023-11-22 20:07 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2023-11-22 20:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6f59f959e751d73b371d52f9c657f78d7a77983c

commit r14-5765-g6f59f959e751d73b371d52f9c657f78d7a77983c
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Wed Nov 22 20:06:22 2023 +0000

    hppa: Define MAX_FIXED_MODE_SIZE
    
    Replace default define.  We support TImode when TARGET_64BIT is true.
    
    2023-11-22  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/ChangeLog:
    
            PR target/112592
            * config/pa/pa.h (MAX_FIXED_MODE_SIZE): Define.

Diff:
---
 gcc/config/pa/pa.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index aba2cec7357..d73428682e7 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -1310,3 +1310,7 @@ do {									     \
 
 /* Output default function prologue for hpux.  */
 #define TARGET_ASM_FUNCTION_PROLOGUE pa_output_function_prologue
+
+/* An integer expression for the size in bits of the largest integer machine
+   mode that should actually be used.  We allow pairs of registers.  */
+#define MAX_FIXED_MODE_SIZE GET_MODE_BITSIZE (TARGET_64BIT ? TImode : DImode)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 20:07 [gcc r14-5765] hppa: Define MAX_FIXED_MODE_SIZE John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).