public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
From: "mark4th at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs-regex@sourceware.org
Subject: [Bug regex/23393] Handle [a-z] and [A-Z] in consistent portable fashion regardless of locale.
Date: Wed, 30 Mar 2022 21:52:21 +0000	[thread overview]
Message-ID: <bug-23393-132-3YRlwy42AS@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-23393-132@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=23393

Mark Manning <mark4th at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark4th at gmail dot com

--- Comment #42 from Mark Manning <mark4th at gmail dot com> ---
.macro VOCAB name, cfa, thread
  .header "\name", \cfa
\cfa:
  nop
  jal x25, do_voc
  .quad \thread
  .fill 63, 8, 0
  .quad vlink
  .set vlink, \cfa
.endm


the above macro is failing for the same reason the .header macro was failing
but while there was a work around for the .header macro the same work around
does not work here for some reason that is utterly beyond my understanding.

vocabs.s:123: Error: redefined symbol cannot be used on reloc

line 123 invokes the above macro and that is failing on the .set vlink, \cfa.  
this is "it just works (tm)" in every other version of the gnu assembler I have
ever used and this literally kills my project dead in the water.  

Why does the riscv assembler not allow this?  it is a horrendous/fatal
inconsistency!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

           reply	other threads:[~2022-03-30 21:52 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <bug-23393-132@http.sourceware.org/bugzilla/>]

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=bug-23393-132-3YRlwy42AS@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs-regex@sourceware.org \
    /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).