Oops, ".align 4" for the data section in the previous commit should

have been ".p2align 4".  This bug is cosmetic since the data section
happens to be empty.
This commit is contained in:
bde 2004-05-24 12:42:16 +00:00
parent ec80dae8bc
commit 2f8036c976

View File

@ -309,7 +309,7 @@ ENTRY(fork_trampoline)
#ifdef IA32
.data
.align 4
.p2align 4
.text
SUPERALIGN_TEXT
@ -317,7 +317,7 @@ ENTRY(fork_trampoline)
#endif
.data
.align 4
.p2align 4
.text
SUPERALIGN_TEXT
MCOUNT_LABEL(bintr)
@ -326,7 +326,7 @@ MCOUNT_LABEL(bintr)
#ifdef DEV_ATPIC
.data
.align 4
.p2align 4
.text
SUPERALIGN_TEXT