Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/gnu/dist/gcc4/gcc/config/i386 Pull up following revision(...
details: https://anonhg.NetBSD.org/src/rev/4763fddccf76
branches: netbsd-6
changeset: 776766:4763fddccf76
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Nov 04 00:52:15 2014 +0000
description:
Pull up following revision(s) (requested by joerg in ticket #1157):
external/gpl3/gcc.old/dist/gcc/config/i386/pmm_malloc.h: revision 1.2
Apply r1.2 from our GCC 4.8 version of the same file:
Kill the "throw()" on a forward declaration for posix_memalign (it does
not match our base declaration and may cause warnings).
diffstat:
gnu/dist/gcc4/gcc/config/i386/pmm_malloc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9085701fa0bb -r 4763fddccf76 gnu/dist/gcc4/gcc/config/i386/pmm_malloc.h
--- a/gnu/dist/gcc4/gcc/config/i386/pmm_malloc.h Mon Nov 03 23:08:44 2014 +0000
+++ b/gnu/dist/gcc4/gcc/config/i386/pmm_malloc.h Tue Nov 04 00:52:15 2014 +0000
@@ -34,7 +34,7 @@
#ifndef __cplusplus
extern int posix_memalign (void **, size_t, size_t);
#else
-extern "C" int posix_memalign (void **, size_t, size_t) throw ();
+extern "C" int posix_memalign (void **, size_t, size_t);
#endif
static __inline void *
Home |
Main Index |
Thread Index |
Old Index