(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}.
This commit is contained in:
Michael Brown
2006-05-13 11:11:55 +00:00
parent 97d265f8dc
commit f7b963da51
4 changed files with 34 additions and 13 deletions

View File

@@ -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 */