projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74d488
)
picflag.m4 high bit set in comment
author
Alan Modra
<amodra@gmail.com>
Sun, 18 Dec 2016 06:36:40 +0000
(17:06 +1030)
committer
Alan Modra
<amodra@gmail.com>
Wed, 4 Jan 2017 13:32:57 +0000
(
00:02
+1030)
* picflag.m4: Import from gcc.
config/ChangeLog
patch
|
blob
|
history
config/picflag.m4
patch
|
blob
|
history
diff --git
a/config/ChangeLog
b/config/ChangeLog
index 629d0cb785ea3cfc59a86999e0aa1478f4153a1d..01d24e3c634752cbb4db6d31dbfb35070b7e477e 100644
(file)
--- a/
config/ChangeLog
+++ b/
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.
diff --git
a/config/picflag.m4
b/config/picflag.m4
index 2f5b9721eb2fa8f6058beb9a15585612df49bb13..8b106f9af8868e6816633a0edf4dbcfad729520e 100644
(file)
--- a/
config/picflag.m4
+++ b/
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