ChangeLog binutils/
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
174b85fc
L
12011-02-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/12507
4 * plugin.c (get_symbols): Don't check entry symbol here.
5 (init_non_ironly_hash): Add entry_symbol chain into
6 non_ironly_hash.
7
8ff09c12
L
82011-02-24 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR ld/12507
11 * plugin.c (get_symbols): Don't mark entry symbol IR only.
12
ae97b922
DA
132011-02-18 John David Anglin <dave.anglin@nrc-cnnrc.gc.ca>
14
15 PR ld/12376
16 emulparams/hppalinux.sh (DATA_ADDR): Define.
17 (SHLIB_DATA_ADDR): Likewise.
18
73f2a3d2
L
192011-02-16 H.J. Lu <hongjiu.lu@intel.com>
20
21 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
22 x32 for x32.
23
fd11958c
KT
242011-02-15 Kai Tietz <kai.tietz@onevision.com>
25
26 * pe-dll.c (process_def_file_and_drectve): Don't strip
27 leading underscore from symbol by calling bfd_find_version_for_sym.
28
93252b1c
MF
292011-02-14 Mike Frysinger <vapier@gentoo.org>
30
31 * ldlang.c (lang_vers_match): Declare a new c_sym, assign it to
32 the bfd_demangle of sym, change users of sym to c_sym when not
33 already demangling, and free when done. Change callers of
34 cplus_demangle to bfd_demangle.
35
498cd2a0
AM
362011-02-14 Alan Modra <amodra@gmail.com>
37
38 * ldmain.c (remove_output): Rename to..
39 (ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.
40 (main): Adjust.
41 * plugin.c (plugin_call_cleanup): Make global.
42 (plugin_load_plugins): Don't register plugin_call_cleanup with xatexit.
43 * plugin.h (plugin_call_cleanup): Declare.
44
822ce8ee
RW
452011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46
47 * configure: Regenerate.
48
09b910c6
AM
492011-02-10 Alan Modra <amodra@gmail.com>
50
51 * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu.
52 * scripttempl/avr.sc: Likewise.
53 * scripttempl/elf32cr16.sc: Likewise.
54 * scripttempl/elf32crx.sc: Likewise.
55 * scripttempl/elf32msp430.sc: Likewise.
56 * scripttempl/elf32msp430_3.sc: Likewise.
57 * scripttempl/elf32sh-symbian.sc: Likewise.
58 * scripttempl/elf64hppa.sc: Likewise.
59 * scripttempl/elf_chaos.sc: Likewise.
60 * scripttempl/elfd10v.sc: Likewise.
61 * scripttempl/elfd30v.sc: Likewise.
62 * scripttempl/elfi370.sc: Likewise.
63 * scripttempl/elfm68hc11.sc: Likewise.
64 * scripttempl/elfm68hc12.sc: Likewise.
65 * scripttempl/elfxtensa.sc: Likewise.
66 * scripttempl/ip2k.sc: Likewise.
67 * scripttempl/iq2000.sc: Likewise.
68 * scripttempl/mep.sc: Likewise.
69 * scripttempl/mmo.sc: Likewise.
70 * scripttempl/v850.sc: Likewise.
71 * scripttempl/xstormy16.sc: Likewise.
72 * scripttempl/elf.sc: Revert 2010-10-29 H.J. Lu.
73
3cb62297
L
742011-01-22 H.J. Lu <hongjiu.lu@intel.com>
75
76 * Makefile.am (CXX): Removed.
77
78 * configure.in: Add AC_PROG_CXX.
79
80 * Makefile.in: Regenerated.
81 * configure: Likewise.
82
ed88c97e
RS
832011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
84
85 * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
86 private data and GP size.
87
9bc8bb33
AM
882011-01-21 Alan Modra <amodra@gmail.com>
89
90 * ldexp.c (fold_binary): Set result section for arithmetic and
91 logical operations to NULL when both operands are in same section.
92 * ld.texinfo (Expression Section): Describe this.
93
175b7cd4
AM
942011-01-14 Alan Modra <amodra@gmail.com>
95
96 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
97 attempt to put non-alloc orphans before debug sections, just place
98 them after .comment.
99
a05e447f
AM
1002011-01-14 J. Park <grassman@gmail.com>
101
102 PR ld/12339
103 * ldlang.c (sort_def_symbol): Handle bfd_link_hash_warning symbols.
104
3ed41d59
AM
1052011-01-14 Alan Modra <amodra@gmail.com>
106
107 * Makefile.am: Sort emulation rules.
108 (eelf32am33lin.c): Delete.
109 (ALL_EMULATION_SOURCES): Sort, add missing entries.
110 (ALL_64_EMULATION_SOURCES): Likewise.
111 * Makefile.in: Regenerate.
112
2e57b2af
AM
1132011-01-13 Alan Modra <amodra@gmail.com>
114
01554a74
AM
115 PR ld/12356
116 * ld.texinfo (Miscellaneous Commands): Describe LD_FEATURE.
117 (Expression Section): Update.
118 * ld.h (ld_config_type): Add sane_expr.
119 * ldgram.y (ifile_p1): Add LD_FEATURE.
120 * ldlex.l (LD_FEATYRE): New.
121 * ldemul.c (after_parse_default): Delete code handling ld_compatibility.
122 * ldexp.h (struct ldexp_control): Delete uses_defined.
123 * ldexp.c: Remove all uses of uses_defined.
124 (fold_name): Test config.sane_expr rather than ld_compatibility.
125 (exp_fold_tree_1): Likewise. Adjust handling of assignments
126 during first phase.
127 * ldlang.h (ld_compatibility): Delete.
128 (lang_ld_feature): Declare.
129 * ldlang.c (ld_compatibility): Delete.
130 (open_input_bfds): Only handle assignments for --defsym.
131 (lang_ld_feature): New function.
132
2e57b2af
AM
133 PR ld/12356
134 * ldexp.h (exp_assop): Delete.
135 (exp_assign, exp_defsym): Declare.
136 * ldexp.c (exp_assop): Make static, handle all assignment variations.
137 (exp_assign, exp_defsym): New functions.
138 (exp_provide): Use exp_assop.
139 * ldgram.y (defsym_expr): Use exp_defsym.
140 * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
141 * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
142 * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
143
ea7c2e6c
AM
1442011-01-12 Alan Modra <amodra@gmail.com>
145
146 PR ld/12380
147 * ldexp.h (enum phase_enum): Comment. Add exp_dataseg_done.
148 * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code. Test
149 for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
150 to detect when we've finished sizing sections.
151 (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
152 (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise. Also test
153 that we are not inside an output section statement.
154 * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
155 not exp_dataseg_relro_adjust or exp_dataseg_adjust. Don't set
156 lang_final_phase_enum here.
157 (lang_process): Set lang_final_phase_enum here.
158
f7465604
NC
1592011-01-10 Nick Clifton <nickc@redhat.com>
160
161 * po/da.po: Updated Danish translation.
162
1e915804
L
1632011-01-10 H.J. Lu <hongjiu.lu@intel.com>
164
165 * ldlang.c (startup_file): Removed.
166 (lang_startup): Updated.
167
cc322803
L
1682011-01-05 H.J. Lu <hongjiu.lu@intel.com>
169
170 PR ld/12364
171 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
172 before accessing its flags field.
173
0db46eb4
L
1742011-01-01 H.J. Lu <hongjiu.lu@intel.com>
175
176 * ldver.c (ldversion): Update copyright to 2011.
177
9e9e0820 178For older changes see ChangeLog-2010
252b5132
RH
179\f
180Local Variables:
181mode: change-log
182left-margin: 8
183fill-column: 74
184version-control: never
185End:
This page took 0.574475 seconds and 4 git commands to generate.