Make it easy to make --disable-werror the default for both binutils and gdb
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
270c9937
JB
12014-06-05 Joel Brobecker <brobecker@adacore.com>
2
3 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
4 bfd's development.sh.
5 * Makefile.in, configure: Regenerate.
6
ce46249c
AM
72014-06-02 Alan Modra <amodra@gmail.com>
8
9 * emulparams/elf32bfin.sh: Rename from bfin.sh.
10 * emulparams/elf32bfinfd.sh: Update to suit.
ce46249c
AM
11 * emulparams/msp430.sh: Rename from msp430all.sh. Remove
12 MSP430_NAME and msp430X vars.
13 * emulparams/msp430X.sh: New.
ce46249c
AM
14 * emulparams/score3_elf.sh: Rename from scoreelf.sh. Remove
15 SCORE_NAME and score7_elf ARCH setting.
16 * emulparams/score7_elf.sh: New.
17 * Makefile.am (eelf32bfin.c, eelf32bfinfd.c): Update dependencies.
18 (emsp430.c, emsp430X.c, escore3_elf.c, escore7_elf.c): Likewise.
19 * Makefile.in: Regenerate.
20 * genscripts.sh: Delete customizer_script param.
21
77ac17b8
HPN
222014-05-28 Hans-Peter Nilsson <hp@axis.com>
23
24 * Makefile.am: Change all rules with ${GENSCRIPTS}
25 invocations to be just dependencies.
26 ($(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES))
27 (run-genscripts): New rules.
28 * Makefile.in: Regenerate.
29
7a2f2d82
DD
302014-05-27 DJ Delorie <dj@redhat.com>
31
32 * ld/ldemul.h (extra_map_file_text): New field.
33 (ldemul_extra_map_file_text): Declare.
34 * ld/ldemul.c (ldemul_extra_map_file_text): Define.
35 * ld/ldlang.c (lang_map): Call it.
36
37 * ld/emultempl/rxelf.em: Add extra_map_file_text hook.
38 * ld/emultempl/aix.em: Add NULL extra_map_file_text hook.
39 * ld/emultempl/armcoff.em: Likewise.
40 * ld/emultempl/beos.em: Likewise.
41 * ld/emultempl/elf32.em: Likewise.
42 * ld/emultempl/generic.em: Likewise.
43 * ld/emultempl/gld960.em: Likewise.
44 * ld/emultempl/gld960c.em: Likewise.
45 * ld/emultempl/linux.em: Likewise.
46 * ld/emultempl/lnk960.em: Likewise.
47 * ld/emultempl/m68kcoff.em: Likewise.
48 * ld/emultempl/pe.em: Likewise.
49 * ld/emultempl/pep.em: Likewise.
50 * ld/emultempl/sunos.em: Likewise.
51 * ld/emultempl/ticoff.em: Likewise.
52 * ld/emultempl/vanilla.em: Likewise.
53
0ef76c43
AM
542014-05-24 Alan Modra <amodra@gmail.com>
55
56 * ldlang.c (base): Move variable to..
57 * mri.c: ..here, and make static.
58 * ldlang.h (base): Delete declaration.
59
865d0aef
HPN
602014-05-20 Hans-Peter Nilsson <hp@axis.com>
61
62 * Makefile.am (ALL_EMULATION_SOURCES): Add missing eelf32mbel_linux.c.
63 * Makefile.in: Regenerate.
64
93d1b056
AM
652014-05-20 Alan Modra <amodra@gmail.com>
66
67 PR 16952
68 * emulparams/elf32ppccommon.sh (_SDA_BASE_, _SDA2_BASE_): Delete.
69 * emultempl/ppc32elf.em (ppc_before_allocation): Call
70 ppc_elf_maybe_strip_sdata_syms.
71 * ldlang.c (size_input_section): Correct output_offset value
72 for excluded input sections.
73
5febff9b
JM
742014-05-16 John Marino <binutils@marino.st>
75
76 * configure.tgt: Add /lib to dragonfly NATIVE_LIB_DIRS.
77
fae66359
CLT
782014-05-11 Chung-Lin Tang <cltang@codesourcery.com>
79
80 * emulparams/nios2linux.sh (OTHER_GOT_SYMBOLS): Wrap _gp in HIDDEN(),
81 and gp in PROVIDE_HIDDEN.
82
eae25ec5
HPN
832014-05-10 Hans-Peter Nilsson <hp@bitrange.com>
84
85 * ldlang.c (lang_finish): Don't call bfd_link_hash_table_free here.
86 (output_bfd_hash_table_free_fn): New variable.
87 (open_output): Save the _bfd_link_hash_table_free function for the
88 output_bfd into output_bfd_hash_table_free_fn.
89 * ldmain.c (ld_cleanup): If set, call output_bfd_hash_table_free_fn
90 on link_info.hash.
91 * ldlang.h (output_bfd_hash_table_free_fn): Declare.
92
6d00b590
AM
932014-05-02 Alan Modra <amodra@gmail.com>
94
95 * emultempl/metagelf.em: Update bfd target vector naming.
96 * emultempl/nios2elf.em: Likewise.
97 * emultempl/spuelf.em: Likewise.
98 * emultempl/tic6xdsbt.em: Likewise.
99
73589c9d
CS
1002014-04-22 Christian Svensson <blue@cmd.nu>
101
102 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
103 * configure.tgt: Likewise.
104 * emulparams/elf32or1k.sh: New file.
105 * emulparams/elf32or1k_linux.sh: New file.
106 * emulparams/elf32openrisc.sh: Delete.
107 * emulparams/or32.sh: Delete.
108 * emulparams/or32elf.sh: Delete.
109 * scripttempl/or32.sc: Delete.
110 * Makefile.in: Regenerate.
111
d1c109de
RH
1122014-04-21 Richard Henderson <rth@redhat.com>
113
114 * emultempl/alphaelf.em (alpha_after_parse): Enable 2 relax passes.
115
8056826a
SE
1162014-04-16 Steve Ellcey <sellcey@mips.com>
117
118 * emultempl/elf32.em: Include safe-ctype.h.
119
751e54c9
SE
1202014-04-16 Steve Ellcey <sellcey@mips.com>
121
122 * ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
123
edf84efc
NC
1242014-04-09 Nick Clifton <nickc@redhat.com>
125
126 * Makefile.am (default-manifest.o): Remove rule.
127 (EMUL_EXTRA_BINARIES): Delete.
128 (ALL_EMUL_EXTRA_BINARIES): Delete.
129 (ld_new_DEPENDENCIES): Remove EMUL_EXTRA_BINARIES.
130 (install-data-local): Remove EMUL_EXTRA_BINARIES.
131 * Makefile.in: Regenerate.
132 * configure.in (all_emul_extra_binaries): Delete.
133 (EMUL_EXTRA_BINARIES): Remove.
134 * configure: Regenerate.
135 * configure.tgt (target_extra_binaries): Delete.
136 * emultempl/default-manifest.rc: Delete.
137 * ld.texinfo: Remove discussion of default manifest.
138 * emulparams/i386pe.sh (DEFAULT_MANIFEST): Delete.
139 * emulparams/i386pep.sh (DEFAULT_MANIFEST): Delete.
140
e30d16e9
AM
1412014-04-09 Alan Modra <amodra@gmail.com>
142
143 * emultempl/spuelf.em: Include safe-ctype.h, remove duplicate errno.h.
144 * emultempl/nds32elf.em: Include bfd_stdint.h.
145 * po/POTFILES.in: Regenerate.
146
b4ab4364
AM
1472014-04-09 Alan Modra <amodra@gmail.com>
148
149 * emultempl/ppc32elf.em (no_zero_padding, ppc_finish): New functions.
150 (LDEMUL_FINISH): Define.
151
6c1799ad
NC
1522014-04-08 Nick Clifton <nickc@redhat.com>
153
154 * scripttempl/pe.sc (R_RSRC): Remove default manifest.
155 * scripttempl/pep.sc (R_RSRC): Remove default manifest.
156
61e2488c
JT
1572014-04-08 Jon TURNEY <jon.turney@dronecode.org.uk>
158
159 * emultempl/elf32.em (id_note_section_size, read_hex, write_build_id):
160 Move code for parsing build-id option and calculating the build-id to...
161 * ldbuildid.c: New file.
162 * ldbuildid.h: New file.
163 * Makefile.am (CFILES, HFILES, OFILES, ld_new_SOURCES): Add new
164 files.
165 * Makefile.in: Regenerate.
166 * ld.texinfo: Update --build-id description to mention COFF
167 support.
168 * NEWS: Mention support for COFF build ids.
169 * emultempl/pe.em (gld${EMULATION_NAME}_handle_option):
170 (pecoff_checksum_contents, write_build_id, setup_build_id)
171 (gld_${EMULATION_NAME}_after_open): Handle and implement
172 build-id option.
173 * emultempl/pep.em: Likewise.
174
abc9061b
CC
1752014-04-04 Cary Coutant <ccoutant@google.com>
176
177 PR gold/16804
178 * ld.texinfo: Document optional comma following output section
179 command and overlay command.
180
ffe54b37
AM
1812014-04-04 Alan Modra <amodra@gmail.com>
182
183 * ldlang.c (lang_size_sections_1 <lang_input_section_enum>): Use
184 current "fill", not "output_section_statement->fill".
185
76f0cad6
NC
1862014-03-31 Nick Clifton <nickc@redhat.com>
187
188 PR ld/16744
189 * emultempl/elf32.em (_after_open): Create a .note.GNU-stack
190 section when performing a relocatable link with -z [no]execstack
191 specified.
192
4c6d802e
L
1932014-03-27 H.J. Lu <hongjiu.lu@intel.com>
194
195 PR ld/16756
196 * ldmain.c (symbol_warning): New function.
197 (warning_callback): Use it. Scan all input files for a reference
198 to SYMBOL.
199
8547a0f9 2002014-03-21 Christopher Faylor <me.cygwin2013@cgf.cx>
d0e6d77b
CF
201
202 * ld.texinfo: Document change in handling of --enable-auto-image-base.
203 * emultempl/pe.em (pe_auto_image_base): Set to default base.
204 (gld_${EMULATION_NAME}_list_options): Change usage message to reflect
205 optional --enable-auto-image-base argument.
206 (gld${EMULATION_NAME}_handle_option): Handle optional
207 --enable-auto-image-base argument.
208 (compute_dll_image_base): Eliminate constant. Use pe_auto_image_base.
209
1d63324c
NC
2102014-03-19 Nick Clifton <nickc@redhat.com>
211
212 * Makefile.am (default-manifest.o): Use WINDRES_FOR_TARGET.
213 * Makefile.in: Regenerate.
214 * emultempl/default-manifest.rc: Fix typo.
215 * scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion.
6caf7111 216 (.rsrc): Add SUBALIGN(4). Remove SORT.
1d63324c
NC
217 * scripttempl/pep.sc: Likewise.
218
c712f1e3
CF
2192014-03-17 Christopher Faylor <me.cygwin2014@cgf.cx>
220
221 * Makefile.am: Use host version of windres.
222 * Makefile.in: Regenerate.
223
d4ae5fb0
AM
2242014-03-14 Romain Geissler <romain.geissler@amadeus.com>
225 Alan Modra <amodra@gmail.com>
226
227 * ldlang.h (full_name_provided): New input flag.
228 * ldlang.c (new_afile): Don't use lang_input_file_is_search_file_enum
229 for -l:namespec. Instead use lang_input_file_is_l_enum with
230 full_name_provided flag.
231 * ldlfile.c (ldfile_open_file_search): Don't complete lib name if
232 full_name_provided flag is set.
233 * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
234 Handle full_name_provided libraries. Tidy EXTRA_SHLIB_EXTENSION
235 support. Set DT_NEEDED for -l:namespec as namespec.
236 * emultempl/aix.em (ppc_after_open_output): Handle full_name_provided.
237 * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive):
238 Don't handle full_name_provided libraries.
239 * emultempl/pe.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
240 * emultempl/pep.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
241 * emultempl/vms.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
242
fa47fa92
AM
2432014-03-12 Alan Modra <amodra@gmail.com>
244
245 * Makefile.in: Regenerate.
246
4b95cf5c
AM
2472014-03-05 Alan Modra <amodra@gmail.com>
248
249 Update copyright years.
250
0b55a33e
NC
2512014-03-04 Nick Clifton <nickc@redhat.com>
252
253 * Makefile.am (ALL_EMUL_EXTRA_BINARIES): Remove default-manifest.
254 * Makefile.in: Regenerate.
255
1db37fe6
YG
2562014-02-27 Yuri Gribov <y.gribov@samsung.com>
257
258 * emultempl/armelf.em (OPTION_LONG_PLT): Define.
259 (PARSE_AND_LIST_LONGOPTS): Add long-plt.
260 (PARSE_AND_LIST_OPTIONS): Likewise.
261 (PARSE_AND_LIST_ARGS_CASES): Handle long-plt.
262 * ld.texinfo: Document --long-plt.
263
db434ba0
AM
2642014-02-27 Alan Modra <amodra@gmail.com>
265
266 * emulparams/elf32ppcvxworks.sh: Source plt_unwind.sh and
267 use ppc32elf.em.
268 * emultempl/ppc32elf.em (ppc_after_open): Don't compile for
269 vxworks.
270 (LDEMUL_AFTER_OPEN): Don't set for vxworks.
271 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Exclude
272 -secure-plt, -bss-plt and -sdata-got when vxworks.
273
5063daf7
NC
2742014-02-27 Nick Clifton <nickc@redhat.com>
275
276 * configure.in (all_emul_extra_binaries): New variable. Populated
277 by invoking configure.tgt.
278 (EMUL_EXTRA_BINARIES): New substitution.
279 * configure: Regenerate.
280 * configure.tgt (target_extra_binaries): New variable. Set to
281 default-manifest.o for Cygwin and MinGW targets.
282 * Makefile.am (EMUL_EXTRA_BINARIES): New variable. Initialised
283 by the configure script.
284 (ALL_EMUL_EXTRA_BINARIES): New variable.
285 (default-manifest.o): New rule to build the default manifest.
286 (ld_new_DEPENDENCIES): Add EMUL_EXTRA_BINARIES.
287 (install-data-local): Add EMUL_EXTRA_BINARIES.
288 * Makefile.in: Regenerate.
289 * ld.texinfo: Document default manifest support.
290 * emulparams/i386pe.sh (DEFAULT_MANIFEST): Define.
291 * emulparams/i386pep.sh (DEFAULT_MANIFEST): Define.
292 * emultempl/default-manifest.rc: New file.
293 * scripttempl/pe.sc (R_RSRC): Include DEFAULT_MANIFEST, if defined.
294 * scripttempl/pep.sc (R_RSRC): Likewise.
295
e3e37035
DM
2962014-02-26 Dan Mick <dan.mick@inktank.com>
297
298 PR ld/16569
299 * ldcref.c (cref_sort_array): Compare unmangled names unless
300 demanglng has been requiested.
301 (output_one_cref): Output unmangled name unless demangling has
302 been requested.
303
0ff2b86e
L
3042014-02-19 Igor Zamyatin <igor.zamyatin@intel.com>
305 H.J. Lu <hongjiu.lu@intel.com>
306
307 * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): New.
308
7d4c687d
AM
3092014-02-19 Alan Modra <amodra@gmail.com>
310
311 * emultempl/ppc64elf.em (params): Init new field.
312 (ppc_create_output_section_statements): Set params.save_restore_funcs
313 default.
314 (PARSE_AND_LIST_*): Add support for --save-restore-funcs and
315 --no-save-restore-funcs.
316
e7d1c40c
AM
3172014-02-17 Alan Modra <amodra@gmail.com>
318
319 * emultemps/ppc64elf.em (params): New static struct replacing
320 various other static vars. Adjust code throughout file.
321
668e22e5
AM
3222014-02-17 Alan Modra <amodra@gmail.com>
323
324 * emultempl/ppc32elf.em (ppc_after_open_output): Really enable
325 ppc476 workaround for ld -r.
326
795bc6b3
AM
3272014-02-12 Alan Modra <amodra@gmail.com>
328
329 * emultempl/ppc32elf.em (pagesize): New static var.
330 (ppc_after_open_output): Set params.pagesize_p2 from pagesize.
331 (PARSE_AND_LIST_ARGS_CASES): Adjust to use pagesize.
332
7d0edd4b
AP
3332014-02-11 Andrew Pinski <apinski@cavium.com>
334
335 * emulparams/aarch64linux32.sh (LIBPATH_SUFFIX): Change to ilp32.
336 (ELF_INTERPRETER_NAME): Define.
337 * emulparams/aarch64linux32b.sh (ELF_INTERPRETER_NAME): Define.
338
c1c69e83
AM
3392014-02-10 Alan Modra <amodra@gmail.com>
340
341 * po/ld.pot: Regenerate.
342
5446cbdf
AM
3432014-02-03 Alan Modra <amodra@gmail.com>
344
345 * emultempl/ppc32elf.em (no_tls_get_addr_opt, emit_stub_syms)
346 plt_style): Delete. Adjust all refs to instead use..
347 (params): ..this. New variable.
348 (ppc_after_open_output): New function. Tweak params and pass to
349 ppc_elf_link_params.
350 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
351 (ppc_before_allocation): Adjust ppc_elf_tls_setup call. Enable
352 relaxation for ppc476 workaround.
353 (PARSE_AND_LIST_*): Add --{no-,}ppc476-workaround support.
354 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
355
13075d04
SH
3562014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
357
358 * ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation.
359 * ld/ldlang.c (lang_size_sections_1): Add dotdelta
360 variable which reflects the VMA change due to alignment
361 requirements. Use dotdelta do change the LMA if
362 ALIGN_WITH_INPUT is requested.
363
0a09fb4a
HPN
3642014-02-01 Hans-Peter Nilsson <hp@bitrange.com>
365
366 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Fix typo in
367 call to bfd_set_section_vma exposed by recent bfd_set_section_vma
368 change.
369
78058a5e
SL
3702014-01-30 Sandra Loosemore <sandra@codesourcery.com>
371
372 * Makefile.am (enios2elf.c, enios2linux.c): Update dependencies.
373 * Makefile.in: Regenerated.
374 * emulparams/nios2elf.sh (EXTRA_EM_FILE): Set.
375 * emulparams/nios2linux.sh (EXTRA_EM_FILE): Set.
376 * emultempl/nios2elf.em: New file.
377 * gen-doc.texi (NIOSII): Set.
378 * ld.texinfo (NIOSII): Set.
379
1ade0651
NC
3802014-01-28 Nick Clifton <nickc@redhat.com>
381
382 * Makefile.am: Remove obsolete MSP430 emulations.
383 * configure.tgt: Likewise.
384 * emulparams/msp430all.sh: Likewise.
385 * Makefile.in: Regenerate.
386
d85e71fe
L
3872014-01-24 H.J. Lu <hongjiu.lu@intel.com>
388
389 PR ld/16498
390 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Improve
391 orphaned TLS section handling.
392
d9d94ac8
AM
3932014-01-24 Alan Modra <amodra@gmail.com>
394
395 * ldlang.c (lang_output_section_find_by_flags): Be careful to
396 test look->bfd_section->flags if available rather than
397 look->flags. Separate SEC_THREAD_LOCAL handling from
398 SEC_READONLY loop, and rewrite.
399
16e4ecc0
AM
4002014-01-22 Alan Modra <amodra@gmail.com>
401
402 * ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.
403 (lang_init): Initialise them.
404 (lang_print_asneeded): New function.
405 (lang_process): Call lang_print_asneeded.
406 * ldlang.h (struct asneeded_minfo): New.
407 (asneeded_list_tail): Declare.
408 * ldmain.c (add_archive_element): Improve archive map heading.
409 * ldmisc.c (minfo): Stash --as-needed info.
410
7dd9c6eb
AM
4112014-01-22 Alan Modra <amodra@gmail.com>
412
413 * ld.h (struct map_symbol_def): Move to..
414 * ldlang.h: ..here.
415 * ldlang.c (print_assignment): Don't set expld.assign_name to dot.
416
2edab91c
AM
4172014-01-22 Alan Modra <amodra@gmail.com>
418
419 * ld.texinfo (Output Section Discarding): Mention assigning to dot
420 as a way of keeping otherwise empty sections.
421 * ldexp.c (is_dot, is_value, is_sym_value, is_dot_ne_0,
422 is_dot_plus_0, is_align_conditional): New predicates.
423 (exp_fold_tree_1): Set SEC_KEEP when assigning to dot inside an
424 output section, except for some special cases.
425 * scripttempl/elfmicroblaze.sc: Use canonical form to align at
426 end of .heap and .stack.
427
5a4f2336
MS
4282014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
429
430 * emulparams/aarch64linuxb.sh (ELF_INTERPRETER_NAME): Define.
431
30feb358
MS
4322014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
433
434 * emulparams/aarch64linux.sh (ELF_INTERPRETER_NAME): Define.
435
fa72205c
AM
4362014-01-20 Alan Modra <amodra@gmail.com>
437
438 * ldlang.h (struct lang_definedness_hash_entry): Add by_object and
439 by_script. Make iteration a single bit field.
440 (lang_track_definedness, lang_symbol_definition_iteration): Delete.
441 (lang_symbol_defined): Declare.
442 * ldlang.c (lang_statement_iteration): Expand comment a little.
443 (lang_init <lang_definedness_table>): Make it bigger.
444 (lang_track_definedness, lang_symbol_definition): Delete.
445 (lang_definedness_newfunc): Update.
446 (lang_symbol_defined): New function.
447 (lang_update_definedness): Create entries here. Do track whether
448 script definition of symbol is valid, even when also defined in
449 an object file.
450 * ldexp.c (fold_name <DEFINED>): Update.
451 (fold_name <NAME>): Allow self-assignment for absolute symbols
452 defined in a linker script.
453
24ef1aa7
GM
4542014-01-20 Guy Martin <gmsoft@tuxicoman.be>
455 Alan Modra <amodra@gmail.com>
456
457 * ldlang.h (lang_output_section_get): Define.
458 * ldlang.c (lang_output_section_get): Likewise.
459 (init_os): Set the output_section userdata to the output
460 section statement.
461 * emultempl/hppaelf.em: Use lang_output_section_get instead of
462 lang_output_section_find where applicable.
463 * emultempl/aarch64elf.em: Likewise.
464 * emultempl/aix.em: Likewise.
465 * emultempl/armelf.em: Likewise.
466 * emultempl/m68hc1xelf.em: Likewise.
467 * emultempl/metagelf.em: Likewise.
468 * emultempl/mipself.em: Likewise.
469 * emultempl/ppc64elf.em: Likewise.
470 * emultempl/spuelf.em: Likewise.
471
7225345d
AM
4722014-01-17 Alan Modra <amodra@gmail.com>
473
474 * genscripts.sh (COMPILE_IN): Don't set if already set.
475 * emulparams/nds32elf.sh: Don't clear EMULATION_LIBPATH, set
476 COMPILE_IN=no.
477 * emulparams/nds32elf16m.sh: Likewise.
478 * emulparams/nds32elf_linux.sh: Likewise.
479 * emultempl/aix.em: Test COMPILE_IN value is "yes".
480 * emultempl/armcoff.em: Likewise.
481 * emultempl/elf32.em: Likewise.
482 * emultempl/generic.em: Likewise.
483 * emultempl/gld960.em: Likewise.
484 * emultempl/gld960c.em: Likewise.
485 * emultempl/linux.em: Likewise.
486 * emultempl/lnk960.em: Likewise.
487 * emultempl/m68kcoff.em: Likewise.
488 * emultempl/sunos.em: Likewise.
489 * emultempl/ticoff.em: Likewise.
490
f6f6c679
L
4912014-01-16 H.J. Lu <hongjiu.lu@intel.com>
492
493 PR ld/16456
494 * genscripts.sh: Don't search directory with LIBPATH_SUFFIX_SKIP
495 suffix.
496 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX_SKIP): Set to 64
497 for elf32_x86_64 emulation.
498 * emulparams/elf_i386.sh (LIBPATH_SUFFIX_SKIP): Set to 64
499 for elf_i386 emulation.
500
6fcc66ab
AM
5012014-01-16 Alan Modra <amodra@gmail.com>
502
503 * ld.h (fat_section_userdata_type, get_userdata): Move to..
504 * ldlang.h (input_section_userdata_type, get_userdata): ..here.
505 * ldlang.c (init_map_userdata): Delete. Fold into..
506 (sort_def_symbol): ..here. Don't attach input section userdata
507 to output sections or global bfd sections.
508 (lang_map): Don't pre-allocate input section userdata.
509 (init_os): Don't allocate userdata for output sections.
510 (print_all_symbols): Update.
511
f9c316c4
L
5122014-01-15 H.J. Lu <hongjiu.lu@intel.com>
513
514 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
515 Silence uninitialized warning on ehdr_start_save with older
516 GCC.
517
4199e3b8
AM
5182014-01-15 Alan Modra <amodra@gmail.com>
519
520 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Define
521 __ehdr_start before size_dynamic_sections and restore afterwards.
522
eec2f3ed
AM
5232014-01-10 Alan Modra <amodra@gmail.com>
524
525 PR ld/14207
526 PR ld/16322
527 PR binutils/16323
528 * ldlang.c (lang_size_sections): Remove unneeded RELRO base
529 adjust. Tidy comments.
530 * ld.texinfo (DATA_SEGMENT_RELRO_END): Correct description.
531
d1e1519e
HPN
5322014-01-10 Hans-Peter Nilsson <hp@axis.com>
533
534 * emulparams/crislinux.sh (COMMONPAGESIZE): Define.
535
43a8475c
L
5362014-01-08 H.J. Lu <hongjiu.lu@intel.com>
537
538 PR ld/14207
539 PR ld/16322
540 PR binutils/16323
541 * ldlang.c (lang_size_sections): Properly align RELRO base.
542
221fd5d5
L
5432014-01-08 H.J. Lu <hongjiu.lu@intel.com>
544
545 * ldver.c (ldversion): Update copyright year to 2014.
546
5fb776a6 547For older changes see ChangeLog-2013
252b5132 548\f
5fb776a6 549Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
550
551Copying and distribution of this file, with or without modification,
552are permitted in any medium without royalty provided the copyright
553notice and this notice are preserved.
554
252b5132
RH
555Local Variables:
556mode: change-log
557left-margin: 8
558fill-column: 74
559version-control: never
560End:
This page took 0.842971 seconds and 4 git commands to generate.