Update soruces to make alpha, arc and arm targets compile cleanly
[platform/upstream/binutils.git] / ld / ChangeLog
1 2009-09-25  Martin Thuresson  <martint@google.com>
2
3         Update soruces to make arm targets compile cleanly with
4         -Wc++-compat:
5         * emultempl/armelf.em: Add casts.
6
7 2009-09-23  Matt Rice  <ratmice@gmail.com>
8
9         * emultempl/elf32.em (gld${EMULATION_NAME}_add_options): Add --audit,
10         --depaudit, and -P options.
11         (gld${EULATION_NAME}_handle_options): Ditto.
12         (gld${EULATION_NAME}_list_options): Ditto.
13         (gld${EMULATION_NAME}_append_to_separated_string): New function for
14         handling rpath-like colon separated strings.
15         (gld${EMULATION_NAME}_before_allocation): Pass the audit and depaudit
16         libs to bfd.  Propagate DT_AUDIT from needed libs to depaudit.
17         * ld.texinfo: Document new options.
18
19 2009-09-23  Nick Clifton  <nickc@redhat.com>
20
21         * po/vi.po: Updated Vietnamese translation.
22
23 2009-09-22  Alan Modra  <amodra@bigpond.net.au>
24
25         * scripttempl/a29k.sc: Delete.
26         * scripttempl/ebmon29k.sc: Delete.
27         * scripttempl/m68klynx.sc: Delete.
28         * scripttempl/sa29200.sc: Delete.
29         * scripttempl/sparclynx.sc: Delete.
30
31 2009-09-21  Alan Modra  <amodra@bigpond.net.au>
32
33         * emultempl/ppc32elf.em (no_tls_get_addr_opt): New var.
34         (ppc_before_allocation): Pass to ppc_elf_tls_setup.
35         (OPTION_NO_TLS_GET_ADDR_OPT): Define.  Redefine other options in
36         terms of previous option.
37         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add
38         --no-tls-get-addr-optimize.
39         (PARSE_AND_LIST_ARGS_CASES): Handle it.
40         * emultempl/ppc64elf.em (no_tls_get_addr_opt): New var.
41         (ppc_before_allocation): Pass to ppc64_elf_tls_setup.
42         (OPTION_NO_TLS_GET_ADDR_OPT): Define.
43         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add
44         --no-tls-get-addr-optimize.
45         (PARSE_AND_LIST_ARGS_CASES): Handle it.
46
47 2009-09-18  Nick Clifton  <nickc@redhat.com>
48
49         * po/es.po: Updated Spanish translation.
50
51 2009-09-13  Alan Modra  <amodra@bigpond.net.au>
52
53         PR ld/6766
54         * lexsup.c (parse_args <-e>): Revert 2009-03-18 change.
55         * ldemul.c (after_parse_default): Add entry symbol as undef.
56         * emultempl/alphaelf.em (alpha_after_parse): Call after_parse_default.
57         * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
58         * emultempl/crxelf.em (crxelf_after_parse): Likewise.
59         * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
60         * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Likewise.
61         * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Call
62         after_parse_default and delete now duplicate code.
63         * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise.
64         * scripttempl/elf32cr16.sc: No need to make entry extern.
65         * scripttempl/elf32cr16c.sc: Likewise.
66         * scripttempl/elf32crx.sc: Likewise.
67         * scripttempl/elf32xc16xs.sc: Only provide ENTRY on final link.
68
69 2009-09-11  Nick Clifton  <nickc@redhat.com>
70
71         * po/ld.pot: Updated by the Translation project.
72         * po/fi.po: Updated Finnish translation.
73
74 2009-09-11  Martin Thuresson  <martint@google.com>
75
76         Updated sources to compile cleanly with -Wc++-compat:
77         * ld.h (enum endian_enum,enum symbolic_enum,enum
78         dynamic_list_enum): Move to top level.
79         * ldcref.c: Add casts.
80         * ldctor.c: Add casts.
81         * ldexp.c
82         * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level.
83         * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead
84         of integer.
85         * ldlang.h (enum statement_enum): Move to top level.
86         * ldmain.c: Add casts.
87         * ldwrite.c: Add casts.
88         * lexsup.c: Add casts. (enum control_enum): Move to top level.
89         * mri.c: Add casts. (mri_draw_tree): Use enum name instead of
90         integer.
91
92 2009-09-09  Alan Modra  <amodra@bigpond.net.au>
93
94         * scripttempl/aix.sc: Only provide ENTRY on final link.
95         * scripttempl/alpha.sc: Likewise.
96         * scripttempl/armcoff.sc: Likewise.
97         * scripttempl/crisaout.sc: Likewise.
98         * scripttempl/delta68.sc: Likewise.
99         * scripttempl/ebmon29k.sc: Likewise.
100         * scripttempl/elf32xc16x.sc: Likewise.
101         * scripttempl/elf32xc16xl.sc: Likewise.
102         * scripttempl/elfmicroblaze.sc: Likewise.
103         * scripttempl/epocpe.sc: Likewise.
104         * scripttempl/h8300.sc: Likewise.
105         * scripttempl/h8300h.sc: Likewise.
106         * scripttempl/h8300hn.sc: Likewise.
107         * scripttempl/h8300s.sc: Likewise.
108         * scripttempl/h8300sn.sc: Likewise.
109         * scripttempl/h8300sx.sc: Likewise.
110         * scripttempl/h8300sxn.sc: Likewise.
111         * scripttempl/hppaelf.sc: Likewise.
112         * scripttempl/i386beos.sc: Likewise.
113         * scripttempl/i386coff.sc: Likewise.
114         * scripttempl/i386go32.sc: Likewise.
115         * scripttempl/m68kaux.sc: Likewise.
116         * scripttempl/m68klynx.sc: Likewise.
117         * scripttempl/m88kbcs.sc: Likewise.
118         * scripttempl/maxqcoff.sc: Likewise.
119         * scripttempl/mcorepe.sc: Likewise.
120         * scripttempl/mips.sc: Likewise.
121         * scripttempl/ppcpe.sc: Likewise.
122         * scripttempl/sa29200.sc: Likewise.
123         * scripttempl/sparccoff.sc: Likewise.
124         * scripttempl/sparclynx.sc: Likewise.
125         * scripttempl/tic4xcoff.sc: Likewise.
126         * scripttempl/tic54xcoff.sc: Likewise.
127         * scripttempl/tic80coff.sc: Likewise.
128         * scripttempl/z8000.sc: Likewise.
129
130 2009-09-07  Tristan Gingold  <gingold@adacore.com>
131
132         * po/ld.pot: Regenerate.
133
134 2009-09-05  Martin Thuresson  <martin@mtme.org>
135
136         * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols,
137         gld${EMULATION_NAME}_try_needed): Rename variable class to
138         link_class.
139
140 2009-09-04  Tristan Gingold  <gingold@adacore.com>
141
142         * NEWS: Add marker for 2.20.
143
144 2009-09-04  Alan Modra  <amodra@bigpond.net.au>
145
146         * scripttempl/elf.sc (.text): Add cold text sections.
147
148 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
149
150         * emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
151         and .l2.data.
152
153 2009-09-03  Dave Korn  <dave.korn.cygwin@gmail.com>
154
155         * scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch
156         new GCC hot/cold/unlikely partitions.
157         * scripttempl/pep.sc: Likewise.
158         * scripttempl/epocpe.sc: Likewise.
159         * scripttempl/mcorepe.sc: Likewise.
160         * scripttempl/ppcpe.sc: Likewise.
161
162 2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
163
164         * Makefile.am (ldgram.o, ldlex.o, deffilep.o): Supply correct
165         source file name for generated files which may be in $(srcdir).
166         * Makefile.in: Regenerate.
167
168 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
169
170         * ldver.c (ldversion): Change to "Copyright 2009".
171
172 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
173
174         * scripttempl/elf.sc: Add ${USER_LABEL_PREFIX} to _start, etext,
175         _stack and __bss_start.
176         * emulparams/bfin.sh (ENTRY): Remove.
177
178 2009-08-30  Alan Modra  <amodra@bigpond.net.au>
179
180         PR ld/10569
181         * ldexp.c (fold_name <MAXPAGESIZE>): Return config.maxpagesize.
182         (fold_name <COMMONPAGESIZE>): Similarly.
183         * ldlang.c (output_target): Make global.
184         * ldlang.h (output_target): Declare.
185         * ldmain.c (main): Set config.maxpagesize from bfd_emul_get_maxpagesize.
186         Similarly for config.commonpagesize.
187         * ldemul.c (set_output_arch_default): Call bfd_emul_set_maxpagesize
188         and bfd_emul_set_commonpagesize.
189         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Don't call
190         bfd_emul_set_maxpagesize or bfd_emul_set_commonpagesize here.
191
192 2009-08-29  Martin Thuresson  <martin@mtme.org>
193
194         * ldexp.c (exp_intop, exp_bigintop, exp_relop, exp_binop)
195         (exp_trinop, exp_unop, exp_nameop, exp_assop): Rename variable new
196         to new_e.
197         * ldfile.c (ldfile_add_library_path): Rename variable new to
198         new_dirs. (ldfile_add_arch): Rename variable new to new_arch.
199         * ldlang.c (new_statement, lang_final, lang_add_wild)
200         (lang_target, lang_add_fill, lang_add_data, lang_add_assignment)
201         (lang_add_insert): Rename variable new to new_stmt. (new_afile):
202         Added missing cast. (lang_memory_region_lookup): Rename variable
203         new to new_region. (init_os): Rename variable new to
204         new_userdata. (lang_add_section): Rename variable new to
205         new_section. (ldlang_add_undef): Rename variable new to
206         new_undef. (realsymbol): Rename variable new to new_name.
207
208 2009-08-26  Nick Clifton  <nickc@redhat.com>
209
210         PR ld/10555
211         * emultempl/elf32.em (_after_open): Do not create a
212         .note.gnu-build-id section if there are no input files.
213
214 2009-08-24  Nick Clifton  <nickc@redhat.com>
215
216         * scripttempl/elfxtensa.sc (DISCARDED): Discard sections with
217         .gnu.lto_ prefix.
218         * scripttempl/armbpabi.sc: Likewise.
219         * scripttempl/elf32sh-symbian.sc: Likewise.
220         * scripttempl/elf64hppa.sc: Likewise.
221         * scripttempl/mep.sc: Likewise.
222
223 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
224
225         * Makefile.am (ldmain.o, ldfile.o): Fix typos in non-fastdep
226         rules.
227         (eelf32_spu.o): Add dependency tracking.
228         * Makefile.in: Regenerate.
229
230         * Makefile.am (am__skiplex, am__skipyacc): New.
231         * Makefile.in: Regenerate.
232
233 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
234
235         * Makefile.am (bin_PROGRAMS): Renamed from ...
236         (noinst_PROGRAMS): ... this.
237         (transform): Override, including the renaming of ld-new to ld.
238         (install-exec-local): Installation of ld in $(bindir) not needed
239         here any more.
240         (AM_CPPFLAGS): Renamed from ...
241         (INCLUDES): ... this.
242         (MAINTAINERCLEANFILES): Add ld.1.
243         * Makefile.in: Regenerate.
244
245         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus.  Add
246         no-texinfo.tex, no-dist, foreign.
247         (TEXINFO_TEX): New variable.
248         (install-data-local): Removed, not needed any more.
249         (all): Dependencies upon info and ld.1 not needed any more.
250         (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Removed.
251         (mkdep generated section): Removed.
252         (ldgram.o, ldlex.o, deffilep.o, ldmain.o, ldfile.o): Rewrite to
253         use automake dependency tracking mechanism.
254         (EXTRA_ld_new_SOURCES): Add pep-dll.c, pe-dll.c, and
255         $(ALL_EMULATIONS:.o=.c) $(ALL_64_EMULATIONS:.o=.c) so their
256         dependencies are tracked too.
257         (BUILT_SOURCES): New, list $(GENERATED_HFILES) to ensure they
258         are built early.
259         * configure.in: Use AM_MAINTAINER_MODE.
260         * aclocal.m4, configure, Makefile.in: Regenerate.
261
262         * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
263         (install-pdf-recursive, html__strip_dir, install-html)
264         (install-html-am, install-html-recursive): Remove.
265         * Makefile.in: Regenerate.
266
267         * Makefile.in: Regenerate.
268         * aclocal.m4: Likewise.
269         * config.in: Likewise.
270         * configure: Likewise.
271
272 2009-08-21  Richard Guenther  <rguenther@suse.de>
273
274         * scripttempl/elf.sc: Discard sections with .gnu.lto_ prefix.
275
276 2009-08-12  Tristan Gingold  <gingold@adacore.com>
277
278         * ld.h (fat_user_section_struct): Add map_symbol_def_count field.
279         * ldlang.c (hash_entry_addr_cmp): New function.
280         (print_all_symbols): Sort the symbols by address before printing them.
281
282 2009-08-10  Alan Modra  <amodra@bigpond.net.au>
283
284         PR 10474
285         * ldemul.c (after_allocation_default): Run lang_relax_sections.
286         * ldlang.h (lang_relax_sections): Declare.
287         * ldlang.c (relax_sections): Delete.
288         (lang_relax_sections): New function.
289         (lang_process): Don't relax directly from here.
290         * emultempl/alphaelf.em (alpha_finish): Call finish_default.
291         * emultempl/armelf.em (arm_elf_after_allocation): Delete.  Move body..
292         (gld${EMULATION_NAME}_finish): ..to here.  Move existing code..
293         (gld${EMULATION_NAME}_after_allocation): ..to here.  New function.
294         (LDEMUL_AFTER_ALLOCATION): Update.
295         * emultempl/avrelf.em (avr_elf_finish, LDEMUL_FINISH): Delete.
296         (avr_elf_after_allocation): New function.
297         (LDEMUL_AFTER_ALLOCATION): Define.
298         * emultempl/elf-generic.em (gld${EMULATION_NAME}_map_segments): Call
299         lang_relax_sections.
300         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Delete.  Move..
301         (gld${EMULATION_NAME}_after_allocation): ..code to here.  New function.
302         (LDEMUL_AFTER_ALLOCATION, LDEMUL_FINISH): Update.
303         * emultempl/genelf.em (gld${EMULATION_NAME}_finish): Delete.  Move..
304         (gld${EMULATION_NAME}_after_allocation): ..code to here.  New function.
305         (LDEMUL_FINISH): Delete.
306         (LDEMUL_AFTER_ALLOCATION): Define.
307         * emultempl/hppaelf.em (gld${EMULATION_NAME}_finish): Delete.  Move..
308         (gld${EMULATION_NAME}_after_allocation): ..to here.  New function.
309         (LDEMUL_FINISH): Delete.
310         (LDEMUL_AFTER_ALLOCATION): Define.
311         * emultempl/m68hc1xelf.em (m68hc11elf_finish): Delete.  Move..
312         (m68hc11elf_after_allocation): ..to here.  New function.
313         (LDEMUL_FINISH): Delete.
314         (LDEMUL_AFTER_ALLOCATION): Define.
315         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
316         gld${EMULATION_NAME}_after_allocation.
317         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Call
318         gld${EMULATION_NAME}_after_allocation.
319         * emultempl/mmo.em (mmo_finish): Delete.  Move body..
320         (gld${EMULATION_NAME}_after_allocation): ..to here.  New function.
321         (LDEMUL_FINISH): Define.
322         * emultempl/ppc64elf.em (ppc_layout_sections_again): Set elf_gp.
323         (gld${EMULATION_NAME}_finish): Move code sizing sections..
324         (gld${EMULATION_NAME}_after_allocation): ..to here.
325         * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
326         Call gld${EMULATION_NAME}_after_allocation.
327         * emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Delete
328         bfd_elf_discard_info and map_segments call.
329
330 2009-08-06  Michael Eager <eager@eagercon.com>
331
332         * Makefile.am: Add eelf32mb_linux.o, eelf32microblaze.o to
333         ALL_EMULATIONS, targets.
334         * Makefile.in: Regenerate.
335         * configure.tgt: Add microblaze*-linux*, microblaze* targets.
336         * emulparams/elf32mb_linux.sh: New.
337         * emulparams/elf32microblaze.sh. New.
338         * scripttempl/elfmicroblaze.sc: New.
339
340 2009-08-05  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
341
342         * emulparams/elf32_spu.sh (OTHER_READONLY_SECTIONS): Add .fixup
343         section and __fixup_start symbol.
344         * emultempl/spuelf.em (params): Initialize emit_fixups member.
345         (spu_before_allocation): Call spu_elf_size_sections.
346         (OPTION_SPU_EMIT_FIXUPS): Define.
347         (PARSE_AND_LIST_LONGOPTS): Add --emit-fixups.
348         (PARSE_AND_LIST_ARGS_CASES): Handle --emit-fixups.
349         * ld.texinfo (--emit-fixups): Document.
350
351 2009-08-04  Alan Modra  <amodra@bigpond.net.au>
352
353         PR 10474
354         * emultempl/ppc32elf.em (ppc_before_allocation): Test rawsize,
355         not size, after lang_reset_memory_regions.
356
357 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
358
359         * emulparams/elf32ppc.sh (PLT): Don't include ".iplt".
360         * emulparams/elf_i386.sh (IREL_IN_PLT): Define.
361         * emulparams/elf_x86_64.sh (IREL_IN_PLT): Define.
362         * scripttempl/elf.sc: Create separate .iplt and .rela.iplt sections
363         when !IREL_IN_PLT.
364
365 2009-07-29  Hans-Peter Nilsson  <hp@bitrange.com>
366
367         * scripttempl/mmo.sc: For relocateable links, set $OUTPUT_FORMAT to
368         the new $RELOCATEABLE_OUTPUT_FORMAT, if set.
369         (OUTPUT_FORMAT): Use the variable $OUTPUT_FORMAT.
370         (ENTRY): Don't emit for relocateable links.
371         (/DISCARD/): Don't discard .gnu.warning.* for relocateable links.
372         * emulparams/mmo.sh (RELOCATEABLE_OUTPUT_FORMAT): Set, to
373         elf64-mmix.
374         * emulparams/elf64mmix.sh (OTHER_TEXT_SECTIONS): Empty, don't
375         provide "Main" or set "_start.", for relocateable links.
376
377 2009-07-27  Nick Clifton  <nickc@redhat.com>
378
379         * (po/fi.po): Updated Finnish translation.
380
381 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
382
383         * configure.tgt (targ64_extra_emuls): Add elf_l1om if elf_x86_64
384         is supported.  Add elf_l1om_fbsd if elf_x86_64_fbsd is supported.
385         (targ_extra_emuls): Likewise.
386
387         * Makefile.am (ALL_64_EMULATIONS): Add eelf_l1om.o and
388         eelf_l1om_fbsd.o
389         (eelf_l1om.c): New.
390         (eelf_l1om_fbsd.c): Likewise.
391         * Makefile.in: Regenerated.
392
393         * emulparams/elf_l1om.sh: New.
394         * emulparams/elf_l1om_fbsd.sh: Likewise.
395
396 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
397
398         * NEWS: Mention the linker's support for symbols with a binding of
399         STB_GNU_UNIQUE.
400
401 2009-07-22  H.J. Lu  <hongjiu.lu@intel.com>
402
403         PR ld/10429
404         * ldlang.c (insert_os_after): Tie assignments to non-alloc
405         output sections if there is no-input section.
406
407 2009-07-11  Alan Modra  <amodra@bigpond.net.au>
408
409         * ldlang.c (insert_os_after): Don't tie assignments to non-alloc
410         output sections.
411
412 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
413
414         * emultempl/ppc32elf.em (ppc_before_allocation): Turn on
415         linker relaxation if it might be necessary.
416
417 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
418
419         * emulparams/elf32ppc.sh (GOTPLT, PLT): Handle .iplt.
420
421 2009-07-06  Matthias Klose <doko@ubuntu.com>
422
423         * ld.texinfo: Fix typo.
424
425 2009-07-03  Tristan Gingold  <gingold@adacore.com>
426
427         * scripttempl/pep.sc: Put .eh_frame in its own section.
428         * scripttempl/pe.sc: Ditto.
429
430 2009-06-26  Kai Tietz  <kai.tietz@onevision.com>
431
432         * scripttempl/pe.sc (.debug_pubtypes): Added section rule.
433         * scripttempl/pep.sc: Likewise.
434
435 2009-06-25  Tristan Gingold  <gingold@adacore.com>
436
437         * ldlang.c (print_input_section): Add is_discarded parameter.  Adjust
438         prototype.
439         (lang_map): Print the size of discarded sections.
440         (print_statement): Adjust call to print_input_section.
441
442 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
443
444         Merge cegcc and mingw32ce target name changes from CeGCC project:
445
446         2008-09-24  Pedro Alves  <pedroalves@users.sourceforge.net>
447
448         * configure.tgt (arm*-*-cegcc*): Set LIB_PATH to
449         ${tooldir}/lib/w32api.
450
451         2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
452
453         * configure.tgt: Add arm*-*-cegcc* target.
454
455         2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
456
457         * configure.tgt: Add arm-*-mingw32ce* target.
458
459 2009-06-10  Philip Blundell  <philb@gnu.org>
460
461         * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Avoid crash
462         if section has no ELF data.
463
464 2009-06-06  H.J. Lu  <hongjiu.lu@intel.com>
465
466         * scripttempl/elf.sc: Add .rel.ifunc and .rela.ifunc.
467
468 2009-06-05  H.J. Lu  <hongjiu.lu@intel.com>
469
470         * scripttempl/elf.sc: Remove .rel.ifunc.dyn and .rela.ifunc.dyn.
471
472 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
473
474         * dep-in.sed: Don't use \n in replacement part of s command.
475         * Makefile.am (DEP1): LC_ALL for uniq.
476         * Makefile.in: Regenerate.
477
478 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
479
480         * scripttempl/elf.sc (PLT): Add "*(.iplt)".
481         (GOT): Add "*(.igot.plt)a" and "*(.igot)".
482         (GOTPLT): Add "*(.igot)".
483         (__rel_iplt_start): New.
484         (__rel_iplt_end): Likewise.
485         (__rela_iplt_start): Likewise.
486         (__rela_iplt_end): Likewise.
487
488 2009-05-27  Dave Korn  <dave.korn.cygwin@gmail.com>
489
490         * deffilep.y (%union):  Add new string-type semantic value 'digits'.
491         (%token):  Remove NUMBER as token, add DIGITS.
492         (%type):  Add NUMBER as type.  Add new id types anylang_id, opt_id.
493         (ALIGNCOMM):  Parse an anylang_id instead of a plain ID.
494         (anylang_id):  New production.
495         (opt_digits):  Likewise.
496         (opt_id):  Likewise.
497         (NUMBER):  Likewise.
498         (def_lex):  Return strings of digits in raw string form as DIGITS
499         token, instead of converting to numeric integer type.
500
501 2009-05-26  Nathan Sidwell  <nathan@codesourcery.com>
502
503         * ldmain.c (main): Don't reject --relax -r.
504         * ld.texinfo (PowerPC ELF32): Document behaviour of relaxing
505         partial links.
506
507 2009-05-26  Nick Clifton  <nickc@redhat.com>
508
509         * po/id.po: Updated Indonesian translation.
510         * po/ld.pot: Updated template file.
511
512 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
513
514         * dep-in.sed: Output one filename per line with all lines having
515         continuation backslash.  Prefix first line with "A", following
516         lines with "B".
517         * Makefile.am (DEP): Don't use dep.sed here.
518         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
519         sort and uniq.
520         * Makefile.in: Regenerate.
521
522 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
523
524         * ldlang.c (lang_check_section_addresses): Ignore non-alloc sections.
525
526 2009-05-22  Julian Brown  <julian@codesourcery.com>
527
528         * emultempl/armelf.em (fix_cortex_a8): New.
529         (arm_elf_before_allocation): Call bfd_elf32_arm_set_cortex_a8_fix.
530         (arm_elf_create_output_section_statements): Add fix_cortex_a8 to
531         bfd_elf32_arm_set_target_relocs.
532         (OPTION_FIX_CORTEX_A8, OPTION_NO_FIX_CORTEX_A8): New.
533         (PARSE_AND_LIST_LONGOPTS): Add [no-]fix-cortex-a8 options.
534         (PARSE_AND_LIST_OPTIONS): Add [no-]fix-cortex-a8 options.
535         (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_[NO_]FIX_CORTEX_A8.
536         * ld.texinfo (--[no-]fix-cortex-a8): Briefly document new options.
537
538 2009-05-22  Nathan Sidwell  <nathan@codesourcery.com>
539
540         * ldlang.c (lang_check_section_addresses): Ignore non-loadable
541         sections when checking for overlap.  Clarify error message
542         concerns load address.
543
544 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
545
546         * Makefile.am: Run "make dep-am".
547         * Makefile.in: Regenerate.
548
549 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
550
551         * NEWS:  Mention new feature.
552         * deffile.h (def_file_aligncomm):  Add new struct definition.
553         (def_file):  Add new def_file_aligncomm member.
554         * deffilep.y (%token):  Add new ALIGNCOMM token.
555         (command):  Add production rule for ALIGNCOMM.
556         (def_file_free):  Free any chained def_file_aligncomm structs.
557         (diropts[]):  Add entry for '-aligncomm' .drectve command.
558         (def_aligncomm):  New grammar function.
559         * ld.texinfo:  Document new feature.
560         * pe-dll.c (process_def_file):  Rename from this ...
561         (process_def_file_and_drectve):  ... to this, updating all callers,
562         and process any aligncomms chained to the def file after scanning
563         all .drectve sections.
564         (generate_edata):  Updated to match.
565         (pe_dll_build_sections):  Likewise.
566
567 2009-05-17  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
568
569         * pe-dll.c (process_def_file): Do not create empty export table.
570
571 2009-05-15  Alan Modra  <amodra@bigpond.net.au>
572
573         * ldlang.c (lang_output_section_statement_lookup): Add function
574         comment.  Make "name" non-const.  Ensure duplicate entries use
575         the same string, allowing simple comparison in hash bucket loop.
576         Tweak constraint check.
577         (next_matching_output_section_statement): New function.
578         * ldlang.h (lang_output_section_statement_lookup): Update.
579         (next_matching_output_section_statement): Declare.
580         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
581         combine orphan sections when input sections flags differ in
582         alloc or load.
583         * emultempl/pe.em: Formatting throughout.
584         (gld${EMULATION_NAME}_place_orphan): As for elf32.em.
585         * emultempl/pep.em: Formatting throughout.
586         (gld${EMULATION_NAME}_place_orphan): As for elf32.em.
587
588 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
589
590         * emultempl/spuelf.em (PARSE_AND_LIST_ARGS_CASES): Always use
591         compact stubs with software i-cache.
592
593 2009-05-14  Alan Modra  <amodra@bigpond.net.au>
594
595         * emultempl/spuelf.em (spu_before_allocation): Call
596         spu_elf_place_overlay_data.
597
598 2009-05-14  Alan Modra  <amodra@bigpond.net.au>
599
600         * ldlang.c (lang_insert_orphan): Add __start_<section> symbol
601         assignment inside output section statement.  Ensure only one
602         set of symbols per output section.
603         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add non-
604         dollar sections before dollar sections.  Correct add_child
605         list insertion.
606         * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
607
608 2009-05-05  Paul Brook  <paul@codesourcery.com>
609
610         * emultempl/armelf.em (compare_output_sec_vma): New function.
611         (gld${EMULATION_NAME}_finish): Add exidx munging code.
612
613 2009-05-05  Anatoly Sokolov  <aesok@post.ru>
614
615         * scripttempl/avr.sc (MEMORY): Use DATA_ORIGIN.
616         * emulparams/avr1.sh (DATA_ORIGIN): Add.
617         * emulparams/avr2.sh (DATA_ORIGIN): Add.
618         * emulparams/avr25.sh (DATA_ORIGIN): Add.
619         * emulparams/avr3.sh (DATA_ORIGIN): Add.
620         * emulparams/avr31.sh (DATA_ORIGIN): Add.
621         * emulparams/avr35.sh (DATA_ORIGIN): Add.
622         * emulparams/avr4.sh (DATA_ORIGIN): Add.
623         * emulparams/avr5.sh (DATA_ORIGIN): Add.
624         * emulparams/avr51.sh (DATA_ORIGIN): Add.
625         (DATA_LENGTH): Update.
626         * emulparams/avr6.sh (DATA_ORIGIN): Add.
627         (DATA_LENGTH): Update.
628
629 2009-05-04  Dave Korn  <dave.korn.cygwin@gmail.com>
630
631         * NEWS:  Mention new feature.
632         * ld.texinfo (--version-script):  Document extent of PE support.
633         (WIN32):  Mention --version-script.  Extend auto-export description.
634         * pe-dll.c (process_def_file):  Use version script info to filter
635         symbols from auto-export.
636         * testsuite/ld-pe/vers-script-1.d:  New file.
637         * testsuite/ld-pe/vers-script-2.d:  New file.
638         * testsuite/ld-pe/vers-script-3.d:  New file.
639         * testsuite/ld-pe/vers-script-4.d:  New file.
640         * testsuite/ld-pe/vers-script-1.ver:  New file.
641         * testsuite/ld-pe/vers-script-2.ver:  New file.
642         * testsuite/ld-pe/vers-script-3.ver:  New file.
643         * testsuite/ld-pe/vers-script-4.ver:  New file.
644         * testsuite/ld-pe/vers-script-dll.c:  New file.
645         * testsuite/ld-pe/vers-script.exp:  New test script.
646
647 2009-05-01  Nathan Sidwell  <nathan@codesourcery.com>
648
649         * emulparams/vxworks.sh (TEXT_START_ADDR): Override.
650
651 2009-04-30  Nick Clifton  <nickc@redhat.com>
652
653         * NEWS: Mention support for IFUNC symbols.
654
655 2009-04-29  Anthony Green  <green@moxielogic.com>
656
657         * emulparams/elf32moxie.sh (STACK_ADDR): Move default stack
658         position out to accommodate larger programs.
659
660 2009-04-29  Chris Demetriou  <cgd@google.com>
661
662         * lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC.
663         (ld_options): Likewise.
664         (parse_args): Likewise.
665         * ld.texinfo: Document --no-export-dynamic.
666         * NEWS: Mention --no-export-dynamic.
667
668 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
669
670         * deffilep.y (STACKSIZE_K): Rename from STACKSIZE.
671
672 2009-04-25  Alan Modra  <amodra@bigpond.net.au>
673
674         PR 10061
675         * genscripts.sh: Don't pass $EMULATION_NAME as $CUSTOMIZER_SCRIPT
676         param.
677
678 2009-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
679
680         * emultempl/armelf.em (bfd_for_interwork, arm_elf_after_open)
681         (arm_elf_set_bfd_for_interworking): Delete.
682         (arm_elf_before_allocation): Do not set the interworking BFD.
683         Move allocation inside not-dynamic block.
684         (arm_elf_create_output_section_statements): Create glue sections
685         and set the interworking BFD here.
686         (LDEMUL_AFTER_OPEN): Delete.
687
688 2009-04-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
689
690         * ldlang.c (lang_one_common): Use bfd_define_common_symbol.
691
692 2009-04-15  Anthony Green  <green@moxielogic.com>
693
694         * configure.tgt: Add moxie support.
695         * Makefile.am: Add moxie files.
696         * Makefile.in: Rebuilt.
697         * emulparams/elf32moxie.sh: New file.
698         * scripttempl/moxie.sc: New file.
699
700 2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
701
702         * ldlang.c: Do not include limits.h.
703
704 2009-04-14  Alan Modra  <amodra@bigpond.net.au>
705
706         PR ld/10047
707         * ldfile.c (find_scripts_dir): Use make_relative_prefix to find
708         ldscripts in build tree.  Don't repeat search for ../lib/ldscripts.
709
710 2009-04-13  H.J. Lu  <hongjiu.lu@intel.com>
711
712         * ldfile.c (ldfile_find_command_file): Revert the last change.
713
714 2009-04-11  H.J. Lu  <hongjiu.lu@intel.com>
715
716         PR ld/10047
717         * ldfile.c (ldfile_find_command_file): First try raw name.
718
719 2009-04-09  Nick Clifton  <nickc@redhat.com>
720
721         PR 9824
722         * ld.texinfo (Output Section Constraint): New node.  Documents the
723         ONLY_IF_RO and ONLY_IF_RW constraints.
724         (Symbolic Constants): New node.  Documents the CONSTANT operator.
725
726 2009-04-09  Thilo Fischer <thilo.fischer@uni-muenster.de>
727
728         * emultempl/spuelf.em (embedded_spu_file): Use pex_one in place
729         of fork/execvp.
730
731 2009-04-08  H.J. Lu  <hongjiu.lu@intel.com>
732
733         * lexsup.c (option_values): Add OPTION_WARN_ALTERNATE_EM.
734         (ld_options): Likewise.
735         (parse_args): Likewise.
736
737         * ld.texinfo: Document --warn-alternate-em.
738
739         * NEWS: Mention --warn-alternate-em.
740
741 2009-04-07  DJ Delorie  <dj@redhat.com>
742
743         * emulparams/elf32mep.sh: Change default endian to little.
744
745 2009-04-07  Nick Clifton  <nickc@redhat.com>
746
747         * ld.texinfo (Output Section Address): Note that specifying an
748         address for an output section will only change the location
749         counter if the output section is used.
750
751 2009-04-06  Kazu Hirata  <kazu@codesourcery.com>
752
753         * ldfile.c (ldfile_find_command_file): Initialize result.
754
755 2009-04-06  Kazu Hirata  <kazu@codesourcery.com>
756
757         * ld.texinfo (-L): Mention that -L options do not affect how ld
758         searches for a linker script unless -T option is specified.
759         * ldfile.c (ldfile_find_command_file): Append the path obtained
760         from the program name to the search path instead of
761         prepending. Add a new parameter "default_only". Restrict the
762         search to the default script location if the new parameter is
763         true.
764         (ldfile_open_command_file_1): New.
765         (ldfile_open_command_file): Call ldfile_open_command_file_1.
766         (ldfile_open_default_command_file): New.
767
768 2009-04-03  Nathan Sidwell  <nathan@codesourcery.com>
769
770         * ldlang.c (lang_leave_output_section_statement): Set lma_region
771         if it is not overridden and section is for the same vma region as
772         the previous section.
773
774 2009-04-02  Dave Korn  <dave.korn.cygwin@gmail.com>
775
776         PR ld/6744
777         * ld.texinfo (--export-dynamic):  Mention --export-all-symbols.
778         * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse):  Issue
779         warning if --export-dynamic was passed on command-line.
780         * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse):  Likewise.
781
782 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
783
784         * emultempl/aix.em (gld${EMULATION_NAME}_open_dynamic_archive): New
785         function.
786         (ld_${EMULATION_NAME}_emulation): Use it.
787
788 2009-03-20  H.J. Lu  <hongjiu.lu@intel.com>
789
790         PR ld/9970
791         * ldlang.c (lang_end): Warn missing entry symbol for -pie.
792
793 2009-03-19  Alan Modra  <amodra@bigpond.net.au>
794
795         * emultempl/spuelf.em (spu_before_allocation): Report errors from
796         spu_elf_find_overlays.
797
798 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
799
800         PR ld/6766
801         * lexsup.c (parse_args): Call ldlang_add_undef for -e.
802
803 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
804
805         * ld.h: Remove alloca handling.
806
807 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
808
809         * emultempl/spu_icache.S: Add new entry to dummy handler.
810         * emultempl/spu_icache.o_c: Regenerate.
811         * emultempl/spuelf.em (params): Init new field.
812         (no_overlays): New static var.
813         (spu_before_allocation): Use it.
814         (OPTION_SPU_COMPACT_STUBS): Define.
815         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add compact-stubs.
816         (PARSE_AND_LIST_ARGS_CASES): Handle compact-stubs.  Adjust no-overlays
817         handling.
818
819 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
820
821         * configure.host (HOSTING_LIBS): Two dollars on shell variable
822         expansion to suit make.
823
824 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
825
826         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
827         * Makefile.am (check-DEJAGNU): Set DO_COMPARE.
828         * aclocal.m4: Regenerate.
829         * configure: Regenerate.
830         * Makefile.in: Regenerate.
831
832 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
833
834         * emultempl/aix.em (auto_export_flags): New variable.
835         (explicit_auto_export_flags): Likewise.
836         (OPTION_EXPALL, OPTION_EXPFULL): New enum values.
837         (OPTION_NOEXPALL, OPTION_NOEXPFULL): Likewise.
838         (gld${EMULATION_NAME}_add_options): Add -bexpall, -bexpfull,
839         -bnoexpall and -bnoexpfull.
840         (gld${EMULATION_NAME}_handle_option): Handle them.
841         (gld${EMULATION_NAME}_before_allocation): Update the call to
842         bfd_size_dynamic_sections.
843
844 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
845
846         * emultempl/aix.em (gld${EMULATION_NAME}_handle_option): Make
847         -berok and -bernotok control link_info.unresolved_syms_in_objects
848         and link_info.unresolved_syms_in_shared_libs instead of
849         force_make_executable.
850
851 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
852
853         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
854         config.dynamic_link to TRUE.
855
856 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
857
858         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Mark
859         .text, .data and .bss output sections as SEC_KEEP.
860
861 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
862
863         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
864
865 2009-03-14  Dave Korn  <dave.korn.cygwin@gmail.com>
866             Danny Smith  <dannysmith@users.sourceforge.net>
867
868         * emultmpl/pe.em (pe_dll_characteristics): New variable.
869         (OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
870         OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
871         OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
872         New macros for options to set DllCharacteristics flag bits.
873         (gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
874         nxcompat, no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
875         (init): Add DllCharacteristics field.
876         (gld_${EMULATION_NAME}_list_options): List new options.
877         (gld${EMULATION_NAME}_handle_option): Handle new options.
878         * emultmpl/pep.em (pe_dll_characteristics): New variable.
879         (OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
880         OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
881         OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
882         New macros for options to set DllCharacteristics flags.
883         (gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
884         nxcompat,no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
885         (init): Add DllCharacteristics field.
886         (gld_${EMULATION_NAME}_list_options): List new options.
887         (gld${EMULATION_NAME}_handle_option): Handle new options.
888         * ldtexinfo : Document dynamicbase, forceinteg, nxcompat,
889         no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
890
891 2009-03-06  Nick Clifton  <nickc@redhat.com>
892
893         * po/es.po: Updated Spanish translation.
894
895 2009-03-03  Dave Korn  <dave.korn.cygwin@gmail.com>
896
897         * emultempl/pe.em (debug_section_p):  New bfd_map_over_sections hook.
898         (gld_${EMULATION_NAME}_after_open):  Use it to iterate all sections
899         of all input BFDs, looking for debug info.  Enable long section names
900         if any found.
901         * emultempl/pe.em (debug_section_p):  Likewise.
902         (gld_${EMULATION_NAME}_after_open):  Likewise.
903         * NEWS:  Retrospectively adjust news announcement.
904         * ld.texinfo:  Update documentation to mention new behaviour.
905
906 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
907
908         * Makefile.am: Run "make dep-am".
909         * Makefile.in: Regenerate.
910
911 2009-03-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
912
913         * ldgram.y: Add support for REGION_ALIAS operator.
914         * ldlang.c: Likewise.
915         * ldlang.h: Likewise.
916         * ldlex.l: Likewise.
917         * NEWS: Mention the new feature.
918         * ld.texinfo: Document the new feature.
919
920 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
921
922         * Makefile.am: Replace score elf emulation with score3 and score7
923         emulations.
924         * Makefile.in: Regenerate,
925         * NEWS: Mention support for Score7 architecture.
926         * configure.tgt: Add score7 emulation to score-elf target.
927         * emulparams/scoreelf.sh: Add score7 support.
928         * emultempl/scoreelf.em: Likewise.
929
930 2009-03-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
931
932         * configure.tgt: Only use elf64hppa target emulation for hpux.
933         * emulparams/elf64hppa.sh: Don't include hppa64linux.sh.
934         (SCRIPT_NAME): Use new script elf64hppa.
935         (SCRIPT_NAME, ELFSIZE, NO_REL_RELOCS, ARCH, MACHINE, ENTRY,
936         TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT, OTHER_READONLY_SECTIONS,
937         OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS, OTHER_GOT_RELOC_SECTIONS,
938         DATA_START_SYMBOLS, OTHER_SYMBOLS, DATA_PLT, PLT_BEFORE_GOT,
939         TEXT_DYNAMIC): Define.
940         * emulparams/hppa64linux.sh: Adjust comments.
941         * scripttempl/elf64hppa.sc: New file.
942
943 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
944
945         * configure: Regenerate.
946
947 2009-02-27  Dave Korn  <dave.korn.cygwin@gmail.com>
948
949         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):  Set
950         default state of auto-import flag based on $target.
951
952 2009-02-24  Joseph Myers  <joseph@codesourcery.com>
953
954         * ld.texinfo (ARM): Document changed meaning of --stub-group-size.
955         * emultempl/armelf.em (hook_in_stub): Insert after the input section.
956         (elf32_arm_add_stub_section): Update comment.
957         (PARSE_AND_LIST_OPTIONS): Update help for --stub-group-size.
958
959 2009-02-24  Sandra Loosemore  <sandra@codesourcery.com>
960
961         * ld.texinfo (Options): Correct typos in example.  Recommend
962         using joined forms of syntax for passing options with arguments
963         from a driver.
964         (-a): Use consistent syntax for documenting option arguments.
965         Clean up indexing and markup.
966         (-A/--architecture): Likewise.
967         (-f/--auxiliary): Likewise.
968         (-F/--filter): Likewise.
969         (-fini): Likewise.
970         (-G/--gpsize): Likewise.
971         (-h/-soname):Likewise.
972         (-init): Likewise.
973         (-l/--library): Likewise.
974         (-L/--library-path): Likewise.
975         (-m): Likewise.
976         (--defsym): Likewise.
977         (-I/--dynamic-linker): Likewise.
978         (-Map): Likewise.
979         (--oformat): Likewise.
980         (--retain-symbols-file): Likewise.
981         (-rpath): Likewise.
982         (-rpath-link): Likewise.
983         (--sort-common): Likewise.
984         (--sort-section): Likewise.
985         (--split-by-file): Likewise.
986         (--split-by-reloc): Likewise.
987         (--sysroot): Likewise.
988         (--section-start): Likewise.
989         (-Tbss, -Tdata, -Ttext): Likewise.
990         (-Ttext-segment): Likewise.
991         (--version-script): Likewise.
992         (--wrap): Likewise.
993
994 2009-02-18  Dave Korn  <dave.korn.cygwin@gmail.com>
995
996         * ld.texinfo:  Update to mention long section name options.
997         * NEWS:  Mention new behaviour and command-line options.
998         * pe-dll.c (pe_use_coff_long_section_names):  New global variable.
999         (pe_output_file_set_long_section_names):  New function.
1000         (pe_dll_build_sections):  Call it on output BFDs.
1001         (pe_exe_build_sections):  Likewise.
1002         (pe_dll_fill_sections):  Likewise.
1003         (pe_exe_fill_sections):  Likewise.
1004         * pe-dll.h (pe_use_coff_long_section_names):  Declare extern.
1005         (pe_output_file_set_long_section_names):  Add prototype.
1006         * pep-dll.c (pe_use_coff_long_section_names):  Define pep_ alias.
1007         (pe_output_file_set_long_section_names):  Likewise.
1008         * pep-dll.h (pep_use_coff_long_section_names):  Declare extern.
1009         (pep_output_file_set_long_section_names):  Add prototype.
1010         * pe.em (OPTION_ENABLE_LONG_SECTION_NAMES):  New getopt value macro.
1011         (OPTION_DISABLE_LONG_SECTION_NAMES):  Likewise.
1012         (gld${EMULATION_NAME}_add_options):  Add new options to xtra_long[].
1013         (gld_${EMULATION_NAME}_list_options):  Describe them.
1014         (gld${EMULATION_NAME}_handle_option):  Set or clear global
1015         pe_use_coff_long_section_names flag when options recognised.
1016         (gld_${EMULATION_NAME}_after_open):  En/disable long section names
1017         for main output bfd by calling pe_output_file_set_long_section_names.
1018         * pep.em (enum options):  Extend enum with new getopt option values.
1019         (gld${EMULATION_NAME}_add_options):  Add new options to xtra_long[].
1020         (gld_${EMULATION_NAME}_list_options):  Describe them.
1021         (gld${EMULATION_NAME}_handle_option):  Set or clear global
1022         pe_use_coff_long_section_names flag when options recognised.
1023         (gld_${EMULATION_NAME}_after_open):  En/disable long section names
1024         for main output bfd by calling pep_output_file_set_long_section_names.
1025
1026 2009-02-16  Dave Korn  <dave.korn.cygwin@gmail.com>
1027
1028         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):  Don't emit
1029         inadvertent .reloc sections caused by refactoring accident.
1030
1031 2009-02-16  Alan Modra  <amodra@bigpond.net.au>
1032
1033         * ldlang.c (process_insert_statements): ASSERT that output section
1034         statements are in order.
1035
1036 2009-02-16  Alan Modra  <amodra@bigpond.net.au>
1037
1038         * ldlang.c (push_stat_ptr, pop_stat_ptr): New functions.
1039         (stat_save, stat_save_ptr): New variables.
1040         (lang_insert_orphan): Use push_stat_ptr and pop_stat_ptr.
1041         (load_symbols): Likewise.  Delete dead "bad_load" code.
1042         (open_input_bfds): Warn on script containing output sections.
1043         (lang_enter_output_section_statement): Use push_stat_ptr.
1044         (lang_enter_group): Likewise.
1045         (lang_leave_output_section_statement): Use pop_stat_ptr.
1046         (lang_leave_group): Likewise.
1047         * ldlang.h (push_stat_ptr, pop_stat_ptr): Declare.
1048         * ldctor.c (ldctor_build_sets): Use push_stat_ptr and pop_stat_ptr.
1049         * emultempl/beos.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
1050         * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
1051         * emultempl/pep.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
1052         * emultempl/spuelf.em (spu_place_special_section): Likewise.
1053         * emultempl/xtensaelf.em (ld_xtensa_insert_page_offsets): Likewise.
1054
1055 2009-02-09  Nathan Sidwell  <nathan@codesourcery.com>
1056
1057         Missing piece of 2009-01-26 commit
1058         * ldlang.c (lang_process): Don't consider relocatable flag when
1059         checking for overlap.
1060
1061 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
1062
1063         * emulparams/m68kelf.sh: Add newline at end of file.
1064
1065 2009-02-04  Nick Clifton  <nickc@redhat.com>
1066
1067         PR 9805
1068         * ld.texinfo (--allow-shlib-undefined): Correct description of
1069         default settings and tidy up the rest of the entry.
1070
1071 2009-02-04  Alan Modra  <amodra@bigpond.net.au>
1072
1073         * emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*
1074         during relocatable link.
1075
1076 2009-02-03  Nick Clifton  <nickc@redhat.com>
1077
1078         PR 9797
1079         * ld.texinfo (Constants): Document the base-encoding suffixes
1080         supported in linker scripts.
1081
1082 2009-02-03  Alan Modra  <amodra@bigpond.net.au>
1083
1084         * NEWS: Mention --as-needed change.
1085
1086 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
1087
1088         * configure.in: AC_SUBST pdfdir.
1089         * Makefile.am: Add install-pdf, install-pdf-am,
1090         and install-pdf-recursive targets. Define pdf__strip_dir.
1091         * po/Make-in: Add install-pdf target.
1092         * configure: Regenerate.
1093         * Makefile.in: Regenerate.
1094
1095 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
1096
1097         * ld.texinfo (--as-needed): Update.
1098
1099 2009-01-29  Andrew Jenner  <andrew@codesourcery.com>
1100
1101         * emultempl/armelf.em: Correct formatting of help text for
1102         --no-enum-size-warning option.
1103
1104 2009-01-26  Nathan Sidwell  <nathan@codesourcery.com>
1105
1106         * lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
1107         * ld.h (args_type): Make check_section_addresses a char.
1108         * ldmain.c (main): Default check_section_addresses to -1. Check it
1109         for relocatable links.
1110         * ld.texinfo (--check-sections): Update documentation.
1111
1112 2009-01-26  Kai Tietz  <kai.tietz@onevision.com>
1113
1114         * pe-dll.c (tmp_seq2): New static variable.
1115         (make_singleton_name_imp): New.
1116         (make_import_fixup_entry): Use for v2 the _imp_<name> symbol and
1117         avoid duplicate import table generation for same symbol.
1118         (pe_create_runtime_relocator_reference): Make reference for
1119         64-bit 8 bytes.
1120
1121 2009-01-21  Alan Modra  <amodra@bigpond.net.au>
1122
1123         * emultempl/spuelf.em (params): Init new field.
1124         (OPTION_SPU_NON_IA_TEXT): Define.
1125         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --non-ia-text.
1126         (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_SPU_NON_IA_TEXT.
1127
1128 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1129
1130         * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT.
1131         (ld_options): Add -Ttext-segment.
1132         (parse_args): Handle OPTION_TTEXT_SEGMENT.
1133
1134         * ld.texinfo: Document -Ttext-segment.
1135
1136         * NEWS: Mention -Ttext-segment.
1137
1138         * scripttempl/elf.sc (TEXT_START_ADDR): Use SEGMENT_START.
1139         (SHLIB_TEXT_START_ADDR): Likewise.
1140
1141 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1142
1143         * emultempl/spu_icache.o_c: Regenerate.
1144
1145 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
1146
1147         * emultempl/spuelf.em (params): Init new fields.
1148         (num_lines_set, line_size_set, icache_mgr, icache_mgr_stream): New vars.
1149         (spu_place_special_section): Adjust placement for soft-icache.  Pad
1150         soft-icache section to a fixed size.  Clear addr_tree.
1151         (spu_elf_load_ovl_mgr): Support soft-icache.  Map overlay manager
1152         sections a little more intelligently.
1153         (gld${EMULATION_NAME}_finish): Don't call spu_elf_build_stubs.
1154         (OPTION_SPU_NUM_LINES): Rename from OPTION_SPU_NUM_REGIONS.
1155         (OPTION_SPU_SOFT_ICACHE, OPTION_SPU_LINE_SIZE): Define.
1156         (OPTION_SPU_LRLIVE): Define.
1157         (PARSE_AND_LIST_LONGOPTS): Add new soft-icache options.
1158         (PARSE_AND_LIST_OPTIONS): Likewise.
1159         (PARSE_AND_LIST_ARGS_CASES): Handle them.
1160         * emultempl/spu_icache.S: Dummy file.
1161         * emultempl/spu_icache.o_c: Regenerate.
1162         * Makefile.am (eelf32_spu.c): Depend on spu_icache.o_c.
1163         (spu_icache.o_c): Add rule to build.
1164         (CLEANFILES): Zap temp files.
1165         (EXTRA_DIST): Add spu_icache.o_c.
1166         * Makefile.in: Regenerate.
1167
1168 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
1169
1170         * pe.em (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
1171         (gld..._add_options): Add new option
1172         --use-nul-prefixed-import-tables.
1173         (gld..._handle_option): Likewise.
1174         * pep.em: Same as for pe.em.
1175         * ld.texinfo: Add new option documentation for
1176         --use-nul-prefixed-import-tables.
1177         * pe-dll.c (pe_use_nul_prefixed_import_tables): New.
1178         (make_head): Make prefix leading zero prefix element for
1179         idata$4 and idata$5 dependent to new flag.
1180         (make_import_fixup_entry): Remove idata4/5 prefix.
1181         * pe-dll.h (pe_use_nul_prefixed_import_tables): New.
1182         * pep-dll.c (pe_use_nul_prefixed_import_tables): New.
1183         * pep-dll.h (pep_use_nul_prefixed_import_tables): New.
1184         * NEWS: Add new option.
1185
1186 2009-01-05  Kai Tietz  <kai.tietz@onevision.com>
1187
1188         * emultempl/pe.em: Prefix dollar characters to be outputed in
1189         generated C file.
1190         * emultempl/pep.em: Likewise.
1191
1192 2009-01-03  Dave Korn  <dave.korn.cygwin@gmail.com>
1193
1194         * NEWS:  Mention new feature --exclude-modules-for-implib.
1195         * ld.texinfo:  Document new --exclude-modules-for-implib option.
1196         * pe-dll.c (exclude_list_struct):  Change type member from int to
1197         new enumeration exclude_type.
1198         (pe_dll_add_excludes):  Accept exclude_type instead of int param.
1199         (auto_export):  Replace magic constants by exclude_type values and
1200         handle new choice EXCLUDEFORIMPLIB.
1201         (pe_dll_generate_implib):  Accept a pointer to the link_info and
1202         iterate all input BFDs looking for EXCLUDEFORIMPLIB modules; re-open
1203         fresh BFDs for any found and link into import lib archive chain.
1204         * pe-dll.h (exclude_type):  Add new enumerated type to replace magic
1205         constants previously used for exclude_list_struct type member.
1206         (pe_dll_add_excludes, pe_dll_generate_implib):  Update prototypes.
1207         * pep-dll.h (exclude_type, pe_dll_add_excludes,
1208         pe_dll_generate_implib):  Likewise to all the above.
1209         * emultempl/pe.em (OPTION_EXCLUDE_MODULES_FOR_IMPLIB):  Define new
1210         getopts long option code for new --exclude-modules-for-implib option.
1211         (gld${EMULATION_NAME}_add_options):  Add new entry to xtra_long[].
1212         (gld_${EMULATION_NAME}_list_options):  List usage for it.
1213         (gld${EMULATION_NAME}_handle_option):  Use exclude_type enumerated
1214         values when calling pe_dll_add_excludes, and handle EXCLUDEFORIMPLIB.
1215         (gld_${EMULATION_NAME}_finish):  Pass pointer to link_info when
1216         calling pe_dll_generate_implib.
1217         * emultempl/pep.em (options):  Define new enumerated value for getopts
1218         long option code for new --exclude-modules-for-implib option.
1219         (gld${EMULATION_NAME}_add_options, gld_${EMULATION_NAME}_list_options,
1220         gld${EMULATION_NAME}_handle_option, gld_${EMULATION_NAME}_finish):
1221         Again, likewise to all the above.
1222
1223 2009-01-03  Dave Korn  <dave.korn.cygwin@gmail.com>
1224
1225         * pe-dll.c (autofilter_liblist):  Add entry for shared libgcc.
1226         (libnamencmp):  New function.
1227         (auto_export):  Use it in place of strncmp when filtering libraries.
1228
1229 For older changes see ChangeLog-2008
1230 \f
1231 Local Variables:
1232 mode: change-log
1233 left-margin: 8
1234 fill-column: 74
1235 version-control: never
1236 End: