1 |
145 |
khays |
2003-12-19 Kazuhiro Inaoka
|
2 |
|
|
|
3 |
|
|
Add m32r-linux and PIC support. Add new ABI that uses RELA.
|
4 |
|
|
* Makefile.am: Added em32rlelf.c, em32relf_linux.c,
|
5 |
|
|
em32rlelf_linux.c.
|
6 |
|
|
* Makefile.in: Regenerate.
|
7 |
|
|
* configure.tgt (m32r*-*-linux*, m32r*le-*-linux*, m32r*le-*-*):Added.
|
8 |
|
|
* emulparams/m32relf_linux.sh: Added.
|
9 |
|
|
* emulparams/m32rlelf.sh: Ditto.
|
10 |
|
|
* emulparams/m32rlelf_linux.sh: Ditto.
|
11 |
|
|
* NEWS: Mention support m32r Linux.
|
12 |
|
|
|
13 |
|
|
2003-12-18 Eric Youngdale
|
14 |
|
|
Nick Clifton
|
15 |
|
|
|
16 |
|
|
* emultempl/pe.em (_after_open): When scanning MS import
|
17 |
|
|
libraries allow for the possible presence of static objects.
|
18 |
|
|
|
19 |
|
|
2003-12-07 H.J. Lu
|
20 |
|
|
|
21 |
|
|
* ldlang.c (lang_vers_match): Pass "DMGL_PARAMS | DMGL_ANSI" to
|
22 |
|
|
cplus_demangle.
|
23 |
|
|
|
24 |
|
|
2003-12-07 Kazu Hirata
|
25 |
|
|
|
26 |
|
|
* ldemul.c: Convert to ISO-C.
|
27 |
|
|
* ldver.c: Likewise.
|
28 |
|
|
|
29 |
|
|
2003-12-06 Kazu Hirata
|
30 |
|
|
|
31 |
|
|
* lexsup.c (is_num): Remove.
|
32 |
|
|
|
33 |
|
|
2003-12-05 Dmitry Semyonov
|
34 |
|
|
|
35 |
|
|
* pe-dll.c (generate_reloc): Remap ARM_26D relocation from 5 to
|
36 |
|
|
0. This fixes "bad fixup" error generated by MS linker.
|
37 |
|
|
|
38 |
|
|
2003-12-04 H.J. Lu
|
39 |
|
|
|
40 |
|
|
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Set
|
41 |
|
|
link_info.need_relax_finalize to TRUE.
|
42 |
|
|
|
43 |
|
|
* ldlang.c (lang_process): Use link_info.need_relax_finalize
|
44 |
|
|
instead of link_info.relax_finalizing.
|
45 |
|
|
* ldmain.c (main): Likewise.
|
46 |
|
|
|
47 |
|
|
2003-12-04 Dmitry Semyonov
|
48 |
|
|
|
49 |
|
|
* armpe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
|
50 |
|
|
|
51 |
|
|
2003-12-04 Alan Modra
|
52 |
|
|
|
53 |
|
|
* ldlang.c (lang_do_assignments): Function return is void.
|
54 |
|
|
* ldlang.h (lang_do_assignments): Ditto.
|
55 |
|
|
* emultempl/netbsd.em (gld${EMULATION_NAME}_before_parse): Declare.
|
56 |
|
|
* Makefile.am (ens32knbsd.c): Depend on netbsd.em.
|
57 |
|
|
* Makefile.in: Regenerate.
|
58 |
|
|
|
59 |
|
|
2003-12-03 Dave Airlie
|
60 |
|
|
|
61 |
|
|
* configure.tgt: Add vax-linux-gnu target.
|
62 |
|
|
|
63 |
|
|
2003-12-03 Dmitry Diky
|
64 |
|
|
|
65 |
|
|
* scripttempl/elf32msp430.sc (HEAP_SECTION_MSP430): New section for
|
66 |
|
|
forthcoming devices.
|
67 |
|
|
(_etext): provide this defenition for all scripts.
|
68 |
|
|
|
69 |
|
|
2003-12-02 Kazu Hirata
|
70 |
|
|
|
71 |
|
|
* emultempl/beos.em: Remove ARGSUSED.
|
72 |
|
|
|
73 |
|
|
2003-12-03 Alan Modra
|
74 |
|
|
|
75 |
|
|
* emultempl/pe.em (pe_fixup_stdcalls): Update for renamed
|
76 |
|
|
bfd_link_hash_entry field "next" -> "und_next".
|
77 |
|
|
(pe_find_data_imports): Likewise.
|
78 |
|
|
(gld_${EMULATION_NAME}_after_open): Likewise.
|
79 |
|
|
* emultempl/sunos.em (before_allocation): Likewise.
|
80 |
|
|
|
81 |
|
|
2003-12-02 Nick Clifton
|
82 |
|
|
|
83 |
|
|
* ld.texinfo (Options): --ignore-all is no longer the default
|
84 |
|
|
behaviour for shared libraries and dynamic executables.
|
85 |
|
|
|
86 |
|
|
2003-12-02 Alan Modra
|
87 |
|
|
|
88 |
|
|
* Makefile.am: Run "make dep-am".
|
89 |
|
|
* Makefile.in: Regenerate.
|
90 |
|
|
|
91 |
|
|
2003-12-02 Alan Modra
|
92 |
|
|
|
93 |
|
|
* ldmain.c (main): Remove mpc860c0 code.
|
94 |
|
|
* lexsup.c (enum option_values): Delete OPTION_MPC860C0.
|
95 |
|
|
(ld_options): Delete mpc860c0 entry.
|
96 |
|
|
(parse_args): Likewise.
|
97 |
|
|
|
98 |
|
|
2003-12-01 Alan Modra
|
99 |
|
|
|
100 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Test
|
101 |
|
|
hash table type rather than testing creator flavour.
|
102 |
|
|
* emultempl/hppaelf.em (hppaelf_create_output_section_statements):
|
103 |
|
|
Only create stub_file bfd if hash table creator is as expected.
|
104 |
|
|
(gld${EMULATION_NAME}_finish): Test stub_file.
|
105 |
|
|
|
106 |
|
|
2003-11-28 Marcel Moolenaar
|
107 |
|
|
|
108 |
|
|
* emulparams/elf64_ia64_fbsd.sh (TEXT_START_ADDR): Define.
|
109 |
|
|
(DATA_ADDR): Unset.
|
110 |
|
|
|
111 |
|
|
2003-11-18 James E Wilson
|
112 |
|
|
|
113 |
|
|
* ldlang.c (lang_process): Move lang_reset_memory_regions call after
|
114 |
|
|
lang_do_assignments call.
|
115 |
|
|
|
116 |
|
|
* emulparams/elf64_ia64.sh (OTHER_PLT_RELOC_SECTIONS): Include
|
117 |
|
|
.rela.opd if -pie.
|
118 |
|
|
|
119 |
|
|
2003-11-10 Jonathan Wilson
|
120 |
|
|
|
121 |
|
|
* scripttempl/pe.sc: Add support for TLS sections.
|
122 |
|
|
|
123 |
|
|
2003-11-09 Alan Modra
|
124 |
|
|
|
125 |
|
|
* configure.host (HOSTING_LIBS): Group libgcc and libc with
|
126 |
|
|
--start-group, --end-group pair.
|
127 |
|
|
(*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
|
128 |
|
|
(am33_2.0-*-linux*): Edit default HOSTING_CRT0.
|
129 |
|
|
(arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
|
130 |
|
|
(hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.
|
131 |
|
|
|
132 |
|
|
2003-11-07 Jonathan R. Grant
|
133 |
|
|
|
134 |
|
|
* ldfile.c (ldfile_open_file): Use "No such file" error message.
|
135 |
|
|
|
136 |
|
|
2003-11-06 Bruno Rohee
|
137 |
|
|
|
138 |
|
|
* ls.texinfo: Fix "the the" typo.
|
139 |
|
|
|
140 |
|
|
2003-11-05 Alan Modra
|
141 |
|
|
|
142 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
|
143 |
|
|
pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined.
|
144 |
|
|
(pr_sym): Move inside #ifdef DLL_SUPPORT.
|
145 |
|
|
|
146 |
|
|
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
|
147 |
|
|
unused variable.
|
148 |
|
|
|
149 |
|
|
* emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
|
150 |
|
|
|
151 |
|
|
2003-11-04 Alan Modra
|
152 |
|
|
|
153 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Call
|
154 |
|
|
_bfd_elf_tls_setup.
|
155 |
|
|
|
156 |
|
|
2003-10-31 Nick Clifton
|
157 |
|
|
|
158 |
|
|
* ldlang.c (lookup_name): When looking for a previously loaded
|
159 |
|
|
file compare the local_sym_name not the filename, as the
|
160 |
|
|
filename might have been transformed via the search directory
|
161 |
|
|
path lookup.
|
162 |
|
|
If the sought-for file has not been found in the input file
|
163 |
|
|
chain then create a new node with the search_dirs_flag set so
|
164 |
|
|
that the entire set of directory paths will be scanned for it.
|
165 |
|
|
|
166 |
|
|
2003-10-30 Andrew Cagney
|
167 |
|
|
|
168 |
|
|
* emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry"
|
169 |
|
|
with "struct bfd_symbol".
|
170 |
|
|
|
171 |
|
|
2003-10-30 Phil Edwards
|
172 |
|
|
|
173 |
|
|
* Makefile.am (ALL_EMULATIONS): Add elf32mipswindiss.o.
|
174 |
|
|
(eelf32mipswindiss.c): New target.
|
175 |
|
|
* Makefile.in: Regenerated.
|
176 |
|
|
* emulparams/elf32mipswindiss.sh: New file.
|
177 |
|
|
* configure.tgt (i[3-7]86-*-vxworks*, arm-*-vxworks, sh-*-vxworks,
|
178 |
|
|
mips*-*-vxworks*): Use ELF now.
|
179 |
|
|
(mips*-*-windiss): New stanza, use elf32mipswindiss.
|
180 |
|
|
|
181 |
|
|
2003-10-27 Stephane Carrez
|
182 |
|
|
|
183 |
|
|
* scripttempl/elfm68hc12.sc: Define eeprom memory region.
|
184 |
|
|
|
185 |
|
|
2003-10-25 Kazu Hirata
|
186 |
|
|
|
187 |
|
|
* ChangeLog-9197: Fix typos.
|
188 |
|
|
* NEWS: Likewise.
|
189 |
|
|
* ld.texinfo: Likewise.
|
190 |
|
|
* ldlang.c: Fix comment typos.
|
191 |
|
|
|
192 |
|
|
2003-10-24 H.J. Lu
|
193 |
|
|
|
194 |
|
|
* ldlang.c (lang_vers_match): Fix a typo.
|
195 |
|
|
|
196 |
|
|
2003-10-24 H.J. Lu
|
197 |
|
|
|
198 |
|
|
* ldlang.c (lang_vers_match): Check demangled symbols.
|
199 |
|
|
|
200 |
|
|
2003-10-24 H.J. Lu
|
201 |
|
|
|
202 |
|
|
* ldlang.c (lang_vers_match): Check "symbol" instead of
|
203 |
|
|
"wildcard" and "pattern". Fix a typo.
|
204 |
|
|
(lang_finalize_version_expr_head): Likewise.
|
205 |
|
|
(lang_register_vers_node): Likewise.
|
206 |
|
|
(realsymbol): New function.
|
207 |
|
|
(lang_new_vers_pattern): Set "symbol" and remove "wildcard".
|
208 |
|
|
|
209 |
|
|
* ldlex.l (V_IDENTIFIER): Allow '\\'.
|
210 |
|
|
|
211 |
|
|
2003-10-24 Nick Clifton
|
212 |
|
|
|
213 |
|
|
* emultempl/m68hc1xelf.em (before_allocation): Add missing second
|
214 |
|
|
parameter to lang_memory_region_lookup.
|
215 |
|
|
|
216 |
|
|
2003-10-22 Jakub Jelinek
|
217 |
|
|
|
218 |
|
|
* ldlang.c: Include hashtab.h.
|
219 |
|
|
(lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
|
220 |
|
|
lang_vers_match_lang_java): Remove.
|
221 |
|
|
(lang_vers_match): New function.
|
222 |
|
|
(lang_new_vers_pattern): Initialize wildcard and mask
|
223 |
|
|
fields, don't initialize match.
|
224 |
|
|
(lang_new_vers_node): Use xcalloc. Adjust for globals and
|
225 |
|
|
locals field type changes. Set match field.
|
226 |
|
|
(version_expr_head_hash, version_expr_head_eq): New functions.
|
227 |
|
|
(lang_finalize_version_expr_head): New function.
|
228 |
|
|
(lang_register_vers_node): Call lang_finalize_version_expr_head.
|
229 |
|
|
Search in hash table if not wildcard when looking for duplicates.
|
230 |
|
|
* emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
|
231 |
|
|
duplicate checking. Initialize all fields of dot_entry from entry
|
232 |
|
|
with the exception of pattern and next.
|
233 |
|
|
|
234 |
|
|
2003-10-21 Nick Clifton
|
235 |
|
|
|
236 |
|
|
* ldlang.c (lang_memory_region_lookup): Add second parameter -
|
237 |
|
|
create - which is true if the region is being created. Issue
|
238 |
|
|
appropriate warning messages for finding and not finding
|
239 |
|
|
already created regions.
|
240 |
|
|
(lang_memory_default): Use DEFAULT_MEMORY_REGION.
|
241 |
|
|
(lang_leave_overlay_section): Likewise.
|
242 |
|
|
(lang_size_sections_1): Likewise.
|
243 |
|
|
Pass second parameter to lang_memory_region_lookup.
|
244 |
|
|
(lang_get_regions): Likewise.
|
245 |
|
|
* ldlang.h (DEFAULT_MEMORY_REGION): Define.
|
246 |
|
|
Update prototype for lang_memory_region_lookup.
|
247 |
|
|
* ldgram.y: Pass second parameter to lang_memory_region_lookup.
|
248 |
|
|
Use DEFAULT_MEMORY_REGION instead of "*default".
|
249 |
|
|
|
250 |
|
|
2003-10-20 Andrew Cagney
|
251 |
|
|
|
252 |
|
|
* pe-dll.c: Replace "struct sec" with "struct bfd_section".
|
253 |
|
|
|
254 |
|
|
2003-10-19 Marek Michalkiewicz
|
255 |
|
|
|
256 |
|
|
* Makefile.am: Remove old (before GCC 3.3) emulations for AVR
|
257 |
|
|
target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
|
258 |
|
|
avrmega161, avrmega603. Default to avr2.
|
259 |
|
|
* Makefile.in: Regenerate.
|
260 |
|
|
* configure.tgt: Likewise.
|
261 |
|
|
* emulparams/avr1200.sh: Remove.
|
262 |
|
|
* emulparams/avr23xx.sh: Remove.
|
263 |
|
|
* emulparams/avr4433.sh: Remove.
|
264 |
|
|
* emulparams/avr44x4.sh: Remove.
|
265 |
|
|
* emulparams/avr85xx.sh: Remove.
|
266 |
|
|
* emulparams/avrmega103.sh: Remove.
|
267 |
|
|
* emulparams/avrmega161.sh: Remove.
|
268 |
|
|
* emulparams/avrmega603.sh: Remove.
|
269 |
|
|
* scripttempl/elf32avr.sc: Remove.
|
270 |
|
|
|
271 |
|
|
2003-10-19 Andreas Schwab
|
272 |
|
|
|
273 |
|
|
* emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
|
274 |
|
|
newline to message.
|
275 |
|
|
|
276 |
|
|
* deffilep.y: Remove commas from %token lines.
|
277 |
|
|
|
278 |
|
|
2003-10-18 Hans-Peter Nilsson
|
279 |
|
|
|
280 |
|
|
* emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
|
281 |
|
|
relaxation always; don't exclude relocatable linking. Adjust for
|
282 |
|
|
_bfd_mmix_prepare_linker_allocated_gregs renamed to
|
283 |
|
|
_bfd_mmix_before_linker_allocation.
|
284 |
|
|
(mmix_after_allocation): Adjust for
|
285 |
|
|
_bfd_mmix_finalize_linker_allocated_gregs renamed to
|
286 |
|
|
_bfd_mmix_after_linker_allocation.
|
287 |
|
|
* scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
|
288 |
|
|
|
289 |
|
|
* ldlang.c (lang_size_sections): Last, set _cooked_size for output
|
290 |
|
|
sections.
|
291 |
|
|
|
292 |
|
|
2003-10-16 Alan Modra
|
293 |
|
|
|
294 |
|
|
* Makefile.am (GENSCRIPTS_EXTRA, GEN_EXTRA_DEPENDS): Remove. Use
|
295 |
|
|
GENSCRIPTS and GEN_DEPENDS in place of these.
|
296 |
|
|
* Makefile.in: Regenerate.
|
297 |
|
|
* genscripts_extra.sh: Delete. Merge extra functionality to..
|
298 |
|
|
* genscripts.sh: ..here.
|
299 |
|
|
|
300 |
|
|
* emulparams/gld960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Define.
|
301 |
|
|
* emulparams/gld960coff.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
|
302 |
|
|
* emulparams/lnk960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
|
303 |
|
|
* emulparams/m88kbcs.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
|
304 |
|
|
* emulparams/vanilla.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
|
305 |
|
|
|
306 |
|
|
2003-10-16 Alan Modra
|
307 |
|
|
|
308 |
|
|
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
|
309 |
|
|
use $EMULATION_NAME to call bfd function.
|
310 |
|
|
|
311 |
|
|
2003-10-14 Danny Smith
|
312 |
|
|
|
313 |
|
|
* pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
|
314 |
|
|
to identify data symbols.
|
315 |
|
|
|
316 |
|
|
2003-10-13 Richard Sandiford
|
317 |
|
|
|
318 |
|
|
* emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Move
|
319 |
|
|
definition from elf64btsmip.sh.
|
320 |
|
|
(TEXT_DYNAMIC): Likewise elf32btsmipn32.sh.
|
321 |
|
|
* emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove.
|
322 |
|
|
* emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove.
|
323 |
|
|
* emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define.
|
324 |
|
|
(EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects.
|
325 |
|
|
Define __program_header_table in terms of __elf_header.
|
326 |
|
|
|
327 |
|
|
2003-10-10 H.J. Lu
|
328 |
|
|
|
329 |
|
|
* Makefile.am (eelf64_ia64.c): Also depend on
|
330 |
|
|
$(srcdir)/emultempl/ia64elf.em.
|
331 |
|
|
* Makefile.in: Regenerated.
|
332 |
|
|
|
333 |
|
|
* emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
|
334 |
|
|
|
335 |
|
|
* emultempl/ia64elf.em: New.
|
336 |
|
|
|
337 |
|
|
2003-10-12 Kaz Kojima
|
338 |
|
|
|
339 |
|
|
* emulparams/shelf32_nbsd.sh (OTHER_SECTIONS): Redefine.
|
340 |
|
|
|
341 |
|
|
2003-10-11 Hans-Peter Nilsson
|
342 |
|
|
|
343 |
|
|
* ld.texinfo (Builtin Functions) : Say that only symbols
|
344 |
|
|
defined before the statement using DEFINED yield 1.
|
345 |
|
|
* ldexp.c (fold_name) : In lang_first_phase_enum,
|
346 |
|
|
call lang_track_definedness on symbol. In subsequent phases, use
|
347 |
|
|
lang_symbol_definition_iteration and lang_statement_iteration to
|
348 |
|
|
check whether the symbol was defined before the current statement.
|
349 |
|
|
(exp_fold_tree) : Call
|
350 |
|
|
lang_update_definedness before updating symbol type when setting
|
351 |
|
|
symbol.
|
352 |
|
|
* ldlang.c (lang_definedness_table): New variable.
|
353 |
|
|
(lang_definedness_newfunc, lang_track_definedness)
|
354 |
|
|
(lang_symbol_definition_iteration, lang_update_definedness): New
|
355 |
|
|
functions.
|
356 |
|
|
(lang_init): Initialize lang_definedness_table and
|
357 |
|
|
lang_statement_iteration.
|
358 |
|
|
(lang_finish): Destroy bfd_hash_table_free.
|
359 |
|
|
(lang_size_sections): Increment lang_statement_iteration.
|
360 |
|
|
(lang_do_assignments_1): New function with former
|
361 |
|
|
lang_do_assignments contents. Change recursive calls to call this
|
362 |
|
|
function.
|
363 |
|
|
(lang_do_assignments): Evacuate contents. Increment
|
364 |
|
|
lang_statement_iteration, then just call lang_do_assignments_1.
|
365 |
|
|
* ldlang.h (struct lang_definedness_hash_entry)
|
366 |
|
|
(lang_statement_iteration, lang_track_definedness)
|
367 |
|
|
(lang_symbol_definition_iteration, lang_update_definedness):
|
368 |
|
|
Declare.
|
369 |
|
|
|
370 |
|
|
2003-10-09 H.J. Lu
|
371 |
|
|
|
372 |
|
|
* scripttempl/elf.sc (__executable_start): Provide.
|
373 |
|
|
|
374 |
|
|
2003-10-09 Daniel Jacobowitz
|
375 |
|
|
|
376 |
|
|
* emulparams/armelf.sh: Define NO_SMALL_DATA.
|
377 |
|
|
* emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
|
378 |
|
|
emulparams/armnto.sh: Likewise.
|
379 |
|
|
|
380 |
|
|
2003-10-08 Alexandre Oliva
|
381 |
|
|
|
382 |
|
|
* ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
|
383 |
|
|
whether to skip test for no memory region.
|
384 |
|
|
|
385 |
|
|
2003-10-08 Nick Clifton
|
386 |
|
|
|
387 |
|
|
* lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment
|
388 |
|
|
describing defaults. Change default to report unresolved symbols
|
389 |
|
|
in object files as well.
|
390 |
|
|
|
391 |
|
|
2003-10-08 Hans-Peter Nilsson
|
392 |
|
|
|
393 |
|
|
* ldexp.c (fold_name) : Set section of result to
|
394 |
|
|
abs_output_section.
|
395 |
|
|
|
396 |
|
|
2003-10-07 Bob Wilson
|
397 |
|
|
|
398 |
|
|
* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
|
399 |
|
|
OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
|
400 |
|
|
zero for relocatable links.
|
401 |
|
|
|
402 |
|
|
2003-10-07 John David Anglin
|
403 |
|
|
|
404 |
|
|
* configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
|
405 |
|
|
|
406 |
|
|
2003-10-07 Nathan Sidwell
|
407 |
|
|
|
408 |
|
|
* ldwrite.c (unsplittable_name): New.
|
409 |
|
|
(clone_section): Strip existing numeric suffix. Only truncate names
|
410 |
|
|
for coff targets.
|
411 |
|
|
(split_sections): Use unsplittable_name.
|
412 |
|
|
|
413 |
|
|
2003-10-06 Nick Clifton
|
414 |
|
|
|
415 |
|
|
* lexsup.c (parse_args): Report unresolved symbols in shared
|
416 |
|
|
libraries when creating a dynamic executable. This is a
|
417 |
|
|
restoration of the default behaviour for previous versions of
|
418 |
|
|
the linker.
|
419 |
|
|
|
420 |
|
|
2003-10-06 Matt Thomas
|
421 |
|
|
|
422 |
|
|
* emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT.
|
423 |
|
|
* emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa".
|
424 |
|
|
|
425 |
|
|
2003-10-06 Robert Millan
|
426 |
|
|
|
427 |
|
|
* configure.tgt: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
|
428 |
|
|
|
429 |
|
|
2003-10-02 Ivan Warren
|
430 |
|
|
|
431 |
|
|
* pe-dll.c (make_one): Correct sym def order & pick right sym for
|
432 |
|
|
.idata$7 reloc.
|
433 |
|
|
|
434 |
|
|
2003-09-30 Chris Demetriou
|
435 |
|
|
|
436 |
|
|
* NEWS: Add an indication of the cutoff for 2.14.
|
437 |
|
|
|
438 |
|
|
2003-09-30 Chris Demetriou
|
439 |
|
|
|
440 |
|
|
* ldmain.c (get_emulation): Ignore "-mips64r2".
|
441 |
|
|
|
442 |
|
|
2003-09-03 Robert Millan
|
443 |
|
|
|
444 |
|
|
* configure.host: Match GNU/KFreeBSD with new kfreebsd*-gnu
|
445 |
|
|
triplet.
|
446 |
|
|
* configure.tgt: Likewise.
|
447 |
|
|
|
448 |
|
|
2003-08-29 Jafa
|
449 |
|
|
|
450 |
|
|
* emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
|
451 |
|
|
|
452 |
|
|
2003-08-21 Nick Clifton
|
453 |
|
|
|
454 |
|
|
* po/tr.po: Updated Turkish translation.
|
455 |
|
|
|
456 |
|
|
2003-08-20 Nick Clifton
|
457 |
|
|
|
458 |
|
|
* ldmain.c: Initialise the new fields in bfd_link_info to
|
459 |
|
|
NOT_YET_SET.
|
460 |
|
|
* lexsup.c (enum option_values): New enum. Use this to
|
461 |
|
|
replace the hand coded values for the long switch options.
|
462 |
|
|
(ld_options): Add 'unresolved-symbols',
|
463 |
|
|
'warn-unresolved-symbols' and 'error-unresolved-symbols'.
|
464 |
|
|
(parse_args): Handle the new switches. Set the values of
|
465 |
|
|
unresolved_symbols_in_objects and
|
466 |
|
|
unresolved_symbols_in_shared_libs appropriately. If they were
|
467 |
|
|
not initialised by the command line, install default values.
|
468 |
|
|
* emultempl/elf32.em (handle_option): Update OPTION_GROUP and
|
469 |
|
|
-z defs to use the new fields in bfd_link_info.
|
470 |
|
|
* ld.texinfo: Document the new switches.
|
471 |
|
|
* NEWS: Mention this feature.
|
472 |
|
|
|
473 |
|
|
2003-08-15 Dmitry Diky
|
474 |
|
|
|
475 |
|
|
* Makefile.am (GENSCRIPTS_EXTRA): New script definition which
|
476 |
|
|
calls genscripts_extra.sh.
|
477 |
|
|
Rearrange all msp430 depends using this script.
|
478 |
|
|
* Makefile.in: Regenerate.
|
479 |
|
|
* genscripts_extra.sh: New file: Similar to genscripts.sh, except
|
480 |
|
|
that the script to be run to generate the emulations can be passed
|
481 |
|
|
as an optional parameter instead of being computed from the
|
482 |
|
|
emulation name.
|
483 |
|
|
* emulparams/msp430all.sh: New file: Combine all msp430 subdevice
|
484 |
|
|
definitions into one file.
|
485 |
|
|
* emulparams/msp430x*.sh: Removed.
|
486 |
|
|
|
487 |
|
|
2003-08-15 Nick Clifton
|
488 |
|
|
|
489 |
|
|
* ld.texinfo (Options): Put keywords for the -z option into a
|
490 |
|
|
table. Add more text describing what the -z now option does.
|
491 |
|
|
|
492 |
|
|
2003-08-14 Alan Modra
|
493 |
|
|
|
494 |
|
|
* dep-in.sed: Remove libintl.h.
|
495 |
|
|
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
|
496 |
|
|
* Makefile.in: Regenerate.
|
497 |
|
|
|
498 |
|
|
2003-08-13 Alan Modra
|
499 |
|
|
|
500 |
|
|
* genscripts.sh (libpath.exp): Only generate for first emulation.
|
501 |
|
|
(LIB_PATH): Correct order of paths. Don't add $tool_lib when
|
502 |
|
|
already present or when LIB_PATH is set to ":".
|
503 |
|
|
|
504 |
|
|
2003-08-12 Ian Lance Taylor
|
505 |
|
|
|
506 |
|
|
* ldmain.c (undefined_symbol): Change parameter name from `fatal'
|
507 |
|
|
to `error'. If only a warning, put warning in the reported
|
508 |
|
|
string. Consistently set failure flag when not a warning.
|
509 |
|
|
|
510 |
|
|
2003-08-08 Dmitry Diky
|
511 |
|
|
|
512 |
|
|
* Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to
|
513 |
|
|
gcc order.
|
514 |
|
|
* Makefile.in: Regenerate.
|
515 |
|
|
* configure.tgt: Add extra emulations.
|
516 |
|
|
* emulparams/msp430xE423.sh: New file.
|
517 |
|
|
* emulparams/msp430xE427.sh: New file.
|
518 |
|
|
* emulparams/msp430xW425.sh: New file.
|
519 |
|
|
* emulparams/msp430xE425.sh: New file.
|
520 |
|
|
* emulparams/msp430xW423.sh: New file.
|
521 |
|
|
* emulparams/msp430xW427.sh: New file.
|
522 |
|
|
|
523 |
|
|
2003-08-07 Danny Smith
|
524 |
|
|
|
525 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
|
526 |
|
|
Change second (cmdline) arg to lang_add_entry to FALSE.
|
527 |
|
|
(set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
|
528 |
|
|
|
529 |
|
|
2003-08-05 Christian Groessler
|
530 |
|
|
Jason Eckhardt
|
531 |
|
|
|
532 |
|
|
* configure.tgt: Recognize new target i860-*-coff.
|
533 |
|
|
* Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
|
534 |
|
|
(ecoff_i860.c): New rule.
|
535 |
|
|
* emulparams/coff_i860.sh: New file.
|
536 |
|
|
* scripttempl/i860coff.sc: New file.
|
537 |
|
|
* Makefile.in: Regenerate.
|
538 |
|
|
|
539 |
|
|
2003-08-04 Nick Clifton
|
540 |
|
|
|
541 |
|
|
* emultempl/elf32.em (before_allocation): Prepend "warning: "
|
542 |
|
|
to messages produced for .gnu.warning.SYMBOL sections.
|
543 |
|
|
|
544 |
|
|
2003-08-04 Alan Modra
|
545 |
|
|
|
546 |
|
|
* emultempl/elf32.em (output_rel_find): Add "isdyn" param. Put
|
547 |
|
|
.rel.dyn before other reloc sections. Don't stop looking for reloc
|
548 |
|
|
sections on finding one that isn't allocated. Match .rel even when
|
549 |
|
|
placing .rela and vice versa, when setting last_rel and
|
550 |
|
|
last_rel_alloc for the first time. If no reloc sections in script,
|
551 |
|
|
prefer allocated section over non-alloc.
|
552 |
|
|
(gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
|
553 |
|
|
|
554 |
|
|
2003-07-29 Kaz Kojima
|
555 |
|
|
|
556 |
|
|
* emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
|
557 |
|
|
section for shared library.
|
558 |
|
|
* emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
|
559 |
|
|
* emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
|
560 |
|
|
|
561 |
|
|
2003-07-29 Stephane Carrez
|
562 |
|
|
|
563 |
|
|
* scripttempl/elfm68hc12.sc: Add gcc_except_table.
|
564 |
|
|
* scripttempl/elfm68hc11.sc: Likewise.
|
565 |
|
|
|
566 |
|
|
2003-07-28 Alan Modra
|
567 |
|
|
|
568 |
|
|
* emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
|
569 |
|
|
|
570 |
|
|
* emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
|
571 |
|
|
|
572 |
|
|
2003-07-27 Alan Modra
|
573 |
|
|
|
574 |
|
|
* ld.texinfo: Typo fixes. Document SUBALIGN.
|
575 |
|
|
* ldgram.y (opt_subalign): Add.
|
576 |
|
|
* ldlex.l (SUBALIGN): Recognize.
|
577 |
|
|
* ldlang.c (overlay_subalign): New var.
|
578 |
|
|
(lang_enter_overlay): Add subalign param.
|
579 |
|
|
(lang_enter_overlay_section): Pass overlay_subalign to
|
580 |
|
|
lang_enter_output_section_statement.
|
581 |
|
|
* ldlang.h (lang_enter_overlay): Update.
|
582 |
|
|
|
583 |
|
|
2003-07-24 Nick Clifton
|
584 |
|
|
|
585 |
|
|
* po/fr.po: Updated French translation.
|
586 |
|
|
|
587 |
|
|
2003-07-23 Stephane Carrez
|
588 |
|
|
|
589 |
|
|
* scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
|
590 |
|
|
account .tramp sections;
|
591 |
|
|
* scripttempl/elfm68hc12.sc: Likewise.
|
592 |
|
|
|
593 |
|
|
2003-07-17 Charles Wilson
|
594 |
|
|
|
595 |
|
|
* ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
|
596 |
|
|
|
597 |
|
|
2003-07-17 Nick Clifton
|
598 |
|
|
|
599 |
|
|
* po/es.po: New Spanish translation.
|
600 |
|
|
|
601 |
|
|
2003-07-11 Alan Modra
|
602 |
|
|
|
603 |
|
|
* po/ld.pot: Regenerate.
|
604 |
|
|
|
605 |
|
|
2003-07-10 Bob Wilson
|
606 |
|
|
|
607 |
|
|
* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
|
608 |
|
|
with new .got.loc section.
|
609 |
|
|
(OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
|
610 |
|
|
non-relocating links.
|
611 |
|
|
(OTHER_SECTIONS): Add .xt.lit here. Change it to keep linkonce
|
612 |
|
|
sections separate for non-relocating links; likewise for .xt.insn.
|
613 |
|
|
|
614 |
|
|
2003-07-10 Alexandre Oliva
|
615 |
|
|
|
616 |
|
|
2001-08-22 Alexandre Oliva
|
617 |
|
|
* emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
|
618 |
|
|
2001-05-09 Alexandre Oliva
|
619 |
|
|
* configure.host (am33_2.0-*-linux*): Added.
|
620 |
|
|
* configure.tgt (am33_2.0-*-linux*): Likewise.
|
621 |
|
|
* emulparams/elf32am33lin.sh: New.
|
622 |
|
|
* Makefile.am (eelf32am33lin.c): New rule.
|
623 |
|
|
* Makefile.in: Rebuilt.
|
624 |
|
|
|
625 |
|
|
2003-07-09 Alexandre Oliva
|
626 |
|
|
|
627 |
|
|
2001-04-17 Alexandre Oliva
|
628 |
|
|
* emulparams/mn10300.sh (TEMPLATE_NAME): Define.
|
629 |
|
|
(GENERATE_SHLIB_SCRIPT): Likewise.
|
630 |
|
|
|
631 |
|
|
2003-07-10 Alan Modra
|
632 |
|
|
|
633 |
|
|
* emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
|
634 |
|
|
(GOT): Define.
|
635 |
|
|
* emultempl/ppc64elf.em (stub_added): New static var.
|
636 |
|
|
(ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
|
637 |
|
|
(ppc_add_stub_section): Set stub_added.
|
638 |
|
|
(gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust
|
639 |
|
|
ppc64_elf_size_stubs call and test for stubs.
|
640 |
|
|
* scripttempl/elf.sc (GOT): Define and use.
|
641 |
|
|
|
642 |
|
|
2003-07-08 J"orn Rennecke
|
643 |
|
|
|
644 |
|
|
* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
|
645 |
|
|
Allow second call from ldemul_finish.
|
646 |
|
|
|
647 |
|
|
2003-07-04 J"orn Rennecke
|
648 |
|
|
|
649 |
|
|
* emulparams/shelf32.sh (STACK_ADDR): Don't define.
|
650 |
|
|
(OTHER_SECTIONS): Include .stack.
|
651 |
|
|
* emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
|
652 |
|
|
|
653 |
|
|
2003-07-02 Jakub Jelinek
|
654 |
|
|
|
655 |
|
|
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
|
656 |
|
|
.opd if -pie.
|
657 |
|
|
(OTHER_READWRITE_SECTIONS): Include .opd if -pie.
|
658 |
|
|
* scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
|
659 |
|
|
if -pie.
|
660 |
|
|
|
661 |
|
|
2003-06-28 Alan Modra
|
662 |
|
|
|
663 |
|
|
* ld.h: Convert to C90, remove unnecessary prototypes and casts.
|
664 |
|
|
Replace PTR with void *. Formatting.
|
665 |
|
|
* ldcref.c: Likewise.
|
666 |
|
|
* ldctor.c: Likewise.
|
667 |
|
|
* ldctor.h: Likewise.
|
668 |
|
|
* ldemul.h: Likewise.
|
669 |
|
|
* ldexp.c: Likewise.
|
670 |
|
|
* ldexp.h: Likewise.
|
671 |
|
|
* ldfile.c: Likewise.
|
672 |
|
|
* ldfile.h: Likewise.
|
673 |
|
|
* ldlang.c: Likewise.
|
674 |
|
|
* ldlang.h: Likewise.
|
675 |
|
|
* ldlex.h: Likewise.
|
676 |
|
|
* ldlex.l: Likewise.
|
677 |
|
|
* ldmain.c: Likewise.
|
678 |
|
|
* ldmain.h: Likewise.
|
679 |
|
|
* ldmisc.c: Likewise.
|
680 |
|
|
* ldmisc.h: Likewise.
|
681 |
|
|
* ldver.h: Likewise.
|
682 |
|
|
* ldwrite.c: Likewise.
|
683 |
|
|
* ldwrite.h: Likewise.
|
684 |
|
|
* lexsup.c: Likewise.
|
685 |
|
|
* mri.c: Likewise.
|
686 |
|
|
* mri.h: Likewise.
|
687 |
|
|
* pe-dll.c: Likewise.
|
688 |
|
|
* pe-dll.h: Likewise.
|
689 |
|
|
* deffilep.y: Likewise.
|
690 |
|
|
* deffile.h: Likewise. Don't include ansidecl.h.
|
691 |
|
|
* emulparams/elf32mcore.sh: Remove unnecessary cast.
|
692 |
|
|
* emultempl/m68kcoff.em: Likewise.
|
693 |
|
|
* emultempl/m68kelf.em: Likewise.
|
694 |
|
|
* emultempl/ticoff.em: Remove lang_add_output_format declaration.
|
695 |
|
|
* sysdep.h: Don't include ansidecl.h.
|
696 |
|
|
* Makefile.am: Run "make dep-am".
|
697 |
|
|
* Makefile.in: Regenerate.
|
698 |
|
|
|
699 |
|
|
2003-06-27 Nick Clifton
|
700 |
|
|
|
701 |
|
|
* deffilep.y (def_file_add_directive): Cope with NUL seperated
|
702 |
|
|
directives. Fix reporting of unparseable directives.
|
703 |
|
|
(def_error): Check for a NULL def_filename.
|
704 |
|
|
|
705 |
|
|
2003-06-27 Alan Modra
|
706 |
|
|
|
707 |
|
|
* emultempl/aix.em: Convert to C90, remove unnecessary prototypes
|
708 |
|
|
and casts. Replace PTR with void *. Formatting.
|
709 |
|
|
* emultempl/alphaelf.em: Likewise.
|
710 |
|
|
* emultempl/armcoff.em: Likewise.
|
711 |
|
|
* emultempl/armelf.em: Likewise.
|
712 |
|
|
* emultempl/armelf_oabi.em: Likewise.
|
713 |
|
|
* emultempl/beos.em: Likewise.
|
714 |
|
|
* emultempl/elf32.em: Likewise.
|
715 |
|
|
* emultempl/generic.em: Likewise.
|
716 |
|
|
* emultempl/gld960.em: Likewise.
|
717 |
|
|
* emultempl/gld960c.em: Likewise.
|
718 |
|
|
* emultempl/hppaelf.em: Likewise.
|
719 |
|
|
* emultempl/linux.em: Likewise.
|
720 |
|
|
* emultempl/lnk960.em: Likewise.
|
721 |
|
|
* emultempl/m68hc1xelf.em: Likewise.
|
722 |
|
|
* emultempl/m68kcoff.em: Likewise.
|
723 |
|
|
* emultempl/m68kelf.em: Likewise.
|
724 |
|
|
* emultempl/mipsecoff.em: Likewise.
|
725 |
|
|
* emultempl/mipself.em: Likewise.
|
726 |
|
|
* emultempl/mmix-elfnmmo.em: Likewise.
|
727 |
|
|
* emultempl/mmixelf.em: Likewise.
|
728 |
|
|
* emultempl/mmo.em: Likewise.
|
729 |
|
|
* emultempl/needrelax.em: Likewise.
|
730 |
|
|
* emultempl/netbsd.em: Likewise.
|
731 |
|
|
* emultempl/pe.em: Likewise.
|
732 |
|
|
* emultempl/sh64elf.em: Likewise.
|
733 |
|
|
* emultempl/sunos.em: Likewise.
|
734 |
|
|
* emultempl/ticoff.em: Likewise.
|
735 |
|
|
* emultempl/vanilla.em: Likewise.
|
736 |
|
|
* emultempl/xtensaelf.em: Likewise.
|
737 |
|
|
* Makefile.am: Correct dependencies.
|
738 |
|
|
* Makefile.in: Regenerate.
|
739 |
|
|
|
740 |
|
|
2003-06-25 Alan Modra
|
741 |
|
|
|
742 |
|
|
* ld.texinfo: Correct spelling of "relocatable".
|
743 |
|
|
* ldctor.c: Likewise.
|
744 |
|
|
* ldexp.c: Likewise.
|
745 |
|
|
* ldfile.c: Likewise.
|
746 |
|
|
* ldint.texinfo: Likewise.
|
747 |
|
|
* ldlang.c: Likewise.
|
748 |
|
|
* ldmain.c: Likewise.
|
749 |
|
|
* ldwrite.c: Likewise.
|
750 |
|
|
* lexsup.c: Likewise.
|
751 |
|
|
* emultempl/aix.em: Likewise.
|
752 |
|
|
* emultempl/alphaelf.em: Likewise.
|
753 |
|
|
* emultempl/armcoff.em: Likewise.
|
754 |
|
|
* emultempl/armelf_oabi.em: Likewise.
|
755 |
|
|
* emultempl/beos.em: Likewise.
|
756 |
|
|
* emultempl/elf32.em: Likewise.
|
757 |
|
|
* emultempl/generic.em: Likewise.
|
758 |
|
|
* emultempl/gld960.em: Likewise.
|
759 |
|
|
* emultempl/gld960c.em: Likewise.
|
760 |
|
|
* emultempl/hppaelf.em: Likewise.
|
761 |
|
|
* emultempl/linux.em: Likewise.
|
762 |
|
|
* emultempl/lnk960.em: Likewise.
|
763 |
|
|
* emultempl/m68hc1xelf.em: Likewise.
|
764 |
|
|
* emultempl/m68kcoff.em: Likewise.
|
765 |
|
|
* emultempl/m68kelf.em: Likewise.
|
766 |
|
|
* emultempl/mipsecoff.em: Likewise.
|
767 |
|
|
* emultempl/mipself.em: Likewise.
|
768 |
|
|
* emultempl/mmix-elfnmmo.em: Likewise.
|
769 |
|
|
* emultempl/mmo.em: Likewise.
|
770 |
|
|
* emultempl/needrelax.em: Likewise.
|
771 |
|
|
* emultempl/pe.em: Likewise.
|
772 |
|
|
* emultempl/ppc64elf.em: Likewise.
|
773 |
|
|
* emultempl/sh64elf.em: Likewise.
|
774 |
|
|
* emultempl/sunos.em: Likewise.
|
775 |
|
|
* emultempl/ticoff.em: Likewise.
|
776 |
|
|
* emultempl/xtensaelf.em: Likewise.
|
777 |
|
|
|
778 |
|
|
2003-06-24 Alan Modra
|
779 |
|
|
|
780 |
|
|
* emultempl/ppc32elf.em: Convert to C90.
|
781 |
|
|
|
782 |
|
|
2003-06-20 Alan Modra
|
783 |
|
|
|
784 |
|
|
* emultempl/ppc64elf.em: Convert to C90 function definitions, remove
|
785 |
|
|
unnecessary prototypes and casts.
|
786 |
|
|
|
787 |
|
|
2003-06-19 Alan Modra
|
788 |
|
|
|
789 |
|
|
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
|
790 |
|
|
statistics from ppc64_elf_build_stubs.
|
791 |
|
|
|
792 |
|
|
2003-06-19 Alan Modra
|
793 |
|
|
|
794 |
|
|
* emultempl/ppc64elf.em (build_section_lists): Check return status
|
795 |
|
|
from ppc64_elf_next_input_section.
|
796 |
|
|
|
797 |
|
|
2003-06-17 H.J. Lu
|
798 |
|
|
|
799 |
|
|
* ldlang.c (section_already_linked): Put back assignment of
|
800 |
|
|
kept_section.
|
801 |
|
|
|
802 |
|
|
2003-06-17 Rainer Keuchel
|
803 |
|
|
|
804 |
|
|
* pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
|
805 |
|
|
reloc.
|
806 |
|
|
|
807 |
|
|
2003-06-17 Loren James Rittle
|
808 |
|
|
|
809 |
|
|
* configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
|
810 |
|
|
if not produced by gcc.
|
811 |
|
|
|
812 |
|
|
2003-06-16 Hans-Peter Nilsson
|
813 |
|
|
|
814 |
|
|
* configure.tgt: Add specific case for cris-*-linux-gnu*
|
815 |
|
|
with crislinux emulation only.
|
816 |
|
|
|
817 |
|
|
2003-06-13 Robert Millan
|
818 |
|
|
|
819 |
|
|
* configure.tgt: Add i386-netbsd-gnu target.
|
820 |
|
|
|
821 |
|
|
2003-06-12 Richard Sandiford
|
822 |
|
|
|
823 |
|
|
* configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
|
824 |
|
|
to $targ_extra_libpath.
|
825 |
|
|
|
826 |
|
|
2003-06-11 H.J. Lu
|
827 |
|
|
|
828 |
|
|
* po/Make-in (DESTDIR): New.
|
829 |
|
|
(install-data-yes): Support $(DESTDIR).
|
830 |
|
|
(uninstall): Likewise.
|
831 |
|
|
|
832 |
|
|
2003-06-10 Doug Evans
|
833 |
|
|
|
834 |
|
|
* Makefile.am (ALL_EMULATIONS): Add em32relf.o.
|
835 |
|
|
* Makefile.in: Regenerate.
|
836 |
|
|
|
837 |
|
|
2003-06-10 Richard Sandiford
|
838 |
|
|
|
839 |
|
|
* configure.tgt (h8300*): Add h8300sxn emulations.
|
840 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
|
841 |
|
|
(eh8300sxn.c, eh8300sxnelf.c): New rules.
|
842 |
|
|
* Makefile.in: Regenerate.
|
843 |
|
|
* emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
|
844 |
|
|
* scripttempl/h8300sxn.sc: New file.
|
845 |
|
|
|
846 |
|
|
2003-06-10 Alan Modra
|
847 |
|
|
|
848 |
|
|
* emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
|
849 |
|
|
CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
|
850 |
|
|
|
851 |
|
|
2003-06-08 Alan Modra
|
852 |
|
|
|
853 |
|
|
* emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
|
854 |
|
|
(build_toc_list): New function.
|
855 |
|
|
(gld${EMULATION_NAME}_finish): Call build_toc_list and
|
856 |
|
|
ppc64_elf_reinit_toc. Adjust ppc64_elf_build_stubs call.
|
857 |
|
|
(OPTION_STUBSYMS): Define.
|
858 |
|
|
(PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
|
859 |
|
|
(PARSE_AND_LIST_OPTIONS): Document.
|
860 |
|
|
(PARSE_AND_LIST_ARGS_CASES): Handle.
|
861 |
|
|
|
862 |
|
|
2003-06-05 Roland McGrath
|
863 |
|
|
|
864 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
|
865 |
|
|
extra \t in -z noexecstack line.
|
866 |
|
|
|
867 |
|
|
2003-05-23 Jakub Jelinek
|
868 |
|
|
|
869 |
|
|
* ldgram.y (phdr_type): Grok PT_GNU_STACK.
|
870 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
|
871 |
|
|
-z execstack and -z noexecstack.
|
872 |
|
|
(gld${EMULATION_NAME}_list_options): Likewise.
|
873 |
|
|
* scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
|
874 |
|
|
|
875 |
|
|
2003-06-03 Michael Snyder
|
876 |
|
|
and Bernd Schmidt
|
877 |
|
|
and Alexandre Oliva
|
878 |
|
|
|
879 |
|
|
* Makefile.am: Add new emulations for h8300sx.
|
880 |
|
|
* Makefile.in: Regenerate.
|
881 |
|
|
* configure.tgt: Add new emulations.
|
882 |
|
|
* emulparams/h8300sx.sh: New emulation.
|
883 |
|
|
* emulparams/h8300sxelf.sh: Ditto.
|
884 |
|
|
* scripttempl/h8300sx.sc: Ditto.
|
885 |
|
|
|
886 |
|
|
2003-06-03 H.J. Lu
|
887 |
|
|
|
888 |
|
|
* ldmisc.c: Include "bfdlink.h".
|
889 |
|
|
(error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
|
890 |
|
|
and -LD_DEFINITION_IN_DISCARDED_SECTION.
|
891 |
|
|
|
892 |
|
|
* Makefile.am: Rebuild dependency.
|
893 |
|
|
* Makefile.in: Regenerated.
|
894 |
|
|
|
895 |
|
|
2003-06-03 Kaz Kojima
|
896 |
|
|
|
897 |
|
|
* emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
|
898 |
|
|
* emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
|
899 |
|
|
|
900 |
|
|
2003-06-02 Fabrizio Gennari
|
901 |
|
|
|
902 |
|
|
* pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
|
903 |
|
|
sorted alphabetically, instead of exported_symbols, which is
|
904 |
|
|
sorted by ordinal.
|
905 |
|
|
|
906 |
|
|
2003-05-30 Ulrich Drepper
|
907 |
|
|
Jakub Jelinek
|
908 |
|
|
|
909 |
|
|
* lexsup.c (OPTION_PIE): Define.
|
910 |
|
|
(ld_options): Add -pie and --pic-executable options.
|
911 |
|
|
(parse_args): Handle OPTION_PIE.
|
912 |
|
|
* ldmain.c (main): Initialize link_info.pie and
|
913 |
|
|
link_info.executable.
|
914 |
|
|
* genscripts.sh: Generate PIE scripts.
|
915 |
|
|
* ld.texinfo: Document -pie and --pic-executable options.
|
916 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
|
917 |
|
|
(gld${EMULATION_NAME}_place_orphan): Likewise.
|
918 |
|
|
(gld${EMULATION_NAME}_get_script): Include PIE scripts.
|
919 |
|
|
* scripttempl/elf.sc: In PIE scripts set . the same way as in
|
920 |
|
|
shared scripts.
|
921 |
|
|
* emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
|
922 |
|
|
* emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
|
923 |
|
|
* emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
|
924 |
|
|
* emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
|
925 |
|
|
* emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
|
926 |
|
|
* emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
|
927 |
|
|
* emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
|
928 |
|
|
* emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
|
929 |
|
|
* emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
|
930 |
|
|
* emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
|
931 |
|
|
* emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
|
932 |
|
|
|
933 |
|
|
2003-05-30 H.J. Lu
|
934 |
|
|
|
935 |
|
|
* genscripts.sh: Create tmpdir/libpath.exp.
|
936 |
|
|
|
937 |
|
|
2003-05-30 Nick Clifton
|
938 |
|
|
|
939 |
|
|
* emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
|
940 |
|
|
with a test for a NULL bfd_for_interworking.
|
941 |
|
|
|
942 |
|
|
2003-05-29 Jason Thorpe
|
943 |
|
|
|
944 |
|
|
* configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
|
945 |
|
|
correctly for more recent versions of NetBSD.
|
946 |
|
|
(alpha*-*-netbsd*): Remove.
|
947 |
|
|
(i[3-7]86-*-netbsd*): Remove.
|
948 |
|
|
|
949 |
|
|
2003-05-29 Nick Clifton
|
950 |
|
|
|
951 |
|
|
* emultempl/pe.em: Include "safe-ctype.h" instead of .
|
952 |
|
|
|
953 |
|
|
2003-05-26 Maciej W. Rozycki
|
954 |
|
|
|
955 |
|
|
* emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
|
956 |
|
|
trap on pointer crops.
|
957 |
|
|
|
958 |
|
|
2003-05-21 Marcus Comstedt
|
959 |
|
|
|
960 |
|
|
* configure.tgt: Check for a target triplet of shl-...-netbsdelf
|
961 |
|
|
as well as shle-...-netbsdelf.
|
962 |
|
|
|
963 |
|
|
2003-05-16 Kelley Cook
|
964 |
|
|
|
965 |
|
|
* configure.host: Accept i[3-7]86 variants.
|
966 |
|
|
* configure.tgt: Likewise.
|
967 |
|
|
|
968 |
|
|
2003-05-15 H.J. Lu
|
969 |
|
|
|
970 |
|
|
* emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
|
971 |
|
|
|
972 |
|
|
2003-05-09 Daniel Jacobowitz
|
973 |
|
|
|
974 |
|
|
* Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
|
975 |
|
|
(earmelfb.c, earmelfb_linux.c): New rules.
|
976 |
|
|
* Makefile.in: Regenerated.
|
977 |
|
|
* emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
|
978 |
|
|
* configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
|
979 |
|
|
|
980 |
|
|
2003-05-09 Nick Clifton
|
981 |
|
|
|
982 |
|
|
* ldlang.c (lang_size_sections_1): Default to generating a
|
983 |
|
|
fatal error message if a loadable section is not allocated
|
984 |
|
|
to a memory region when regions are defined.
|
985 |
|
|
|
986 |
|
|
2003-05-09 Alan Modra
|
987 |
|
|
|
988 |
|
|
* Makefile.am (em68hc11elf.c): Correct dependencies.
|
989 |
|
|
(em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
|
990 |
|
|
* Makefile.in: Regenerate.
|
991 |
|
|
* emultempl/elf32.em (find_exp_assignment): Adjust for changed
|
992 |
|
|
bfd_elf_record_link_assignment name.
|
993 |
|
|
|
994 |
|
|
2003-05-07 Alexandre Oliva
|
995 |
|
|
|
996 |
|
|
* ldmain.h (overflow_cutoff_limit): Declare.
|
997 |
|
|
* ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
|
998 |
|
|
(reloc_overflow): Limit error messages based on it.
|
999 |
|
|
* lexsup.c (parse_args) : Set cutoff to
|
1000 |
|
|
unlimited.
|
1001 |
|
|
|
1002 |
|
|
2003-05-05 Alan Modra
|
1003 |
|
|
|
1004 |
|
|
* ldlex.l: Accept C style comments in version scripts.
|
1005 |
|
|
|
1006 |
|
|
2003-04-28 H.J. Lu
|
1007 |
|
|
|
1008 |
|
|
* ldlang.c (lang_process): Add the relax finalize pass.
|
1009 |
|
|
|
1010 |
|
|
* ldmain.c (main): Initialize link_info.relax_finalizing to
|
1011 |
|
|
FALSE.
|
1012 |
|
|
|
1013 |
|
|
2003-04-24 Roland McGrath
|
1014 |
|
|
|
1015 |
|
|
* ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
|
1016 |
|
|
If a name string is unknown, give an error rather than crashing later.
|
1017 |
|
|
|
1018 |
|
|
2003-04-23 Dhananjay Deshpande
|
1019 |
|
|
|
1020 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
|
1021 |
|
|
eh8300hnelf.o, eh8300snelf.o and respective rules.
|
1022 |
|
|
* Makefile.in: Regenerate.
|
1023 |
|
|
* configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
|
1024 |
|
|
* emulparams/h8300hn.sh: New
|
1025 |
|
|
* emulparams/h8300sn.sh: New
|
1026 |
|
|
* emulparams/h8300hnelf.sh: New
|
1027 |
|
|
* emulparams/h8300snelf.sh: New
|
1028 |
|
|
* scripttempl/h8300hn.sc: new
|
1029 |
|
|
* scripttempl/h8300sn.sc: new
|
1030 |
|
|
|
1031 |
|
|
2003-04-23 H.J. Lu
|
1032 |
|
|
|
1033 |
|
|
* ldmain.c (link_callbacks): Initialize error_handler.
|
1034 |
|
|
|
1035 |
|
|
* ldmisc.c (error_handler): New function.
|
1036 |
|
|
|
1037 |
|
|
* ldmisc.h (error_handler): New prototype.
|
1038 |
|
|
|
1039 |
|
|
2003-04-21 Stephane Carrez
|
1040 |
|
|
|
1041 |
|
|
* emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
|
1042 |
|
|
* emulparams/m68hc11elfb.sh: Likewise.
|
1043 |
|
|
* emulparams/m68hc12elf.sh: Likewise.
|
1044 |
|
|
* emulparams/m68hc12elfb.sh: Likewise.
|
1045 |
|
|
|
1046 |
|
|
2003-04-19 Stephane Carrez
|
1047 |
|
|
|
1048 |
|
|
* emultempl/m68hc1xelf.em: New file to generate far trampolines on
|
1049 |
|
|
68HC11 and 68HC12.
|
1050 |
|
|
(LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
|
1051 |
|
|
generate.
|
1052 |
|
|
(LDEMUL_FINISH): Override to generate the trampolines after gc and
|
1053 |
|
|
linker relaxation.
|
1054 |
|
|
(LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
|
1055 |
|
|
stub file for trampolines.
|
1056 |
|
|
(PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
|
1057 |
|
|
--no-trampoline and --bank-window to control the memory bank window.
|
1058 |
|
|
|
1059 |
|
|
2003-04-18 H.J. Lu
|
1060 |
|
|
|
1061 |
|
|
* ldfile.c (ldfile_add_library_path): Remove the unused
|
1062 |
|
|
variable.
|
1063 |
|
|
|
1064 |
|
|
2003-04-18 Andrew Haley
|
1065 |
|
|
|
1066 |
|
|
* scripttempl/xstormy16.sc (__data, __rdata): New.
|
1067 |
|
|
|
1068 |
|
|
2003-04-16 Nick Clifton
|
1069 |
|
|
|
1070 |
|
|
* scripttempl/xstormy16.sc: Add .jcr section mapping.
|
1071 |
|
|
|
1072 |
|
|
2003-04-15 H.J. Lu
|
1073 |
|
|
|
1074 |
|
|
From Debian by Jack Howarth :
|
1075 |
|
|
|
1076 |
|
|
* ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
|
1077 |
|
|
|
1078 |
|
|
2003-04-15 Rohit Kumar Srivastava
|
1079 |
|
|
|
1080 |
|
|
* h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
|
1081 |
|
|
* ld.texinfo: Likewise.
|
1082 |
|
|
|
1083 |
|
|
2003-04-14 Alan Modra
|
1084 |
|
|
|
1085 |
|
|
From Prashanth Tamraparni
|
1086 |
|
|
* scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
|
1087 |
|
|
other variants of crtbegin.o, crtend.o.
|
1088 |
|
|
(DTOR): Likewise.
|
1089 |
|
|
* scripttempl/crisaout.sc (ctors, dtors): Likewise.
|
1090 |
|
|
* scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
|
1091 |
|
|
* scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
|
1092 |
|
|
* scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
|
1093 |
|
|
* scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
|
1094 |
|
|
* scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
|
1095 |
|
|
* scripttempl/mmo.sc (ctors, dtors): Likewise.
|
1096 |
|
|
* scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
|
1097 |
|
|
|
1098 |
|
|
2003-04-09 Dmitry Diky
|
1099 |
|
|
|
1100 |
|
|
* scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
|
1101 |
|
|
sections to respect C++ constructor/destructor. Add ctors/dtors
|
1102 |
|
|
start/stop definitions.
|
1103 |
|
|
* scripttempl/elf32msp430_3.sc: Likewise.
|
1104 |
|
|
|
1105 |
|
|
2003-04-06 Nick Clifton
|
1106 |
|
|
|
1107 |
|
|
* ld.texinfo (Options): Add a reminder of the target specific
|
1108 |
|
|
nature to the description of the i386 PE specific options, for
|
1109 |
|
|
readers who have not read all the way through the manual.
|
1110 |
|
|
|
1111 |
|
|
2003-04-04 Svein E. Seldal
|
1112 |
|
|
|
1113 |
|
|
* configure.tgt: Fixed bug in list of targ_extra_emuls.
|
1114 |
|
|
* emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
|
1115 |
|
|
cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
|
1116 |
|
|
* emulparams/tic3xcoff_onchip.sh: Ditto
|
1117 |
|
|
* emulparams/tic4xcoff.sh: Ditto
|
1118 |
|
|
* scripttempl/tic4xcoff.sc: Ditto
|
1119 |
|
|
|
1120 |
|
|
2003-04-03 Nick Clifton
|
1121 |
|
|
|
1122 |
|
|
* NEWS: Mention support for Xtensa architecture.
|
1123 |
|
|
|
1124 |
|
|
2003-04-02 Nick Clifton
|
1125 |
|
|
|
1126 |
|
|
* pe-dll.c (pe_detail_list): arm-pe targets use underscores.
|
1127 |
|
|
|
1128 |
|
|
2003-04-01 Danny Smith
|
1129 |
|
|
|
1130 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
|
1131 |
|
|
Don't call pe_dll_build_section() if link_info.relocateable.
|
1132 |
|
|
(gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
|
1133 |
|
|
if link_info.relocateable.
|
1134 |
|
|
|
1135 |
|
|
2003-04-01 Fabrizio Gennari
|
1136 |
|
|
|
1137 |
|
|
* pe-dll.c (process_def_file): Don't create an export
|
1138 |
|
|
section if there are no exports and we're building an exe
|
1139 |
|
|
(pe_dll_build_sections): Ditto
|
1140 |
|
|
(pe_dll_fill_sections): Conditionalize setting
|
1141 |
|
|
abfd->dll true on info->shared
|
1142 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
|
1143 |
|
|
If i386pe or armpe, call pe_dll_build_section()
|
1144 |
|
|
for both exe's and dll's, not just dll's.
|
1145 |
|
|
(gld_${EMULATION_NAME}_finish): For all targets except
|
1146 |
|
|
shpe and mipspe, call pe_dll_fill_sections() for both
|
1147 |
|
|
exe's and dll's, not just dll's.
|
1148 |
|
|
|
1149 |
|
|
2003-04-02 Bob Wilson
|
1150 |
|
|
|
1151 |
|
|
* emulparams/xtensa-config.sh: Remove comment indicating that this is
|
1152 |
|
|
a generated file.
|
1153 |
|
|
|
1154 |
|
|
2003-04-01 Bob Wilson
|
1155 |
|
|
|
1156 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
|
1157 |
|
|
(eelf32xtensa.c): New target.
|
1158 |
|
|
* Makefile.in: Regenerate.
|
1159 |
|
|
* configure.tgt: Handle xtensa-*-*.
|
1160 |
|
|
* gen-doc.texi: Set XTENSA variable.
|
1161 |
|
|
* ld.texinfo: Set XTENSA variable. Add new Xtensa node.
|
1162 |
|
|
* emulparams/elf32xtensa.sh: New file.
|
1163 |
|
|
* emulparams/xtensa-config.sh: Likewise.
|
1164 |
|
|
* emultempl/xtensaelf.em: Likewise.
|
1165 |
|
|
* scripttempl/elfxtensa.sc: Likewise.
|
1166 |
|
|
|
1167 |
|
|
2003-04-01 Jakub Jelinek
|
1168 |
|
|
|
1169 |
|
|
* configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
|
1170 |
|
|
targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
|
1171 |
|
|
if --enable-64-bit-bfd.
|
1172 |
|
|
|
1173 |
|
|
2003-04-01 Nick Clifton
|
1174 |
|
|
|
1175 |
|
|
* emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
|
1176 |
|
|
note section.
|
1177 |
|
|
* emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
|
1178 |
|
|
name of note section.
|
1179 |
|
|
|
1180 |
|
|
2003-03-31 Alexandre Oliva
|
1181 |
|
|
|
1182 |
|
|
* ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
|
1183 |
|
|
--section-start.
|
1184 |
|
|
|
1185 |
|
|
2003-03-31 David Heine
|
1186 |
|
|
|
1187 |
|
|
* ldfile.c (ldfile_add_library_path): Always allocate space for
|
1188 |
|
|
the filename.
|
1189 |
|
|
* ldlang.c (lang_register_vers_node): Free the node if it cannot
|
1190 |
|
|
be used.
|
1191 |
|
|
* ldmain.c (set_scripts_dir): Always free the constructed
|
1192 |
|
|
directory name.
|
1193 |
|
|
(add_keepsyms_file): Fix memory leak.
|
1194 |
|
|
* ldmisc.c (vfinfo): Likewise.
|
1195 |
|
|
* lexsup.c (parse_args): Likewise.
|
1196 |
|
|
|
1197 |
|
|
2003-03-25 Stan Cox
|
1198 |
|
|
Nick Clifton
|
1199 |
|
|
|
1200 |
|
|
Contribute support for Intel's iWMMXt chip - an ARM variant:
|
1201 |
|
|
|
1202 |
|
|
* emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
|
1203 |
|
|
* emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
|
1204 |
|
|
* scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
|
1205 |
|
|
(.bss): Likewise.
|
1206 |
|
|
|
1207 |
|
|
2003-03-25 Alexandre Oliva
|
1208 |
|
|
|
1209 |
|
|
* ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
|
1210 |
|
|
* ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
|
1211 |
|
|
(main): Initialize them.
|
1212 |
|
|
* ldfile.c: Include pathnames.h.
|
1213 |
|
|
(is_sysrooted_pathname): New.
|
1214 |
|
|
(ldfile_add_library_path): Use it.
|
1215 |
|
|
(ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
|
1216 |
|
|
search_dirs if given an absolute pathname.
|
1217 |
|
|
(ldfile_open_file): Issue error message for sysrooted
|
1218 |
|
|
absolute pathnames.
|
1219 |
|
|
* Makefile.am: Updated dependencies.
|
1220 |
|
|
* Makefile.in: Rebuild.
|
1221 |
|
|
|
1222 |
|
|
2003-03-24 Daniel Néri
|
1223 |
|
|
|
1224 |
|
|
* ld.texinfo: Rename all occurances of C54X to TIC54X.
|
1225 |
|
|
|
1226 |
|
|
2003-03-19 Andreas Schwab
|
1227 |
|
|
|
1228 |
|
|
* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
|
1229 |
|
|
eof.
|
1230 |
|
|
|
1231 |
|
|
2003-03-18 Danny Smith
|
1232 |
|
|
|
1233 |
|
|
* deffilep.y (opt_base): If no number given, set to default
|
1234 |
|
|
(-1), not 0.
|
1235 |
|
|
|
1236 |
|
|
2003-03-13 Danny Smith
|
1237 |
|
|
|
1238 |
|
|
* deffilep.y (def_import): Use default extension of "dll"
|
1239 |
|
|
if no extension provided in parsed IMPORT definition.
|
1240 |
|
|
|
1241 |
|
|
* deffilep.y (def_lex): Revert 2003-03-12 change.
|
1242 |
|
|
(dot_name): New id type and rule.
|
1243 |
|
|
(expline): Use instead of ID.
|
1244 |
|
|
(opt_equal_name): Likewise.
|
1245 |
|
|
|
1246 |
|
|
2003-03-12 Danny Smith
|
1247 |
|
|
|
1248 |
|
|
* deffilep.y (def_lex): Accept '.' as valid non-lead char.
|
1249 |
|
|
|
1250 |
|
|
2003-03-07 Christopher Faylor
|
1251 |
|
|
|
1252 |
|
|
* configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
|
1253 |
|
|
apparent accidental removal on 2003-01-06.
|
1254 |
|
|
|
1255 |
|
|
2003-03-04 Dmitry Diky
|
1256 |
|
|
|
1257 |
|
|
* Makefile.am: Add new devices x1122 x1132 emulation
|
1258 |
|
|
* configure.tgt: Likewise.
|
1259 |
|
|
* Makefile.in: Regenerate.
|
1260 |
|
|
* emulparams/msp430x1122.sh: New file.
|
1261 |
|
|
* emulparams/msp430x1132.sh: New file.
|
1262 |
|
|
|
1263 |
|
|
2003-03-03 Alexandre Oliva
|
1264 |
|
|
|
1265 |
|
|
* ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
|
1266 |
|
|
well.
|
1267 |
|
|
|
1268 |
|
|
* ldfile.h (struct search_dirs): Added sysrooted field.
|
1269 |
|
|
* ldlang.h (struct lang_input_statement_struct): Likewise.
|
1270 |
|
|
* ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
|
1271 |
|
|
(ldfile_open_file_search): Look for sysrooted filename starting
|
1272 |
|
|
with / in ld_sysroot instead of in the current directory. Clear
|
1273 |
|
|
sysrooted flag if it's found in the current directory. Set it
|
1274 |
|
|
from the search directory's sysrooted flag where it is found
|
1275 |
|
|
otherwise.
|
1276 |
|
|
* ldlang.c (ldlang_sysrooted_script): New static variable.
|
1277 |
|
|
(new_afile): Mark search_file_enums as sysrooted if
|
1278 |
|
|
ldlang_sysrooted_script.
|
1279 |
|
|
(load_symbols): Set ldlang_sysrooted_script according to the
|
1280 |
|
|
script's sysrooted field while processing it.
|
1281 |
|
|
* ld.texinfo: Document INPUT behavior in sysroot.
|
1282 |
|
|
|
1283 |
|
|
2003-03-02 Danny Smith
|
1284 |
|
|
|
1285 |
|
|
* scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
|
1286 |
|
|
|
1287 |
|
|
2003-03-03 Alan Modra
|
1288 |
|
|
|
1289 |
|
|
* emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
|
1290 |
|
|
(PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
|
1291 |
|
|
PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
|
1292 |
|
|
PARSE_AND_LIST_EPILOGUE): Don't define.
|
1293 |
|
|
* emultempl/alphaelf.em: New file.
|
1294 |
|
|
|
1295 |
|
|
2003-03-01 Alan Modra
|
1296 |
|
|
|
1297 |
|
|
* ldemul.c: Include getopt.h.
|
1298 |
|
|
* emultempl/elf32.em: Include getopt.h earlier.
|
1299 |
|
|
* emultempl/ticoff.em: Likewise.
|
1300 |
|
|
|
1301 |
|
|
2003-02-28 Alan Modra
|
1302 |
|
|
|
1303 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
|
1304 |
|
|
support when scripts read from files.
|
1305 |
|
|
|
1306 |
|
|
2003-02-28 Alan Modra
|
1307 |
|
|
|
1308 |
|
|
* ldemul.c (ldemul_parse_args): Return FALSE by default.
|
1309 |
|
|
* ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
|
1310 |
|
|
comment.
|
1311 |
|
|
|
1312 |
|
|
* ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
|
1313 |
|
|
(ldemul_parse_args): Return bfd_boolean. Formatting.
|
1314 |
|
|
* ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
|
1315 |
|
|
(ldemul_parse_args): Adjust.
|
1316 |
|
|
(struct ld_emulation_xfer_struct): Add add_options and handle_option.
|
1317 |
|
|
Return bfd_boolean from parse_args.
|
1318 |
|
|
* lexsup.c (parse_args): Malloc shortopts, longopts and
|
1319 |
|
|
really_longopts. Call ldemul_add_options and ldemul_handle_option.
|
1320 |
|
|
* emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
|
1321 |
|
|
gld${EMULATION_NAME}_parse_args.
|
1322 |
|
|
(gld${EMULATION_NAME}_handle_option): Likewise.
|
1323 |
|
|
(ld_${EMULATION_NAME}_emulation): Adjust initializer.
|
1324 |
|
|
* emultempl/armcoff.em: As for aix.em, but remove parse_args.
|
1325 |
|
|
* emultempl/beos.em: Likewise.
|
1326 |
|
|
* emultempl/pe.em: Likewise.
|
1327 |
|
|
* emultempl/ticoff.em: Likewise.
|
1328 |
|
|
* emultempl/elf32.em: Likewise. Don't duplicate long options either.
|
1329 |
|
|
(gld${EMULATION_NAME}_add_sysroot): Prototype.
|
1330 |
|
|
* emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
|
1331 |
|
|
options.
|
1332 |
|
|
* emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
|
1333 |
|
|
* emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
|
1334 |
|
|
* emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
|
1335 |
|
|
* emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
|
1336 |
|
|
initializer.
|
1337 |
|
|
* emultempl/generic.em: Likewise.
|
1338 |
|
|
* emultempl/gld960.em: Likewise.
|
1339 |
|
|
* emultempl/gld960c.em: Likewise.
|
1340 |
|
|
* emultempl/linux.em: Likewise.
|
1341 |
|
|
* emultempl/lnk960.em: Likewise.
|
1342 |
|
|
* emultempl/m68kcoff.em: Likewise.
|
1343 |
|
|
* emultempl/mipsecoff.em: Likewise.
|
1344 |
|
|
* emultempl/sunos.em: Likewise.
|
1345 |
|
|
* emultempl/vanilla.em: Likewise.
|
1346 |
|
|
* emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
|
1347 |
|
|
|
1348 |
|
|
2003-02-25 Alexandre Oliva
|
1349 |
|
|
|
1350 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
|
1351 |
|
|
memory allocation error.
|
1352 |
|
|
|
1353 |
|
|
* Makefile.am (ldmain.o): Define TOOLBINDIR.
|
1354 |
|
|
* Makefile.in: Rebuilt.
|
1355 |
|
|
* ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
|
1356 |
|
|
|
1357 |
|
|
2003-02-21 Bob Wilson
|
1358 |
|
|
|
1359 |
|
|
* ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
|
1360 |
|
|
call os_region_check when it is set.
|
1361 |
|
|
(lang_size_sections): Add CHECK_REGIONS argument and pass it through to
|
1362 |
|
|
lang_size_sections_1.
|
1363 |
|
|
(lang_process): Change lang_size_sections calls to set CHECK_REGIONS
|
1364 |
|
|
only for the last call, not on every relaxation iteration.
|
1365 |
|
|
* ldlang.h (lang_size_sections): Update prototype.
|
1366 |
|
|
* pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
|
1367 |
|
|
to lang_size_sections.
|
1368 |
|
|
(pe_exe_fill_sections): Likewise.
|
1369 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
|
1370 |
|
|
* emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
|
1371 |
|
|
* emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
|
1372 |
|
|
(ppc_layout_sections_again): Likewise.
|
1373 |
|
|
|
1374 |
|
|
2003-02-21 Bob Wilson
|
1375 |
|
|
|
1376 |
|
|
* gen-doc.texi: Set ARM and HPPA variables.
|
1377 |
|
|
* ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
|
1378 |
|
|
title capitalization more consistent. Add missing menu entries for
|
1379 |
|
|
machine-specific sections and conditionalize them consistently.
|
1380 |
|
|
Conditionalize text that is irrelevant when SingleFormat is set.
|
1381 |
|
|
Add @group divisions to improve page breaks in long examples.
|
1382 |
|
|
Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
|
1383 |
|
|
is correct. Remove "FIXME" comment about not using
|
1384 |
|
|
@raisesections/@lowersections. Use @raisesections/@lowersections
|
1385 |
|
|
consistently for machine-specific sections. Change to be more polite
|
1386 |
|
|
about poor bug reports. Replace FDL appendix with include of fdl.texi.
|
1387 |
|
|
Move WIN32 node to match its order in the menus.
|
1388 |
|
|
* fdl.texi: New file.
|
1389 |
|
|
|
1390 |
|
|
2003-02-20 Alexandre Oliva
|
1391 |
|
|
|
1392 |
|
|
* configure.in (TARGET_SYSTEM_ROOT): Set default to
|
1393 |
|
|
${exec_prefix}/${target_alias}/sys-root. Match explicit
|
1394 |
|
|
'${exec_prefix}' (in addition to the expansion thereof) as
|
1395 |
|
|
relocatable.
|
1396 |
|
|
* configure: Rebuilt.
|
1397 |
|
|
|
1398 |
|
|
2003-02-20 Phil Edwards
|
1399 |
|
|
|
1400 |
|
|
* ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
|
1401 |
|
|
|
1402 |
|
|
2003-02-20 Harri Porten
|
1403 |
|
|
|
1404 |
|
|
* ldgram.y (vers_defns): Allow optional trailing semicolon in
|
1405 |
|
|
EXTERN NAME block;
|
1406 |
|
|
|
1407 |
|
|
2003-02-18 Alan Modra
|
1408 |
|
|
|
1409 |
|
|
* emultempl/ppc32elf.em: New file.
|
1410 |
|
|
* emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
|
1411 |
|
|
* Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
|
1412 |
|
|
(eelf32lppcnto.c): Likewise.
|
1413 |
|
|
(eelf32lppcsim.c): Likewise.
|
1414 |
|
|
(eelf32ppcnto.c): Likewise.
|
1415 |
|
|
(eelf32ppc.c): Likewise.
|
1416 |
|
|
(eelf32ppc_fbsd.c): Likewise.
|
1417 |
|
|
(eelf32ppcsim.c): Likewise.
|
1418 |
|
|
(eelf32ppclinux.c): Likewise.
|
1419 |
|
|
* Makefile.in: Regenerate.
|
1420 |
|
|
|
1421 |
|
|
2003-02-18 Alan Modra
|
1422 |
|
|
|
1423 |
|
|
* ld.texinfo: Remove spaces between @samp and opening brace.
|
1424 |
|
|
|
1425 |
|
|
2003-02-18 Alan Modra
|
1426 |
|
|
|
1427 |
|
|
* emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
|
1428 |
|
|
hash creator.
|
1429 |
|
|
(ppc_before_allocation): Don't do optimizations if wrong hash table.
|
1430 |
|
|
(gld${EMULATION_NAME}_finish): Ditto.
|
1431 |
|
|
|
1432 |
|
|
2003-02-17 Nick Clifton
|
1433 |
|
|
|
1434 |
|
|
* ldmain.c (main) Default allow_shlib_undefined to true.
|
1435 |
|
|
* lexsup.c (ld_options): Add --no-allow-shlib-undefined.
|
1436 |
|
|
(parse_args): Parse the new switch.
|
1437 |
|
|
* ld.texinfo: Document new switch and default behaviour of
|
1438 |
|
|
allowing undefined symbols in shared libraries.
|
1439 |
|
|
|
1440 |
|
|
2003-02-11 Dmitry Diky
|
1441 |
|
|
|
1442 |
|
|
* scripttempl/elf32msp430.sc: Add new data anchors definitions.
|
1443 |
|
|
* scripttempl/elf32msp430_3.sc: Likewise.
|
1444 |
|
|
|
1445 |
|
|
2003-02-11 Uwe Stieber
|
1446 |
|
|
|
1447 |
|
|
* configure.tgt: Add support for kaOS as cross build target
|
1448 |
|
|
system.
|
1449 |
|
|
|
1450 |
|
|
2003-02-10 John Daivid Anglin
|
1451 |
|
|
|
1452 |
|
|
* hppaelf.em (group_size): Change default back to 1.
|
1453 |
|
|
|
1454 |
|
|
2003-02-09 Alan Modra
|
1455 |
|
|
|
1456 |
|
|
* emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
|
1457 |
|
|
|
1458 |
|
|
2003-02-07 John David Anglin
|
1459 |
|
|
|
1460 |
|
|
* hppaelf.em (group_size): Change default to -1.
|
1461 |
|
|
|
1462 |
|
|
2003-02-07 Nick Clifton
|
1463 |
|
|
|
1464 |
|
|
* emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
|
1465 |
|
|
opt.
|
1466 |
|
|
(PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
|
1467 |
|
|
no-pipeline-knowledge. This will prevent the getopt package from
|
1468 |
|
|
thinking that there are any shorter abbreviations for
|
1469 |
|
|
--no-pipeline-knowledge.
|
1470 |
|
|
|
1471 |
|
|
2003-02-07 Jakub Jelinek
|
1472 |
|
|
|
1473 |
|
|
* genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
|
1474 |
|
|
which already have it. Avoid duplicates.
|
1475 |
|
|
|
1476 |
|
|
2003-02-06 Jakub Jelinek
|
1477 |
|
|
|
1478 |
|
|
* emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
|
1479 |
|
|
* emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
|
1480 |
|
|
* emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
|
1481 |
|
|
|
1482 |
|
|
2003-02-05 Alan Modra
|
1483 |
|
|
|
1484 |
|
|
* emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
|
1485 |
|
|
call ppc64_elf_tls_optimize.
|
1486 |
|
|
|
1487 |
|
|
2003-02-03 Daniel Jacobowitz
|
1488 |
|
|
|
1489 |
|
|
* emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
|
1490 |
|
|
outside of GNU/Linux conditional.
|
1491 |
|
|
|
1492 |
|
|
2003-01-28 Ralf Habacker
|
1493 |
|
|
|
1494 |
|
|
* deffilep.y (def_get_module): New function: locate an already
|
1495 |
|
|
added module.
|
1496 |
|
|
* deffile.h (def_get_module): New prototype.
|
1497 |
|
|
* pe-dll.c (pe_implied_import_dll): Add code to prevent importing
|
1498 |
|
|
a dll multiple times.
|
1499 |
|
|
|
1500 |
|
|
2003-01-23 Alan Modra
|
1501 |
|
|
|
1502 |
|
|
* emultempl/sh64elf.em: Include elf32-sh64.h.
|
1503 |
|
|
(sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
|
1504 |
|
|
sh64_elf_section_data.
|
1505 |
|
|
(sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
|
1506 |
|
|
|
1507 |
|
|
2003-01-23 Wu Yongwei
|
1508 |
|
|
|
1509 |
|
|
* ld.texinfo: Remove an extra "i" in --dll-search-prefix.
|
1510 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
|
1511 |
|
|
cross-80th-column-margin "an" to the next line.
|
1512 |
|
|
|
1513 |
|
|
2003-01-21 Nick Clifton
|
1514 |
|
|
|
1515 |
|
|
* emulparams/tic3xcoff-onchip.sh: Rename to ...z
|
1516 |
|
|
* emulparams/tic3xcoff_onchip.sh: ...this.
|
1517 |
|
|
* Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
|
1518 |
|
|
* Makefile.in: Regenerate.
|
1519 |
|
|
|
1520 |
|
|
2003-01-21 Fabio Alemagna
|
1521 |
|
|
|
1522 |
|
|
* configure.tgt: Handle i[3456]86-*-aros*
|
1523 |
|
|
|
1524 |
|
|
2003-01-19 Svein E. Seldal
|
1525 |
|
|
|
1526 |
|
|
* Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
|
1527 |
|
|
* Makefile.in: Regenerate
|
1528 |
|
|
* configure.tgt: Added extra target emulations
|
1529 |
|
|
* emulparams/tic3xcoff.sh: Remove old settings
|
1530 |
|
|
* emulparams/tic4xcoff.sh: Ditto
|
1531 |
|
|
* emulparams/tic3xcoff-onchip.sh: Added new
|
1532 |
|
|
* scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
|
1533 |
|
|
* scripttempl/tic3xcoff.sc: Remove
|
1534 |
|
|
|
1535 |
|
|
2003-01-17 Andreas Jaeger
|
1536 |
|
|
|
1537 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
|
1538 |
|
|
skip ':'.
|
1539 |
|
|
|
1540 |
|
|
2003-01-16 Alan Modra
|
1541 |
|
|
|
1542 |
|
|
* Makefile.in: Regenerate.
|
1543 |
|
|
|
1544 |
|
|
2003-01-14 Charles Wilson
|
1545 |
|
|
|
1546 |
|
|
* ld.texinfo (node WIN32): Some clarifications
|
1547 |
|
|
and formatting fixups.
|
1548 |
|
|
|
1549 |
|
|
2003-01-09 Chris Demetriou
|
1550 |
|
|
|
1551 |
|
|
* ldmain.c (get_emulation): Sort -mipsNN checks in the usual
|
1552 |
|
|
order, and handle (ignore) -mips32r2.
|
1553 |
|
|
|
1554 |
|
|
2003-01-09 Daniel Jacobowitz
|
1555 |
|
|
|
1556 |
|
|
* ldmain.c (main): Make sure ld_sysroot is initialized.
|
1557 |
|
|
|
1558 |
|
|
2003-01-06 Daniel Jacobowitz
|
1559 |
|
|
|
1560 |
|
|
* Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
|
1561 |
|
|
|
1562 |
|
|
* Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
|
1563 |
|
|
(GENSCRIPTS): Add @use_sysroot@.
|
1564 |
|
|
* Makefile.in: Regenerated.
|
1565 |
|
|
* configure.host: Move setting of NATIVE_LIB_DIRS to...
|
1566 |
|
|
* configure.tgt: ... here. Use ${target} instead of ${host}
|
1567 |
|
|
for NATIVE_LIB_DIRS.
|
1568 |
|
|
* configure.in: Add --with-sysroot.
|
1569 |
|
|
* configure: Regenerated.
|
1570 |
|
|
* genscripts.sh: Accept use_sysroot option. Set new variables
|
1571 |
|
|
NATIVE and USE_LIBPATH. Prepend "=" to directory names if
|
1572 |
|
|
$use_sysroot. Don't search $tool_lib if $use_sysroot.
|
1573 |
|
|
* ldfile.c (ldfile_add_library_path): Handle leading '='.
|
1574 |
|
|
* ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
|
1575 |
|
|
(ld_sysroot): New variable.
|
1576 |
|
|
(main): Initialize ld_sysroot.
|
1577 |
|
|
* ldmain.h (ld_sysroot): New extern.
|
1578 |
|
|
* emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
|
1579 |
|
|
searching $EMULATION_LIBPATH.
|
1580 |
|
|
(gld${EMULATION_NAME}_add_sysroot): New function.
|
1581 |
|
|
(gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
|
1582 |
|
|
(gld${EMULATION_NAME}_after_open): Likewise. Only search
|
1583 |
|
|
environment variables if $NATIVE.
|
1584 |
|
|
* ld.texinfo (Options): Mention "=" prefix in the description of -L.
|
1585 |
|
|
* NEWS: Mention --with-sysroot.
|
1586 |
|
|
|
1587 |
|
|
* emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
|
1588 |
|
|
instead of setting LIB_PATH.
|
1589 |
|
|
* emulparams/elf32ppc.sh: Likewise.
|
1590 |
|
|
* emulparams/elf64_s390.sh: Likewise.
|
1591 |
|
|
* emulparams/elf64_sparc.sh: Likewise.
|
1592 |
|
|
* emulparams/elf64ppc.sh: Likewise.
|
1593 |
|
|
* emulparams/elf_x86_64.sh: Likewise.
|
1594 |
|
|
|
1595 |
|
|
* emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
|
1596 |
|
|
* emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
|
1597 |
|
|
|
1598 |
|
|
2003-01-03 Charles Wilson
|
1599 |
|
|
|
1600 |
|
|
* pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
|
1601 |
|
|
|
1602 |
|
|
2003-01-04 Daniel Jacobowitz
|
1603 |
|
|
|
1604 |
|
|
* Makefile.am (ldmain.o): Pass BINDIR.
|
1605 |
|
|
* Makefile.in: Regenerated.
|
1606 |
|
|
* ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
|
1607 |
|
|
search path.
|
1608 |
|
|
|
1609 |
|
|
2003-01-02 Ben Elliston
|
1610 |
|
|
|
1611 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
|
1612 |
|
|
(eelf32iq2000.c): New target.
|
1613 |
|
|
* Makefile.in: Regenerate.
|
1614 |
|
|
* configure.tgt: Handle iq2000-*-elf.
|
1615 |
|
|
* emulparams/elf32iq10.sh: New file.
|
1616 |
|
|
* emulparams/elf32iq2000.sh: New file.
|
1617 |
|
|
* scripttempl/iq2000.sc: New file.
|
1618 |
|
|
|
1619 |
|
|
2003-01-02 Charles Wilson
|
1620 |
|
|
|
1621 |
|
|
* pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
|
1622 |
|
|
and _pei386_runtime_relocator to the exclude list.
|
1623 |
|
|
|
1624 |
|
|
2003-01-01 Kazu Hirata
|
1625 |
|
|
|
1626 |
|
|
* ldfile.c: Fix comment typos.
|
1627 |
|
|
* ldlang.c: Likewise.
|
1628 |
|
|
* mri.c: Likewise.
|
1629 |
|
|
* pe-dll.c: Likewise.
|
1630 |
|
|
|
1631 |
|
|
2003-01-01 Daniel Jacobowitz
|
1632 |
|
|
|
1633 |
|
|
Suggested by Manfred Hollstein :
|
1634 |
|
|
* Makefile.am (ld.1): Depend on configdoc.texi
|
1635 |
|
|
and ldver.texi.
|
1636 |
|
|
* Makefile.in: Regenerated.
|
1637 |
|
|
|
1638 |
|
|
2002-12-24 Dmitry Diky
|
1639 |
|
|
|
1640 |
|
|
* Makefile.am: Add msp430 target.
|
1641 |
|
|
* configure.tgt: Likewise.
|
1642 |
|
|
* Makefile.in: Regenerate.
|
1643 |
|
|
* emulparams/msp430x???.sh: New files. Linker script parameters
|
1644 |
|
|
for various msp430 configurations.
|
1645 |
|
|
* gen-doc.texi: Enable msp430 documenation.
|
1646 |
|
|
* ld.texinfo: Document msp430 sections.
|
1647 |
|
|
* scripttempl/elf32msp430.sc: New file. Linker script for msp430.
|
1648 |
|
|
* scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
|
1649 |
|
|
|
1650 |
|
|
2002-12-30 Ralf Habacker
|
1651 |
|
|
Charles Wilson
|
1652 |
|
|
|
1653 |
|
|
* config.in (HAVE_REALPATH): New entry.
|
1654 |
|
|
(HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
|
1655 |
|
|
|
1656 |
|
|
2002-12-30 Ralf Habacker
|
1657 |
|
|
|
1658 |
|
|
* ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
|
1659 |
|
|
symbols'.
|
1660 |
|
|
|
1661 |
|
|
2002-12-23 Alan Modra
|
1662 |
|
|
|
1663 |
|
|
* ldmain.c (main): Init "strip_discarded".
|
1664 |
|
|
* lexsup.c (OPTION_STRIP_DISCARDED): Define.
|
1665 |
|
|
(OPTION_NO_STRIP_DISCARDED): Define.
|
1666 |
|
|
(ld_options): Add "strip-discarded" and "no-strip-discarded".
|
1667 |
|
|
(parse_args): Handle them.
|
1668 |
|
|
|
1669 |
|
|
2002-12-23 Nick Clifton
|
1670 |
|
|
|
1671 |
|
|
* ld.h (struct args_type): Add new field
|
1672 |
|
|
'accept_unknown_input_architecture'.
|
1673 |
|
|
* ldmain.c (main): Initialise 'accept_unknown_input_architecture'
|
1674 |
|
|
to false.
|
1675 |
|
|
* ldlang.c (lang_check): Pass accept_unknown_input_architecture to
|
1676 |
|
|
bfd_arch_get_compatible.
|
1677 |
|
|
* ldfile.c (ldfile_try_open_bfd): Likewise.
|
1678 |
|
|
* lexsup.c (ld_options): Add new command line switch
|
1679 |
|
|
--accept-unknown-input-architecture and its inverse.
|
1680 |
|
|
(parse_args): Handle --accept-unknown-input-architecture.
|
1681 |
|
|
* ld.texinfo: Document new linker option.
|
1682 |
|
|
* NEWS: Mention new linker option.
|
1683 |
|
|
|
1684 |
|
|
2002-12-20 Alan Modra
|
1685 |
|
|
|
1686 |
|
|
* ldmain.c (main): Re-order link_info initialization. Init all
|
1687 |
|
|
fields.
|
1688 |
|
|
|
1689 |
|
|
2002-12-19 Charles Wilson
|
1690 |
|
|
|
1691 |
|
|
* ld.texinfo: Clarify and extend the documentation
|
1692 |
|
|
in the Machine Dependent, WIN32 section.
|
1693 |
|
|
|
1694 |
|
|
2002-12-18 Ralf Habacker
|
1695 |
|
|
|
1696 |
|
|
* ld.texinfo: Add win32 machine depending section.
|
1697 |
|
|
* gen-doc.texi: Enable win32 machine depending section.
|
1698 |
|
|
|
1699 |
|
|
* configure.host: Add win32 library search path.
|
1700 |
|
|
|
1701 |
|
|
2002-12-17 Ralf Habacker
|
1702 |
|
|
|
1703 |
|
|
* emultempl/pe.em (pe_find_data_imports): Don't search for data
|
1704 |
|
|
import when auto-import is disabled.
|
1705 |
|
|
|
1706 |
|
|
2002-12-17 Danny Smith
|
1707 |
|
|
|
1708 |
|
|
* emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
|
1709 |
|
|
account for trailing '\0'.
|
1710 |
|
|
|
1711 |
|
|
2002-12-17 Nick Clifton
|
1712 |
|
|
|
1713 |
|
|
* emultempl/pe.em (longopts): Duplicate entry for --compact-implib
|
1714 |
|
|
so that it is not confused with -c.
|
1715 |
|
|
|
1716 |
|
|
2002-12-13 Ralf Habacker
|
1717 |
|
|
Charles Wilson
|
1718 |
|
|
|
1719 |
|
|
* configure.in: Add check for realpath function.
|
1720 |
|
|
* configure: Regenerate.
|
1721 |
|
|
* config.in: Regenerate.
|
1722 |
|
|
* aclocal.m4: Regenerate.
|
1723 |
|
|
* deffile.h: Add .data field to def_file_import
|
1724 |
|
|
structure.
|
1725 |
|
|
* pe-dll.c (pe_proces_import_defs): Use .data field of
|
1726 |
|
|
def_file_import structure to initialize flag_data field of
|
1727 |
|
|
def_file_export structure.
|
1728 |
|
|
(pe_implied_import_dll): New variables exp_funcbase and
|
1729 |
|
|
[data|bss]_[start|end]. Use DLL's internal name to set dll_name,
|
1730 |
|
|
not filename (which may be a symlink). Scan the sections and
|
1731 |
|
|
initialize [data|bss]_[start|end]. When scanning the export
|
1732 |
|
|
table, skip _nm_ symbols, and mark any symbols whose rva indicates
|
1733 |
|
|
that it is in the .bss or .data sections as data.
|
1734 |
|
|
* sysdep.h: Include limits.h and sys/param.h, and define
|
1735 |
|
|
LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
|
1736 |
|
|
exists, NULL otherwise.
|
1737 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
|
1738 |
|
|
pe_process_import_defs before pe_find_data_imports, so that
|
1739 |
|
|
auto-import will check the virtual implib as well as "real"
|
1740 |
|
|
implibs.
|
1741 |
|
|
(gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
|
1742 |
|
|
symlinks to their target; check that the target's extension is
|
1743 |
|
|
.dll before calling pe_implied_import_dll(), not the filename
|
1744 |
|
|
itself (which may be a symlink).
|
1745 |
|
|
|
1746 |
|
|
2002-12-10 Alan Modra
|
1747 |
|
|
|
1748 |
|
|
* emultempl/elf32.em (struct orphan_save): Add os_tail field.
|
1749 |
|
|
(gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
|
1750 |
|
|
list too.
|
1751 |
|
|
|
1752 |
|
|
2002-12-08 Alan Modra
|
1753 |
|
|
|
1754 |
|
|
* ldlang.h: Formatting.
|
1755 |
|
|
|
1756 |
|
|
2002-12-07 Alan Modra
|
1757 |
|
|
|
1758 |
|
|
* ldlang.c (init_os): Ensure sections mentioned in load_base
|
1759 |
|
|
are initialized.
|
1760 |
|
|
|
1761 |
|
|
2002-12-05 Alan Modra
|
1762 |
|
|
|
1763 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
|
1764 |
|
|
load_base for orphans that follow a section with load_base set.
|
1765 |
|
|
|
1766 |
|
|
2002-12-01 H.J. Lu
|
1767 |
|
|
|
1768 |
|
|
* ld.texinfo: Remove the extra `;' in sample version script.
|
1769 |
|
|
|
1770 |
|
|
2002-11-30 Alan Modra
|
1771 |
|
|
|
1772 |
|
|
* configure.host: Correct dynamic-linker for powerpc64 hosts.
|
1773 |
|
|
|
1774 |
|
|
* Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
|
1775 |
|
|
* Makefile.in: Regenerate.
|
1776 |
|
|
|
1777 |
|
|
* ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
|
1778 |
|
|
ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
|
1779 |
|
|
ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
|
1780 |
|
|
emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
|
1781 |
|
|
emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
|
1782 |
|
|
emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
|
1783 |
|
|
emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
|
1784 |
|
|
emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
|
1785 |
|
|
emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
|
1786 |
|
|
emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
|
1787 |
|
|
emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
|
1788 |
|
|
boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
|
1789 |
|
|
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
|
1790 |
|
|
|
1791 |
|
|
2002-11-27 David O'Brien
|
1792 |
|
|
|
1793 |
|
|
* configure.host: Fix generic FreeBSD configuration entry.
|
1794 |
|
|
|
1795 |
|
|
2002-11-27 H.J. Lu
|
1796 |
|
|
|
1797 |
|
|
* ld.texinfo: Add the missing `;' to sample version scripts.
|
1798 |
|
|
|
1799 |
|
|
2002-11-20 Alan Modra
|
1800 |
|
|
|
1801 |
|
|
* emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
|
1802 |
|
|
|
1803 |
|
|
2002-11-14 Egor Duda
|
1804 |
|
|
|
1805 |
|
|
* ldmain.c (main): Make runtime relocs disabled by default. Remove
|
1806 |
|
|
assignment which has no effect.
|
1807 |
|
|
* pe-dll.h (pe_create_import_fixup): Change prototype.
|
1808 |
|
|
* pe-dll.c (make_runtime_pseudo_reloc): New function.
|
1809 |
|
|
(pe_create_runtime_relocator_reference): Ditto.
|
1810 |
|
|
(pe_create_import_fixup): Handle relocations with non-zero addends.
|
1811 |
|
|
* emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
|
1812 |
|
|
--disable-runtime-pseudo-reloc.
|
1813 |
|
|
(make_import_fixup): Handle relocations with non-zero addends. Create
|
1814 |
|
|
an external reference to _pei386_runtime_relocator symbol if at least
|
1815 |
|
|
one pseudo reloc was created.
|
1816 |
|
|
* ld.texinfo: Document --enable-runtime-pseudo-reloc and
|
1817 |
|
|
--disable-runtime-pseudo-reloc options.
|
1818 |
|
|
|
1819 |
|
|
2002-11-12 Earl Chew
|
1820 |
|
|
|
1821 |
|
|
* ldlang.c (lang_add_section): Discard debugging sections that have
|
1822 |
|
|
been marked SEC_EXCLUDE.
|
1823 |
|
|
|
1824 |
|
|
2002-11-12 Nick Clifton
|
1825 |
|
|
|
1826 |
|
|
* configure.in (ALL_LINGUAS): Add da.
|
1827 |
|
|
* configure: Regenerate.
|
1828 |
|
|
* po/da.po: New Danish translation.
|
1829 |
|
|
|
1830 |
|
|
2002-11-12 Alan Modra
|
1831 |
|
|
|
1832 |
|
|
* emultempl/ppc64elf.em (ppc_before_allocation): New function.
|
1833 |
|
|
(LDEMUL_BEFORE_ALLOCATION): Define.
|
1834 |
|
|
(gld${EMULATION_NAME}_finish): Run discard_info for relocatable
|
1835 |
|
|
linking.
|
1836 |
|
|
* emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
|
1837 |
|
|
|
1838 |
|
|
2002-11-11 Christopher Faylor
|
1839 |
|
|
|
1840 |
|
|
* configure.tgt (LIB_PATH): Default to searching w32api directory under
|
1841 |
|
|
cygwin.
|
1842 |
|
|
|
1843 |
|
|
2002-11-11 Charles Wilson
|
1844 |
|
|
|
1845 |
|
|
* pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
|
1846 |
|
|
of restricted auto-export libs.
|
1847 |
|
|
|
1848 |
|
|
2002-11-11 Charles Wilson
|
1849 |
|
|
|
1850 |
|
|
* pe-dll.c (autofilter_liblist): Generalize library names to catch more
|
1851 |
|
|
creative library naming instances like, e.g., libstdc++-2.a.
|
1852 |
|
|
|
1853 |
|
|
2002-11-06 Alexandre Oliva
|
1854 |
|
|
|
1855 |
|
|
* emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
|
1856 |
|
|
* emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
|
1857 |
|
|
|
1858 |
|
|
2002-11-07 Danny Smith
|
1859 |
|
|
|
1860 |
|
|
* deffilep.y (def_lex): Handle '@' as first character of an ID.
|
1861 |
|
|
* pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
|
1862 |
|
|
(make_one): Don't prefix decorated fastcall symbols with '_'.
|
1863 |
|
|
(pe_process_import_defs): Likewise.
|
1864 |
|
|
* emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
|
1865 |
|
|
symbols to cdecl names or vise-versa.
|
1866 |
|
|
|
1867 |
|
|
2002-10-13 Eric Kohl
|
1868 |
|
|
|
1869 |
|
|
* pe-dll.c (process_def_file): Handle fastcall symbols when
|
1870 |
|
|
generating undecorated aliases. Don't prefix decorated fastcall
|
1871 |
|
|
symbols with '_'.
|
1872 |
|
|
(fill_exported_offsets): Don't prefix decorated fastcall symbols
|
1873 |
|
|
with '_'.
|
1874 |
|
|
|
1875 |
|
|
2002-10-29 Daniel Jacobowitz
|
1876 |
|
|
|
1877 |
|
|
* emultempl/aix.em: Use include <> for generated headers.
|
1878 |
|
|
* emultempl/beos.em: Likewise.
|
1879 |
|
|
* emultempl/elf32.em: Likewise.
|
1880 |
|
|
* emultempl/pe.em: Likewise.
|
1881 |
|
|
* ldctor.c: Likewise.
|
1882 |
|
|
* ldexp.c: Likewise.
|
1883 |
|
|
* ldfile.c: Likewise.
|
1884 |
|
|
* ldlang.c: Likewise.
|
1885 |
|
|
* ldlex.c: Likewise.
|
1886 |
|
|
* ldlex.l: Likewise.
|
1887 |
|
|
* ldmain.c: Likewise.
|
1888 |
|
|
* ldmisc.c: Likewise.
|
1889 |
|
|
* ldwrite.c: Likewise.
|
1890 |
|
|
* lexsup.c: Likewise.
|
1891 |
|
|
* mri.c: Likewise.
|
1892 |
|
|
* pe-dll.c: Likewise.
|
1893 |
|
|
|
1894 |
|
|
2002-10-23 Jakub Jelinek
|
1895 |
|
|
|
1896 |
|
|
* emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
|
1897 |
|
|
sections into .rel{,a}.dyn.
|
1898 |
|
|
|
1899 |
|
|
2002-10-23 Nick Clifton
|
1900 |
|
|
|
1901 |
|
|
* lexsup.c (OPTION_NO_OMAGIC): Define.
|
1902 |
|
|
(ld_options): Add "no-omagic" option.
|
1903 |
|
|
(parse_args): Parse --no-omagic.
|
1904 |
|
|
* ld.texinfo: Document --no-omagic.
|
1905 |
|
|
* NEWS: Mention new option.
|
1906 |
|
|
|
1907 |
|
|
2002-10-21 Danny Smith
|
1908 |
|
|
|
1909 |
|
|
* scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
|
1910 |
|
|
__RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
|
1911 |
|
|
|
1912 |
|
|
2002-10-22 Alexandre Oliva
|
1913 |
|
|
|
1914 |
|
|
* emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
|
1915 |
|
|
emulation name. Set LIB_PATH only for native tools, and
|
1916 |
|
|
search the ABI-specific versions of NATIVE_LIB_DIRS before the
|
1917 |
|
|
.../lib variants, not instead of them. Mostly copied from...
|
1918 |
|
|
* emulparams/elf32ppc.sh: ... here. Fixed typo.
|
1919 |
|
|
* emulparams/elf64bmip-defs.sh: Backed out.
|
1920 |
|
|
* emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
|
1921 |
|
|
* emulparams/elf64btsmip.sh: Likewise.
|
1922 |
|
|
(DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
|
1923 |
|
|
TEXT_DYNAMIC): Removed.
|
1924 |
|
|
|
1925 |
|
|
2002-10-17 Alexandre Oliva
|
1926 |
|
|
|
1927 |
|
|
* emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
|
1928 |
|
|
(GENERATE_SHLIB_SCRIPT): Set to yes.
|
1929 |
|
|
(EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
|
1930 |
|
|
* emulparams/elf32bmipn32.sh: here.
|
1931 |
|
|
(GENERATE_SHLIB_SCRIPT): Deleted as redundant.
|
1932 |
|
|
* emulparams/elf32btsmipn32.sh: Delete redundant unsets.
|
1933 |
|
|
* emulparams/elf64bmip-defs.sh: New file. Extend
|
1934 |
|
|
elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
|
1935 |
|
|
* emulparams/elf64bmip.sh: Bring in definitions from
|
1936 |
|
|
elf64bmip-defs.sh.
|
1937 |
|
|
(ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
|
1938 |
|
|
settings.
|
1939 |
|
|
(WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
|
1940 |
|
|
* emulparams/elf64btsmip.sh: Bring in definitions from
|
1941 |
|
|
elf64bmip-defs.sh.
|
1942 |
|
|
(ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
|
1943 |
|
|
(EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
|
1944 |
|
|
|
1945 |
|
|
2002-10-16 Jakub Jelinek
|
1946 |
|
|
|
1947 |
|
|
* configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
|
1948 |
|
|
(s390-*-linux*): Add elf64_s390 emulation if want64.
|
1949 |
|
|
* emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
|
1950 |
|
|
genscript.sh changes.
|
1951 |
|
|
* emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
|
1952 |
|
|
* emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
|
1953 |
|
|
|
1954 |
|
|
2002-10-15 Alan Modra
|
1955 |
|
|
|
1956 |
|
|
* ldlang.c (load_symbols): Revert last change.
|
1957 |
|
|
|
1958 |
|
|
2002-10-14 Alan Modra
|
1959 |
|
|
|
1960 |
|
|
* ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
|
1961 |
|
|
just_syms_flag.
|
1962 |
|
|
(lang_reasonable_defaults): Don't compare against false.
|
1963 |
|
|
(size_input_section): Likewise.
|
1964 |
|
|
(lang_size_sections_1): Likewise.
|
1965 |
|
|
(lang_do_assignments): Likewise.
|
1966 |
|
|
(lang_add_output): Likewise.
|
1967 |
|
|
|
1968 |
|
|
* Makefile.am: Run "make dep-am".
|
1969 |
|
|
* Makefile.in: Regenerate.
|
1970 |
|
|
* ldver.c: #include "bfdver.h".
|
1971 |
|
|
|
1972 |
|
|
2002-10-13 Stephane Carrez
|
1973 |
|
|
|
1974 |
|
|
* scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
|
1975 |
|
|
.finiN section.
|
1976 |
|
|
* scripttempl/elfm68hc12.sc: Likewise.
|
1977 |
|
|
|
1978 |
|
|
2002-10-11 Alan Modra
|
1979 |
|
|
|
1980 |
|
|
* pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
|
1981 |
|
|
|
1982 |
|
|
* ldgram.y (memory_spec): Provide empty action.
|
1983 |
|
|
(section ): Likewise.
|
1984 |
|
|
|
1985 |
|
|
2002-10-10 Jakub Jelinek
|
1986 |
|
|
|
1987 |
|
|
* ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
|
1988 |
|
|
they have OUTPUT_FORMAT not matching actual output format.
|
1989 |
|
|
* ldlang.c (lang_get_output_target): New function.
|
1990 |
|
|
(open_output): Use it.
|
1991 |
|
|
* ldlang.h (lang_get_output_target): New prototype.
|
1992 |
|
|
|
1993 |
|
|
2002-10-10 Alan Modra
|
1994 |
|
|
|
1995 |
|
|
* emultempl/elf32.em (output_rel_find): Prefer .rel script sections
|
1996 |
|
|
when orphan is .rel, .rela when orphan is .rela.
|
1997 |
|
|
(gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
|
1998 |
|
|
first. Remove outsecname var.
|
1999 |
|
|
|
2000 |
|
|
2002-10-09 Richard Shann
|
2001 |
|
|
Stephen Clarke
|
2002 |
|
|
|
2003 |
|
|
* Makefile.am: Add eshelf32_linux.o and
|
2004 |
|
|
eshlelf32_linux.o, new emulations for sh64 Linux.
|
2005 |
|
|
* Makefile.in: Regenerate.
|
2006 |
|
|
* configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
|
2007 |
|
|
* emulparams/shelf32_linux.sh: New file.
|
2008 |
|
|
* emulparams/shlelf32_linux.sh: New file.
|
2009 |
|
|
|
2010 |
|
|
2002-10-08 H.J. Lu
|
2011 |
|
|
|
2012 |
|
|
* ldlang.c (lang_file_exist): Removed.
|
2013 |
|
|
(new_afile): Revert the last change.
|
2014 |
|
|
* ldlang.h (lang_file_exist): Removed.
|
2015 |
|
|
* lexsup.c (parse_args): Revert the last change.
|
2016 |
|
|
|
2017 |
|
|
2002-10-07 Ralf Habacker
|
2018 |
|
|
|
2019 |
|
|
* pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
|
2020 |
|
|
auto-import symbols.
|
2021 |
|
|
(make_one): Create _nm_ for data only.
|
2022 |
|
|
|
2023 |
|
|
2002-10-05 Elias Athanasopoulos
|
2024 |
|
|
|
2025 |
|
|
* ldlang.c (lang_file_exist): New function.
|
2026 |
|
|
(new_afile): Abort if the filename to be added matches the linker
|
2027 |
|
|
output filename.
|
2028 |
|
|
* ldlang.h: Add prototype for lang_file_exist.
|
2029 |
|
|
* lexsup.c (parse_args): Abort if the output filename matches
|
2030 |
|
|
one of the input filenames.
|
2031 |
|
|
|
2032 |
|
|
2002-10-02 Alan Modra
|
2033 |
|
|
|
2034 |
|
|
* emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
|
2035 |
|
|
|
2036 |
|
|
2002-09-30 Alan Modra
|
2037 |
|
|
|
2038 |
|
|
* scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
|
2039 |
|
|
* scripttempl/elfm68hc11.sc: Likewise.
|
2040 |
|
|
* scripttempl/elfm68hc12.sc: Likewise.
|
2041 |
|
|
|
2042 |
|
|
* emultempl/elf32.em (output_rel_find): Always place orphan loadable
|
2043 |
|
|
reloc sections just before .rel.plt/.rela.plt.
|
2044 |
|
|
(gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
|
2045 |
|
|
Only put loadable reloc sections in hold_rel.
|
2046 |
|
|
|
2047 |
|
|
2002-09-29 H.J. Lu
|
2048 |
|
|
|
2049 |
|
|
* emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
|
2050 |
|
|
|
2051 |
|
|
2002-09-25 Daniel Jacobowitz
|
2052 |
|
|
|
2053 |
|
|
From "Anita Kulkarni"
|
2054 |
|
|
* scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
|
2055 |
|
|
sections.
|
2056 |
|
|
|
2057 |
|
|
2002-09-25 Alan Modra
|
2058 |
|
|
|
2059 |
|
|
* genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
|
2060 |
|
|
TARGET_PAGE_SIZE.
|
2061 |
|
|
* scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
|
2062 |
|
|
SEGMENT_SIZE alignment.
|
2063 |
|
|
* emulparams/elf64ppc.sh (DATA_ADDR): Delete.
|
2064 |
|
|
(SEGMENT_SIZE): Define.
|
2065 |
|
|
|
2066 |
|
|
* ldexp.c (fold_unary): New. Split out from exp_fold_tree.
|
2067 |
|
|
(fold_binary): Correct abs - non-abs case.
|
2068 |
|
|
(fold_trinary): New. Split out from exp_fold_tree.
|
2069 |
|
|
|
2070 |
|
|
2002-09-24 Alan Modra
|
2071 |
|
|
|
2072 |
|
|
* emulparams/elf64ppc.sh (DATA_ADDR): Define.
|
2073 |
|
|
* emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
|
2074 |
|
|
for start of .data, instead align up to 256M boundary.
|
2075 |
|
|
* scripttempl/aix.sc: Likewise.
|
2076 |
|
|
|
2077 |
|
|
2002-09-22 Mark Elbrecht
|
2078 |
|
|
|
2079 |
|
|
* scripttempl/i386go32.sc: Handle bss unique sections.
|
2080 |
|
|
|
2081 |
|
|
2002-09-21 Alan Modra
|
2082 |
|
|
|
2083 |
|
|
* ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
|
2084 |
|
|
|
2085 |
|
|
2002-09-17 Stan Cox
|
2086 |
|
|
|
2087 |
|
|
* emulparams/elf32bmipn32-defs.sh: New file.
|
2088 |
|
|
* emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
|
2089 |
|
|
* emulparams/elf32btsmipn32.sh: Likewise.
|
2090 |
|
|
* emulparams/elf64bmip.sh: Likewise.
|
2091 |
|
|
* emulparams/elf64btsmip.sh: Likewise.
|
2092 |
|
|
|
2093 |
|
|
2002-09-16 Bruno Haible
|
2094 |
|
|
|
2095 |
|
|
* emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
|
2096 |
|
|
elf32-i386-freebsd.
|
2097 |
|
|
* emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
|
2098 |
|
|
elf64-alpha-freebsd.
|
2099 |
|
|
|
2100 |
|
|
2002-09-11 Nick Clifton
|
2101 |
|
|
|
2102 |
|
|
* NEWS: New TI port supports both C4x and C3x series of DSPs.
|
2103 |
|
|
|
2104 |
|
|
* po/tr.po: Updated Turkish translation.
|
2105 |
|
|
|
2106 |
|
|
2002-09-06 Jeffrey A Law (law@redhat.com)
|
2107 |
|
|
|
2108 |
|
|
* configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
|
2109 |
|
|
|
2110 |
|
|
2002-09-02 Nick Clifton
|
2111 |
|
|
|
2112 |
|
|
* scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
|
2113 |
|
|
__ep.
|
2114 |
|
|
* emulparams/v850.sh (TEMPLATE_NAME): Define.
|
2115 |
|
|
|
2116 |
|
|
2002-08-30 Nick Clifton
|
2117 |
|
|
|
2118 |
|
|
* scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
|
2119 |
|
|
used. Change INSN to start at 0x01000000 and extend for
|
2120 |
|
|
256K (ignoring holes). Start the STACK on a word aligned
|
2121 |
|
|
boundary.
|
2122 |
|
|
(.rodata): Start it at the READONLY_START_ADDR.
|
2123 |
|
|
|
2124 |
|
|
2002-08-30 Alan Modra
|
2125 |
|
|
|
2126 |
|
|
* emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
|
2127 |
|
|
|
2128 |
|
|
2002-08-28 Svein E. Seldal
|
2129 |
|
|
|
2130 |
|
|
* Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
|
2131 |
|
|
added makefile targets for this file.
|
2132 |
|
|
* Makefile.in: Regenerate.
|
2133 |
|
|
* configure.tgt: Added tic4x-coff and c4x-coff emulations.
|
2134 |
|
|
* NEWS: Mention new port.
|
2135 |
|
|
|
2136 |
|
|
2002-08-28 Michael Hayes
|
2137 |
|
|
|
2138 |
|
|
* emulparams/tic3xcoff.sh: New file.
|
2139 |
|
|
* emulparams/tic4xcoff.sh: New file.
|
2140 |
|
|
* scripttempl/tic3xcoff.sc: New file.
|
2141 |
|
|
* scripttempl/tic4xcoff.sc: New file.
|
2142 |
|
|
|
2143 |
|
|
2002-08-28 Alan Modra
|
2144 |
|
|
|
2145 |
|
|
* emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
|
2146 |
|
|
strtoul and strtoull with bfd_scan_vma.
|
2147 |
|
|
(gld${EMULATION_NAME}_read_file): Likewise.
|
2148 |
|
|
|
2149 |
|
|
2002-08-28 Alan Modra
|
2150 |
|
|
|
2151 |
|
|
* configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
|
2152 |
|
|
|
2153 |
|
|
2002-08-27 Egor Duda
|
2154 |
|
|
|
2155 |
|
|
* scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
|
2156 |
|
|
Add symbols for application to access them.
|
2157 |
|
|
|
2158 |
|
|
2002-08-27 Nick Clifton
|
2159 |
|
|
|
2160 |
|
|
* emultempl/armelf.em: Revert this patch, it is not needed.
|
2161 |
|
|
|
2162 |
|
|
2002-08-22 Adam Nemet
|
2163 |
|
|
|
2164 |
|
|
2002-08-20 Dan Kegel
|
2165 |
|
|
|
2166 |
|
|
* configure.in: added --with-lib-path argument to ld's configure
|
2167 |
|
|
to set LIB_PATH.
|
2168 |
|
|
* NEWS: Document new switch.
|
2169 |
|
|
* README: Mention new switch.
|
2170 |
|
|
* configure: Regenerate.
|
2171 |
|
|
* Makefile.in: Regenerate.
|
2172 |
|
|
|
2173 |
|
|
Based on this patch:
|
2174 |
|
|
2001-04-25 Christopher Faylor
|
2175 |
|
|
|
2176 |
|
|
* Makefile.in (LIB_PATH): Make configurable.
|
2177 |
|
|
(GENSCRIPTS): Set LIB_PATH in environment.
|
2178 |
|
|
* configure.in: Substitute LIB_PATH.
|
2179 |
|
|
|
2180 |
|
|
2002-08-22 Adam Nemet
|
2181 |
|
|
|
2182 |
|
|
* emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
|
2183 |
|
|
(arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
|
2184 |
|
|
depending on the type of the function.
|
2185 |
|
|
(arm_elf_convert_thumb_symbol_to_address): New function.
|
2186 |
|
|
|
2187 |
|
|
2002-08-22 Graeme Peterson
|
2188 |
|
|
|
2189 |
|
|
* Makefile.am: Add esh{l}elf_nto.o files.
|
2190 |
|
|
* Makefile.in: Regenerate.
|
2191 |
|
|
* configure.tgt: Add support for sh-**-nto* targets.
|
2192 |
|
|
* emulparams/shelf_nto.sh: New file.
|
2193 |
|
|
* emulparams/shlelf_nto.sh: New file.
|
2194 |
|
|
|
2195 |
|
|
2002-08-21 John David Anglin
|
2196 |
|
|
|
2197 |
|
|
* ldlang.c (offsetof): Define if not defined.
|
2198 |
|
|
|
2199 |
|
|
2002-08-14 H.J. Lu
|
2200 |
|
|
|
2201 |
|
|
* configure.tgt: Always enable 64bit emulations for 32bit
|
2202 |
|
|
Linux/mips.
|
2203 |
|
|
|
2204 |
|
|
2002-08-13 Alan Modra
|
2205 |
|
|
|
2206 |
|
|
* emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
|
2207 |
|
|
(MAXPAGESIZE): Set to 1.
|
2208 |
|
|
|
2209 |
|
|
* ld.h (ALIGN_N): Delete.
|
2210 |
|
|
* ldexp.h (align_n): Declare.
|
2211 |
|
|
* ldexp.c (align_n): New function.
|
2212 |
|
|
(fold_binary): Use align_n instead of ALIGN_N.
|
2213 |
|
|
(exp_fold_tree): Likewise.
|
2214 |
|
|
* ldlang.c (lang_size_sections_1): Likewise.
|
2215 |
|
|
(lang_one_common): Likewise.
|
2216 |
|
|
* ld.texinfo (ALIGN): Remove power of 2 restriction.
|
2217 |
|
|
|
2218 |
|
|
2002-07-31 Graeme Peterson
|
2219 |
|
|
|
2220 |
|
|
* configure.tgt: Add support for powerpc{le}-*-nto* targets.
|
2221 |
|
|
* Makefile.am: Add eelf32{l}ppcnto.o files.
|
2222 |
|
|
* Makefile.in: Regenerate.
|
2223 |
|
|
* emulparams/elf32lppcnto.sh: New file.
|
2224 |
|
|
* emulparams/elf32ppcnto.sh: New file.
|
2225 |
|
|
|
2226 |
|
|
2002-08-07 H.J. Lu
|
2227 |
|
|
|
2228 |
|
|
* ld.texinfo: Document --no-undefined-version.
|
2229 |
|
|
|
2230 |
|
|
* ldlang.c (lang_new_vers_pattern): Set the `symver' and
|
2231 |
|
|
`script.' fields to 0.
|
2232 |
|
|
|
2233 |
|
|
* ldmain.c (main): Initialize the allow_undefined_version to
|
2234 |
|
|
true.
|
2235 |
|
|
|
2236 |
|
|
* lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
|
2237 |
|
|
(ld_options): Add --no-undefined-version.
|
2238 |
|
|
(parse_args): Support OPTION_NO_UNDEFINED_VERSION.
|
2239 |
|
|
|
2240 |
|
|
2002-08-07 Nick Clifton
|
2241 |
|
|
|
2242 |
|
|
* emultempl/armelf.em (arm_elf_before_allocation): Only search for
|
2243 |
|
|
an interworking bfd if there are input bfds. (107501)
|
2244 |
|
|
|
2245 |
|
|
2002-08-06 Alan Modra
|
2246 |
|
|
|
2247 |
|
|
* emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
|
2248 |
|
|
2002-05-10 change.
|
2249 |
|
|
|
2250 |
|
|
2002-08-01 Nick Clifton
|
2251 |
|
|
|
2252 |
|
|
* emulparams/armelf.sh: Revert previous delta.
|
2253 |
|
|
* scripttempl/elf.sc: Revert previous delta.
|
2254 |
|
|
|
2255 |
|
|
2002-07-31 H.J. Lu
|
2256 |
|
|
|
2257 |
|
|
* configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
|
2258 |
|
|
--enable-64-bit-bfd.
|
2259 |
|
|
|
2260 |
|
|
2002-07-31 H.J. Lu
|
2261 |
|
|
|
2262 |
|
|
* configure.tgt: Enable x86-64 emulation for Linux/i386 if
|
2263 |
|
|
64bit BFD is selected.
|
2264 |
|
|
|
2265 |
|
|
2002-07-31 H.J. Lu
|
2266 |
|
|
|
2267 |
|
|
* configure.tgt: Enable 64bit emulations for 32bit Linux/mips
|
2268 |
|
|
if 64bit BFD is selected.
|
2269 |
|
|
|
2270 |
|
|
2002-07-31 Ian Dall
|
2271 |
|
|
|
2272 |
|
|
* emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
|
2273 |
|
|
link_info.common_skip_ar_aymbols.
|
2274 |
|
|
* emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
|
2275 |
|
|
|
2276 |
|
|
* ldmain.c (main): Initialize new field
|
2277 |
|
|
link_info.common_skip_ar_aymbols.
|
2278 |
|
|
|
2279 |
|
|
2002-07-31 Adam Nemet
|
2280 |
|
|
|
2281 |
|
|
* emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
|
2282 |
|
|
to .plt.thumb.
|
2283 |
|
|
* scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
|
2284 |
|
|
used.
|
2285 |
|
|
|
2286 |
|
|
2002-07-31 Nick Clifton
|
2287 |
|
|
|
2288 |
|
|
* NEWS: Retroactively add entry for Lars Brinkhoff's contribution
|
2289 |
|
|
of the PDP-11 and 2.11BSD a.out support.
|
2290 |
|
|
|
2291 |
|
|
2002-07-31 Thiemo Seufer
|
2292 |
|
|
|
2293 |
|
|
* Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
|
2294 |
|
|
for n32 ABI support.
|
2295 |
|
|
* Makefile.in: Regenerate.
|
2296 |
|
|
* configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
|
2297 |
|
|
n32 ABI emulations for these 64 bit targets.
|
2298 |
|
|
* emulparams/elf32bmipn32.sh: Expand comment.
|
2299 |
|
|
* emulparams/elf32btsmipn32.sh: New file, for traditional big endian
|
2300 |
|
|
n32 ABI.
|
2301 |
|
|
* emulparams/elf32ltsmipn32.sh: Likewise for little endian.
|
2302 |
|
|
|
2303 |
|
|
2002-07-30 Graeme Peterson
|
2304 |
|
|
|
2305 |
|
|
* configure.tgt: Add support for arm-*-nto target.
|
2306 |
|
|
* Makefile.am: Add earmnto.o file.
|
2307 |
|
|
* Makefile.in: Regenerate.
|
2308 |
|
|
* NEWS: Mention port of ARM support to QNX.
|
2309 |
|
|
* emulparams/armnto.sh: New file.
|
2310 |
|
|
|
2311 |
|
|
2002-07-30 Jakub Jelinek
|
2312 |
|
|
|
2313 |
|
|
* ldlang.c (lang_add_section): Don't turn .tbss into normal sections
|
2314 |
|
|
for relocatable link.
|
2315 |
|
|
(lang_size_sections_1): Don't make .tbss zero size for relocatable
|
2316 |
|
|
link.
|
2317 |
|
|
|
2318 |
|
|
2002-07-26 Bernd Schmidt
|
2319 |
|
|
|
2320 |
|
|
* emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
|
2321 |
|
|
(STACK_ADDR): New.
|
2322 |
|
|
|
2323 |
|
|
2002-07-25 Nick Clifton
|
2324 |
|
|
|
2325 |
|
|
* po/sv.po: Updated Swedish translation.
|
2326 |
|
|
* po/es.po: Updated Spanish translation.
|
2327 |
|
|
* po/fr.po: Updated French translation.
|
2328 |
|
|
|
2329 |
|
|
2002-07-24 Nick Clifton
|
2330 |
|
|
|
2331 |
|
|
* po/sv.po: Updated Swedish translation.
|
2332 |
|
|
* po/es.po: Updated Spanish translation.
|
2333 |
|
|
|
2334 |
|
|
2002-07-23 Nick Clifton
|
2335 |
|
|
|
2336 |
|
|
* po/fr.po: Updated French translation.
|
2337 |
|
|
|
2338 |
|
|
2002-07-20 Alan Modra
|
2339 |
|
|
|
2340 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
|
2341 |
|
|
bomb on /DISCARD/ input section.
|
2342 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
|
2343 |
|
|
* emultempl/mmo.em (mmo_place_orphan): Likewise.
|
2344 |
|
|
|
2345 |
|
|
2002-07-19 Hans-Peter Nilsson
|
2346 |
|
|
|
2347 |
|
|
* emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
|
2348 |
|
|
output section.
|
2349 |
|
|
|
2350 |
|
|
2002-07-16 Denis Chertykov
|
2351 |
|
|
Nick Clifton
|
2352 |
|
|
Frank Ch. Eigler
|
2353 |
|
|
John Healy
|
2354 |
|
|
|
2355 |
|
|
* configure.tgt: Add support for ip2k-elf.
|
2356 |
|
|
* Makefile.am: Add support for ip2k-elf.
|
2357 |
|
|
* Makefile.in: Regenerate.
|
2358 |
|
|
* emulparams/elf32ip2k.sh: New file.
|
2359 |
|
|
* scripttempl/ip2k.sc: New file
|
2360 |
|
|
* NEWS: Mention support for new port.
|
2361 |
|
|
|
2362 |
|
|
2002-07-16 Nick Clifton
|
2363 |
|
|
|
2364 |
|
|
* NEWS: Add 'Changes in 2.13'.
|
2365 |
|
|
|
2366 |
|
|
2002-07-14 H.J. Lu
|
2367 |
|
|
|
2368 |
|
|
* ld.texinfo: Document a .symver takes precedence over a
|
2369 |
|
|
version script.
|
2370 |
|
|
|
2371 |
|
|
2002-07-12 Alan Modra
|
2372 |
|
|
|
2373 |
|
|
* emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
|
2374 |
|
|
(COMMONPAGESIZE): Define.
|
2375 |
|
|
|
2376 |
|
|
2002-07-09 Alan Modra
|
2377 |
|
|
|
2378 |
|
|
* emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
|
2379 |
|
|
|
2380 |
|
|
2002-07-09 Federico G. Schwindt
|
2381 |
|
|
|
2382 |
|
|
* configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
|
2383 |
|
|
powerpc-*-openbsd* and sparc64-*-openbsd*.
|
2384 |
|
|
* Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
|
2385 |
|
|
* Makefile.in: Regenerate.
|
2386 |
|
|
* emulparams/hppaobsd.sh: New file.
|
2387 |
|
|
|
2388 |
|
|
2002-07-05 Alan Modra
|
2389 |
|
|
|
2390 |
|
|
* ldlang.c (print_wild_statement): Fix output formatting.
|
2391 |
|
|
|
2392 |
|
|
2002-07-04 Alan Modra
|
2393 |
|
|
|
2394 |
|
|
* ldlang.c: (strip_excluded_output_sections): New function.
|
2395 |
|
|
(lang_process): Call it.
|
2396 |
|
|
(lang_size_sections_1): Revert 2002-06-10 change.
|
2397 |
|
|
|
2398 |
|
|
2002-07-03 Alan Modra
|
2399 |
|
|
|
2400 |
|
|
* Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
|
2401 |
|
|
Run "make dep-am".
|
2402 |
|
|
* Makefile.in: Regenerate.
|
2403 |
|
|
|
2404 |
|
|
2002-07-02 Alan Modra
|
2405 |
|
|
|
2406 |
|
|
* ldfile.c (ldfile_try_open_bfd): Formatting.
|
2407 |
|
|
|
2408 |
|
|
* ldmisc.c (demangle): Move so that it doesn't intrude between
|
2409 |
|
|
vfinfo comment and body. Add comment.
|
2410 |
|
|
|
2411 |
|
|
2002-07-01 John David Anglin
|
2412 |
|
|
|
2413 |
|
|
* emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
|
2414 |
|
|
|
2415 |
|
|
2002-07-01 Alan Modra
|
2416 |
|
|
|
2417 |
|
|
* ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
|
2418 |
|
|
* ldlang.c (entry_sym): Likewise.
|
2419 |
|
|
(ldlang_undef_chain_list_type): Likewise.
|
2420 |
|
|
(lang_finish): Adjust references to entry_symbol.
|
2421 |
|
|
(lang_add_entry): Likewise.
|
2422 |
|
|
(lang_gc_sections): Use link_info.gc_sym_list.
|
2423 |
|
|
(lang_process): Set link_info.gc_sym_list.
|
2424 |
|
|
* ldlex.l: Include bfdlink.h.
|
2425 |
|
|
* ldmain.c (main): Init link_info.gc_sym_list.
|
2426 |
|
|
* emultempl/aix.em: Adjust references to entry_symbol.
|
2427 |
|
|
* emultempl/armcoff.em: Likewise.
|
2428 |
|
|
* emultempl/armelf.em: Likewise.
|
2429 |
|
|
* emultempl/pe.em: Likewise.
|
2430 |
|
|
* emultempl/ppc64elf.em (ppc_after_open): New function.
|
2431 |
|
|
(LDEMUL_AFTER_OPEN): Define.
|
2432 |
|
|
* emulparams/elf64ppc.sh: KEEP .opd sections.
|
2433 |
|
|
|
2434 |
|
|
2002-06-29 Stephane Carrez
|
2435 |
|
|
|
2436 |
|
|
* emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
|
2437 |
|
|
* emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
|
2438 |
|
|
* emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
|
2439 |
|
|
(EEPROM_START_ADDR): Define.
|
2440 |
|
|
(EEPROM_MEMORY): Define.
|
2441 |
|
|
* emulparams/m68hc12elf.sh: Likewise.
|
2442 |
|
|
* scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
|
2443 |
|
|
section to put soft registers in .page0.
|
2444 |
|
|
* scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
|
2445 |
|
|
|
2446 |
|
|
2002-06-26 John David Anglin
|
2447 |
|
|
|
2448 |
|
|
* emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
|
2449 |
|
|
section. Add ${RELOCATING-0}.
|
2450 |
|
|
|
2451 |
|
|
2002-06-26 J"orn Rennecke
|
2452 |
|
|
|
2453 |
|
|
* emulparams/shelf.sh (STACK_ADDR): Don't define.
|
2454 |
|
|
(OTHER_SECTIONS): Define.
|
2455 |
|
|
* emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
|
2456 |
|
|
(OTHER_SECTIONS): Undef.
|
2457 |
|
|
|
2458 |
|
|
2002-06-26 Alan Modra
|
2459 |
|
|
|
2460 |
|
|
* ldmisc.c (demangle): Restore dots stripped from sym name.
|
2461 |
|
|
|
2462 |
|
|
2002-06-25 H.J. Lu
|
2463 |
|
|
|
2464 |
|
|
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
|
2465 |
|
|
* Makefile.in: Regenerated.
|
2466 |
|
|
|
2467 |
|
|
2002-06-20 Nick Clifton
|
2468 |
|
|
|
2469 |
|
|
* ld.texinfo (Bug Reporting): Update text to suggest a limit on
|
2470 |
|
|
the size of attached object files, to allow make the object files
|
2471 |
|
|
available via FTP or HTTP and to mention that the mail will be
|
2472 |
|
|
sent to a mailing list.
|
2473 |
|
|
|
2474 |
|
|
2002-06-20 Nathanael Nerode
|
2475 |
|
|
|
2476 |
|
|
* configure.host (romp): Drop support.
|
2477 |
|
|
|
2478 |
|
|
2002-06-18 Chris Demetriou
|
2479 |
|
|
|
2480 |
|
|
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
|
2481 |
|
|
section flags for SEC_DATA, rather than for SEC_CODE being unset.
|
2482 |
|
|
|
2483 |
|
|
2002-06-18 Chris Demetriou
|
2484 |
|
|
|
2485 |
|
|
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
|
2486 |
|
|
format specifier used to print BFD name.
|
2487 |
|
|
|
2488 |
|
|
2002-06-18 Dave Brolley
|
2489 |
|
|
|
2490 |
|
|
From Catherine Moore, Michael Meissner, Jim Blandy:
|
2491 |
|
|
* emulparams/elf32frv.sh: New file.
|
2492 |
|
|
* configure.tgt: Support frv-*-*.
|
2493 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
|
2494 |
|
|
(eelf32frv.c): New target.
|
2495 |
|
|
|
2496 |
|
|
2002-06-17 Tom Rix
|
2497 |
|
|
|
2498 |
|
|
* emultempl/elf32.em: gld*_get_script: Check for
|
2499 |
|
|
GENERATE_COMBRELOC_SCRIPT.
|
2500 |
|
|
* scripttempl/elfd10v.sc : Fix STACK and INSN.
|
2501 |
|
|
* emulparams/d10velf.sh : Fix TEXT_START_ADDR.
|
2502 |
|
|
|
2503 |
|
|
2002-06-13 J"orn Rennecke
|
2504 |
|
|
|
2505 |
|
|
* configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
|
2506 |
|
|
|
2507 |
|
|
2002-06-12 H.J. Lu
|
2508 |
|
|
|
2509 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
|
2510 |
|
|
false if xvec doesn't match.
|
2511 |
|
|
|
2512 |
|
|
2002-06-10 Richard Sandiford
|
2513 |
|
|
|
2514 |
|
|
* ldlang.c (lang_size_sections_1): Skip removed output sections.
|
2515 |
|
|
|
2516 |
|
|
2002-06-08 Alan Modra
|
2517 |
|
|
|
2518 |
|
|
* ldexp.c: Replace CONST with const.
|
2519 |
|
|
* ldfile.c: Likewise.
|
2520 |
|
|
* ldfile.h: Likewise.
|
2521 |
|
|
* ldlex.l: Likewise.
|
2522 |
|
|
* mri.c: Likewise.
|
2523 |
|
|
* pe-dll.h: Likewise.
|
2524 |
|
|
|
2525 |
|
|
2002-06-07 Alan Modra
|
2526 |
|
|
|
2527 |
|
|
* emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
|
2528 |
|
|
|
2529 |
|
|
2002-06-07 Charles Wilson
|
2530 |
|
|
|
2531 |
|
|
* ldmain.c (main): initialize link_info.pei386_auto_import
|
2532 |
|
|
to -1 == implicit enable.
|
2533 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
|
2534 |
|
|
initialize link_info.pei386_auto_import to -1 == implicit
|
2535 |
|
|
enable.
|
2536 |
|
|
(gld_${EMULATION_NAME}_parse_args): When processing
|
2537 |
|
|
--enable-auto-import and --disable-auto-import options, use
|
2538 |
|
|
'1' and '0' instead of 'true' and 'false'.
|
2539 |
|
|
(pe_find_data_imports): Only issue message about auto-import
|
2540 |
|
|
when the feature is implicitly enabled. Downgrade message to
|
2541 |
|
|
informational instead of warning.
|
2542 |
|
|
|
2543 |
|
|
2002-06-07 Alan Modra
|
2544 |
|
|
|
2545 |
|
|
* scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
|
2546 |
|
|
|
2547 |
|
|
2002-06-06 John David Anglin
|
2548 |
|
|
|
2549 |
|
|
* configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
|
2550 |
|
|
HOSTING_CRT0 and HOSTING_LIBS.
|
2551 |
|
|
|
2552 |
|
|
2002-06-05 J"orn Rennecke
|
2553 |
|
|
|
2554 |
|
|
* configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
|
2555 |
|
|
|
2556 |
|
|
2002-06-05 Jason Thorpe
|
2557 |
|
|
|
2558 |
|
|
* emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
|
2559 |
|
|
(NONPAGED_TEXT_START_ADDR): Set to 0x1000.
|
2560 |
|
|
|
2561 |
|
|
2002-06-05 Alan Modra
|
2562 |
|
|
|
2563 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
|
2564 |
|
|
SEC_EXCLUDE sections when doing a relocatable link.
|
2565 |
|
|
|
2566 |
|
|
2002-06-04 Jason Thorpe
|
2567 |
|
|
|
2568 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
|
2569 |
|
|
eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
|
2570 |
|
|
(eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
|
2571 |
|
|
(eshlelf64_nbsd.c): New rules.
|
2572 |
|
|
* Makefile.in: Regenerate.
|
2573 |
|
|
* configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
|
2574 |
|
|
(sh64-*-netbsd*): New targets.
|
2575 |
|
|
* emulparams/shelf32_nbsd.sh: New file.
|
2576 |
|
|
* emulparams/shelf64_nbsd.sh: New file.
|
2577 |
|
|
* emulparams/shlelf32_nbsd.sh: New file.
|
2578 |
|
|
* emulparams/shlelf64_nbsd.sh: New file.
|
2579 |
|
|
|
2580 |
|
|
2002-06-04 Alan Modra
|
2581 |
|
|
|
2582 |
|
|
* ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
|
2583 |
|
|
|
2584 |
|
|
2002-06-02 Marek Michalkiewicz
|
2585 |
|
|
|
2586 |
|
|
* scripttempl/avr.sc: Changes to support current GCC and avr-libc,
|
2587 |
|
|
C++ constructors/destructors, loosely based on the m68hc11 port.
|
2588 |
|
|
|
2589 |
|
|
2002-05-31 Alan Modra
|
2590 |
|
|
|
2591 |
|
|
* Makefile.in: Regenerate.
|
2592 |
|
|
* aclocal.m4: Regenerate.
|
2593 |
|
|
* config.in: Regenerate.
|
2594 |
|
|
* configure: Regenerate.
|
2595 |
|
|
|
2596 |
|
|
2002-05-31 Graeme Peterson
|
2597 |
|
|
|
2598 |
|
|
* Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
|
2599 |
|
|
(ei386nto.c): Add rule.
|
2600 |
|
|
* Makefile.in: Regenerate.
|
2601 |
|
|
* configure.tgt: Add i[3456]86-*-nto-qnx*.
|
2602 |
|
|
* emulparams/i386nto.sh: New file.
|
2603 |
|
|
|
2604 |
|
|
2002-05-29 Jason Thorpe
|
2605 |
|
|
|
2606 |
|
|
* NEWS: Add entry for VAX ELF support.
|
2607 |
|
|
|
2608 |
|
|
2002-05-29 Matt Thomas
|
2609 |
|
|
Jason Thorpe
|
2610 |
|
|
|
2611 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
|
2612 |
|
|
(eelf32vax.c)
|
2613 |
|
|
(evaxnbsd.c): New rules.
|
2614 |
|
|
* Makefile.in: Regenerate.
|
2615 |
|
|
* configure.tgt (vax-*-netbsdelf*)
|
2616 |
|
|
(vax-*-netbsdaout*)
|
2617 |
|
|
(vax-*-netbsd*): New targets.
|
2618 |
|
|
* emulparams/elf32vax.sh: New file.
|
2619 |
|
|
* emulparams/vaxnbsd.sh: New file.
|
2620 |
|
|
|
2621 |
|
|
2002-05-29 Adam Nemet
|
2622 |
|
|
|
2623 |
|
|
* emultempl/armelf.em (arm_elf_after_open): Don't determine
|
2624 |
|
|
bfd_for_interwork, instead add glue sections to each input bfd.
|
2625 |
|
|
(bfd_for_interwork): New global.
|
2626 |
|
|
(arm_elf_set_bfd_for_interworking): New function.
|
2627 |
|
|
(arm_elf_before_allocation): Use it.
|
2628 |
|
|
|
2629 |
|
|
2002-05-28 Kuang Hwa Lin
|
2630 |
|
|
|
2631 |
|
|
* Makefile.am: Add DLX make target.
|
2632 |
|
|
* configure.tgt: Add DLX configuration.
|
2633 |
|
|
* Makefile.in: Regenerate.
|
2634 |
|
|
* emulparams/elf32_dlx.sh: New file
|
2635 |
|
|
* scripttempl/dlx.sc: New file
|
2636 |
|
|
|
2637 |
|
|
2002-05-27 Per Lundberg
|
2638 |
|
|
|
2639 |
|
|
* Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
|
2640 |
|
|
* Makefile.in: Regenerate.
|
2641 |
|
|
* emulparams/elf_chaos.sh: Use elf_chaos script.
|
2642 |
|
|
* scripttempl/elf_chaos.sc: New file.
|
2643 |
|
|
|
2644 |
|
|
2002-05-27 Richard Sandiford
|
2645 |
|
|
|
2646 |
|
|
* ldlang.c (lang_size_sections_1): Move check for conflicting load
|
2647 |
|
|
addresses and regions from here...
|
2648 |
|
|
(lang_get_regions): ...to this new function.
|
2649 |
|
|
(lang_leave_output_section_statement): Use lang_get_regions.
|
2650 |
|
|
(lang_leave_overlay): Likewise.
|
2651 |
|
|
* mri.c (mri_draw_tree): Pass null as last argument to
|
2652 |
|
|
lang_leave_output_section_statement.
|
2653 |
|
|
* emultempl/elf32.em (gld*_place_orphan): Likewise.
|
2654 |
|
|
* emultempl/mmo.em (mmo_place_orphan): Likewise.
|
2655 |
|
|
* emultempl/pe.em (gld*_place_orphan): Likewise.
|
2656 |
|
|
|
2657 |
|
|
2002-05-26 Jason Thorpe
|
2658 |
|
|
|
2659 |
|
|
* configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
|
2660 |
|
|
|
2661 |
|
|
2002-05-25 Kazu Hirata
|
2662 |
|
|
|
2663 |
|
|
* ldemul.c: Fix formatting.
|
2664 |
|
|
* ldfile.c: Likewise.
|
2665 |
|
|
* pe-dll.c: Likewise.
|
2666 |
|
|
* pe-dll.h: Likewise.
|
2667 |
|
|
|
2668 |
|
|
2002-05-25 Alan Modra
|
2669 |
|
|
|
2670 |
|
|
* ldlang.c (lang_process): Formatting, grammar.
|
2671 |
|
|
|
2672 |
|
|
* ldlex.l: Use #include "" instead of <> for local header files.
|
2673 |
|
|
|
2674 |
|
|
2002-05-24 TAMURA Kent
|
2675 |
|
|
|
2676 |
|
|
* configure.tgt: Add a target for i386-netbsdpe.
|
2677 |
|
|
|
2678 |
|
|
2002-05-23 Jakub Jelinek
|
2679 |
|
|
|
2680 |
|
|
* scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
|
2681 |
|
|
* ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
|
2682 |
|
|
output section if necessary. Handle .tbss.
|
2683 |
|
|
(lang_size_sections): Clear _raw_size for .tbss section
|
2684 |
|
|
(it allocates space in PT_TLS segment only).
|
2685 |
|
|
* ldwrite.c (build_link_order): Build link order for .tbss too.
|
2686 |
|
|
|
2687 |
|
|
2002-05-23 Alan Modra
|
2688 |
|
|
|
2689 |
|
|
* configure.in: Correct spelling of AC_PREREQ.
|
2690 |
|
|
|
2691 |
|
|
2002-05-21 Danny Smith
|
2692 |
|
|
|
2693 |
|
|
* pe-dll.c (autofilter_liblist): Add more system libs excluded by
|
2694 |
|
|
default.
|
2695 |
|
|
(autofilter_objlist): Add crtbegin.o, crtend.o.
|
2696 |
|
|
|
2697 |
|
|
2002-05-21 Danny Smith
|
2698 |
|
|
|
2699 |
|
|
* emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
|
2700 |
|
|
(longopts): Add new option --exclude-libs.
|
2701 |
|
|
(gld_${EMULATION_NAME}_list_options): Give quick help about it.
|
2702 |
|
|
(gld_${EMULATION_NAME}_parse_args): Use it.
|
2703 |
|
|
* pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
|
2704 |
|
|
* pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
|
2705 |
|
|
from whole archives.
|
2706 |
|
|
(pe_dll_add_excludes): Set excludes->type.
|
2707 |
|
|
(auto_export): Add new variable libname and set to archive basename if
|
2708 |
|
|
abfd. Use it when filtering default and user-specified libarary
|
2709 |
|
|
excludes. Let string "ALL" mean all libs when filtering user-specified
|
2710 |
|
|
libs.
|
2711 |
|
|
* ld.texinfo: Document --exclude-libs.
|
2712 |
|
|
|
2713 |
|
|
2002-05-22 Alan Modra
|
2714 |
|
|
|
2715 |
|
|
* ldemul.c (ldemul_new_vers_pattern): New function.
|
2716 |
|
|
* ldemul.h (ldemul_new_vers_pattern): Declare.
|
2717 |
|
|
(struct ld_emulation_xfer_struct): Add new_vers_pattern.
|
2718 |
|
|
* ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
|
2719 |
|
|
* emultempl/ppc64elf.em (dotsyms): New static var.
|
2720 |
|
|
(gld${EMULATION_NAME}_new_vers_pattern): New function.
|
2721 |
|
|
(LDEMUL_NEW_VERS_PATTERN): Define.
|
2722 |
|
|
(PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
|
2723 |
|
|
(PARSE_AND_LIST_LONGOPTS): Likewise.
|
2724 |
|
|
(PARSE_AND_LIST_ARGS_CASES): Handle them.
|
2725 |
|
|
* emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
|
2726 |
|
|
initialiser.
|
2727 |
|
|
* emultempl/armcoff.em: Likewise.
|
2728 |
|
|
* emultempl/armelf_oabi.em: Likewise.
|
2729 |
|
|
* emultempl/beos.em: Likewise.
|
2730 |
|
|
* emultempl/elf32.em: Likewise.
|
2731 |
|
|
* emultempl/generic.em: Likewise.
|
2732 |
|
|
* emultempl/gld960.em: Likewise.
|
2733 |
|
|
* emultempl/gld960c.em: Likewise.
|
2734 |
|
|
* emultempl/linux.em: Likewise.
|
2735 |
|
|
* emultempl/lnk960.em: Likewise.
|
2736 |
|
|
* emultempl/m68kcoff.em: Likewise.
|
2737 |
|
|
* emultempl/mipsecoff.em: Likewise.
|
2738 |
|
|
* emultempl/pe.em: Likewise.
|
2739 |
|
|
* emultempl/sunos.em: Likewise.
|
2740 |
|
|
* emultempl/ticoff.em: Likewise.
|
2741 |
|
|
* emultempl/vanilla.em: Likewise.
|
2742 |
|
|
|
2743 |
|
|
2002-05-22 Alan Modra
|
2744 |
|
|
|
2745 |
|
|
* genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
|
2746 |
|
|
and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
|
2747 |
|
|
(LIB_SEARCH_DIRS): No need to use "tr".
|
2748 |
|
|
(COMPILE_IN): Only set for native targets.
|
2749 |
|
|
* configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
|
2750 |
|
|
here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
|
2751 |
|
|
* configure.tgt (powerpc*): Set tdir_*.
|
2752 |
|
|
(powerpcle*): Correct targ_extra_emuls.
|
2753 |
|
|
* emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
|
2754 |
|
|
* emulparams/elf64ppc.sh (LIB_PATH): Likewise.
|
2755 |
|
|
|
2756 |
|
|
2002-05-22 Alan Modra
|
2757 |
|
|
|
2758 |
|
|
* emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
|
2759 |
|
|
calling lang_add_entry.
|
2760 |
|
|
|
2761 |
|
|
2002-05-21 H.J. Lu (hjl@gnu.org)
|
2762 |
|
|
|
2763 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
|
2764 |
|
|
"-z muldefs".
|
2765 |
|
|
(gld${EMULATION_NAME}_list_options): Add "-z muldefs".
|
2766 |
|
|
|
2767 |
|
|
* ld.texinfo: Updated for --allow-multiple-definition and
|
2768 |
|
|
"-z muldefs".
|
2769 |
|
|
|
2770 |
|
|
* ldmain.c (main): Initialize the allow_multiple_definition
|
2771 |
|
|
field to false.
|
2772 |
|
|
|
2773 |
|
|
* lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
|
2774 |
|
|
(ld_options): Add --allow-multiple-definition.
|
2775 |
|
|
(parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
|
2776 |
|
|
|
2777 |
|
|
2002-05-21 Jason Thorpe
|
2778 |
|
|
|
2779 |
|
|
* Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
|
2780 |
|
|
(earmelfb_nbsd.c): New rule.
|
2781 |
|
|
* Makefile.in: Regenerate.
|
2782 |
|
|
* configure.tgt (armeb-*-netbsdelf*): New target.
|
2783 |
|
|
(arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
|
2784 |
|
|
(arm-*-netbsd*): Likewise.
|
2785 |
|
|
* emulparams/armelfb_nbsd.sh: New file.
|
2786 |
|
|
|
2787 |
|
|
2002-05-18 Tom Rix
|
2788 |
|
|
|
2789 |
|
|
* emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
|
2790 |
|
|
support.
|
2791 |
|
|
|
2792 |
|
|
2002-05-17 Marek Michalkiewicz
|
2793 |
|
|
|
2794 |
|
|
* Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
|
2795 |
|
|
* Makefile.in: Regenerate.
|
2796 |
|
|
* configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
|
2797 |
|
|
|
2798 |
|
|
2002-05-16 Marek Michalkiewicz
|
2799 |
|
|
|
2800 |
|
|
* emulparams/avr1.sh: New file.
|
2801 |
|
|
* emulparams/avr2.sh: New file.
|
2802 |
|
|
* emulparams/avr3.sh: New file.
|
2803 |
|
|
* emulparams/avr4.sh: New file.
|
2804 |
|
|
* emulparams/avr5.sh: New file.
|
2805 |
|
|
* scripttempl/avr.sc: New file.
|
2806 |
|
|
|
2807 |
|
|
2002-05-15 Alan Modra
|
2808 |
|
|
|
2809 |
|
|
* ldlang.c (section_already_linked): Call bfd_link_just_syms.
|
2810 |
|
|
(lang_place_orphans): Abort if just_syms_flag.
|
2811 |
|
|
|
2812 |
|
|
2002-05-10 Tom Rix
|
2813 |
|
|
|
2814 |
|
|
* emultempl/aix.em: (gld*_set_output_arch): New function. Use
|
2815 |
|
|
architecture and machine information in the output bfd.
|
2816 |
|
|
(gld*_before_parse): Remove old arch and machine code.
|
2817 |
|
|
(choose_target): Rename to gld*_choose_target.
|
2818 |
|
|
(rtld): Change type to int.
|
2819 |
|
|
* ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
|
2820 |
|
|
objects in XCOFF archives.
|
2821 |
|
|
* ldfile.h: Update copyright date.
|
2822 |
|
|
|
2823 |
|
|
2002-05-10 Jakub Jelinek
|
2824 |
|
|
|
2825 |
|
|
* ldmain.c (main): Enable -z combreloc by default.
|
2826 |
|
|
|
2827 |
|
|
2002-05-07 Federico G. Schwindt
|
2828 |
|
|
|
2829 |
|
|
* Makefile.am: Honour DESTDIR.
|
2830 |
|
|
* Makefile.in: Regenerate.
|
2831 |
|
|
|
2832 |
|
|
2002-05-07 Richard Sandiford
|
2833 |
|
|
|
2834 |
|
|
* ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
|
2835 |
|
|
(lang_enter_overlay): Remove the last two parameters.
|
2836 |
|
|
(lang_leave_overlay): Take them here instead.
|
2837 |
|
|
* ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
|
2838 |
|
|
(section): Pass LMA and crossref flag to lang_leave_overlay rather
|
2839 |
|
|
than lang_enter_overlay.
|
2840 |
|
|
* ldlang.c (lang_memory_region_lookup): Return null for null names.
|
2841 |
|
|
(lang_output_section_statement_lookup): Initialize update_dot_tree.
|
2842 |
|
|
(lang_size_sections_1): Evaluate it.
|
2843 |
|
|
(lang_leave_output_section_statement): Rework LMA lookup.
|
2844 |
|
|
(overlay_lma, overlay_nocrossrefs): Remove.
|
2845 |
|
|
(lang_enter_overlay): Remove LMA and crossref arguments.
|
2846 |
|
|
(lang_enter_overlay_section): Don't set the LMA here.
|
2847 |
|
|
(lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
|
2848 |
|
|
assignment to the last section's update_dot_tree. Unconditionally
|
2849 |
|
|
use the load and run-time regions specified in the OVERLAY statement.
|
2850 |
|
|
Likewise the first section's LMA. Only set the other sections' LMAs
|
2851 |
|
|
when no load region is given.
|
2852 |
|
|
|
2853 |
|
|
2002-05-06 Nick Clifton
|
2854 |
|
|
|
2855 |
|
|
* po/sv.po: New translation.
|
2856 |
|
|
|
2857 |
|
|
2002-05-04 Alan Modra
|
2858 |
|
|
|
2859 |
|
|
* emultempl/hppaelf.em (build_section_lists): New function.
|
2860 |
|
|
(gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
|
2861 |
|
|
and build_section_lists.
|
2862 |
|
|
|
2863 |
|
|
2002-05-03 Kazu Hirata
|
2864 |
|
|
|
2865 |
|
|
* ld.h: Fix formatting.
|
2866 |
|
|
* ldexp.c: Likewise.
|
2867 |
|
|
* ldfile.c: Likewise.
|
2868 |
|
|
* ldlang.c: Likewise.
|
2869 |
|
|
* ldmain.c: Likewise.
|
2870 |
|
|
* lexsup.c: Likewise.
|
2871 |
|
|
* pe-dll.c: Likewise.
|
2872 |
|
|
|
2873 |
|
|
2002-05-02 Alan Modra
|
2874 |
|
|
|
2875 |
|
|
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
|
2876 |
|
|
Adjust for ppc64_elf_set_toc change. #include libbfd.h.
|
2877 |
|
|
(build_section_lists): Do output_section tests here.
|
2878 |
|
|
|
2879 |
|
|
2002-04-30 Tom Rix
|
2880 |
|
|
|
2881 |
|
|
* emultempl/aix.em : (gld*_parse_arge): Formatting changes.
|
2882 |
|
|
|
2883 |
|
|
2002-05-01 Alan Modra
|
2884 |
|
|
|
2885 |
|
|
Long branch stubs, multiple stub sections.
|
2886 |
|
|
* emultempl/ppc64elf.em: Include ldctor.h.
|
2887 |
|
|
(stub_file): New var.
|
2888 |
|
|
(group_size): New var.
|
2889 |
|
|
(ppc_create_output_section_statements): New function.
|
2890 |
|
|
(struct hook_stub_info): New.
|
2891 |
|
|
(hook_in_stub): New function.
|
2892 |
|
|
(ppc_add_stub_section): New function.
|
2893 |
|
|
(ppc_layout_sections_again): New function.
|
2894 |
|
|
(build_section_lists): New function.
|
2895 |
|
|
(gld${EMULATION_NAME}_finish): Rewrite.
|
2896 |
|
|
(real_func): New var.
|
2897 |
|
|
(ppc_for_each_input_file_wrapper): New function.
|
2898 |
|
|
(ppc_lang_for_each_input_file): New function.
|
2899 |
|
|
(lang_for_each_input_file): Define.
|
2900 |
|
|
(PARSE_AND_LIST_PROLOGUE): Define.
|
2901 |
|
|
(PARSE_AND_LIST_LONGOPTS): Define.
|
2902 |
|
|
(PARSE_AND_LIST_OPTIONS): Define.
|
2903 |
|
|
(PARSE_AND_LIST_ARGS_CASES): Define.
|
2904 |
|
|
(LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
|
2905 |
|
|
|
2906 |
|
|
2002-04-30 Tom Rix
|
2907 |
|
|
|
2908 |
|
|
* emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
|
2909 |
|
|
-blibpath, -bnolibpath support.
|
2910 |
|
|
|
2911 |
|
|
2002-04-30 Mark Mitchell
|
2912 |
|
|
|
2913 |
|
|
* Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
|
2914 |
|
|
(eelf32ppcwindiss.c): New target.
|
2915 |
|
|
* Makefile.in: Regenerated.
|
2916 |
|
|
* configure.tgt: Add support for powerpc-*-windiss.
|
2917 |
|
|
* emulparams/elf32ppcwindiss.sh: New file.
|
2918 |
|
|
|
2919 |
|
|
2002-04-30 Richard Sandiford
|
2920 |
|
|
|
2921 |
|
|
* ldlang.c (print_assignment): Update print_dot for assignments to ".".
|
2922 |
|
|
* ldexp.c (exp_print_token): Add "infix_p" argument.
|
2923 |
|
|
(exp_print_tree): Update accordingly.
|
2924 |
|
|
|
2925 |
|
|
2002-04-28 Alan Modra
|
2926 |
|
|
|
2927 |
|
|
* Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
|
2928 |
|
|
* Makefile.in: Regenerate.
|
2929 |
|
|
* mpw-elfmips.c: Delete.
|
2930 |
|
|
* mpw-eppcmac.c: Delete.
|
2931 |
|
|
* mpw-esh.c: Delete.
|
2932 |
|
|
* mpw-idtmips.c: Delete.
|
2933 |
|
|
|
2934 |
|
|
2002-04-17 J"orn Rennecke
|
2935 |
|
|
|
2936 |
|
|
* emulparams/shelf32.sh (MACHINE): Now sh5.
|
2937 |
|
|
|
2938 |
|
|
2002-04-17 Thiemo Seufer
|
2939 |
|
|
|
2940 |
|
|
* ldgram.y: Fix syntax warning.
|
2941 |
|
|
|
2942 |
|
|
2002-04-11 Nick Clifton
|
2943 |
|
|
|
2944 |
|
|
* emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
|
2945 |
|
|
to prevent "-n" from being taken as an abbreviation for
|
2946 |
|
|
"--no-pipeline-knowledge".
|
2947 |
|
|
|
2948 |
|
|
2002-04-08 Alan Modra
|
2949 |
|
|
|
2950 |
|
|
* ldlang.c (lang_size_sections_1): Don't complain about
|
2951 |
|
|
SEC_NEVER_LOAD sections having no memory region specified.
|
2952 |
|
|
|
2953 |
|
|
* ld.texinfo (Format Commands ): Typo fix.
|
2954 |
|
|
|
2955 |
|
|
2002-04-07 matthew green
|
2956 |
|
|
|
2957 |
|
|
* configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
|
2958 |
|
|
|
2959 |
|
|
2002-04-04 Alan Modra
|
2960 |
|
|
|
2961 |
|
|
* dep-in.sed: Cope with absolute paths.
|
2962 |
|
|
* Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
|
2963 |
|
|
Run "make dep-am".
|
2964 |
|
|
* Makefile.in: Regenerate.
|
2965 |
|
|
|
2966 |
|
|
2002-04-04 Thiemo Seufer
|
2967 |
|
|
|
2968 |
|
|
* emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
|
2969 |
|
|
|
2970 |
|
|
2002-04-03 Jakub Jelinek
|
2971 |
|
|
|
2972 |
|
|
* ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
|
2973 |
|
|
is smaller than maximum, round dot up to common page boundary.
|
2974 |
|
|
|
2975 |
|
|
2002-03-28 Alan Modra
|
2976 |
|
|
|
2977 |
|
|
* configure.host: Set up for generic hosts first, then tweak as
|
2978 |
|
|
necessary in more specific targets.
|
2979 |
|
|
(HOSTING_LIBS): Include libgcc_eh.a if found.
|
2980 |
|
|
|
2981 |
|
|
2002-03-23 Andreas Jaeger
|
2982 |
|
|
|
2983 |
|
|
* emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
|
2984 |
|
|
|
2985 |
|
|
2002-03-21 Alan Modra
|
2986 |
|
|
|
2987 |
|
|
* Makefile.am: Run "make dep-am".
|
2988 |
|
|
* Makefile.in: Regenerate.
|
2989 |
|
|
|
2990 |
|
|
2002-03-21 Albert Chin-A-Young
|
2991 |
|
|
|
2992 |
|
|
* genscripts.sh (LIB_SEARCH_DIRS): Quote path.
|
2993 |
|
|
|
2994 |
|
|
2002-03-20 Alan Modra
|
2995 |
|
|
|
2996 |
|
|
* ldlang.c (ldlang_add_undef): If the output bfd has been opened,
|
2997 |
|
|
add the symbol to the linker hash table immediately.
|
2998 |
|
|
(lang_place_undefineds): Split symbol creation out..
|
2999 |
|
|
(insert_undefined): ..to here.
|
3000 |
|
|
|
3001 |
|
|
2002-03-18 David O'Brien
|
3002 |
|
|
|
3003 |
|
|
* emultempl/elf32.em: Use lbasename vs. basename to fix problem where
|
3004 |
|
|
the contents of the buffer returned from basename function will are
|
3005 |
|
|
getting overwritten while still being used.
|
3006 |
|
|
|
3007 |
|
|
2002-03-18 Jan Hubicka
|
3008 |
|
|
Andreas Jaeger
|
3009 |
|
|
Andreas Schwab
|
3010 |
|
|
|
3011 |
|
|
* configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
|
3012 |
|
|
* elf_x86_64.sh (ARCH): Set to i386:x86-64
|
3013 |
|
|
set libraries to default to lib64 paths.
|
3014 |
|
|
|
3015 |
|
|
2002-03-18 Tom Rix
|
3016 |
|
|
|
3017 |
|
|
* Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
|
3018 |
|
|
* configure.tgt : Same.
|
3019 |
|
|
* emulparms/aix5ppc.sh : New file. For eaix5ppc.
|
3020 |
|
|
* emulparms/aix5rs6.sh : New file. For eaix5rs6.
|
3021 |
|
|
* emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
|
3022 |
|
|
emulation parameters for better -b32, -b64 support.
|
3023 |
|
|
* emulparms/aixrs6.sh : Same.
|
3024 |
|
|
* emulparms/ppcmacos.sh : Same.
|
3025 |
|
|
* emultempl/aix.em (choose_target) : Use new emulation parameters
|
3026 |
|
|
OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
|
3027 |
|
|
* Makefile.in : Regenerate.
|
3028 |
|
|
|
3029 |
|
|
2002-03-18 Nick Clifton
|
3030 |
|
|
|
3031 |
|
|
* po/fr.po: Updated version.
|
3032 |
|
|
|
3033 |
|
|
2002-03-18 Alan Modra
|
3034 |
|
|
|
3035 |
|
|
* ldmain.c (main): Move .text readonly flag fudges from here..
|
3036 |
|
|
* ldlang.c (lang_process): ..to here.
|
3037 |
|
|
|
3038 |
|
|
2002-03-14 Alan Modra
|
3039 |
|
|
|
3040 |
|
|
* ldlang.c (lang_check): Remove the word size check added in last
|
3041 |
|
|
change. Treat emitrelocations case as for relocatable links.
|
3042 |
|
|
|
3043 |
|
|
2002-03-13 Nick Clifton
|
3044 |
|
|
|
3045 |
|
|
* po/fr.po: Updated version.
|
3046 |
|
|
|
3047 |
|
|
2002-03-13 Alan Modra
|
3048 |
|
|
|
3049 |
|
|
* ldlang.c (lang_check): Do relocatable link checks first, so that
|
3050 |
|
|
warn_mismatch can't override. Check compatible and word size too.
|
3051 |
|
|
|
3052 |
|
|
2002-03-07 Daniel Jacobowitz
|
3053 |
|
|
|
3054 |
|
|
* ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
|
3055 |
|
|
|
3056 |
|
|
2002-03-05 Jakub Jelinek
|
3057 |
|
|
|
3058 |
|
|
* scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
|
3059 |
|
|
DATA_SEGMENT_ALIGN.
|
3060 |
|
|
|
3061 |
|
|
2002-03-04 H.J. Lu
|
3062 |
|
|
|
3063 |
|
|
* scripttempl/elf.sc: Put .preinit_array, .init_array and
|
3064 |
|
|
.fini_array in the data segment.
|
3065 |
|
|
|
3066 |
|
|
2002-03-04 Alan Modra
|
3067 |
|
|
|
3068 |
|
|
* scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
|
3069 |
|
|
|
3070 |
|
|
2002-03-01 David Mosberger
|
3071 |
|
|
|
3072 |
|
|
* scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
|
3073 |
|
|
.init_array, and .fini_array.
|
3074 |
|
|
|
3075 |
|
|
2002-02-20 Andreas Schwab
|
3076 |
|
|
|
3077 |
|
|
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
|
3078 |
|
|
.IA64_unwind* in a relocatable link.
|
3079 |
|
|
|
3080 |
|
|
2002-02-20 Nick Clifton
|
3081 |
|
|
|
3082 |
|
|
* NEWS: Mark 2.12 branch.
|
3083 |
|
|
|
3084 |
|
|
2002-02-19 Martin Schwidefsky
|
3085 |
|
|
|
3086 |
|
|
* emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
|
3087 |
|
|
* emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
|
3088 |
|
|
|
3089 |
|
|
2002-02-18 Tom Rix
|
3090 |
|
|
|
3091 |
|
|
* emultempl/aix.em (gld*_parse_args): Add -brtl support.
|
3092 |
|
|
(gld*_before_allocation): Same.
|
3093 |
|
|
(gld*_create_output_section_statements): Generate
|
3094 |
|
|
__rtinit if run time linking. Add librtl.a to the link.
|
3095 |
|
|
(gld*_read_file): Clean.
|
3096 |
|
|
|
3097 |
|
|
2002-02-18 Alan Modra
|
3098 |
|
|
|
3099 |
|
|
* emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
|
3100 |
|
|
|
3101 |
|
|
2002-02-18 David O'Brien
|
3102 |
|
|
|
3103 |
|
|
* Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
|
3104 |
|
|
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
|
3105 |
|
|
and eelf64alpha_fbsd.
|
3106 |
|
|
* Makefile.in: Regenerate.
|
3107 |
|
|
* configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
|
3108 |
|
|
x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
|
3109 |
|
|
use a FreeBSD-specific emulation rather than the psABI one.
|
3110 |
|
|
* emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
|
3111 |
|
|
for all FreeBSD ELF systems.
|
3112 |
|
|
* emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
|
3113 |
|
|
emulation.
|
3114 |
|
|
* emulparams/elf32ppc_fbsd.sh: Likewise.
|
3115 |
|
|
* emulparams/elf64_ia64_fbsd.sh: Likewise.
|
3116 |
|
|
* emulparams/elf64_sparc_fbsd.sh: Likewise.
|
3117 |
|
|
* emulparams/elf64alpha_fbsd.sh: Likewise.
|
3118 |
|
|
* emulparams/elf_i386_fbsd.sh: Likewise.
|
3119 |
|
|
* emulparams/elf_x86_64_fbsd.sh: Likewise.
|
3120 |
|
|
|
3121 |
|
|
2002-02-18 Nick Clifton
|
3122 |
|
|
|
3123 |
|
|
* po/tr.po: Updated version.
|
3124 |
|
|
|
3125 |
|
|
2002-02-18 Alan Modra
|
3126 |
|
|
|
3127 |
|
|
* ld.texinfo (Output Section Fill): Fix amateur texinfo.
|
3128 |
|
|
(FILL): Likewise.
|
3129 |
|
|
|
3130 |
|
|
2002-02-17 Hans-Peter Nilsson
|
3131 |
|
|
|
3132 |
|
|
* emultempl/mmo.em (mmo_after_open): Don't call
|
3133 |
|
|
_bfd_mmix_check_all_relocs when producing ELF output.
|
3134 |
|
|
|
3135 |
|
|
2002-02-15 Richard Henderson
|
3136 |
|
|
|
3137 |
|
|
* emulparams/elf64alpha.sh (NOP): Adjust for big-endian
|
3138 |
|
|
definition. Emit a unop+nop pair.
|
3139 |
|
|
|
3140 |
|
|
2002-02-15 Hans-Peter Nilsson
|
3141 |
|
|
|
3142 |
|
|
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
|
3143 |
|
|
for presence of .MMIX.reg_contents.linker_allocated before early
|
3144 |
|
|
exit.
|
3145 |
|
|
|
3146 |
|
|
* NEWS: Mention support for MMIX.
|
3147 |
|
|
|
3148 |
|
|
2002-02-15 Alan Modra
|
3149 |
|
|
|
3150 |
|
|
Support arbitrary length fill patterns.
|
3151 |
|
|
* ld.texinfo (Output Section Fill): Describe fill expressions.
|
3152 |
|
|
(FILL): Refer to the above.
|
3153 |
|
|
* ldexp.h (etree_value_type): Add "str" field.
|
3154 |
|
|
(union etree_union): Add "str" to "value" struct.
|
3155 |
|
|
(exp_bigintop): Declare.
|
3156 |
|
|
(exp_get_fill): Declare.
|
3157 |
|
|
* ldexp.c: Include "safe-ctype.h".
|
3158 |
|
|
(exp_intop): Set value.str to NULL.
|
3159 |
|
|
(exp_bigintop): New function.
|
3160 |
|
|
(new_rel): Pass in "str", and set new.str from it.
|
3161 |
|
|
(new_rel_from_section): Set new.str to NULL.
|
3162 |
|
|
(fold_name): Adjust calls to new_rel.
|
3163 |
|
|
(exp_fold_tree): Likewise.
|
3164 |
|
|
(exp_get_fill): New function.
|
3165 |
|
|
* ldgram.y (struct big_int bigint, fill_type *fill): New.
|
3166 |
|
|
(INT): Returns a "bigint". Adjust all code handling INTs.
|
3167 |
|
|
(fill_opt): Returns a "fill".
|
3168 |
|
|
(fill_exp): Split out of fill_opt, use for FILL.
|
3169 |
|
|
* ldlang.h (struct _fill_type): New.
|
3170 |
|
|
(fill_type): Move typedef to ldexp.h.
|
3171 |
|
|
(lang_output_section_statement_type): "fill" is now a pointer.
|
3172 |
|
|
(lang_fill_statement_type): Likewise.
|
3173 |
|
|
(lang_padding_statement_type): Likewise.
|
3174 |
|
|
(lang_add_fill): Now takes a "fill_type *" param.
|
3175 |
|
|
(lang_leave_output_section_statement): Likewise.
|
3176 |
|
|
(lang_do_assignments): Likewise.
|
3177 |
|
|
(lang_size_sections): Likewise.
|
3178 |
|
|
(lang_leave_overlay_section): Likewise.
|
3179 |
|
|
(lang_leave_overlay): Likewise.
|
3180 |
|
|
* ldlang.c: Include ldgram.h after ldexp.h.
|
3181 |
|
|
(lang_output_section_statement_lookup): Adjust for fill_type change.
|
3182 |
|
|
(print_fill_statement): Likewise.
|
3183 |
|
|
(print_padding_statement): Likewise.
|
3184 |
|
|
(insert_pad): Now takes a "fill_type *" arg.
|
3185 |
|
|
(size_input_section): Likewise.
|
3186 |
|
|
(lang_size_sections_1): Likewise.
|
3187 |
|
|
(lang_size_sections): Likewise.
|
3188 |
|
|
(lang_do_assignments): Likewise.
|
3189 |
|
|
(lang_add_fill): Likewise.
|
3190 |
|
|
(lang_leave_output_section_statement): Likewise.
|
3191 |
|
|
(lang_leave_overlay_section): Likewise.
|
3192 |
|
|
(lang_leave_overlay): Likewise.
|
3193 |
|
|
Adjust all callers of the above function.
|
3194 |
|
|
* ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
|
3195 |
|
|
starting with "0X" as well as "0x". Return bigint.str for hex
|
3196 |
|
|
numbers starting with "0x" or "0X", zero bigint.str otherwise.
|
3197 |
|
|
Always use base 16 for numbers starting with "$".
|
3198 |
|
|
* ldmain.c: Include ldgram.h after ldexp.h.
|
3199 |
|
|
* ldwrite.c (build_link_order): Use bfd_data_link_order in place
|
3200 |
|
|
of bfd_fill_link_order.
|
3201 |
|
|
* pe-dll.c: Adjust lang_do_assignments calls.
|
3202 |
|
|
* emultempl/elf32.em: Likewise.
|
3203 |
|
|
* emultempl/hppaelf.em: Likewise.
|
3204 |
|
|
* emultempl/ppc64elf.em: Likewise.
|
3205 |
|
|
* emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
|
3206 |
|
|
lang_add_assignment call.
|
3207 |
|
|
* emultempl/pe.em: Likewise.
|
3208 |
|
|
|
3209 |
|
|
2002-02-14 Phil Edwards
|
3210 |
|
|
|
3211 |
|
|
* ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
|
3212 |
|
|
* ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
|
3213 |
|
|
the pattern in question is not a regexp.
|
3214 |
|
|
* ldlang.c: Likewise.
|
3215 |
|
|
* ldlang.h: Likewise.
|
3216 |
|
|
* ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
|
3217 |
|
|
|
3218 |
|
|
2002-02-12 Jakub Jelinek
|
3219 |
|
|
|
3220 |
|
|
* ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
|
3221 |
|
|
* ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
|
3222 |
|
|
(exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
|
3223 |
|
|
* ldexp.c (exp_data_seg): New variable.
|
3224 |
|
|
(exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
|
3225 |
|
|
(fold_binary): Handle DATA_SEGMENT_ALIGN.
|
3226 |
|
|
(exp_fold_tree): Handle DATA_SEGMENT_END.
|
3227 |
|
|
Pass allocation_done when recursing instead of hardcoding
|
3228 |
|
|
lang_allocating_phase_enum.
|
3229 |
|
|
* ldexp.h (exp_data_seg): New.
|
3230 |
|
|
* ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
|
3231 |
|
|
(lang_size_sections): New.
|
3232 |
|
|
* ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
|
3233 |
|
|
* scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
|
3234 |
|
|
if COMMONPAGESIZE is defined.
|
3235 |
|
|
* emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
|
3236 |
|
|
* emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
|
3237 |
|
|
* emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
|
3238 |
|
|
* emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
|
3239 |
|
|
* emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
|
3240 |
|
|
libraries only.
|
3241 |
|
|
|
3242 |
|
|
2002-02-11 Alan Modra
|
3243 |
|
|
|
3244 |
|
|
* Makefile.in: Regenerate.
|
3245 |
|
|
|
3246 |
|
|
2002-02-10 Daniel Jacobowitz
|
3247 |
|
|
|
3248 |
|
|
* lexsup.c: Remove strtoul declaration.
|
3249 |
|
|
|
3250 |
|
|
2002-02-10 Daniel Jacobowitz
|
3251 |
|
|
|
3252 |
|
|
* ldmain.c: Add prototype for main ().
|
3253 |
|
|
* lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
|
3254 |
|
|
* emultempl/lnk960.em (lnk960_choose_target): Function should
|
3255 |
|
|
take two arguments.
|
3256 |
|
|
|
3257 |
|
|
2002-02-10 Alan Modra
|
3258 |
|
|
|
3259 |
|
|
* ldlang.c (entry_section): New initialised variable.
|
3260 |
|
|
(lang_finish): Use it.
|
3261 |
|
|
* ldlang.h (entry_section): Declare.
|
3262 |
|
|
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
|
3263 |
|
|
entry_section to ".opd".
|
3264 |
|
|
|
3265 |
|
|
2002-02-09 Chris Demetriou
|
3266 |
|
|
|
3267 |
|
|
* ld.texinfo (Options): Add back in -nostdlib documentation,
|
3268 |
|
|
which had been inadvertently removed.
|
3269 |
|
|
|
3270 |
|
|
2002-02-09 Hans-Peter Nilsson
|
3271 |
|
|
|
3272 |
|
|
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
|
3273 |
|
|
register section vma to a sane value after emitting error. Make
|
3274 |
|
|
fatal conditions cause program exit when emitting message.
|
3275 |
|
|
|
3276 |
|
|
2002-02-08 Ivan Guzvinec
|
3277 |
|
|
|
3278 |
|
|
* configure.tgt: Add or32-*-rtems target.
|
3279 |
|
|
|
3280 |
|
|
2002-02-08 Alexandre Oliva
|
3281 |
|
|
|
3282 |
|
|
Contribute sh64-elf.
|
3283 |
|
|
2002-01-24 Alexandre Oliva
|
3284 |
|
|
* emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
|
3285 |
|
|
in OTHER_RELOCATABLE_SECTIONS.
|
3286 |
|
|
2002-01-18 Alexandre Oliva
|
3287 |
|
|
* emulparams/shelf32.sh (STACK_ADDR): Define.
|
3288 |
|
|
(OTHER_RELOCATABLE_SECTIONS): Renamed to...
|
3289 |
|
|
(OTHER_SECTIONS): this. Removed stack settings.
|
3290 |
|
|
* emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
|
3291 |
|
|
(OTHER_SECTIONS): Reset after sourcing shelf32.sh.
|
3292 |
|
|
2001-03-12 DJ Delorie
|
3293 |
|
|
* emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
|
3294 |
|
|
relaxing if any shmedia or mixed sections are found.
|
3295 |
|
|
2001-03-07 DJ Delorie
|
3296 |
|
|
* emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
|
3297 |
|
|
einfo. Gracefully decline to output to non-elf formats.
|
3298 |
|
|
2001-03-06 Hans-Peter Nilsson
|
3299 |
|
|
* emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
|
3300 |
|
|
Default to _end aligned to next multiple of 0x40000, plus 0x40000.
|
3301 |
|
|
* emulparams/shelf32.sh: Ditto.
|
3302 |
|
|
2001-01-14 Hans-Peter Nilsson
|
3303 |
|
|
* emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
|
3304 |
|
|
comment.
|
3305 |
|
|
2001-01-10 Ben Elliston
|
3306 |
|
|
* emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
|
3307 |
|
|
non-portable shell constructs. From Hans-Peter Nilsson.
|
3308 |
|
|
2001-01-09 Hans-Peter Nilsson
|
3309 |
|
|
* emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
|
3310 |
|
|
* Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
|
3311 |
|
|
dependencies to the shell script include chain.
|
3312 |
|
|
* Makefile.in: Regenerate.
|
3313 |
|
|
2001-01-06 Hans-Peter Nilsson
|
3314 |
|
|
* emultempl/sh64elf.em: Update and tweak comments.
|
3315 |
|
|
(sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
|
3316 |
|
|
make a .cranges section SEC_IN_MEMORY.
|
3317 |
|
|
2000-12-30 Hans-Peter Nilsson
|
3318 |
|
|
* emultempl/sh64elf.em
|
3319 |
|
|
(sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
|
3320 |
|
|
.cranges section found to be necessary; continue and set stored
|
3321 |
|
|
section contents flags for sections with non-mixed contents.
|
3322 |
|
|
Use a struct sh64_section_data container and sh64_elf_section_data
|
3323 |
|
|
to store contents-type flags.
|
3324 |
|
|
Remove unused update of "isec".
|
3325 |
|
|
(sh64_elf_${EMULATION_NAME}_after_allocation): Only process
|
3326 |
|
|
sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
|
3327 |
|
|
access contents-type flags. Assert that the associated container
|
3328 |
|
|
is initialized. Use that container, not elf_gp_size, to hold size
|
3329 |
|
|
of linker-generated cranges contents.
|
3330 |
|
|
2000-12-18 Hans-Peter Nilsson
|
3331 |
|
|
* emultempl/sh64elf.em
|
3332 |
|
|
(sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
|
3333 |
|
|
there's already a .cranges section. When section flag difference
|
3334 |
|
|
is found, don't NULL-check cranges a second time. Tweak comments.
|
3335 |
|
|
(sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
|
3336 |
|
|
merging, not max size, as size of ld-generated .cranges contents.
|
3337 |
|
|
Don't set ELF section flags in output section. When checking for
|
3338 |
|
|
needed .cranges descriptors, don't use a variable; compare
|
3339 |
|
|
incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
|
3340 |
|
|
comments.
|
3341 |
|
|
2000-12-18 Hans-Peter Nilsson
|
3342 |
|
|
* emultempl/sh64elf.em: New file.
|
3343 |
|
|
* Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
|
3344 |
|
|
* Makefile.in: Regenerate.
|
3345 |
|
|
* emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
|
3346 |
|
|
(OTHER_RELOCATING_SECTIONS): Ditto.
|
3347 |
|
|
(EXTRA_EM_FILE): New, set to sh64elf if not set.
|
3348 |
|
|
* emulparams/shlelf32.sh: Stub out all settings except
|
3349 |
|
|
OUTPUT_FORMAT. Source shelf32.sh.
|
3350 |
|
|
* emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
|
3351 |
|
|
OTHER_RELOCATING_SECTIONS.
|
3352 |
|
|
(OTHER_RELOCATING_SECTIONS): Remove .cranges.
|
3353 |
|
|
* emulparams/shlelf64.sh: Stub out all settings except
|
3354 |
|
|
OUTPUT_FORMAT. Source shelf64.sh.
|
3355 |
|
|
2000-12-15 Hans-Peter Nilsson
|
3356 |
|
|
* emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
|
3357 |
|
|
.cranges section.
|
3358 |
|
|
(DATA_START_SYMBOLS): Define, provide ___data.
|
3359 |
|
|
(OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
|
3360 |
|
|
for consecutive .data section.
|
3361 |
|
|
(OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
|
3362 |
|
|
section after .data section.
|
3363 |
|
|
* emulparams/shlelf64.sh: Ditto.
|
3364 |
|
|
* emulparams/shelf32.sh: Ditto.
|
3365 |
|
|
(ALIGNMENT): Define to 8.
|
3366 |
|
|
* emulparams/shelf32.sh: Ditto.
|
3367 |
|
|
2000-12-12 Hans-Peter Nilsson
|
3368 |
|
|
* configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
|
3369 |
|
|
built-in linker scripts.
|
3370 |
|
|
2000-11-30 Hans-Peter Nilsson
|
3371 |
|
|
* emulparams/shlelf64.sh: New.
|
3372 |
|
|
* emulparams/shelf64.sh: New.
|
3373 |
|
|
* configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
|
3374 |
|
|
targ_extra_emuls.
|
3375 |
|
|
* Makefile.am: Add support for shlelf64 and shelf64.
|
3376 |
|
|
* Makefile.in: Regenerate.
|
3377 |
|
|
2000-11-29 Hans-Peter Nilsson
|
3378 |
|
|
* configure.tgt (sh64-*-elf*): Add shelf as default.
|
3379 |
|
|
Add shlelf to targ_extra_emuls.
|
3380 |
|
|
2000-11-24 Hans-Peter Nilsson
|
3381 |
|
|
* emulparams/shelf32.sh: New file.
|
3382 |
|
|
* emulparams/shlelf32.sh: New file.
|
3383 |
|
|
* Makefile.am: Add support for shlelf32 and shelf32.
|
3384 |
|
|
* configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
|
3385 |
|
|
* Makefile.in: Regenerate.
|
3386 |
|
|
|
3387 |
|
|
2002-02-05 Hans-Peter Nilsson
|
3388 |
|
|
|
3389 |
|
|
* ldlang.c (lang_reset_memory_regions): Rename from
|
3390 |
|
|
reset_memory_regions. Change all callers. Make public.
|
3391 |
|
|
* ldlang.h (lang_reset_memory_regions): Prototype.
|
3392 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
|
3393 |
|
|
lang_reset_memory_regions before lang_size_sections.
|
3394 |
|
|
* emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
|
3395 |
|
|
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
|
3396 |
|
|
|
3397 |
|
|
2002-02-04 Hans-Peter Nilsson
|
3398 |
|
|
|
3399 |
|
|
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
|
3400 |
|
|
arithmetic when checking for too many global registers.
|
3401 |
|
|
|
3402 |
|
|
2002-02-02 Jason Thorpe
|
3403 |
|
|
|
3404 |
|
|
* Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
|
3405 |
|
|
(ehppanbsd.c): New rule.
|
3406 |
|
|
* Makefile.in: Regenerate.
|
3407 |
|
|
* configure.tgt (hppa*-*-netbsd*): New target.
|
3408 |
|
|
* emulparams/hppalinux.sh: Add comment to check other files
|
3409 |
|
|
that source this file it is modified, and list which
|
3410 |
|
|
files that do.
|
3411 |
|
|
* emulparams/hppanbsd.sh: New file.
|
3412 |
|
|
|
3413 |
|
|
2002-02-01 Geoffrey Keating
|
3414 |
|
|
|
3415 |
|
|
* scripttempl/xstormy16.sc: Don't allocate extra space for the
|
3416 |
|
|
stack.
|
3417 |
|
|
|
3418 |
|
|
2002-02-01 Hans-Peter Nilsson
|
3419 |
|
|
|
3420 |
|
|
Support on-demand global register allocation from
|
3421 |
|
|
R_MMIX_BASE_PLUS_OFFSET relocs.
|
3422 |
|
|
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
|
3423 |
|
|
mmix_set_reg_section_vma. Call
|
3424 |
|
|
_bfd_mmix_finalize_linker_allocated_gregs.
|
3425 |
|
|
(mmix_before_allocation): New function.
|
3426 |
|
|
(LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
|
3427 |
|
|
(LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
|
3428 |
|
|
* scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
|
3429 |
|
|
(.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
|
3430 |
|
|
before .MMIX.reg_contents.
|
3431 |
|
|
* emultempl/mmo.em (gldmmo_before_allocation): Define to default.
|
3432 |
|
|
(mmo_after_open): New function.
|
3433 |
|
|
(LDEMUL_AFTER_OPEN): Define to mmo_after_open.
|
3434 |
|
|
* emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
|
3435 |
|
|
.MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
|
3436 |
|
|
|
3437 |
|
|
2002-01-31 Ivan Guzvinec
|
3438 |
|
|
|
3439 |
|
|
* emulparams/or32.sh: New file.
|
3440 |
|
|
* emulparams/or32elf.sh: New file.
|
3441 |
|
|
* scripttempl/or32.sc: New file.
|
3442 |
|
|
* configure.tgt : Add support for or32.
|
3443 |
|
|
* configure: Regenerate
|
3444 |
|
|
* Makefile.am: Add support for or32.
|
3445 |
|
|
* Makefile.in: Regenerate.
|
3446 |
|
|
* NEWS: Mention support for or32.
|
3447 |
|
|
* po/ld.pot: Regenerate.
|
3448 |
|
|
|
3449 |
|
|
2002-01-29 Chris Demetriou
|
3450 |
|
|
Mitch Lichtenberg
|
3451 |
|
|
|
3452 |
|
|
* emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
|
3453 |
|
|
* emultempl/mipself.em: New file to handle MIPS ELF embedded
|
3454 |
|
|
reloc creation (ld --embedded-relocs).
|
3455 |
|
|
|
3456 |
|
|
2002-01-27 Daniel Jacobowitz
|
3457 |
|
|
|
3458 |
|
|
* configure: Regenerated.
|
3459 |
|
|
|
3460 |
|
|
2002-01-26 Hans-Peter Nilsson
|
3461 |
|
|
|
3462 |
|
|
* Makefile.am (install): Depend on install-info.
|
3463 |
|
|
* Makefile.in: Regenerate.
|
3464 |
|
|
|
3465 |
|
|
2002-01-26 Christian Rose
|
3466 |
|
|
|
3467 |
|
|
* ldmain.c (main): Use full sentences to ease translation.
|
3468 |
|
|
|
3469 |
|
|
2002-01-26 Nick Clifton
|
3470 |
|
|
|
3471 |
|
|
* po/fr.po: Updated version.
|
3472 |
|
|
|
3473 |
|
|
2002-01-25 Nick Clifton
|
3474 |
|
|
|
3475 |
|
|
* po/es.po: Updated version.
|
3476 |
|
|
|
3477 |
|
|
2002-01-25 Andreas Jaeger
|
3478 |
|
|
|
3479 |
|
|
* ldlex.l (yy_input): Correct error check.
|
3480 |
|
|
|
3481 |
|
|
2002-01-25 Alan Modra
|
3482 |
|
|
|
3483 |
|
|
* ldmisc.c (demangle): Put back dots when string not demangled.
|
3484 |
|
|
|
3485 |
|
|
2002-01-22 Richard Henderson
|
3486 |
|
|
|
3487 |
|
|
* emulparams/elf64alpha.sh (NOP): Use unop.
|
3488 |
|
|
|
3489 |
|
|
2002-01-21 Andreas Jaeger
|
3490 |
|
|
|
3491 |
|
|
* ldlex.l: Use fread instead of read.
|
3492 |
|
|
|
3493 |
|
|
2002-01-21 Jason Thorpe
|
3494 |
|
|
|
3495 |
|
|
* configure.tgt (ia64-*-netbsd*): New target.
|
3496 |
|
|
|
3497 |
|
|
2002-01-21 H.J. Lu
|
3498 |
|
|
|
3499 |
|
|
* emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
|
3500 |
|
|
0.
|
3501 |
|
|
* emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
|
3502 |
|
|
|
3503 |
|
|
2002-01-18 Andreas Jaeger
|
3504 |
|
|
|
3505 |
|
|
* ldver.c (ldversion): Update year.
|
3506 |
|
|
|
3507 |
|
|
2002-01-17 Nick Clifton
|
3508 |
|
|
|
3509 |
|
|
* po/ld.pot: Regenerate.
|
3510 |
|
|
|
3511 |
|
|
2002-01-16 Alan Modra
|
3512 |
|
|
|
3513 |
|
|
* Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
|
3514 |
|
|
* Makefile.in: Regenerate.
|
3515 |
|
|
* emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
|
3516 |
|
|
* emultempl/ppc64elf.em: New file.
|
3517 |
|
|
|
3518 |
|
|
2002-01-15 DJ Delorie
|
3519 |
|
|
|
3520 |
|
|
* scripttempl/pe.sc: Add support for constructor priorities.
|
3521 |
|
|
|
3522 |
|
|
2002-01-07 Marek Michalkiewicz
|
3523 |
|
|
|
3524 |
|
|
* emulparams/avr1200.sh (DATA_START): Define as 0x60.
|
3525 |
|
|
* emulparams/avr23xx.sh: Likewise.
|
3526 |
|
|
* emulparams/avr4433.sh: Likewise.
|
3527 |
|
|
* emulparams/avr44x4.sh: Likewise.
|
3528 |
|
|
* emulparams/avr85xx.sh: Likewise.
|
3529 |
|
|
* emulparams/avrmega103.sh: Likewise.
|
3530 |
|
|
* emulparams/avrmega161.sh: Likewise.
|
3531 |
|
|
* emulparams/avrmega603.sh: Likewise.
|
3532 |
|
|
* scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
|
3533 |
|
|
|
3534 |
|
|
2002-01-08 Alexandre Oliva
|
3535 |
|
|
|
3536 |
|
|
* ldlang.c (walk_wild_section): Exclude object file if enclosing
|
3537 |
|
|
archive is excluded.
|
3538 |
|
|
|
3539 |
|
|
2002-01-07 Jason Thorpe
|
3540 |
|
|
|
3541 |
|
|
* Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
|
3542 |
|
|
(eshelf_nbsd.c): New rule.
|
3543 |
|
|
(eshlelf_nbsd.c): New rule.
|
3544 |
|
|
* Makefile.in: Regenerate.
|
3545 |
|
|
* configure.tgt (sh*le-*-netbsdelf*): New target.
|
3546 |
|
|
(sh*-*-netbsdelf*): New target.
|
3547 |
|
|
* emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
|
3548 |
|
|
* emulparams/shelf_nbsd.sh: New emulation.
|
3549 |
|
|
* emulparams/shlelf_nbsd.sh: New emulation.
|
3550 |
|
|
|
3551 |
|
|
2002-01-07 Nick Clifton
|
3552 |
|
|
|
3553 |
|
|
* po/es.po: New file: Spanish translation.
|
3554 |
|
|
* configure.in (ALL_LINGUAS): Add es.
|
3555 |
|
|
* configure: Regenerate.
|
3556 |
|
|
|
3557 |
|
|
2002-01-06 John Marshall
|
3558 |
|
|
|
3559 |
|
|
* ld.texinfo: Note that --emit-relocs is currently only
|
3560 |
|
|
implemented for ELF.
|
3561 |
|
|
|
3562 |
|
|
2002-01-05 Alan Modra
|
3563 |
|
|
|
3564 |
|
|
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
|
3565 |
|
|
of bfd_section_list_remove and bfd_section_list_insert macros.
|
3566 |
|
|
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
|
3567 |
|
|
* emultempl/mmo.em (mmo_place_orphan): Likewise.
|
3568 |
|
|
|
3569 |
|
|
2002-01-04 Jason Thorpe
|
3570 |
|
|
|
3571 |
|
|
* configure.tgt (x86_64-*-netbsd*): New target.
|
3572 |
|
|
|
3573 |
|
|
For older changes see ChangeLog-0001
|
3574 |
|
|
|
3575 |
|
|
Local Variables:
|
3576 |
|
|
mode: change-log
|
3577 |
|
|
left-margin: 8
|
3578 |
|
|
fill-column: 74
|
3579 |
|
|
version-control: never
|
3580 |
|
|
End:
|