Sync libiberty from gcc

Picks up copyright year update and other recent fixes.
This commit is contained in:
Alan Modra
2017-01-04 23:47:07 +10:30
parent 0913ae5ad7
commit e495212d22
95 changed files with 113 additions and 134 deletions

2
libiberty/configure vendored
View File

@@ -5097,7 +5097,7 @@ case "${host}" in
# If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared
# libs.
# libs.
*-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG=-fno-common ;;
esac