Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc sync with gcc.old.
details: https://anonhg.NetBSD.org/src/rev/ad8dcebd6c26
branches: trunk
changeset: 357532:ad8dcebd6c26
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Nov 14 09:04:16 2017 +0000
description:
sync with gcc.old.
diffstat:
external/gpl3/gcc/dist/gcc/toplev.c | 3 +--
external/gpl3/gcc/dist/libiberty/vprintf-support.c | 1 +
external/gpl3/gcc/lib/liblto_plugin/Makefile | 9 ++++++---
3 files changed, 8 insertions(+), 5 deletions(-)
diffs (47 lines):
diff -r b8d40666bb0a -r ad8dcebd6c26 external/gpl3/gcc/dist/gcc/toplev.c
--- a/external/gpl3/gcc/dist/gcc/toplev.c Tue Nov 14 08:52:20 2017 +0000
+++ b/external/gpl3/gcc/dist/gcc/toplev.c Tue Nov 14 09:04:16 2017 +0000
@@ -1386,8 +1386,7 @@
if (flag_sanitize & SANITIZE_THREAD)
{
- error (UNKNOWN_LOCATION,
- "%<-fcheck-pointer-bounds%> is not supported with "
+ error ("%<-fcheck-pointer-bounds%> is not supported with "
"Thread Sanitizer");
flag_check_pointer_bounds = 0;
diff -r b8d40666bb0a -r ad8dcebd6c26 external/gpl3/gcc/dist/libiberty/vprintf-support.c
--- a/external/gpl3/gcc/dist/libiberty/vprintf-support.c Tue Nov 14 08:52:20 2017 +0000
+++ b/external/gpl3/gcc/dist/libiberty/vprintf-support.c Tue Nov 14 09:04:16 2017 +0000
@@ -36,6 +36,7 @@
extern unsigned long strtoul ();
#endif
#include "libiberty.h"
+#include "vprintf-support.h"
int
libiberty_vprintf_buffer_size (const char *format, va_list args)
diff -r b8d40666bb0a -r ad8dcebd6c26 external/gpl3/gcc/lib/liblto_plugin/Makefile
--- a/external/gpl3/gcc/lib/liblto_plugin/Makefile Tue Nov 14 08:52:20 2017 +0000
+++ b/external/gpl3/gcc/lib/liblto_plugin/Makefile Tue Nov 14 09:04:16 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/11/11 07:50:39 kamil Exp $
+# $NetBSD: Makefile,v 1.9 2017/11/14 09:04:17 mrg Exp $
.include <bsd.init.mk>
.include <bsd.shlib.mk>
@@ -11,8 +11,11 @@
SRCS= lto-plugin.c hashtab.c simple-object.c pex-unix.c \
pex-common.c argv.c make-temp-file.c concat.c \
simple-object-elf.c simple-object-mach-o.c \
- simple-object-coff.c simple-object-xcoff.c xstrerror.c \
- safe-ctype.c
+ simple-object-coff.c simple-object-xcoff.c \
+
+# libiberty
+SRCS+= xstrerror.c xasprintf.c xvasprintf.c safe-ctype.c \
+ vprintf-support.c
CPPFLAGS+= -I${DIST}/include -I.
CPPFLAGS+= -DHAVE_CONFIG_H
Home |
Main Index |
Thread Index |
Old Index