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