summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2015-08-27 08:09:49 -0700
committerSteve Ellcey <sellcey@mips.com>2015-08-27 08:09:49 -0700
commit37430363b865f2423bd58b4f0eaa779845ed7e71 (patch)
tree500fbdc007669eb4bc624addea85bb57661e088a /ChangeLog
parentae857215dd4e4a7ae100728c636622a7e4c8a322 (diff)
downloadglibc-37430363b865f2423bd58b4f0eaa779845ed7e71.tar.gz
glibc-37430363b865f2423bd58b4f0eaa779845ed7e71.tar.xz
glibc-37430363b865f2423bd58b4f0eaa779845ed7e71.zip
Fix undefined warning messages in GCC 6.
    GCC 6 puts out warnings in a different location then GCC 5.  Move the
    DIAG macros so that the warnings are supressed for both compilers.

    ChangeLog:

	* soft-fp/fmasf4.c: Add include of sys/cdefs.h.
	Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
	file, move DIAG_POP_NEEDS_COMMENT to end of file.
	* soft-fp/fmadf4.c: Ditto.
	* soft-fp/fmatf4.c: Ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b852698d14..8e65558416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
+
+	* soft-fp/fmasf4.c: Add include of sys/cdefs.h.
+	Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
+	file, move DIAG_POP_NEEDS_COMMENT to end of file.
+	* soft-fp/fmadf4.c: Ditto.
+	* soft-fp/fmatf4.c: Ditto.
+
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/i386/i586/Implies: Removed.