patch-2.4.8 linux/arch/ia64/vmlinux.lds.S
Next file: linux/arch/parisc/hpux/sys_hpux.c
Previous file: linux/arch/ia64/tools/print_offsets.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jul 31 10:30:09 2001
- Orig file:
v2.4.7/linux/arch/ia64/vmlinux.lds.S
- Orig date:
Tue Jul 3 17:08:18 2001
diff -u --recursive --new-file v2.4.7/linux/arch/ia64/vmlinux.lds.S linux/arch/ia64/vmlinux.lds.S
@@ -25,7 +25,7 @@
.text : AT(ADDR(.text) - PAGE_OFFSET)
{
*(.text.ivt)
- /* these are not really text pages, but the zero page needs to be in a fixed location: */
+ /* these are not really text pages, but they need to be page aligned: */
*(__special_page_section)
__start_gate_section = .;
*(.text.gate)
@@ -74,9 +74,9 @@
__stop___kallsyms = .;
/* Unwind info & table: */
+ . = ALIGN(8);
.IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - PAGE_OFFSET)
{ *(.IA_64.unwind_info*) }
- . = ALIGN(8);
ia64_unw_start = .;
.IA_64.unwind : AT(ADDR(.IA_64.unwind) - PAGE_OFFSET)
{ *(.IA_64.unwind*) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)