Add fr450 support.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
f5a95868
DS
12004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2
3 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
4 not NULL.
5
177b729b
ILT
62004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
7
8 * ldlang.c (lang_check): Use %P, not %E, in error message.
9
1b493742
NS
102004-02-23 Nathan Sidwell <nathan@codesourcery.com>
11
12 * ldlang.h (struct lang_output_section_state): Change processed
13 field's type.
14 * ldexp.c (check, invalid): Remove.
15 (fold_name): Move valid_p assignments. Create undefined symbol
16 when needed. Directly exampine section's processd flag.
17 * ldlang.c (lang_output_section_statement_lookup): Adjust
18 processed field init.
19 (lang_size_sections_1): Allow LOADADDR when determining section's
20 VMA. Adjust error message. Fold data statement's expr.
21 (lang_size_sections): Correctly increment lang_statement_iteration.
22
232004-02-23 Alan Modra <amodra@bigpond.net.au>
24
25 * ldexp.c (fold_tree): Follow indirect symbols.
26
876f4090
NS
272004-02-20 Nathan Sidwell <nathan@codesourcery.com>
28
29 * ldgram.y (exp): Add two operand ALIGN.
30 * ldexp.c (fold_binary): Add ALIGN_K case.
31 * ld.texinfo (ALIGN): Document two operand version.
32
384d938f
NS
332004-02-19 Nathan Sidwell <nathan@codesourcery.com>
34
35 * ldlang.c (map_input_to_output_sections): Initialize sections
36 mentioned in a data statement expression.
37 (lang_do_assignments_1): Add data statement's expression's
38 section's vma.
39
b6ca8815
NS
402004-02-18 Nathan Sidwell <nathan@codesourcery.com>
41
42 * ldgram.y (statement_anywhere): Add assert rule.
43 * ldlang.c (exp_init_os): Add assert case.
44
c92c35e7
AC
452004-02-14 Andrew Cagney <cagney@redhat.com>
46
47 * ldmain.c (remove_output): Call bfd_cache_close.
48
9bf78c99
RS
492004-02-14 Richard Sandiford <rsandifo@redhat.com>
50
51 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
52 .MIPS.content* and .MIPS.events* sections.
53
f3806916
DJ
542004-02-09 Daniel Jacobowitz <drow@mvista.com>
55
56 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
57 .note.gnu.arm.ident to after allocated sections. Mark its
58 address as 0.
59
4c8e70d7
DJ
602004-02-09 Daniel Jacobowitz <drow@mvista.com>
61
62 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
63 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
64 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
65 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
66 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
67
ff71f4f7
NC
682004-02-05 Nick Clifton <nickc@redhat.com>
69
70 * emultempl/pe.em (_after_open): Fix typo in previous delta.
71
07a68a80
NC
722004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
73
74 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
75
1dd3bf68
AM
762004-01-28 Alan Modra <amodra@bigpond.net.au>
77
586196d5
AM
78 * genscripts.sh: Fix typo.
79
1dd3bf68
AM
80 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
81
13d9421f
JJ
822004-01-24 Jakub Jelinek <jakub@redhat.com>
83
84 * emulparams/elf64_ia64.sh: Put .rela.opd into
85 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
86
4d8907ac
DS
872004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
88
89 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
90 * ld.texinfo (--omagic): Note that writable text section
91 does not conform to published PE-COFF specs.
92 (--enable-auto-import): Likewise.
93
e5c60db5
AM
942004-01-15 Alan Modra <amodra@bigpond.net.au>
95
96 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
97
6bdafbeb
NC
982004-01-13 Nick Clifton <nickc@redhat.com>
99
100 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
101 which if true will prevent the LMA region being used as a
102 replacement for a default VMA region.
586196d5
AM
103 (lang_leave_output_section_statement): Pass extra parameter.
104 (lang_leave_overlay): Likewise.
105 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
106 region can be set to the VMA region if no VMA has been set.
107 * ldlang.h (struct lang_output_section_phdr_list): Create a
108 typedef for this type. Minor formatting fixes.
586196d5 109
9dfc8ab2
NC
1102004-01-13 Nick Clifton <nickc@redhat.com>
111
112 * ldlang.c (lang_size_sections_1): If dot is advanced, then
113 assume that the section should be allocated.
114
8325c4dd
AM
1152004-01-13 Alan Modra <amodra@bigpond.net.au>
116
117 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
118 sections. Do ignore SEC_NEVER_LOAD sections.
119 (lang_size_sections_1): Remove test made redundant with the above.
120
83490352
AM
1212004-01-09 Alan Modra <amodra@bigpond.net.au>
122
123 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
124 program_header_size.
125
005e1118
AO
1262004-01-06 Alexandre Oliva <aoliva@redhat.com>
127
128 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
129 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
130 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
131 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
132 (MAXPAGESIZE): Set to 64Kb.
133 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
134 __ROFIXUP_END__. Don't map .rofixup.got any more.
135 * emulparams/elf32frv.sh (NOP): Set.
136 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
137 * configure.tgt: Add frv-*-*linux*.
138 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
139 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
140 (eelf32frvfd.c): New.
141 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
142 * emulparams/elf32frv.sh: Reverted previous two patches.
143 * emulparams/elf32frvfd.sh: New.
144 * Makefile.in: Rebuilt.
145 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
146 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
147 .rofixup.got to .rofixup.
148 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
149 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
150 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
151
060feee5
JJ
1522004-01-05 Jakub Jelinek <jakub@redhat.com>
153
154 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
155 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
156
5e2f1575
AM
1572004-01-03 Alan Modra <amodra@bigpond.net.au>
158
e5caa5e0
AM
159 * ldexp.c (align_n): Make static.
160 * ldexp.h (align_n): Delete declaration.
161 * ldlang.h (lang_enter_output_section_statement): Remove
162 block_value param.
163 * ldlang.c (lang_enter_output_section_statement): Likewise.
164 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 165 (opb_shift): New var.
e5caa5e0
AM
166 (init_opb): New function.
167 (print_input_section): Call init_opb and use TO_ADDR.
168 (print_data_statement, print_reloc_statement): Likewise.
169 (print_padding_statement): Likewise.
c2df3ea5 170 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
171 (lang_check_section_addresses): Likewise.
172 (lang_size_sections_1): Likewise.
173 (lang_do_assignments_1): Likewise.
174 (lang_set_startof): Likewise.
c2df3ea5 175 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 176 (lang_process): Call init_opb.
c2df3ea5 177 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
178 (lang_enter_overlay_section): Adjust
179 lang_enter_output_section_statement call.
180 * ldgram.y: Likewise.
181 * mri.c (mri_draw_tree): Likewise.
182 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
183 * emultempl/mmo.em (mmo_place_orphan): Likewise.
184 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
185
5e2f1575
AM
186 * ldfile.c (ldfile_set_output_arch): Add defarch param.
187 * ldfile.h (ldfile_set_output_arch): Ditto.
188 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
189 ldfile_set_output_arch.
190 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
191 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
192 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
193 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
194 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
195 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
196 * ldgram.y: Adjust ldfile_set_output_arch call.
197 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
198 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
199 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
200 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
201 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
202 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
203 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
204
b50c15dc
NC
2052004-01-02 Bernardo Innocenti <bernie@develer.com>
206
207 * configure.tgt: Add m68k-uClinux target.
6edf0760 208
c9e214e5 209For older changes see ChangeLog-0203
252b5132
RH
210\f
211Local Variables:
212mode: change-log
213left-margin: 8
214fill-column: 74
215version-control: never
216End:
This page took 0.345248 seconds and 4 git commands to generate.