From c75a08aa7c3ae2b586e5f29f00e01b702a9b5f3d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 19 Jan 2010 13:50:25 +0000 Subject: [PATCH] * common.h (PN_XNUM): Define. --- include/elf/ChangeLog | 4 ++++ include/elf/common.h | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 127f765ac4..ee204ccb10 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2010-01-19 Daisuke Hatayama + + * common.h (PN_XNUM): Define. + 2009-12-18 Ulrich Weigand * common.h (NT_S390_HIGH_GPRS): Define. diff --git a/include/elf/common.h b/include/elf/common.h index 361703de33..703916e649 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 */ -- 2.34.1