Support 68000 series without floating point. (changed config name)
authorJohn Gilmore <gnu@cygnus>
Sun, 14 Mar 1993 11:06:43 +0000 (11:06 +0000)
committerJohn Gilmore <gnu@cygnus>
Sun, 14 Mar 1993 11:06:43 +0000 (11:06 +0000)
* configure.in (m68000-*-{aout,elf,coff}):  New configs.

gdb/ChangeLog
gdb/configure.in

index 4909ca329960bbd61a077e927ac9e3f6e2f69673..303b8b9baa4b45350ca283a4afe75ee7041e56bc 100644 (file)
@@ -1,6 +1,8 @@
 Sun Mar 14 02:54:15 1993  John Gilmore  (gnu@cygnus.com)
 
-       * configure.in (m68k-adobe-*):  New config.
+       Support 68000 series without floating point.
+
+       * configure.in (m68000-*-{aout,elf,coff}):  New configs.
        * tm-68k-nofp.h:  New file, lacks 68881 support.
        * config/m68k-nofp.mt:  New file.
 
index 790b7b7299d3e606346e7321e5f72f40e6d72448..57a34871cd5091eced5a13c3eb91283c88c131e6 100644 (file)
@@ -144,6 +144,9 @@ i960-*-elf)         gdb_target=nindy960 ;;
 i960-*-nindy)          gdb_target=nindy960 ;;
 i960-*-vxworks)                gdb_target=vxworks960 ;;
 
+m68000-*-aout)         gdb_target=m68k-nofp ;;
+m68000-*-coff)         gdb_target=m68k-nofp ;;
+m68000-*-elf)          gdb_target=m68k-nofp ;;
 m68000-*-sunos3*)      gdb_target=sun2os3 ;;
 m68000-*-sunos4*)      gdb_target=sun2os4 ;;
 
@@ -151,7 +154,6 @@ m68*-cbm-sysv4*)    gdb_target=amix ;;
 m68*-hp-bsd)           gdb_target=hp300bsd ;;
 m68*-hp-hpux)          gdb_target=hp300hpux ;;
 
-m68*-adobe-*)          gdb_target=m68k-nofp ;;
 m68*-altos-*)          gdb_target=altos ;;
 m68*-att-*)            gdb_target=3b1 ;;
 m68*-ericsson-*)       gdb_target=es1800 ;;