public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: DJ Delorie <dj@delorie.com>
To: amodra@bigpond.net.au
Cc: amacleod@redhat.com, binutils@sources.redhat.com,
	cgen@sources.redhat.com
Subject: Re: New Sanyo Stormy16 relocations
Date: Mon, 16 Dec 2002 20:48:00 -0000	[thread overview]
Message-ID: <200212170448.gBH4mfC14765@envy.delorie.com> (raw)
In-Reply-To: <20021217043046.GJ944@bubble.sa.bigpond.net.au> (message from Alan Modra on Tue, 17 Dec 2002 15:00:46 +1030)


> xstormy16-asm.c:133: warning: function declaration isn't a prototype
> 
> Please fix.

Fixed.

2002-12-16  DJ Delorie  <dj@delorie.com>

	* 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  <dj@delorie.com>

	* 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

  reply	other threads:[~2002-12-17  4:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1039041358.28757.307.camel@p4>
     [not found] ` <20021204225643.GS27956@bubble.sa.bigpond.net.au>
     [not found]   ` <1039043233.28767.313.camel@p4>
2002-12-16 19:53     ` DJ Delorie
2002-12-16 20:30       ` Alan Modra
2002-12-16 20:48         ` DJ Delorie [this message]
2002-12-17 11:25       ` Doug Evans
2002-12-17 11:47         ` DJ Delorie
2002-12-17 11:56           ` Frank Ch. Eigler
2002-12-17 12:09           ` Doug Evans
2002-12-17 12:14             ` Doug Evans
2002-12-18  2:37           ` Andrew Cagney
2002-12-18  7:47             ` Frank Ch. Eigler
2002-12-17 14:39         ` Ben Elliston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212170448.gBH4mfC14765@envy.delorie.com \
    --to=dj@delorie.com \
    --cc=amacleod@redhat.com \
    --cc=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.com \
    --cc=cgen@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).