h8300 assembler rejects upper-case letters after slash

Alexandre Oliva aoliva@redhat.com
Tue Jul 15 19:53:00 GMT 2003


Even though the assembler is supposed to be case-insensitive as far as
opcodes are concerned, the fact that `/' is not a character that can
be part of a symbol gets the generic code to stop lower-casing the
opcode at the slash.  This patch introduces machine-specific code to
lower-case whatever opcode characters appear after a slash, as well as
the size character after the dot.  Ok to install?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: h8sx-lower-after-slash.patch
Type: text/x-patch
Size: 1321 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20030715/45c1b8ce/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


More information about the Binutils mailing list