Put the label at the same place as i386 for compatibility.

This commit is contained in:
Doug Rabson 2001-10-06 12:35:22 +00:00
parent e82a5f198f
commit c4e7b7e2e0
3 changed files with 15 additions and 0 deletions

View File

@ -66,6 +66,11 @@
#define LABELOFFSET 64
#endif
#ifdef __ia64__
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#endif
#ifndef LABELSECTOR
#define LABELSECTOR 0 /* sector containing label */
#endif

View File

@ -66,6 +66,11 @@
#define LABELOFFSET 64
#endif
#ifdef __ia64__
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#endif
#ifndef LABELSECTOR
#define LABELSECTOR 0 /* sector containing label */
#endif

View File

@ -66,6 +66,11 @@
#define LABELOFFSET 64
#endif
#ifdef __ia64__
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#endif
#ifndef LABELSECTOR
#define LABELSECTOR 0 /* sector containing label */
#endif