]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR 9638/other
authorJoel Sherrill <joel@OARcorp.com>
Wed, 10 Mar 2004 17:22:15 +0000 (17:22 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Wed, 10 Mar 2004 17:22:15 +0000 (17:22 +0000)
2003-02-27  Joel Sherrill <joel@OARcorp.com>

PR 9638/other
* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
this constant defaults to 1.

From-SVN: r79262

gcc/ChangeLog
gcc/config.gcc

index fdf3e2a7dbc376be8fb466896d24056973ec25f0..30a832513ec7b99e4fee793c4b45a5fe613fdb9d 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-10  Joel Sherrill  <joel@oarcorp.com>
+
+       PR target/14480
+       * config.gcc (powerpc*-*-rtems*): Use rs6000/t-rtems.
+
 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
  
         * config/rs6000/rs6000.md (ashrdi3): Do not call ashrdi3_no_power
index 9b6b5665177daa0df9947e8e0499fa194caf70a0..f44b0f947872cf475e61f3035c70669412357fd3 100644 (file)
@@ -2111,7 +2111,7 @@ powerpc-*-eabi*)
 powerpc-*-rtems*)
        xm_defines=POSIX
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
-       tmake_file="rs6000/t-rtems t-rtems rs6000/t-ppccomm"
+       tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm"
        if test x$enable_threads = xyes; then
          thread_file='rtems'
        fi