* Makefile.in (XMLFILES): Add library-list.dtd.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
ae351704
AM
12007-07-02 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.in: Regenerate.
4 * aclocal.m4: Regenerate.
5 * config.in: Regenerate.
6 * po/ld.pot: Regenerate.
7
86b57e31
L
82007-06-30 H.J. Lu <hongjiu.lu@intel.com>
9
10 * aclocal.m4: Regenerated.
11 * Makefile.in: Likewise.
12
a19bcec6
L
132007-06-29 H.J. Lu <hongjiu.lu@intel.com>
14
15 * NEWS: Remove a line with '*' only.
16
104d59d1
JM
172007-06-29 Joseph Myers <joseph@codesourcery.com>
18
19 * emulparams/armelf.sh (OTHER_SECTIONS): Remove .ARM.attributes.
20 (ATTRS_SECTIONS): Define.
21 * scripttempl/elf.sc, scripttempl/elf32sh-symbian.sc,
22 scripttempl/elf_chaos.sc, scripttempl/elfi370.sc,
23 scripttempl/elfxtensa.sc: Handle ATTRS_SECTIONS.
24
3d3d428f
NC
252006-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
26
27 * scripttemp/elf32cr16.sc: Default linker script.
28 * emulparams/elf32cr16.sh: Emulation script.
29 * emultempl/cr16elf.em: Emulation script.
30 * Makefile.am: Add entry to make cr16 target.
31 * Makefile.in: Regenerate.
32 * configure.tgt: Specify default and other emulation parameters
33 for cr16.
34 * ChangeLog: Added CR16 target entry.
35 * NEWS: Announce the support for the CR16 new target.
36
cc481421
AM
372007-06-27 Alan Modra <amodra@bigpond.net.au>
38
39 * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
40
3e6c41d1
AM
412007-06-20 Alan Modra <amodra@bigpond.net.au>
42
43 * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
44
362c1d1a
NS
452007-06-18 Nathan Sidwell <nathan@codesourcery.com>
46
47 * ldlex.l, ldgram.y: Add ALIGNOF.
48 * ldexp.c (exp_print_token, foldname): Likewise.
49 * ld.texinfo: Likewise.
50
42ba7415
AM
512007-06-18 Alan Modra <amodra@bigpond.net.au>
52
53 * Makefile.am: Add eelf32_spu.o rule.
54 * Makefile.in: Regenerate.
55 * emultempl/spuelf.em: Revert last change. Instead use EMBEDSPU
56 defined in Makefile for embedspu name.
57
628e8859
AM
582007-06-18 Alan Modra <amodra@bigpond.net.au>
59
60 * emultempl/spuelf.em (embedded_spu_file): Deduce embedspu program
61 name prefix from that of ld.
62
79887925
L
632007-06-14 H.J. Lu <hongjiu.lu@intel.com>
64
65 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
66
67 * acinclude.m4: Removed.
68
69 * Makefile.in: Regenerated.
70 * aclocal.m4: Likewise.
71 * configure: Likewise.
72
107eb3fc
AM
732007-06-14 Alan Modra <amodra@bigpond.net.au>
74
75 * emultempl/spu_ovl.S: Don't trash lr on tail call from one
76 overlay to another.
77 * emultempl/spu_ovl.o: Regenerate.
78
460d3e08
BW
792007-06-11 Bob Wilson <bob.wilson@acm.org>
80
81 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Add ONLY_IF_RO
82 for .xt_except_table.
83 (OTHER_RELRO_SECTIONS): New.
84
99ded152
BW
852007-06-11 Sterling Augustine <sterling@tensilica.com>
86 Bob Wilson <bob.wilson@acm.org>
87
88 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use renamed
89 XTENSA_PROP_NO_TRANSFORM flag instead of XTENSA_PROP_INSN_NO_TRANSFORM.
90
a9a4c53e
AM
912007-06-01 Noah Misch <noah@cs.caltech.edu>
92 Alan Modra <amodra@bigpond.net.au>
93
94 * ldlang.c (ldlang_add_file): Use input_bfds_tail.
95 * ldmain.c (main): Init input_bfds_tail. Sort link_info
96 initialization.
97
3ba20bde
AM
982007-05-29 Alan Modra <amodra@bigpond.net.au>
99
100 * emultempl/spuelf.em (base_name): New function, split out from..
101 (embedded_spu_file) ..here. Pass -fPIC or -fpie to embedspu
102 invocation if we deduce a shared lib or position independent
103 executable build by looking at ctrbegin* linker input files.
104
a7e4b3fe
AM
1052007-05-29 Alan Modra <amodra@bigpond.net.au>
106
107 * emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
108 types and sizes.
109 * emultempl/spu_ovl.o: Regenerate.
110
37ad9514
SE
1112007-05-24 Steve Ellcey <sje@cup.hp.com>
112
113 * Makefile.in: Regnerate.
114 * configure: Regenerate.
115 * aclocal.m4: Regenerate.
116
8545d1a9
NS
1172007-05-24 Nathan Sidwell <nathan@codesourcery.com>
118
119 * ldlex.l: ASSERT is recognized in SCRIPT env. NAMES cannot
120 contain commas in EXP env.
121 * ldgram.y (extern_name_list): Push to EXP env, move body to ...
122 (extern_name_list_body): ... here.
123 (script_file, ifile_list): Reformat.
124 (statement): Add ASSERT.
125
0e9517a9
NC
1262007-05-22 Nick Clifton <nickc@redhat.com>
127
128 * ld.texinfo: Use @copying around the copyright notice.
129 * ldint.texinfo: Likewise.
130
120facfc
RS
1312007-05-18 Richard Sandiford <richard@codesourcery.com>
132
133 * emulparams/elf32ebmipvxworks.sh (OTHER_READONLY_SECTIONS)
134 (OTHER_READWRITE_SECTIONS): Define. Add .rdata sections.
135
fa1e8d8e
RS
1362007-05-16 Richard Sandiford <richard@codesourcery.com>
137
138 * configure.in: Allow sysroots to be relocated under $prefix as
139 well as $exec_prefix.
140 * configure: Regenerate.
141
b7b7fe3f
AS
1422007-05-14 Andreas Schwab <schwab@suse.de>
143
144 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern):
145 Handle null pattern.
146
016687f8
AM
1472007-05-11 Alan Modra <amodra@bigpond.net.au>
148
149 * emultempl/ppc32elf.em (plt_style): New variable.
150 (old_plt): Delete.
151 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
152 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
153 OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
154 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
155 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
156 * ld.texinfo (--secure-plt): Document.
157
3b95049e
AM
1582007-05-08 Alan Modra <amodra@bigpond.net.au>
159
160 * ld.h (args_type, ld_config_type): Reorder fields.
161 * ldmain.c (main): Don't initialise a bunch of vars we know are
162 zero already.
163
2a69000b
DC
1642007-05-05 Anatoly Sokolov <aesok@post.ru>
165
166 * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for
167 "--pmem-wrap-around".
168 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
169
93c0f4a4
BW
1702007-05-03 Bob Wilson <bob.wilson@acm.org>
171
172 * scripttempl/elfxtensa.sc: Merge changes from elf.sc.
173
fe7929ce
AM
1742007-05-03 Alan Modra <amodra@bigpond.net.au>
175
176 * ld.texinfo (--no-warn-search-mismatch): Document.
177 * ldfile.c (ldfile_try_open_bfd): Don't warn about skipping
178 incompatible libraries if --no-warn-search-mismatch.
179 * ld.h (args_type): Add warn_search_mismatch.
180 * ldmain.c (main): Init it.
181 * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH.
182 (ld_options): Add entry for --no-warn-search-mismatch.
183 (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
184
083a6ddf
AM
1852007-05-03 Alan Modra <amodra@bigpond.net.au>
186
187 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
188
79ac49f0
AM
1892007-05-01 Robert Millan <rmh@aybabtu.com>
190
191 * ldlang.c (lang_check): Error on architecture mismatch.
192
49fa1e15
AM
1932007-04-30 Alan Modra <amodra@bigpond.net.au>
194
195 * ldmain.c (link_callbacks): Init info and minfo fields.
196 * ldmisc.c (minfo): Do nothing if no map file.
197 * emultempl/spuelf.em (stack_analysis, emit_stack_syms): New vars.
198 (spu_after_open): Adjust spu_elf_create_sections call.
199 (spu_before_allocation): Likewise for spu_elf_size_stubs.
200 (OPTION_SPU_STACK_ANALYSIS, OPTION_SPU_STACK_SYMS): Define.
201 (PARSE_AND_LIST_LONGOPTS): Add new entries.
202 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
203 * gen-doc.texi: Add @set for SPU and other missing targets.
204 * ld.texinfo: Update man page selection to match gen-doc.texi.
205 Document SPU features.
206
d7d4c8de
AM
2072007-04-28 Alan Modra <amodra@bigpond.net.au>
208
209 * ldcref.c (struct cref_hash_entry): Make "demangled" const.
210 (cref_fill_array): Adjust for changed demangler.
211 * ldlang.c (lang_one_common): Likewise.
212
54530ea4
AM
2132007-04-27 Nathan Froyd <froydnj@codesourcery.com>
214
215 * emulparams/elf32_sparc.sh: Update comments.
216 * emulparams/elf32bmip.sh: Likewise.
217 * emulparams/elf32ppc.sh: Likewise.
218 * emulparams/vxworks.sh: Likewise.
219
eddc20ad
AM
2202007-04-27 Alan Modra <amodra@bigpond.net.au>
221
222 Many files: Include sysdep.h first. Remove duplicate headers.
223 * Makefile.am: Run "make dep-am".
224 * Makefile.in: Regenerate.
225
080b416d
AM
2262007-04-24 Alan Modra <amodra@bigpond.net.au>
227
228 * Makefile.in: Regenerate.
229
73705ac3
AM
2302007-04-19 Alan Modra <amodra@bigpond.net.au>
231
232 * ldcref.c (cref_fill_array): Call bfd_demangle rather than demangle.
233 * ldlang.c (lang_one_common): Likewise.
234 * ldmisc.c (vfinfo): Likewise.
235 (demangle): Delete.
236 * ldmisc.h (demangle): Delete.
237 * Makefile.am: Run "make dep-am".
238 * Makefile.in: Regenerate.
239
152d792f
AM
2402007-04-18 Alan Modra <amodra@bigpond.net.au>
241
242 * ldlang.h (enum section_type): Add overlay_section.
243 * ldlang.c (lang_add_section): Handle flags for overlay_section
244 as per normal_section.
245 (lang_size_sections_1): When setting lma, detect overlays by
246 os->sectype rather than by looking for overlapping vmas.
247 (lang_enter_overlay_section): Use overlay_section type.
248 (lang_leave_overlay): Set first overlay section to normal.
249
b7d19ba6
SE
2502007-04-14 Steve Ellcey <sje@cup.hp.com>
251
252 * Makefile.am: Add ACLOCAL_AMFLAGS.
253 * Makefile.in: Regenerate.
254
e1e5c0b5 2552007-04-12 Bob Wilson <bob.wilson@acm.org>
54530ea4 256
e1e5c0b5 257 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
54530ea4 258
4a828aab
RH
2592007-04-10 Richard Henderson <rth@redhat.com>
260
261 * ldlang.c (relax_sections): Initialize and increment
262 link_info.relax_trip.
263
9fcfe2ed
PB
2642007-04-04 Paul Brook <paul@codesourcery.com>
265
266 * configure.tgt: Loosen checks for arm uclinux eabi targets.
267
f856040a
L
2682007-04-02 H.J. Lu <hongjiu.lu@intel.com>
269
270 PR ld/4090
271 * ldexp.h (node_type): Add lineno.
272 * ldexp.c: Include "ldlex.h".
273 (exp_intop): Set the lineno field from lineno.
274 (exp_bigintop): Likewise.
275 (exp_relop): Likewise.
276 (exp_nameop): Likewise.
277 (exp_binop): Set the lineno field from lineno of lhs.
278 (exp_trinop): Likewise.
279 (exp_unop): Set the lineno field from lineno of child.
280 (exp_assop): Set the lineno field from lineno of src.
281 (exp_provide): Likewise.
282 (exp_assert): Set the lineno field from lineno of exp.
283 (exp_get_abs_int): Set lineno from lineno of nonconstant
284 expression when report problem.
285
bcb674cf
RS
2862007-03-29 Richard Sandiford <richard@codesourcery.com>
287 Daniel Jacobowitz <dan@codesourcery.com>
288
289 * NEWS: Mention -l:foo.
290 * ld.texinfo: Document it.
291 * ldlang.c (new_afile): If a lang_input_file_is_l_enum
292 entry as a name beginning with a coloh, convert it to a
293 lang_input_file_is_search_file_enum entry without the colon.
294
c76308d2
RS
2952007-03-28 Richard Sandiford <richard@codesourcery.com>
296
297 * ld.h (ld_config_type): Add rpath_separator.
298 * ldmain.c (main): Initialize it.
299 * lexsup.c (parse_args): Honor config.rpath_separator.
300 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
301 (gld${EMULATION_NAME}_add_sysroot): Likewise.
302 (gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
303 rather than ':' when building the path.
304 * emultempl/vxworks.em (vxworks_before_parse): New function.
305 Override config.rpath_separator.
306 (LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
307 set to gld${EMULATION_NAME}_after_open; #define that identifier
308 to vxworks_foo instead.
309 (LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
310
4ecceb71
RS
3112007-03-28 Richard Sandiford <richard@codesourcery.com>
312 Phil Edwards <phil@codesourcery.com>
313
314 * ld.texinfo: Put the contents after the title page rather
315 than at the end of the document.
316
b6470398
AM
3172007-03-26 Alan Modra <amodra@bigpond.net.au>
318
319 * Makefile.am: Add dependency on ldemul-list.h for powerpc and
320 spu target emul files.
321 * configure.in: Check for mkstemp and waitpid.
322 * Makefile.in: Regenerate.
323 * configure: Regenerate.
324 * config.in: Regenerate.
325 * ldlang.c (input_file_chain): Make global.
326 (lang_add_input_file): Don't set lang_has_input_file here.
327 * ldlang.h (input_file_chain): Declare.
328 * emultempl/ppc32elf.em (ppc_recognized_file): New function.
329 (LDEMUL_RECOGNIZED_FILE): Define.
330 * emultempl/ppc64elf.em (ppc64_recognized_file): New function.
331 (LDEMUL_RECOGNIZED_FILE): Define.
332 * emultempl/spuelf.em (struct tflist): New.
333 (tmp_file_list): New var.
334 (clean_tmp, embedded_spu_file): New functions.
335
34711ca3
AM
3362007-03-24 Alan Modra <amodra@bigpond.net.au>
337
338 * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
339 rather than defining unconditionally.
340 (lang_leave_overlay_section): Likewise.
341 * ld.texinfo (Overlay Description): Update description and examples
342 for start/stop syms.
343
e49e529d
JM
3442007-03-22 Joseph Myers <joseph@codesourcery.com>
345
346 * ld.texinfo: Include VERSION_PACKAGE when reporting version.
347
27e55c4d
PB
3482007-03-20 Paul Brook <paul@codesourcery.com>
349
350 * emultempl/armelf.em (pic_veneer): New variable.
351 (PARSE_AND_LIST_PROLOGUE): Add OPTION_PIC_VENEER.
352 (PARSE_AND_LIST_ARGS_CASES): Ditto.
353 (PARSE_AND_LIST_LONGOPTS): Add "pic-veneer".
354 (PARSE_AND_LIST_OPTIONS): Ditto.
355 * ld.texinfo: Document --pic-veneer.
356
bf21ed78
MS
3572007-03-18 Mark Shinwell <shinwell@codesourcery.com>
358
359 * ld.texinfo: Document --no-enum-size-warning.
360 * emultempl/armelf.em (no_enum_size_warning): New.
361 (arm_elf_create_output_section_statements): Correct typo
362 in comment. Pass no_enum_size_warning to
363 bfd_elf32_arm_set_target_relocs.
364 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NO_ENUM_SIZE_WARNING.
365 (PARSE_AND_LIST_OPTIONS): Document --no-enum-size-warning.
366 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_ENUM_SIZE_WARNING
367 case.
368
3f2dad24
BS
3692007-03-19 Bernd Schmidt <bernd.schmidt@analog.com>
370
371 * configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
372 (bfin-*-linux-uclibc*): New target.
373
591a748a
NC
3742007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
375
376 * pe-dll.c (make_one): Use pc-relative relocation instead of an
377 absolute relocation for x86_64-pc-mingw32 target.
378
c428fa83
L
3792007-03-15 H.J. Lu <hongjiu.lu@intel.com>
380
381 * Makefile.am (ld_TEXINFOS): Remove ldver.texi.
382 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
383 (TEXI2DVI): Likewise.
384 (REPORT_BUGS_TO): Removed.
385 (INCLUDES): Remove -DREPORT_BUGS_TO.
386 (ldver.texi): Likewise.
387 (ld.1): Don't depend on ldver.texi.
388 (MOSTLYCLEANFILES): Remove ldver.texi.
389 * Makefile.in: Regenerated.
390
391 * configure.in (--with-bugurl): Removed.
392 * configure: Regenerated.
393
394 * lexsup.c: Include bfdver.h.
395
396 * ld.texinfo: Include bfdver.texi instead of ldver.texi.
397
45fd5a53
HPN
3982007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
399
400 * emultempl/mmixelf.em: Remove incorrect '#line' directive.
401
91eb6c46
AM
4022007-03-08 Alan Modra <amodra@bigpond.net.au>
403
404 * ldlang.c (lang_size_sections_1): Correct backwards dot move
405 test to not trigger on overlays. Only warn on backwards move
406 if non-default lma.
407
ad22bfe8
JM
4082007-03-07 Joseph Myers <joseph@codesourcery.com>
409
410 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
411 bug-reporting URL.
412 * Makefile.am (ldver.texi): Define BUGURL.
413 * ld.texinfo: Use BUGURL.
414 * Makefile.in, configure: Regenerate.
415
057cac08
NC
4162007-03-07 Nick Clifton <nickc@redhat.com>
417
418 PR ld/4023
419 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
420 from any paths being inserted into the output binary's DT_RPATH.
421
d6ed30ba
NS
4222007-03-02 Nathan Sidwell <nathan@codesourcery.com>
423
424 * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
425
066c2a57
JM
4262007-03-01 Joseph Myers <joseph@codesourcery.com>
427
428 * ldver.c (ldversion): Remove word "version" from output. Update
429 copyright date.
430
ed6ba298
NS
4312007-02-28 Nathan Sidwell <nathan@codesourcery.com>
432
433 * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
434 (eshelf_uclinux.c): New target.
435 * Makefile.in: Rebuilt.
436 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
437 * emulparams/shelf_uclinux.sh: New.
438
2eacb3e8
AM
4392007-02-28 Alan Modra <amodra@bigpond.net.au>
440
46c3c201 441 * configure.tgt: Fix type last change.
2eacb3e8
AM
442 * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
443
f0d89437
AM
4442007-02-27 Alan Modra <amodra@bigpond.net.au>
445
446 * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
447 (eelf32_spu.c): Adjust dependencies.
448 * Makefile.in: Regenerate.
449 * emultempl/spuelf.em (ovl_mgr): New array. Insert spu_ovl.o
450 code using bin2c.
451 (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
452 (ovl_mgr_stream): Update.
453 * emultempl/spu_inc.s: Delete.
454 * emultempl/spu_none.s: Delete.
455
45d3b878
AM
4562007-02-26 Alan Modra <amodra@bigpond.net.au>
457
458 * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
459 to _binary_spu_ovl_o_start.
460 (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
461 (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
462 * emultempl/spu_inc.s: Rename symbols.
463 * emultempl/spu_none.s: New file.
464 * emultempl/spu_ovl.S: Update copyright.
465 * Makefile.am (spu_inc.o): Try building with ld -r first, then
466 gas incbin, then build without overlay manager.
467 * Makefile.in: Regenerate.
468
919e35ed
JM
4692007-02-22 Joseph Myers <joseph@codesourcery.com>
470
471 * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
472 mips*el-*-linux-*, mips*-*-linux-*): Set
473 targ_extra_libpath=$targ_extra_emuls.
474
2889e75b
NC
4752007-02-21 Nick Clifton <nickc@redhat.com>
476
477 * ldlang.c (ldlang_override_segment_assignment): New function.
478 * ldlang.h (ldlang_override_segment_assignment): Prototype.
479 * ldmain.c (link_callbacks): Add
480 ldlang_override_segment_assignment.
481
67469e1f
AM
4822007-02-20 Alan Modra <amodra@bigpond.net.au>
483
484 * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
485
92f01d61
JM
4862007-02-17 Mark Mitchell <mark@codesourcery.com>
487 Nathan Sidwell <nathan@codesourcery.com>
488 Vladimir Prus <vladimir@codesourcery.com
489 Joseph Myers <joseph@codesourcery.com>
490
491 * configure.in (--with-bugurl): New option.
492 * configure: Regenerate.
493 * Makefile.am (REPORT_BUGS_TO): Define.
494 (INCLUDES): Define REPORT_BUGS_TO.
495 Regenerate dependencies.
496 * Makefile.in: Regenerate.
497 * ld.h: Remove include of bin-bugs.h.
498 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
499
dc1946a1
AM
5002007-02-17 Alan Modra <amodra@bigpond.net.au>
501
502 * ldcref.c (check_reloc_refs): Compare section for local syms.
503
b1e37473
AM
5042007-02-13 Alan Modra <amodra@bigpond.net.au>
505
506 * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
507 (__ovly_load_event): Define.
508 (size): Rename to osize.
509 * emultempl/spu_ovl.o: Regenerate.
510
e4e0193e
AM
5112007-02-13 Alan Modra <amodra@bigpond.net.au>
512
513 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
514 * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
515 SEC_RELOC flag set.
516
534d3119
L
5172007-02-09 H.J. Lu <hongjiu.lu@intel.com>
518
519 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
520 want64 is true.
521 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
522 true
523 * configure: Regenerated.
524
525 * configure.tgt (targ_extra_libpath): Initialize.
526 (targ64_extra_emuls): New. Document. Initialize.
527 (targ64_extra_libpath): Likewise.
528 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
529 targ64_extra_libpath.
530 (powerpc*-*-linux*): Likewise.
531 (s390-*-linux*): Likewise.
532
7bd1c961
PB
5332007-02-07 Paul Brook <paul@codesourcery.com>
534
535 * configure.tgt: Add arm*-*-uclinux-*eabi.
536
ea0c3cd5
L
5372007-02-06 H.J. Lu <hongjiu.lu@intel.com>
538
539 * ldlang.c (lang_size_sections_1): Add a missing `)'.
540
264b6205
AM
5412007-02-06 Alan Modra <amodra@bigpond.net.au>
542
ea0c3cd5 543 PR ld/3966
264b6205
AM
544 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
545 move unless section size is non-zero.
546
19d9b7d3
DB
5472007-02-05 Dave Brolley <brolley@redhat.com>
548
549 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
550 * configure.tgt: Likewise.
551 * scripttempl/mep.sc: New file.
552 * emulparams/elf32mep.sh: New file.
553 * Makefile.in: Regenerate.
554
c6dd86c6
JB
5552006-01-29 Julian Brown <julian@codesourcery.com>
556
557 * NEWS: Mention --vfp11-denorm-fix option.
558 * ld.texinfo: Document above.
559 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
560 .vfp11_veneer section.
561 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
562 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
563 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
564 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
565 (arm_elf_after_allocation): New function. Call
566 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
567 (arm_elf_create_output_section_statements): Pass vfp11 fix command
568 line option to BFD.
569 (OPTION_VFP11_DENORM_FIX): New option.
570 (PARSE_AND_LIST_LONGOPTS): Handle new option.
571 (PARSE_AND_LIST_OPTIONS): Likewise.
572 (PARSE_AND_LIST_ARGS_CASES): Likewise.
573 (LDEMUL_AFTER_ALLOCATION): Define.
574
ed9ef263
L
5752007-01-24 H.J. Lu <hongjiu.lu@intel.com>
576
577 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
578 (DEFSYMEND): Likewise.
579 (NAME): Likewise.
580 (LNAME): Likewise.
581
54727719
NC
5822007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
583
584 * pe-dll.c: (make_one) Conditionally include jump stubs.
585 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
91eb6c46 586 redundant jump stubs from import libraries and exclude them from
54727719
NC
587 link.
588
5f400437 5892007-01-19 H.J. Lu <hongjiu.lu@intel.com>
d8cf8b51
L
590
591 * ld.h (args_type): Add new symbolic and dynamic_list fields.
592
593 * ld.texinfo: Update -Bsymbolic-functions.
594
595 * ldmain.c (main): Initialize command_line.symbolic to
596 symbolic_unset and command_line.dynamic_list to
597 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
598 --dynamic-list* before setting link_info.symbolic,
91eb6c46 599 link_info.dynamic and link_info.dynamic_data.
d8cf8b51
L
600
601 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
602 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
603 -Bsymbolic-functions.
604 (parse_args): Handle -Bsymbolic-functions. Don't set
605 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
606 here. Set command_line.symbolic for -Bsymbolic. Set
607 command_line.dynamic_list and command_line.symbolic for
608 --dynamic-list-data, --dynamic-list-cpp-new,
609 --dynamic-list-cpp-typeinfo and --dynamic-list.
610
b8142865
L
6112007-01-19 Jakub Jelinek <jakub@redhat.com>
612 H.J. Lu <hongjiu.lu@intel.com>
613
614 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
615 or -z common-page-size argument is a power of 2. Call
616 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
617
6182007-01-19 H.J. Lu <hongjiu.lu@intel.com>
619
620 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
621 bfd_emul_set_commonpagesize.
622
5f400437 6232007-01-19 H.J. Lu <hongjiu.lu@intel.com>
14be8564
L
624
625 * NEWS: Mention --default-script/-dT.
626
627 * ld.h (args_type): Add a default_script field.
628
629 * ld.texinfo: Document --default-script/-dT.
630
631 * ldmain.c (main): Handle command_line.default_script.
632
633 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
634 (ld_options): Add entries for --default-script and -dT.
635 (parse_args): Handle --default-script/-dT.
636
40b36307
L
6372007-01-16 H.J. Lu <hongjiu.lu@intel.com>
638
639 PR ld/3831
640 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
641 --dynamic-list-cpp-new.
642
643 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
644 and --dynamic-list-cpp-new.
645
646 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
647 (lang_process): Change link_info.dynamic to
648 link_info.dynamic_list.
649 (lang_append_dynamic_list): Likewise.
650 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
651 link_info.dynamic_data to FALSE.
652
653 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
654
655 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
656 OPTION_DYNAMIC_LIST_CPP_NEW.
657 (ld_options): Add entries for -Bsymbolic-functions,
658 --dynamic-list-data and --dynamic-list-cpp-new. Make
659 -Bsymbolic-functions an alias of --dynamic-list-data.
660 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
661 Set link_info.dynamic to TRUE for --dynamic-list and
662 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
663 --dynamic-list-cpp-new.
664
59e0647f
NS
6652007-01-11 Nathan Sidwell <nathan@codesourcery.com>
666
667 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
668 shrinkage for the first few iterations.
669
42037fe5
NC
6702007-01-08 Kai Tietz <kai.tietz@onevision.com>
671
672 * configure.tgt: Renamed target x86_64-*-mingw64 to
673 x86_64-*-mingw*.
674
f9967789
NC
6752007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
676
677 * configure.host: Add i[3-7]86-*-mingw* case.
678
033432d0
NC
6792007-01-08 Nick Clifton <nickc@redhat.com>
680
681 * pep-dll.h (pep_bfd_is_dll): Add prototype.
682
916c46cb
NC
6832007-01-08 Aurelien Jarno <aurelien@aurel32.net>
684
685 PR ld/3843
686 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
687 tdir_elf_i386_fbsd.
688
cc3e2771
NS
6892007-01-06 Nathan Sidwell <nathan@codesourcery.com>
690
691 * ldexp.c (fold_name): Issue error on undefined sections.
692
799133e8
AM
6932007-01-02 Alan Modra <amodra@bigpond.net.au>
694
695 * pe-dll.c: Include pe-dll.h.
696 * pep-dll.c (pe_bfd_is_dll): Define.
697
10a2343e 698For older changes see ChangeLog-2006
252b5132
RH
699\f
700Local Variables:
701mode: change-log
702left-margin: 8
703fill-column: 74
704version-control: never
705End:
This page took 0.411817 seconds and 4 git commands to generate.