2004-09-12 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / m68kbsd-tdep.c
index a9a5b4e564f241a1e735ea404b48e35f8e051865..40606684537966eb75587d2a786abd64347c84dd 100644 (file)
@@ -176,6 +176,8 @@ m68kbsd_elf_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
   m68kbsd_init_abi (info, gdbarch);
 
+  /* NetBSD ELF uses the SVR4 ABI.  */
+  m68k_svr4_init_abi (info, gdbarch);
   tdep->struct_return = pcc_struct_return;
 
   /* NetBSD ELF uses SVR4-style shared libraries.  */
This page took 0.023164 seconds and 4 git commands to generate.