From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15055 invoked by alias); 17 Dec 2002 04:48:48 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 15042 invoked from network); 17 Dec 2002 04:48:44 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 17 Dec 2002 04:48:44 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id gBH4mg424586; Mon, 16 Dec 2002 23:48:42 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id gBH4mfC14765; Mon, 16 Dec 2002 23:48:41 -0500 Date: Mon, 16 Dec 2002 20:48:00 -0000 Message-Id: <200212170448.gBH4mfC14765@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: amodra@bigpond.net.au CC: amacleod@redhat.com, binutils@sources.redhat.com, cgen@sources.redhat.com In-reply-to: <20021217043046.GJ944@bubble.sa.bigpond.net.au> (message from Alan Modra on Tue, 17 Dec 2002 15:00:46 +1030) Subject: Re: New Sanyo Stormy16 relocations References: <1039041358.28757.307.camel@p4> <20021204225643.GS27956@bubble.sa.bigpond.net.au> <1039043233.28767.313.camel@p4> <200212170353.gBH3r9f14238@envy.delorie.com> <20021217043046.GJ944@bubble.sa.bigpond.net.au> X-SW-Source: 2002-q4/txt/msg00096.txt.bz2 > xstormy16-asm.c:133: warning: function declaration isn't a prototype > > Please fix. Fixed. 2002-12-16 DJ Delorie * cpu/xstormy16.opc (parse_immediate16): Add prototype. Index: cpu/xstormy16.opc =================================================================== RCS file: /cvs/src/src/cgen/cpu/xstormy16.opc,v retrieving revision 1.3 diff -p -3 -r1.3 xstormy16.opc *** cpu/xstormy16.opc 17 Dec 2002 03:54:41 -0000 1.3 --- cpu/xstormy16.opc 17 Dec 2002 04:47:25 -0000 *************** static const char * parse_mem8 *** 34,39 **** --- 34,41 ---- PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); static const char * parse_small_immediate PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); + static const char * parse_immediate16 + PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); /* The machine-independent code doesn't know how to disambiguate mov (foo),r3 2002-12-16 DJ Delorie * xstormy16-asm.c (parse_immediate16): Add prototype. Index: xstormy16-asm.c =================================================================== RCS file: /cvs/src/src/opcodes/xstormy16-asm.c,v retrieving revision 1.5 diff -p -3 -r1.5 xstormy16-asm.c *** xstormy16-asm.c 17 Dec 2002 03:57:49 -0000 1.5 --- xstormy16-asm.c 17 Dec 2002 04:47:45 -0000 *************** static const char * parse_mem8 *** 52,57 **** --- 52,59 ---- PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); static const char * parse_small_immediate PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); + static const char * parse_immediate16 + PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); /* The machine-independent code doesn't know how to disambiguate mov (foo),r3