diff options
| author | Michael Brown | 2006-05-13 13:11:55 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-13 13:11:55 +0200 |
| commit | f7b963da5141578c3769a89d0fa55b0155822e86 (patch) | |
| tree | 8678c1229a5c532ea023f059dcaa227f04249247 /src/arch/i386/include/libkir.h | |
| parent | (Redoing check-in lost by SourceForge's failure.) (diff) | |
| download | ipxe-f7b963da5141578c3769a89d0fa55b0155822e86.tar.gz ipxe-f7b963da5141578c3769a89d0fa55b0155822e86.tar.xz ipxe-f7b963da5141578c3769a89d0fa55b0155822e86.zip | |
(Redoing check-in lost by SourceForge's failure.)
Use .text16.data section with "aw" attributes, to avoid section type
conflicts when placing both code and data into .text16.
Add __from_{text16,data16}.
Diffstat (limited to 'src/arch/i386/include/libkir.h')
| -rw-r--r-- | src/arch/i386/include/libkir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/libkir.h b/src/arch/i386/include/libkir.h index 28db8308e..0923e222e 100644 --- a/src/arch/i386/include/libkir.h +++ b/src/arch/i386/include/libkir.h @@ -15,6 +15,8 @@ #define __text16( variable ) variable #define __use_data16( variable ) variable #define __use_text16( variable ) variable +#define __from_data16( variable ) variable +#define __from_text16( variable ) variable /* Copy to/from base memory */ |
