Linker fixes.
if ( in32_ehdr.e_phnum != 1 )
{
- fprintf(stderr, "Expect precisly 1 program header; found %d.\n",
+ fprintf(stderr, "Expect precisely 1 program header; found %d.\n",
(int)in32_ehdr.e_phnum);
return 1;
}
__initcall_start = .;
.initcall.init : { *(.initcall.init) } :text
__initcall_end = .;
- . = ALIGN(4096);
__init_end = .;
- . = ALIGN(4096);
- .data.page_aligned : { *(.data.idt) } :text
-
__bss_start = .; /* BSS */
.bss : {
*(.bss)
__initcall_start = .;
.initcall.init : { *(.initcall.init) } :text
__initcall_end = .;
- . = ALIGN(4096);
__init_end = .;
- . = ALIGN(4096);
- .data.page_aligned : { *(.data.idt) } :text
-
__bss_start = .; /* BSS */
.bss : {
*(.bss)