* ldlang.c (lang_add_section): Distinguish ELF treatment of NOLOAD.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2010-11-05 Alan Modra <amodra@gmail.com>
2
3 * ldlang.c (lang_add_section): Distinguish ELF treatment of NOLOAD.
4 (map_input_to_output_sections): Likewise.
5 (lang_size_sections_1): Likewise.
6 (IGNORE_SECTION): Don't test SEC_NEVER_LOAD.
7 (lang_check_section_addresses): Likewise.
8
9 2010-11-04 Kai Tietz <kai.tietz@onevision.com>
10
11 * scripttempl/pe.sc (.debug_types): New.
12 * scripttempl/pep.sc: Likewise.
13
14 2010-11-04 Alan Modra <amodra@gmail.com>
15
16 * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL abfd.
17
18 2010-11-03 Nick Clifton <nickc@redhat.com>
19
20 PR ld/12001
21 * ldlang.c (ldlang_def_chain_list): New variable. Contains a list
22 of symbols defined via the --defsym command line option and
23 currently waiting assignment.
24 (insert_defined): Add a defined symbol to the symbol table.
25 (ldlang_add_def): Add a entry to the ldlang_def_chain_list.
26 (lang_place_defineds): Walk ldlang_def_chain_list defining the
27 symbols.
28 (lang_process): Call lang_place_defineds.
29 (lang_add_assignment): If the assignment has come from a --defsym
30 command line option then call lang_add_def.
31
32 2010-11-03 Alan Modra <amodra@gmail.com>
33
34 * Makefile.am (eelf64hppa.c): Correct dependencies.
35 * Makefile.in: Regenerate.
36
37 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
38
39 * scripttempl/armbpabi.sc: Include compressed DWARF debug
40 sections.
41 * scripttempl/avr.sc: Likewise.
42 * scripttempl/elf32cr16.sc: Likewise.
43 * scripttempl/elf32crx.sc: Likewise.
44 * scripttempl/elf32msp430.sc: Likewise.
45 * scripttempl/elf32msp430_3.sc: Likewise.
46 * scripttempl/elf32sh-symbian.sc: Likewise.
47 * scripttempl/elf64hppa.sc: Likewise.
48 * scripttempl/elf_chaos.sc: Likewise.
49 * scripttempl/elfd10v.sc: Likewise.
50 * scripttempl/elfd30v.sc: Likewise.
51 * scripttempl/elfi370.sc: Likewise.
52 * scripttempl/elfm68hc11.sc: Likewise.
53 * scripttempl/elfm68hc12.sc: Likewise.
54 * scripttempl/elfxtensa.sc: Likewise.
55 * scripttempl/ip2k.sc: Likewise.
56 * scripttempl/iq2000.sc: Likewise.
57 * scripttempl/mep.sc: Likewise.
58 * scripttempl/mmo.sc: Likewise.
59 * scripttempl/v850.sc: Likewise.
60 * scripttempl/xstormy16.sc: Likewise.
61
62 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
63
64 * ldfile.c (ldfile_try_open_bfd): Set BFD_DECOMPRESS after
65 bfd_openr returns.
66 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
67
68 * scripttempl/elf.sc: Include compressed DWARF debug sections.
69
70 2010-10-28 Alan Modra <amodra@gmail.com>
71
72 * ldfile.c (find_scripts_dir): Don't look in absolute SCRIPTDIR.
73
74 2010-10-28 Matthias Klose <doko@ubuntu.com>
75
76 * ld.texinfo: Add directory section for info document.
77 * ldint.texinfo: Likewise.
78
79 2010-10-28 Alan Modra <amodra@gmail.com>
80
81 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For
82 --no-undefined-version, don't report dot sym versions added by ld.
83
84 2010-10-28 Alan Modra <amodra@gmail.com>
85
86 * ldlang.h (ldlang_add_undef): Add cmdline param.
87 * ldlang.c (undef_from_cmdline): New var.
88 (ldlang_add_undef): Add cmdline param. Set undef_from_cmdline.
89 (lang_end): Really require -e or -u from command line on
90 relocatable --gc-sections.
91 * ldemul.c (after_parse_default): Adjust ldlang_add_undef call.
92 * ldgram.y (extern_name_list_body): Likewise.
93 * lexsup.c (parse_args): Likewise.
94 * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Likewise.
95
96 2010-10-25 Alan Modra <amodra@gmail.com>
97
98 * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_reserved_id.
99 Formatting.
100
101 2010-10-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
102
103 * emulparams/elf32_sparc_sol2.sh (OUTPUT_FORMAT): Set to
104 elf32-sparc-sol2.
105 * emulparams/elf64_sparc_sol2.sh (OUTPUT_FORMAT): Set to
106 elf64-sparc-sol2.
107
108 2010-10-22 Alan Modra <amodra@gmail.com>
109
110 * ldwrite.c (build_link_order <lang_data_statement_enum>): Don't
111 output when section has no contents.
112 (build_link_order <lang_reloc_statement_enum>): Likewise.
113
114 2010-10-21 Joseph Myers <joseph@codesourcery.com>
115
116 * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Use
117 .c6xabi.attributes, not __TI_build_attributes.
118
119 2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
120
121 * plugin.c (get_symbols): Check symbol type correctly.
122
123 2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
124
125 * configure.in: If <dlfcn.h> can't be found, try for <Windows.h>
126 * configure: Regenerate.
127 * config.in: Likewise.
128 * plugin.c [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlopen): Provide
129 trival LoadLibrary-based replacement for Windows systems.
130 [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise trivial
131 replacement based on GetProcAddress.
132 [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise FreeLibrary.
133 * sysdep.h: Don't infer presence of <dlfcn.h> from ENABLE_PLUGINS
134 anymore, use its own guard.
135
136 2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
137
138 * plugin.c (add_input_file): Take copy of input string.
139 (add_input_library): Likewise.
140 (set_extra_library_path): Likewise.
141
142 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
143
144 Apply LD plugin patch series (part 6/6).
145 * ldlang.c (load_symbols): Handle bfd subsitution when calling the
146 add_archive_element callback.
147 * ldmain.c (add_archive_element)[ENABLE_PLUGINS]: Offer the archive
148 member to the plugins and if claimed set "subsbfd" output parameter to
149 point to the dummy IR-only BFD.
150
151 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
152
153 Apply LD plugin patch series (part 5/6).
154 * plugin.c (asymbol_from_plugin_symbol): If the bfd is an ELF bfd,
155 find the elf symbol data and set the visibility in the st_other field.
156
157 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
158
159 Apply LD plugin patch series (part 4/6).
160 * ldlang.c (lang_process)[ENABLE_PLUGINS]: Move invocation of
161 plugin_call_all_symbols_read to before setting of gc_sym_list, and
162 open any new input files that may have been added during it.
163 * ldmain.c (multiple_definition)[ENABLE_PLUGINS]: Call out to
164 plugin_multiple_definition and let it have first say over what to do
165 with the clashing definitions.
166 * plugin.c (no_more_claiming): New boolean variable.
167 (plugin_cached_allow_multiple_defs): Likewise.
168 (add_input_file): Implement.
169 (add_input_library): Likewise.
170 (set_extra_library_path): Likewise.
171 (plugin_call_claim_file): Don't do anything when no_more_claiming set.
172 (plugin_call_all_symbols_read): Set it. Disable link info
173 "allow_multiple_definition" flag, but cache its value.
174 (plugin_multiple_definition): New function.
175 * plugin.h (plugin_multiple_definition): Add prototype.
176 * testplug.c (addfile_enum_t): New enumerated typedef.
177 (add_file_t): New struct typedef.
178 (addfiles_list): New variable.
179 (addfiles_tail_chain_ptr): Likewise.
180 (record_add_file): New function.
181 (parse_option): Parse "add:", "lib:" and "dir:" options and call it.
182 (onall_symbols_read): Iterate the list of new files, libs and dirs,
183 adding them.
184
185 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
186
187 Apply LD plugin patch series (part 3/6).
188 * ldmain.c (notice)[ENABLE_PLUGINS]: Call plugin_notice.
189 * plugin.c (non_ironly_hash): Add new bfd hash table.
190 (plugin_load_plugins): Exit early if no plugins to load. If plugins
191 do load successfully, set notice_all flag in link info.
192 (get_symbols): Implement.
193 (plugin_load_plugins): Exit early if no plugins to load, else after
194 loading plugins successfully enable notice_all mode.
195 (init_non_ironly_hash): Lazily init non_ironly_hash table.
196 (plugin_notice): Record symbols referenced from non-IR files in the
197 non_ironly_hash. Suppress tracing, cref generation and nocrossrefs
198 tracking for symbols from dummy IR bfds.
199 * plugin.h: Fix formatting.
200 (plugin_notice): Add prototype.
201 * testplug.c (dumpresolutions): New global var.
202 (parse_options): Accept "dumpresolutions".
203 (onall_symbols_read): Get syms and dump resolutions if it was given.
204
205 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
206
207 Apply LD plugin patch series (part 2/6).
208 * ldfile.c (ldfile_try_open_bfd)[ENABLE_PLUGINS]: Don't return early
209 during compat checks if they pass, instead offer any successfully
210 opened and accepted file to the plugin claim file hooks chain. Create
211 a dummy bfd to accept symbols added by the plugin, if the plugin
212 claims the file.
213 * ldlang.c (lang_process)[ENABLE_PLUGINS]: Call plugin all symbols
214 read hook chain before ldemul_after_open.
215 * ldlang.h (struct lang_input_statement_struct): Add new single-bit
216 'claimed' flag.
217 * plugin.c (IRONLY_SUFFIX): New macro for dummy bfd file suffix.
218 (IRONLY_SUFFIX_LEN): Length of the above string.
219 (plugin_get_ir_dummy_bfd): New function to create the dummy bfd used
220 to store symbols for ir-only files.
221 (is_ir_dummy_bfd): New function to check if a bfd is ir-only.
222 (asymbol_from_plugin_symbol): New function converts symbol formats.
223 (add_symbols): Call it to convert plugin syms to bfd syms and add
224 them to the dummy bfd.
225 * plugin.h: Add missing include guards.
226 (plugin_get_ir_dummy_bfd): Add prototype.
227 (is_ir_dummy_bfd): Likewise.
228 * testplug.c (TV_MESSAGE): New helper macro.
229 (struct claim_file): New struct.
230 (claim_file_t): New typedef.
231 (tag_names[]): Make static and const.
232 (claimfiles_list): New variable.
233 (claimfiles_tail_chain_ptr): Likewise.
234 (last_claimfile): Likewise.
235 (record_claim_file): Record a file to claim on a singly-linked list.
236 (parse_symdefstr): Parse an ASCII representation of a symbol from a
237 plugin option into the fields of a struct ld_plugin_symbol.
238 (record_claimed_file_symbol): Use it to parse plugin option for
239 adding a symbol.
240 (parse_option): Parse claim file and add symbol options.
241 (dump_tv_tag): Use TV_MESSAGE.
242 (onload): Likewise.
243 (onclaim_file): Make static. Use TV_MESSAGE. Scan list of files to
244 claim and claim this file if required, adding any symbols specified.
245 (onall_symbols_read): Make static and use TV_MESSAGE.
246 (oncleanup): Likewise.
247
248 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
249
250 Apply LD plugin patch series (part 1/6).
251 * configure.in: Add AC_CHECKs for file io and dlfcn headers and
252 functions and AC_SEARCH for -ldl.
253 (enable_plugins): New shell variable set if above tests find dlopen
254 functionality.
255 (ENABLE_PLUGINS): Add related automake conditional.
256 * configure: Regenerate.
257 * config.in: Likewise.
258 * Makefile.am (PLUGIN_C): Declare plugin C source file, conditional
259 on ENABLE_PLUGINS being defined.
260 (PLUGIN_H): Likewise for header file.
261 (PLUGIN_OBJECT): Likewise for object file.
262 (PLUGIN_CFLAGS): Likewise -D flag required to compile plugin support.
263 (AM_CPPFLAGS): Use PLUGIN_CFLAGS.
264 (CFILES): Use PLUGIN_C.
265 (HFILES): Use PLUGIN_H.
266 (OFILES): Use PLUGIN_OBJECT.
267 (ld_new_SOURCES): Use PLUGIN_C.
268 (noinst_LTLIBRARIES)[ENABLE_PLUGINS]: Declare test plugin.
269 (libldtestplug_la_SOURCES)[ENABLE_PLUGINS]: Add automake definition
270 for test plugin.
271 (libldtestplug_la_CFLAGS)[ENABLE_PLUGINS]: Likewise.
272 (libldtestplug_la_LDFLAGS)[ENABLE_PLUGINS]: Likewise.
273 * Makefile.in: Regenerate.
274 * sysdep.h: Include stdarg.h, unistd.h and one of fcntl.h or
275 sys/file.h where available. Include dlfcn.h when ENABLE_PLUGINS.
276 (O_RDONLY): Supply default definition likewise to bfd's sysdep.h
277 (O_WRONLY): Likewise.
278 (O_RDWR): Likewise.
279 (O_ACCMODE): Likewise.
280 (O_BINARY): Likewise.
281 (SEEK_SET): Likewise.
282 (SEEK_CUR): Likewise.
283 (SEEK_END): Likewise.
284 * ldmisc.c (vfinfo): Make non-static. Add %p format char.
285 * ldmisc.h (vfinfo): Declare extern prototype.
286 * lexsup.c (enum option_values)[ENABLE_PLUGINS]: Add new entries for
287 OPTION_PLUGIN and OPTION_PLUGIN_OPT.
288 (ld_options[])[ENABLE_PLUGINS]: Add option data for the above two.
289 (parse_args)[ENABLE_PLUGINS]: Handle them, and load all plugins once
290 option parsing is complete.
291 * ldmain.c (main)[ENABLE_PLUGINS]: Call plugin cleanup hooks just
292 after lang_finish.
293 * plugin.c: New source file.
294 * plugin.h: Likewise new header.
295 * testplug.c: New source file.
296
297 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
298
299 * emultempl/solaris2.em (elf_solaris2_before_allocation): Renamed
300 basever_syms to global_syms.
301 Emit global_syms into .dynamic section for all executables and
302 shared objects.
303 (elf_solaris2_after_allocation): New function.
304 (LDEMUL_AFTER_ALLOCATION): Use it.
305 * emulparams/solaris2.sh: New file.
306 * emulparams/elf32_sparc_sol2.sh: Use it.
307 * emulparams/elf64_sparc_sol2.sh: Likewise.
308 * emulparams/elf_i386_sol2.sh: Likewise.
309 * emulparams/elf_x86_64_sol2.sh: Likewise.
310 * Makefile.am (eelf32_sparc_sol2.c): Depend on
311 $(srcdir)/emulparams/solaris2.sh.
312 (eelf64_sparc_sol2.c): Likewise.
313 (eelf_x86_64_sol2.c): Likewise.
314 (eelf_i386_sol2.c): Likewise.
315 * Makefile.in: Regenerate.
316
317 2010-10-06 Nick Clifton <nickc@redhat.com>
318
319 * ld.texinfo: Update description of computation of VMA and LMA
320 addresses for output sections.
321
322 2010-10-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
323
324 * Makefile.am (ALL_64_EMULATIONS): Fix typo in last commit.
325 * Makefile.in: Regenerate.
326
327 * Makefile.am (ALL_EMULATIONS): Rewrite in terms of ...
328 (ALL_EMULATION_SOURCES): ... this new variable.
329 (ALL_64_EMULATIONS): Rewrite in terms of ...
330 (ALL_64_EMULATION_SOURCES): ... this new variable.
331 (EXTRA_ld_new_SOURCES): Rewrite in terms of the _SOURCES
332 variables.
333 (eelf32microblaze.c): Fix indentation.
334 * Makefile.in: Regenerate.
335
336 2010-10-04 Bernd Schmidt <bernds@codesourcery.com>
337
338 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use
339 _bfd_elf_single_rel_hdr.
340
341 2010-10-01 Alan Modra <amodra@gmail.com>
342
343 PR ld/12066
344 * ldexp.c (fold_name): Treat absolute symbols as plain numbers.
345 * ld.texinfo (Expression Section): Don't say absolute symbols
346 are addresses.
347
348 2010-09-29 Alan Modra <amodra@gmail.com>
349
350 * ldlang.c (lang_place_orphans): Zero vma when relocatable or non-load
351 section for orphans handled here.
352
353 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
354
355 * configure: Regenerate.
356
357 2010-09-23 Dave Korn <dave.korn.cygwin@gmail.com>
358
359 * scripttempl/armcoff.sc: Revert 2010-09-22 change.
360
361 2010-09-23 Alan Modra <amodra@gmail.com>
362
363 * ldlang.c (lang_add_section): Don't copy SEC_RELOC from input
364 to output section on a final link.
365
366 2010-09-22 Kai Tietz <kai.tietz@onevision.com>
367
368 * ldlang.c (lang_add_section): Allow for debugging
369 section to be marked as noload but to keep content.
370 (IGNORE_SECTION): Likewise.
371 (lang_check_section_addresses): Likewise.
372 * ldwrite.c (build_link_order): Likewise.
373
374 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add
375 idata to orphan set.
376 * emultempl/pep.em: Likewise.
377 * scripttempl/armcoff.sc: Separate idata
378 and add __IAT_start__ and __IAT_end__ labels.
379 * scripttempl/pe.sc: Likewise.
380 * scripttempl/pep.sc: Likewise.
381
382 2010-09-20 David S. Miller <davem@davemloft.net>
383
384 * emulparams/elf32_sparc.sh: Set NOP to 0x01000000
385
386 2010-09-16 Alan Modra <amodra@gmail.com>
387
388 * ld.texinfo (NOLOAD): Do not erroneously state that contents will
389 appear in output file.
390 * ldlang.c (lang_add_section): Clear SEC_HAS_CONTENTS on noload
391 unless SEC_COFF_SHARED_LIBRARY.
392 (map_input_to_output_sections): Don't set SEC_HAS_CONTENTS for noload
393 output sections.
394 (lang_size_sections_1): Don't test SEC_NEVER_LOAD when deciding
395 to update dot in region. Ditto when setting SEC_ALLOC if dot
396 advanced due to assignment.
397 * ldwrite.c (build_link_order): Don't test SEC_NEVER_LOAD.
398
399 2010-09-15 Kai Tietz <kai.tietz@onevision.com>
400
401 * scripttempl/pep.sc: Add .xdata segment and
402 put into .pdata all segments beginning with .pdata.
403
404 2010-09-10 Alan Modra <amodra@gmail.com>
405
406 PR ld/11931
407 * ldlang.h (lang_for_each_statement_worker): Declare.
408 * ldlang.c (lang_for_each_statement_worker): Make global. Don't
409 recurse into children of output_section_statement with constraint
410 set to -1.
411 (print_assignment): Handle NULL output_section->bfd_section.
412 (lang_size_sections_1): Ignore output section statement address
413 when constraint is -1.
414 * emultempl/xtensaelf.em (lang_for_each_statement_worker): Delete.
415
416 2010-09-09 Tristan Gingold <gingold@adacore.com>
417
418 * NEWS: Add a entry for alpha-vms.
419
420 2010-09-07 Andrew Burgess <aburgess@broadcom.com>
421
422 * ldwrite.c (clone_section): Call bfd_copy_private_section_data on
423 newly cloned section.
424
425 2010-09-02 Richard Henderson <rth@redhat.com>
426
427 * configure.tgt (x86_64-*-mingw*): Add 32-bit pe emulations too.
428
429 2010-08-31 Nick Clifton <nickc@redhat.com>
430
431 * ldlex.l (WILDCHAR): Add the caret and exclamation point
432 characters, so that they can be used inside globs.
433
434 2010-08-31 Nick Clifton <nickc@redhat.com>
435
436 * ld.texinfo (MEMORY): Clarify the behaviour of the ! character in
437 a region's attributes.
438
439 2010-08-31 Alan Modra <amodra@gmail.com>
440
441 * scripttempl/mmo.sc: Move assignment to "Main" inside .text
442 output section statement.
443
444 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
445
446 PR ld/11946
447 * emultempl/elf32.em (_before_allocation): Check audit entry
448 only on ELF input.
449
450 2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
451
452 PR ld/11937
453 * emultempl/elf32.em (_after_open): Find one .eh_frame section
454 for --eh-frame-hdr.
455
456 2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
457
458 PR ld/11937
459 * emultempl/elf32.em (_after_open): Find an ELF input for
460 --build-id and --eh-frame-hdr.
461
462 2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
463
464 * Makefile.am (eshlelf_fd.c): Correct the name of the tool
465 directory.
466 * Makefile.in: Regenerate.
467
468 2010-08-20 Nick Clifton <nickc@redhat.com>
469
470 * emultempl/elf32.em (_after_open): Check for get_elf_backend_data
471 returning NULL.
472
473 2010-08-19 Alan Modra <amodra@gmail.com>
474
475 * NEWS: Mention change in linker script expression evaluation.
476
477 2010-08-19 Alan Modra <amodra@gmail.com>
478
479 * ld.texinfo (Expression Section): Detail expression evaluation.
480 (Builtin Functions <ADDR>): Correct.
481 (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally
482 the same as ADDR.
483 (Builtin Functions <SEGMENT_START>): Typo fix.
484 * ldexp.c (new_number): New function.
485 (make_abs, exp_get_abs_int): Cope with NULL expld.result.section.
486 (fold_unary <'~', '!', '-'>): Don't make_abs.
487 (fold_binary): Simplify result section logic. Return NULL section
488 for logical ops.
489 (fold_binary <SEGMENT_START>): Use new_rel_from_abs to set value to
490 a consistent result.
491 (fold_name <SIZEOF_HEADERS>): Return new_number, not new_abs.
492 (fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
493 (fold_name <NAME>): No need to handle absolute symbols differently
494 from relative ones.
495 (fold_name <ORIGIN>): Don't return valid result when
496 lang_first_phase_enum. Return new_rel_from_abs, not new_abs.
497 (exp_fold_tree_1 <etree_value>): Return new_number, not new_rel.
498 (exp_fold_tree_1): Ajust for NULL expld.result.section. When assigning
499 a plain number to dot, assume the value is relative to expld.section.
500 Make terms not in an output section, absolute.
501 * ldlang.c (print_assignment): Fix style nit.
502 (lang_size_sections_1): Cope with NULL expld.result.section.
503 (lang_do_assignments_1): Likewise.
504
505 2010-08-12 Alan Modra <amodra@gmail.com>
506
507 * ldexp.c (new_rel): Remove "str". Update all call sites.
508 (exp_fold_tree_1): When assigning to dot, calculate nextdot
509 using expld.result.section rather than expld.section.
510
511 2010-08-06 Alan Modra <amodra@gmail.com>
512
513 PR ld/11887
514 * ldlang.c (lang_add_vers_depend): Don't leave version_needed
515 uninitialised.
516
517 2010-07-28 Alan Modra <amodra@gmail.com>
518
519 * ldexp.c (exp_print_tree): Print function-like binary nodes as
520 functions rather than in-fix operators. Use fputs and fputc
521 where appropriate.
522
523 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
524 Ina Pandit <ina.pandit@kpitcummins.com>
525
526 * configure.tgt: Match all v850 targets.
527
528 2010-07-20 Mike Frysinger <vapier@gentoo.org>
529
530 * ld.texinfo (VERSION): Remove "int" from example script and add ";".
531 Declare the default language as C.
532
533 2010-07-17 Alan Modra <amodra@gmail.com>
534
535 * ldlang.c (lang_check_section_addresses): Catch overlap for
536 sections that wrap around the address space.
537
538 2010-06-29 Nick Clifton <nickc@redhat.com>
539
540 * scripttempl/xstormy16.sc (.gcc_except_table): Include sections
541 with the .gcc_except_table. prefix.
542
543 2010-06-29 Alan Modra <amodra@gmail.com>
544
545 * emulparams/maxqcoff.sh: Delete file.
546 * scripttempl/maxqcoff.sc: Delete file.
547 * Makefile.am: Remove references to maxq.
548 * configure.tgt: Likewise.
549 * Makefile.in: Regenerate.
550 * configure: Regenerate.
551 * po/POTFILES.in: Regenerate.
552
553 2010-06-27 Alan Modra <amodra@gmail.com>
554
555 * pe-dll.c (fill_edata): Avoid set but unused warning.
556 (pe_walk_relocs_of_symbol): Delete set but unused variables.
557 (generate_reloc, pe_implied_import_dll): Likewise.
558 * emultempl/aix.em (open_dynamic_archive): Likewise.
559 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Likewise.
560 (xtensa_layout_wild): Likewise.
561 (xtensa_colocate_output_literals_callback): Likewise.
562
563 2010-06-25 Alan Modra <amodra@gmail.com>
564
565 * emultempl/ppc64elf.em (prelim_size_sections): New function.
566 (ppc_before_allocation): Use it. Size sections before toc edit too.
567
568 2010-06-25 Alan Modra <amodra@gmail.com>
569
570 * emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
571
572 2010-06-20 Danny Smith <dannysmith@users.sourceforge.net>
573
574 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
575 auto-import and merge-rdata defaults same for i[3-7]86 and
576 x86_64 mingw.
577
578 2010-06-15 Joseph Myers <joseph@codesourcery.com>
579
580 * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.
581
582 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
583
584 PR ld/11603
585 * pe-dll.c (process_def_file_and_drectve): Reorder check for
586 forwarded export name after check for ordinary export.
587
588 2010-06-08 Bernd Schmidt <bernds@codesourcery.com>
589
590 * emulparams/elf32_tic6x_le.sh (OTHER_BSS_SECTIONS): New.
591
592 2010-06-08 Nick Clifton <nickc@redhat.com>
593
594 * fdl.texi: Replace with v1.3 text.
595 * ld.texinfo: Replace abbreviated 20th century year numbers with
596 full versions.
597 * ldint.texinfo: Likewise.
598 Relicense under GFDL v1.3. Replace text of v1.1 FDL with an
599 include of the fdl.texi file.
600
601 2010-06-01 Tristan Gingold <gingold@adacore.com>
602
603 * scripttempl/alphavms.sc: Add comments. Move $LINK$ to the
604 readonly output-section. Handle LIB$INITIALIZE and sections
605 created by gcc.
606 * emultempl/vms.em (vms_place_orphan): Add comments.
607
608 2010-05-28 Nick Clifton <nickc@redhat.com>
609
610 * Makefile.am (eshlelf_fd.c): Fix typo in rule.
611 * Makefile.in: Regenerate.
612
613 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
614
615 PR ld/11628
616 * ldexp.c (fold_binary): Warn if value of SEGMENT_START isn't
617 multiple of maximum page size.
618
619 2010-05-25 Nick Clifton <nickc@redhat.com>
620
621 * Makefile.am: Fix typo.
622 * Makefile.in: Regenerate.
623
624 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
625 Joseph Myers <joseph@codesourcery.com>
626 Andrew Stubbs <ams@codesourcery.com>
627
628 * Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
629 (eshelf_fd.c, eshlelf_fd.c): New rules.
630 * Makefile.in: Regenerate.
631 * configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
632 emulations.
633 * emulparams/shelf_fd.sh: New file.
634 * emulparams/shlelf_fd.sh: New file.
635 * emulparams/shlelf_linux.sh: Update comment.
636
637 2010-05-25 Jay Krell <jay.krell@cornell.edu>
638
639 PR ld/11621
640 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
641 * Makefile.in: Regenerate.
642
643 2010-05-25 Kai Tietz <kai.tietz@onevision.com>
644
645 * deffilep.y (opt_name): Allow leading dot.
646 (dot_name): Likewise.
647 (anylang_id): Likewise.
648 * emultempl/pep.em (gld_${EMULATION_NAME}_before_parse): Enable by
649 default auto_import.
650 (gld${EMULATION_NAME}_handle_option): Warn about v1.
651 (pep_find_data_imports): Remove superflous warnings about
652 auto-import.
653 (gld_${EMULATION_NAME}_get_script): Don't merge for auto-import
654 and active pseudo-relocation-v2 rdata into data section.
655 * emultempl/pe.em (default_merge_rdata): New shell variable.
656 (MERGE_RDATA_V2): New macro.
657 (gld_${EMULATION_NAME}_get_script): Adjust rule for auto-import
658 selected script.
659
660 2010-05-15 Kai Tietz <kai.tietz@onevision.com>
661
662 * emultempl/pe.em (is_underscoring): New helper function.
663 (gld_${EMULATION_NAME}_before_parse): Replace code
664 for pe(p)_leading_underscore detection by is_underscoring.
665 (U): Likewise.
666 (GET_INIT_SYMBOL_NAME): Likewise.
667 (U_SIZE): Likewise.
668 (set_pe_name):
669 (set_entry_point):
670 (gld_${EMULATION_NAME}_set_symbols):
671 * emultempl/pep.em: Likewise.
672 * pe-dll.c (pe_detail_list): Set default
673 underscoring for x64 target.
674 (pe_dll_id_target): Add initialization of
675 pe(p)_leading_underscore.
676
677 2010-05-15 Dave Korn <dave.korn.cygwin@gmail.com>
678
679 * pe-dll.c: Removed trailing whitespaces.
680
681 2010-05-14 Alan Modra <amodra@gmail.com>
682
683 PR ld/11583
684 * ldexp.c (exp_fold_tree_1): If assignment source expression is
685 invalid, make the destination symbol undefined.
686
687 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
688
689 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
690 Initialize pe(p)_leading_underscore variable.
691 (set_pe_name): Likewise.
692 * emultempl/pep.em: Likewise.
693 Additional change default to non-underscore for
694 pep_leading_underscore equal to -1.
695
696 2010-05-07 Tristan Gingold <gingold@adacore.com>
697
698 * Makefile.in: Regenerate with automake 1.11.1.
699 * aclocal.m4: Ditto.
700
701 2010-05-05 Nick Clifton <nickc@redhat.com>
702
703 * po/es.po: Updated Spanish translation.
704
705 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
706
707 * pe-dll.c (_nm_-symbols): Use always underscored variant
708 for symbols.
709 (__imp_-symbols): Likewise.
710 (___imp_-symbols): Likewise.
711 * NEWS: Mention ABI change for x64 PE-COFF.
712
713 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
714
715 * Makefile.am (install-exec-local): Properly install ld as
716 default cross linker.
717 * Makefile.in: Regenerated.
718
719 2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
720 Nick Clifton <nickc@redhat.com>
721
722 * configure.in (install_as_default): Define and set to true
723 unless --enable-gold=both/gold has been specified.
724 * configure: Regenerate.
725
726 * Makefile.am (transform): Use ld.bfd as the default name of
727 the linker.
728 (install-exec-local): Also install the executable as a binary
729 named 'ld' if install_as_default is true.
730 * Makefile.in: Regenerate.
731
732 2010-04-22 Nick Clifton <nickc@redhat.com>
733
734 * po/ld.pot: Updated by the Translation project.
735 * po/vi.po: Updated Vietnamese translation.
736 * po/bg.po: Updated Bulgarian translation.
737
738 2010-04-15 Andrew Haley <aph@redhat.com>
739
740 * emultempl/armelf.em (merge_exidx_entries): New variable.
741 (OPTION_NO_MERGE_EXIDX_ENTRIES): New definition.
742 ("no-merge-exidx-entries"): New option.
743 * ld.texinfo (merge-exidx-entries): Document this option.
744
745 2010-04-14 Tristan Gingold <gingold@adacore.com>
746
747 * emulparams/alphavms.sh: New file.
748 * emultempl/vms.em: New file.
749 * scripttempl/alphavms.sc: New file.
750 * configure.tgt (alpha*-*-*vms*): Added.
751 * Makefile.am (ALL_EMULATIONS): Add ealphavms.o
752 (ealphavms.c): New target.
753 * Makefile.in: Regenerate.
754
755 2010-04-09 Nick Clifton <nickc@redhat.com>
756
757 * ldlang.c (wild_sort): Remove unused variable section_name.
758
759 2010-04-07 Alan Modra <amodra@gmail.com>
760
761 * configure: Regenerate.
762
763 2010-04-06 H.J. Lu <hongjiu.lu@intel.com>
764
765 PR ld/11434
766 * ld/testsuite/ld-x86-64/unique1.d: New.
767 * ld/testsuite/ld-x86-64/unique1.s: Likewise.
768
769 * ld-x86-64/x86-64.exp: Run unique1.
770
771 2010-04-05 Kai Tietz <kai.tietz@onevision.com>
772
773 * emultempl/pep.em (U): Macro modified.
774 (U_SIZE): New helper macro.
775 (GET_INIT_SYMBOL_NAME): Likewise.
776 (enum options): Add OPTION_NO_LEADING_UNDERSCORE
777 and OPTION_LEADING_UNDERSCORE enumerator-values.
778 (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
779 option.
780 (definfo): Add new member is_c_symbol.
781 (D): Add to macro underscore mode parameter.
782 (init): Add definition for is_c_symbol.
783 (gld_${EMULATION_NAME}_list_options): Display new options.
784 (set_pep_name): Adjust underscoring dependent fixed
785 symbol handling.
786 (gld_${EMULATION_NAME}_set_symbols): Likewise.
787 (saw_option): Likewise.
788 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
789 (set_entry_point): Initial initial_symbol_char dependent to
790 target's default and new option flag pep_leading_underscore.
791 * emultempl/pe.em (U): Macro modified.
792 (U_SIZE): New helper macro.
793 (GET_INIT_SYMBOL_NAME): Likewise.
794 (OPTION_LEADING_UNDERSCORE): Add new option define.
795 (OPTION_NO_LEADING_UNDERSCORE): Likewise.
796 (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
797 option.
798 (definfo): Add new member is_c_symbol.
799 (D): Add to macro underscore mode parameter.
800 (init): Add definition for is_c_symbol.
801 (gld_${EMULATION_NAME}_list_options): Display new options.
802 (set_pep_name): Adjust underscoring dependent fixed
803 symbol handling.
804 (gld_${EMULATION_NAME}_set_symbols): Likewise.
805 (saw_option): Likewise.
806 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
807 (set_entry_point): Initial initial_symbol_char dependent to
808 target's default and new option flag pep_leading_underscore.
809 * pe-dll.c (pe_leading_underscore): New flag variable.
810 (pe_detail_list): Remove const to allow modify of
811 member underscore.
812 (pe_dll_id_target): Initialize pe_details' underscore variable
813 dependent to target's default and flag pe_leading_underscore.
814 * pe-dll.h (pe_leading_underscore): Add extern declaration of
815 option flag.
816 * pep-dll.c (pe_leading_underscore): Add alias define for
817 pep_leading_underscore.
818 * pep-dll.h (pep_leading_underscore) Add extern declaration of
819 option flag.
820 * ld.texinfo: Add documentation for --(no-)leading-underscore
821 option.
822
823 2010-03-26 Alan Modra <amodra@gmail.com>
824
825 PR ld/11426
826 * configure.host (many linux targets <HOSTING_CRT0>): Remove edits.
827 (m68*-motorola-sysv <HOSTING_LIBS>): Use here doc, not echo.
828
829 2010-03-25 Joseph Myers <joseph@codesourcery.com>
830
831 * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
832 eelf32_tic6x_le.o.
833 (eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
834 * NEWS: Add news entry for TI C6X support.
835 * configure.tgt (tic6x-*-*): New.
836 * emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
837
838 2010-03-23 Joseph Myers <joseph@codesourcery.com>
839
840 * scripttempl/elf.sc (RODATA_NAME, SDATA_NAME, SBSS_NAME,
841 BSS_NAME): Define if not already defined. Use in place of some
842 hardcoded section names.
843
844 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
845
846 * scripttempl/elf.sc (INIT_ARRAY): Re-indent.
847
848 2010-03-18 Aymeric Vincent <vincent@labri.fr>
849
850 PR ld/11384
851 * emultempl/sh64elf.em: Add missing EOF.
852
853 2010-03-18 Doug Semler <dougsemler@gmail.com>
854
855 * pe-dll.c (make_one): Make text section readonly.
856 (make_one): Add *ABS* symbol @feat.00 with value 1 to tag
857 the jump stub on X86 as /SAFESEH compatible for
858 native toolchains.
859
860 2010-03-17 Alan Modra <amodra@gmail.com>
861
862 * ldlang.c (lang_size_sections_1): Remove "s" param. Set "s" from
863 *prev instead. Update all callers.
864
865 2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
866
867 * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
868 region and phdrs as their placement section.
869
870 2010-03-15 Alan Modra <amodra@gmail.com>
871
872 * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
873 (ppc_before_allocation): Call sort_toc_sections.
874 (no_toc_sort, OPTION_NO_TOC_SORT): New.
875 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
876 PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
877
878 2010-03-14 Alan Modra <amodra@gmail.com>
879
880 PR ld/11378
881 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
882 ppc64_elf_check_init_fini and warn if .init/.fini use different TOCs.
883
884 2010-03-11 George Gensure <werkt0@gmail.com>
885
886 PR ld/11367
887 * ldcref.c (handle_asneeded_cref): Correct copying of refs.
888
889 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
890
891 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
892 eelf_i386_sol2.o.
893 (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
894 (eelf32_sparc_sol2.c): New rule.
895 (eelf64_sparc_sol2.c): Likewise.
896 (eelf_x86_64_sol2.c): Likewise.
897 (eelf_i386_sol2.c): Likewise.
898 * Makefile.in: Regenerate.
899 * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
900 elf_i386_sol2.
901 Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
902 (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
903 Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
904 (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
905 Add target_extra_emuls.
906 (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
907 Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
908 (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
909 Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
910 * emulparams/elf32_sparc_sol2.sh: New file.
911 * emulparams/elf64_sparc_sol2.sh: New file.
912 * emulparams/elf_i386_sol2.sh: New file.
913 * emulparams/elf_x86_64_sol2.sh: New file.
914 * emultempl/solaris2.em: New file.
915
916 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
917
918 PR ld/11330
919 * ld.texinfo: Replace explicitely with explicitly.
920
921 2010-02-27 Jie Zhang <jie@codesourcery.com>
922
923 * scripttempl/armbpabi.sc: Don't combine .init_array.* or
924 .fini_array.* when do relocatable linking.
925 * scripttempl/elf.sc: Likewise.
926 * scripttempl/elf32sh-symbian.sc: Likewise.
927 * scripttempl/elf64hppa.sc: Likewise.
928 * scripttempl/elfxtensa.sc: Likewise.
929
930 2010-02-26 Alan Modra <amodra@gmail.com>
931
932 * scripttempl/elf.sc (.fini_array): Place input .fini_array after
933 .fini_array.*.
934 * scripttempl/armbpabi.sc: Likewise.
935 * scripttempl/elf32sh-symbian.sc: Likewise.
936 * scripttempl/elf64hppa.sc: Likewise.
937 * scripttempl/elfxtensa.sc: Likewise.
938
939 2010-02-25 Alan Modra <amodra@gmail.com>
940
941 PR ld/11304
942 * ldlang.c (init_os): Remove isec param. Don't check for
943 bfd_section already set or call bfd_init_private_section_data
944 here.
945 (exp_init_os): Update init_os call.
946 (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE
947 flags. Call bfd_init_private_section_data here.
948 (map_input_to_output_sections): Tidy. Update init_os calls.
949 Use os->sectype to select sec flags for lang_data_statement.
950
951 2010-02-23 Alan Modra <amodra@gmail.com>
952
953 PR ld/11304
954 * ldlang.c: Revert last patch.
955
956 2010-02-23 Nick Clifton <nickc@redhat.com>
957
958 * po/bg.po: Updated Bulgarian translation.
959
960 2010-02-22 Alan Modra <amodra@gmail.com>
961
962 PR ld/11304
963 * ldlang.c (exp_init_os): Delete forward declaration.
964 (init_os): Don't check for bfd_section already created and don't
965 init addr_tree and load_base expressions here.
966 (map_input_to_output_sections): Only map input to output sections
967 and set constraints here, and as an exception, create output
968 sections which have their address set. Move all the other code to..
969 (create_other_output_sections): ..here. New function. Handle init
970 of addr_tree and load_base here too.
971 (lang_process): Call create_other_output_sections.
972
973 2010-02-19 Alan Modra <amodra@gmail.com>
974
975 * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
976 * Makefile.in: Regenerate.
977
978 2010-02-19 Alan Modra <amodra@gmail.com>
979
980 * ldlang.c (unique_section_p): Add os param. Allow group
981 sections to match /DISCARD/. Update all callers.
982 * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
983 (LDEMUL_BEFORE_ALLOCATION): Define.
984
985 2010-02-15 Nick Clifton <nickc@redhat.com>
986
987 * po/vi.po: Updated Vietnamese translation.
988
989 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
990
991 * Makefile.am (CFILES): Add ldlex-wrapper.c.
992 (OFILES): Replace ldlex.c with ldlex-wrapper.c.
993 (ldlex.o): Replace with...
994 (ldlex-wrapper.o): ...this new rule.
995 (EXTRA_ld_new_SOURCES): Add ldlex.l.
996 (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
997 * Makefile.in: Regenerate.
998 * ldlex.l (sysdep.h): Don't include here.
999 * ldlex-wrapper.c: New file.
1000
1001 2010-02-09 Alan Modra <amodra@gmail.com>
1002
1003 * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
1004 function parameters.
1005
1006 2010-02-05 Nick Clifton <nickc@redhat.com>
1007
1008 * configure.in (ALL_LIBGUAS): Add bg.
1009 * configure: Regenerate.
1010 * po/bg.po: New Bulgarian translation.
1011
1012 2010-02-05 Ryan Mansfield <rmansfield@qnx.com>
1013
1014 * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
1015 --target1-abs and --target1-rel options.
1016
1017 2010-02-03 Nick Clifton <nickc@redhat.com>
1018
1019 * emultempl/alphaelf.em: Update value expected from elf_object_id.
1020 * emultempl/hppaelf.em: Likewise.
1021 * emultempl/mipself.em: Likewise.
1022 * emultempl/ppc32elf.em: Likewise.
1023 * emultempl/ppc64elf.em: Likewise.
1024
1025 2010-02-03 Alan Modra <amodra@gmail.com>
1026
1027 * emultempl/ppc64elf.em (build_toc_list): Report errors from
1028 ppc64_elf_next_toc_section.
1029 (after_allocation): Update for changed function names and params.
1030 Run second pass of multitoc partitioning.
1031
1032 2010-01-21 Jon Grant <jg@jguk.org>
1033 Nick Clifton <nickc@redhat.com>
1034
1035 PR 4437
1036 * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
1037 a missing file or library. Instead mark the entry as missing and
1038 set the global flag to indicate that missing files were
1039 encountered.
1040 * ldlang.c (missing_files): New exported variable.
1041 (load_symbols): Skip loading if the file is missing.
1042 (open_input_bfds): Terminate link if any input files were
1043 missing.
1044 * ldlang.h (struct lang_input_statement_struct): Add missing_file
1045 field.
1046 Add export of missing_file variable.
1047
1048 2010-01-13 DJ Delorie <dj@redhat.com>
1049
1050 * emultempl/elf32.em (_place_orphan): If an input section doesn't
1051 match an existing output section, but an unused output section
1052 statement does match, use it.
1053 * emultempl/pe.em (_place_orphan): Likewise.
1054 * emultempl/pep.em (_place_orphan): Likewise.
1055
1056 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1057
1058 * configure: Regenerate.
1059 * Makefile.in: Regenerate.
1060
1061 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
1062
1063 * ldver.c (ldversion): Change to "Copyright 2010".
1064
1065 2010-01-08 Alan Modra <amodra@gmail.com>
1066
1067 PR 11107
1068 * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
1069
1070 For older changes see ChangeLog-2009
1071 \f
1072 Local Variables:
1073 mode: change-log
1074 left-margin: 8
1075 fill-column: 74
1076 version-control: never
1077 End:
This page took 0.050394 seconds and 5 git commands to generate.