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