diff options
author | Alan Modra <modra@gmail.com> | 2010-01-19 13:50:25 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2010-01-19 13:50:25 +0000 |
commit | 2a2b1437e7179a2b194136bbc03fd8cf95eefdbf (patch) | |
tree | 3c2e237fec17ac14d59e72aeab2c7f852ad0cc9c /include/elf/common.h | |
parent | 43b4aa0f7ce48418f831b5ae707d0783360bbb85 (diff) | |
download | cygnal-2a2b1437e7179a2b194136bbc03fd8cf95eefdbf.tar.gz cygnal-2a2b1437e7179a2b194136bbc03fd8cf95eefdbf.tar.bz2 cygnal-2a2b1437e7179a2b194136bbc03fd8cf95eefdbf.zip |
* common.h (PN_XNUM): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 361703de3..703916e64 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -1,6 +1,6 @@ /* ELF support for BFD. Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published @@ -405,6 +405,9 @@ #define EV_NONE 0 /* Invalid ELF version */ #define EV_CURRENT 1 /* Current version */ +/* Value for e_phnum. */ +#define PN_XNUM 0xffff /* Extended numbering */ + /* Values for program header, p_type field. */ #define PT_NULL 0 /* Program header table entry unused */ |