mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
elfcpp/:
* elfcpp.h (PN_XNUM): Define. gold/: * output.cc (Output_section_headers::do_sized_write): Write large segment count to sh_info field. (Output_file_header::do_sized_write): For large segment count, write PN_XNUM to e_phnum field.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-01-19 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* elfcpp.h (PN_XNUM): Define.
|
||||
|
||||
2009-12-14 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* elfcpp_file.h: Revert last patch.
|
||||
|
@ -302,6 +302,15 @@ enum EM
|
||||
// Old MN10200 objects used 0xdead (EM_MN10200 is correct).
|
||||
};
|
||||
|
||||
// A special value found in the Ehdr e_phnum field.
|
||||
|
||||
enum
|
||||
{
|
||||
// Number of program segments stored in sh_info field of first
|
||||
// section headre.
|
||||
PN_XNUM = 0xffff
|
||||
};
|
||||
|
||||
// Special section indices.
|
||||
|
||||
enum
|
||||
|
Reference in New Issue
Block a user