commit | eb88bf7db541aa2dd70cae869238cfb3003efb56 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Sep 24 15:58:12 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 11 13:41:53 2014 -0400 |
tree | 18fd9939a0dd8541da9b1c74d11a7d55253e419c | |
parent | 9984b9df14a357b2c10972e8dbc17b627904c502 [diff] |
build: Support declaring 32bit C functions that must reside in the f-segment Add support for a FUNCFSEG macro that will force a "32bit flat" C function to be located in the f-segment. This is useful for 32bit code with inline assembler that thunks to 16bit mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>