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/libgdb/arch regen sh3*



details:   https://anonhg.NetBSD.org/src/rev/681f30ec4340
branches:  trunk
changeset: 339940:681f30ec4340
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 13:26:04 2015 +0000

description:
regen sh3*

diffstat:

 external/gpl3/gdb/lib/libgdb/arch/sh3eb/build-gnulib/config.h |  268 +++++++-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h              |   29 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/defs.mk               |    2 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/init.c                |   12 +
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/jit-reader.h          |    2 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/observer.h            |   82 ++-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/observer.inc          |  372 +++++++++-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/version.c             |    2 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/xml-builtin.c         |   18 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/build-gnulib/config.h |  268 +++++++-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h              |   29 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/defs.mk               |    2 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/init.c                |   12 +
 external/gpl3/gdb/lib/libgdb/arch/sh3el/jit-reader.h          |    2 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/observer.h            |   82 ++-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/observer.inc          |  372 +++++++++-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/version.c             |    2 +-
 external/gpl3/gdb/lib/libgdb/arch/sh3el/xml-builtin.c         |   18 +-
 18 files changed, 1518 insertions(+), 56 deletions(-)

diffs (truncated from 2628 to 300 lines):

diff -r 6820b6d636ec -r 681f30ec4340 external/gpl3/gdb/lib/libgdb/arch/sh3eb/build-gnulib/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/sh3eb/build-gnulib/config.h     Mon Aug 17 13:17:44 2015 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/sh3eb/build-gnulib/config.h     Mon Aug 17 13:26:04 2015 +0000
@@ -38,12 +38,57 @@
 /* Define as the word index where to find the exponent of 'double'. */
 #define DBL_EXPBIT0_WORD 0
 
+/* the name of the file descriptor member of DIR */
+/* #undef DIR_FD_MEMBER_NAME */
+
+#ifdef DIR_FD_MEMBER_NAME
+# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
+#else
+# define DIR_TO_FD(Dir_p) -1
+#endif
+
+
+/* Define to 1 if // is a file system root distinct from /. */
+/* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
+
+/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
+   and handles trailing slash correctly. */
+/* #undef FUNC_REALPATH_WORKS */
+
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
+   whether the gnulib module canonicalize-lgpl shall be considered present. */
+#define GNULIB_CANONICALIZE_LGPL 1
+
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
+   whether the gnulib module fscanf shall be considered present. */
+#define GNULIB_FSCANF 1
+
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
+   whether the gnulib module scanf shall be considered present. */
+#define GNULIB_SCANF 1
+
+/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
+   */
+#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
+
+/* Define to 1 when the gnulib module chdir should be tested. */
+#define GNULIB_TEST_CHDIR 1
+
+/* Define to 1 when the gnulib module dirfd should be tested. */
+#define GNULIB_TEST_DIRFD 1
+
 /* Define to 1 when the gnulib module frexp should be tested. */
 #define GNULIB_TEST_FREXP 1
 
 /* Define to 1 when the gnulib module frexpl should be tested. */
 #define GNULIB_TEST_FREXPL 1
 
+/* Define to 1 when the gnulib module lstat should be tested. */
+#define GNULIB_TEST_LSTAT 1
+
+/* Define to 1 when the gnulib module malloc-posix should be tested. */
+#define GNULIB_TEST_MALLOC_POSIX 1
+
 /* Define to 1 when the gnulib module mbrtowc should be tested. */
 #define GNULIB_TEST_MBRTOWC 1
 
@@ -59,6 +104,21 @@
 /* Define to 1 when the gnulib module memmem should be tested. */
 #define GNULIB_TEST_MEMMEM 1
 
+/* Define to 1 when the gnulib module readlink should be tested. */
+#define GNULIB_TEST_READLINK 1
+
+/* Define to 1 when the gnulib module realpath should be tested. */
+#define GNULIB_TEST_REALPATH 1
+
+/* Define to 1 when the gnulib module rename should be tested. */
+#define GNULIB_TEST_RENAME 1
+
+/* Define to 1 when the gnulib module rmdir should be tested. */
+#define GNULIB_TEST_RMDIR 1
+
+/* Define to 1 when the gnulib module stat should be tested. */
+#define GNULIB_TEST_STAT 1
+
 /* Define to 1 when the gnulib module strstr should be tested. */
 #define GNULIB_TEST_STRSTR 1
 
@@ -79,6 +139,13 @@
 /* Define to 1 if you have the `btowc' function. */
 #define HAVE_BTOWC 1
 
+/* Define to 1 if you have the `canonicalize_file_name' function. */
+/* #undef HAVE_CANONICALIZE_FILE_NAME */
+
+/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
+   */
+#define HAVE_DECL_DIRFD 1
+
 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
    don't. */
 #define HAVE_DECL_GETC_UNLOCKED 1
@@ -110,6 +177,9 @@
 /* Define to 1 if you have the <dirent.h> header file. */
 #define HAVE_DIRENT_H 1
 
+/* Define to 1 if you have the `dirfd' function. */
+/* #undef HAVE_DIRFD */
+
 /* Define to 1 if you have the <features.h> header file. */
 /* #undef HAVE_FEATURES_H */
 
@@ -119,6 +189,9 @@
 /* Define if the frexpl() function is available. */
 /* #undef HAVE_FREXPL */
 
+/* Define to 1 if you have the `getcwd' function. */
+#define HAVE_GETCWD 1
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
@@ -140,9 +213,18 @@
 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 #define HAVE_LANGINFO_CODESET 1
 
+/* Define to 1 if you have the `link' function. */
+#define HAVE_LINK 1
+
 /* Define to 1 if the system has the type 'long long int'. */
 #define HAVE_LONG_LONG_INT 1
 
+/* Define to 1 if you have the `lstat' function. */
+#define HAVE_LSTAT 1
+
+/* Define if the 'malloc' function is POSIX compliant. */
+#define HAVE_MALLOC_POSIX 1
+
 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
    config.h and <sys/mman.h>. */
 #define HAVE_MAP_ANONYMOUS 1
@@ -195,9 +277,16 @@
 /* Define to 1 if atanl is declared even after undefining macros. */
 #define HAVE_RAW_DECL_ATANL 1
 
+/* Define to 1 if atoll is declared even after undefining macros. */
+#define HAVE_RAW_DECL_ATOLL 1
+
 /* Define to 1 if btowc is declared even after undefining macros. */
 #define HAVE_RAW_DECL_BTOWC 1
 
+/* Define to 1 if canonicalize_file_name is declared even after undefining
+   macros. */
+/* #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME */
+
 /* Define to 1 if cbrt is declared even after undefining macros. */
 #define HAVE_RAW_DECL_CBRT 1
 
@@ -243,6 +332,9 @@
 /* Define to 1 if dirfd is declared even after undefining macros. */
 /* #undef HAVE_RAW_DECL_DIRFD */
 
+/* Define to 1 if dprintf is declared even after undefining macros. */
+#define HAVE_RAW_DECL_DPRINTF 1
+
 /* Define to 1 if dup is declared even after undefining macros. */
 #define HAVE_RAW_DECL_DUP 1
 
@@ -339,12 +431,18 @@
 /* Define to 1 if fmodl is declared even after undefining macros. */
 #define HAVE_RAW_DECL_FMODL 1
 
+/* Define to 1 if fpurge is declared even after undefining macros. */
+#define HAVE_RAW_DECL_FPURGE 1
+
 /* Define to 1 if frexpf is declared even after undefining macros. */
 #define HAVE_RAW_DECL_FREXPF 1
 
 /* Define to 1 if frexpl is declared even after undefining macros. */
 #define HAVE_RAW_DECL_FREXPL 1
 
+/* Define to 1 if fseeko is declared even after undefining macros. */
+#define HAVE_RAW_DECL_FSEEKO 1
+
 /* Define to 1 if fstat is declared even after undefining macros. */
 #define HAVE_RAW_DECL_FSTAT 1
 
@@ -354,6 +452,9 @@
 /* Define to 1 if fsync is declared even after undefining macros. */
 #define HAVE_RAW_DECL_FSYNC 1
 
+/* Define to 1 if ftello is declared even after undefining macros. */
+#define HAVE_RAW_DECL_FTELLO 1
+
 /* Define to 1 if ftruncate is declared even after undefining macros. */
 #define HAVE_RAW_DECL_FTRUNCATE 1
 
@@ -363,6 +464,9 @@
 /* Define to 1 if getcwd is declared even after undefining macros. */
 #define HAVE_RAW_DECL_GETCWD 1
 
+/* Define to 1 if getdelim is declared even after undefining macros. */
+#define HAVE_RAW_DECL_GETDELIM 1
+
 /* Define to 1 if getdomainname is declared even after undefining macros. */
 #define HAVE_RAW_DECL_GETDOMAINNAME 1
 
@@ -375,6 +479,12 @@
 /* Define to 1 if gethostname is declared even after undefining macros. */
 #define HAVE_RAW_DECL_GETHOSTNAME 1
 
+/* Define to 1 if getline is declared even after undefining macros. */
+#define HAVE_RAW_DECL_GETLINE 1
+
+/* Define to 1 if getloadavg is declared even after undefining macros. */
+#define HAVE_RAW_DECL_GETLOADAVG 1
+
 /* Define to 1 if getlogin is declared even after undefining macros. */
 #define HAVE_RAW_DECL_GETLOGIN 1
 
@@ -384,9 +494,18 @@
 /* Define to 1 if getpagesize is declared even after undefining macros. */
 #define HAVE_RAW_DECL_GETPAGESIZE 1
 
+/* Define to 1 if gets is declared even after undefining macros. */
+#define HAVE_RAW_DECL_GETS 1
+
+/* Define to 1 if getsubopt is declared even after undefining macros. */
+/* #undef HAVE_RAW_DECL_GETSUBOPT */
+
 /* Define to 1 if getusershell is declared even after undefining macros. */
 #define HAVE_RAW_DECL_GETUSERSHELL 1
 
+/* Define to 1 if grantpt is declared even after undefining macros. */
+#define HAVE_RAW_DECL_GRANTPT 1
+
 /* Define to 1 if group_member is declared even after undefining macros. */
 /* #undef HAVE_RAW_DECL_GROUP_MEMBER */
 
@@ -411,6 +530,12 @@
 /* Define to 1 if imaxdiv is declared even after undefining macros. */
 #define HAVE_RAW_DECL_IMAXDIV 1
 
+/* Define to 1 if initstate is declared even after undefining macros. */
+#define HAVE_RAW_DECL_INITSTATE 1
+
+/* Define to 1 if initstate_r is declared even after undefining macros. */
+/* #undef HAVE_RAW_DECL_INITSTATE_R */
+
 /* Define to 1 if isatty is declared even after undefining macros. */
 #define HAVE_RAW_DECL_ISATTY 1
 
@@ -513,6 +638,9 @@
 /* Define to 1 if mkdirat is declared even after undefining macros. */
 #define HAVE_RAW_DECL_MKDIRAT 1
 
+/* Define to 1 if mkdtemp is declared even after undefining macros. */
+#define HAVE_RAW_DECL_MKDTEMP 1
+
 /* Define to 1 if mkfifo is declared even after undefining macros. */
 #define HAVE_RAW_DECL_MKFIFO 1
 
@@ -525,6 +653,18 @@
 /* Define to 1 if mknodat is declared even after undefining macros. */
 #define HAVE_RAW_DECL_MKNODAT 1
 
+/* Define to 1 if mkostemp is declared even after undefining macros. */
+#define HAVE_RAW_DECL_MKOSTEMP 1
+
+/* Define to 1 if mkostemps is declared even after undefining macros. */
+#define HAVE_RAW_DECL_MKOSTEMPS 1
+
+/* Define to 1 if mkstemp is declared even after undefining macros. */
+#define HAVE_RAW_DECL_MKSTEMP 1
+
+/* Define to 1 if mkstemps is declared even after undefining macros. */
+/* #undef HAVE_RAW_DECL_MKSTEMPS */
+
 /* Define to 1 if modf is declared even after undefining macros. */
 #define HAVE_RAW_DECL_MODF 1
 
@@ -537,21 +677,42 @@
 /* Define to 1 if opendir is declared even after undefining macros. */
 #define HAVE_RAW_DECL_OPENDIR 1
 
+/* Define to 1 if pclose is declared even after undefining macros. */
+#define HAVE_RAW_DECL_PCLOSE 1
+
 /* Define to 1 if pipe is declared even after undefining macros. */
 #define HAVE_RAW_DECL_PIPE 1
 
 /* Define to 1 if pipe2 is declared even after undefining macros. */
 #define HAVE_RAW_DECL_PIPE2 1
 
+/* Define to 1 if popen is declared even after undefining macros. */
+#define HAVE_RAW_DECL_POPEN 1
+
+/* Define to 1 if posix_openpt is declared even after undefining macros. */
+#define HAVE_RAW_DECL_POSIX_OPENPT 1
+
 /* Define to 1 if powf is declared even after undefining macros. */
 #define HAVE_RAW_DECL_POWF 1
 
 /* Define to 1 if pread is declared even after undefining macros. */
 #define HAVE_RAW_DECL_PREAD 1



Home | Main Index | Thread Index | Old Index