OSDN Git Service

2011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2011 19:05:36 +0000 (19:05 +0000)
committerkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2011 19:05:36 +0000 (19:05 +0000)
* config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
variable.

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

libgcc/ChangeLog
libgcc/config/s390/t-crtstuff

index df6ad30..ec06a09 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
+       variable.
+
 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/50931
index 92e87b2..f90e35b 100644 (file)
@@ -2,5 +2,4 @@
 # 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
-
+CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC