pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc3/patches oops, these are obsolete now



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e78d5f674072
branches:  trunk
changeset: 477422:e78d5f674072
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 02 15:41:26 2004 +0000

description:
oops, these are obsolete now

diffstat:

 lang/gcc3/patches/patch-ac |  13 -------------
 lang/gcc3/patches/patch-ao |  25 -------------------------
 2 files changed, 0 insertions(+), 38 deletions(-)

diffs (46 lines):

diff -r 56a4f2a67ad7 -r e78d5f674072 lang/gcc3/patches/patch-ac
--- a/lang/gcc3/patches/patch-ac        Fri Jul 02 15:40:01 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2004/05/22 17:48:21 abs Exp $
-
---- gcc/config/arm/arm.h.orig  2002-11-15 11:21:36.000000000 +0000
-+++ gcc/config/arm/arm.h
-@@ -2029,7 +2029,7 @@ typedef struct
-          && GET_CODE (XEXP (X, 0)) == REG                             \
-          && ARM_REG_OK_FOR_BASE_P (XEXP (X, 0)))                      \
-     goto LABEL;                                                               \
--  else if (GET_MODE_SIZE (MODE) >= 4 && reload_completed              \
-+  else if (reload_completed                                           \
-          && (GET_CODE (X) == LABEL_REF                                \
-              || (GET_CODE (X) == CONST                                \
-                  && GET_CODE (XEXP ((X), 0)) == PLUS                  \
diff -r 56a4f2a67ad7 -r e78d5f674072 lang/gcc3/patches/patch-ao
--- a/lang/gcc3/patches/patch-ao        Fri Jul 02 15:40:01 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2004/04/10 16:37:22 seb Exp $
-
---- gcc/config/sparc/sparc.h   23 Jul 2003 02:41:59 -0000      1.1
-+++ gcc/config/sparc/sparc.h   22 Mar 2004 22:56:10 -0000      1.2
-@@ -1233,6 +1233,20 @@
-    {-1, -1, -1, 0x20},        /* GENERAL_OR_EXTRA_FP_REGS */  \
-    {-1, -1, -1, 0x3f}}        /* ALL_REGS */
- 
-+/* Defines invalid mode changes.  Borrowed from pa64-regs.h.
-+
-+   SImode loads to floating-point registers are not zero-extended.
-+   The definition for LOAD_EXTEND_OP specifies that integer loads
-+   narrower than BITS_PER_WORD will be zero-extended.  As a result,
-+   we inhibit changes from SImode unless they are to a mode that is
-+   identical in size.  */
-+
-+#define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS)             \
-+  (TARGET_ARCH64                                              \
-+   && (FROM) == SImode                                                \
-+   && GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO)              \
-+   ? reg_classes_intersect_p (CLASS, FP_REGS) : 0)
-+
- /* The same information, inverted:
-    Return the class number of the smallest class containing
-    reg number REGNO.  This could be a conditional expression



Home | Main Index | Thread Index | Old Index