* internal.h: White space changes to keep lines under 80 chars.
authorAlan Modra <amodra@gmail.com>
Tue, 23 Oct 2001 04:42:12 +0000 (04:42 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 23 Oct 2001 04:42:12 +0000 (04:42 +0000)
include/elf/ChangeLog
include/elf/internal.h

index ab09f46083876324a7b83aa175ca9f57c57ce729..46e5eb5856cf55e968e875e295f499ab2bea01f0 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * internal.h: White space changes to keep lines under 80 chars.
+
 2001-10-16  Jeff Holcomb  <jeffh@redhat.com>
 
        * internal.h (elf_internal_shdr): Make contents a unsigned char *.
index 65e9d67ca3f9c6486c822bbb5e2cfc2bd1afb100..26e7db6a8e87d5c39bfb0971d916ddc8ab845c12 100644 (file)
@@ -42,20 +42,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define EI_NIDENT      16              /* Size of e_ident[] */
 
 typedef struct elf_internal_ehdr {
-  unsigned char                e_ident[EI_NIDENT];     /* ELF "magic number" */
-  bfd_vma              e_entry;                /* Entry point virtual address */
-  bfd_size_type                e_phoff;                /* Program header table file offset */
-  bfd_size_type                e_shoff;                /* Section header table file offset */
-  unsigned long                e_version;              /* Identifies object file version */
-  unsigned long                e_flags;                /* Processor-specific flags */
-  unsigned short       e_type;                 /* Identifies object file type */
-  unsigned short       e_machine;              /* Specifies required architecture */
-  unsigned short       e_ehsize;               /* ELF header size in bytes */
-  unsigned short       e_phentsize;            /* Program header table entry size */
-  unsigned short       e_phnum;                /* Program header table entry count */
-  unsigned short       e_shentsize;            /* Section header table entry size */
-  unsigned short       e_shnum;                /* Section header table entry count */
-  unsigned short       e_shstrndx;             /* Section header string table index */
+  unsigned char                e_ident[EI_NIDENT]; /* ELF "magic number" */
+  bfd_vma              e_entry;        /* Entry point virtual address */
+  bfd_size_type                e_phoff;        /* Program header table file offset */
+  bfd_size_type                e_shoff;        /* Section header table file offset */
+  unsigned long                e_version;      /* Identifies object file version */
+  unsigned long                e_flags;        /* Processor-specific flags */
+  unsigned short       e_type;         /* Identifies object file type */
+  unsigned short       e_machine;      /* Specifies required architecture */
+  unsigned short       e_ehsize;       /* ELF header size in bytes */
+  unsigned short       e_phentsize;    /* Program header table entry size */
+  unsigned short       e_phnum;        /* Program header table entry count */
+  unsigned short       e_shentsize;    /* Section header table entry size */
+  unsigned short       e_shnum;        /* Section header table entry count */
+  unsigned short       e_shstrndx;     /* Section header string table index */
 } Elf_Internal_Ehdr;
 
 #define elf32_internal_ehdr elf_internal_ehdr
This page took 0.028916 seconds and 4 git commands to generate.