]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's
authorJohn Gilmore <gnu@cygnus>
Fri, 4 Oct 1991 02:49:06 +0000 (02:49 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 4 Oct 1991 02:49:06 +0000 (02:49 +0000)
prediction is vindicated!

* bfd-in.h, libbfd-in.h, doc/Makefile, doc/tolibbfd, doc/intobfd:
Remove refs to howto.c, since Steve forgot.

bfd/ChangeLog
bfd/bfd-in.h
bfd/libbfd-in.h
bfd/libbfd.h

index 5ef7aa2a8827be5df28ef62d7926d7e4424e0c60..a02663ad69927658961b5c9aca05115a8dff3984 100644 (file)
@@ -1,3 +1,11 @@
+Thu Oct  3 19:39:55 1991  John Gilmore  (gnu at cygnus.com)
+
+       * bfd-in.h:  enum boolean => enum bfd_boolean for SVR4.  Gumby's
+       prediction is vindicated!
+
+       * bfd-in.h, libbfd-in.h, doc/Makefile, doc/tolibbfd, doc/intobfd:
+       Remove refs to howto.c, since Steve forgot.
+
 Thu Oct  3 07:49:21 1991  Steve Chamberlain  (steve at cygnus.com)
 
        * elf.c: took the abort out of set_arch_mach so that objdump -i will
index d674618e0bd2b58e235a327556f1fc4e28133d10..fbbecd4f2fb3b9eff4262a57adf7883d4d4ca1b8 100644 (file)
@@ -52,7 +52,7 @@ here.  */
 #      endif
 #endif
 
-#define BFD_VERSION "1.15"
+#define BFD_VERSION "0.18"
 
 /* forward declaration */
 typedef struct _bfd bfd;
@@ -61,7 +61,9 @@ typedef struct _bfd bfd;
    and false on failure (unless they're a predicate).   -- bfd.doc */
 /* I'm sure this is going to break something and someone is going to
    force me to change it. */
-typedef enum boolean {false, true} boolean;
+/* typedef enum boolean {false, true} boolean; */
+/* Yup, SVR4 has a "typedef enum boolean" in <sys/types.h>  -fnf */
+typedef enum bfd_boolean {false, true} boolean;
 
 /* Try to avoid breaking stuff */
 typedef  long int file_ptr;
@@ -323,7 +325,6 @@ extern CONST short _bfd_host_big_endian;
 
 /*:archures.c*/
 
-/*:howto.c*/
 /*:reloc.c*/
 
 /*:syms.c*/
index 9932071c93013277909f7ed0a24efd0ddc537413..57d8f7e5bdfd82f8c19509b0355233e0814dd35a 100644 (file)
@@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
 
 /* If you want to read and write large blocks, you might want to do it
    in quanta of this amount */
@@ -194,7 +193,5 @@ extern bfd *bfd_last_cache;
 
 /*:cpu-empty.c*/
 
-/*:howto.c*/
-
 /*:archures.c*/
 
index 0c3ad59306dbf51806eb3950b651739db4e4adfe..c358a9ba7c8701a40a324809ee7ce5ee0eea31ae 100644 (file)
@@ -20,7 +20,6 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
 
 /* If you want to read and write large blocks, you might want to do it
    in quanta of this amount */
@@ -280,8 +279,6 @@ one first, to avoid running out of file descriptors.
 
 /*:cpu-empty.c*/
 
-/*:howto.c*/
-
 /*:archures.c*/
 /* bfd_default_arch_struct