try to keep lines under 80 chars

Alan Modra amodra@bigpond.net.au
Mon Oct 22 21:41:00 GMT 2001


Another little change.

include/elf/ChangeLog

	* internal.h: White space changes to keep lines under 80 chars.

Index: include/elf/internal.h
===================================================================
RCS file: /cvs/src/src/include/elf/internal.h,v
retrieving revision 1.5
diff -u -p -r1.5 internal.h
--- internal.h	2001/10/17 01:44:50	1.5
+++ internal.h	2001/10/23 04:20:36
@@ -42,20 +42,20 @@ Foundation, Inc., 59 Temple Place - Suit
 #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



More information about the Binutils mailing list