Re: [PATCH 07/10] plugins/api: split out binary path/start/end/entry code

2025-02-25 Thread Alex Bennée
Richard Henderson writes: > On 2/25/25 03:08, Alex Bennée wrote: >> To move the main api.c to a single build compilation object we need to >> start splitting out user and system specific code. As we need to grob >> around host headers we move these particular helpers into the *-user >> mode direc

Re: [PATCH 07/10] plugins/api: split out binary path/start/end/entry code

2025-02-25 Thread Richard Henderson
On 2/25/25 03:08, Alex Bennée wrote: To move the main api.c to a single build compilation object we need to start splitting out user and system specific code. As we need to grob around host headers we move these particular helpers into the *-user mode directories. The binary/start/end/entry help

[PATCH 07/10] plugins/api: split out binary path/start/end/entry code

2025-02-25 Thread Alex Bennée
To move the main api.c to a single build compilation object we need to start splitting out user and system specific code. As we need to grob around host headers we move these particular helpers into the *-user mode directories. The binary/start/end/entry helpers are all NOPs for system mode. Sign