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