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