From: Ian Lance Taylor Date: Mon, 1 Aug 1994 16:16:47 +0000 (+0000) Subject: * configure.host (sparc-*-solaris2*): Use sysv4, not solaris2. X-Git-Tag: gdb-4_18~13901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abc61566c032581e072608484cc4691fd4486c54;p=platform%2Fupstream%2Fbinutils.git * configure.host (sparc-*-solaris2*): Use sysv4, not solaris2. * hosts/solaris2.h: Remove. * config/solaris2.mh: Remove. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4e4b048..d6b9f25 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 1 12:04:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * configure.host (sparc-*-solaris2*): Use sysv4, not solaris2. + * hosts/solaris2.h: Remove. + * config/solaris2.mh: Remove. + Sun Jul 31 14:27:04 1994 Jeff Law (law@snake.cs.utah.edu) * elf32-hppa.c, elf32-hppa.h: Update comment reflecting which diff --git a/bfd/hosts/solaris2.h b/bfd/hosts/solaris2.h deleted file mode 100644 index 9a7b23f..0000000 --- a/bfd/hosts/solaris2.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Solaris-2 host system */ - -#include "hosts/sysv4.h" - -#ifndef __GNUC__ -/* get around a bug in the Sun C compiler */ -#define const -#endif - -/* That's all... */