Hi,

I've committed the attached patch to fix the current bootstrap failure
on s390 as described in:

http://gcc.gnu.org/ml/gcc-patches/2011-11/msg00546.html

Bye,

-Andreas-


2011-11-04  Andreas Krebbel  <andreas.kreb...@de.ibm.com>

        * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
        variable.

Index: libgcc/config/s390/t-crtstuff
===================================================================
*** libgcc/config/s390/t-crtstuff.orig
--- libgcc/config/s390/t-crtstuff
***************
*** 2,6 ****
  # because then __FRAME_END__ might not be the last thing in .eh_frame
  # section.
  CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
! CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
! 
--- 2,5 ----
  # because then __FRAME_END__ might not be the last thing in .eh_frame
  # section.
  CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
! CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC

Reply via email to