From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9931 invoked by alias); 12 May 2015 21:42:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9921 invoked by uid 89); 12 May 2015 21:42:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-oi0-f49.google.com Received: from mail-oi0-f49.google.com (HELO mail-oi0-f49.google.com) (209.85.218.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 12 May 2015 21:42:18 +0000 Received: by oiko83 with SMTP id o83so16885656oik.1 for ; Tue, 12 May 2015 14:42:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=sky2fwEsu6iBXU7+zxiJ0ina1QTFKthQr6zWV+MS6Pw=; b=KR26/hD45EPQdKNisDi1+Gmpn38s64GYPD/6KvJ5i0NuHsBH4JgUxbHqgrg9fxoRr+ 59yAPcEVbMRSYA/pwVpkNNj6O0XlcvSA+fO828p0SazfqJPpfyLblCBfFMsy3qdY7zpK 4eXbCnymZye1y+HDhcMUomiBd6qffftuSKzAiXVdDr5awUjiXHFYKBxEM/KXkWXrrL4T FXfWVpuBoH9ud4DsF+whhWkw6yRMFPWlgzXIMTLvVSjoYMg5y773cz3bittgFTFM1hhV F6Nyg1KjuxCQaRlqlfohb2UAe1kleMB336x6jG9OxhvJmKo2BLAKNej8FXu64H7fEqZJ tNUg== X-Gm-Message-State: ALoCoQlipJI2G/d+elDGDLjEVxL1EIOWFJUzKUOBi1uVA0n8hAkY+gpGim16ZbwQxABUo2C1YQyM MIME-Version: 1.0 X-Received: by 10.60.103.70 with SMTP id fu6mr735808oeb.27.1431466936411; Tue, 12 May 2015 14:42:16 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Tue, 12 May 2015 14:42:16 -0700 (PDT) In-Reply-To: <1431304069-19647-5-git-send-email-gabriel@krisman.be> References: <87wq0gtfxu.fsf@redhat.com> <1431304069-19647-1-git-send-email-gabriel@krisman.be> <1431304069-19647-5-git-send-email-gabriel@krisman.be> Date: Tue, 12 May 2015 21:42:00 -0000 Message-ID: Subject: Re: [PATCH v4 4/5] Include group information in xml syscall files. From: Doug Evans To: Gabriel Krisman Bertazi Cc: Sergio Durigan Junior , Pedro Alves , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00287.txt.bz2 On Sun, May 10, 2015 at 5:27 PM, Gabriel Krisman Bertazi wrote: > We maintain linux-defaults.xml.in, a template file to hold generic group > information. It is used by the XSL script that parses the architecture > specific files to generate the final xml files, which are actually > installed and loaded by GDB. The script is not run during the build > process, and must be run manually by a GDB maintainer when there is need > to update the syscalls information files. > > gdb/ > > * syscalls/Makefile: New file. Hi. I would have expected syscalls/Makefile.in, with requisite changes to generate Makefile in some configure.ac file.