mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 14:04:24 +08:00
From Kei Sakamoto <sakamoto.kei@renesas.com>:
* gdb.asm/asm-source.exp : Add -lgloss to link-flags. * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction. Replace ld24 with seth/add3.
This commit is contained in:
parent
8cf3f35467
commit
dcd81ce97c
@ -1,3 +1,10 @@
|
|||||||
|
2003-08-07 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
From Kei Sakamoto <sakamoto.kei@renesas.com>:
|
||||||
|
* gdb.asm/asm-source.exp : Add -lgloss to link-flags.
|
||||||
|
* gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
|
||||||
|
Replace ld24 with seth/add3.
|
||||||
|
|
||||||
2003-08-02 Andrew Cagney <cagney@redhat.com>
|
2003-08-02 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* gdb.base/annota3.exp: New file.
|
* gdb.base/annota3.exp: New file.
|
||||||
|
@ -69,6 +69,7 @@ switch -glob -- [istarget] {
|
|||||||
}
|
}
|
||||||
"m32r*-*" {
|
"m32r*-*" {
|
||||||
set asm-arch m32r
|
set asm-arch m32r
|
||||||
|
set link-flags "-Wl,--whole-archive -lgloss -Wl,--no-whole-archive"
|
||||||
}
|
}
|
||||||
"m6811-*-*" {
|
"m6811-*-*" {
|
||||||
set asm-arch m68hc11
|
set asm-arch m68hc11
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro gdbasm_call subr
|
.macro gdbasm_call subr
|
||||||
bl \subr -> nop
|
bl \subr
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro gdbasm_several_nops
|
.macro gdbasm_several_nops
|
||||||
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
comment "crt0 startup"
|
comment "crt0 startup"
|
||||||
.macro gdbasm_startup
|
.macro gdbasm_startup
|
||||||
ld24 sp,_stack
|
seth sp, #shigh(_stack)
|
||||||
|
add3 sp, sp, #low(_stack)
|
||||||
ldi fp,#0
|
ldi fp,#0
|
||||||
.endm
|
.endm
|
||||||
|
Loading…
Reference in New Issue
Block a user