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