• Greg Ungerer's avatar
    [PATCH] use local RODATA setup for m68knommu linker script · a25a57f1
    Greg Ungerer authored
    This patch removes the use of the common RODATA define in the m68knommu
    architecture. It cannot be used the same way for the m68knommu target.
    For starters just inserting it here is syntactically wrong. All the read
    only parts are grouped into a single "text" segment, and this is the root
    cause of the problem. So for the m68knommu arch it makes sense to not
    use the generic RODATA setup, but to list them locally.
    a25a57f1
vmlinux.lds.S 7.21 KB