From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24088 invoked by alias); 4 Feb 2010 07:09:01 -0000 Received: (qmail 24074 invoked by uid 22791); 4 Feb 2010 07:08:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS 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; Thu, 04 Feb 2010 07:08:56 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 23B6C1B4044 for ; Thu, 4 Feb 2010 07:08:54 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [patch] have sim-model.c include sim-model.h Date: Thu, 04 Feb 2010 07:09:00 -0000 User-Agent: KMail/1.12.4 (Linux/2.6.32.6; KDE/4.3.4; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4181681.0bk3FQ8EZP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201002040209.28922.vapier@gentoo.org> 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: 2010-02/txt/msg00105.txt.bz2 --nextPart4181681.0bk3FQ8EZP Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-length: 863 the sim-model.c code obviously uses things from sim-model.h, but doesnt=20 explicitly include it. instead, it relies on sim-main.h to pull it in. wh= en=20 doing a new port and building this file, the errors reported can be pretty= =20 confusing. so pull in sim-model.h to make the process a bit smoother. 2010-02-04 Mike Frysinger * sim-model.c: Include sim-model.h RCS file: /cvs/src/src/sim/common/sim-model.c,v retrieving revision 1.6 diff -u -p -r1.6 sim-model.c --- sim/common/sim-model.c 1 Jan 2010 10:03:27 -0000 1.6 +++ sim/common/sim-model.c 4 Feb 2010 07:02:42 -0000 @@ -19,6 +19,7 @@ You should have received a copy of the G along with this program. If not, see . */ =20 #include "sim-main.h" +#include "sim-model.h" #include "libiberty.h" #include "sim-options.h" #include "sim-io.h" --nextPart4181681.0bk3FQ8EZP 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.14 (GNU/Linux) iQIcBAABAgAGBQJLanKoAAoJEEFjO5/oN/WBDoEP/0AFXxqrJGxUxVi0mPsvXr8J RyMHZW8hjkRyJYvku8lUNCnJEio9x771OTW1lZ5guukqRr0aFjW2EVtoDECk90Qp ld2pMXLyKO568aMXxEwxCu7M3HbfmBz7Tto7ccm6v/5Cc2R7OcVsvb1eeESdc8Xk BWhI9U3gr0S8Vpvqcdn/94ScQSDW30+Lz7rcbWfic3dyRU8ox1x2+UnGnCbgfsyQ sIzHiy57lFYvhTzNvN7t7zZN8OmSjXNyILaQCYWCKKofHqlUYCrDFlPNR90Uhu5q gkrkc2GoWJZwPA1iOS1MQpBd8UIRg9+fmhWIH+UswZYVNj5XnOz/wVNgzN305mn+ PgmGQH4n/Fp4ZoxI7xahyRyyQT+Tlj7OjwhTyjI+n1HBSuu712zC3VpoUHCosdT8 8y28NVuJX+OQH+CEubH8Y0byJMaPEQXDbAYXfN7Cbi3YMyT6hBHc2/0Xyx+1jCBT tMgJXRd1kOe1kSQNMk17au9LD9jeAJ+4dbfyIvfUPi9H1+bJ2T2piCR1VWv3b/CW t8UEI0CIs3eSMMJfED9q7sxUTFzWI8IwMsPFCl54pUZcAGgoZ9nRmbzZfnS8Kq44 qf3u2lxjBNBxgNFbz2LonpenFBoH6wgtWD1PVxADB6rX21bMGOYqX41GZL/JYIqd nXPVeKI+zhj4nODH9Se3 =jYwE -----END PGP SIGNATURE----- --nextPart4181681.0bk3FQ8EZP--