This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] picflag.m4 high bit set in comment


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0913ae5ad7ad465e36784ed7fcc8676f3e0e23b7

commit 0913ae5ad7ad465e36784ed7fcc8676f3e0e23b7
Author: Alan Modra <amodra@gmail.com>
Date:   Sun Dec 18 17:06:40 2016 +1030

    picflag.m4 high bit set in comment
    
    	* picflag.m4: Import from gcc.

Diff:
---
 config/ChangeLog  | 4 ++++
 config/picflag.m4 | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/ChangeLog b/config/ChangeLog
index 629d0cb..01d24e3 100644
--- 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 2f5b972..8b106f9 100644
--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]