Update librz/asm/arch/cris/gnu/
to the latest binutils
#3127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
Detailed description
This pr updates
librz/asm/arch/cris/gnu/
to the latest binutils as requested by #814. I've had to add definitions forbool
andstartswith
from binutils-gdb's bfd-in.h. Following is a patch showing the differences between Rizin's cris-dis.c and binutils-gdb's cris-dis.c if this pr is merged.Test plan
All builds are green.
Closing issues
...
The updates were done using
git add -p
. The patch above was done usinggit diff --no-index
. For reference, the following is the current difference between Rizin's cris-dis.c and the original import at 274f220 (the directory for both islibr/asm
because I couldn't getgit diff
to recognize the move fromlibr
tolibrz
):