[PATCH 0/3] s390: Minor cleanups

Jens Remus jremus@linux.ibm.com
Mon Aug 26 15:47:07 GMT 2024


Patch 1 adds documentation for the s390-specific assembler syntax to
omit the base register operand B in D(X,B) and D(L,B) by coding D(X,)
and D(L,).

Patch 2 changes the opcodes in the s390 opcode table to lower-case.

Patch 3 renames an s390 instruction format. This aligns the naming and
resolves an issue in internal tooling.

Regards,
Jens

Jens Remus (3):
  s390: Document syntax to omit base register operand
  s390: Align opcodes to lower-case
  s390: Align instruction formats

 gas/doc/c-s390.texi  | 5 +++--
 opcodes/s390-opc.c   | 4 ++--
 opcodes/s390-opc.txt | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

-- 
2.43.0



More information about the Binutils mailing list