PR ld/12356
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
2e57b2af
AM
12011-01-13 Alan Modra <amodra@gmail.com>
2
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.
13
ea7c2e6c
AM
142011-01-12 Alan Modra <amodra@gmail.com>
15
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.
28
f7465604
NC
292011-01-10 Nick Clifton <nickc@redhat.com>
30
31 * po/da.po: Updated Danish translation.
32
1e915804
L
332011-01-10 H.J. Lu <hongjiu.lu@intel.com>
34
35 * ldlang.c (startup_file): Removed.
36 (lang_startup): Updated.
37
cc322803
L
382011-01-05 H.J. Lu <hongjiu.lu@intel.com>
39
40 PR ld/12364
41 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
42 before accessing its flags field.
43
0db46eb4
L
442011-01-01 H.J. Lu <hongjiu.lu@intel.com>
45
46 * ldver.c (ldversion): Update copyright to 2011.
47
9e9e0820 48For older changes see ChangeLog-2010
252b5132
RH
49\f
50Local Variables:
51mode: change-log
52left-margin: 8
53fill-column: 74
54version-control: never
55End:
This page took 0.67058 seconds and 4 git commands to generate.