On Fri, May 18, 2018 at 10:24 AM Nadav Amit <na...@vmware.com> wrote:
> Will it be ok just to use a global inline asm to set an “.include” directive > that gas would later process? (I can probably wrap it in a C macro so it > won’t be too disgusting) Maybe. I'd almost prefer it to be the automatic kind of thing that we already do for C files using "-include". Linus