This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Complex relocs and RELOC_IMPLIES_OVERFLOW attr


Hi,

I've defined OBJ_COMPLEX_RELC macro to enable complex relocations
(from mep port) in my cpu port which seems to work well.
But for gas to compile, the RELOC_IMPLIES_OVERFLOW attr must be
defined in the cpu file (only in mep-core.cpu till now).

Shouldn't this attr be a general attribute rather than a target
dependant attr, or are the complex relocs in cgen a very experimental
feature we shouldn't use ?

Thanks,
Aurélien


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]