sba1 / adtools

Experimental GNU toolchain for AmigaOS
31 stars 18 forks source link

Added patch to fix compiling binutils-2.23.2 with gcc-12.2 #151

Closed josefwegner closed 10 months ago

josefwegner commented 10 months ago

This patch should fix compiling binutils 2.23.2 with gcc-12.2.

It is a backport of fix in newer binutils. The fix is the truncate the value to byte size before outputting.

sba1 commented 10 months ago

Thanks!