aboutsummaryrefslogtreecommitdiff
path: root/libctf
diff options
context:
space:
mode:
authorJens Remus <jremus@linux.ibm.com>2024-03-01 12:45:14 +0100
committerJens Remus <jremus@linux.ibm.com>2024-03-01 12:45:14 +0100
commit5159682a61d4a874fb2428c7178f14da29ecedb7 (patch)
treefc95fc5284a6843b545777c76b56ce2b26e8239a /libctf
parent996097d5ca92518feddccb2258213d98cf253fee (diff)
downloadgdb-5159682a61d4a874fb2428c7178f14da29ecedb7.zip
gdb-5159682a61d4a874fb2428c7178f14da29ecedb7.tar.gz
gdb-5159682a61d4a874fb2428c7178f14da29ecedb7.tar.bz2
s390: Lower severity of assembler syntax errors from fatal to error
Report s390 assembler syntax errors as error instead of fatal error. This allows the assembler to continue and potentially report further syntax errors in the source. This should not cause syntax errors to be erroneously accepted, as both error and fatal error cause the assembler to return with a non-zero return code. The following syntax errors are changed from fatal to error: - invalid length field specified - odd numbered general purpose register specified as register pair - invalid floating point register pair. Valid fp register pair operands are 0, 1, 4, 5, 8, 9, 12 or 13. gas/ * config/tc-s390.c: Lower severity of assembler syntax errors from fatal to error. * testsuite/gas/s390/zarch-z9-109-err.l: Likewise. Reviewed-by: Andreas Krebbel <krebbel@linux.ibm.com> Signed-off-by: Jens Remus <jremus@linux.ibm.com>
Diffstat (limited to 'libctf')
0 files changed, 0 insertions, 0 deletions