* readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
[binutils-gdb.git] / bfd / libieee.h
index 30e806eaa70536de8069b88f34b03c77b024f505..3d919f9a01f546a3b18e45e7db3104f5776d6ddc 100644 (file)
@@ -1,5 +1,6 @@
 /* IEEE-695 object file formats:  definitions internal to BFD.
-   Copyright (C) 1990, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1994, 1996, 2001
+   Free Software Foundation, Inc.
    Written by Cygnus Support.  Mostly Steve Chamberlain's fault.
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -62,8 +63,9 @@ typedef struct ieee_per_section
 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd))
   
 typedef struct {
-  unsigned  char *input_p;
+  unsigned char *input_p;
   unsigned char *first_byte;
+  unsigned char *last_byte;
   bfd *abfd;
 } common_header_type ;