use of bfd_stdint.h from src/include
Doug Evans
dje@sebabeach.org
Tue Oct 6 16:56:00 GMT 2009
Hi.
Is it ok for files in src/include to use bfd_stdint.h?
[I realize include/opcode/ppc.h uses it,
I'm just looking for confirmation that it's generally ok.
Unnecessary dependencies on bfd seems, umm, yucky. :-)]
include/plugin-api.h uses stdint.h directly,
but perhaps it has less portability concerns.
Or is it now ok to use stdint.h from src/include in general?
If so, awesome.
I ask because I'd like to be able to use stdint.h-types
from opcodes/cgen* and include/opcode/cgen.h.
[I realize opcodes/cgen-types.h uses ../bfd/bfd_stdint.h.
It feels clumsy, and I'd like to move cgen-types.h into include/mumble
(include/opcode is fine with me, but I wouldn't mind creating
include/cgen if y'all will allow it).]
Comments?
More information about the Binutils
mailing list