Deleted Added
full compact
3577c3577
< if (code > BFD_RELOC_UNUSED)
---
> if ((int) code > (int) BFD_RELOC_UNUSED)
3705c3705
< input_section->reloc_done = true;
---
> input_section->reloc_done = (unsigned int) true;