]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* hosts/sysv4.h (HAVE_PROCFS): Add comments about ptx4.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 26 Mar 1994 01:12:53 +0000 (01:12 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 26 Mar 1994 01:12:53 +0000 (01:12 +0000)
* config/sysv4.mh: Add comment.
* config/symmetry.mh: Change comment.
* configure.host: Use sysv4, not symmetry, for i[34]86-sequent-sysv4*.

bfd/ChangeLog
bfd/configure.host
bfd/hosts/sysv4.h

index 7e657fd1fabeedc704dd0ace60a10906fc3544bb..47204e256c9583db5977b525120be05f3b992685 100644 (file)
@@ -1,7 +1,14 @@
+Fri Mar 25 11:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * hosts/sysv4.h (HAVE_PROCFS): Add comments about ptx4.
+       * config/sysv4.mh: Add comment.
+       * config/symmetry.mh: Change comment.
+       * configure.host: Use sysv4, not symmetry, for i[34]86-sequent-sysv4*.
+
 Fri Mar 25 17:10:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        Changes to support linker relaxing of embedded MIPS PIC code to
-       use a five instruction sequence for funtion calls which are out of
+       use a five instruction sequence for function calls which are out of
        range of the bal instruction.
        * libecoff.h (struct ecoff_section_tdata): Define.
        (ecoff_section_data): Define.
index 383a8edf80e68e7520c54548fc37a3eec0a526b8..ce583473503e7918f7a570a538e64fa708176432 100644 (file)
@@ -20,15 +20,18 @@ case "${host}" in
 alpha-*-*)             my_host=alphaosf ; host64=true ;;
 a29k-*-*)              my_host=ultra3 ;;
 
-hppa*-hp-hpux*)                my_host=hppahpux ;;
-hppa*-hp-bsd*)         my_host=hppabsd ;;
-hppa*-hp-osf*)         my_host=hppaosf ;;
-
+hppa*-*-hpux*)         my_host=hppahpux ;;
+hppa*-*-hiux*)         my_host=hppahpux ;;
+hppa*-*-bsd*)          my_host=hppabsd ;;
+hppa*-*-osf*)          my_host=hppaosf ;;
+
+i[34]86-sequent-bsd*)  my_host=symmetry ;;
+i[34]86-sequent-sysv4*)        my_host=sysv4 ;;
+i[34]86-sequent-sysv*) my_host=symmetry ;;
 i[34]86-*-bsd*)                my_host=i386bsd ;;
-i[34]86-*-netbsd)      my_host=i386bsd ;;
-i[34]86-*-lynx*)       my_host=i386lynx ;;
+i[34]86-*-netbsd*)     my_host=i386bsd ;;
 i[34]86-ncr*-sysv4*)   my_host=ncr3000 ;;
-i[34]86-*-go32*)               my_host=go32 ;;
+i[34]86-*-go32*)       my_host=go32 ;;
 i[34]86-esix-sysv3*)   my_host=esix ;;
 i[34]86-*-sysv4*)      my_host=i386v4 ;;
 i[34]86-*-sysv*)       my_host=i386v ;;
@@ -39,7 +42,7 @@ i[34]86-*-osf1mk*)    my_host=i386osf1mk ;;
 i[34]86-*-msdos*)      my_host=dose ;;
 i[34]86-*-linux*)      my_host=i386linux ;;
 i[34]86-*-lynxos*)     my_host=i386lynx ;;
-i[34]86-*-isc*)                my_host=i386isc ;;
+i[34]86-*-isc*)                my_host=i386sco ;;
 i[34]86-*-aix*)                my_host=i386aix ;;
 
 i860-*-*)              my_host=stratus ;;
@@ -48,8 +51,10 @@ mips-dec-bsd*)          my_host=mipsbsd ;;
 mips-dec-*)            my_host=decstation ;;
 mips-sgi-irix3*)       my_host=irix3 ;;
 mips-sgi-irix4*)       my_host=irix4 ;;
+mips-sgi-irix5*)       my_host=irix5 ;;
 mips-*-sysv*)          my_host=riscos ;;
 mips-*-riscos*)                my_host=riscos ;;
+mips-sony-bsd*)                my_host=news-mips ;;
 
 m68*-apollo*-sysv*)    my_host=apollov68 ;;
 m68*-apollo*-bsd*)     my_host=apollo68 ;;
@@ -59,6 +64,7 @@ m68*-cbm-amigados*)   my_host=amigados ;;
 m68*-cbm-sysv4*)       my_host=amix ;;
 m68*-hp-hpux*)         my_host=hp300 ;;
 m68*-hp-bsd*)          my_host=hp300bsd ;;
+m68*-*-lynxos*)                my_host=m68klynx ;;
 m68*-motorola-sysv*)   my_host=delta68 ;;
 m68*-sony-*)           my_host=news ;;
 m68*-sun-*)            my_host=sun3 ;;
@@ -73,12 +79,15 @@ ns32k-*-mach*)              my_host=i386mach3 ;;
 
 romp-*-*)              my_host=rtbsd ;;
 
+rs6000-*-lynx*)                my_host=rs6000lynx ;;
+
 rs6000-*-*)            my_host=rs6000 ;;
 
+sparc-*-lynxos*)       my_host=sparclynx ;;
 sparc-*-sunos64*)      my_host=sparc-ll ;;
 sparc-*-sysv4*)                my_host=sysv4 ;;
 sparc-*-solaris2*)     my_host=solaris2 ;;
-sparc-*-sysv64*)               my_host=sysv4-ll ;;
+sparc-*-sysv64*)       my_host=sysv4-ll ;;
 sparc-*-*)             my_host=sparc ;;
 
 tahoe-*-*)             my_host=tahoe ;;
index c26ed3b17ca19890450ad3b8790200a6b27cf514..51ac2e720ddd5147f0e5881f656cf1759560a1bc 100644 (file)
 #define SEEK_CUR 1
 
 #define POSIX_UTIME
+
+/* Note that we also use this for ptx4 (sequent).  ptx4 does not
+   really have procfs, but it has the relevant headers for BFD to read
+   core files, so the proper thing to do for ptx4 is define
+   HAVE_PROCFS in BFD but not GDB.  */
+
 #define HAVE_PROCFS    /* This host has /proc support */
 
 extern void    abort   PARAMS ((void));