mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
NetBSD/ELF targets.
This commit is contained in:
parent
d1180b0f30
commit
b7cbf173ac
@ -1,3 +1,8 @@
|
||||
2004-10-30 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
|
||||
NetBSD/ELF targets.
|
||||
|
||||
2004-10-29 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* gdb.threads/bp_in_thread.c: New file, copied from
|
||||
|
@ -135,6 +135,7 @@ if { "${asm-arch}" == "" } {
|
||||
|
||||
# On NetBSD/ELF we need a special NetBSD-identifying note section.
|
||||
if { [istarget "*-*-netbsdelf*"]
|
||||
|| [istarget "mips*-*-netbsd*"]
|
||||
|| [istarget "x86_64-*-netbsd*"] } then {
|
||||
set asm-note "netbsd"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user