diff options
| -rw-r--r-- | arch/m68k/kernel/vmlinux-std.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds index c42245775a4d..59fe285865ec 100644 --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds | |||
| @@ -19,6 +19,8 @@ SECTIONS | |||
| 19 | *(.gnu.warning) | 19 | *(.gnu.warning) |
| 20 | } :text = 0x4e75 | 20 | } :text = 0x4e75 |
| 21 | 21 | ||
| 22 | _etext = .; /* End of text section */ | ||
| 23 | |||
| 22 | . = ALIGN(16); /* Exception table */ | 24 | . = ALIGN(16); /* Exception table */ |
| 23 | __start___ex_table = .; | 25 | __start___ex_table = .; |
| 24 | __ex_table : { *(__ex_table) } | 26 | __ex_table : { *(__ex_table) } |
| @@ -26,8 +28,6 @@ SECTIONS | |||
| 26 | 28 | ||
| 27 | RODATA | 29 | RODATA |
| 28 | 30 | ||
| 29 | _etext = .; /* End of text section */ | ||
| 30 | |||
| 31 | .data : { /* Data */ | 31 | .data : { /* Data */ |
| 32 | DATA_DATA | 32 | DATA_DATA |
| 33 | CONSTRUCTORS | 33 | CONSTRUCTORS |
