core: move 32-bit code out of the .text16 segment
authorH. Peter Anvin <hpa@zytor.com>
Sun, 17 May 2009 20:39:42 +0000 (13:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 17 May 2009 20:39:42 +0000 (13:39 -0700)
commit8bf63395ca00458da14b0b3e37a63761ea6767ab
tree71fc0936c117187d04b0e9b632bbba238e6efa86
parentb6063f3876d95104fd3689b059030d0af797d946
core: move 32-bit code out of the .text16 segment

Move all 32-bit code out of the .text16 segment.  The code that is
used during the relocation of the .text segment (i.e. anywhere on the
bcopy path) is moved to .textnr (other than the code already in
.bcopyxx) for "no relocate", the rest of the code to .text.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/com32.inc
core/pm.inc
core/syslinux.ld