public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Kazu Hirata <kazu@hxi.com>
To: binutils@sourceware.cygnus.com
Subject: [patch] gas/config/tc-h8300.c
Date: Thu, 15 Jun 2000 09:11:00 -0000	[thread overview]
Message-ID: <9049.961085513.0@NO-ID-FOUND.mhonarc.org> (raw)

Hi,

Attached is a patch for gas/config/tc-h8300.c. It makes two functions
static, which are not used anywhere else.

Thanks,

Kazu Hirata

===File ~/gnu/binutils/ChangeLog-tc-h8300===================
2000-06-15  Kazu Hirata  <kazu@hxi.com>

	* config/tc-h8300.c (parse_reg): Make the function static.
	(parse_exp): Likewise.

============================================================

===File ~/gnu/binutils/tc-h8300.patch=======================
Index: tc-h8300.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8300.c,v
retrieving revision 1.4
diff -u -r1.4 tc-h8300.c
--- tc-h8300.c	2000/06/09 00:00:02	1.4
+++ tc-h8300.c	2000/06/15 16:03:17
@@ -200,8 +200,8 @@
   ccr
 */
 
-/* try and parse a reg name, returns number of chars consumed */
-int
+/* Try and parse a reg name, returns number of chars consumed.  */
+static int
 parse_reg (src, mode, reg, direction)
      char *src;
      op_type *mode;
@@ -290,7 +290,7 @@
   return 0;
 }
 
-char *
+static char *
 parse_exp (s, op)
      char *s;
      expressionS * op;
============================================================

             reply	other threads:[~2000-06-15  9:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-15  9:11 Kazu Hirata [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-06-22  9:47 Kazu Hirata
2000-06-22 22:44 ` Alan Modra
     [not found] <200006151611.JAA24092@cygnus.com>
2000-06-21 14:31 ` Jeffrey A Law
2000-05-07  8:35 Kazu Hirata
2000-05-14  4:50 ` Alan Modra

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=9049.961085513.0@NO-ID-FOUND.mhonarc.org \
    --to=kazu@hxi.com \
    --cc=binutils@sourceware.cygnus.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).