2e57b2afce
* ldexp.h (exp_assop): Delete. (exp_assign, exp_defsym): Declare. * ldexp.c (exp_assop): Make static, handle all assignment variations. (exp_assign, exp_defsym): New functions. (exp_provide): Use exp_assop. * ldgram.y (defsym_expr): Use exp_defsym. * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em, * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em, * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
2011-01-13 Alan Modra <amodra@gmail.com>
|
||
|
||
PR ld/12356
|
||
* ldexp.h (exp_assop): Delete.
|
||
(exp_assign, exp_defsym): Declare.
|
||
* ldexp.c (exp_assop): Make static, handle all assignment variations.
|
||
(exp_assign, exp_defsym): New functions.
|
||
(exp_provide): Use exp_assop.
|
||
* ldgram.y (defsym_expr): Use exp_defsym.
|
||
* ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
|
||
* emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
|
||
* emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
|
||
|
||
2011-01-12 Alan Modra <amodra@gmail.com>
|
||
|
||
PR ld/12380
|
||
* ldexp.h (enum phase_enum): Comment. Add exp_dataseg_done.
|
||
* ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code. Test
|
||
for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
|
||
to detect when we've finished sizing sections.
|
||
(fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
|
||
(fold_binary <DATA_SEGMENT_RELRO_END>): Likewise. Also test
|
||
that we are not inside an output section statement.
|
||
* ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
|
||
not exp_dataseg_relro_adjust or exp_dataseg_adjust. Don't set
|
||
lang_final_phase_enum here.
|
||
(lang_process): Set lang_final_phase_enum here.
|
||
|
||
2011-01-10 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/da.po: Updated Danish translation.
|
||
|
||
2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ldlang.c (startup_file): Removed.
|
||
(lang_startup): Updated.
|
||
|
||
2011-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/12364
|
||
* plugin.c (get_symbols): Check if owner_sec->owner is NULL
|
||
before accessing its flags field.
|
||
|
||
2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ldver.c (ldversion): Update copyright to 2011.
|
||
|
||
For older changes see ChangeLog-2010
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|