From 129544829eee6d8d67e019617f28f17c60881131 Mon Sep 17 00:00:00 2001 From: batt Date: Sun, 28 Mar 2010 13:06:56 +0000 Subject: [PATCH] Rename to a more generic name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3287 38d2e660-2303-0410-9eaa-f027e97ec537 --- .../cpu/arm/scripts/{at91sam7_ram.ld => arm7tdmi_ram.ld} | 0 .../cpu/arm/scripts/{at91sam7_rom.ld => arm7tdmi_rom.ld} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename bertos/cpu/arm/scripts/{at91sam7_ram.ld => arm7tdmi_ram.ld} (100%) rename bertos/cpu/arm/scripts/{at91sam7_rom.ld => arm7tdmi_rom.ld} (95%) diff --git a/bertos/cpu/arm/scripts/at91sam7_ram.ld b/bertos/cpu/arm/scripts/arm7tdmi_ram.ld similarity index 100% rename from bertos/cpu/arm/scripts/at91sam7_ram.ld rename to bertos/cpu/arm/scripts/arm7tdmi_ram.ld diff --git a/bertos/cpu/arm/scripts/at91sam7_rom.ld b/bertos/cpu/arm/scripts/arm7tdmi_rom.ld similarity index 95% rename from bertos/cpu/arm/scripts/at91sam7_rom.ld rename to bertos/cpu/arm/scripts/arm7tdmi_rom.ld index 5eb41457..54d470e0 100644 --- a/bertos/cpu/arm/scripts/at91sam7_rom.ld +++ b/bertos/cpu/arm/scripts/arm7tdmi_rom.ld @@ -73,10 +73,10 @@ SECTIONS *(.ctors); . = ALIGN(4); *(.dtors); + _etext = .; + PROVIDE (__etext = .); } > rom - _etext = .; - PROVIDE (__etext = .); .data : AT (_etext) { @@ -98,8 +98,8 @@ SECTIONS } > ram /* - * Allocated stack at the end of bss section. - * Data heap is allocate at end of stack. + * Allocate stack at the end of bss section. + * Data heap is allocated at end of stack. */ PROVIDE (__stack_start = .); -- 2.34.1