From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30409 invoked by alias); 10 Mar 2002 19:52:23 -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 30284 invoked from network); 10 Mar 2002 19:52:21 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 10 Mar 2002 19:52:21 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 878F93CA9; Sun, 10 Mar 2002 14:52:12 -0500 (EST) Message-ID: <3C8BB96B.1020704@cygnus.com> Date: Sun, 10 Mar 2002 11:52: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: Daniel Jacobowitz , dj@delorie.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] include/gdb/signals.h References: <20020310122638.B29124@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00144.txt.bz2 > Here's a trivial organization patch; it has the side benefit of closing > gdb/412. Andrew, is this what you had in mind? Yes, it is what I had in mind. The bug report can't be closed yet though. There are other files to be moved. However it is dramatic progress. gdb/: 2002-03-10 Daniel Jacobowitz * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h. * defs.h: Include "gdb/signals.h". (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h. include/gdb: 2002-03-10 Daniel Jacobowitz * signals.h: New file, split from gdb/defs.h. There should also be an entry for src/include/ChangeLog indicating the presence of the new directory. I'm just wondering how DJ would react to the addition of an entry in gcc/include/ChangeLog there isn't a corresponding directory (gcc/include is the master yet really it isn't :-) DJ? Andrew