topbits = newvalue & 0xfe000000;
if (topbits != 0xfe000000 && topbits != 0x00000000)
{
- _dl_signal_error (0, map->l_name, NULL,
- "R_ARM_PC24 relocation out of range");
+ INTUSE (_dl_signal_error)
+ (0, map->l_name, NULL,
+ "R_ARM_PC24 relocation out of range");
}
}
newvalue >>= 2;
topbits = newvalue & 0xfe000000;
if (topbits != 0xfe000000 && topbits != 0x00000000)
{
- _dl_signal_error (0, map->l_name, NULL,
- "R_ARM_PC24 relocation out of range");
+ INTUSE (_dl_signal_error)
+ (0, map->l_name, NULL,
+ "R_ARM_PC24 relocation out of range");
}
}
newvalue >>= 2;
}
}
- _dl_signal_error (0, NULL, NULL, "cannot find runtime link map");
+ INTUSE (_dl_signal_error) (0, NULL, NULL, "cannot find runtime link map");
return NULL;
}