* configure.in (is_release): Remove.
[binutils.git] / ld / ChangeLog
blob46e48656ee9d8c9ddaaf155ff619fa278a219024
1 2004-05-21  Andy Chittenden  <achittenden@bluearc.com>
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.
16 2004-05-19  J"orn Rennecke <joern.rennecke@superh.com>
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.
39 2004-05-19  Jakub Jelinek  <jakub@redhat.com>
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.
77 2004-05-19  Adam Nemet  <anemet@lnxw.com> 
79         * scripttempl/i386lynx.sc: Remove file.
81 2004-05-17  Bob Wilson  <bob.wilson@acm.org>
83         * ld.texinfo (Output Section Address): Correct subsection name.
85 2004-05-17  Adam Nemet  <anemet@lnxw.com> 
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.
96 2004-05-13  Joel Sherrill <joel@oarcorp.com>
98         * configure.tgt (or32-*-rtems*): Switch to elf and
99         support versioned targets.
101 2004-05-13  Nick Clifton  <nickc@redhat.com>
103         * po/fr.po: Updated French translation.
105 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
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.
134 2004-05-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
136         * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
138 2004-05-07  J"orn Rennecke <joern.rennecke@superh.com>
140         * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
141         before printing it with %W.
143 2004-05-07  Brian Ford  <ford@vss.fsi.com>
144             DJ Delorie  <dj@redhat.com>
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.
155 2004-05-07  Brian Ford  <ford@vss.fsi.com>
157         * NEWS: Mention DWARF 2 support for i386pe.
159 2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
161         * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
162         elf32-frvfdpic.
164 2004-04-30  Alan Modra  <amodra@bigpond.net.au>
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.
172 2004-04-30  Eric Botcazou  <ebotcazou@act-europe.fr>
174         * ld.texinfo (--gc-sections): Remove restriction for 
175         dynamic linking.
177 2004-04-29  Brian Ford  <ford@vss.fsi.com>
179         * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
180         for DWARF 2/3.  Update stab section's syntax.
182 2004-04-29  Alan Modra  <amodra@bigpond.net.au>
184         * pe-dll.c: Revert changes accidentally committed 2004-03-08.
185         (fill_edata): Correct pointer arithmetic.
187 2004-04-21  Chris Demetriou  <cgd@broadcom.com>
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.
211 2004-04-21      Anil Paranjpe   <anilp1@kpitcummins.com>
213         * ld.texinfo (synthesizing on H8/300): Information about linker
214         relaxation support for bit manipulation instructions and system
215         control instructions is added.
217 2004-04-21  Hans-Peter Nilsson  <hp@axis.com>
219         * NEWS: Mention change in DEFINED semantics.
221 2004-04-21  Eric Botcazou  <ebotcazou@act-europe.fr>
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.*.
227 2004-04-21  Ben Elliston  <bje@au.ibm.com>
229         * ld.texinfo (Simple Example): Add missing punctuation.
231 2004-04-20  Chris Demetriou  <cgd@broadcom.com>
233         * NEWS: Note that MIPS --embedded-relocs option is deprecated.
235 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
237         * ldlang.c (lang_do_assignments_1): Handle .tbss output section
238         specially.
240 2004-04-18  Danny Smith  <dannysmith@users.sourceforge.net>
242         * scriptempl/pe.sc:  Put numbered .ctors.* after .ctors
243         with default priority. Likewise for dtors.
245 2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
247         * configure.host: Remove mips*-dec-bsd* target.
248         * configure.tgt: Likewise.
250 2004-04-08  Richard Sandiford  <rsandifo@redhat.com>
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.
260 2004-04-01  Paul Brook  <paul@codesourcery.com>
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.
270 2004-03-30  Stan Shebs  <shebs@apple.com>
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.
279 2004-03-30  Galit Heller  <Galit.Heller@nsc.com>
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.
289 2004-03-30  Nick Clifton  <nickc@redhat.com>
291         * po/sv.po: Updated Swedish translation.
293 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
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.
300 2004-03-25  Alan Modra  <amodra@bigpond.net.au>
302         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
303         size_dynamic_sections call.
305 2004-03-23  Alan Modra  <amodra@bigpond.net.au>
307         PR 51.
308         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
309         link_info.wrap_char.
311 2004-03-20  H.J. Lu  <hongjiu.lu@intel.com>
313         * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
314         or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
316 2004-03-20  Alexandre Oliva  <aoliva@redhat.com>
318         * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
320 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
322         * config.in: Regenerate.
323         * po/ld.pot: Regenerate.
325 2004-03-18  Alan Modra  <amodra@bigpond.net.au>
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.
340         * ldlang.c (open_input_bfds): Remove useless cast.
341         (lang_do_assignments_1): Likewise.
342         (lang_for_each_input_section): Delete.
344 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346         * configure.tgt: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff*.
348 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
350         * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
351         private when building implib.
353 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
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.
360 2004-03-01  Andreas Schwab  <schwab@suse.de>
362         * ld.texinfo (Options): Fix example for --wrap.
364 2004-02-25  Danny Smith  <dannysmith@users.sourceforge.net>
366         * pe-dll.c (fill_edata): Check that exported_symbol_sections is
367         not NULL.
369 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
371         * ldlang.c (lang_check): Use %P, not %E, in error message.
373 2004-02-23  Nathan Sidwell  <nathan@codesourcery.com>
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.
386 2004-02-23  Alan Modra <amodra@bigpond.net.au>
388         * ldexp.c (fold_tree): Follow indirect symbols.
390 2004-02-20  Nathan Sidwell  <nathan@codesourcery.com>
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.
396 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
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.
403 2004-02-18  Nathan Sidwell  <nathan@codesourcery.com>
405         * ldgram.y (statement_anywhere): Add assert rule.
406         * ldlang.c (exp_init_os): Add assert case.
408 2004-02-14  Andrew Cagney  <cagney@redhat.com>
410         * ldmain.c (remove_output): Call bfd_cache_close.
412 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
414         * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
415         .MIPS.content* and .MIPS.events* sections.
417 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
419         * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
420         .note.gnu.arm.ident to after allocated sections.  Mark its
421         address as 0.
423 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
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.
431 2004-02-05  Nick Clifton  <nickc@redhat.com>
433         * emultempl/pe.em (_after_open): Fix typo in previous delta.
435 2004-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
437         * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
439 2004-01-28  Alan Modra  <amodra@bigpond.net.au>
441         * genscripts.sh: Fix typo.
443         * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
445 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
447         * emulparams/elf64_ia64.sh: Put .rela.opd into
448         OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
450 2004-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
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.
457 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
459         * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
461 2004-01-13  Nick Clifton  <nickc@redhat.com>
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.
466         (lang_leave_output_section_statement): Pass extra parameter.
467         (lang_leave_overlay): Likewise.
468         * ld.texinfo (Output Section LMA): Document that the LMA
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.
473 2004-01-13  Nick Clifton  <nickc@redhat.com>
475         * ldlang.c (lang_size_sections_1): If dot is advanced, then
476         assume that the section should be allocated.
478 2004-01-13  Alan Modra  <amodra@bigpond.net.au>
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.
484 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
486         * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
487         program_header_size.
489 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
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.
515 2004-01-05  Jakub Jelinek  <jakub@redhat.com>
517         * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
518         * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
520 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
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.
528         (opb_shift): New var.
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.
533         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
534         (lang_check_section_addresses): Likewise.
535         (lang_size_sections_1): Likewise.
536         (lang_do_assignments_1): Likewise.
537         (lang_set_startof): Likewise.
538         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
539         (lang_process): Call init_opb.
540         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
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.
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.
568 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
570         * configure.tgt: Add m68k-uClinux target.
572 For older changes see ChangeLog-0203
574 Local Variables:
575 mode: change-log
576 left-margin: 8
577 fill-column: 74
578 version-control: never
579 End: