From f9e3b3ccc2cdb773011d31eae24a7474b32e3c0a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sun, 29 Mar 1992 23:14:34 +0000 Subject: * target.c (nomemory): Now that higher levels examine errno, give EIO. * tm-sparc.h: Don't #include . * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): Remove dependency on . Start to handle cross-byte-order. * language.h: Avoid forward enum declaration. * configure.in, tm-sun4os5.h, xm-sun4os5.h, config/sun4os5.mh, config/sun4os5.mt: New host and target. * defs.h (errno): #include rather than assuming int. From Pierre Willard. --- gdb/configure.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index 2489602..19d03bf 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -63,9 +63,10 @@ m68000) sparc) case "${host_os}" in - sunos3) gdb_host=sun4os3 ;; - sunos4) gdb_host=sun4os4 ;; - *) gdb_host=sun4 ;; + sunos3) gdb_host=sun4os3 ;; + sunos4) gdb_host=sun4os4 ;; + sunos5*|sysv4*) gdb_host=sun4os5 ;; + *) gdb_host=sun4 ;; esac ;; @@ -255,9 +256,10 @@ sparc) case "${target_vendor}" in sun) case "${target_os}" in - sunos3) gdb_target=sun4os3 ;; - sunos4) gdb_target=sun4os4 ;; - *) gdb_target=sun4 ;; + sunos3) gdb_target=sun4os3 ;; + sunos4) gdb_target=sun4os4 ;; + sunos5|sysv4*) gdb_target=sun4os5 ;; + *) gdb_target=sun4 ;; esac ;; esac -- cgit v1.1