diff options
author | Matthew Green <mrg@redhat.com> | 2001-12-18 13:26:26 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2001-12-18 13:26:26 +0000 |
commit | 0b69cd08e03156c6fc341b354d6b80f888d3fa23 (patch) | |
tree | c6d1c2db2d2651d26af6aefbe987640d880f99a0 /ld/emulparams | |
parent | 6b9b879a0267f1d994d3d4fbdcbcc2d6643498df (diff) | |
download | gdb-0b69cd08e03156c6fc341b354d6b80f888d3fa23.zip gdb-0b69cd08e03156c6fc341b354d6b80f888d3fa23.tar.gz gdb-0b69cd08e03156c6fc341b354d6b80f888d3fa23.tar.bz2 |
* config.bfd (m68*-*-netbsdelf*): New target.
(m68*-*-netbsd): Also include bfd_elf32_m68k_vec.
(m68*-*-netbsdaout*): New alias for m68*-*-netbsd.
* configure.in (m68k-*-netbsdelf*): New target.
(m68k-*-netbsd*): Also include ELF support.
(m68k-*-netbsdaout*): New alias for m68*-*-netbsd*.
* configure: Regenerate.
* Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
(m68kelfnbsd.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt (m68*-hp-netbsd*): Renamed to ..
(m68*-*-netbsd*4k*): .. this.
(m68*-*-netbsdelf*): New target.
(m68*-*-netbsd*): Also include ELF support.
(m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
* emulparams/m68kelfnbsd.sh: New emulation.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/m68kelfnbsd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/emulparams/m68kelfnbsd.sh b/ld/emulparams/m68kelfnbsd.sh new file mode 100644 index 0000000..69e328d --- /dev/null +++ b/ld/emulparams/m68kelfnbsd.sh @@ -0,0 +1,4 @@ +. ${srcdir}/emulparams/m68kelf.sh +TEXT_START_ADDR=0x2000 +TARGET_PAGE_SIZE=0x2000 +MACHINE= |