Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb remove obsolete
details: https://anonhg.NetBSD.org/src/rev/e0b2ac75e5db
branches: trunk
changeset: 976293:e0b2ac75e5db
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 17 16:07:39 2020 +0000
description:
remove obsolete
diffstat:
external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/alpha/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/arm/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/armeb/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/coldfire/build-gnulib/config.h | 1598 -------
external/gpl3/gdb/lib/libgdb/arch/hppa/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/i386/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/m68000/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/m68k/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/mips64eb/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/mips64el/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/mipseb/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/mipsel/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/powerpc/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/powerpc64/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/sh3eb/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/sh3el/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/sparc/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/sparc64/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/vax/build-gnulib/config.h | 2103 ----------
external/gpl3/gdb/lib/libgdb/arch/x86_64/build-gnulib/config.h | 2103 ----------
tools/gdb/mknative-gdb | 4 +-
22 files changed, 1 insertions(+), 43661 deletions(-)
diffs (truncated from 43761 to 300 lines):
diff -r ab55263d54f5 -r e0b2ac75e5db external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib/config.h Thu Sep 17 16:06:27 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2103 +0,0 @@
-/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
-/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
-
-/* config.h. Generated from config.in by configure. */
-/* config.in. Generated from configure.ac by autoheader. */
-
-/* Define if building universal (internal helper macro) */
-/* #undef AC_APPLE_UNIVERSAL_BUILD */
-
-/* Define to the number of bits in type 'ptrdiff_t'. */
-/* #undef BITSIZEOF_PTRDIFF_T */
-
-/* Define to the number of bits in type 'sig_atomic_t'. */
-/* #undef BITSIZEOF_SIG_ATOMIC_T */
-
-/* Define to the number of bits in type 'size_t'. */
-/* #undef BITSIZEOF_SIZE_T */
-
-/* Define to the number of bits in type 'wchar_t'. */
-/* #undef BITSIZEOF_WCHAR_T */
-
-/* Define to the number of bits in type 'wint_t'. */
-/* #undef BITSIZEOF_WINT_T */
-
-/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
-/* #undef CRAY_STACKSEG_END */
-
-/* Define to 1 if using `alloca.c'. */
-/* #undef C_ALLOCA */
-
-/* Define to 1 if the C locale may have encoding errors. */
-#define C_LOCALE_MAYBE_EILSEQ 1
-
-/* Define as the bit index in the word where to find bit 0 of the exponent of
- 'double'. */
-#define DBL_EXPBIT0_BIT 20
-
-/* Define as the word index where to find the exponent of 'double'. */
-#define DBL_EXPBIT0_WORD 1
-
-/* 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 if struct dirent has a member d_ino that actually works. */
-/* #undef D_INO_IN_DIRENT */
-
-/* Define this to 1 if F_DUPFD behavior does not match POSIX */
-/* #undef FCNTL_DUPFD_BUGGY */
-
-/* Define to nothing if C supports flexible array members, and to 1 if it does
- not. That way, with a declaration like 'struct s { int n; double
- d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
- compilers. When computing the size of such an object, don't use 'sizeof
- (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
- instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
- MSVC and with C++ compilers. */
-#define FLEXIBLE_ARRAY_MEMBER /**/
-
-/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
- dot component. */
-#define FUNC_MKDIR_DOT_BUG 1
-
-/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
- and handles trailing slash correctly. */
-/* #undef FUNC_REALPATH_WORKS */
-
-/* Define if gettimeofday clobbers the localtime buffer. */
-#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1
-
-/* Define this to 'void' or 'struct timezone' to match the system's
- declaration of the second argument to gettimeofday. */
-#define GETTIMEOFDAY_TIMEZONE void
-
-/* 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 fdopendir shall be considered present. */
-#define GNULIB_FDOPENDIR 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 getcwd shall be considered present. */
-#define GNULIB_GETCWD 1
-
-/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
- whether the gnulib module mkostemp shall be considered present. */
-#define GNULIB_MKOSTEMP 1
-
-/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
- whether the gnulib module openat shall be considered present. */
-#define GNULIB_OPENAT 1
-
-/* Define to 1 if printf and friends should be labeled with attribute
- "__gnu_printf__" instead of "__printf__" */
-/* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */
-
-/* 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 a C preprocessor expression that evaluates to 1 or 0, depending
- whether the gnulib module strerror shall be considered present. */
-#define GNULIB_STRERROR 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 cloexec should be tested. */
-#define GNULIB_TEST_CLOEXEC 1
-
-/* Define to 1 when the gnulib module close should be tested. */
-#define GNULIB_TEST_CLOSE 1
-
-/* Define to 1 when the gnulib module closedir should be tested. */
-#define GNULIB_TEST_CLOSEDIR 1
-
-/* Define to 1 when the gnulib module dirfd should be tested. */
-#define GNULIB_TEST_DIRFD 1
-
-/* Define to 1 when the gnulib module dup should be tested. */
-#define GNULIB_TEST_DUP 1
-
-/* Define to 1 when the gnulib module dup2 should be tested. */
-#define GNULIB_TEST_DUP2 1
-
-/* Define to 1 when the gnulib module environ should be tested. */
-#define GNULIB_TEST_ENVIRON 1
-
-/* Define to 1 when the gnulib module fchdir should be tested. */
-#define GNULIB_TEST_FCHDIR 1
-
-/* Define to 1 when the gnulib module fcntl should be tested. */
-#define GNULIB_TEST_FCNTL 1
-
-/* Define to 1 when the gnulib module fdopendir should be tested. */
-#define GNULIB_TEST_FDOPENDIR 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 fstat should be tested. */
-#define GNULIB_TEST_FSTAT 1
-
-/* Define to 1 when the gnulib module fstatat should be tested. */
-#define GNULIB_TEST_FSTATAT 1
-
-/* Define to 1 when the gnulib module getcwd should be tested. */
-#define GNULIB_TEST_GETCWD 1
-
-/* Define to 1 when the gnulib module getdtablesize should be tested. */
-#define GNULIB_TEST_GETDTABLESIZE 1
-
-/* Define to 1 when the gnulib module getlogin_r should be tested. */
-#define GNULIB_TEST_GETLOGIN_R 1
-
-/* Define to 1 when the gnulib module gettimeofday should be tested. */
-#define GNULIB_TEST_GETTIMEOFDAY 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
-
-/* Define to 1 when the gnulib module mbsinit should be tested. */
-#define GNULIB_TEST_MBSINIT 1
-
-/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
-#define GNULIB_TEST_MBSRTOWCS 1
-
-/* Define to 1 when the gnulib module memchr should be tested. */
-#define GNULIB_TEST_MEMCHR 1
-
-/* Define to 1 when the gnulib module memmem should be tested. */
-#define GNULIB_TEST_MEMMEM 1
-
-/* Define to 1 when the gnulib module mempcpy should be tested. */
-#define GNULIB_TEST_MEMPCPY 1
-
-/* Define to 1 when the gnulib module memrchr should be tested. */
-#define GNULIB_TEST_MEMRCHR 1
-
-/* Define to 1 when the gnulib module mkdtemp should be tested. */
-#define GNULIB_TEST_MKDTEMP 1
-
-/* Define to 1 when the gnulib module mkostemp should be tested. */
-#define GNULIB_TEST_MKOSTEMP 1
-
-/* Define to 1 when the gnulib module open should be tested. */
-#define GNULIB_TEST_OPEN 1
-
-/* Define to 1 when the gnulib module openat should be tested. */
-#define GNULIB_TEST_OPENAT 1
-
-/* Define to 1 when the gnulib module opendir should be tested. */
-#define GNULIB_TEST_OPENDIR 1
-
-/* Define to 1 when the gnulib module rawmemchr should be tested. */
-#define GNULIB_TEST_RAWMEMCHR 1
-
-/* Define to 1 when the gnulib module readdir should be tested. */
-#define GNULIB_TEST_READDIR 1
-
-/* Define to 1 when the gnulib module readlink should be tested. */
-#define GNULIB_TEST_READLINK 1
-
-/* Define to 1 when the gnulib module realloc-posix should be tested. */
-#define GNULIB_TEST_REALLOC_POSIX 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 rewinddir should be tested. */
-#define GNULIB_TEST_REWINDDIR 1
-
-/* Define to 1 when the gnulib module rmdir should be tested. */
-#define GNULIB_TEST_RMDIR 1
-
-/* Define to 1 when the gnulib module secure_getenv should be tested. */
-#define GNULIB_TEST_SECURE_GETENV 1
-
-/* Define to 1 when the gnulib module setenv should be tested. */
-#define GNULIB_TEST_SETENV 1
-
-/* Define to 1 when the gnulib module stat should be tested. */
-#define GNULIB_TEST_STAT 1
-
-/* Define to 1 when the gnulib module strchrnul should be tested. */
-#define GNULIB_TEST_STRCHRNUL 1
-
-/* Define to 1 when the gnulib module strdup should be tested. */
-#define GNULIB_TEST_STRDUP 1
-
-/* Define to 1 when the gnulib module strerror should be tested. */
-#define GNULIB_TEST_STRERROR 1
-
-/* Define to 1 when the gnulib module strstr should be tested. */
-#define GNULIB_TEST_STRSTR 1
-
-/* Define to 1 when the gnulib module strtok_r should be tested. */
-#define GNULIB_TEST_STRTOK_R 1
-
-/* Define to 1 when the gnulib module unsetenv should be tested. */
-#define GNULIB_TEST_UNSETENV 1
-
-/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
- may be supplied by this distribution. */
-#define HAVE_ALLOCA 1
-
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
-/* #undef HAVE_ALLOCA_H */
-
-/* Define to 1 if you have the <arpa/inet.h> header file. */
-#define HAVE_ARPA_INET_H 1
-
-/* Define to 1 if you have the <bp-sym.h> header file. */
-/* #undef HAVE_BP_SYM_H */
-
-/* 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 */
-
Home |
Main Index |
Thread Index |
Old Index