diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-11-03 15:41:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-11-03 15:41:50 +0000 |
commit | b3d6a3d42f65696ae7c62b2ae726f707d51e4dc3 (patch) | |
tree | 990fdda4f1b3e677118f0fcefc843c40d6222e37 /gold/ChangeLog | |
parent | 934b01dddc74d9d8707bc96662eb1073a87ee947 (diff) | |
download | gdb-b3d6a3d42f65696ae7c62b2ae726f707d51e4dc3.zip gdb-b3d6a3d42f65696ae7c62b2ae726f707d51e4dc3.tar.gz gdb-b3d6a3d42f65696ae7c62b2ae726f707d51e4dc3.tar.bz2 |
PR 10893
* defstd.cc (in_section): Add entries for __rel_iplt_start,
__rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index e664071..ac1861d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2009-11-03 Ian Lance Taylor <iant@google.com> + PR 10893 + * defstd.cc (in_section): Add entries for __rel_iplt_start, + __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack. + +2009-11-03 Ian Lance Taylor <iant@google.com> + PR 10895 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and --msgid-bugs-address. @@ -287,7 +293,7 @@ 2009-10-15 Ian Lance Taylor <iant@google.com> * script.cc (Script_options::add_symbol_assignment): Always add a - dot assginment to script_sections_. + dot assignment to script_sections_. * script-sections.cc (Script_sections::add_dot_assignment): Initialize if necessary. |