/[gcl]/gcl/binutils/include/elf/external.h
ViewVC logotype

Diff of /gcl/binutils/include/elf/external.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:45 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:10:24 2005 UTC
# Line 1  Line 1 
1  /* ELF support for BFD.  /* ELF support for BFD.
2     Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2001     Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2001, 2003
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5     Written by Fred Fish @ Cygnus Support, from information published     Written by Fred Fish @ Cygnus Support, from information published
# Line 258  typedef struct Line 258  typedef struct
258    unsigned char         si_flags[2];    unsigned char         si_flags[2];
259  } Elf_External_Syminfo;  } Elf_External_Syminfo;
260    
261    
262    /* This structure appears on the stack and in NT_AUXV core file notes.  */
263    typedef struct
264    {
265      unsigned char         a_type[4];
266      unsigned char         a_val[4];
267    } Elf32_External_Auxv;
268    
269    typedef struct
270    {
271      unsigned char         a_type[8];
272      unsigned char         a_val[8];
273    } Elf64_External_Auxv;
274    
275    
276  #endif /* _ELF_EXTERNAL_H */  #endif /* _ELF_EXTERNAL_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26