This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Update config/{ChangeLog,bootstrap-asan.mk,dfp.m4,picflag.m4} from GCC


Hi!

I noticed that some more config/ files are out of sync. This patch
merges them. Contrary to all my previous merges, this one also merges
the ChangeLog file (as it was done before for config/ChangeLog):

2013-04-30  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

config/
	* ChangeLog: Merge from GCC.
	* bootstrap-asan.mk: Ditto.
	* dfp.m4: Ditto.
	* picflag.m4: Ditto.

Index: config/ChangeLog
===================================================================
RCS file: /cvs/src/src/config/ChangeLog,v
retrieving revision 1.186
diff -u -p -r1.186 ChangeLog
--- config/ChangeLog	4 Feb 2013 23:31:16 -0000	1.186
+++ config/ChangeLog	30 Apr 2013 12:27:04 -0000
@@ -1,3 +1,13 @@
+2013-03-27  Kai Tietz  <ktietz@redhat.com>
+
+	* dfp.m4: Add support for cygwin x64 target.
+	* picflag.m4: Likewise.
+
+2013-02-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
+	-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.
+
 2013-01-15  Richard Biener  <rguenther@suse.de>
 
 	PR other/55973
Index: config/bootstrap-asan.mk
===================================================================
RCS file: /cvs/src/src/config/bootstrap-asan.mk,v
retrieving revision 1.1
diff -u -p -r1.1 bootstrap-asan.mk
--- config/bootstrap-asan.mk	12 Dec 2012 13:45:37 -0000	1.1
+++ config/bootstrap-asan.mk	30 Apr 2013 12:27:04 -0000
@@ -3,4 +3,5 @@
 STAGE2_CFLAGS += -fsanitize=address
 STAGE3_CFLAGS += -fsanitize=address
 POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
+		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \
 		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
Index: config/dfp.m4
===================================================================
RCS file: /cvs/src/src/config/dfp.m4,v
retrieving revision 1.4
diff -u -p -r1.4 dfp.m4
--- config/dfp.m4	11 Nov 2012 10:59:50 -0000	1.4
+++ config/dfp.m4	30 Apr 2013 12:27:04 -0000
@@ -23,7 +23,7 @@ Valid choices are 'yes', 'bid', 'dpd', a
     powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
     i?86*-*-gnu* | \
     i?86*-*-mingw* | x86_64*-*-mingw* | \
-    i?86*-*-cygwin*)
+    i?86*-*-cygwin* | x86_64*-*-cygwin*)
       enable_decimal_float=yes
       ;;
     *)
Index: config/picflag.m4
===================================================================
RCS file: /cvs/src/src/config/picflag.m4,v
retrieving revision 1.2
diff -u -p -r1.2 picflag.m4
--- config/picflag.m4	29 May 2012 15:58:15 -0000	1.2
+++ config/picflag.m4	30 Apr 2013 12:27:04 -0000
@@ -17,7 +17,9 @@ case "${$2}" in
     hppa*64*-*-hpux*)
 	# PIC is the default for 64-bit PA HP-UX.
 	;;
-    i[[34567]]86-*-cygwin* | i[[34567]]86-*-mingw* | x86_64-*-mingw*)
+    i[[34567]]86-*-cygwin* | x86_64-*-cygwin*)
+	;;
+    i[[34567]]86-*-mingw* | x86_64-*-mingw*)
 	;;
     i[[34567]]86-*-interix[[3-9]]*)
 	# Interix 3.x gcc -fpic/-fPIC options generate broken code.

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:         Alles wird gut! ...und heute wirds schon ein biÃchen besser.
the second  :

Attachment: signature.asc
Description: Digital signature


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