* breakpoint.c (get_number_trailer): No longer accept a NULL PP.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
73f2a3d2
L
12011-02-16 H.J. Lu <hongjiu.lu@intel.com>
2
3 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
4 x32 for x32.
5
fd11958c
KT
62011-02-15 Kai Tietz <kai.tietz@onevision.com>
7
8 * pe-dll.c (process_def_file_and_drectve): Don't strip
9 leading underscore from symbol by calling bfd_find_version_for_sym.
10
93252b1c
MF
112011-02-14 Mike Frysinger <vapier@gentoo.org>
12
13 * ldlang.c (lang_vers_match): Declare a new c_sym, assign it to
14 the bfd_demangle of sym, change users of sym to c_sym when not
15 already demangling, and free when done. Change callers of
16 cplus_demangle to bfd_demangle.
17
498cd2a0
AM
182011-02-14 Alan Modra <amodra@gmail.com>
19
20 * ldmain.c (remove_output): Rename to..
21 (ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.
22 (main): Adjust.
23 * plugin.c (plugin_call_cleanup): Make global.
24 (plugin_load_plugins): Don't register plugin_call_cleanup with xatexit.
25 * plugin.h (plugin_call_cleanup): Declare.
26
822ce8ee
RW
272011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28
29 * configure: Regenerate.
30
09b910c6
AM
312011-02-10 Alan Modra <amodra@gmail.com>
32
33 * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu.
34 * scripttempl/avr.sc: Likewise.
35 * scripttempl/elf32cr16.sc: Likewise.
36 * scripttempl/elf32crx.sc: Likewise.
37 * scripttempl/elf32msp430.sc: Likewise.
38 * scripttempl/elf32msp430_3.sc: Likewise.
39 * scripttempl/elf32sh-symbian.sc: Likewise.
40 * scripttempl/elf64hppa.sc: Likewise.
41 * scripttempl/elf_chaos.sc: Likewise.
42 * scripttempl/elfd10v.sc: Likewise.
43 * scripttempl/elfd30v.sc: Likewise.
44 * scripttempl/elfi370.sc: Likewise.
45 * scripttempl/elfm68hc11.sc: Likewise.
46 * scripttempl/elfm68hc12.sc: Likewise.
47 * scripttempl/elfxtensa.sc: Likewise.
48 * scripttempl/ip2k.sc: Likewise.
49 * scripttempl/iq2000.sc: Likewise.
50 * scripttempl/mep.sc: Likewise.
51 * scripttempl/mmo.sc: Likewise.
52 * scripttempl/v850.sc: Likewise.
53 * scripttempl/xstormy16.sc: Likewise.
54 * scripttempl/elf.sc: Revert 2010-10-29 H.J. Lu.
55
3cb62297
L
562011-01-22 H.J. Lu <hongjiu.lu@intel.com>
57
58 * Makefile.am (CXX): Removed.
59
60 * configure.in: Add AC_PROG_CXX.
61
62 * Makefile.in: Regenerated.
63 * configure: Likewise.
64
ed88c97e
RS
652011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
66
67 * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
68 private data and GP size.
69
9bc8bb33
AM
702011-01-21 Alan Modra <amodra@gmail.com>
71
72 * ldexp.c (fold_binary): Set result section for arithmetic and
73 logical operations to NULL when both operands are in same section.
74 * ld.texinfo (Expression Section): Describe this.
75
175b7cd4
AM
762011-01-14 Alan Modra <amodra@gmail.com>
77
78 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
79 attempt to put non-alloc orphans before debug sections, just place
80 them after .comment.
81
a05e447f
AM
822011-01-14 J. Park <grassman@gmail.com>
83
84 PR ld/12339
85 * ldlang.c (sort_def_symbol): Handle bfd_link_hash_warning symbols.
86
3ed41d59
AM
872011-01-14 Alan Modra <amodra@gmail.com>
88
89 * Makefile.am: Sort emulation rules.
90 (eelf32am33lin.c): Delete.
91 (ALL_EMULATION_SOURCES): Sort, add missing entries.
92 (ALL_64_EMULATION_SOURCES): Likewise.
93 * Makefile.in: Regenerate.
94
2e57b2af
AM
952011-01-13 Alan Modra <amodra@gmail.com>
96
01554a74
AM
97 PR ld/12356
98 * ld.texinfo (Miscellaneous Commands): Describe LD_FEATURE.
99 (Expression Section): Update.
100 * ld.h (ld_config_type): Add sane_expr.
101 * ldgram.y (ifile_p1): Add LD_FEATURE.
102 * ldlex.l (LD_FEATYRE): New.
103 * ldemul.c (after_parse_default): Delete code handling ld_compatibility.
104 * ldexp.h (struct ldexp_control): Delete uses_defined.
105 * ldexp.c: Remove all uses of uses_defined.
106 (fold_name): Test config.sane_expr rather than ld_compatibility.
107 (exp_fold_tree_1): Likewise. Adjust handling of assignments
108 during first phase.
109 * ldlang.h (ld_compatibility): Delete.
110 (lang_ld_feature): Declare.
111 * ldlang.c (ld_compatibility): Delete.
112 (open_input_bfds): Only handle assignments for --defsym.
113 (lang_ld_feature): New function.
114
2e57b2af
AM
115 PR ld/12356
116 * ldexp.h (exp_assop): Delete.
117 (exp_assign, exp_defsym): Declare.
118 * ldexp.c (exp_assop): Make static, handle all assignment variations.
119 (exp_assign, exp_defsym): New functions.
120 (exp_provide): Use exp_assop.
121 * ldgram.y (defsym_expr): Use exp_defsym.
122 * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
123 * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
124 * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
125
ea7c2e6c
AM
1262011-01-12 Alan Modra <amodra@gmail.com>
127
128 PR ld/12380
129 * ldexp.h (enum phase_enum): Comment. Add exp_dataseg_done.
130 * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code. Test
131 for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
132 to detect when we've finished sizing sections.
133 (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
134 (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise. Also test
135 that we are not inside an output section statement.
136 * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
137 not exp_dataseg_relro_adjust or exp_dataseg_adjust. Don't set
138 lang_final_phase_enum here.
139 (lang_process): Set lang_final_phase_enum here.
140
f7465604
NC
1412011-01-10 Nick Clifton <nickc@redhat.com>
142
143 * po/da.po: Updated Danish translation.
144
1e915804
L
1452011-01-10 H.J. Lu <hongjiu.lu@intel.com>
146
147 * ldlang.c (startup_file): Removed.
148 (lang_startup): Updated.
149
cc322803
L
1502011-01-05 H.J. Lu <hongjiu.lu@intel.com>
151
152 PR ld/12364
153 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
154 before accessing its flags field.
155
0db46eb4
L
1562011-01-01 H.J. Lu <hongjiu.lu@intel.com>
157
158 * ldver.c (ldversion): Update copyright to 2011.
159
9e9e0820 160For older changes see ChangeLog-2010
252b5132
RH
161\f
162Local Variables:
163mode: change-log
164left-margin: 8
165fill-column: 74
166version-control: never
167End:
This page took 0.597772 seconds and 4 git commands to generate.