* ld.texinfo (Options): Fix typo in last change.
[binutils.git] / ld / ChangeLog
blob266d89a141fd8a871a7e9bab6bd766c6a8e3dfac
1 2004-05-23  Andreas Schwab  <schwab@suse.de>
3         * ld.texinfo (Options): Fix typo in last change.
5 2004-05-21  Andy Chittenden  <achittenden@bluearc.com>
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.
20 2004-05-19  J"orn Rennecke <joern.rennecke@superh.com>
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.
43 2004-05-19  Jakub Jelinek  <jakub@redhat.com>
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.
81 2004-05-19  Adam Nemet  <anemet@lnxw.com> 
83         * scripttempl/i386lynx.sc: Remove file.
85 2004-05-17  Bob Wilson  <bob.wilson@acm.org>
87         * ld.texinfo (Output Section Address): Correct subsection name.
89 2004-05-17  Adam Nemet  <anemet@lnxw.com> 
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.
100 2004-05-13  Joel Sherrill <joel@oarcorp.com>
102         * configure.tgt (or32-*-rtems*): Switch to elf and
103         support versioned targets.
105 2004-05-13  Nick Clifton  <nickc@redhat.com>
107         * po/fr.po: Updated French translation.
109 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
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.
138 2004-05-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
140         * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
142 2004-05-07  J"orn Rennecke <joern.rennecke@superh.com>
144         * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
145         before printing it with %W.
147 2004-05-07  Brian Ford  <ford@vss.fsi.com>
148             DJ Delorie  <dj@redhat.com>
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.
159 2004-05-07  Brian Ford  <ford@vss.fsi.com>
161         * NEWS: Mention DWARF 2 support for i386pe.
163 2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
165         * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
166         elf32-frvfdpic.
168 2004-04-30  Alan Modra  <amodra@bigpond.net.au>
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.
176 2004-04-30  Eric Botcazou  <ebotcazou@act-europe.fr>
178         * ld.texinfo (--gc-sections): Remove restriction for 
179         dynamic linking.
181 2004-04-29  Brian Ford  <ford@vss.fsi.com>
183         * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
184         for DWARF 2/3.  Update stab section's syntax.
186 2004-04-29  Alan Modra  <amodra@bigpond.net.au>
188         * pe-dll.c: Revert changes accidentally committed 2004-03-08.
189         (fill_edata): Correct pointer arithmetic.
191 2004-04-21  Chris Demetriou  <cgd@broadcom.com>
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.
215 2004-04-21      Anil Paranjpe   <anilp1@kpitcummins.com>
217         * ld.texinfo (synthesizing on H8/300): Information about linker
218         relaxation support for bit manipulation instructions and system
219         control instructions is added.
221 2004-04-21  Hans-Peter Nilsson  <hp@axis.com>
223         * NEWS: Mention change in DEFINED semantics.
225 2004-04-21  Eric Botcazou  <ebotcazou@act-europe.fr>
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.*.
231 2004-04-21  Ben Elliston  <bje@au.ibm.com>
233         * ld.texinfo (Simple Example): Add missing punctuation.
235 2004-04-20  Chris Demetriou  <cgd@broadcom.com>
237         * NEWS: Note that MIPS --embedded-relocs option is deprecated.
239 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
241         * ldlang.c (lang_do_assignments_1): Handle .tbss output section
242         specially.
244 2004-04-18  Danny Smith  <dannysmith@users.sourceforge.net>
246         * scriptempl/pe.sc:  Put numbered .ctors.* after .ctors
247         with default priority. Likewise for dtors.
249 2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
251         * configure.host: Remove mips*-dec-bsd* target.
252         * configure.tgt: Likewise.
254 2004-04-08  Richard Sandiford  <rsandifo@redhat.com>
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.
264 2004-04-01  Paul Brook  <paul@codesourcery.com>
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.
274 2004-03-30  Stan Shebs  <shebs@apple.com>
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.
283 2004-03-30  Galit Heller  <Galit.Heller@nsc.com>
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.
293 2004-03-30  Nick Clifton  <nickc@redhat.com>
295         * po/sv.po: Updated Swedish translation.
297 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
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.
304 2004-03-25  Alan Modra  <amodra@bigpond.net.au>
306         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
307         size_dynamic_sections call.
309 2004-03-23  Alan Modra  <amodra@bigpond.net.au>
311         PR 51.
312         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
313         link_info.wrap_char.
315 2004-03-20  H.J. Lu  <hongjiu.lu@intel.com>
317         * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
318         or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
320 2004-03-20  Alexandre Oliva  <aoliva@redhat.com>
322         * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
324 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
326         * config.in: Regenerate.
327         * po/ld.pot: Regenerate.
329 2004-03-18  Alan Modra  <amodra@bigpond.net.au>
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.
344         * ldlang.c (open_input_bfds): Remove useless cast.
345         (lang_do_assignments_1): Likewise.
346         (lang_for_each_input_section): Delete.
348 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350         * configure.tgt: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff*.
352 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
354         * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
355         private when building implib.
357 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
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.
364 2004-03-01  Andreas Schwab  <schwab@suse.de>
366         * ld.texinfo (Options): Fix example for --wrap.
368 2004-02-25  Danny Smith  <dannysmith@users.sourceforge.net>
370         * pe-dll.c (fill_edata): Check that exported_symbol_sections is
371         not NULL.
373 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
375         * ldlang.c (lang_check): Use %P, not %E, in error message.
377 2004-02-23  Nathan Sidwell  <nathan@codesourcery.com>
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.
390 2004-02-23  Alan Modra <amodra@bigpond.net.au>
392         * ldexp.c (fold_tree): Follow indirect symbols.
394 2004-02-20  Nathan Sidwell  <nathan@codesourcery.com>
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.
400 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
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.
407 2004-02-18  Nathan Sidwell  <nathan@codesourcery.com>
409         * ldgram.y (statement_anywhere): Add assert rule.
410         * ldlang.c (exp_init_os): Add assert case.
412 2004-02-14  Andrew Cagney  <cagney@redhat.com>
414         * ldmain.c (remove_output): Call bfd_cache_close.
416 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
418         * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
419         .MIPS.content* and .MIPS.events* sections.
421 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
423         * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
424         .note.gnu.arm.ident to after allocated sections.  Mark its
425         address as 0.
427 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
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.
435 2004-02-05  Nick Clifton  <nickc@redhat.com>
437         * emultempl/pe.em (_after_open): Fix typo in previous delta.
439 2004-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
441         * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
443 2004-01-28  Alan Modra  <amodra@bigpond.net.au>
445         * genscripts.sh: Fix typo.
447         * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
449 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
451         * emulparams/elf64_ia64.sh: Put .rela.opd into
452         OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
454 2004-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
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.
461 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
463         * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
465 2004-01-13  Nick Clifton  <nickc@redhat.com>
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.
470         (lang_leave_output_section_statement): Pass extra parameter.
471         (lang_leave_overlay): Likewise.
472         * ld.texinfo (Output Section LMA): Document that the LMA
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.
477 2004-01-13  Nick Clifton  <nickc@redhat.com>
479         * ldlang.c (lang_size_sections_1): If dot is advanced, then
480         assume that the section should be allocated.
482 2004-01-13  Alan Modra  <amodra@bigpond.net.au>
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.
488 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
490         * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
491         program_header_size.
493 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
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.
519 2004-01-05  Jakub Jelinek  <jakub@redhat.com>
521         * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
522         * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
524 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
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.
532         (opb_shift): New var.
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.
537         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
538         (lang_check_section_addresses): Likewise.
539         (lang_size_sections_1): Likewise.
540         (lang_do_assignments_1): Likewise.
541         (lang_set_startof): Likewise.
542         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
543         (lang_process): Call init_opb.
544         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
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.
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.
572 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
574         * configure.tgt: Add m68k-uClinux target.
576 For older changes see ChangeLog-0203
578 Local Variables:
579 mode: change-log
580 left-margin: 8
581 fill-column: 74
582 version-control: never
583 End: