public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/23393] Handle [a-z] and [A-Z] in consistent portable fashion regardless of locale.
       [not found] <bug-23393-132@http.sourceware.org/bugzilla/>
@ 2022-03-30 21:52 ` mark4th at gmail dot com
  0 siblings, 0 replies; only message in thread
From: mark4th at gmail dot com @ 2022-03-30 21:52 UTC (permalink / raw)
  To: glibc-bugs-regex

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-30 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23393-132@http.sourceware.org/bugzilla/>
2022-03-30 21:52 ` [Bug regex/23393] Handle [a-z] and [A-Z] in consistent portable fashion regardless of locale mark4th at gmail dot com

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).