From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2397 invoked by alias); 26 Feb 2003 20:39:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2371 invoked from network); 26 Feb 2003 20:39:18 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 26 Feb 2003 20:39:18 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id PAA04559 for ; Wed, 26 Feb 2003 15:27:01 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA11671 for ; Wed, 26 Feb 2003 15:39:18 -0500 Message-ID: <003d01c2ddd7$255cc8a0$0202040a@catdog> From: "Kris Warkentin" To: Subject: QNX Neutrino config directory contents Date: Wed, 26 Feb 2003 20:39:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_003A_01C2DDAD.3C72EA80" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00743.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_003A_01C2DDAD.3C72EA80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 4762 In the interest of splitting things up, here are the config directory contents. If it's okay, I'd like to add these first and then submit the rest of the files next. cheers, Kris ChangeLog * config/tm-qnxnto.h: New file. Generic QNX Neutrino defines. * config/djgpp/fnchange.lst: Add tm-i386nto.h. * config/i386/i386nto.mt: New file. Target support Makefile fragment for i386 QNX Neutrino. * config/i386/tm-i386nto.h: New file. Target header for i386 QNX Neutrino. * config/i386/nm-nto.h: New file. Native header file for i386 QNX Neutrino. * config/i386/nto.mh: New file. Host config. for i386 QNX Neutrino. diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gdb/config/djgpp/fnchange.lst src.orig/gdb/config/djgpp/fnchange.lst *** src/gdb/config/djgpp/fnchange.lst Mon Feb 24 12:53:16 2003 --- src.orig/gdb/config/djgpp/fnchange.lst Fri Feb 14 13:38:19 2003 *************** *** 90,96 **** @V@/gdb/config/i386/nm-i386v4.h @V@/gdb/config/i386/nm-v4.h @V@/gdb/config/i386/nm-i386v42mp.h @V@/gdb/config/i386/nm-v42mp.h @V@/gdb/config/i386/tm-i386mk.h @V@/gdb/config/i386/tm-mk.h - @V@/gdb/config/i386/tm-i386nto.h @V@/gdb/config/i386/tm-nto.h @V@/gdb/config/i386/tm-i386sol2.h @V@/gdb/config/i386/tm-sol2.h @V@/gdb/config/i386/tm-i386v42mp.h @V@/gdb/config/i386/tm-v42mp.h @V@/gdb/config/i386/xm-i386mach.h @V@/gdb/config/i386/xm-mach.h --- 90,95 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gdb/config/i386/i386nto.mt src.orig/gdb/config/i386/i386nto.mt *** src/gdb/config/i386/i386nto.mt Mon Feb 24 13:58:30 2003 --- src.orig/gdb/config/i386/i386nto.mt Wed Dec 31 19:00:00 1969 *************** *** 1,4 **** - # Target: Intel 386 running qnx6 - TDEPFILES= i386-tdep.o i387-tdep.o corelow.o solib.o solib-svr4.o \ - i386-nto-tdep.o nto-tdep.o - TM_FILE= tm-i386nto.h --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gdb/config/i386/nm-nto.h src.orig/gdb/config/i386/nm-nto.h *** src/gdb/config/i386/nm-nto.h Wed Feb 26 15:05:04 2003 --- src.orig/gdb/config/i386/nm-nto.h Wed Dec 31 19:00:00 1969 *************** *** 1,6 **** - #ifndef _NM_NTO_H - #define _NM_NTO_H - - /* this file needed to build a native debugger */ - - #endif --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gdb/config/i386/nto.mh src.orig/gdb/config/i386/nto.mh *** src/gdb/config/i386/nto.mh Mon Feb 24 12:53:38 2003 --- src.orig/gdb/config/i386/nto.mh Wed Dec 31 19:00:00 1969 *************** *** 1,5 **** - # Host: Intel 386 running QNX - - NAT_FILE= nm-nto.h - - NATDEPFILES= nto-procfs.o --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gdb/config/i386/tm-i386nto.h src.orig/gdb/config/i386/tm-i386nto.h *** src/gdb/config/i386/tm-i386nto.h Mon Feb 24 16:57:58 2003 --- src.orig/gdb/config/i386/tm-i386nto.h Wed Dec 31 19:00:00 1969 *************** *** 1,14 **** - /* Copyright 2003 Free Software Foundation */ - - /* This code was donated by QNX Software Systems Ltd. */ - - #ifndef TM_I386NTO_H - #define TM_I386NTO_H 1 - - /* Pick up most of what we need from the generic i386 target include file. */ - #include "i386/tm-i386.h" - #include "tm-qnxnto.h" - - #include "solib.h" /* shared lib support */ - - #endif /* ifndef TM_I386NTO_H */ --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gdb/config/tm-qnxnto.h src.orig/gdb/config/tm-qnxnto.h *** src/gdb/config/tm-qnxnto.h Mon Feb 24 13:09:02 2003 --- src.orig/gdb/config/tm-qnxnto.h Wed Dec 31 19:00:00 1969 *************** *** 1,44 **** - /* Copyright 2003 Free Software Foundation */ - - /* This code was donated by QNX Software Systems Ltd. */ - - /* Target machine sub-description for QNX Neutrino version 6. - This is included by other tm-*.h files to specify nto specific - stuff. */ - - #ifndef _TM_QNXNTO_H - #define _TM_QNXNTO_H - - #include "tm-sysv4.h" - - /* Setup the valid realtime signal range. */ - #define REALTIME_LO 41 - #define REALTIME_HI 56 - - /* Set up the undefined useable signals. */ - #define RAW_SIGNAL_LO 32 - #define RAW_SIGNAL_HI (REALTIME_LO - 1) - - #define TARGET_SIGNAL_RAW_VALUES \ - TARGET_SIGNAL_RAW0, \ - TARGET_SIGNAL_RAW1, \ - TARGET_SIGNAL_RAW2, \ - TARGET_SIGNAL_RAW3, \ - TARGET_SIGNAL_RAW4, \ - TARGET_SIGNAL_RAW5, \ - TARGET_SIGNAL_RAW6, \ - TARGET_SIGNAL_RAW7, \ - TARGET_SIGNAL_RAW8 - - #define TARGET_SIGNAL_RAW_TABLE \ - {"SIGNAL32", "Signal 32"}, \ - {"SIGNAL33", "Signal 33"}, \ - {"SIGNAL34", "Signal 34"}, \ - {"SIGNAL35", "Signal 35"}, \ - {"SIGNAL36", "Signal 36"}, \ - {"SIGNAL37", "Signal 37"}, \ - {"SIGNAL38", "Signal 38"}, \ - {"SIGNAL39", "Signal 39"}, \ - {"SIGNAL40", "Signal 40"} - - #endif /* _TM_QNXNTO_H */ --- 0 ---- ------=_NextPart_000_003A_01C2DDAD.3C72EA80 Content-Type: text/plain; name="gdb_config_diff.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="gdb_config_diff.txt" Content-length: 4212 diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gd= b/config/djgpp/fnchange.lst src.orig/gdb/config/djgpp/fnchange.lst *** src/gdb/config/djgpp/fnchange.lst Mon Feb 24 12:53:16 2003 --- src.orig/gdb/config/djgpp/fnchange.lst Fri Feb 14 13:38:19 2003 *************** *** 90,96 **** @V@/gdb/config/i386/nm-i386v4.h @V@/gdb/config/i386/nm-v4.h @V@/gdb/config/i386/nm-i386v42mp.h @V@/gdb/config/i386/nm-v42mp.h @V@/gdb/config/i386/tm-i386mk.h @V@/gdb/config/i386/tm-mk.h - @V@/gdb/config/i386/tm-i386nto.h @V@/gdb/config/i386/tm-nto.h @V@/gdb/config/i386/tm-i386sol2.h @V@/gdb/config/i386/tm-sol2.h @V@/gdb/config/i386/tm-i386v42mp.h @V@/gdb/config/i386/tm-v42mp.h @V@/gdb/config/i386/xm-i386mach.h @V@/gdb/config/i386/xm-mach.h --- 90,95 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gd= b/config/i386/i386nto.mt src.orig/gdb/config/i386/i386nto.mt *** src/gdb/config/i386/i386nto.mt Mon Feb 24 13:58:30 2003 --- src.orig/gdb/config/i386/i386nto.mt Wed Dec 31 19:00:00 1969 *************** *** 1,4 **** - # Target: Intel 386 running qnx6 - TDEPFILES=3D i386-tdep.o i387-tdep.o corelow.o solib.o solib-svr4.o \ - i386-nto-tdep.o nto-tdep.o remote-nto.o - TM_FILE=3D tm-i386nto.h --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gd= b/config/i386/nm-nto.h src.orig/gdb/config/i386/nm-nto.h *** src/gdb/config/i386/nm-nto.h Wed Feb 26 15:05:04 2003 --- src.orig/gdb/config/i386/nm-nto.h Wed Dec 31 19:00:00 1969 *************** *** 1,6 **** - #ifndef _NM_NTO_H - #define _NM_NTO_H -=20 - /* this file needed to build a native debugger */ -=20 - #endif --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gd= b/config/i386/nto.mh src.orig/gdb/config/i386/nto.mh *** src/gdb/config/i386/nto.mh Mon Feb 24 12:53:38 2003 --- src.orig/gdb/config/i386/nto.mh Wed Dec 31 19:00:00 1969 *************** *** 1,5 **** - # Host: Intel 386 running QNX -=20 - NAT_FILE=3D nm-nto.h -=20 - NATDEPFILES=3D nto-procfs.o --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gd= b/config/i386/tm-i386nto.h src.orig/gdb/config/i386/tm-i386nto.h *** src/gdb/config/i386/tm-i386nto.h Mon Feb 24 16:57:58 2003 --- src.orig/gdb/config/i386/tm-i386nto.h Wed Dec 31 19:00:00 1969 *************** *** 1,14 **** - /* Copyright 2003 Free Software Foundation */ -=20 - /* This code was donated by QNX Software Systems Ltd. */ -=20 - #ifndef TM_I386NTO_H - #define TM_I386NTO_H 1 -=20 - /* Pick up most of what we need from the generic i386 target include file= . */ - #include "i386/tm-i386.h" - #include "tm-qnxnto.h" -=20 - #include "solib.h" /* shared lib support */ -=20 - #endif /* ifndef TM_I386NTO_H */ --- 0 ---- diff -rc3p -N -x '.#*' -x CVS -x'*.cache' -xMakefile.in -x configure src/gd= b/config/tm-qnxnto.h src.orig/gdb/config/tm-qnxnto.h *** src/gdb/config/tm-qnxnto.h Mon Feb 24 13:09:02 2003 --- src.orig/gdb/config/tm-qnxnto.h Wed Dec 31 19:00:00 1969 *************** *** 1,44 **** - /* Copyright 2003 Free Software Foundation */ -=20 - /* This code was donated by QNX Software Systems Ltd. */ -=20 - /* Target machine sub-description for QNX Neutrino version 6. - This is included by other tm-*.h files to specify nto specific - stuff. */ -=20 - #ifndef _TM_QNXNTO_H - #define _TM_QNXNTO_H -=20 - #include "tm-sysv4.h" -=20 - /* Setup the valid realtime signal range. */ - #define REALTIME_LO 41 - #define REALTIME_HI 56 -=20 - /* Set up the undefined useable signals. */ - #define RAW_SIGNAL_LO 32 - #define RAW_SIGNAL_HI (REALTIME_LO - 1) -=20 - #define TARGET_SIGNAL_RAW_VALUES \ - TARGET_SIGNAL_RAW0, \ - TARGET_SIGNAL_RAW1, \ - TARGET_SIGNAL_RAW2, \ - TARGET_SIGNAL_RAW3, \ - TARGET_SIGNAL_RAW4, \ - TARGET_SIGNAL_RAW5, \ - TARGET_SIGNAL_RAW6, \ - TARGET_SIGNAL_RAW7, \ - TARGET_SIGNAL_RAW8 -=20 - #define TARGET_SIGNAL_RAW_TABLE \ - {"SIGNAL32", "Signal 32"}, \ - {"SIGNAL33", "Signal 33"}, \ - {"SIGNAL34", "Signal 34"}, \ - {"SIGNAL35", "Signal 35"}, \ - {"SIGNAL36", "Signal 36"}, \ - {"SIGNAL37", "Signal 37"}, \ - {"SIGNAL38", "Signal 38"}, \ - {"SIGNAL39", "Signal 39"}, \ - {"SIGNAL40", "Signal 40"} -=20 - #endif /* _TM_QNXNTO_H */ --- 0 ---- ------=_NextPart_000_003A_01C2DDAD.3C72EA80--