OSDN Git Service

2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Aug 2004 21:31:30 +0000 (21:31 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Aug 2004 21:31:30 +0000 (21:31 +0000)
    Andrew Pinski  <pinskia@physics.uc.edu>

PR target/14931
* config/rs6000/darwin-tramp.asm (L_abort$stub): Change to new stub
style.

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

gcc/ChangeLog
gcc/config/rs6000/darwin-tramp.asm

index 9f86e71..f223443 100644 (file)
@@ -1,3 +1,10 @@
+2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
+           Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR target/14931
+       * config/rs6000/darwin-tramp.asm (L_abort$stub): Change to new stub
+       style.
+
 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
 
        * tree.h (build_int_cst): New.
index 22ce80a..d4d7774 100644 (file)
@@ -1,6 +1,6 @@
 /*  Special support for trampolines
  *
- *   Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+ *   Copyright (C) 1996, 1997, 2000, 2004 Free Software Foundation, Inc.
  *   Written By Michael Meissner
  * 
  * This file is free software; you can redistribute it and/or modify it
@@ -103,7 +103,8 @@ Labort:
 #ifdef __DYNAMIC__
        bl      L_abort$stub
 .data
-.picsymbol_stub
+.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
+       .align 2
 L_abort$stub:
         .indirect_symbol _abort
         mflr r0
@@ -112,9 +113,8 @@ L0$_abort:
         mflr r11
         addis r11,r11,ha16(L_abort$lazy_ptr-L0$_abort)
         mtlr r0
-        lwz r12,lo16(L_abort$lazy_ptr-L0$_abort)(r11)
+       lwzu r12,lo16(L_abort$lazy_ptr-L0$_abort)(r11)
         mtctr r12
-        addi r11,r11,lo16(L_abort$lazy_ptr-L0$_abort)
         bctr
 .data
 .lazy_symbol_pointer