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 use gstdint.h from libdecnumber.



details:   https://anonhg.NetBSD.org/src/rev/4167c75a8b1e
branches:  trunk
changeset: 769906:4167c75a8b1e
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 26 14:31:25 2011 +0000

description:
use gstdint.h from libdecnumber.

diffstat:

 external/gpl3/gdb/lib/libgdb/Makefile              |   3 +-
 external/gpl3/gdb/lib/libgdb/arch/x86_64/gstdint.h |  51 ----------------------
 2 files changed, 2 insertions(+), 52 deletions(-)

diffs (72 lines):

diff -r 33eac64a47cb -r 4167c75a8b1e external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile     Mon Sep 26 09:33:45 2011 +0000
+++ b/external/gpl3/gdb/lib/libgdb/Makefile     Mon Sep 26 14:31:25 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/09/26 03:02:45 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2011/09/26 14:31:25 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -23,6 +23,7 @@
                -I${DIST}/libdecnumber \
                -I${DIST} \
                -I${.CURDIR}/../libbfd/arch/${MACHINE_ARCH} \
+               -I${.CURDIR}/../libdecnumber/arch/${MACHINE_ARCH} \
                -I${DIST}/bfd \
                -I${DIST}/include \
                -DTARGET_SYSTEM_ROOT=\"\" \
diff -r 33eac64a47cb -r 4167c75a8b1e external/gpl3/gdb/lib/libgdb/arch/x86_64/gstdint.h
--- a/external/gpl3/gdb/lib/libgdb/arch/x86_64/gstdint.h        Mon Sep 26 09:33:45 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-/* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp  */
-/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
-
-/* generated for  x86_64--netbsd-gcc (NetBSD nb1 20110620) 4.5.3 */
-
-#ifndef GCC_GENERATED_STDINT_H
-#define GCC_GENERATED_STDINT_H 1
-
-#include <sys/types.h>
-#include <stdint.h>
-/* glibc uses these symbols as guards to prevent redefinitions.  */
-#ifdef __int8_t_defined
-#define _INT8_T
-#define _INT16_T
-#define _INT32_T
-#endif
-#ifdef __uint32_t_defined
-#define _UINT32_T
-#endif
-
-
-/* Some systems have guard macros to prevent redefinitions, define them.  */
-#ifndef _INT8_T
-#define _INT8_T
-#endif
-#ifndef _INT16_T
-#define _INT16_T
-#endif
-#ifndef _INT32_T
-#define _INT32_T
-#endif
-#ifndef _UINT8_T
-#define _UINT8_T
-#endif
-#ifndef _UINT16_T
-#define _UINT16_T
-#endif
-#ifndef _UINT32_T
-#define _UINT32_T
-#endif
-
-/* system headers have good uint64_t and int64_t */
-#ifndef _INT64_T
-#define _INT64_T
-#endif
-#ifndef _UINT64_T
-#define _UINT64_T
-#endif
-
-#endif /* GCC_GENERATED_STDINT_H */



Home | Main Index | Thread Index | Old Index