daily update
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
80c4ed32
AM
12007-07-12 Alan Modra <amodra@bigpond.net.au>
2
3 * emultempl/spuelf.em (embedded_spu_file): Test for NULL path
4 before calling base_name, not after.
5
1c68693b
AM
62007-07-10 Alan Modra <amodra@bigpond.net.au>
7
8 * scripttempl/elf.sc (DISCARDED): Renamed from STACKNOTE. Add
9 .gnu.debuglink.
10 * scripttempl/armbpabi.sc: Likewise.
11 * scripttempl/elf32sh-symbian.sc: Likewise.
12 * scripttempl/elfxtensa.sc: Likewise.
13 * scripttempl/mep.sc: Likewise.
14
fd2f25da
RM
152007-07-09 Roland McGrath <roland@redhat.com>
16
17 * emultempl/elf32.em (gld${EMULATION_NAME}_add_option): Add --build-id.
18 (gld${EMULATION_NAME}_handle_option): Handle --build-id.
19 (gld${EMULATION_NAME}_list_options): List --build-id.
20 (gld${EMULATION_NAME}_after_open): If --build-id was given,
21 synthesize a ".note.gnu.build-id" section and cache it in elf_tdata.
22 * ld.texinfo (Options): Describe --build-id.
23 * NEWS: Mention --build-id.
24
f96b4a7b
NC
252007-07-06 Nick Clifton <nickc@redhat.com>
26
27 * deffile.h: Update copyright notice to refer to GPLv3.
28 * deffilep.y, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h,
29 ldexp.c, ldexp.h, ldfile.c, ldfile.h, ldgram.y, ld.h, ldlang.c,
30 ldlang.h, ldlex.h, ldlex.l, ldmain.c, ldmain.h, ldmisc.c,
31 ldmisc.h, ldver.c, ldver.h, ldwrite.c, ldwrite.h, lexsup.c, mri.c,
32 mri.h, pe-dll.c, pe-dll.h, pep-dll.c, pep-dll.h, stamp-h.in,
33 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
34 emultempl/armcoff.em, emultempl/armelf.em, emultempl/avrelf.em,
35 emultempl/beos.em, emultempl/cr16elf.em, emultempl/crxelf.em,
36 emultempl/elf32.em, emultempl/elf-generic.em, emultempl/genelf.em,
37 emultempl/generic.em, emultempl/gld960c.em, emultempl/gld960.em,
38 emultempl/hppaelf.em, emultempl/ia64elf.em, emultempl/irix.em,
39 emultempl/linux.em, emultempl/lnk960.em, emultempl/m68hc1xelf.em,
40 emultempl/m68kcoff.em, emultempl/m68kelf.em,
41 emultempl/mipsecoff.em, emultempl/mipself.em,
42 emultempl/mmixelf.em, emultempl/mmix-elfnmmo.em, emultempl/mmo.em,
43 emultempl/needrelax.em, emultempl/pe.em, emultempl/pep.em,
44 emultempl/ppc32elf.em, emultempl/ppc64elf.em,
45 emultempl/scoreelf.em, emultempl/sh64elf.em, emultempl/spuelf.em,
46 emultempl/spu_ovl.S, emultempl/sunos.em, emultempl/ticoff.em,
47 emultempl/vanilla.em, emultempl/xtensaelf.em: Likewise.
48 * genscripts.sh: Add copyright notice.
49 * emultempl/netbsd.em, emultempl/vxworks.em, emultempl/z80.em:
50 Likewise.
51 * NEWS: Mention that the sources are now under GPLv3.
52 * configure: Regenerate.
53
a00b50c5
DS
542007-07-05 Danny Smith <dannysmith@users.sourceforge.net>
55
56 * ld.texinfo (--heap): Replace 'amount' with 'number of bytes'.
57 (--stack): Likewise.
58
0fd1c9f1
AM
592007-07-03 Matthias Klose <doko@ubuntu.com>
60
61 * emultempl/spuelf.em (base_name): Correct backslash quoting.
62
ae351704
AM
632007-07-02 Alan Modra <amodra@bigpond.net.au>
64
65 * Makefile.in: Regenerate.
66 * aclocal.m4: Regenerate.
67 * config.in: Regenerate.
68 * po/ld.pot: Regenerate.
69
86b57e31
L
702007-06-30 H.J. Lu <hongjiu.lu@intel.com>
71
72 * aclocal.m4: Regenerated.
73 * Makefile.in: Likewise.
74
a19bcec6
L
752007-06-29 H.J. Lu <hongjiu.lu@intel.com>
76
77 * NEWS: Remove a line with '*' only.
78
104d59d1
JM
792007-06-29 Joseph Myers <joseph@codesourcery.com>
80
81 * emulparams/armelf.sh (OTHER_SECTIONS): Remove .ARM.attributes.
82 (ATTRS_SECTIONS): Define.
83 * scripttempl/elf.sc, scripttempl/elf32sh-symbian.sc,
84 scripttempl/elf_chaos.sc, scripttempl/elfi370.sc,
85 scripttempl/elfxtensa.sc: Handle ATTRS_SECTIONS.
86
3d3d428f
NC
872006-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
88
89 * scripttemp/elf32cr16.sc: Default linker script.
90 * emulparams/elf32cr16.sh: Emulation script.
91 * emultempl/cr16elf.em: Emulation script.
92 * Makefile.am: Add entry to make cr16 target.
93 * Makefile.in: Regenerate.
94 * configure.tgt: Specify default and other emulation parameters
95 for cr16.
96 * ChangeLog: Added CR16 target entry.
97 * NEWS: Announce the support for the CR16 new target.
98
cc481421
AM
992007-06-27 Alan Modra <amodra@bigpond.net.au>
100
101 * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
102
3e6c41d1
AM
1032007-06-20 Alan Modra <amodra@bigpond.net.au>
104
105 * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
106
362c1d1a
NS
1072007-06-18 Nathan Sidwell <nathan@codesourcery.com>
108
109 * ldlex.l, ldgram.y: Add ALIGNOF.
110 * ldexp.c (exp_print_token, foldname): Likewise.
111 * ld.texinfo: Likewise.
112
42ba7415
AM
1132007-06-18 Alan Modra <amodra@bigpond.net.au>
114
115 * Makefile.am: Add eelf32_spu.o rule.
116 * Makefile.in: Regenerate.
117 * emultempl/spuelf.em: Revert last change. Instead use EMBEDSPU
118 defined in Makefile for embedspu name.
119
628e8859
AM
1202007-06-18 Alan Modra <amodra@bigpond.net.au>
121
122 * emultempl/spuelf.em (embedded_spu_file): Deduce embedspu program
123 name prefix from that of ld.
124
79887925
L
1252007-06-14 H.J. Lu <hongjiu.lu@intel.com>
126
127 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
128
129 * acinclude.m4: Removed.
130
131 * Makefile.in: Regenerated.
132 * aclocal.m4: Likewise.
133 * configure: Likewise.
134
107eb3fc
AM
1352007-06-14 Alan Modra <amodra@bigpond.net.au>
136
137 * emultempl/spu_ovl.S: Don't trash lr on tail call from one
138 overlay to another.
139 * emultempl/spu_ovl.o: Regenerate.
140
460d3e08
BW
1412007-06-11 Bob Wilson <bob.wilson@acm.org>
142
143 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Add ONLY_IF_RO
144 for .xt_except_table.
145 (OTHER_RELRO_SECTIONS): New.
146
99ded152
BW
1472007-06-11 Sterling Augustine <sterling@tensilica.com>
148 Bob Wilson <bob.wilson@acm.org>
fd2f25da 149
99ded152
BW
150 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use renamed
151 XTENSA_PROP_NO_TRANSFORM flag instead of XTENSA_PROP_INSN_NO_TRANSFORM.
fd2f25da 152
a9a4c53e
AM
1532007-06-01 Noah Misch <noah@cs.caltech.edu>
154 Alan Modra <amodra@bigpond.net.au>
155
156 * ldlang.c (ldlang_add_file): Use input_bfds_tail.
157 * ldmain.c (main): Init input_bfds_tail. Sort link_info
158 initialization.
159
3ba20bde
AM
1602007-05-29 Alan Modra <amodra@bigpond.net.au>
161
162 * emultempl/spuelf.em (base_name): New function, split out from..
163 (embedded_spu_file) ..here. Pass -fPIC or -fpie to embedspu
164 invocation if we deduce a shared lib or position independent
165 executable build by looking at ctrbegin* linker input files.
166
a7e4b3fe
AM
1672007-05-29 Alan Modra <amodra@bigpond.net.au>
168
169 * emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
170 types and sizes.
171 * emultempl/spu_ovl.o: Regenerate.
172
37ad9514
SE
1732007-05-24 Steve Ellcey <sje@cup.hp.com>
174
175 * Makefile.in: Regnerate.
176 * configure: Regenerate.
177 * aclocal.m4: Regenerate.
178
8545d1a9
NS
1792007-05-24 Nathan Sidwell <nathan@codesourcery.com>
180
181 * ldlex.l: ASSERT is recognized in SCRIPT env. NAMES cannot
182 contain commas in EXP env.
183 * ldgram.y (extern_name_list): Push to EXP env, move body to ...
184 (extern_name_list_body): ... here.
185 (script_file, ifile_list): Reformat.
186 (statement): Add ASSERT.
187
0e9517a9
NC
1882007-05-22 Nick Clifton <nickc@redhat.com>
189
190 * ld.texinfo: Use @copying around the copyright notice.
191 * ldint.texinfo: Likewise.
192
120facfc
RS
1932007-05-18 Richard Sandiford <richard@codesourcery.com>
194
195 * emulparams/elf32ebmipvxworks.sh (OTHER_READONLY_SECTIONS)
196 (OTHER_READWRITE_SECTIONS): Define. Add .rdata sections.
197
fa1e8d8e
RS
1982007-05-16 Richard Sandiford <richard@codesourcery.com>
199
200 * configure.in: Allow sysroots to be relocated under $prefix as
201 well as $exec_prefix.
202 * configure: Regenerate.
203
b7b7fe3f
AS
2042007-05-14 Andreas Schwab <schwab@suse.de>
205
206 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern):
207 Handle null pattern.
208
016687f8
AM
2092007-05-11 Alan Modra <amodra@bigpond.net.au>
210
211 * emultempl/ppc32elf.em (plt_style): New variable.
212 (old_plt): Delete.
213 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
214 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
215 OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
216 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
217 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
218 * ld.texinfo (--secure-plt): Document.
219
3b95049e
AM
2202007-05-08 Alan Modra <amodra@bigpond.net.au>
221
222 * ld.h (args_type, ld_config_type): Reorder fields.
223 * ldmain.c (main): Don't initialise a bunch of vars we know are
224 zero already.
225
2a69000b
DC
2262007-05-05 Anatoly Sokolov <aesok@post.ru>
227
fd2f25da 228 * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for
2a69000b
DC
229 "--pmem-wrap-around".
230 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
231
93c0f4a4
BW
2322007-05-03 Bob Wilson <bob.wilson@acm.org>
233
234 * scripttempl/elfxtensa.sc: Merge changes from elf.sc.
235
fe7929ce
AM
2362007-05-03 Alan Modra <amodra@bigpond.net.au>
237
238 * ld.texinfo (--no-warn-search-mismatch): Document.
239 * ldfile.c (ldfile_try_open_bfd): Don't warn about skipping
240 incompatible libraries if --no-warn-search-mismatch.
241 * ld.h (args_type): Add warn_search_mismatch.
242 * ldmain.c (main): Init it.
243 * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH.
244 (ld_options): Add entry for --no-warn-search-mismatch.
245 (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
246
083a6ddf
AM
2472007-05-03 Alan Modra <amodra@bigpond.net.au>
248
249 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
250
79ac49f0
AM
2512007-05-01 Robert Millan <rmh@aybabtu.com>
252
253 * ldlang.c (lang_check): Error on architecture mismatch.
254
49fa1e15
AM
2552007-04-30 Alan Modra <amodra@bigpond.net.au>
256
257 * ldmain.c (link_callbacks): Init info and minfo fields.
258 * ldmisc.c (minfo): Do nothing if no map file.
259 * emultempl/spuelf.em (stack_analysis, emit_stack_syms): New vars.
260 (spu_after_open): Adjust spu_elf_create_sections call.
261 (spu_before_allocation): Likewise for spu_elf_size_stubs.
262 (OPTION_SPU_STACK_ANALYSIS, OPTION_SPU_STACK_SYMS): Define.
263 (PARSE_AND_LIST_LONGOPTS): Add new entries.
264 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
265 * gen-doc.texi: Add @set for SPU and other missing targets.
266 * ld.texinfo: Update man page selection to match gen-doc.texi.
267 Document SPU features.
268
d7d4c8de
AM
2692007-04-28 Alan Modra <amodra@bigpond.net.au>
270
271 * ldcref.c (struct cref_hash_entry): Make "demangled" const.
272 (cref_fill_array): Adjust for changed demangler.
273 * ldlang.c (lang_one_common): Likewise.
274
54530ea4
AM
2752007-04-27 Nathan Froyd <froydnj@codesourcery.com>
276
277 * emulparams/elf32_sparc.sh: Update comments.
278 * emulparams/elf32bmip.sh: Likewise.
279 * emulparams/elf32ppc.sh: Likewise.
280 * emulparams/vxworks.sh: Likewise.
281
eddc20ad
AM
2822007-04-27 Alan Modra <amodra@bigpond.net.au>
283
284 Many files: Include sysdep.h first. Remove duplicate headers.
285 * Makefile.am: Run "make dep-am".
286 * Makefile.in: Regenerate.
287
080b416d
AM
2882007-04-24 Alan Modra <amodra@bigpond.net.au>
289
290 * Makefile.in: Regenerate.
291
73705ac3
AM
2922007-04-19 Alan Modra <amodra@bigpond.net.au>
293
294 * ldcref.c (cref_fill_array): Call bfd_demangle rather than demangle.
295 * ldlang.c (lang_one_common): Likewise.
296 * ldmisc.c (vfinfo): Likewise.
297 (demangle): Delete.
298 * ldmisc.h (demangle): Delete.
299 * Makefile.am: Run "make dep-am".
300 * Makefile.in: Regenerate.
301
152d792f
AM
3022007-04-18 Alan Modra <amodra@bigpond.net.au>
303
304 * ldlang.h (enum section_type): Add overlay_section.
305 * ldlang.c (lang_add_section): Handle flags for overlay_section
306 as per normal_section.
307 (lang_size_sections_1): When setting lma, detect overlays by
308 os->sectype rather than by looking for overlapping vmas.
309 (lang_enter_overlay_section): Use overlay_section type.
310 (lang_leave_overlay): Set first overlay section to normal.
311
b7d19ba6
SE
3122007-04-14 Steve Ellcey <sje@cup.hp.com>
313
314 * Makefile.am: Add ACLOCAL_AMFLAGS.
315 * Makefile.in: Regenerate.
316
e1e5c0b5 3172007-04-12 Bob Wilson <bob.wilson@acm.org>
54530ea4 318
e1e5c0b5 319 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
54530ea4 320
4a828aab
RH
3212007-04-10 Richard Henderson <rth@redhat.com>
322
323 * ldlang.c (relax_sections): Initialize and increment
324 link_info.relax_trip.
325
9fcfe2ed
PB
3262007-04-04 Paul Brook <paul@codesourcery.com>
327
328 * configure.tgt: Loosen checks for arm uclinux eabi targets.
329
f856040a
L
3302007-04-02 H.J. Lu <hongjiu.lu@intel.com>
331
332 PR ld/4090
333 * ldexp.h (node_type): Add lineno.
334 * ldexp.c: Include "ldlex.h".
335 (exp_intop): Set the lineno field from lineno.
336 (exp_bigintop): Likewise.
337 (exp_relop): Likewise.
338 (exp_nameop): Likewise.
339 (exp_binop): Set the lineno field from lineno of lhs.
340 (exp_trinop): Likewise.
341 (exp_unop): Set the lineno field from lineno of child.
342 (exp_assop): Set the lineno field from lineno of src.
343 (exp_provide): Likewise.
344 (exp_assert): Set the lineno field from lineno of exp.
345 (exp_get_abs_int): Set lineno from lineno of nonconstant
346 expression when report problem.
347
bcb674cf
RS
3482007-03-29 Richard Sandiford <richard@codesourcery.com>
349 Daniel Jacobowitz <dan@codesourcery.com>
350
351 * NEWS: Mention -l:foo.
352 * ld.texinfo: Document it.
353 * ldlang.c (new_afile): If a lang_input_file_is_l_enum
354 entry as a name beginning with a coloh, convert it to a
355 lang_input_file_is_search_file_enum entry without the colon.
356
c76308d2
RS
3572007-03-28 Richard Sandiford <richard@codesourcery.com>
358
359 * ld.h (ld_config_type): Add rpath_separator.
360 * ldmain.c (main): Initialize it.
361 * lexsup.c (parse_args): Honor config.rpath_separator.
362 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
363 (gld${EMULATION_NAME}_add_sysroot): Likewise.
364 (gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
365 rather than ':' when building the path.
366 * emultempl/vxworks.em (vxworks_before_parse): New function.
367 Override config.rpath_separator.
368 (LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
369 set to gld${EMULATION_NAME}_after_open; #define that identifier
370 to vxworks_foo instead.
371 (LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
372
4ecceb71
RS
3732007-03-28 Richard Sandiford <richard@codesourcery.com>
374 Phil Edwards <phil@codesourcery.com>
375
376 * ld.texinfo: Put the contents after the title page rather
377 than at the end of the document.
378
b6470398
AM
3792007-03-26 Alan Modra <amodra@bigpond.net.au>
380
381 * Makefile.am: Add dependency on ldemul-list.h for powerpc and
382 spu target emul files.
383 * configure.in: Check for mkstemp and waitpid.
384 * Makefile.in: Regenerate.
385 * configure: Regenerate.
386 * config.in: Regenerate.
387 * ldlang.c (input_file_chain): Make global.
388 (lang_add_input_file): Don't set lang_has_input_file here.
389 * ldlang.h (input_file_chain): Declare.
390 * emultempl/ppc32elf.em (ppc_recognized_file): New function.
391 (LDEMUL_RECOGNIZED_FILE): Define.
392 * emultempl/ppc64elf.em (ppc64_recognized_file): New function.
393 (LDEMUL_RECOGNIZED_FILE): Define.
394 * emultempl/spuelf.em (struct tflist): New.
395 (tmp_file_list): New var.
396 (clean_tmp, embedded_spu_file): New functions.
397
34711ca3
AM
3982007-03-24 Alan Modra <amodra@bigpond.net.au>
399
400 * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
401 rather than defining unconditionally.
402 (lang_leave_overlay_section): Likewise.
403 * ld.texinfo (Overlay Description): Update description and examples
404 for start/stop syms.
405
e49e529d
JM
4062007-03-22 Joseph Myers <joseph@codesourcery.com>
407
408 * ld.texinfo: Include VERSION_PACKAGE when reporting version.
409
27e55c4d
PB
4102007-03-20 Paul Brook <paul@codesourcery.com>
411
412 * emultempl/armelf.em (pic_veneer): New variable.
413 (PARSE_AND_LIST_PROLOGUE): Add OPTION_PIC_VENEER.
414 (PARSE_AND_LIST_ARGS_CASES): Ditto.
415 (PARSE_AND_LIST_LONGOPTS): Add "pic-veneer".
416 (PARSE_AND_LIST_OPTIONS): Ditto.
417 * ld.texinfo: Document --pic-veneer.
418
bf21ed78
MS
4192007-03-18 Mark Shinwell <shinwell@codesourcery.com>
420
421 * ld.texinfo: Document --no-enum-size-warning.
422 * emultempl/armelf.em (no_enum_size_warning): New.
423 (arm_elf_create_output_section_statements): Correct typo
424 in comment. Pass no_enum_size_warning to
425 bfd_elf32_arm_set_target_relocs.
426 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NO_ENUM_SIZE_WARNING.
427 (PARSE_AND_LIST_OPTIONS): Document --no-enum-size-warning.
428 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_ENUM_SIZE_WARNING
429 case.
430
3f2dad24
BS
4312007-03-19 Bernd Schmidt <bernd.schmidt@analog.com>
432
433 * configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
434 (bfin-*-linux-uclibc*): New target.
435
591a748a
NC
4362007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
437
438 * pe-dll.c (make_one): Use pc-relative relocation instead of an
439 absolute relocation for x86_64-pc-mingw32 target.
440
c428fa83
L
4412007-03-15 H.J. Lu <hongjiu.lu@intel.com>
442
443 * Makefile.am (ld_TEXINFOS): Remove ldver.texi.
444 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
445 (TEXI2DVI): Likewise.
446 (REPORT_BUGS_TO): Removed.
447 (INCLUDES): Remove -DREPORT_BUGS_TO.
448 (ldver.texi): Likewise.
449 (ld.1): Don't depend on ldver.texi.
450 (MOSTLYCLEANFILES): Remove ldver.texi.
451 * Makefile.in: Regenerated.
452
453 * configure.in (--with-bugurl): Removed.
454 * configure: Regenerated.
455
456 * lexsup.c: Include bfdver.h.
457
458 * ld.texinfo: Include bfdver.texi instead of ldver.texi.
459
45fd5a53
HPN
4602007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
461
462 * emultempl/mmixelf.em: Remove incorrect '#line' directive.
463
91eb6c46
AM
4642007-03-08 Alan Modra <amodra@bigpond.net.au>
465
466 * ldlang.c (lang_size_sections_1): Correct backwards dot move
467 test to not trigger on overlays. Only warn on backwards move
468 if non-default lma.
469
ad22bfe8
JM
4702007-03-07 Joseph Myers <joseph@codesourcery.com>
471
472 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
473 bug-reporting URL.
474 * Makefile.am (ldver.texi): Define BUGURL.
475 * ld.texinfo: Use BUGURL.
476 * Makefile.in, configure: Regenerate.
477
057cac08
NC
4782007-03-07 Nick Clifton <nickc@redhat.com>
479
480 PR ld/4023
481 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
482 from any paths being inserted into the output binary's DT_RPATH.
483
d6ed30ba
NS
4842007-03-02 Nathan Sidwell <nathan@codesourcery.com>
485
486 * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
487
066c2a57
JM
4882007-03-01 Joseph Myers <joseph@codesourcery.com>
489
490 * ldver.c (ldversion): Remove word "version" from output. Update
491 copyright date.
492
ed6ba298
NS
4932007-02-28 Nathan Sidwell <nathan@codesourcery.com>
494
495 * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
496 (eshelf_uclinux.c): New target.
497 * Makefile.in: Rebuilt.
498 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
499 * emulparams/shelf_uclinux.sh: New.
500
2eacb3e8
AM
5012007-02-28 Alan Modra <amodra@bigpond.net.au>
502
46c3c201 503 * configure.tgt: Fix type last change.
2eacb3e8
AM
504 * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
505
f0d89437
AM
5062007-02-27 Alan Modra <amodra@bigpond.net.au>
507
508 * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
509 (eelf32_spu.c): Adjust dependencies.
510 * Makefile.in: Regenerate.
511 * emultempl/spuelf.em (ovl_mgr): New array. Insert spu_ovl.o
512 code using bin2c.
513 (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
514 (ovl_mgr_stream): Update.
515 * emultempl/spu_inc.s: Delete.
516 * emultempl/spu_none.s: Delete.
517
45d3b878
AM
5182007-02-26 Alan Modra <amodra@bigpond.net.au>
519
520 * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
521 to _binary_spu_ovl_o_start.
522 (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
523 (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
524 * emultempl/spu_inc.s: Rename symbols.
525 * emultempl/spu_none.s: New file.
526 * emultempl/spu_ovl.S: Update copyright.
527 * Makefile.am (spu_inc.o): Try building with ld -r first, then
528 gas incbin, then build without overlay manager.
529 * Makefile.in: Regenerate.
530
919e35ed
JM
5312007-02-22 Joseph Myers <joseph@codesourcery.com>
532
533 * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
534 mips*el-*-linux-*, mips*-*-linux-*): Set
535 targ_extra_libpath=$targ_extra_emuls.
536
2889e75b
NC
5372007-02-21 Nick Clifton <nickc@redhat.com>
538
539 * ldlang.c (ldlang_override_segment_assignment): New function.
540 * ldlang.h (ldlang_override_segment_assignment): Prototype.
541 * ldmain.c (link_callbacks): Add
542 ldlang_override_segment_assignment.
543
67469e1f
AM
5442007-02-20 Alan Modra <amodra@bigpond.net.au>
545
546 * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
547
92f01d61
JM
5482007-02-17 Mark Mitchell <mark@codesourcery.com>
549 Nathan Sidwell <nathan@codesourcery.com>
550 Vladimir Prus <vladimir@codesourcery.com
551 Joseph Myers <joseph@codesourcery.com>
552
553 * configure.in (--with-bugurl): New option.
554 * configure: Regenerate.
555 * Makefile.am (REPORT_BUGS_TO): Define.
556 (INCLUDES): Define REPORT_BUGS_TO.
557 Regenerate dependencies.
558 * Makefile.in: Regenerate.
559 * ld.h: Remove include of bin-bugs.h.
560 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
561
dc1946a1
AM
5622007-02-17 Alan Modra <amodra@bigpond.net.au>
563
564 * ldcref.c (check_reloc_refs): Compare section for local syms.
565
b1e37473
AM
5662007-02-13 Alan Modra <amodra@bigpond.net.au>
567
568 * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
569 (__ovly_load_event): Define.
570 (size): Rename to osize.
571 * emultempl/spu_ovl.o: Regenerate.
572
e4e0193e
AM
5732007-02-13 Alan Modra <amodra@bigpond.net.au>
574
575 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
576 * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
577 SEC_RELOC flag set.
578
534d3119
L
5792007-02-09 H.J. Lu <hongjiu.lu@intel.com>
580
581 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
582 want64 is true.
583 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
584 true
585 * configure: Regenerated.
586
587 * configure.tgt (targ_extra_libpath): Initialize.
588 (targ64_extra_emuls): New. Document. Initialize.
589 (targ64_extra_libpath): Likewise.
590 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
591 targ64_extra_libpath.
592 (powerpc*-*-linux*): Likewise.
593 (s390-*-linux*): Likewise.
594
7bd1c961
PB
5952007-02-07 Paul Brook <paul@codesourcery.com>
596
597 * configure.tgt: Add arm*-*-uclinux-*eabi.
598
ea0c3cd5
L
5992007-02-06 H.J. Lu <hongjiu.lu@intel.com>
600
601 * ldlang.c (lang_size_sections_1): Add a missing `)'.
602
264b6205
AM
6032007-02-06 Alan Modra <amodra@bigpond.net.au>
604
ea0c3cd5 605 PR ld/3966
264b6205
AM
606 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
607 move unless section size is non-zero.
608
19d9b7d3
DB
6092007-02-05 Dave Brolley <brolley@redhat.com>
610
611 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
612 * configure.tgt: Likewise.
613 * scripttempl/mep.sc: New file.
614 * emulparams/elf32mep.sh: New file.
615 * Makefile.in: Regenerate.
616
c6dd86c6
JB
6172006-01-29 Julian Brown <julian@codesourcery.com>
618
619 * NEWS: Mention --vfp11-denorm-fix option.
620 * ld.texinfo: Document above.
621 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
622 .vfp11_veneer section.
623 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
624 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
625 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
626 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
627 (arm_elf_after_allocation): New function. Call
628 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
629 (arm_elf_create_output_section_statements): Pass vfp11 fix command
630 line option to BFD.
631 (OPTION_VFP11_DENORM_FIX): New option.
632 (PARSE_AND_LIST_LONGOPTS): Handle new option.
633 (PARSE_AND_LIST_OPTIONS): Likewise.
634 (PARSE_AND_LIST_ARGS_CASES): Likewise.
635 (LDEMUL_AFTER_ALLOCATION): Define.
636
ed9ef263
L
6372007-01-24 H.J. Lu <hongjiu.lu@intel.com>
638
639 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
640 (DEFSYMEND): Likewise.
641 (NAME): Likewise.
642 (LNAME): Likewise.
643
54727719
NC
6442007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
645
646 * pe-dll.c: (make_one) Conditionally include jump stubs.
647 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
91eb6c46 648 redundant jump stubs from import libraries and exclude them from
54727719
NC
649 link.
650
5f400437 6512007-01-19 H.J. Lu <hongjiu.lu@intel.com>
d8cf8b51
L
652
653 * ld.h (args_type): Add new symbolic and dynamic_list fields.
654
655 * ld.texinfo: Update -Bsymbolic-functions.
656
657 * ldmain.c (main): Initialize command_line.symbolic to
658 symbolic_unset and command_line.dynamic_list to
659 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
660 --dynamic-list* before setting link_info.symbolic,
91eb6c46 661 link_info.dynamic and link_info.dynamic_data.
d8cf8b51
L
662
663 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
664 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
665 -Bsymbolic-functions.
666 (parse_args): Handle -Bsymbolic-functions. Don't set
667 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
668 here. Set command_line.symbolic for -Bsymbolic. Set
669 command_line.dynamic_list and command_line.symbolic for
670 --dynamic-list-data, --dynamic-list-cpp-new,
671 --dynamic-list-cpp-typeinfo and --dynamic-list.
672
b8142865
L
6732007-01-19 Jakub Jelinek <jakub@redhat.com>
674 H.J. Lu <hongjiu.lu@intel.com>
675
676 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
677 or -z common-page-size argument is a power of 2. Call
678 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
679
6802007-01-19 H.J. Lu <hongjiu.lu@intel.com>
681
682 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
683 bfd_emul_set_commonpagesize.
684
5f400437 6852007-01-19 H.J. Lu <hongjiu.lu@intel.com>
14be8564
L
686
687 * NEWS: Mention --default-script/-dT.
688
689 * ld.h (args_type): Add a default_script field.
690
691 * ld.texinfo: Document --default-script/-dT.
692
693 * ldmain.c (main): Handle command_line.default_script.
694
695 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
696 (ld_options): Add entries for --default-script and -dT.
697 (parse_args): Handle --default-script/-dT.
698
40b36307
L
6992007-01-16 H.J. Lu <hongjiu.lu@intel.com>
700
701 PR ld/3831
702 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
703 --dynamic-list-cpp-new.
704
705 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
706 and --dynamic-list-cpp-new.
707
708 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
709 (lang_process): Change link_info.dynamic to
710 link_info.dynamic_list.
711 (lang_append_dynamic_list): Likewise.
712 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
713 link_info.dynamic_data to FALSE.
714
715 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
716
717 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
718 OPTION_DYNAMIC_LIST_CPP_NEW.
719 (ld_options): Add entries for -Bsymbolic-functions,
720 --dynamic-list-data and --dynamic-list-cpp-new. Make
721 -Bsymbolic-functions an alias of --dynamic-list-data.
722 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
723 Set link_info.dynamic to TRUE for --dynamic-list and
724 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
725 --dynamic-list-cpp-new.
726
59e0647f
NS
7272007-01-11 Nathan Sidwell <nathan@codesourcery.com>
728
729 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
730 shrinkage for the first few iterations.
731
42037fe5
NC
7322007-01-08 Kai Tietz <kai.tietz@onevision.com>
733
734 * configure.tgt: Renamed target x86_64-*-mingw64 to
735 x86_64-*-mingw*.
736
f9967789
NC
7372007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
738
739 * configure.host: Add i[3-7]86-*-mingw* case.
740
033432d0
NC
7412007-01-08 Nick Clifton <nickc@redhat.com>
742
743 * pep-dll.h (pep_bfd_is_dll): Add prototype.
744
916c46cb
NC
7452007-01-08 Aurelien Jarno <aurelien@aurel32.net>
746
747 PR ld/3843
748 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
749 tdir_elf_i386_fbsd.
750
cc3e2771
NS
7512007-01-06 Nathan Sidwell <nathan@codesourcery.com>
752
753 * ldexp.c (fold_name): Issue error on undefined sections.
754
799133e8
AM
7552007-01-02 Alan Modra <amodra@bigpond.net.au>
756
757 * pe-dll.c: Include pe-dll.h.
758 * pep-dll.c (pe_bfd_is_dll): Define.
759
10a2343e 760For older changes see ChangeLog-2006
252b5132
RH
761\f
762Local Variables:
763mode: change-log
764left-margin: 8
765fill-column: 74
766version-control: never
767End:
This page took 0.470567 seconds and 4 git commands to generate.