diff options
author | Jeff Law <law@redhat.com> | 2000-04-21 21:52:48 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-04-21 21:52:48 +0000 |
commit | d8475ff6b64aa8949975546da75e4171a2998c59 (patch) | |
tree | 37ebe68a375661e8874b7191d79069d80d11b03f /ld | |
parent | bc11ab2b2b294f6abb36e9c65678e40c42b8792a (diff) | |
download | gdb-d8475ff6b64aa8949975546da75e4171a2998c59.zip gdb-d8475ff6b64aa8949975546da75e4171a2998c59.tar.gz gdb-d8475ff6b64aa8949975546da75e4171a2998c59.tar.bz2 |
* configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 45a174e..cb0e257 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-04-2 Matthew Green <mrg@cygnus.com> + + * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. + Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com> David Mosberger <davidm@hpl.hp.com> diff --git a/ld/configure.tgt b/ld/configure.tgt index b267c16..2f5b284 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -55,6 +55,8 @@ sparc*-*-linux-gnu*) targ_emul=elf32_sparc tdir_sun4=sparc-sun-sunos4 ;; sparc*-*-lynxos*) targ_emul=sparclynx ;; +sparc64-*-netbsd*) targ_emul=elf64_sparc ;; +sparc*-*-netbsd*elf*) targ_emul=elf32_sparc ;; sparc*-*-netbsd*) targ_emul=sparcnbsd ;; sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*) targ_emul=elf32_sparc ;; |