2011-05-06 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
45cfb56c
TG
12011-05-04 Tristan Gingold <gingold@adacore.com>
2
3 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Add
4 LDEMUL_ADD_OPTIONS and LDEMUL_HANDLE_OPTION.
5 * emultempl/vms.em (OPTION_IDENTIFICATION): New macro.
6 (gld${EMULATION_NAME}_add_options): New function.
7 (gld${EMULATION_NAME}_list_options): Ditto.
8 (gld${EMULATION_NAME}_handle_option): Ditto.
9 (LDEMUL_ADD_OPTIONS, LDEMUL_HANDLE_OPTION)
10 (LDEMUL_LIST_OPTIONS): Define.
11
2f65ac72
AM
122011-05-04 Alan Modra <amodra@gmail.com>
13
14 PR ld/12726
15 * ldexp.h (lang_phase_type): Add lang_assigning_phase_enum.
16 * ldexp.c (exp_fold_tree_1): Correct assign to dot comment. Don't
17 assign to dot when lang_assigning_phase_enum.
18 * ldlang.h (lang_do_assignments): Update prototype.
19 * ldlang.c (lang_do_assignments): Add phase parameter. Update all
20 callers.
21 * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
22 lang_do_assignments calls.
23
e0605dbe
AM
242011-04-28 Daniel C. Klauer <daniel.c.klauer@web.de>
25
26 PR ld/12614
27 * emultempl/pe.em (_after_open): Correctly check whether symbol is
28 in undef list.
29
72b016b4
NC
302011-04-26 Kai Tietz <ktietz@redhat.com>
31
32 * scripttempl/pe.sc: Handle .eh_frame($|.)* sections.
33 * scripttempl/pep.sc: Likewise.
34
35ed3f94
AM
352011-04-24 Alan Modra <amodra@gmail.com>
36
37 PR ld/12365
38 PR ld/12696
39 * ldmain.c (notice): Delete "name" param, add "h".
40 * plugin.c (plugin_notice): Likewise. Set non_ir_ref. Handle
41 redefinitions of IR symbols in real BFDs.
42 (plugin_multiple_definition, plugin_multiple_common): Delete.
43 (non_ironly_hash, init_non_ironly_hash): Delete.
44 (is_visible_from_outside): Traverse entry_symbol chain.
45 (get_symbols): Use non_ir_ref flag rather than hash lookup.
46
9165b2bf
TG
472011-04-21 Tristan Gingold <gingold@adacore.com>
48
49 * scripttempl/alphavms.sc: Add dwarf2 embedding marks.
50
ced323bd
TG
512011-04-20 Tristan Gingold <gingold@adacore.com>
52
53 * emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
54
8ad17b3a
AM
552011-04-20 Alan Modra <amodra@gmail.com>
56
57 * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
58
02d00247
AM
592011-04-20 Alan Modra <amodra@gmail.com>
60
61 PR ld/12365
62 * ldfile.c (ldfile_try_open_bfd): Move code creating and switching
63 to plugin IR BFD..
64 * ldmain.c (add_archive_element): ..and similar code here..
65 * plugin.c (plugin_maybe_claim): ..to here. New function.
66 (plugin_call_claim_file): Make static.
67 (asymbol_from_plugin_symbol): Set ELF st_shndx for common syms.
68 (plugin_multiple_common): New function.
69 (plugin_call_all_symbols_read): Hook in plugin_multiple_common.
70 * plugin.h (plugin_call_claim_file): Don't declare.
71 (plugin_maybe_claim): Declare.
72
24f58f47
AM
732011-04-20 Alan Modra <amodra@gmail.com>
74
75 PR ld/12365
76 * ldmain.c (multiple_definition): Take a bfd_link_hash_entry
77 pointer arg rather than "name", "obfd", "osec", "oval". Add code
78 removed from linker.c. Hack around xcofflink.c oddity in
79 passing NULL nbfd.
80 (multiple_common): Similarly.
81 * plugin.c (orig_allow_multiple_defs): Delete.
82 (plugin_call_all_symbols_read): Don't twiddle allow_multiple_definition.
83 (plugin_multiple_definition): Update.
84
bdca0ea1
KT
852011-04-18 Kai Tietz <ktietz@redhat.com>
86
dc204beb
KT
87 * deffilep.y (def_aligncomm): Avoid duplets.
88
bdca0ea1
KT
89 * deffilep.y (def_pool_str): New type.
90 (pool_strs): Local static.
91 (def_pool_alloc): Local function.
92 (def_pool_strdup): Likewise.
93 (def_pool_free): Likewise.
94 (opt_name): Replace xmalloc/xstrdup by
95 def_pool_alloc/def_pool_strdup.
96 (dot_name): Likewise.
97 (anylang_id): Likewise.
98 (def_lex): Likewise.
99 (def_file_parse): Call def_pool_free on
100 exit and cleanup directives elements.
101 (def_file_add_directive): Call def_pool_free.
102
6970a028
PB
1032011-04-18 Paul Brook <paul@codesourcery.com>
104
105 * emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS
106 for unwinding tables.
107
901f1d17
AM
1082011-04-18 Alan Modra <amodra@gmail.com>
109
110 PR ld/12365
111 PR ld/12672
112 * ldfile.c (ldfile_try_open_bfd): Don't attempt any plugin action
113 when no_more_claiming.
114 * ldmain.c (add_archive_element): Likewise.
115 (multiple_definition): Remove plugin_multiple_definition call.
116 (notice): Remove plugin_notice call.
117 * ldlang.c (lang_list_insert_after, void lang_list_remove_tail): Move.
118 Delete prototype.
119 (plugin_insert): New static var.
120 (open_input_bfds): Only rescan libs after plugin insert point.
121 (lang_gc_sections): Omit plugin claimed files.
122 (lang_process): Set plugin_insert. Only rescan when plugin adds
123 objects.
124 * plugin.h (no_more_claiming): Declare.
125 (plugin_notice, plugin_multiple_definition): Don't declare.
126 * plugin.c: Formatting.
127 (orig_notice_all, orig_allow_multiple_defs, orig_callbacks,
128 plugin_callbacks): New static vars.
129 (no_more_claiming): Make global.
130 (plugin_cached_allow_multiple_defs): Delete.
131 (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy .text section,
132 use newer bfd_make_section variant. Make COMMON section too.
133 Error handling. Correct setting of gp size.
134 (asymbol_from_plugin_symbol): Properly cast last arg of concat.
135 (message): Likewise for ACONCAT.
136 (asymbol_from_plugin_symbol): Use our COMMON section.
137 (get_symbols): When report_plugin_symbols, show visibility too.
138 (init_non_ironly_hash): Move. Don't test non_ironly_hash.
139 (plugin_load_plugins): Save state of linker callbacks, set up to
140 call plugin_notice instead. Call init_non_ironly_hash here.
141 (plugin_call_all_symbols_read): Set plugin_multiple_definition in
142 plugin callbacks.
143 (plugin_notice): Rewrite.
144 (plugin_multiple_definition): Make static, call original callback.
145
486329aa
AM
1462011-04-15 Alan Modra <amodra@gmail.com>
147
148 PR ld/12672
149 * ldlang.c (enum open_bfd_mode): New.
150 (open_input_bfds): Replace "force" param with "mode". Reload
151 archives for rescan. Update all callers.
152 (lang_process): Make another open_input_bfds pass for plugins.
153
db17156e
KT
1542011-04-13 Kai Tietz <ktietz@redhat.com>
155
156 PR binutils/12658
157 * deffile.h (def_file_add_export): Add is_dup argument.
158 (def_file_add_import): Likewise.
159 * deffilep.y (are_names_equal): New helper.
160 (cmp_export_elem): New helper.
161 (find_export_in_list): Add search routine for exports.
162 (def_file_add_export): Check for duplicates.
163 (cmp_import_elem): New helper.
164 (find_import_in_list): Add search routine for imports.
165 (def_file_add_import): Check for duplicates.
166 (def_exports): Handle duplicates.
167 (def_imports): Likewise.
168 * pe-dll.c (process_def_file_and_drectve): Likewise.
169 (pe_implied_import_dll): Likewise.
170
ed0d9c71
NC
1712011-04-11 Chris Quenelle <chris.quenelle@oracle.com>
172
173 * scripttempl/elf.sc (.exception_ranges): Add new section.
174
0e9dfb46
NC
1752011-04-08 Hector Oron <hector.oron@gmail.com>
176
177 PR ld/12643
178 * configure.tgt: Add support for arm-*-gnueabihf targets.
179
80518809
EW
1802011-04-07 Eric B. Weddington <eric.weddington@atmel.com>
181
182 * Makefile.in: Regenerate. Remove stray eavrtiny10 rules.
183
91db4c57
JM
1842011-04-07 Joseph Myers <joseph@codesourcery.com>
185
186 * configure.tgt: Remove stray ;;.
187
8c5fc800
JM
1882011-04-06 Joseph Myers <joseph@codesourcery.com>
189
190 * configure.tgt (thumb-*-linux-* | thumb-*-uclinux*,
191 strongarm-*-coff, strongarm-*-elf, strongarm-*-kaos*,
192 thumb-*-coff, thumb-*-elf, thumb-epoc-pe, thumb-*-pe,
193 xscale-*-coff, xscale-*-elf): Remove targets.
194
d02c4aae
L
1952011-03-31 H.J. Lu <hongjiu.lu@intel.com>
196
197 * configure.tgt: Add elf_l1om to targ_extra_libpath for
198 x86_64-*-linux-*.
199
200 * emulparams/elf_l1om.sh: Remove duplicates.
201
ac145307
BS
2022011-03-31 Bernd Schmidt <bernds@codesourcery.com>
203
204 * emulparams/elf32_tic6x_le.sh (BIG_OUTPUT_FORMAT, EXTRA_EM_FILE,
205 GENERATE_SHLIB_SCRIPT): New defines.
206 (TEXT_START_ADDR): Define differently depending on target.
207 (.got): Redefine to include "*(.dsbt)".
208 (SDATA_START_SYMBOLS): Remove, replace with
209 (OTHER_GOT_SYMBOLS): New.
210 (OTHER_BSS_SECTIONS): Define only for ELF targets.
211 * emultempl/tic6xdsbt.em: New file.
212 * gen-doc.texi: Set C6X.
213 * ld.texinfo: Likewise.
214 (Options specific to C6X uClinux targets): New section.
215
c3a7b120
AM
2162011-03-29 Alan Modra <amodra@gmail.com>
217
218 PR ld/12613
219 * ldlex.l (lex_warn_invalid): Don't assume char is unsigned.
220
5b806d27
NC
2212011-03-26 John Marino <binutils@marino.st>
222
223 * configure.host: Update *-*-dragonfly* host entry.
224 * configure.tgt: Update *-*-dragonfly* target entry.
225 * ldlex.l: Prevent redefinition of YY_NO_UNPUT.
226
f31d24a0
JM
2272011-03-28 Joseph Myers <joseph@codesourcery.com>
228
229 * configure.in: Check for windows.h, not Windows.h.
230 * configure: Regenerate.
231 * plugin.c: Include windows.h, not Windows.h.
232
d0289b45
EW
2332011-03-25 Eric B. Weddington <eric.weddington@atmel.com>
234
235 * Makefile.in: Regenerate.
236
d436a15e
JM
2372011-03-23 Joseph Myers <joseph@codesourcery.com>
238
239 * lexsup.c (parse_args): Only set report_plugin_symbols if plugins
240 are enabled. Mark level as possibly unused.
241
8cc66334
EW
2422011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
243
244 * Makefile.am (ALL_EMULATION_SOURCES): Add AVR XMEGA architectures.
245 (eavrxmega?.c): Likewise.
246 * configure.tgt (targ_extra_emuls): Likewise.
247 * emulparams/avrxmega1.sh: New file.
248 * emulparams/avrxmega2.sh: Likewise.
249 * emulparams/avrxmega3.sh: Likewise.
250 * emulparams/avrxmega4.sh: Likewise.
251 * emulparams/avrxmega5.sh: Likewise.
252 * emulparams/avrxmega6.sh: Likewise.
253 * emulparams/avrxmega7.sh: Likewise.
254 * emultempl/avrelf.em (avr_elf_${EMULATION_NAME}_before_allocation):
255 Add avrxmega6, avrxmega7 to list of architectures for no stubs.
256
ef844a53
EW
2572011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
258
259 * scripttempl/avr.sc: Add fuse, lock, and signature memory regions.
260
35fc36a8
RS
2612011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
262
263 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Check
264 eh->target_internal.
265
cbc704f3
RS
2662011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
267
268 * emultempl/armelf.em (arm_elf_before_allocation): Check dynobj
269 instead of dynamic_sections_created.
270
10be1b6a
DK
2712011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
272
273 * plugin.c (get_symbols): Use wrapped lookup for undefined symbols.
274
422b6f14
DK
2752011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
276
277 * ldlang.c (lang_check): Don't run checks on dummy IR BFDs.
278
8543fde5
DK
2792011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
280
281 * ldlang.h (lang_input_statement_type): Add new 'claim_archive' flag,
282 wrapping both it and 'claim' flag in #ifdef ENABLE_PLUGINS.
283 * ldmain.c (add_archive_element): Set it if the member is claimed.
284 * ldlang.c (new_afile): Initialise claim_archive and claimed members.
285 (find_replacements_insert_point): New helper function.
286 (lang_process): After adding and opening replacement files passed
287 from plugin, splice them into correct place in statement list and
288 file chains to preserve critical link order.
289 (lang_list_insert_after): New helper function.
290 (lang_list_remove_tail): Likewise.
291
cf4dc96f
DK
2922011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
293
294 * plugin.c (IRONLY_SUFFIX): Revise to nicely human-readable form.
295 (IRONLY_SUFFIX_LEN): Delete.
296 (plugin_get_ir_dummy_bfd): Don't append IRONLY_SUFFIX.
297 (is_ir_dummy_bfd): Don't look for suffix; check claimed flag of
298 enclosing lang input statement instead.
299
4bf0cafb
DK
3002011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
301
302 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Preserve
303 alignment of input sections when creating orphan output sections
304 during relocatable link.
305 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
306
1715a13c
L
3072011-03-04 H.J. Lu <hongjiu.lu@intel.com>
308
309 * ld.texinfo: Document --verbose[=NUMBER].
310
311 * lexsup.c (ld_options): Update --verbose.
312 (parse_args): Set report_plugin_symbols.
313
314 * plugin.c (report_plugin_symbols): New.
315 (get_symbols): Report plugin symbols if report_plugin_symbols
316 is TRUE.
317
318 * plugin.h (report_plugin_symbols): New.
319
f4c37f56
L
3202011-03-01 H.J. Lu <hongjiu.lu@intel.com>
321
322 PR ld/12529
323 * testplug.c: Don't include "filenames.h".
324 (onclaim_file): Don't use filename_cmp.
325
42627821
KT
3262011-02-28 Kai Tietz <kai.tietz@onevision.com>
327
328 * emultempl/beos.em (sort_by_file_name): Use filename_(n)cmp.
329 * emultempl/elf32.em (gld${EMULATION_NAME}_vercheck):
330 Likewise.
331 (gld${EMULATION_NAME}_stat_needed): Likewise.
332 (gld${EMULATION_NAME}_check_needed): Likewise.
333 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
334 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
335 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
336 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
337 * ldfile.c (ldfile_open_file): Likewise.
338 * ldlang.c (wild_sort): Likewise.
339 (lookup_name): Likewise.
340 (check_excluded_libs): Likewise.
341 * ldmisc.c (vfinfo): Likewise.
342 * pe-dll.c (libnamencmp): Likewise.
343 (auto_export): Likewise.
344 (pe_dll_generate_implib): Likewise.
345 * testplug.c (onclaim_file): Likewise.
346
174b85fc
L
3472011-02-24 H.J. Lu <hongjiu.lu@intel.com>
348
349 PR ld/12507
350 * plugin.c (get_symbols): Don't check entry symbol here.
351 (init_non_ironly_hash): Add entry_symbol chain into
352 non_ironly_hash.
353
8ff09c12
L
3542011-02-24 H.J. Lu <hongjiu.lu@intel.com>
355
356 PR ld/12507
357 * plugin.c (get_symbols): Don't mark entry symbol IR only.
358
ae97b922
DA
3592011-02-18 John David Anglin <dave.anglin@nrc-cnnrc.gc.ca>
360
361 PR ld/12376
362 emulparams/hppalinux.sh (DATA_ADDR): Define.
363 (SHLIB_DATA_ADDR): Likewise.
364
73f2a3d2
L
3652011-02-16 H.J. Lu <hongjiu.lu@intel.com>
366
367 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
368 x32 for x32.
369
fd11958c
KT
3702011-02-15 Kai Tietz <kai.tietz@onevision.com>
371
372 * pe-dll.c (process_def_file_and_drectve): Don't strip
373 leading underscore from symbol by calling bfd_find_version_for_sym.
374
93252b1c
MF
3752011-02-14 Mike Frysinger <vapier@gentoo.org>
376
377 * ldlang.c (lang_vers_match): Declare a new c_sym, assign it to
378 the bfd_demangle of sym, change users of sym to c_sym when not
379 already demangling, and free when done. Change callers of
380 cplus_demangle to bfd_demangle.
381
486329aa
AM
3822011-02-14 Alan Modra <amodra@gmail.com>
383
384 * plugin.c (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy
385 .text section, use newer bfd_make_section variant. Error handling.
386 Correct setting of gp size.
387 (asymbol_from_plugin_symbol): Properly cast last arg of concat.
388 (message): Likewise for ACONCAT.
389 (get_symbols): Formatting.
390
498cd2a0
AM
3912011-02-14 Alan Modra <amodra@gmail.com>
392
393 * ldmain.c (remove_output): Rename to..
394 (ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.
395 (main): Adjust.
396 * plugin.c (plugin_call_cleanup): Make global.
397 (plugin_load_plugins): Don't register plugin_call_cleanup with xatexit.
398 * plugin.h (plugin_call_cleanup): Declare.
399
822ce8ee
RW
4002011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
401
402 * configure: Regenerate.
403
09b910c6
AM
4042011-02-10 Alan Modra <amodra@gmail.com>
405
406 * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu.
407 * scripttempl/avr.sc: Likewise.
408 * scripttempl/elf32cr16.sc: Likewise.
409 * scripttempl/elf32crx.sc: Likewise.
410 * scripttempl/elf32msp430.sc: Likewise.
411 * scripttempl/elf32msp430_3.sc: Likewise.
412 * scripttempl/elf32sh-symbian.sc: Likewise.
413 * scripttempl/elf64hppa.sc: Likewise.
414 * scripttempl/elf_chaos.sc: Likewise.
415 * scripttempl/elfd10v.sc: Likewise.
416 * scripttempl/elfd30v.sc: Likewise.
417 * scripttempl/elfi370.sc: Likewise.
418 * scripttempl/elfm68hc11.sc: Likewise.
419 * scripttempl/elfm68hc12.sc: Likewise.
420 * scripttempl/elfxtensa.sc: Likewise.
421 * scripttempl/ip2k.sc: Likewise.
422 * scripttempl/iq2000.sc: Likewise.
423 * scripttempl/mep.sc: Likewise.
424 * scripttempl/mmo.sc: Likewise.
425 * scripttempl/v850.sc: Likewise.
426 * scripttempl/xstormy16.sc: Likewise.
427 * scripttempl/elf.sc: Revert 2010-10-29 H.J. Lu.
428
3cb62297
L
4292011-01-22 H.J. Lu <hongjiu.lu@intel.com>
430
431 * Makefile.am (CXX): Removed.
432
433 * configure.in: Add AC_PROG_CXX.
434
435 * Makefile.in: Regenerated.
436 * configure: Likewise.
437
ed88c97e
RS
4382011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
439
440 * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
441 private data and GP size.
442
9bc8bb33
AM
4432011-01-21 Alan Modra <amodra@gmail.com>
444
445 * ldexp.c (fold_binary): Set result section for arithmetic and
446 logical operations to NULL when both operands are in same section.
447 * ld.texinfo (Expression Section): Describe this.
448
175b7cd4
AM
4492011-01-14 Alan Modra <amodra@gmail.com>
450
451 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
452 attempt to put non-alloc orphans before debug sections, just place
453 them after .comment.
454
a05e447f
AM
4552011-01-14 J. Park <grassman@gmail.com>
456
457 PR ld/12339
458 * ldlang.c (sort_def_symbol): Handle bfd_link_hash_warning symbols.
459
3ed41d59
AM
4602011-01-14 Alan Modra <amodra@gmail.com>
461
462 * Makefile.am: Sort emulation rules.
463 (eelf32am33lin.c): Delete.
464 (ALL_EMULATION_SOURCES): Sort, add missing entries.
465 (ALL_64_EMULATION_SOURCES): Likewise.
466 * Makefile.in: Regenerate.
467
2e57b2af
AM
4682011-01-13 Alan Modra <amodra@gmail.com>
469
01554a74
AM
470 PR ld/12356
471 * ld.texinfo (Miscellaneous Commands): Describe LD_FEATURE.
472 (Expression Section): Update.
473 * ld.h (ld_config_type): Add sane_expr.
474 * ldgram.y (ifile_p1): Add LD_FEATURE.
475 * ldlex.l (LD_FEATYRE): New.
476 * ldemul.c (after_parse_default): Delete code handling ld_compatibility.
477 * ldexp.h (struct ldexp_control): Delete uses_defined.
478 * ldexp.c: Remove all uses of uses_defined.
479 (fold_name): Test config.sane_expr rather than ld_compatibility.
480 (exp_fold_tree_1): Likewise. Adjust handling of assignments
481 during first phase.
482 * ldlang.h (ld_compatibility): Delete.
483 (lang_ld_feature): Declare.
484 * ldlang.c (ld_compatibility): Delete.
485 (open_input_bfds): Only handle assignments for --defsym.
486 (lang_ld_feature): New function.
487
2e57b2af
AM
488 PR ld/12356
489 * ldexp.h (exp_assop): Delete.
490 (exp_assign, exp_defsym): Declare.
491 * ldexp.c (exp_assop): Make static, handle all assignment variations.
492 (exp_assign, exp_defsym): New functions.
493 (exp_provide): Use exp_assop.
494 * ldgram.y (defsym_expr): Use exp_defsym.
495 * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
496 * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
497 * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
498
ea7c2e6c
AM
4992011-01-12 Alan Modra <amodra@gmail.com>
500
501 PR ld/12380
502 * ldexp.h (enum phase_enum): Comment. Add exp_dataseg_done.
503 * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code. Test
504 for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
505 to detect when we've finished sizing sections.
506 (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
507 (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise. Also test
508 that we are not inside an output section statement.
509 * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
510 not exp_dataseg_relro_adjust or exp_dataseg_adjust. Don't set
511 lang_final_phase_enum here.
512 (lang_process): Set lang_final_phase_enum here.
513
f7465604
NC
5142011-01-10 Nick Clifton <nickc@redhat.com>
515
516 * po/da.po: Updated Danish translation.
517
1e915804
L
5182011-01-10 H.J. Lu <hongjiu.lu@intel.com>
519
520 * ldlang.c (startup_file): Removed.
521 (lang_startup): Updated.
522
cc322803
L
5232011-01-05 H.J. Lu <hongjiu.lu@intel.com>
524
525 PR ld/12364
526 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
527 before accessing its flags field.
528
0db46eb4
L
5292011-01-01 H.J. Lu <hongjiu.lu@intel.com>
530
531 * ldver.c (ldversion): Update copyright to 2011.
532
9e9e0820 533For older changes see ChangeLog-2010
252b5132
RH
534\f
535Local Variables:
536mode: change-log
537left-margin: 8
538fill-column: 74
539version-control: never
540End:
This page took 0.585003 seconds and 4 git commands to generate.