diff options
| author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-01 08:24:04 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-01 09:17:50 -0400 |
| commit | 6f6b3940ed326eed58074d777ab92fda3a60a382 (patch) | |
| tree | 73d6e978cd3107bedc03801ac900a3dab71f89ce | |
| parent | ca074a33928762c65e261dd94006c1b6a47e46fa (diff) | |
[MIPS] vmlinux.lds.S: Handle note sections
Store any note sections after the exception tables like the other
architectures do. This is required for .note.gnu.build-id emitted from
binutils 2.18 onwards if nothing else.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 60bbaecde187..087ab997487d 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
| @@ -45,6 +45,8 @@ SECTIONS | |||
| 45 | __dbe_table : { *(__dbe_table) } | 45 | __dbe_table : { *(__dbe_table) } |
| 46 | __stop___dbe_table = .; | 46 | __stop___dbe_table = .; |
| 47 | 47 | ||
| 48 | NOTES | ||
| 49 | |||
| 48 | RODATA | 50 | RODATA |
| 49 | 51 | ||
| 50 | /* writeable */ | 52 | /* writeable */ |
