aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-01-19 17:55:49 +0000
committerIan Lance Taylor <ian@airs.com>2010-01-19 17:55:49 +0000
commit5696ab0b73cb827e7b3636255694d1fe61c89a32 (patch)
treedda1642631daec50281a4603f4ee99ccdffe6787 /gold/ChangeLog
parent2046a35d20ffeb5cfeb1df687925b1fbedb87dcf (diff)
downloadgdb-5696ab0b73cb827e7b3636255694d1fe61c89a32.zip
gdb-5696ab0b73cb827e7b3636255694d1fe61c89a32.tar.gz
gdb-5696ab0b73cb827e7b3636255694d1fe61c89a32.tar.bz2
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 0c6e1a0..2bf56d4 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-19 Ian Lance Taylor <iant@google.com>
+
+ * 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.
+
2010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
* arm.cc (Arm_relocate_functions::thm_jump6): New function.