From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31859 invoked by alias); 22 Feb 2011 17:58:33 -0000 Received: (qmail 31849 invoked by uid 22791); 22 Feb 2011 17:58:32 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Feb 2011 17:58:28 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E93D91B41A0; Tue, 22 Feb 2011 17:58:26 +0000 (UTC) From: Mike Frysinger To: Pedro Alves Subject: Re: [PATCH v3] sim: bfin: new port Date: Tue, 22 Feb 2011 18:07:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.37; KDE/4.6.0; x86_64; ; ) Cc: gdb-patches@sourceware.org, Joel Brobecker References: <201011152039.08285.vapier@gentoo.org> <201102211153.47019.vapier@gentoo.org> <201102221008.24740.pedro@codesourcery.com> In-Reply-To: <201102221008.24740.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3034616.iUrFjo3GOs"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201102221258.25849.vapier@gentoo.org> X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00605.txt.bz2 --nextPart3034616.iUrFjo3GOs Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-length: 954 On Tuesday, February 22, 2011 05:08:24 Pedro Alves wrote: > On Monday 21 February 2011 16:53:45, Mike Frysinger wrote: > > On Monday, February 21, 2011 04:54:36 Joel Brobecker wrote: > > > Question: Why do you have .h files whose name starts with an > > > underscore? For instance: sim/bfin/_proc_list.h... > >=20 > > it's meant to convey that the header isnt meant to be generally included > > by random files. they can only be included in specific instances since > > they're simple lists which need certain preprocessor directives in place > > before they can be included. i'm trying to avoid bit rot related to > > copying & pasting the same list of numbers over and over in multiple > > places. >=20 > That's a good idea. I notice a copyright header is missing though. > FYI, on the gdb/ side, we name those files "*.def". > E.g., ada-operator.def, common/ax.def, std-operator.def. wasnt aware of existing precedence ... that works for me -mike --nextPart3034616.iUrFjo3GOs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJNY/lBAAoJEEFjO5/oN/WBQH4P/RWGtwllQbq4Emg6Y1OwyMZA thcnXrqjav8kZ6hHzuO8WKJ0SCLz0ArWO4HVjaApzz5OVMfspYDY4U7WBzoh8Onx DX5i09ELkH4kTogGAuTe0m7lGn4cFYbrxeQ2wxHc8UNpVw2OaHIoQiOzez1lBm2m qdK4lZ5etjSw1iuR8fyW6sjt2xk8U0geW7TY5JDBydHE83zMBYHanB8+FTKCl1tS 4UAovfqsoCdY1nUIsxHLoiyseuCd2uU0dYYuPfYalrN4BE4KxNY8PYBEYv56CFar 8puhpkiEIc63Oy76QaFLO21KNQp953L42sAW89/33JK0GnTMkuH+Y+Yjx/S26XhA DUx04SR6G/Tzs/OErOJA/vQIdoPYiKhADEEm3Riuoyy2ZrJxHPfWixiYj5KKu1oG eJBVdSxMlmFdAHVDTQoOxX7aVUs1lhxsUcC1fHh1Uo9zrRYdSXiK5ZfORIHtQywM a2LCuKD0NItTDsA8LIoO+2ecC85eOD02SoNIQQLiQZGSLw3052qPTJvjh/KCa0dy XequqnMeq22Gqo6nvSiLgZdhWwlrae164U6xW1jy8+TNAf600+SLDgpytY20bY5v P/c3LtkJ5ny4NDzVtMEFULUDm8Lz6AhMe+fU0UBf1O9h256oaZIdi6wykxrAsTYz uQzEfaVwi4NCc8pOT17Z =VkjN -----END PGP SIGNATURE----- --nextPart3034616.iUrFjo3GOs--