*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ChangeLog
... / ...
CommitLineData
12010-08-25 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/11946
4 * emultempl/elf32.em (_before_allocation): Check audit entry
5 only on ELF input.
6
72010-08-22 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR ld/11937
10 * emultempl/elf32.em (_after_open): Find one .eh_frame section
11 for --eh-frame-hdr.
12
132010-08-22 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR ld/11937
16 * emultempl/elf32.em (_after_open): Find an ELF input for
17 --build-id and --eh-frame-hdr.
18
192010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
20
21 * Makefile.am (eshlelf_fd.c): Correct the name of the tool
22 directory.
23 * Makefile.in: Regenerate.
24
252010-08-20 Nick Clifton <nickc@redhat.com>
26
27 * emultempl/elf32.em (_after_open): Check for get_elf_backend_data
28 returning NULL.
29
302010-08-19 Alan Modra <amodra@gmail.com>
31
32 * NEWS: Mention change in linker script expression evaluation.
33
342010-08-19 Alan Modra <amodra@gmail.com>
35
36 * ld.texinfo (Expression Section): Detail expression evaluation.
37 (Builtin Functions <ADDR>): Correct.
38 (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally
39 the same as ADDR.
40 (Builtin Functions <SEGMENT_START>): Typo fix.
41 * ldexp.c (new_number): New function.
42 (make_abs, exp_get_abs_int): Cope with NULL expld.result.section.
43 (fold_unary <'~', '!', '-'>): Don't make_abs.
44 (fold_binary): Simplify result section logic. Return NULL section
45 for logical ops.
46 (fold_binary <SEGMENT_START>): Use new_rel_from_abs to set value to
47 a consistent result.
48 (fold_name <SIZEOF_HEADERS>): Return new_number, not new_abs.
49 (fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
50 (fold_name <NAME>): No need to handle absolute symbols differently
51 from relative ones.
52 (fold_name <ORIGIN>): Don't return valid result when
53 lang_first_phase_enum. Return new_rel_from_abs, not new_abs.
54 (exp_fold_tree_1 <etree_value>): Return new_number, not new_rel.
55 (exp_fold_tree_1): Ajust for NULL expld.result.section. When assigning
56 a plain number to dot, assume the value is relative to expld.section.
57 Make terms not in an output section, absolute.
58 * ldlang.c (print_assignment): Fix style nit.
59 (lang_size_sections_1): Cope with NULL expld.result.section.
60 (lang_do_assignments_1): Likewise.
61
622010-08-12 Alan Modra <amodra@gmail.com>
63
64 * ldexp.c (new_rel): Remove "str". Update all call sites.
65 (exp_fold_tree_1): When assigning to dot, calculate nextdot
66 using expld.result.section rather than expld.section.
67
682010-08-06 Alan Modra <amodra@gmail.com>
69
70 PR ld/11887
71 * ldlang.c (lang_add_vers_depend): Don't leave version_needed
72 uninitialised.
73
742010-07-28 Alan Modra <amodra@gmail.com>
75
76 * ldexp.c (exp_print_tree): Print function-like binary nodes as
77 functions rather than in-fix operators. Use fputs and fputc
78 where appropriate.
79
802010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
81 Ina Pandit <ina.pandit@kpitcummins.com>
82
83 * configure.tgt: Match all v850 targets.
84
852010-07-20 Mike Frysinger <vapier@gentoo.org>
86
87 * ld.texinfo (VERSION): Remove "int" from example script and add ";".
88 Declare the default language as C.
89
902010-07-17 Alan Modra <amodra@gmail.com>
91
92 * ldlang.c (lang_check_section_addresses): Catch overlap for
93 sections that wrap around the address space.
94
952010-06-29 Nick Clifton <nickc@redhat.com>
96
97 * scripttempl/xstormy16.sc (.gcc_except_table): Include sections
98 with the .gcc_except_table. prefix.
99
1002010-06-29 Alan Modra <amodra@gmail.com>
101
102 * emulparams/maxqcoff.sh: Delete file.
103 * scripttempl/maxqcoff.sc: Delete file.
104 * Makefile.am: Remove references to maxq.
105 * configure.tgt: Likewise.
106 * Makefile.in: Regenerate.
107 * configure: Regenerate.
108 * po/POTFILES.in: Regenerate.
109
1102010-06-27 Alan Modra <amodra@gmail.com>
111
112 * pe-dll.c (fill_edata): Avoid set but unused warning.
113 (pe_walk_relocs_of_symbol): Delete set but unused variables.
114 (generate_reloc, pe_implied_import_dll): Likewise.
115 * emultempl/aix.em (open_dynamic_archive): Likewise.
116 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Likewise.
117 (xtensa_layout_wild): Likewise.
118 (xtensa_colocate_output_literals_callback): Likewise.
119
1202010-06-25 Alan Modra <amodra@gmail.com>
121
122 * emultempl/ppc64elf.em (prelim_size_sections): New function.
123 (ppc_before_allocation): Use it. Size sections before toc edit too.
124
1252010-06-25 Alan Modra <amodra@gmail.com>
126
127 * emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
128
1292010-06-20 Danny Smith <dannysmith@users.sourceforge.net>
130
131 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
132 auto-import and merge-rdata defaults same for i[3-7]86 and
133 x86_64 mingw.
134
1352010-06-15 Joseph Myers <joseph@codesourcery.com>
136
137 * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.
138
1392010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
140
141 PR ld/11603
142 * pe-dll.c (process_def_file_and_drectve): Reorder check for
143 forwarded export name after check for ordinary export.
144
1452010-06-08 Bernd Schmidt <bernds@codesourcery.com>
146
147 * emulparams/elf32_tic6x_le.sh (OTHER_BSS_SECTIONS): New.
148
1492010-06-08 Nick Clifton <nickc@redhat.com>
150
151 * fdl.texi: Replace with v1.3 text.
152 * ld.texinfo: Replace abbreviated 20th century year numbers with
153 full versions.
154 * ldint.texinfo: Likewise.
155 Relicense under GFDL v1.3. Replace text of v1.1 FDL with an
156 include of the fdl.texi file.
157
1582010-06-01 Tristan Gingold <gingold@adacore.com>
159
160 * scripttempl/alphavms.sc: Add comments. Move $LINK$ to the
161 readonly output-section. Handle LIB$INITIALIZE and sections
162 created by gcc.
163 * emultempl/vms.em (vms_place_orphan): Add comments.
164
1652010-05-28 Nick Clifton <nickc@redhat.com>
166
167 * Makefile.am (eshlelf_fd.c): Fix typo in rule.
168 * Makefile.in: Regenerate.
169
1702010-05-26 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR ld/11628
173 * ldexp.c (fold_binary): Warn if value of SEGMENT_START isn't
174 multiple of maximum page size.
175
1762010-05-25 Nick Clifton <nickc@redhat.com>
177
178 * Makefile.am: Fix typo.
179 * Makefile.in: Regenerate.
180
1812010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
182 Joseph Myers <joseph@codesourcery.com>
183 Andrew Stubbs <ams@codesourcery.com>
184
185 * Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
186 (eshelf_fd.c, eshlelf_fd.c): New rules.
187 * Makefile.in: Regenerate.
188 * configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
189 emulations.
190 * emulparams/shelf_fd.sh: New file.
191 * emulparams/shlelf_fd.sh: New file.
192 * emulparams/shlelf_linux.sh: Update comment.
193
1942010-05-25 Jay Krell <jay.krell@cornell.edu>
195
196 PR ld/11621
197 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
198 * Makefile.in: Regenerate.
199
2002010-05-25 Kai Tietz <kai.tietz@onevision.com>
201
202 * deffilep.y (opt_name): Allow leading dot.
203 (dot_name): Likewise.
204 (anylang_id): Likewise.
205 * emultempl/pep.em (gld_${EMULATION_NAME}_before_parse): Enable by
206 default auto_import.
207 (gld${EMULATION_NAME}_handle_option): Warn about v1.
208 (pep_find_data_imports): Remove superflous warnings about
209 auto-import.
210 (gld_${EMULATION_NAME}_get_script): Don't merge for auto-import
211 and active pseudo-relocation-v2 rdata into data section.
212 * emultempl/pe.em (default_merge_rdata): New shell variable.
213 (MERGE_RDATA_V2): New macro.
214 (gld_${EMULATION_NAME}_get_script): Adjust rule for auto-import
215 selected script.
216
2172010-05-15 Kai Tietz <kai.tietz@onevision.com>
218
219 * emultempl/pe.em (is_underscoring): New helper function.
220 (gld_${EMULATION_NAME}_before_parse): Replace code
221 for pe(p)_leading_underscore detection by is_underscoring.
222 (U): Likewise.
223 (GET_INIT_SYMBOL_NAME): Likewise.
224 (U_SIZE): Likewise.
225 (set_pe_name):
226 (set_entry_point):
227 (gld_${EMULATION_NAME}_set_symbols):
228 * emultempl/pep.em: Likewise.
229 * pe-dll.c (pe_detail_list): Set default
230 underscoring for x64 target.
231 (pe_dll_id_target): Add initialization of
232 pe(p)_leading_underscore.
233
2342010-05-15 Dave Korn <dave.korn.cygwin@gmail.com>
235
236 * pe-dll.c: Removed trailing whitespaces.
237
2382010-05-14 Alan Modra <amodra@gmail.com>
239
240 PR ld/11583
241 * ldexp.c (exp_fold_tree_1): If assignment source expression is
242 invalid, make the destination symbol undefined.
243
2442010-05-11 Kai Tietz <kai.tietz@onevision.com>
245
246 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
247 Initialize pe(p)_leading_underscore variable.
248 (set_pe_name): Likewise.
249 * emultempl/pep.em: Likewise.
250 Additional change default to non-underscore for
251 pep_leading_underscore equal to -1.
252
2532010-05-07 Tristan Gingold <gingold@adacore.com>
254
255 * Makefile.in: Regenerate with automake 1.11.1.
256 * aclocal.m4: Ditto.
257
2582010-05-05 Nick Clifton <nickc@redhat.com>
259
260 * po/es.po: Updated Spanish translation.
261
2622010-04-27 Kai Tietz <kai.tietz@onevision.com>
263
264 * pe-dll.c (_nm_-symbols): Use always underscored variant
265 for symbols.
266 (__imp_-symbols): Likewise.
267 (___imp_-symbols): Likewise.
268 * NEWS: Mention ABI change for x64 PE-COFF.
269
2702010-04-27 H.J. Lu <hongjiu.lu@intel.com>
271
272 * Makefile.am (install-exec-local): Properly install ld as
273 default cross linker.
274 * Makefile.in: Regenerated.
275
2762010-04-27 H.J. Lu <hongjiu.lu@intel.com>
277 Nick Clifton <nickc@redhat.com>
278
279 * configure.in (install_as_default): Define and set to true
280 unless --enable-gold=both/gold has been specified.
281 * configure: Regenerate.
282
283 * Makefile.am (transform): Use ld.bfd as the default name of
284 the linker.
285 (install-exec-local): Also install the executable as a binary
286 named 'ld' if install_as_default is true.
287 * Makefile.in: Regenerate.
288
2892010-04-22 Nick Clifton <nickc@redhat.com>
290
291 * po/ld.pot: Updated by the Translation project.
292 * po/vi.po: Updated Vietnamese translation.
293 * po/bg.po: Updated Bulgarian translation.
294
2952010-04-15 Andrew Haley <aph@redhat.com>
296
297 * emultempl/armelf.em (merge_exidx_entries): New variable.
298 (OPTION_NO_MERGE_EXIDX_ENTRIES): New definition.
299 ("no-merge-exidx-entries"): New option.
300 * ld.texinfo (merge-exidx-entries): Document this option.
301
3022010-04-14 Tristan Gingold <gingold@adacore.com>
303
304 * emulparams/alphavms.sh: New file.
305 * emultempl/vms.em: New file.
306 * scripttempl/alphavms.sc: New file.
307 * configure.tgt (alpha*-*-*vms*): Added.
308 * Makefile.am (ALL_EMULATIONS): Add ealphavms.o
309 (ealphavms.c): New target.
310 * Makefile.in: Regenerate.
311
3122010-04-09 Nick Clifton <nickc@redhat.com>
313
314 * ldlang.c (wild_sort): Remove unused variable section_name.
315
3162010-04-07 Alan Modra <amodra@gmail.com>
317
318 * configure: Regenerate.
319
3202010-04-06 H.J. Lu <hongjiu.lu@intel.com>
321
322 PR ld/11434
323 * ld/testsuite/ld-x86-64/unique1.d: New.
324 * ld/testsuite/ld-x86-64/unique1.s: Likewise.
325
326 * ld-x86-64/x86-64.exp: Run unique1.
327
3282010-04-05 Kai Tietz <kai.tietz@onevision.com>
329
330 * emultempl/pep.em (U): Macro modified.
331 (U_SIZE): New helper macro.
332 (GET_INIT_SYMBOL_NAME): Likewise.
333 (enum options): Add OPTION_NO_LEADING_UNDERSCORE
334 and OPTION_LEADING_UNDERSCORE enumerator-values.
335 (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
336 option.
337 (definfo): Add new member is_c_symbol.
338 (D): Add to macro underscore mode parameter.
339 (init): Add definition for is_c_symbol.
340 (gld_${EMULATION_NAME}_list_options): Display new options.
341 (set_pep_name): Adjust underscoring dependent fixed
342 symbol handling.
343 (gld_${EMULATION_NAME}_set_symbols): Likewise.
344 (saw_option): Likewise.
345 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
346 (set_entry_point): Initial initial_symbol_char dependent to
347 target's default and new option flag pep_leading_underscore.
348 * emultempl/pe.em (U): Macro modified.
349 (U_SIZE): New helper macro.
350 (GET_INIT_SYMBOL_NAME): Likewise.
351 (OPTION_LEADING_UNDERSCORE): Add new option define.
352 (OPTION_NO_LEADING_UNDERSCORE): Likewise.
353 (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
354 option.
355 (definfo): Add new member is_c_symbol.
356 (D): Add to macro underscore mode parameter.
357 (init): Add definition for is_c_symbol.
358 (gld_${EMULATION_NAME}_list_options): Display new options.
359 (set_pep_name): Adjust underscoring dependent fixed
360 symbol handling.
361 (gld_${EMULATION_NAME}_set_symbols): Likewise.
362 (saw_option): Likewise.
363 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
364 (set_entry_point): Initial initial_symbol_char dependent to
365 target's default and new option flag pep_leading_underscore.
366 * pe-dll.c (pe_leading_underscore): New flag variable.
367 (pe_detail_list): Remove const to allow modify of
368 member underscore.
369 (pe_dll_id_target): Initialize pe_details' underscore variable
370 dependent to target's default and flag pe_leading_underscore.
371 * pe-dll.h (pe_leading_underscore): Add extern declaration of
372 option flag.
373 * pep-dll.c (pe_leading_underscore): Add alias define for
374 pep_leading_underscore.
375 * pep-dll.h (pep_leading_underscore) Add extern declaration of
376 option flag.
377 * ld.texinfo: Add documentation for --(no-)leading-underscore
378 option.
379
3802010-03-26 Alan Modra <amodra@gmail.com>
381
382 PR ld/11426
383 * configure.host (many linux targets <HOSTING_CRT0>): Remove edits.
384 (m68*-motorola-sysv <HOSTING_LIBS>): Use here doc, not echo.
385
3862010-03-25 Joseph Myers <joseph@codesourcery.com>
387
388 * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
389 eelf32_tic6x_le.o.
390 (eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
391 * NEWS: Add news entry for TI C6X support.
392 * configure.tgt (tic6x-*-*): New.
393 * emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
394
3952010-03-23 Joseph Myers <joseph@codesourcery.com>
396
397 * scripttempl/elf.sc (RODATA_NAME, SDATA_NAME, SBSS_NAME,
398 BSS_NAME): Define if not already defined. Use in place of some
399 hardcoded section names.
400
4012010-03-18 H.J. Lu <hongjiu.lu@intel.com>
402
403 * scripttempl/elf.sc (INIT_ARRAY): Re-indent.
404
4052010-03-18 Aymeric Vincent <vincent@labri.fr>
406
407 PR ld/11384
408 * emultempl/sh64elf.em: Add missing EOF.
409
4102010-03-18 Doug Semler <dougsemler@gmail.com>
411
412 * pe-dll.c (make_one): Make text section readonly.
413 (make_one): Add *ABS* symbol @feat.00 with value 1 to tag
414 the jump stub on X86 as /SAFESEH compatible for
415 native toolchains.
416
4172010-03-17 Alan Modra <amodra@gmail.com>
418
419 * ldlang.c (lang_size_sections_1): Remove "s" param. Set "s" from
420 *prev instead. Update all callers.
421
4222010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
423
424 * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
425 region and phdrs as their placement section.
426
4272010-03-15 Alan Modra <amodra@gmail.com>
428
429 * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
430 (ppc_before_allocation): Call sort_toc_sections.
431 (no_toc_sort, OPTION_NO_TOC_SORT): New.
432 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
433 PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
434
4352010-03-14 Alan Modra <amodra@gmail.com>
436
437 PR ld/11378
438 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
439 ppc64_elf_check_init_fini and warn if .init/.fini use different TOCs.
440
4412010-03-11 George Gensure <werkt0@gmail.com>
442
443 PR ld/11367
444 * ldcref.c (handle_asneeded_cref): Correct copying of refs.
445
4462010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
447
448 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
449 eelf_i386_sol2.o.
450 (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
451 (eelf32_sparc_sol2.c): New rule.
452 (eelf64_sparc_sol2.c): Likewise.
453 (eelf_x86_64_sol2.c): Likewise.
454 (eelf_i386_sol2.c): Likewise.
455 * Makefile.in: Regenerate.
456 * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
457 elf_i386_sol2.
458 Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
459 (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
460 Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
461 (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
462 Add target_extra_emuls.
463 (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
464 Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
465 (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
466 Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
467 * emulparams/elf32_sparc_sol2.sh: New file.
468 * emulparams/elf64_sparc_sol2.sh: New file.
469 * emulparams/elf_i386_sol2.sh: New file.
470 * emulparams/elf_x86_64_sol2.sh: New file.
471 * emultempl/solaris2.em: New file.
472
4732010-02-27 H.J. Lu <hongjiu.lu@intel.com>
474
475 PR ld/11330
476 * ld.texinfo: Replace explicitely with explicitly.
477
4782010-02-27 Jie Zhang <jie@codesourcery.com>
479
480 * scripttempl/armbpabi.sc: Don't combine .init_array.* or
481 .fini_array.* when do relocatable linking.
482 * scripttempl/elf.sc: Likewise.
483 * scripttempl/elf32sh-symbian.sc: Likewise.
484 * scripttempl/elf64hppa.sc: Likewise.
485 * scripttempl/elfxtensa.sc: Likewise.
486
4872010-02-26 Alan Modra <amodra@gmail.com>
488
489 * scripttempl/elf.sc (.fini_array): Place input .fini_array after
490 .fini_array.*.
491 * scripttempl/armbpabi.sc: Likewise.
492 * scripttempl/elf32sh-symbian.sc: Likewise.
493 * scripttempl/elf64hppa.sc: Likewise.
494 * scripttempl/elfxtensa.sc: Likewise.
495
4962010-02-25 Alan Modra <amodra@gmail.com>
497
498 PR ld/11304
499 * ldlang.c (init_os): Remove isec param. Don't check for
500 bfd_section already set or call bfd_init_private_section_data
501 here.
502 (exp_init_os): Update init_os call.
503 (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE
504 flags. Call bfd_init_private_section_data here.
505 (map_input_to_output_sections): Tidy. Update init_os calls.
506 Use os->sectype to select sec flags for lang_data_statement.
507
5082010-02-23 Alan Modra <amodra@gmail.com>
509
510 PR ld/11304
511 * ldlang.c: Revert last patch.
512
5132010-02-23 Nick Clifton <nickc@redhat.com>
514
515 * po/bg.po: Updated Bulgarian translation.
516
5172010-02-22 Alan Modra <amodra@gmail.com>
518
519 PR ld/11304
520 * ldlang.c (exp_init_os): Delete forward declaration.
521 (init_os): Don't check for bfd_section already created and don't
522 init addr_tree and load_base expressions here.
523 (map_input_to_output_sections): Only map input to output sections
524 and set constraints here, and as an exception, create output
525 sections which have their address set. Move all the other code to..
526 (create_other_output_sections): ..here. New function. Handle init
527 of addr_tree and load_base here too.
528 (lang_process): Call create_other_output_sections.
529
5302010-02-19 Alan Modra <amodra@gmail.com>
531
532 * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
533 * Makefile.in: Regenerate.
534
5352010-02-19 Alan Modra <amodra@gmail.com>
536
537 * ldlang.c (unique_section_p): Add os param. Allow group
538 sections to match /DISCARD/. Update all callers.
539 * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
540 (LDEMUL_BEFORE_ALLOCATION): Define.
541
5422010-02-15 Nick Clifton <nickc@redhat.com>
543
544 * po/vi.po: Updated Vietnamese translation.
545
5462010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
547
548 * Makefile.am (CFILES): Add ldlex-wrapper.c.
549 (OFILES): Replace ldlex.c with ldlex-wrapper.c.
550 (ldlex.o): Replace with...
551 (ldlex-wrapper.o): ...this new rule.
552 (EXTRA_ld_new_SOURCES): Add ldlex.l.
553 (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
554 * Makefile.in: Regenerate.
555 * ldlex.l (sysdep.h): Don't include here.
556 * ldlex-wrapper.c: New file.
557
5582010-02-09 Alan Modra <amodra@gmail.com>
559
560 * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
561 function parameters.
562
5632010-02-05 Nick Clifton <nickc@redhat.com>
564
565 * configure.in (ALL_LIBGUAS): Add bg.
566 * configure: Regenerate.
567 * po/bg.po: New Bulgarian translation.
568
5692010-02-05 Ryan Mansfield <rmansfield@qnx.com>
570
571 * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
572 --target1-abs and --target1-rel options.
573
5742010-02-03 Nick Clifton <nickc@redhat.com>
575
576 * emultempl/alphaelf.em: Update value expected from elf_object_id.
577 * emultempl/hppaelf.em: Likewise.
578 * emultempl/mipself.em: Likewise.
579 * emultempl/ppc32elf.em: Likewise.
580 * emultempl/ppc64elf.em: Likewise.
581
5822010-02-03 Alan Modra <amodra@gmail.com>
583
584 * emultempl/ppc64elf.em (build_toc_list): Report errors from
585 ppc64_elf_next_toc_section.
586 (after_allocation): Update for changed function names and params.
587 Run second pass of multitoc partitioning.
588
5892010-01-21 Jon Grant <jg@jguk.org>
590 Nick Clifton <nickc@redhat.com>
591
592 PR 4437
593 * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
594 a missing file or library. Instead mark the entry as missing and
595 set the global flag to indicate that missing files were
596 encountered.
597 * ldlang.c (missing_files): New exported variable.
598 (load_symbols): Skip loading if the file is missing.
599 (open_input_bfds): Terminate link if any input files were
600 missing.
601 * ldlang.h (struct lang_input_statement_struct): Add missing_file
602 field.
603 Add export of missing_file variable.
604
6052010-01-13 DJ Delorie <dj@redhat.com>
606
607 * emultempl/elf32.em (_place_orphan): If an input section doesn't
608 match an existing output section, but an unused output section
609 statement does match, use it.
610 * emultempl/pe.em (_place_orphan): Likewise.
611 * emultempl/pep.em (_place_orphan): Likewise.
612
6132010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
614
615 * configure: Regenerate.
616 * Makefile.in: Regenerate.
617
6182010-01-08 H.J. Lu <hongjiu.lu@intel.com>
619
620 * ldver.c (ldversion): Change to "Copyright 2010".
621
6222010-01-08 Alan Modra <amodra@gmail.com>
623
624 PR 11107
625 * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
626
627For older changes see ChangeLog-2009
628\f
629Local Variables:
630mode: change-log
631left-margin: 8
632fill-column: 74
633version-control: never
634End:
This page took 0.02506 seconds and 4 git commands to generate.