public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Problem with .req directive in arm-elf-as (2.15 branch)
@ 2004-04-23  3:15 Peter S. Housel
  2004-04-30  8:43 ` Nick Clifton
  2004-04-30 11:02 ` Nick Clifton
  0 siblings, 2 replies; 3+ messages in thread
From: Peter S. Housel @ 2004-04-23  3:15 UTC (permalink / raw)
  To: binutils

The current binutils-2_15-branch has a problem with the ARM ".req"
pseudo-op.  The following code, which used to assemble correctly in 2.13,
now fails:

MMUPurgeTLBReg      .req c6
MMUCP               .req p15
MCR     MMUCP, 0, a1, MMUPurgeTLBReg, c0, 0

Apparently this results because the alias names are already downcased by the
time md_assemble() (and therefore create_register_alias()) in tc-arm.c get
to see them.

-Peter-

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-04-30 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23  3:15 Problem with .req directive in arm-elf-as (2.15 branch) Peter S. Housel
2004-04-30  8:43 ` Nick Clifton
2004-04-30 11:02 ` Nick Clifton

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