CVS: cvs.openbsd.org: src

Theo Buehler <[email protected]>
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/08/21 07:26:59

Modified files:
	gnu/llvm/llvm/lib/Target/Sparc/AsmParser: SparcAsmParser.cpp 

Log message:
SparcAsmParser: fix off by one and allow %r31 to be used

rust contains a sparc64.s file with

.cfi_register %r15, %r31

This fails with 'src/arch/sparc64.s:59:26: error: invalid register name'
Changing RegNo < 31 to RegNo <= 31 fixes this.

ok kettenis kirill
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.