* genscripts.sh: Fix typo.
[binutils.git] / ld / ChangeLog
blobfc652ed30bf5fcbaa1cb55cb518e57c84cd93833
1 2004-01-28  Alan Modra  <amodra@bigpond.net.au>
3         * genscripts.sh: Fix typo.
5         * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
7 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
9         * emulparams/elf64_ia64.sh: Put .rela.opd into
10         OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
12 2004-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
14         * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
15         * ld.texinfo (--omagic): Note that writable text section
16         does not conform to published PE-COFF specs.
17         (--enable-auto-import): Likewise.
19 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
21         * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
23 2004-01-13  Nick Clifton  <nickc@redhat.com>
25         * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
26         which if true will prevent the LMA region being used as a
27         replacement for a default VMA region.
28         (lang_leave_output_section_statement): Pass extra parameter.
29         (lang_leave_overlay): Likewise.
30         * ld.texinfo (Output Section LMA): Document that the LMA
31         region can be set to the VMA region if no VMA has been set.
32         * ldlang.h (struct lang_output_section_phdr_list): Create a
33         typedef for this type.  Minor formatting fixes.
35 2004-01-13  Nick Clifton  <nickc@redhat.com>
37         * ldlang.c (lang_size_sections_1): If dot is advanced, then
38         assume that the section should be allocated.
40 2004-01-13  Alan Modra  <amodra@bigpond.net.au>
42         * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
43         sections.  Do ignore SEC_NEVER_LOAD sections.
44         (lang_size_sections_1): Remove test made redundant with the above.
46 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
48         * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
49         program_header_size.
51 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
53         2003-11-28  Alexandre Oliva  <aoliva@redhat.com>
54         * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
55         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
56         * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
57         (MAXPAGESIZE): Set to 64Kb.
58         (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
59         __ROFIXUP_END__.  Don't map .rofixup.got any more.
60         * emulparams/elf32frv.sh (NOP): Set.
61         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
62         * configure.tgt: Add frv-*-*linux*.
63         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
64         * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
65         (eelf32frvfd.c): New.
66         * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
67         * emulparams/elf32frv.sh: Reverted previous two patches.
68         * emulparams/elf32frvfd.sh: New.
69         * Makefile.in: Rebuilt.
70         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
71         * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
72         .rofixup.got to .rofixup.
73         2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
74         * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
75         (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
77 2004-01-05  Jakub Jelinek  <jakub@redhat.com>
79         * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
80         * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
82 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
84         * ldexp.c (align_n): Make static.
85         * ldexp.h (align_n): Delete declaration.
86         * ldlang.h (lang_enter_output_section_statement): Remove
87         block_value param.
88         * ldlang.c (lang_enter_output_section_statement): Likewise.
89         (TO_ADDR, TO_SIZE): Define.
90         (opb_shift): New var.
91         (init_opb): New function.
92         (print_input_section): Call init_opb and use TO_ADDR.
93         (print_data_statement, print_reloc_statement): Likewise.
94         (print_padding_statement): Likewise.
95         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
96         (lang_check_section_addresses): Likewise.
97         (lang_size_sections_1): Likewise.
98         (lang_do_assignments_1): Likewise.
99         (lang_set_startof): Likewise.
100         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
101         (lang_process): Call init_opb.
102         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
103         (lang_enter_overlay_section): Adjust
104         lang_enter_output_section_statement call.
105         * ldgram.y: Likewise.
106         * mri.c (mri_draw_tree): Likewise.
107         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
108         * emultempl/mmo.em (mmo_place_orphan): Likewise.
109         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
111         * ldfile.c (ldfile_set_output_arch): Add defarch param.
112         * ldfile.h (ldfile_set_output_arch): Ditto.
113         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
114         ldfile_set_output_arch.
115         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
116         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
117         * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
118         * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
119         * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
120         * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
121         * ldgram.y: Adjust ldfile_set_output_arch call.
122         * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
123         * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
124         * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
125         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
126         * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
127         * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
128         * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
130 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
132         * configure.tgt: Add m68k-uClinux target.
134 For older changes see ChangeLog-0203
136 Local Variables:
137 mode: change-log
138 left-margin: 8
139 fill-column: 74
140 version-control: never
141 End: