From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2471 invoked by alias); 27 Feb 2002 02:44:29 -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 2390 invoked from network); 27 Feb 2002 02:44:26 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 27 Feb 2002 02:44:26 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 24E793DF7 for ; Tue, 26 Feb 2002 21:44:20 -0500 (EST) Message-ID: <3C7C4804.4070201@cygnus.com> Date: Tue, 26 Feb 2002 18:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [patch] Add x86-64 target to MAINTAINERS, broken Content-Type: multipart/mixed; boundary="------------060902070001080908050407" X-SW-Source: 2002-02/txt/msg00710.txt.bz2 This is a multi-part message in MIME format. --------------060902070001080908050407 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 414 FYI, I've committed the attached. I get the error: In file included from /home/scratch/GDB/src/gdb/x86-64-tdep.c:30: /home/scratch/GDB/src/gdb/x86-64-tdep.h:27: sys/reg.h: No such file or directory gmake[1]: *** [x86-64-tdep.o] Error 1 gmake[1]: Leaving directory `/home/scratch/GDB/X-x86_64-unknown-linux-gnu/gdb' gmake: *** [all-gdb] Error 2 when trying to build an x86_64-linux-gnu target. enjoy, Andrew --------------060902070001080908050407 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 541 2002-02-26 Andrew Cagney * MAINTAINERS: Add x86-64 target. Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.151 diff -u -r1.151 MAINTAINERS --- MAINTAINERS 2002/02/23 21:44:56 1.151 +++ MAINTAINERS 2002/02/27 02:41:28 @@ -170,6 +170,9 @@ w65 Deleted. + x86-64 (--target=x86_64-linux-gnu broken) + Maintenance only + xstormy16 --target=xstormy16-elf ,-Werror Corinna Vinschen vinschen@redhat.com --------------060902070001080908050407--