]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove tic4x_scan always false condition
authorAlan Modra <amodra@gmail.com>
Wed, 1 Oct 2025 03:59:27 +0000 (13:29 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 1 Oct 2025 13:22:33 +0000 (22:52 +0930)
commitdece3865c2d6420e8193598a33e8a9cd71598547
tree4a27a9aedca6a00ef9c08e9a60543fe69edec0aa
parent321ac819c4fb534c5887a8f86af320f7f1146d7c
Remove tic4x_scan always false condition

The numeric check was always false, and correcting it to match the
comment causes lots of testsuite failures.  "tic4x" is a valid string.

* cpu-tic4x.c (tic4x_scan): Remove always false condition.
Fix comment.
bfd/cpu-tic4x.c