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