OSDN Git Service

* config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Sep 2002 02:47:14 +0000 (02:47 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Sep 2002 02:47:14 +0000 (02:47 +0000)
#if TARGET_MACHO.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57379 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 5222233..7e7b463 100644 (file)
@@ -1,5 +1,8 @@
 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
 
+       * config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
+       #if TARGET_MACHO.
+
        * config/rs6000/rs6000.md (floatdisf2_internal2): Combine
        insns.  Supply missing clobber of scratch reg.
 
index 6d80b0b..2c0a475 100644 (file)
    || (DEFAULT_ABI == ABI_DARWIN && flag_pic)"
   "
 {
+#if TARGET_MACHO
   if (DEFAULT_ABI == ABI_DARWIN)
     {
       char *picbase = machopic_function_base_name ();
       emit_insn (gen_macho_correct_pic (picreg, picreg, picrtx, tmplabrtx));
     }
   else
+#endif
     rs6000_emit_load_toc_table (FALSE);
   DONE;
 }")