[PATCH] Changes to v850 platform linker-script fragments
commiteb658cfa6104b2e2ee0955e73ed057e0b81863ef
authorMiles Bader <miles@lsi.nec.co.jp>
Wed, 8 Oct 2003 01:32:54 +0000 (7 18:32 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 8 Oct 2003 01:32:54 +0000 (7 18:32 -0700)
treeedd63d51ecd07fdb416f5b978331759ae62a7dde
parent91cdee4c2e1d969ae18bb74b340c3f512a46a67c
[PATCH] Changes to v850 platform linker-script fragments

This does two things:

 (1) Move the v850 platform-specific linker-script fragments into
     arch/v850/kernel, from arch/v850.  This move was prompted by a
     recent (all-architecture) move for vmlinux.lds.S, to keep the
     script together, but I think it also makes sense -- this way, all
     platform-specific non-header files are in the same directory with
     similar names.

 (2) Remove some hardwired constants in the linker script fragments,
     using already defined cpp macros anyway.  This eliminates one
     annoying source of duplicate definitions (which had to be kept in
     sync).
14 files changed:
arch/v850/kernel/anna-rom.ld [moved from arch/v850/anna-rom.ld with 77% similarity]
arch/v850/kernel/anna.ld [moved from arch/v850/anna.ld with 76% similarity]
arch/v850/kernel/as85ep1-rom.ld [moved from arch/v850/as85ep1-rom.ld with 85% similarity]
arch/v850/kernel/as85ep1.ld [moved from arch/v850/as85ep1.ld with 87% similarity]
arch/v850/kernel/fpga85e2c.ld [moved from arch/v850/fpga85e2c.ld with 100% similarity]
arch/v850/kernel/rte_ma1_cb-rom.ld [moved from arch/v850/rte_ma1_cb-rom.ld with 74% similarity]
arch/v850/kernel/rte_ma1_cb.ld [moved from arch/v850/rte_ma1_cb.ld with 90% similarity]
arch/v850/kernel/rte_me2_cb.ld [moved from arch/v850/rte_me2_cb.ld with 91% similarity]
arch/v850/kernel/rte_nb85e_cb-multi.ld [moved from arch/v850/rte_nb85e_cb-multi.ld with 90% similarity]
arch/v850/kernel/rte_nb85e_cb.ld [moved from arch/v850/rte_nb85e_cb.ld with 52% similarity]
arch/v850/kernel/sim.ld [moved from arch/v850/sim.ld with 62% similarity]
arch/v850/kernel/sim85e2.ld [new file with mode: 0644]
arch/v850/kernel/vmlinux.lds.S
arch/v850/sim85e2.ld [deleted file]