]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pa.c (function_arg): Revert 2008-10-26 change.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Mon, 24 Nov 2008 01:15:16 +0000 (01:15 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Nov 2008 01:15:16 +0000 (01:15 +0000)
* pa.c (function_arg): Revert 2008-10-26 change.

From-SVN: r142147

gcc/ChangeLog
gcc/config/pa/pa.c

index 1a5ab353a4f8924f221c4dc1a1b2248d8f3bbb6a..2f131afa8084287e579bf1c8fd14cef83ddfe904 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c (function_arg): Revert 2008-10-26 change.
+
 2008-11-23  Helge Deller  <deller@gmx.de>
 
        * pa/linux-atomic.c (EBUSY): Define if not _LP64.
index e06a2ec4809b15197d3ea4cde4c2e36b6135f7af..21820869d5c464b11b63c2750843a5f5ea88af13 100644 (file)
@@ -9281,7 +9281,7 @@ function_arg (CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type,
              offset += 8;
            }
 
-         return gen_rtx_PARALLEL (BLKmode, gen_rtvec_v (ub, loc));
+         return gen_rtx_PARALLEL (mode, gen_rtvec_v (ub, loc));
        }
      }
   else