2004-05-24 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
a85785bc
AS
12004-05-23 Andreas Schwab <schwab@suse.de>
2
3 * ld.texinfo (Options): Fix typo in last change.
4
2d643429
NC
52004-05-21 Andy Chittenden <achittenden@bluearc.com>
6
7 * ld.h (ld_config_type): Add new field: hash_table_size.
8 * ldmain.c: Initialise the new field to zero. If it is non-zero
9 after parsing the linker's command line call
10 bfd_hash_set_default_size.
11 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
12 (ld_options): Add hash-size.
13 (parse_args): Parse --hash-size option. Allow
14 --reduce-memory-overheads to set the default hash table size as
15 well.
16 * ld.texinfo: Document the new switch. Also mention that
17 --reduce-memory-overheads can affect the hash table size.
18 * NEWS: Mention the new feature.
19
35835446
JR
202004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
21
22 * NEWS: Mention new linker map file generation and the
23 --reduce-memory-overheads option.
24 * ld.texinfo: Document --reduce-memory-overheads option.
25 * ld.h (map_symbol_def): New struct.
26 (struct user_section_struct, section_userdata_type): Rename to:
27 (struct lean_user_section_struct, lean_section_userdata_type).
28 (struct fat_user_section_struct, fat_section_userdata_type): New.
29 (SECTION_USERDATA_SIZE): Define.
30 (args_type): New member reduce_memory_overheads.
31 * ldlang.c (map_obstack): New static variable.
32 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
33 (lang_map): Unless command_line.reduce_memory_overheads is set,
34 initialize lists of defined symbols for each section.
35 (print_input_section): Unless command_line.reduce_memory_overheads
36 is set, use print_all_symbols.
37 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
38 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
39 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
40 (ld_options): Add entry for --reduce-memory-overheads.
41 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
42
0841712e
JJ
432004-05-19 Jakub Jelinek <jakub@redhat.com>
44
45 * ldgram.y (sect_constraint): New.
46 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
47 (section): Add sect_constraint. Pass additional argument
48 to lang_enter_output_section_statement.
49 * mri.c (mri_draw_tree): Pass additional argument to
50 lang_enter_output_section_statement.
51 * emultempl/pe.em (place_orphan): Likewise.
52 (output_prev_sec_find): Disregard output section statements with
53 constraint == -1.
54 * emultempl/mmo.em (output_prev_sec_find): Likewise.
55 (mmo_place_orphan): Pass additional argument to
56 lang_enter_output_section_statement.
57 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
58 statements with constraint == -1.
59 (place_orphan): Pass additional argument to
60 lang_enter_output_section_statement.
61 * ldlang.c (lang_enter_overlay_section): Likewise.
62 (lang_output_section_find_1): New.
63 (lang_output_section_find): Use it.
64 (lang_output_section_statement_lookup_1): New.
65 (lang_output_section_statement_lookup): Use it.
66 (check_section_callback, check_input_sections): New.
67 (map_input_to_output_sections): Check if all input sections
68 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
69 (strip_excluded_output_sections): Disregard output section statements
70 with constraint == -1.
71 (lang_record_phdrs): Likewise.
72 (lang_enter_output_section_statement): Add constraint argument.
73 Use lang_output_section_statement_lookup_1.
74 * ldlang.h (lang_output_section_statement_type): Add constraint
75 and all_input_readonly fields.
76 (lang_enter_output_section_statement): Adjust prototype.
77 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
78 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
79 segment if all input sections are readonly.
80
f2c50328
NC
812004-05-19 Adam Nemet <anemet@lnxw.com>
82
83 * scripttempl/i386lynx.sc: Remove file.
84
2a16d82a
BW
852004-05-17 Bob Wilson <bob.wilson@acm.org>
86
87 * ld.texinfo (Output Section Address): Correct subsection name.
88
b2d65c0b
NC
892004-05-17 Adam Nemet <anemet@lnxw.com>
90
91 * configure.tgt (powerpc-*-lynxos* case): New case.
92 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
93 * emulparams/ppclynx.sh: New file.
94 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
95 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
96 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
97 (eppclynx.c): New rule.
98 * Makefile.in: Regenerate.
99
4b363073
NC
1002004-05-13 Joel Sherrill <joel@oarcorp.com>
101
102 * configure.tgt (or32-*-rtems*): Switch to elf and
103 support versioned targets.
104
9598fbe5
NC
1052004-05-13 Nick Clifton <nickc@redhat.com>
106
107 * po/fr.po: Updated French translation.
108
8c37241b
JJ
1092004-05-11 Jakub Jelinek <jakub@redhat.com>
110
111 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
112 for binaries, -shared and -pie.
113 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
114 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
115 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
116 (OTHER_RELRO_SECTIONS): ... this.
117 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
118 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
119 -z relro and -z norelro.
120 (gld${EMULATION_NAME}_list_options): Add it to usage.
121 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
122 -z relro scripts when appropriate.
123 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
124 Create separate .got.plt section if SEPARATE_GOTPLT.
125 Move sections which are only written during relocation handling
126 to the beginning of RW segment. If NO_SMALL_DATA, move .got
127 before .data. Add DATA_SEGMENT_RELRO_END directive.
128 Include OTHER_RELRO_SECTIONS.
129 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
130 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
131 (fold_unary): Likewise.
132 (fold_binary): Handle -z relro.
133 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
134 exp_dataseg_relro_adjust phases. Add relro_end field.
135 * ldmain.c (main): Initialize link_info.relro to FALSE.
136 * ldlang.c (lang_size_sections): Handle -z relro.
137
e21059f2
MM
1382004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
139
140 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
141
5f9b8920
JR
1422004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
143
144 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
145 before printing it with %W.
146
26d2d8a2
BF
1472004-05-07 Brian Ford <ford@vss.fsi.com>
148 DJ Delorie <dj@redhat.com>
149
150 * emultempl/pe.em (real_flags): New static.
151 (OPTION_LARGE_ADDRESS_AWARE): New define.
152 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
153 (gld_${EMULATION_NAME}_list_options): Likewise.
154 (gld${EMULATION_NAME}_handle_option): Likewise.
155 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
156 * ld.texinfo: Document it.
157 * NEWS: Mention it.
158
1b169501
BF
1592004-05-07 Brian Ford <ford@vss.fsi.com>
160
161 * NEWS: Mention DWARF 2 support for i386pe.
162
41cf0c62
AO
1632004-05-05 Alexandre Oliva <aoliva@redhat.com>
164
165 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
166 elf32-frvfdpic.
167
d0d6a25b
AM
1682004-04-30 Alan Modra <amodra@bigpond.net.au>
169
170 * ldlang.c (unique_section_p): Pass section parm, return true on
171 group sections.
172 (output_section_callback): Adjust.
173 * ldlang.h (unique_section_p): Update prototype.
174 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
175
755306be
EB
1762004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
177
178 * ld.texinfo (--gc-sections): Remove restriction for
179 dynamic linking.
180
8a7140c3
NC
1812004-04-29 Brian Ford <ford@vss.fsi.com>
182
183 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
184 for DWARF 2/3. Update stab section's syntax.
185
2f9636ba
AM
1862004-04-29 Alan Modra <amodra@bigpond.net.au>
187
188 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
189 (fill_edata): Correct pointer arithmetic.
190
23867d67
CD
1912004-04-21 Chris Demetriou <cgd@broadcom.com>
192
193 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
194 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
195 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
196 (EXTRA_EM_FILE): Use mipsecoff.em
197 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
198 (EXTRA_EM_FILE): Use mipsecoff.em
199 * emultempl/mipsecoff.em: Restructure to be included as an
200 extra emulation file.
201 (check_sections, gld${EMULATION_NAME}_after_open)
202 (gld${EMULATION_NAME}_after_allocation)
203 (gld${EMULATION_NAME}_get_script)
204 (ld_${EMULATION_NAME}_emulation): Remove
205 (gld${EMULATION_NAME}_before_parse): Rename to...
206 (mipsecoff_before_parse): This.
207 (LDEMUL_BEFORE_PARSE): Define.
208 * emultempl/mipself.em: Remove file.
209 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
210 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
211 these symbols.
212 * Makefile.am: Remove dependencies on emultempl/mipself.em.
213 * Makefile.in: Regenerate.
214
1502569c
NC
2152004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
216
217 * ld.texinfo (synthesizing on H8/300): Information about linker
218 relaxation support for bit manipulation instructions and system
219 control instructions is added.
220
c894ddfb
HPN
2212004-04-21 Hans-Peter Nilsson <hp@axis.com>
222
223 * NEWS: Mention change in DEFINED semantics.
224
a85bf78e
EB
2252004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
226
227 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
228 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
229 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
230
58434bc1
BE
2312004-04-21 Ben Elliston <bje@au.ibm.com>
232
233 * ld.texinfo (Simple Example): Add missing punctuation.
234
7a7f4e42
CD
2352004-04-20 Chris Demetriou <cgd@broadcom.com>
236
237 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
238
3737f867
JJ
2392004-04-19 Jakub Jelinek <jakub@redhat.com>
240
241 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
242 specially.
243
3c17e4f7
DS
2442004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
245
246 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
247 with default priority. Likewise for dtors.
248
279500de
TS
2492004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
250
251 * configure.host: Remove mips*-dec-bsd* target.
252 * configure.tgt: Likewise.
253
52f89c0a
RS
2542004-04-08 Richard Sandiford <rsandifo@redhat.com>
255
256 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
257 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
258 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
259 * emultempl/irix.em: New file.
260 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
261 dependencies.
262 * Makefile.in: Regenerate.
263
e489d0ae
PB
2642004-04-01 Paul Brook <paul@codesourcery.com>
265
266 * emultempl/armelf.em (byteswap_code): Add.
267 (arm_elf_before_allocation): Pass extra parameter.
268 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
269 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
270 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
271 * emultempl/armelf_oabi.em: Pass extra parameter.
272 * ld.texinfo: Document --be8.
273
7cc8057a
SS
2742004-03-30 Stan Shebs <shebs@apple.com>
275
276 Remove long-obsolete MPW support.
277 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
278 * Makefile.am (mpw): Remove file-presynthesizing actions.
279 * Makefile.in: Likewise.
280 * ldfile.c (slash): Remove MPW case.
281 * ldlex.l [MPW]: Remove unused definition.
282
0949843d
NC
2832004-03-30 Galit Heller <Galit.Heller@nsc.com>
284
285 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
286 (eelf32cr16c.c): New target.
287 * Makefile.in: Regenerate.
288 * configure.tgt: Handle cr16c-*-elf*.
289 * emulparams/elf32cr16c.sh: New file.
290 * scripttempl/elfcr16c.sc: Likewise
291 * NEWS: Mention support for new target.
292
0a159ef8
NC
2932004-03-30 Nick Clifton <nickc@redhat.com>
294
295 * po/sv.po: Updated Swedish translation.
296
7a945db6
AM
2972004-03-27 Alan Modra <amodra@bigpond.net.au>
298
299 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
300 * emultempl/hppaelf.em: Likewise.
301 * emultempl/ppc64elf.em: Likewise.
302 * emultempl/sh64elf.em: Likewise.
303
5a580b3a
AM
3042004-03-25 Alan Modra <amodra@bigpond.net.au>
305
306 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
307 size_dynamic_sections call.
308
b9cf773d
AM
3092004-03-23 Alan Modra <amodra@bigpond.net.au>
310
311 PR 51.
312 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
313 link_info.wrap_char.
314
59c2e50f
L
3152004-03-20 H.J. Lu <hongjiu.lu@intel.com>
316
317 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
318 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
319
44349745
AO
3202004-03-20 Alexandre Oliva <aoliva@redhat.com>
321
322 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
323
81359a70
AM
3242004-03-19 Alan Modra <amodra@bigpond.net.au>
325
326 * config.in: Regenerate.
327 * po/ld.pot: Regenerate.
328
4a43e768
AM
3292004-03-18 Alan Modra <amodra@bigpond.net.au>
330
331 * ld.texinfo: Add --as-needed doco.
332 * ldmain.c (as_needed): New global var.
333 * ldmain.h (as_needed): Declare.
334 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
335 OPTION_NO_AS_NEEDED.
336 (ld_options): Likewise.
337 (parse_args): Handle them.
338 * ldlang.h (lang_input_statement_type): Add as_needed field.
339 * ldlang.c (new_afile): Set p->as_needed.
340 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
341 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
342 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
343
344 * ldlang.c (open_input_bfds): Remove useless cast.
345 (lang_do_assignments_1): Likewise.
346 (lang_for_each_input_section): Delete.
347
9183ed4b
AM
3482004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
351
ee31fbd0
NC
3522004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
353
354 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
355 private when building implib.
356
e5caec89
NS
3572004-03-05 Nathan Sidwell <nathan@codesourcery.com>
358
359 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
360 SEC_THREAD_LOCAL.
361 (IGNORE_SECTION): Ignore .tbss sections too.
362 (lang_size_sections_1): .tbss sections do not advance dot.
363
cc2f008e
AS
3642004-03-01 Andreas Schwab <schwab@suse.de>
365
366 * ld.texinfo (Options): Fix example for --wrap.
367
f5a95868
DS
3682004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
369
370 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
371 not NULL.
372
177b729b
ILT
3732004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
374
375 * ldlang.c (lang_check): Use %P, not %E, in error message.
376
1b493742
NS
3772004-02-23 Nathan Sidwell <nathan@codesourcery.com>
378
379 * ldlang.h (struct lang_output_section_state): Change processed
380 field's type.
381 * ldexp.c (check, invalid): Remove.
382 (fold_name): Move valid_p assignments. Create undefined symbol
383 when needed. Directly exampine section's processd flag.
384 * ldlang.c (lang_output_section_statement_lookup): Adjust
385 processed field init.
386 (lang_size_sections_1): Allow LOADADDR when determining section's
387 VMA. Adjust error message. Fold data statement's expr.
388 (lang_size_sections): Correctly increment lang_statement_iteration.
389
3902004-02-23 Alan Modra <amodra@bigpond.net.au>
391
392 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 393
876f4090
NS
3942004-02-20 Nathan Sidwell <nathan@codesourcery.com>
395
396 * ldgram.y (exp): Add two operand ALIGN.
397 * ldexp.c (fold_binary): Add ALIGN_K case.
398 * ld.texinfo (ALIGN): Document two operand version.
399
384d938f
NS
4002004-02-19 Nathan Sidwell <nathan@codesourcery.com>
401
402 * ldlang.c (map_input_to_output_sections): Initialize sections
403 mentioned in a data statement expression.
404 (lang_do_assignments_1): Add data statement's expression's
405 section's vma.
406
b6ca8815
NS
4072004-02-18 Nathan Sidwell <nathan@codesourcery.com>
408
409 * ldgram.y (statement_anywhere): Add assert rule.
410 * ldlang.c (exp_init_os): Add assert case.
411
c92c35e7
AC
4122004-02-14 Andrew Cagney <cagney@redhat.com>
413
414 * ldmain.c (remove_output): Call bfd_cache_close.
415
9bf78c99
RS
4162004-02-14 Richard Sandiford <rsandifo@redhat.com>
417
418 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
419 .MIPS.content* and .MIPS.events* sections.
420
f3806916
DJ
4212004-02-09 Daniel Jacobowitz <drow@mvista.com>
422
423 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
424 .note.gnu.arm.ident to after allocated sections. Mark its
425 address as 0.
426
4c8e70d7
DJ
4272004-02-09 Daniel Jacobowitz <drow@mvista.com>
428
429 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
430 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
431 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
432 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
433 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
434
ff71f4f7
NC
4352004-02-05 Nick Clifton <nickc@redhat.com>
436
437 * emultempl/pe.em (_after_open): Fix typo in previous delta.
438
07a68a80
NC
4392004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
440
441 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
442
1dd3bf68
AM
4432004-01-28 Alan Modra <amodra@bigpond.net.au>
444
586196d5
AM
445 * genscripts.sh: Fix typo.
446
1dd3bf68
AM
447 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
448
13d9421f
JJ
4492004-01-24 Jakub Jelinek <jakub@redhat.com>
450
451 * emulparams/elf64_ia64.sh: Put .rela.opd into
452 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
453
4d8907ac
DS
4542004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
455
456 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
457 * ld.texinfo (--omagic): Note that writable text section
458 does not conform to published PE-COFF specs.
459 (--enable-auto-import): Likewise.
460
e5c60db5
AM
4612004-01-15 Alan Modra <amodra@bigpond.net.au>
462
463 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
464
6bdafbeb
NC
4652004-01-13 Nick Clifton <nickc@redhat.com>
466
467 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
468 which if true will prevent the LMA region being used as a
469 replacement for a default VMA region.
586196d5
AM
470 (lang_leave_output_section_statement): Pass extra parameter.
471 (lang_leave_overlay): Likewise.
472 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
473 region can be set to the VMA region if no VMA has been set.
474 * ldlang.h (struct lang_output_section_phdr_list): Create a
475 typedef for this type. Minor formatting fixes.
586196d5 476
9dfc8ab2
NC
4772004-01-13 Nick Clifton <nickc@redhat.com>
478
479 * ldlang.c (lang_size_sections_1): If dot is advanced, then
480 assume that the section should be allocated.
481
8325c4dd
AM
4822004-01-13 Alan Modra <amodra@bigpond.net.au>
483
484 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
485 sections. Do ignore SEC_NEVER_LOAD sections.
486 (lang_size_sections_1): Remove test made redundant with the above.
487
83490352
AM
4882004-01-09 Alan Modra <amodra@bigpond.net.au>
489
490 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
491 program_header_size.
492
005e1118
AO
4932004-01-06 Alexandre Oliva <aoliva@redhat.com>
494
495 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
496 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
497 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
498 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
499 (MAXPAGESIZE): Set to 64Kb.
500 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
501 __ROFIXUP_END__. Don't map .rofixup.got any more.
502 * emulparams/elf32frv.sh (NOP): Set.
503 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
504 * configure.tgt: Add frv-*-*linux*.
505 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
506 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
507 (eelf32frvfd.c): New.
508 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
509 * emulparams/elf32frv.sh: Reverted previous two patches.
510 * emulparams/elf32frvfd.sh: New.
511 * Makefile.in: Rebuilt.
512 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
513 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
514 .rofixup.got to .rofixup.
515 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
516 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
517 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
518
060feee5
JJ
5192004-01-05 Jakub Jelinek <jakub@redhat.com>
520
521 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
522 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
523
5e2f1575
AM
5242004-01-03 Alan Modra <amodra@bigpond.net.au>
525
e5caa5e0
AM
526 * ldexp.c (align_n): Make static.
527 * ldexp.h (align_n): Delete declaration.
528 * ldlang.h (lang_enter_output_section_statement): Remove
529 block_value param.
530 * ldlang.c (lang_enter_output_section_statement): Likewise.
531 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 532 (opb_shift): New var.
e5caa5e0
AM
533 (init_opb): New function.
534 (print_input_section): Call init_opb and use TO_ADDR.
535 (print_data_statement, print_reloc_statement): Likewise.
536 (print_padding_statement): Likewise.
c2df3ea5 537 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
538 (lang_check_section_addresses): Likewise.
539 (lang_size_sections_1): Likewise.
540 (lang_do_assignments_1): Likewise.
541 (lang_set_startof): Likewise.
c2df3ea5 542 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 543 (lang_process): Call init_opb.
c2df3ea5 544 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
545 (lang_enter_overlay_section): Adjust
546 lang_enter_output_section_statement call.
547 * ldgram.y: Likewise.
548 * mri.c (mri_draw_tree): Likewise.
549 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
550 * emultempl/mmo.em (mmo_place_orphan): Likewise.
551 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
552
5e2f1575
AM
553 * ldfile.c (ldfile_set_output_arch): Add defarch param.
554 * ldfile.h (ldfile_set_output_arch): Ditto.
555 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
556 ldfile_set_output_arch.
557 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
558 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
559 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
560 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
561 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
562 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
563 * ldgram.y: Adjust ldfile_set_output_arch call.
564 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
565 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
566 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
567 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
568 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
569 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
570 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
571
b50c15dc
NC
5722004-01-02 Bernardo Innocenti <bernie@develer.com>
573
574 * configure.tgt: Add m68k-uClinux target.
6edf0760 575
c9e214e5 576For older changes see ChangeLog-0203
252b5132
RH
577\f
578Local Variables:
579mode: change-log
580left-margin: 8
581fill-column: 74
582version-control: never
583End:
This page took 0.335574 seconds and 4 git commands to generate.