public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: Nick Clifton <nickc@redhat.com>, binutils@sources.redhat.com
Subject: Re: ppc-gas: Add '+' and '-' to symbol chars list
Date: Mon, 28 Apr 2003 04:24:00 -0000	[thread overview]
Message-ID: <20030427212431.A21730@lucon.org> (raw)
In-Reply-To: <20030427234406.GD933@bubble.sa.bigpond.net.au>; from amodra@bigpond.net.au on Mon, Apr 28, 2003 at 09:14:06AM +0930

On Mon, Apr 28, 2003 at 09:14:06AM +0930, Alan Modra wrote:
> On Thu, Apr 24, 2003 at 11:19:18AM +0100, Nick Clifton wrote:
> >   The recent patches to app.c have broken GAS for the PPC.  This is
> 
> It has also broken hppa. :-(
> 

This seems to work for me.


H.J.
---
2003-04-27  H.J. Lu <hjl@gnu.org>

	* config/tc-hppa.c (hppa_symbol_chars): New.
	* config/tc-hppa.h (tc_symbol_chars): Likewise.

--- gas/config/tc-hppa.c.symbol	2003-01-23 09:20:47.000000000 -0800
+++ gas/config/tc-hppa.c	2003-04-27 21:19:53.000000000 -0700
@@ -622,6 +622,9 @@ static struct call_desc last_call_desc;
 /* handle of the OPCODE hash table */
 static struct hash_control *op_hash = NULL;
 
+/* Those characters can be suffixes of opcode names.  */
+const char hppa_symbol_chars[] = ",*!?=<>";
+
 /* Table of pseudo ops for the PA.  FIXME -- how many of these
    are now redundant with the overall GAS and the object file
    dependent tables?  */
--- gas/config/tc-hppa.h.symbol	2003-02-27 11:27:09.000000000 -0800
+++ gas/config/tc-hppa.h	2003-04-27 21:10:43.000000000 -0700
@@ -106,6 +106,9 @@ extern void pa_check_eof PARAMS ((void))
 
 #define tc_frob_label(sym) pa_define_label (sym)
 
+extern const char	hppa_symbol_chars[];
+#define tc_symbol_chars	hppa_symbol_chars
+
 /* The PA does not need support for either of these.  */
 #define tc_crawl_symbol_chain(headers) {;}
 #define tc_headers_hook(headers) {;}

  reply	other threads:[~2003-04-28  4:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-24 10:21 Nick Clifton
2003-04-24 15:15 ` H. J. Lu
2003-04-24 17:03   ` Nick Clifton
2003-04-24 23:16 ` Alan Modra
2003-04-27 23:44 ` Alan Modra
2003-04-28  4:24   ` H. J. Lu [this message]
2003-04-28  8:35     ` Nick Clifton
2003-04-29  5:30       ` Alan Modra
2003-04-29 11:55         ` Nick Clifton
2003-04-29 16:06           ` H. J. Lu
2003-04-29 23:33             ` Alan Modra
2003-04-30  0:39               ` Daniel Jacobowitz
2003-04-30  4:55                 ` H. J. Lu
2003-04-30  8:46                   ` Alan Modra
2003-04-30  8:51                 ` Nick Clifton

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=20030427212431.A21730@lucon.org \
    --to=hjl@lucon.org \
    --cc=binutils@sources.redhat.com \
    --cc=nickc@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).