2
0
mirror of https://frontier.innolan.net/github/amigaos-binutils.git synced 2025-11-23 10:32:47 +00:00

(howto_table[H_PC26]): Lower two bits in mask values are not set.

This commit is contained in:
Gunther Nikl
2008-12-23 16:58:37 +00:00
parent f571c97eaa
commit 5391bb7612

View File

@ -262,7 +262,7 @@ static reloc_howto_type howto_table[R__MAX] =
{H_SD16, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, 0, "DREL16", FALSE, 0x0000ffff, 0x0000ffff, FALSE},
{H_SD8, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, 0, "DREL8", FALSE, 0x000000ff, 0x000000ff, FALSE},
{H_ABS32SHORT, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, 0, "RELOC32SHORT", FALSE, 0x0000ffff, 0x0000ffff, FALSE},
{H_PC26, 0, 2, 26, TRUE, 0, complain_overflow_signed, 0, "RELRELOC26", FALSE, 0x03ffffff, 0x03ffffff, TRUE},
{H_PC26, 0, 2, 26, TRUE, 0, complain_overflow_signed, 0, "RELRELOC26", FALSE, 0x03fffffc, 0x03fffffc, TRUE},
{H_PC32, 0, 2, 32, TRUE, 0, complain_overflow_signed, 0, "RELRELOC32", FALSE, 0xffffffff, 0xffffffff, TRUE}
};