Remove freebsd1 from libtool.m4 macros and config.rpath.
[binutils-gdb.git] / ld / ChangeLog
1 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * configure: Regenerate.
4
5 2011-02-10 Alan Modra <amodra@gmail.com>
6
7 * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu.
8 * scripttempl/avr.sc: Likewise.
9 * scripttempl/elf32cr16.sc: Likewise.
10 * scripttempl/elf32crx.sc: Likewise.
11 * scripttempl/elf32msp430.sc: Likewise.
12 * scripttempl/elf32msp430_3.sc: Likewise.
13 * scripttempl/elf32sh-symbian.sc: Likewise.
14 * scripttempl/elf64hppa.sc: Likewise.
15 * scripttempl/elf_chaos.sc: Likewise.
16 * scripttempl/elfd10v.sc: Likewise.
17 * scripttempl/elfd30v.sc: Likewise.
18 * scripttempl/elfi370.sc: Likewise.
19 * scripttempl/elfm68hc11.sc: Likewise.
20 * scripttempl/elfm68hc12.sc: Likewise.
21 * scripttempl/elfxtensa.sc: Likewise.
22 * scripttempl/ip2k.sc: Likewise.
23 * scripttempl/iq2000.sc: Likewise.
24 * scripttempl/mep.sc: Likewise.
25 * scripttempl/mmo.sc: Likewise.
26 * scripttempl/v850.sc: Likewise.
27 * scripttempl/xstormy16.sc: Likewise.
28 * scripttempl/elf.sc: Revert 2010-10-29 H.J. Lu.
29
30 2011-01-22 H.J. Lu <hongjiu.lu@intel.com>
31
32 * Makefile.am (CXX): Removed.
33
34 * configure.in: Add AC_PROG_CXX.
35
36 * Makefile.in: Regenerated.
37 * configure: Likewise.
38
39 2011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
40
41 * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
42 private data and GP size.
43
44 2011-01-21 Alan Modra <amodra@gmail.com>
45
46 * ldexp.c (fold_binary): Set result section for arithmetic and
47 logical operations to NULL when both operands are in same section.
48 * ld.texinfo (Expression Section): Describe this.
49
50 2011-01-14 Alan Modra <amodra@gmail.com>
51
52 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
53 attempt to put non-alloc orphans before debug sections, just place
54 them after .comment.
55
56 2011-01-14 J. Park <grassman@gmail.com>
57
58 PR ld/12339
59 * ldlang.c (sort_def_symbol): Handle bfd_link_hash_warning symbols.
60
61 2011-01-14 Alan Modra <amodra@gmail.com>
62
63 * Makefile.am: Sort emulation rules.
64 (eelf32am33lin.c): Delete.
65 (ALL_EMULATION_SOURCES): Sort, add missing entries.
66 (ALL_64_EMULATION_SOURCES): Likewise.
67 * Makefile.in: Regenerate.
68
69 2011-01-13 Alan Modra <amodra@gmail.com>
70
71 PR ld/12356
72 * ld.texinfo (Miscellaneous Commands): Describe LD_FEATURE.
73 (Expression Section): Update.
74 * ld.h (ld_config_type): Add sane_expr.
75 * ldgram.y (ifile_p1): Add LD_FEATURE.
76 * ldlex.l (LD_FEATYRE): New.
77 * ldemul.c (after_parse_default): Delete code handling ld_compatibility.
78 * ldexp.h (struct ldexp_control): Delete uses_defined.
79 * ldexp.c: Remove all uses of uses_defined.
80 (fold_name): Test config.sane_expr rather than ld_compatibility.
81 (exp_fold_tree_1): Likewise. Adjust handling of assignments
82 during first phase.
83 * ldlang.h (ld_compatibility): Delete.
84 (lang_ld_feature): Declare.
85 * ldlang.c (ld_compatibility): Delete.
86 (open_input_bfds): Only handle assignments for --defsym.
87 (lang_ld_feature): New function.
88
89 PR ld/12356
90 * ldexp.h (exp_assop): Delete.
91 (exp_assign, exp_defsym): Declare.
92 * ldexp.c (exp_assop): Make static, handle all assignment variations.
93 (exp_assign, exp_defsym): New functions.
94 (exp_provide): Use exp_assop.
95 * ldgram.y (defsym_expr): Use exp_defsym.
96 * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
97 * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
98 * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
99
100 2011-01-12 Alan Modra <amodra@gmail.com>
101
102 PR ld/12380
103 * ldexp.h (enum phase_enum): Comment. Add exp_dataseg_done.
104 * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code. Test
105 for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
106 to detect when we've finished sizing sections.
107 (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
108 (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise. Also test
109 that we are not inside an output section statement.
110 * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
111 not exp_dataseg_relro_adjust or exp_dataseg_adjust. Don't set
112 lang_final_phase_enum here.
113 (lang_process): Set lang_final_phase_enum here.
114
115 2011-01-10 Nick Clifton <nickc@redhat.com>
116
117 * po/da.po: Updated Danish translation.
118
119 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
120
121 * ldlang.c (startup_file): Removed.
122 (lang_startup): Updated.
123
124 2011-01-05 H.J. Lu <hongjiu.lu@intel.com>
125
126 PR ld/12364
127 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
128 before accessing its flags field.
129
130 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
131
132 * ldver.c (ldversion): Update copyright to 2011.
133
134 For older changes see ChangeLog-2010
135 \f
136 Local Variables:
137 mode: change-log
138 left-margin: 8
139 fill-column: 74
140 version-control: never
141 End: