binutils-gdb/gas/testsuite
Jan Beulich 654dfab066 RISC-V: tighten post-relocation-operator separator expectation
As per the spec merely a blank isn't okay as a separator, the operand
to the relocation function ought to be parenthesized. Enforcing this
then also eliminates an inconsistency in that

	lui	t0, %hi sym
	lui	t0, %hi 0x1000

were accepted, but

	lui	t0, %hi +sym
	lui	t0, %hi -0x1000

were not.
2023-05-04 10:24:36 +02:00
..
config Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
gas RISC-V: tighten post-relocation-operator separator expectation 2023-05-04 10:24:36 +02:00
lib Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-9303