PR ld/12356
[binutils.git] / ld / ChangeLog
bloba6a49f3168c7c5486a3c75472ae25e02d45e2cec
1 2011-01-13  Alan Modra  <amodra@gmail.com>
3         PR ld/12356
4         * ldexp.h (exp_assop): Delete.
5         (exp_assign, exp_defsym): Declare.
6         * ldexp.c (exp_assop): Make static, handle all assignment variations.
7         (exp_assign, exp_defsym): New functions.
8         (exp_provide): Use exp_assop.
9         * ldgram.y (defsym_expr): Use exp_defsym.
10         * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
11         * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
12         * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
14 2011-01-12  Alan Modra  <amodra@gmail.com>
16         PR ld/12380
17         * ldexp.h (enum phase_enum): Comment.  Add exp_dataseg_done.
18         * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code.  Test
19         for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
20         to detect when we've finished sizing sections.
21         (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
22         (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise.  Also test
23         that we are not inside an output section statement.
24         * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
25         not exp_dataseg_relro_adjust or exp_dataseg_adjust.  Don't set
26         lang_final_phase_enum here.
27         (lang_process): Set lang_final_phase_enum here.
29 2011-01-10  Nick Clifton  <nickc@redhat.com>
31         * po/da.po: Updated Danish translation.
33 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35         * ldlang.c (startup_file): Removed.
36         (lang_startup): Updated.
38 2011-01-05  H.J. Lu  <hongjiu.lu@intel.com>
40         PR ld/12364
41         * plugin.c (get_symbols): Check if owner_sec->owner is NULL
42         before accessing its flags field.
44 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
46         * ldver.c (ldversion): Update copyright to 2011.
48 For older changes see ChangeLog-2010
50 Local Variables:
51 mode: change-log
52 left-margin: 8
53 fill-column: 74
54 version-control: never
55 End: