commit | e6ba59bcae6968ee18ef5a237a8020a0ea331ae1 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Fri Sep 03 11:15:19 2010 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 07 13:55:30 2010 -0700 |
tree | 5b8b892c0e7874a93f196b1284f06d236c12112a | |
parent | 1e72910e248fb94839cd63c0c62107b1f15716f9 [diff] |
m68knommu: fix missing linker segments Recent changes to linker segments that hold per-cpu data broke linking for m68knommu targets: LD vmlinux /usr/local/bin/m68k-uclinux-ld.real: error: no memory region specified for loadable section `.data..shared_aligned' Add missing segments into the m68knommu linker script. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>