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