mirror of git://gcc.gnu.org/git/gcc.git
re PR bootstrap/51734 (Bootstrap fails in libada)
config/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> PR bootstrap/51734 * picflag.m4: Remove s390 case statement. gcc/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. libada/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. libgcc/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. * config/s390/t-crtstuff: Remove -fPIC. libiberty/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. From-SVN: r182868
This commit is contained in:
parent
b4cf8c9da2
commit
925b0ed821
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
PR bootstrap/51734
|
||||||
|
* picflag.m4: Remove s390 case statement.
|
||||||
|
|
||||||
2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
|
2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in
|
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in
|
||||||
|
|
|
||||||
|
|
@ -51,9 +51,6 @@ case "${$2}" in
|
||||||
m68k-*-*)
|
m68k-*-*)
|
||||||
$1=-fpic
|
$1=-fpic
|
||||||
;;
|
;;
|
||||||
s390*-*-*)
|
|
||||||
$1=-fpic
|
|
||||||
;;
|
|
||||||
# FIXME: Override -fPIC default in libgcc only?
|
# FIXME: Override -fPIC default in libgcc only?
|
||||||
sh-*-linux* | sh[[2346lbe]]*-*-linux*)
|
sh-*-linux* | sh[[2346lbe]]*-*-linux*)
|
||||||
$1=-fpic
|
$1=-fpic
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-01-04 Richard Guenther <rguenther@suse.de>
|
2012-01-04 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR tree-optimization/49651
|
PR tree-optimization/49651
|
||||||
|
|
|
||||||
|
|
@ -4925,9 +4925,6 @@ case "${target}" in
|
||||||
m68k-*-*)
|
m68k-*-*)
|
||||||
PICFLAG_FOR_TARGET=-fpic
|
PICFLAG_FOR_TARGET=-fpic
|
||||||
;;
|
;;
|
||||||
s390*-*-*)
|
|
||||||
PICFLAG_FOR_TARGET=-fpic
|
|
||||||
;;
|
|
||||||
# FIXME: Override -fPIC default in libgcc only?
|
# FIXME: Override -fPIC default in libgcc only?
|
||||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||||
PICFLAG_FOR_TARGET=-fpic
|
PICFLAG_FOR_TARGET=-fpic
|
||||||
|
|
@ -18109,7 +18106,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 18112 "configure"
|
#line 18109 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -18215,7 +18212,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 18218 "configure"
|
#line 18215 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
|
2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
|
||||||
|
|
||||||
* Makefile.in: Change dependency on oscons to depend on the generator
|
* Makefile.in: Change dependency on oscons to depend on the generator
|
||||||
|
|
|
||||||
|
|
@ -2868,9 +2868,6 @@ case "${host}" in
|
||||||
m68k-*-*)
|
m68k-*-*)
|
||||||
PICFLAG=-fpic
|
PICFLAG=-fpic
|
||||||
;;
|
;;
|
||||||
s390*-*-*)
|
|
||||||
PICFLAG=-fpic
|
|
||||||
;;
|
|
||||||
# FIXME: Override -fPIC default in libgcc only?
|
# FIXME: Override -fPIC default in libgcc only?
|
||||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||||
PICFLAG=-fpic
|
PICFLAG=-fpic
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
* config/s390/t-crtstuff: Remove -fPIC.
|
||||||
|
|
||||||
2012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
|
2012-01-02 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||||
|
|
||||||
PR bootstrap/51006
|
PR bootstrap/51006
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
# because then __FRAME_END__ might not be the last thing in .eh_frame
|
# because then __FRAME_END__ might not be the last thing in .eh_frame
|
||||||
# section.
|
# section.
|
||||||
CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
|
CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
|
||||||
CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC
|
CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|
||||||
|
|
|
||||||
|
|
@ -2322,9 +2322,6 @@ case "${host}" in
|
||||||
m68k-*-*)
|
m68k-*-*)
|
||||||
PICFLAG=-fpic
|
PICFLAG=-fpic
|
||||||
;;
|
;;
|
||||||
s390*-*-*)
|
|
||||||
PICFLAG=-fpic
|
|
||||||
;;
|
|
||||||
# FIXME: Override -fPIC default in libgcc only?
|
# FIXME: Override -fPIC default in libgcc only?
|
||||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||||
PICFLAG=-fpic
|
PICFLAG=-fpic
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-01-02 Jakub Jelinek <jakub@redhat.com>
|
2012-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* make-relative-prefix.c (make_relative_prefix_1): Avoid
|
* make-relative-prefix.c (make_relative_prefix_1): Avoid
|
||||||
|
|
|
||||||
|
|
@ -4899,9 +4899,6 @@ case "${host}" in
|
||||||
m68k-*-*)
|
m68k-*-*)
|
||||||
PICFLAG=-fpic
|
PICFLAG=-fpic
|
||||||
;;
|
;;
|
||||||
s390*-*-*)
|
|
||||||
PICFLAG=-fpic
|
|
||||||
;;
|
|
||||||
# FIXME: Override -fPIC default in libgcc only?
|
# FIXME: Override -fPIC default in libgcc only?
|
||||||
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
sh-*-linux* | sh[2346lbe]*-*-linux*)
|
||||||
PICFLAG=-fpic
|
PICFLAG=-fpic
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue