Commit e64a5d08 authored by Brian Gerst's avatar Brian Gerst Committed by Jaroslav Kysela

[PATCH] Removing SYMBOL_NAME part 3

SuperH arch
parent 3f99e16c
This diff is collapsed.
...@@ -69,8 +69,8 @@ ENTRY(_stext) ...@@ -69,8 +69,8 @@ ENTRY(_stext)
.balign 4 .balign 4
1: .long 0x400080F0 ! MD=1, RB=0, BL=0, FD=1, IMASK=0xF 1: .long 0x400080F0 ! MD=1, RB=0, BL=0, FD=1, IMASK=0xF
2: .long SYMBOL_NAME(stack) 2: .long stack
3: .long SYMBOL_NAME(__bss_start) 3: .long __bss_start
4: .long SYMBOL_NAME(_end) 4: .long _end
5: .long SYMBOL_NAME(start_kernel) 5: .long start_kernel
6: .long SYMBOL_NAME(cache_init) 6: .long cache_init
...@@ -20,7 +20,7 @@ ENTRY(memmove) ...@@ -20,7 +20,7 @@ ENTRY(memmove)
jmp @r0 jmp @r0
nop nop
.balign 4 .balign 4
2: .long SYMBOL_NAME(memcpy) 2: .long memcpy
1: 1:
sub r5,r4 ! From here, r4 has the distance to r0 sub r5,r4 ! From here, r4 has the distance to r0
tst r6,r6 tst r6,r6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment