buildbot vs --enable-targets=all

Andreas Schwab schwab@suse.de
Wed Aug 3 10:56:41 GMT 2022


On Aug 03 2022, Mark Wielaard wrote:

> It looks like the instruction_reader_thumb only takes an array of
> uint16_t (even though the instructions are 32bit long). But I might be
> looking at the wrong code.

I think the right place to fix that is in
instruction_reader_thumb::read, when len == 4.  Or perhaps there should
be a class instruction_reader_thumb2 that uses uint32_t instead of
uint16_t.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


More information about the Binutils mailing list