Browse Source

picflag.m4 high bit set in comment

* picflag.m4: Import from gcc.
gdb-8.0-branch
Alan Modra 9 years ago
parent
commit
0913ae5ad7
  1. 4
      config/ChangeLog
  2. 2
      config/picflag.m4

4
config/ChangeLog

@ -1,3 +1,7 @@
2017-01-05 Alan Modra <amodra@gmail.com>
* picflag.m4: Import from gcc.
2016-12-08 Alan Modra <amodra@gmail.com>
* acx.m4: Import from gcc.

2
config/picflag.m4

@ -12,7 +12,7 @@ case "${$2}" 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*) $1='-fno-common -mno-dynamic-no-pic' ;;
*) $1=-fno-common ;;
esac

Loading…
Cancel
Save