(display_debug_pubnames): Align offset and data columns.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
7cc8057a
SS
12004-03-30 Stan Shebs <shebs@apple.com>
2
3 Remove long-obsolete MPW support.
4 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
5 * Makefile.am (mpw): Remove file-presynthesizing actions.
6 * Makefile.in: Likewise.
7 * ldfile.c (slash): Remove MPW case.
8 * ldlex.l [MPW]: Remove unused definition.
9
0949843d
NC
102004-03-30 Galit Heller <Galit.Heller@nsc.com>
11
12 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
13 (eelf32cr16c.c): New target.
14 * Makefile.in: Regenerate.
15 * configure.tgt: Handle cr16c-*-elf*.
16 * emulparams/elf32cr16c.sh: New file.
17 * scripttempl/elfcr16c.sc: Likewise
18 * NEWS: Mention support for new target.
19
0a159ef8
NC
202004-03-30 Nick Clifton <nickc@redhat.com>
21
22 * po/sv.po: Updated Swedish translation.
23
7a945db6
AM
242004-03-27 Alan Modra <amodra@bigpond.net.au>
25
26 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
27 * emultempl/hppaelf.em: Likewise.
28 * emultempl/ppc64elf.em: Likewise.
29 * emultempl/sh64elf.em: Likewise.
30
5a580b3a
AM
312004-03-25 Alan Modra <amodra@bigpond.net.au>
32
33 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
34 size_dynamic_sections call.
35
b9cf773d
AM
362004-03-23 Alan Modra <amodra@bigpond.net.au>
37
38 PR 51.
39 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
40 link_info.wrap_char.
41
59c2e50f
L
422004-03-20 H.J. Lu <hongjiu.lu@intel.com>
43
44 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
45 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
46
44349745
AO
472004-03-20 Alexandre Oliva <aoliva@redhat.com>
48
49 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
50
81359a70
AM
512004-03-19 Alan Modra <amodra@bigpond.net.au>
52
53 * config.in: Regenerate.
54 * po/ld.pot: Regenerate.
55
4a43e768
AM
562004-03-18 Alan Modra <amodra@bigpond.net.au>
57
58 * ld.texinfo: Add --as-needed doco.
59 * ldmain.c (as_needed): New global var.
60 * ldmain.h (as_needed): Declare.
61 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
62 OPTION_NO_AS_NEEDED.
63 (ld_options): Likewise.
64 (parse_args): Handle them.
65 * ldlang.h (lang_input_statement_type): Add as_needed field.
66 * ldlang.c (new_afile): Set p->as_needed.
67 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
68 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
69 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
70
71 * ldlang.c (open_input_bfds): Remove useless cast.
72 (lang_do_assignments_1): Likewise.
73 (lang_for_each_input_section): Delete.
74
9183ed4b
AM
752004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
78
ee31fbd0
NC
792004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
80
81 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
82 private when building implib.
83
e5caec89
NS
842004-03-05 Nathan Sidwell <nathan@codesourcery.com>
85
86 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
87 SEC_THREAD_LOCAL.
88 (IGNORE_SECTION): Ignore .tbss sections too.
89 (lang_size_sections_1): .tbss sections do not advance dot.
90
cc2f008e
AS
912004-03-01 Andreas Schwab <schwab@suse.de>
92
93 * ld.texinfo (Options): Fix example for --wrap.
94
f5a95868
DS
952004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
96
97 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
98 not NULL.
99
177b729b
ILT
1002004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
101
102 * ldlang.c (lang_check): Use %P, not %E, in error message.
103
1b493742
NS
1042004-02-23 Nathan Sidwell <nathan@codesourcery.com>
105
106 * ldlang.h (struct lang_output_section_state): Change processed
107 field's type.
108 * ldexp.c (check, invalid): Remove.
109 (fold_name): Move valid_p assignments. Create undefined symbol
110 when needed. Directly exampine section's processd flag.
111 * ldlang.c (lang_output_section_statement_lookup): Adjust
112 processed field init.
113 (lang_size_sections_1): Allow LOADADDR when determining section's
114 VMA. Adjust error message. Fold data statement's expr.
115 (lang_size_sections): Correctly increment lang_statement_iteration.
116
1172004-02-23 Alan Modra <amodra@bigpond.net.au>
118
119 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 120
876f4090
NS
1212004-02-20 Nathan Sidwell <nathan@codesourcery.com>
122
123 * ldgram.y (exp): Add two operand ALIGN.
124 * ldexp.c (fold_binary): Add ALIGN_K case.
125 * ld.texinfo (ALIGN): Document two operand version.
126
384d938f
NS
1272004-02-19 Nathan Sidwell <nathan@codesourcery.com>
128
129 * ldlang.c (map_input_to_output_sections): Initialize sections
130 mentioned in a data statement expression.
131 (lang_do_assignments_1): Add data statement's expression's
132 section's vma.
133
b6ca8815
NS
1342004-02-18 Nathan Sidwell <nathan@codesourcery.com>
135
136 * ldgram.y (statement_anywhere): Add assert rule.
137 * ldlang.c (exp_init_os): Add assert case.
138
c92c35e7
AC
1392004-02-14 Andrew Cagney <cagney@redhat.com>
140
141 * ldmain.c (remove_output): Call bfd_cache_close.
142
9bf78c99
RS
1432004-02-14 Richard Sandiford <rsandifo@redhat.com>
144
145 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
146 .MIPS.content* and .MIPS.events* sections.
147
f3806916
DJ
1482004-02-09 Daniel Jacobowitz <drow@mvista.com>
149
150 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
151 .note.gnu.arm.ident to after allocated sections. Mark its
152 address as 0.
153
4c8e70d7
DJ
1542004-02-09 Daniel Jacobowitz <drow@mvista.com>
155
156 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
157 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
158 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
159 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
160 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
161
ff71f4f7
NC
1622004-02-05 Nick Clifton <nickc@redhat.com>
163
164 * emultempl/pe.em (_after_open): Fix typo in previous delta.
165
07a68a80
NC
1662004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
167
168 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
169
1dd3bf68
AM
1702004-01-28 Alan Modra <amodra@bigpond.net.au>
171
586196d5
AM
172 * genscripts.sh: Fix typo.
173
1dd3bf68
AM
174 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
175
13d9421f
JJ
1762004-01-24 Jakub Jelinek <jakub@redhat.com>
177
178 * emulparams/elf64_ia64.sh: Put .rela.opd into
179 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
180
4d8907ac
DS
1812004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
182
183 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
184 * ld.texinfo (--omagic): Note that writable text section
185 does not conform to published PE-COFF specs.
186 (--enable-auto-import): Likewise.
187
e5c60db5
AM
1882004-01-15 Alan Modra <amodra@bigpond.net.au>
189
190 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
191
6bdafbeb
NC
1922004-01-13 Nick Clifton <nickc@redhat.com>
193
194 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
195 which if true will prevent the LMA region being used as a
196 replacement for a default VMA region.
586196d5
AM
197 (lang_leave_output_section_statement): Pass extra parameter.
198 (lang_leave_overlay): Likewise.
199 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
200 region can be set to the VMA region if no VMA has been set.
201 * ldlang.h (struct lang_output_section_phdr_list): Create a
202 typedef for this type. Minor formatting fixes.
586196d5 203
9dfc8ab2
NC
2042004-01-13 Nick Clifton <nickc@redhat.com>
205
206 * ldlang.c (lang_size_sections_1): If dot is advanced, then
207 assume that the section should be allocated.
208
8325c4dd
AM
2092004-01-13 Alan Modra <amodra@bigpond.net.au>
210
211 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
212 sections. Do ignore SEC_NEVER_LOAD sections.
213 (lang_size_sections_1): Remove test made redundant with the above.
214
83490352
AM
2152004-01-09 Alan Modra <amodra@bigpond.net.au>
216
217 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
218 program_header_size.
219
005e1118
AO
2202004-01-06 Alexandre Oliva <aoliva@redhat.com>
221
222 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
223 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
224 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
225 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
226 (MAXPAGESIZE): Set to 64Kb.
227 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
228 __ROFIXUP_END__. Don't map .rofixup.got any more.
229 * emulparams/elf32frv.sh (NOP): Set.
230 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
231 * configure.tgt: Add frv-*-*linux*.
232 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
233 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
234 (eelf32frvfd.c): New.
235 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
236 * emulparams/elf32frv.sh: Reverted previous two patches.
237 * emulparams/elf32frvfd.sh: New.
238 * Makefile.in: Rebuilt.
239 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
240 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
241 .rofixup.got to .rofixup.
242 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
243 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
244 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
245
060feee5
JJ
2462004-01-05 Jakub Jelinek <jakub@redhat.com>
247
248 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
249 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
250
5e2f1575
AM
2512004-01-03 Alan Modra <amodra@bigpond.net.au>
252
e5caa5e0
AM
253 * ldexp.c (align_n): Make static.
254 * ldexp.h (align_n): Delete declaration.
255 * ldlang.h (lang_enter_output_section_statement): Remove
256 block_value param.
257 * ldlang.c (lang_enter_output_section_statement): Likewise.
258 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 259 (opb_shift): New var.
e5caa5e0
AM
260 (init_opb): New function.
261 (print_input_section): Call init_opb and use TO_ADDR.
262 (print_data_statement, print_reloc_statement): Likewise.
263 (print_padding_statement): Likewise.
c2df3ea5 264 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
265 (lang_check_section_addresses): Likewise.
266 (lang_size_sections_1): Likewise.
267 (lang_do_assignments_1): Likewise.
268 (lang_set_startof): Likewise.
c2df3ea5 269 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 270 (lang_process): Call init_opb.
c2df3ea5 271 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
272 (lang_enter_overlay_section): Adjust
273 lang_enter_output_section_statement call.
274 * ldgram.y: Likewise.
275 * mri.c (mri_draw_tree): Likewise.
276 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
277 * emultempl/mmo.em (mmo_place_orphan): Likewise.
278 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
279
5e2f1575
AM
280 * ldfile.c (ldfile_set_output_arch): Add defarch param.
281 * ldfile.h (ldfile_set_output_arch): Ditto.
282 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
283 ldfile_set_output_arch.
284 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
285 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
286 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
287 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
288 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
289 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
290 * ldgram.y: Adjust ldfile_set_output_arch call.
291 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
292 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
293 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
294 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
295 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
296 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
297 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
298
b50c15dc
NC
2992004-01-02 Bernardo Innocenti <bernie@develer.com>
300
301 * configure.tgt: Add m68k-uClinux target.
6edf0760 302
c9e214e5 303For older changes see ChangeLog-0203
252b5132
RH
304\f
305Local Variables:
306mode: change-log
307left-margin: 8
308fill-column: 74
309version-control: never
310End:
This page took 0.287533 seconds and 4 git commands to generate.