diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-14 08:19:08 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-14 08:19:08 -0400 |
| commit | 905ec87e93bc9e01b15c60035cd6a50c636cbaef (patch) | |
| tree | 46fd7618d6511611ffc19eb0dd4d7bc6b90a41c2 /arch/um/kernel/uml.lds.S | |
| parent | 1d6ae775d7a948c9575658eb41184fd2e506c0df (diff) | |
| parent | 2f4ba45a75d6383b4a1201169a808ffea416ffa0 (diff) | |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'arch/um/kernel/uml.lds.S')
| -rw-r--r-- | arch/um/kernel/uml.lds.S | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S index b03326d391c9..af11915ce0a8 100644 --- a/arch/um/kernel/uml.lds.S +++ b/arch/um/kernel/uml.lds.S | |||
| @@ -93,14 +93,10 @@ SECTIONS | |||
| 93 | *(.bss) | 93 | *(.bss) |
| 94 | *(COMMON) | 94 | *(COMMON) |
| 95 | } | 95 | } |
| 96 | _end = . ; | 96 | _end = .; |
| 97 | PROVIDE (end = .); | 97 | PROVIDE (end = .); |
| 98 | /* Stabs debugging sections. */ | 98 | |
| 99 | .stab 0 : { *(.stab) } | 99 | STABS_DEBUG |
| 100 | .stabstr 0 : { *(.stabstr) } | 100 | |
| 101 | .stab.excl 0 : { *(.stab.excl) } | 101 | DWARF_DEBUG |
| 102 | .stab.exclstr 0 : { *(.stab.exclstr) } | ||
| 103 | .stab.index 0 : { *(.stab.index) } | ||
| 104 | .stab.indexstr 0 : { *(.stab.indexstr) } | ||
| 105 | .comment 0 : { *(.comment) } | ||
| 106 | } | 102 | } |
