Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/lib mknative-gdb for sparc and gdb 7.10



details:   https://anonhg.NetBSD.org/src/rev/5b505fa4879a
branches:  trunk
changeset: 814536:5b505fa4879a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 26 10:29:44 2016 +0000

description:
mknative-gdb for sparc and gdb 7.10

diffstat:

 external/gpl3/gdb/lib/libbfd/arch/sparc/bfd_stdint.h          |   2 +-
 external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h           |  51 +++++++---
 external/gpl3/gdb/lib/libdecnumber/arch/sparc/gstdint.h       |   2 +-
 external/gpl3/gdb/lib/libgdb/arch/sparc/build-gnulib/config.h |   6 +-
 external/gpl3/gdb/lib/libgdb/arch/sparc/config.h              |   2 +-
 external/gpl3/gdb/lib/libiberty/arch/sparc/config.h           |   2 +-
 external/gpl3/gdb/lib/libiberty/arch/sparc/defs.mk            |   2 +-
 7 files changed, 41 insertions(+), 26 deletions(-)

diffs (151 lines):

diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libbfd/arch/sparc/bfd_stdint.h
--- a/external/gpl3/gdb/lib/libbfd/arch/sparc/bfd_stdint.h      Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/sparc/bfd_stdint.h      Sat Mar 26 10:29:44 2016 +0000
@@ -2,7 +2,7 @@
 /* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
-/* generated for  sparc--netbsdelf-gcc (NetBSD nb1 20120916) 4.8.3 20140302 (prerelease) */
+/* generated for  sparc--netbsdelf-gcc (NetBSD nb1 20160317) 5.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h       Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h       Sat Mar 26 10:29:44 2016 +0000
@@ -1518,24 +1518,7 @@
 
 
     
-#ifdef BFD64
-#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_trad_le_vec)
-
-{ "mips*el-*-netbsd*",
-&mips_elf32_trad_le_vec },
-#endif
-
-
-    
-#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_trad_be_vec)
-
-{ "mips*-*-netbsd*",
-&mips_elf32_trad_be_vec },
-#endif
-
-
-    
-#endif
+
 #if !defined (SELECT_VECS) || defined (HAVE_mips_ecoff_le_vec)
 
 { "mips*-dec-*", NULL },{ "mips*el-*-ecoff*",
@@ -1677,6 +1660,38 @@
 
 
     
+#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_ntrad_le_vec)
+
+{ "mips64*el-*-netbsd*",
+&mips_elf32_ntrad_le_vec },
+#endif
+
+
+    
+#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_ntrad_be_vec)
+
+{ "mips64*-*-netbsd*",
+&mips_elf32_ntrad_be_vec },
+#endif
+
+
+    
+#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_trad_le_vec)
+
+{ "mips*el-*-netbsd*",
+&mips_elf32_trad_le_vec },
+#endif
+
+
+    
+#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_trad_be_vec)
+
+{ "mips*-*-netbsd*",
+&mips_elf32_trad_be_vec },
+#endif
+
+
+    
 #if !defined (SELECT_VECS) || defined (HAVE_mips_elf64_trad_be_vec)
 
 { "mips64*-*-openbsd*",
diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libdecnumber/arch/sparc/gstdint.h
--- a/external/gpl3/gdb/lib/libdecnumber/arch/sparc/gstdint.h   Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libdecnumber/arch/sparc/gstdint.h   Sat Mar 26 10:29:44 2016 +0000
@@ -2,7 +2,7 @@
 /* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
-/* generated for  sparc--netbsdelf-gcc (NetBSD nb1 20120916) 4.8.3 20140302 (prerelease) */
+/* generated for  sparc--netbsdelf-gcc (NetBSD nb1 20160317) 5.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libgdb/arch/sparc/build-gnulib/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sparc/build-gnulib/config.h     Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sparc/build-gnulib/config.h     Sat Mar 26 10:29:44 2016 +0000
@@ -661,10 +661,10 @@
 #define HAVE_RAW_DECL_MKNODAT 1
 
 /* Define to 1 if mkostemp is declared even after undefining macros. */
-/* #undef HAVE_RAW_DECL_MKOSTEMP */
+#define HAVE_RAW_DECL_MKOSTEMP 1
 
 /* Define to 1 if mkostemps is declared even after undefining macros. */
-/* #undef HAVE_RAW_DECL_MKOSTEMPS */
+#define HAVE_RAW_DECL_MKOSTEMPS 1
 
 /* Define to 1 if mkstemp is declared even after undefining macros. */
 #define HAVE_RAW_DECL_MKSTEMP 1
@@ -1155,7 +1155,7 @@
 #define MALLOC_0_IS_NONNULL 1
 
 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
-#define MAP_ANONYMOUS MAP_ANON
+/* #undef MAP_ANONYMOUS */
 
 /* Define if the mbrtowc function has the NULL pwc argument bug. */
 /* #undef MBRTOWC_NULL_ARG1_BUG */
diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libgdb/arch/sparc/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h  Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h  Sat Mar 26 10:29:44 2016 +0000
@@ -219,7 +219,7 @@
 #define HAVE_INTTYPES_H 1
 
 /* Define to 1 if your system has the kinfo_getvmmap function. */
-/* #undef HAVE_KINFO_GETVMMAP */
+#define HAVE_KINFO_GETVMMAP 1
 
 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 #define HAVE_LANGINFO_CODESET 1
diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libiberty/arch/sparc/config.h
--- a/external/gpl3/gdb/lib/libiberty/arch/sparc/config.h       Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libiberty/arch/sparc/config.h       Sat Mar 26 10:29:44 2016 +0000
@@ -188,7 +188,7 @@
 #define HAVE_MEMSET 1
 
 /* Define to 1 if you have the `mkstemps' function. */
-/* #undef HAVE_MKSTEMPS */
+#define HAVE_MKSTEMPS 1
 
 /* Define to 1 if you have a working `mmap' system call. */
 #define HAVE_MMAP 1
diff -r 75670f7603a2 -r 5b505fa4879a external/gpl3/gdb/lib/libiberty/arch/sparc/defs.mk
--- a/external/gpl3/gdb/lib/libiberty/arch/sparc/defs.mk        Sat Mar 26 09:07:31 2016 +0000
+++ b/external/gpl3/gdb/lib/libiberty/arch/sparc/defs.mk        Sat Mar 26 10:29:44 2016 +0000
@@ -4,5 +4,5 @@
 #
 G_ALLOCA=
 G_EXTRA_OFILES=
-G_LIBOBJS=mempcpy.o mkstemps.o strverscmp.o
+G_LIBOBJS=mempcpy.o strverscmp.o
 G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o  md5.o sha1.o alloca.o              argv.o                                          choose-temp.o concat.o                  cp-demint.o crc32.o 
d-demangle.o        dwarfnames.o dyn-string.o                       fdmatch.o fibheap.o                             filename_cmp.o floatformat.o            fnmatch.o fopen_unlocked.o                  
    getopt.o getopt1.o getpwd.o     getruntime.o hashtab.o hex.o    lbasename.o lrealpath.o                         make-relative-prefix.o make-temp-file.o         objalloc.o                          
                    obstack.o                                               partition.o pexecute.o physmem.o        pex-common.o pex-one.o                  pex-unix.o vprintf-support.o            
safe-ctype.o                                            simple-object.o simple-object-coff.o    simple-object-elf.o simple-object-mach-o.o      simple-object-xcoff.o                                   
sort.o spaces.o                                 splay-tree.o stack-limit.o                      strerror.o strsignal.o                  timeval-utils.o unlink-if-ordinary.o    xasprintf.o xatexit.o 
xexit.o   xmalloc.o xmemdup.o xstrdup.o   xstrerror.o xstrndup.o                  xvasprintf.o



Home | Main Index | Thread Index | Old Index