[BACK]Return to readelf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/readelf.h between version 1.5 and 1.6

version 1.5, 2004/05/19 02:32:36 version 1.6, 2008/05/08 01:40:56
Line 12 
Line 12 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. The name of the author may not be used to endorse or promote products  
  *    derived from this software without specific prior written permission.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Line 53 
Line 51 
 typedef uint32_t        Elf64_Off[2];  typedef uint32_t        Elf64_Off[2];
 typedef uint32_t        Elf64_Xword[2];  typedef uint32_t        Elf64_Xword[2];
 #else  #else
   #undef USE_ARRAY_FOR_64BIT_TYPES
 typedef uint64_t        Elf64_Addr;  typedef uint64_t        Elf64_Addr;
 typedef uint64_t        Elf64_Off;  typedef uint64_t        Elf64_Off;
 typedef uint64_t        Elf64_Xword;  typedef uint64_t        Elf64_Xword;
Line 226 
Line 225 
 #define NT_NETBSD_EMULATION     2  #define NT_NETBSD_EMULATION     2
 #define NT_FREEBSD_VERSION      1  #define NT_FREEBSD_VERSION      1
 #define NT_OPENBSD_VERSION      1  #define NT_OPENBSD_VERSION      1
   #define NT_DRAGONFLY_VERSION    1
 /* GNU executables (name = "GNU") */  /* GNU executables (name = "GNU") */
 #define NT_GNU_VERSION          1  #define NT_GNU_VERSION          1
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6