]>
Commit | Line | Data |
---|---|---|
c45021f2 NC |
1 | 2001-06-18 H.J. Lu <[email protected]> |
2 | ||
3 | * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'. | |
4 | (diststuff): Add $(MANS). | |
5 | * Makefile.in: Regenerated. | |
6 | ||
7 | * ld.1: Removed. | |
8 | ||
6caa99ab HPN |
9 | 2001-06-18 Hans-Peter Nilsson <[email protected]> |
10 | ||
605d9b3a HPN |
11 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): |
12 | Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections. | |
13 | * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto. | |
14 | * ld.h (args_type): Remove member export_dynamic. All users | |
15 | changed to use struct bfd_link_info member. | |
16 | ||
6caa99ab HPN |
17 | * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on |
18 | $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em. | |
19 | * Makefile.in: Regenerate. | |
20 | ||
6f9efd97 L |
21 | 2001-06-18 H.J. Lu <[email protected]> |
22 | ||
23 | * ldlang.c (init_os): Add the newline to the einfo call. | |
24 | (lang_check): Likewise. | |
25 | (lang_do_version_exports_section): Likewise. | |
26 | ||
5af9fd8b L |
27 | 2001-06-15 H.J. Lu <[email protected]> |
28 | ||
29 | * lexsup.c (parse_args); Save optind to report unrecognized | |
30 | option. | |
31 | ||
2a096f04 HPN |
32 | 2001-06-15 Hans-Peter Nilsson <[email protected]> |
33 | ||
7e66c3f5 HPN |
34 | * ldlang.c (lang_check): Emit fatal error if relocatable link |
35 | between different object flavours. | |
36 | ||
2a096f04 HPN |
37 | * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>: |
38 | Set new link_info member export_dynamic. | |
39 | * ldmain.c (main): Initialize new link_info member export_dynamic. | |
40 | ||
6770ec8c NC |
41 | 2001-06-12 Nick Clifton <[email protected]> |
42 | ||
43 | * ldlang.c (walk_wild): Only call walk_wild_file if | |
44 | lookup_name returns something. | |
45 | (lookup_name): If load_symbols fails, return NULL. | |
46 | (load_symbols): Chnage to a boolean function. | |
47 | (open_input_bfds): If load_symbols fails then do not make the | |
48 | executable. | |
49 | ||
8529105a AM |
50 | 2001-06-08 Alan Modra <[email protected]> |
51 | ||
52 | * ldlang.c (record_bfd_errors): Remove. | |
53 | ||
54 | * emultempl/aix.em: Fix copyright dates. | |
55 | ||
8f3aa7a0 AJ |
56 | 2001-06-07 Andreas Jaeger <[email protected]> |
57 | ||
58 | * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase. | |
59 | (TEXT_START_ADDR): Likewise. | |
60 | ||
3277f888 AM |
61 | 2001-06-06 Martin Schwidefsky <[email protected]> |
62 | ||
63 | * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390. | |
64 | ||
3763134d DD |
65 | 2001-06-05 Danny Smith <[email protected]> |
66 | ||
67 | * emultempl/pe.em (init): Reduce default stack reserve to 0x200000. | |
68 | ||
5929ebc0 L |
69 | 2001-05-31 H.J. Lu <[email protected]> |
70 | ||
71 | * ldlang.c (open_input_bfds): Don't change the bfd error | |
72 | handler whilst loading symbols. | |
73 | ||
c04a062d NC |
74 | 2001-05-28 Nick Clifton <[email protected]> |
75 | ||
76 | * configure.tgt: Remove i370-mvs architecture, it is not currently | |
77 | supported. | |
78 | ||
96fcab3e L |
79 | 2001-05-25 H.J. Lu <[email protected]> |
80 | ||
81 | * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK | |
82 | like emulparams/aixppc.sh. | |
83 | ||
db8d4f23 L |
84 | 2001-05-25 H.J. Lu <[email protected]> |
85 | ||
86 | * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move | |
87 | setting of output_filename after bfd_scan_arch. | |
88 | * emultempl/pe.em: Likewise. | |
89 | ||
5f642101 L |
90 | 2001-05-25 H.J. Lu <[email protected]> |
91 | ||
92 | * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK | |
93 | like emulparams/aixppc.sh. | |
94 | ||
95 | * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed | |
96 | instead of ${srcdir}/emultempl/stringify.sed. | |
97 | ||
64e9ece0 TW |
98 | 2001-05-25 Timothy Wall <[email protected]> |
99 | ||
100 | * emulparams/elf64_aix.sh: Change settings to match IBM linker | |
8f3aa7a0 | 101 | output. |
64e9ece0 | 102 | |
c709b096 AM |
103 | 2001-05-25 Alan Modra <[email protected]> |
104 | ||
105 | * configure.host: Replace linuxoldld with linux*oldld. | |
106 | * configure.tgt: Likewise. | |
107 | ||
6cbdcc6f L |
108 | 2001-05-24 H.J. Lu <[email protected]> |
109 | ||
110 | * emultempl/stringify.sed: Removed again. | |
111 | ||
86af25fe L |
112 | 2001-05-24 H.J. Lu <[email protected]> |
113 | ||
114 | * emultempl/aix.em (OUTPUT_ARCH): Defined. | |
115 | (gld${EMULATION_NAME}_before_parse): Initialize | |
116 | ldfile_output_architecture, ldfile_output_machine and | |
117 | ldfile_output_machine_name from ${OUTPUT_ARCH} if possible. | |
118 | * emultempl/beos.em: Likewise. | |
119 | * emultempl/elf32.em: Likewise. | |
120 | * emultempl/linux.em: Likewise. | |
121 | * emultempl/mipsecoff.em: Likewise. | |
122 | * emultempl/pe.em: Likewise. | |
123 | * emultempl/sunos.em: Likewise. | |
124 | ||
3b1b01cf TR |
125 | 2001-05-24 Tom Rix <[email protected]> |
126 | ||
8f3aa7a0 | 127 | * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) |
3b1b01cf TR |
128 | udate import file format. |
129 | (change_symbol_mode) New, same | |
130 | (is_syscall) New, same | |
131 | * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK | |
132 | * emulparams/aixppc64.sh : same | |
133 | * emulparams/aixrs6.sh : same | |
134 | * emulparams/ppcmacos.sh : same | |
135 | * emultempl/aix.em : use strtoull to parse options | |
136 | * Makefile.am : add eaixppc64 emulation for xcoff64 | |
137 | * Makefile.in : same | |
138 | * configure.tgt : same | |
139 | ||
140 | * scripttempl/aix.sc : default text section offset to 0x10000000 | |
141 | default data section offset to 0x20000000 | |
142 | add .sv3264 and .sv64 pseudo sections | |
8f3aa7a0 | 143 | loader and debug sections use the currect section offset. |
3b1b01cf TR |
144 | |
145 | * emultempl/aix.em : Add xcoff64 support | |
146 | Add -binitfini support | |
8f3aa7a0 | 147 | (gld${EMULATION_NAME}_before_parse) -binitfini |
3b1b01cf | 148 | (gld${EMULATION_NAME}_parse_args) same |
8f3aa7a0 | 149 | (gld${EMULATION_NAME}_before_allocation) format change for special |
3b1b01cf TR |
150 | sections |
151 | ||
152 | * emulparams/aixppc64.sh : New file for xcoff64 support | |
8f3aa7a0 | 153 | |
57e6abd2 AO |
154 | 2001-05-23 Alexandre Oliva <[email protected]> |
155 | ||
156 | * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new | |
157 | variable to avoid non-portable shell construct. | |
158 | ||
d1cf510e NC |
159 | 2001-05-23 Thiemo Seufer <[email protected]> |
160 | ||
161 | * ldmain.c (get_emulation): Add -mips5 command line argument. | |
162 | ||
506eee22 NC |
163 | 2001-05-22 Alexandre Oliva <[email protected]> |
164 | ||
165 | * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh. | |
166 | (ELF_INTERPRETER_NAME): Define it. | |
167 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use | |
168 | it. | |
169 | * configure.tgt (targ_emul, targ_extra_emuls) | |
170 | [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso | |
171 | as primary, elf_i386 as extra. | |
172 | * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o. | |
173 | (eelf_i386_ldso.c): New rule. | |
174 | * Makefile.in: Rebuilt. | |
175 | ||
176 | 2001-05-22 Nick Clifton <[email protected]> | |
177 | ||
178 | * lexsup.c (ld_options): Allow -I to be an alias for | |
179 | --dynamic-linker. This is for Solaris compatability. | |
180 | * ld.texinfo: Document that -I can be used. | |
181 | * ld.1: Regenerate. | |
182 | ||
d1778b88 AM |
183 | 2001-05-16 Alan Modra <[email protected]> |
184 | ||
185 | * ldlang.c (wild_doit): Use linker_has_input to reliably determine | |
186 | whether an input section is the first one assigned to an output | |
187 | section. | |
188 | Assorted formatting fixes. | |
189 | ||
02649152 DD |
190 | 2001-05-14 DJ Delorie <[email protected]> |
191 | ||
192 | * Makefile.am (ld.dvi): Search bfd/doc for texinfo files. | |
193 | * Makefile.in: Ditto. | |
194 | ||
579f31ac JJ |
195 | 2001-05-11 Jakub Jelinek <[email protected]> |
196 | ||
197 | * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put | |
198 | .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind* | |
199 | output sections. | |
200 | * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise. | |
201 | ||
8550eb6e JJ |
202 | 2001-05-11 Jakub Jelinek <[email protected]> |
203 | ||
204 | * ldlang.c (lang_process): Call bfd_merge_sections. | |
205 | ||
8e5a525c AM |
206 | 2001-05-07 Thiemo Seufer <[email protected]> |
207 | ||
208 | * ldgram.y: Fix typo. | |
209 | ||
1c9acd94 L |
210 | 2001-05-03 H.J. Lu <[email protected]> |
211 | ||
212 | * emultempl/elf32.em: Include "libiberty.h". | |
213 | (gld${EMULATION_NAME}_vercheck): Call basename () to get the | |
214 | basename of the bfd filename. | |
215 | (gld${EMULATION_NAME}_stat_needed): Likewise. | |
216 | (gld${EMULATION_NAME}_try_needed): Likewise. | |
217 | (gld${EMULATION_NAME}_open_dynamic_archive): Likewise. | |
218 | ||
14fe918e L |
219 | 2001-05-02 H.J. Lu <[email protected]> |
220 | ||
221 | * emultempl/pe.em: Include <ctype.h>. | |
222 | ||
c7e40348 NC |
223 | 2001-05-02 Johan Rydberg <[email protected]> |
224 | ||
225 | * emulparams/elf32openrisc.sh: New file. | |
226 | ||
227 | * Makefile.am: Add OpenRISC target. | |
228 | * Makefile.in: Regenerated. | |
229 | ||
230 | * configure.tgt: Add openrisc-*-* mapping. | |
231 | ||
232 | 2001-05-02 Nick Clifton <[email protected]> | |
233 | ||
234 | * emultempl/aix.em: Replace buystring with xstrdup. | |
235 | * emultempl/beos.em: Replace buystring with xstrdup. | |
8f3aa7a0 | 236 | |
d1b2b2dc L |
237 | 2001-05-02 H.J. Lu <[email protected]> |
238 | ||
239 | * ldfile.c: Include "libiberty.h". | |
240 | * ldlex.l: Likewise. | |
241 | ||
242 | * ldmisc.c (buystring): Removed. | |
243 | * ldmisc.h: Likewise. | |
244 | ||
245 | * ldfile.c: Replace buystring with xstrdup. | |
246 | * ldlang.c: Likewise. | |
247 | * ldlex.l: Likewise. | |
248 | * ldmain.c: Likewise. | |
249 | * ldmisc.c: Likewise. | |
250 | * lexsup.c: Likewise. | |
251 | * mpw-eppcmac.c: Likewise. | |
252 | ||
35714f2a AJ |
253 | 2001-04-30 Andreas Jaeger <[email protected]> |
254 | ||
255 | * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value. | |
256 | ||
884fb58e NC |
257 | 2001-04-28 Paul Sokolovsky <[email protected]> |
258 | ||
259 | * ldlang.c (load_symbols): Give emulation a chance | |
260 | to process unrecognized file before fatal error is | |
261 | reported, not after. | |
262 | ||
87748b32 NC |
263 | 2001-04-27 Sean McNeil <[email protected]> |
264 | ||
265 | * configure.tgt: Add arm-vxworks target. | |
266 | * scripttempl/armcoff.sc: Support .text or .data as a section name | |
267 | prefix. | |
268 | Define _etext. | |
35714f2a | 269 | |
7ce691ae C |
270 | 2001-04-13 J.T. Conklin <[email protected]> |
271 | ||
272 | * ld.texinfo: Document --fatal-warnings. | |
273 | * ld.1: Regenerate. | |
274 | ||
275 | * ldmisc.c (vfinfo): Set flag to inhibit making executable if | |
35714f2a | 276 | warnings have been turned into errors. |
7ce691ae C |
277 | * lexsup.c (OPTION_WARN_FATAL): Define. |
278 | (ld_options): Entry for --fatal-warnings. | |
279 | (parse_args): Handle OPTION_WARN_FATAL. | |
280 | * ld.h (ld_config_type): Add fatal_warnings field. | |
281 | ||
f5fa8ca2 JJ |
282 | 2001-04-13 Jakub Jelinek <[email protected]> |
283 | ||
284 | * ldmain.c (main): Default to discard_sec_merge. | |
285 | * lexsup.c (OPTION_DISCARD_NONE): Define. | |
286 | (ld_options): Add --discard-none. | |
287 | (parse_args): Handle OPTION_DISCARD_NONE. | |
288 | * ldlang.c (wild_doit): SEC_MERGE should be set in the output | |
289 | section only if SEC_MERGE and SEC_STRINGS flags and entsize of | |
290 | all its input sections match. | |
291 | ||
fdec3cfc L |
292 | 2001-04-05 Steven J. Hill <[email protected]> |
293 | ||
294 | * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o. | |
295 | (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o. | |
296 | (eelf32ltsmip.c): New target. | |
297 | (eelf64btsmip.c): Likewise. | |
298 | (eelf64ltsmip.c): Likewise. | |
299 | * Makefile.in: Regenerated. | |
300 | ||
301 | * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS | |
302 | target. | |
303 | (mips*-*-linux-gnu*): Likewise. | |
304 | ||
305 | * emulparams/elf32ltsmip.sh: New. Traditional little endian | |
306 | MIPS taget. | |
35714f2a | 307 | * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian |
fdec3cfc L |
308 | target. |
309 | * emulparams/elf64ltsmip.sh: New. Traditional 64bit little | |
310 | endian target. | |
311 | ||
589bad82 HPN |
312 | 2001-04-05 Hans-Peter Nilsson <[email protected]> |
313 | ||
314 | * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide | |
315 | correct value of __Stext here. | |
316 | (TEXT_START_SYMBOLS): Define; always define __Stext, to start of | |
317 | .startup section. | |
318 | ||
319 | * emulparams/crislinux.sh: Remove FIXME. | |
320 | ||
94202e16 AM |
321 | 2001-04-02 Alan Modra <[email protected]> |
322 | ||
323 | * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k. | |
324 | (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise. | |
325 | ||
1268a053 HPN |
326 | 2001-03-27 Hans-Peter Nilsson <[email protected]> |
327 | ||
328 | * configure.tgt (cris-*-*): Change default emulation to criself. | |
329 | (cris-*-*aout*): New rule. | |
330 | ||
d85e9ff7 AM |
331 | 2001-03-27 Matthew Wilcox <[email protected]> |
332 | ||
333 | * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000. | |
334 | (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto. | |
335 | ||
0879a67a AJ |
336 | 2001-03-26 Andreas Jaeger <[email protected]> |
337 | ||
338 | * ld.texinfo (Overview): Fix syntax in texi code. | |
339 | ||
0285c67d NC |
340 | 2001-03-25 Stephane Carrez <[email protected]> |
341 | ||
342 | * ld.texinfo: Put @c man indications to generate the ld man page. | |
343 | When generating man, define all the variables. Define SEEALSO | |
344 | and SYNOPSIS. Re-organize some lines to avoid the cross references. | |
345 | * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables. | |
346 | (ld.1): Generate from ld.texinfo. | |
347 | * Makefile.in: Regenerate. | |
348 | ||
c20ec07b NC |
349 | 2001-03-23 Mark Elbrecht <[email protected]> |
350 | ||
351 | * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections' | |
352 | and '-fdata-sections'. Set the VMA of STABS sections to zero. | |
353 | ||
cc5ce052 UD |
354 | 2001-03-17 Ulrich Drepper <[email protected]> |
355 | ||
356 | * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME | |
357 | is an absolute path look only for this file and not along the path. | |
358 | ||
a1ab1d2a UD |
359 | 2001-03-17 Ulrich Drepper <[email protected]> |
360 | ||
361 | * emultempl/elf32.em (OPTION_GROUP): New macro. | |
362 | Add new option Bgroup to longopts. | |
363 | (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs. | |
364 | (gld*_list_options): Add -Bgroup and -z defs. | |
365 | * ld.1: Document -Bgroup and -z defs. | |
366 | * ld.texinfo: Likewise. | |
367 | ||
788fca5a MM |
368 | 2001-03-07 Michael Meissner <[email protected]> |
369 | ||
370 | * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal | |
371 | with sections created by -fdata-sections. | |
372 | (.dynbss,.bss): Ditto. | |
373 | ||
1c7566d1 AM |
374 | 2001-03-05 Alan Modra <[email protected]> |
375 | ||
376 | * emultempl/m68kelf.em (m68k_elf_after_allocation): Call | |
377 | after_allocation_default, not gld..._before_allocation. | |
378 | ||
27b7e12d AM |
379 | 2001-02-27 Alan Modra <[email protected]> |
380 | ||
381 | * configure.in (BFD_VERSION): New. | |
382 | (AM_INIT_AUTOMAKE): Use $BFD_VERSION. | |
383 | * configure: Regenerate. | |
384 | * Makefile.am: Run "make dep-am" | |
385 | * Makefile.in: Regenerate. | |
386 | ||
2bc551c7 TW |
387 | 2001-02-26 Timothy Wall <[email protected]> |
388 | ||
389 | * emulparams/elf64_aix.sh: Add additional read-only sections; | |
390 | uncomment lines which are now required. | |
391 | ||
1276aefa NC |
392 | 2001-02-26 H.J. Lu <[email protected]> |
393 | ||
394 | * ldlang.c (open_input_bfds): Set the bfd error handler so | |
395 | that problems can be caught whilst loading symbols. | |
396 | (record_bfd_errors): New function: Report BFD errors and mark | |
397 | the executable output as being invalid. | |
398 | ||
41c49998 TW |
399 | 2001-02-22 Timothy Wall <[email protected]> |
400 | ||
401 | * configure.host: Add configuration for ia64-*-aix*. | |
402 | * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*. | |
403 | Add dependencies for eelf64_aix.c. | |
404 | * Makefile.in: Regenerate. | |
405 | * configure.tgt: Add ia64-*-aix* mapping. | |
406 | * emulparams/elf64_aix.sh: Add settings for elf64 on aix5. | |
a2b64bed | 407 | * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from |
0879a67a AJ |
408 | AIX-specific test. |
409 | ||
78f85fd7 L |
410 | 2001-02-20 H.J. Lu <[email protected]> |
411 | ||
412 | * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to | |
413 | false if we found the file. | |
414 | ||
1ac7e077 | 415 | 2001-02-18 David O'Brien <[email protected]> |
fb33b906 DB |
416 | |
417 | * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64, | |
418 | FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries. | |
419 | ||
e135f41b NC |
420 | 2001-02-18 lars brinkhoff <[email protected]> |
421 | ||
422 | * Makefile.am: Add PDP-11 target. | |
423 | * configure.tgt: Likewise. | |
424 | * emulparams/pdp11.sh: New file. | |
425 | ||
a842aceb DB |
426 | 2001-02-17 David O'Brien <[email protected]> |
427 | ||
428 | * configure.host: Add a generic FreeBSD configuration entry such that | |
429 | all [modern] FreeBSD systems on all platforms will look the same. | |
430 | ||
24174db0 L |
431 | 2001-02-14 H.J. Lu <[email protected]> |
432 | ||
433 | * configure.tgt: Remove mention of earmelf_linux26. | |
434 | ||
30c3c13a RH |
435 | 2001-02-13 Richard Henderson <[email protected]> |
436 | ||
437 | * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove. | |
438 | ||
b46a87b1 L |
439 | 2001-02-13 H.J. Lu <[email protected]> |
440 | ||
441 | * ldexp.h (node_type): Add etree_provided. | |
442 | * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node | |
443 | type to etree_provided if defined by PROVIDE. Allow updating | |
0879a67a | 444 | for etree_provided. |
b46a87b1 L |
445 | (exp_print_tree): Handle etree_provided. |
446 | * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle | |
447 | etree_provided. | |
448 | ||
f3988fd9 RH |
449 | 2001-02-09 David Mosberger <[email protected]> |
450 | ||
451 | * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add | |
452 | .IA_64.unwind.* pattern to unwind table section and | |
453 | .IA_64.unwind_info* pattern to unwind info section. | |
454 | ||
a85d7ed0 NC |
455 | 2001-02-09 Martin Schwidefsky <[email protected]> |
456 | ||
457 | * Makefile.am: Add linux target for S/390. | |
458 | * Makefile.in: Likewise. | |
459 | * configure.host: Likewise. | |
460 | * configure.tgt: Likewise. | |
461 | * emulparams/elf64_s390.sh: New file. | |
462 | * emulparams/elf_s390.sh: New file. | |
463 | ||
780248c4 JJ |
464 | 2001-02-09 Jakub Jelinek <[email protected]> |
465 | ||
466 | * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into | |
467 | targ_extra_libpath. | |
468 | (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath. | |
469 | ||
0e2534bd PB |
470 | 2001-02-06 Philip Blundell <[email protected]> |
471 | ||
472 | * Makefile.am: Remove mention of earmelf_linux26. | |
473 | * Makefile.in: Regenerate. | |
474 | ||
46c1ea57 PB |
475 | 2001-02-04 Philip Blundell <[email protected]> |
476 | ||
477 | * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000. | |
478 | * emulparams/armelf_linux26.sh: Delete. | |
479 | * configure.tgt: Remove mention of armelf_linux26 emulation. | |
480 | ||
0088edd2 NC |
481 | 2001-02-01 Nick Clifton <[email protected]> |
482 | ||
483 | * ld.1: Replace occurances of -oformat with --oformat. | |
484 | ||
02aa14fb AM |
485 | 2001-01-25 Jim Driftmyer <[email protected]> |
486 | ||
487 | * ldlang.c (lang_leave_overlay): Don't set lma_region when | |
488 | load_base is specified. | |
489 | ||
f813923c HPN |
490 | 2001-01-24 Hans-Peter Nilsson <[email protected]> |
491 | ||
492 | * emultempl/elf32.em: Correct spelling in comments and listed | |
493 | options. | |
494 | ||
c1eb1488 AM |
495 | 2001-01-23 Alan Modra <[email protected]> |
496 | ||
497 | * ldlang.c (lang_leave_overlay): Only set lma_region from the | |
498 | default for the first section of a group of overlay sections. | |
499 | ||
d9fc3714 AM |
500 | 2001-01-22 Alan Modra <[email protected]> |
501 | ||
502 | * Makefile.am (GENSCRIPTS): Pass exec_prefix. | |
503 | * Makefile.in: Regenerate. | |
504 | * genscripts.sh: Use exec_prefix parameter to specify tool lib. | |
505 | Check for null tool_dir. | |
506 | ||
6be0ca94 JW |
507 | 2001-01-16 Jim Wilson <[email protected]> |
508 | ||
509 | * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind | |
510 | and IA_64.unwind.info. | |
511 | ||
b9247304 L |
512 | 2001-01-16 H.J. Lu <[email protected]> |
513 | ||
514 | * ldlang.c (lang_check): Merge the private data only if the | |
515 | input file has contents. | |
516 | ||
577a0623 AM |
517 | 2001-01-14 Alan Modra <[email protected]> |
518 | ||
d952f17a AM |
519 | * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux. |
520 | ||
ffd6e9de AM |
521 | * emultempl/hppaelf.em (hppaelf_after_parse): New function, |
522 | enabling search for libmilli. On a relocatable link, make .text | |
523 | sections unique. | |
524 | (LDEMUL_AFTER_PARSE): Define. | |
525 | (hppaelf_finish): Correct spelling of relocatable in comments. | |
526 | ||
577a0623 AM |
527 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't |
528 | rummage through the script for sections on the unique list. | |
529 | Correct length of strncmp for ".note". | |
530 | (gld${EMULATION_NAME}_check_needed): Rearrange function. | |
531 | ||
532 | * ldlang.c (unique_section_list): New var. | |
533 | (unique_section_p): New function. | |
534 | (walk_wild_section): Don't match sections on unique_section_list. | |
535 | (lang_add_unique): New function. | |
ffd6e9de | 536 | Correct spelling of relocatable in comments. |
577a0623 AM |
537 | |
538 | * ldlang.h (struct unique_sections): Declare. | |
539 | (unique_section_list): Declare. | |
540 | (unique_section_p): Declare. | |
541 | (lang_add_unique): Declare. | |
542 | ||
543 | * lexsup.c (ld_options): Allow --unique to take an optional arg. | |
544 | (parse_args [OPTION_UNIQUE]): Call lang_add_unique. | |
545 | ||
546 | * ld.texinfo (--unique): Update. | |
547 | ||
b7ed8fad NC |
548 | 2001-01-13 Nick Clifton <[email protected]> |
549 | ||
550 | * lexsup.c (parse_args): Remove spurious white space. | |
551 | ||
d0398d6a NC |
552 | 2001-01-12 Nick Clifton <[email protected]> |
553 | ||
554 | * lexsup.c (parse_args): Update copyright date. | |
555 | ||
350fdb00 PB |
556 | 2001-01-12 Philip Blundell <[email protected]> |
557 | ||
558 | * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin. | |
559 | ||
60c6797e KH |
560 | 2001-01-10 Kazu Hirata <[email protected]> |
561 | ||
562 | * scripttempl/h8300.sc: Fix formatting. Fix a comment typo. | |
563 | * scripttempl/h8300h.sc: Fix formatting. | |
564 | * scripttempl/h8300s.sc: Likewise. | |
69f06969 KH |
565 | * scripttempl/h8500.sc: Likewise. |
566 | * scripttempl/h8500b.sc: Likewise. | |
567 | * scripttempl/h8500c.sc: Likewise. | |
568 | * scripttempl/h8500m.sc: Likewise. | |
569 | * scripttempl/h8500s.sc: Likewise. | |
60c6797e | 570 | |
482e8b32 DB |
571 | 2000-01-07 David O'Brien <[email protected]> |
572 | ||
573 | * emultempl/elf32.em: Only perform Linux ld hints processing when | |
574 | targeting Linux. | |
575 | ||
d7ed7ca6 PB |
576 | 2001-01-07 Philip Blundell <[email protected]> |
577 | ||
578 | * ld.texinfo (Bug Reporting): Update email address for reports. | |
579 | ||
0fc3347a NC |
580 | 2000-12-31 Nick Clifton <[email protected]> |
581 | ||
582 | * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long | |
583 | options by checking for a return value of '?' not -1. | |
584 | ||
e4897a32 NC |
585 | 2000-12-28 Nick Clifton <[email protected]> |
586 | ||
587 | * lexsup.c (struct ld_option): Add new enum value: | |
588 | EXACTLY_TWO_DASHES. | |
589 | (ld_options[]): Change -omagic, -output and -oformat options | |
590 | to be EXACTLY_TWO_DASHES. | |
591 | (OUTPUT_COUNT): Use ARRAY_SIZE. | |
592 | (parse_args): Change parameter 'argc' to unsigned. | |
593 | Place EXACTLY_TWO_DASHES options into new really_longopts | |
594 | array. | |
595 | If getopt_long_only fails, try calling getopt_long using the | |
596 | really_longopts array. | |
597 | (help): Print a double dash for both EXACTLY_TWO_DASHES and | |
598 | TWO_DASHES options. | |
599 | ||
600 | * ldlex.h: Fix prototype of parse_args. | |
601 | ||
602 | * ld.texinfo: Document that long options starting with 'o' | |
603 | must be preceeded by two dashes. Change example of a single | |
604 | dashed long option from -oformat to -trace-symbol. | |
605 | ||
1122a5fc NC |
606 | 2000-12-26 Danny Smith <[email protected]> |
607 | ||
608 | * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define. | |
609 | (longopts[]): New --no-default-excludes option. | |
610 | (gld_${EMULATION_NAME}_list_options): Document. | |
611 | (gld_${EMULATION_NAME}_parse_args): Handle. | |
612 | ||
037849a9 NC |
613 | 2000-12-13 Michael Sokolov <[email protected]> |
614 | ||
615 | * ldlang.c (new_stat): Revert the last beautification with "innocent" | |
616 | whitespace, it breaks the K&R C preprocessor. | |
617 | ||
7ec229ce DD |
618 | 2000-12-11 DJ Delorie <[email protected]> |
619 | ||
620 | * ld.texinfo: Add notes about --whole-archive and gcc. | |
621 | ||
b79e8c78 NC |
622 | 2000-11-18 Fred Fish <[email protected]> |
623 | ||
624 | * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define. | |
625 | (ld_options): Entry for --allow-shlib-undefined. | |
626 | (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED. | |
627 | * ldmain.c (main): Initialize link_info.allow_shlib_undefined | |
628 | to false. | |
629 | * ld.texinfo: Document new command line switch. | |
d952f17a | 630 | |
9a8e2505 GK |
631 | 2000-12-12 Geoffrey Keating <[email protected]> |
632 | ||
633 | * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): | |
634 | .fixup is actually read/write. | |
635 | * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
636 | * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
637 | * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
638 | ||
b8355149 JH |
639 | Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <[email protected]> |
640 | ||
641 | * NEWS: Add note about x86_64 architecture. | |
642 | ||
93b63cd3 DD |
643 | 2000-12-06 Mark Elbrecht <[email protected]> |
644 | ||
645 | * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end. | |
646 | Set DWARF2 sections to a VMA of zero. | |
647 | ||
24f6971a NC |
648 | 2000-12-01 Joel Sherrill <[email protected]> |
649 | ||
d952f17a | 650 | * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*): |
24f6971a NC |
651 | New targets. |
652 | (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets. | |
653 | (sparc*-*-rtems*): Switched from a.out to ELF. | |
654 | ||
2be3aa03 NC |
655 | 2000-11-30 Jan Hubicka <[email protected]> |
656 | ||
657 | * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o | |
658 | (eelf_x86_64.c): New. | |
659 | * Makefile.in: Regenerate. | |
660 | * configure.tgt: Add support for x86_64-*-linux-gnu*. | |
661 | * emulparams/elf_x86_64.sh: New. | |
662 | ||
8c899858 HPN |
663 | 2000-11-30 Hans-Peter Nilsson <[email protected]> |
664 | ||
665 | * emulparams/crislinux.sh (ENTRY): Change back to _start. | |
666 | (TEXT_START_SYMBOLS): Remove conditional setting of __start. | |
667 | ||
668 | * scripttempl/crisaout.sc: Change all RELOCATING not related to | |
669 | merging non-a.out sections into CONSTRUCTING. | |
670 | ||
e47b9e39 NC |
671 | 2000-11-28 Nick Clifton <[email protected]> |
672 | ||
673 | * ld.1 (COPYING): Mention that the GNU Free Documentation | |
674 | License is present in the sources, but not the output, and | |
675 | also available from the GNU website. | |
676 | (GNU Free Documentation License): Comment out this section. | |
677 | ||
ad95f82a DB |
678 | 2000-11-28 David O'Brien <[email protected]> |
679 | ||
680 | * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF | |
681 | does not use them. | |
682 | ||
fd89e65f DB |
683 | 2000-11-25 David O'Brien <[email protected]> |
684 | ||
685 | * ld.1: Remove old date so it does not give the impression the manpage | |
686 | is way out of date. | |
687 | ||
077b8428 NC |
688 | 2000-11-24 Nick Clifton <[email protected]> |
689 | ||
690 | * configure.tgt (xscale-coff): Add target. | |
691 | (xscale-elf): Add target. | |
692 | ||
49425d28 NC |
693 | 2000-11-24 Fred Fish <[email protected]> |
694 | ||
d952f17a AM |
695 | * ldmain.c (main): Remove redundant init of config.make_executable |
696 | to true. | |
49425d28 | 697 | |
d3480244 RH |
698 | 2000-11-15 Richard Henderson <[email protected]> |
699 | ||
700 | * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M. | |
701 | ||
1ce7de8b KH |
702 | 2000-11-14 Kazu Hirata <[email protected]> |
703 | ||
704 | * scripttempl/h8300.sc: Fix formatting. | |
705 | * scripttempl/h8300h.sc: Likewise. | |
706 | * scripttempl/h8300s.sc: Likewise. | |
707 | ||
208d5cd0 DC |
708 | Tue Nov 14 00:59:19 2000 Denis Chertykov <[email protected]> |
709 | ||
710 | * scripttempl/elf32avr.sc: Fix bug in .eeprom segment. | |
711 | ||
2e418547 PB |
712 | 2000-11-09 Philip Blundell <[email protected]> |
713 | ||
714 | * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME | |
715 | around orphan sections whose names can be represented in C. | |
716 | ||
c940e6fc JW |
717 | 2000-11-07 Jim Wilson <[email protected]> |
718 | ||
719 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local | |
720 | hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata. | |
721 | ||
704c465c NC |
722 | 2000-11-06 Nick Clifton <[email protected]> |
723 | ||
724 | * ld.texinfo: Add GNU Free Documentation License. | |
725 | * ldint.texinfo: Add GNU Free Documentation License. | |
cf055d54 | 726 | * ld.1: Add GNU Free Documentation License. |
704c465c | 727 | |
dca7760f AM |
728 | 2000-11-05 Alan Modra <[email protected]> |
729 | ||
730 | * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer, | |
731 | yy_is_interactive, yy_at_bol, and yy_fill_buffer. | |
732 | ||
733 | * Makefile.am (DISTCLEANFILES): Add stringify.sed. | |
734 | Move 2000-11-02 Makefile.in changes to this file. | |
735 | * Makefile.in: Regenerate. | |
736 | ||
40a633d5 NC |
737 | 2000-11-03 Nick Clifton <[email protected]> |
738 | ||
739 | * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose | |
740 | constructors and destructors. | |
741 | * scripttempl/h8300h.sc: Ditto. | |
742 | * scripttempl/h8300s.sc: Ditto. | |
743 | * scripttempl/h8500.sc: Ditto. | |
744 | * scripttempl/h8500b.sc: Ditto. | |
745 | * scripttempl/h8500c.sc: Ditto. | |
746 | * scripttempl/h8500m.sc: Ditto. | |
747 | * scripttempl/h8500s.sc: Ditto. | |
748 | * scripttempl/v850.sc: Ditto. | |
749 | * scripttempl/w65.sc: Ditto. | |
750 | * scripttempl/z8000.sc: Ditto. | |
751 | ||
59ff2774 NC |
752 | 2000-11-02 Per Lundberg <[email protected]> |
753 | ||
754 | * Makefile.in (e_i386_chaos.c): New rule. | |
755 | (ALL_EMULATIONS): Added e_i386_chaos.o. | |
756 | * emulparams/elf_i386_chaos.sh: New file. | |
757 | * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos. | |
758 | ||
645571e1 JJ |
759 | 2000-10-20 Jakub Jelinek <[email protected]> |
760 | ||
761 | * emulparams/elf64_sparc.sh (TEXT_START_ADDR, | |
762 | NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets. | |
763 | Fix sed invocation, so that it coped with '/' in Solaris 64bit | |
764 | library path suffix. | |
765 | Based on patch by Andrew Macleod <[email protected]>. | |
766 | ||
c5975a45 HPN |
767 | 2000-10-18 Hans-Peter Nilsson <[email protected]> |
768 | ||
769 | * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32), | |
770 | for consecutive sections. | |
771 | ||
ea20a7da CC |
772 | 2000-10-17 Chandrakala Chavva <[email protected]> |
773 | ||
d952f17a AM |
774 | * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific |
775 | options. | |
776 | * ld.texinfo: Added notes about this new option. | |
ea20a7da | 777 | |
6e45556a NC |
778 | 2000-10-16 Nick Clifton <[email protected]> |
779 | ||
780 | * emultempl/pe.em (_after_open): Add tests of return values from | |
781 | bfd functions. Emit appropriate error messages if necessary. | |
782 | ||
b9a69188 NC |
783 | 2000-10-13 Nick Clifton <[email protected]> |
784 | ||
785 | * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms' | |
102c86f8 NC |
786 | local variables - they are not used, but leave in the call to |
787 | bfd_canonicalize_symtab. | |
b9a69188 NC |
788 | (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of |
789 | pe_dll_search_prefix. | |
790 | ||
627427de | 791 | 2000-10-12 Charles Wilson <[email protected]> |
d952f17a | 792 | |
627427de DD |
793 | * emultempl/pe.em (pe_dll_search_prefix): New variable, |
794 | (longopts): New --dll-search-prefix option. | |
795 | (gld_${EMULATION_NAME}_list_options): Document. | |
796 | (gld_${EMULATION_NAME}_parse_args): Handle. | |
797 | (gld_${EMULATION_NAME}_open_dynamic_archive): When linking | |
798 | dynamically, search for a dll named '<prefix><basename>.dll' | |
799 | in preference to 'lib<basename>.dll' if --dll-search-prefix | |
800 | is specified. | |
801 | ||
24376d1b AM |
802 | 2000-10-12 Alan Modra <[email protected]> |
803 | ||
804 | * ldlang.c (section_already_linked): Set kept_section instead of | |
805 | sec->comdat->sec. | |
806 | ||
e47d05ad KH |
807 | 2000-10-10 Kazu Hirata <[email protected]> |
808 | ||
809 | * deffile.h: Fix formatting. | |
810 | * lexsup.c: Likewise. | |
811 | * mri.c: Likewise. | |
812 | ||
23a87948 DD |
813 | 2000-10-09 Paul Sokolovsky <[email protected]> |
814 | ||
815 | * pe-dll.c (make_one): Do not generate code thunk for DATA | |
816 | exports. | |
817 | (process_def_file): deduce DATA flag for auto-export sumbols. | |
818 | ||
86b1cc60 KH |
819 | 2000-10-09 Kazu Hirata <[email protected]> |
820 | ||
89cdebba KH |
821 | * ld.h: Fix formatting. |
822 | * ldcref.c: Likewise. | |
823 | * ldctor.h: Likewise. | |
824 | * ldemul.c: Likewise. | |
825 | * ldemul.h: Likewise. | |
826 | * ldexp.c: Likewise. | |
827 | * ldexp.h: Likewise. | |
828 | * ldfile.c: Likewise. | |
829 | * ldfile.h: Likewise. | |
830 | * ldlang.c: Likewise. | |
831 | * ldlang.h: Likewise. | |
832 | * ldmain.c: Likewise. | |
7bfd51a3 KH |
833 | * pe-dll.c: Likewise. |
834 | ||
835 | * pe-dll.c: Revert some formatting fixes. | |
86b1cc60 | 836 | |
d643799d KH |
837 | 2000-10-08 Kazu Hirata <[email protected]> |
838 | ||
839 | * pe-dll.c: Fix formatting. | |
840 | ||
08da4cac KH |
841 | 2000-10-05 Kazu Hirata <[email protected]> |
842 | ||
843 | * ldlang.c: Fix formatting. | |
844 | ||
c2a94a7a DD |
845 | 2000-10-03 DJ Delorie <[email protected]> |
846 | ||
847 | * pe-dll.c (fill_edata): initialize entire block | |
848 | (make_one): fill in correct section. | |
849 | ||
8c95a62e KH |
850 | 2000-10-03 Kazu Hirata <[email protected]> |
851 | ||
852 | * ldexp.c: Fix formatting. | |
853 | ||
486e80e2 DD |
854 | 2000-10-02 DJ Delorie <[email protected]> |
855 | ||
856 | * emultempl/pe.em (gld_*_after_open): detect case where there two | |
857 | import libraries for same dll; rename one to ensure proper link | |
858 | order. | |
859 | ||
860 | * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix | |
861 | typo | |
862 | (generate_edata): fix typo | |
863 | ||
24dd9f75 HPN |
864 | 2000-09-29 Hans-Peter Nilsson <[email protected]> |
865 | ||
866 | * scripttempl/crisaout.sc (ENTRY): Now __start. | |
867 | (.text): Add default setting for __start. | |
868 | Remove CONSTRUCTORS handling. | |
869 | (/DISCARD/): Add .gnu.warning.*. | |
870 | * emulparams/crislinux.sh (ENTRY): Now __start. | |
871 | (TEXT_START_SYMBOLS): New; provide __Stext and __start default. | |
872 | * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris. | |
873 | (ENTRY): Now __start. | |
874 | (INITIAL_READONLY_SECTIONS): Add KEEP for .startup. | |
875 | (EXECUTABLE_SYMBOLS): Add default setting for __start. | |
876 | ||
4de2d33d KH |
877 | 2000-09-29 Kazu Hirata <[email protected]> |
878 | ||
5cc18311 KH |
879 | * deffile.h: Fix formatting. |
880 | * ld.h: Likewise. | |
881 | * ldcref.c: Likewise. | |
4de2d33d | 882 | * ldctor.c: Likewise. |
5cc18311 | 883 | * ldctor.h: Likewise. |
4de2d33d | 884 | * ldemul.c: Likewise. |
5cc18311 | 885 | * ldemul.h: Likewise. |
4de2d33d | 886 | * ldexp.c: Likewise. |
5cc18311 | 887 | * ldexp.h: Likewise. |
4de2d33d | 888 | * ldfile.c: Likewise. |
5cc18311 | 889 | * ldfile.h: Likewise. |
4de2d33d | 890 | * ldlang.c: Likewise. |
5cc18311 KH |
891 | * ldlang.h: Likewise. |
892 | * lexsup.c: Likewise. | |
893 | * mri.c: Likewise. | |
894 | * pe-dll.c: Likewise. | |
4de2d33d | 895 | |
45b1f63c DD |
896 | 2000-09-28 Paul Sokolovsky <[email protected]> |
897 | ||
898 | * pe-dll.c (process_def_file): Uninitialized data wasn't | |
899 | exported with --export-all-symbols switch. | |
d952f17a | 900 | |
45b1f63c DD |
901 | 2000-09-28 DJ Delorie <[email protected]> |
902 | ||
903 | * pe-dll.c (fill_edata): rearrange the data so that ordinals and | |
904 | noname work properly. | |
905 | ||
47d89dba AM |
906 | 2000-09-28 Alan Modra <[email protected]> |
907 | ||
908 | * ld.texinfo (HPPA ELF32): New section. | |
909 | ||
910 | * emultempl/hppaelf.em (group_size): New. | |
911 | (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs. | |
912 | (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE. | |
913 | (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate | |
914 | options to prevent abbreviations matching. | |
915 | (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat. | |
916 | (PARSE_AND_LIST_ARGS_CASES): Handle it. | |
917 | ||
36bdbeec NC |
918 | 2000-09-21 Michael Sokolov <[email protected]> |
919 | ||
920 | * emultempl/m68kelf.em: Conditionalise the embedded relocs feature | |
921 | on the m68*-*-elf target. Make it support COFF input objects. | |
922 | ||
6d5e62f8 KH |
923 | 2000-09-21 Kazu Hirata <[email protected]> |
924 | ||
925 | * ldmain.c: Fix formatting. | |
926 | * ldmisc.c: Likewise. | |
927 | * ldver.c: Likewise. | |
928 | * ldwrite.c: Likewise. | |
929 | ||
e2eb67d9 AM |
930 | 2000-09-21 Alan Modra <[email protected]> |
931 | ||
932 | * ldwrite.c (clone_section): Silence gcc warnings. | |
933 | ||
b3ea3584 AM |
934 | 2000-09-20 Alan Modra <[email protected]> |
935 | ||
936 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle | |
937 | out of memory failure. | |
938 | ||
939 | * ldwrite.c (ldwrite): Remove unnecessary einfo arg. | |
940 | (clone_section): Handle out of memory failures. Rename var to | |
941 | avoid c++ reserved word. | |
942 | ||
25f72752 AM |
943 | 2000-09-18 Alan Modra <[email protected]> |
944 | ||
945 | * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename | |
946 | stub_name param to stub_sec_name. | |
947 | (hppaelf_finish): Modify call to elf32_hppa_size_stubs. | |
948 | ||
0752970e NC |
949 | 2000-09-10 Michael Sokolov <[email protected]> |
950 | ||
951 | * emultempl/m68kelf.em: New file. | |
952 | * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it. | |
953 | * Makefile.am (em68kelf.c): Add dependency on m68kelf.em. | |
954 | * Makefile.in: Regenerate. | |
955 | ||
92b7e9d8 AM |
956 | 2000-09-15 Alan Modra <[email protected]> |
957 | ||
958 | * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$ | |
959 | only as needed. | |
960 | ||
9b14b192 NC |
961 | 2000-09-13 Nick Clifton <[email protected]> |
962 | ||
963 | * ldmain.c (multiple_definition): Disable relaxation if | |
964 | multiple symbol definitions are encountered - otherwise the | |
965 | linker could abort with an assertion failure. | |
966 | ||
891fa266 NC |
967 | 2000-09-10 Nick Clifton <[email protected]> |
968 | ||
969 | * mri.c: Fix formatting. | |
970 | ||
5d64ca4e L |
971 | 2000-09-07 H.J. Lu <[email protected]> |
972 | ||
973 | * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. | |
974 | * configure: Rebuild. | |
975 | ||
dd94604f L |
976 | 2000-09-07 H.J. Lu <[email protected]> |
977 | ||
978 | * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h. | |
979 | * Makefile.in: Rebuild. | |
980 | ||
71bfc0ae AM |
981 | 2000-09-07 Alan Modra <[email protected]> |
982 | ||
983 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix | |
984 | broken list handling. Create __start_SECNAME and __stop_SECNAME | |
985 | when no place-holder. Add some comments. Test both SEC_CODE and | |
986 | SEC_READONLY for hold_text to prevent .rodata orphan poisoning. | |
ed15ac6a | 987 | Handle case where no output section statement created. |
71bfc0ae | 988 | |
4a428502 AO |
989 | 2000-09-07 Niibe Yutaka <[email protected]>, Kaz Kojima <[email protected]>, Alexandre Oliva <[email protected]> |
990 | ||
991 | * configure.tgt (sh-*-linux*): Added. | |
992 | * Makefile.am: Added eshelf_linux and eshlelf_linux. | |
993 | * Makefile.in: Rebuilt. | |
994 | * emulparams/shelf_linux.sh: New file. | |
995 | * emulparams/shlelf_linux.sh: New file. | |
996 | ||
f9989030 AM |
997 | 2000-09-06 Alan Modra <[email protected]> |
998 | ||
999 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't | |
1000 | try shuffling sections when the orphan happens to be the place | |
1001 | holder. Keep count of unique section names generated so we speed | |
1002 | the search for a new name. | |
1003 | ||
58cccadb AO |
1004 | 2000-09-06 Alexandre Oliva <[email protected]> |
1005 | ||
1006 | * configure: Rebuilt with new libtool.m4. | |
1007 | ||
5b343f5a NC |
1008 | 2000-09-05 Nick Clifton <[email protected]> |
1009 | ||
1010 | * Makefile.in: Regenerate. | |
1011 | * aclocal.m4: Regenerate. | |
1012 | * configure: Regenerate. | |
1013 | * config.in: Regenerate. | |
1014 | * po/ld.pot: Regenerate. | |
1015 | ||
1016 | * ldint.texinfo: Remove CVS revision marker - it foils local | |
1017 | comparisons. | |
1018 | ||
1019 | * emultempl/ticoff.em: Remove extraneous comma. | |
50bbae35 | 1020 | |
a854a4a7 AM |
1021 | 2000-09-05 Alan Modra <[email protected]> |
1022 | ||
3231d22e AM |
1023 | * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC |
1024 | to stub section flags. | |
1025 | (hppa_for_each_input_file_wrapper): New. | |
1026 | (hppa_lang_for_each_input_file): New. | |
1027 | (lang_for_each_input_file): Define to call above. | |
1028 | (multi_subspace): New. | |
1029 | (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs. | |
1030 | (PARSE_AND_LIST_PROLOGUE): Define. | |
1031 | (PARSE_AND_LIST_LONGOPTS): Define. | |
1032 | (PARSE_AND_LIST_OPTIONS): Define. | |
1033 | (PARSE_AND_LIST_ARGS_CASES): Define. | |
1034 | (hppaelf_finish): Call elf32_hppa_set_gp. | |
1035 | (hppaelf_set_output_arch): Remove. | |
1036 | (LDEMUL_SET_OUTPUT_ARCH): Remove. | |
1037 | ||
1038 | * emulparams/hppalinux.sh (ELFSIZE): Define. | |
1039 | (MACHINE): Define. | |
1040 | (OTHER_READONLY_SECTIONS): Define. | |
1041 | (DATA_PLT): Define. | |
1042 | (GENERATE_SHLIB_SCRIPT): Define. | |
1043 | ||
5f992e62 AM |
1044 | * ldlang.c: Add missing prototypes, and tidy others. Change CONST |
1045 | to const throughout. Change `void *' to `PTR' throughout. | |
1046 | (lang_memory_default): Function is local to file, add `static'. | |
1047 | ||
1048 | * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em. | |
1049 | (ehppalinux.c): Likewise. | |
1050 | (earmelf.c): Likewise. | |
1051 | (earmelf_linux.c): Likewise. | |
1052 | (earmelf_linux26.c): Likewise. | |
1053 | * Makefile.in: Regenerate. | |
1054 | ||
a854a4a7 AM |
1055 | * ld.h (ld_config_type): Add unique_orphan_sections. |
1056 | * lexsup.c (OPTION_UNIQUE): Define. | |
1057 | (ld_options): Add "--unique". | |
1058 | (parse_args): Handle it. | |
1059 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't | |
1060 | search for an existing output section if unique_orphan_sections is | |
1061 | set. Make use of bfd_get_unique_section_name rather than | |
1062 | duplicating code here. | |
1063 | * ld.texinfo: Describe --unique. | |
1064 | ||
1065 | * lexsup.c (ld_options): Make split-by-reloc arg optional. Add | |
1066 | optional arg to split-by-file. | |
1067 | (parse_args): Handle them. | |
1068 | * ld.texinfo: Update description of these options. | |
1069 | * ldwrite.c (clone_section): Pass in the section name. Replace | |
1070 | local code with bfd_get_unique_section_name. | |
1071 | (split_sections): Tidy code and comments. Use a list traversal | |
1072 | more appropriate to the list construction. Handle cooked section | |
1073 | sizes. Split when split_by_reloc reached rather than exceeded. | |
1074 | Track section size and split when split_by_file reached. Fix | |
1075 | link_order_tail (even though it's not used). | |
1076 | (ldwrite): Modify condition for calling split_sections to suit | |
1077 | changed split_by_reloc and split_by_file. | |
1078 | * ldmain.c (main): Init config.split_by_reloc and | |
1079 | config.split_by_file to -1. | |
1080 | * ld.h (ld_config_type): Change split_by_reloc to unsigned. | |
1081 | Change split_by_file to bfd_size_type. | |
1082 | ||
18e03609 NC |
1083 | 2000-09-02 Nick Clifton <[email protected]> |
1084 | ||
1085 | * configure.in: Increase version number to 2.10.91. | |
1086 | * NEWS: Mention new ability to support removal of duplicate DWARF2 | |
1087 | debug information. | |
1088 | * configure: Regenerate. | |
1089 | * aclocal.m4: Regenerate. | |
1090 | * config.in: Regenerate. | |
1091 | ||
3a9d486c NC |
1092 | 2000-09-02 Daniel Berlin <[email protected]> |
1093 | ||
1094 | * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info | |
1095 | sections. | |
a2b64bed | 1096 | * scripttempl/elf32avr.sc: Ditto. |
3a9d486c NC |
1097 | * scripttempl/elfd10v.sc: Ditto. |
1098 | * scripttempl/elfd30v.sc: Ditto. | |
1099 | * scripttempl/elfi370.sc: Ditto. | |
1100 | * scripttempl/elfm68hc11.sc: Ditto. | |
1101 | * scripttempl/elfm68hc12.sc: Ditto. | |
1102 | * scripttempl/elfi386beos.sc: Ditto. | |
1103 | * scripttempl/v850.sc: Ditto. | |
50bbae35 | 1104 | |
ac48eca1 AO |
1105 | 2000-08-31 Alexandre Oliva <[email protected]> |
1106 | ||
1107 | * acinclude.m4: Include libtool and gettext macros from the | |
1108 | top level. | |
1109 | * aclocal.m4, configure: Rebuilt. | |
1110 | ||
c13b1b77 NC |
1111 | 2000-08-25 Nick Clifton <[email protected]> |
1112 | ||
1113 | * ldlang.c (open_output): When choosing the target for a | |
1114 | particular endianness, do nothing if the target is not | |
1115 | supported. | |
1116 | ||
dcb0bd0e L |
1117 | 2000-08-25 H.J. Lu <[email protected]> |
1118 | ||
1119 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't | |
1120 | check -rpath nor LD_RUN_PATH for cross link. | |
1121 | * ld.texinfo: Document the change. | |
1122 | ||
5bcac8a4 HPN |
1123 | 2000-08-24 Hans-Peter Nilsson <[email protected]> |
1124 | ||
1125 | * NEWS: Mention support for CRIS. | |
1126 | ||
6dd8c765 L |
1127 | 2000-08-23 H.J. Lu <[email protected]> |
1128 | ||
1129 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get | |
1130 | the current runpath list from bfd_elf_get_runpath_list () | |
1131 | before search. | |
1132 | ||
ec4eb78a L |
1133 | 2000-08-22 H.J. Lu <[email protected]> |
1134 | ||
1135 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search | |
1136 | the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after | |
1137 | LD_LIBRARY_PATH for native linker. Display the needed DSO if | |
1138 | trace_file_tries is non-zero. | |
1139 | (gld${EMULATION_NAME}_try_needed): Report the needed DSO found | |
1140 | if trace_file_tries is non-zero. | |
1141 | ||
1142 | * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH. | |
a8175964 | 1143 | * NEWS: Mention it. |
ec4eb78a | 1144 | |
22b36938 JE |
1145 | 2000-08-14 Jason Eckhardt <[email protected]> |
1146 | ||
1147 | * NEWS: Mention i860 support. | |
1148 | ||
d73e9da0 AS |
1149 | 2000-08-14 Andreas Schwab <[email protected]> |
1150 | ||
1151 | * scripttempl/elf.sc: Fix last change to use correct comment | |
50bbae35 | 1152 | syntax. |
d73e9da0 | 1153 | |
9ac4db9c GK |
1154 | 2000-08-10 Geoff Keating <[email protected]> |
1155 | ||
1156 | * scripttempl/elf.sc: Add a comment giving the correspondence | |
1157 | between sections, per-datum sections, and linkonce sections. Make | |
1158 | the comment true even for .bss, .sdata, .sdata2, .sbss, and | |
1159 | .sbss2. | |
1160 | ||
165589e4 JE |
1161 | 2000-08-10 Jason Eckhardt <[email protected]> |
1162 | ||
1163 | * emulparams/elf32_i860.sh: New file. | |
1164 | * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}. | |
1165 | * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o. | |
1166 | (eelf32_i860.c): New rule. | |
1167 | * Makefile.in: Regenerate. | |
1168 | ||
345a835d NC |
1169 | 2000-08-10 Nick Clifton <[email protected]> |
1170 | ||
1171 | * emulparams/mipspe.sh (ENTRY): Add definition. | |
1172 | ||
e374f1d9 NC |
1173 | 2000-08-08 Peter Jeremy <[email protected]> |
1174 | ||
1175 | * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath | |
1176 | in error message. | |
1177 | ||
236d5abf NC |
1178 | 2000-08-08 Stephane Carrez <[email protected]> |
1179 | ||
1180 | * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate | |
1181 | the final size of .bss section. | |
1182 | * scripttempl/elfm68hc12.sc: Likewise. | |
1183 | ||
4b209b22 AM |
1184 | 2000-08-04 Alan Modra <[email protected]> |
1185 | ||
1186 | * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to | |
1187 | gld${EMULATION_NAME}_parse_args for consistency. Combine | |
1188 | lastoptind and prevoptind vars, and keep track of last optind. | |
1189 | (gld_${EMULATION_NAME}_list_options): Rename to | |
1190 | gld${EMULATION_NAME}_list_options. | |
1191 | ||
28423a68 AM |
1192 | 2000-08-03 Rodney Brown <[email protected]> |
1193 | ||
1194 | * configure.tgt: Select targ_emul=elf_i386 for Unixware 7 | |
1195 | (i586-sco-sysv5uw7.1.0). | |
1196 | ||
b2009ff7 L |
1197 | 2000-07-27 H.J. Lu <[email protected]> |
1198 | ||
1199 | * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed. | |
1200 | (PARSE_AND_LIST_PROLOGUE): New. | |
1201 | (PARSE_AND_LIST_LONGOPTS): Likewise. | |
1202 | (PARSE_AND_LIST_OPTIONS): Likewise. | |
1203 | (PARSE_AND_LIST_ARGS_CASES): Likewise. | |
1204 | (PARSE_AND_LIST_EPILOGUE): Likewise. | |
1205 | ||
04925e1e AM |
1206 | 2000-07-28 Alan Modra <[email protected]> |
1207 | ||
41392f03 AM |
1208 | * emultempl/armelf.em: Elide functions common to elf32.em, |
1209 | ie. most of the file. | |
1210 | (arm_elf_after_open): New. Do arm specific things then call | |
1211 | gld${EMULATION_NAME}_after_open. | |
1212 | (arm_elf_before_allocation): New. Call | |
1213 | gld${EMULATION_NAME}_before_allocation then do arm specifics. | |
1214 | (PARSE_AND_LIST_PROLOGUE): Define. | |
1215 | (PARSE_AND_LIST_SHORTOPTS): Define. | |
1216 | (PARSE_AND_LIST_LONGOPTS): Define. | |
1217 | (PARSE_AND_LIST_OPTIONS): Define. | |
1218 | (PARSE_AND_LIST_ARGS_CASES): Define. | |
1219 | (LDEMUL_AFTER_OPEN): Define. | |
1220 | (LDEMUL_BEFORE_ALLOCATION): Define. | |
1221 | (LDEMUL_BEFORE_PARSE): Define. | |
1222 | (LDEMUL_FINISH): Define. | |
1223 | ||
1224 | * emultempl/hppaelf.em: Similarly zap most of this file. | |
1225 | (hppaelf_add_stub_section): Prototype. | |
1226 | (hppaelf_layaout_sections_again): Prototype. | |
1227 | (hook_in_stub): Prototype. | |
1228 | (LDEMUL_SET_OUTPUT_ARCH): Define. | |
1229 | (LDEMUL_FINISH): Define. | |
1230 | (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define. | |
1231 | ||
1232 | * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32. | |
1233 | (EXTRA_EM_FILE): New. | |
1234 | * emulparams/armelf_linux.sh: Likewise. | |
1235 | * emulparams/armelf_linux26.sh: Likewise. | |
1236 | * emulparams/hppalinux.sh: Likewise. | |
1237 | * emulparams/hppaelf.sh: Likewise. | |
1238 | (NOP): Define. | |
1239 | ||
1240 | * emultempl/elf32.em: Fix formatting. | |
1241 | (EXTRA_EM_FILE): Source it. | |
1242 | (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL, | |
1243 | LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION, | |
1244 | LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET, | |
1245 | LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH, | |
1246 | LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS, | |
1247 | LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN, | |
1248 | LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE, | |
1249 | LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE, | |
1250 | LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to | |
1251 | allow functions in this file to be overridden. | |
1252 | (PARSE_AND_LIST_SHORTOPTS): Handle it. | |
1253 | ||
1254 | * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h. | |
1255 | ||
04925e1e AM |
1256 | * emultempl/elf32.em: Reorganize file. |
1257 | ||
88cdf297 NC |
1258 | 2000-07-27 Ivan Kokshaysky <[email protected]> |
1259 | ||
1260 | * emulparams/elf64alpha.sh: Implement "-taso" emulation | |
1261 | specific option to fit 64-bit executable in the lower | |
1262 | 31-bit address range. This is done by changing start | |
1263 | address of .interp (the very first section of executable) | |
1264 | and then setting EF_ALPHA_32BIT elf header flag. | |
1265 | ||
20bccb34 NC |
1266 | 2000-07-21 Michael Sokolov <[email protected]> |
1267 | ||
1268 | * emultempl/m68kcoff.em: New file. | |
1269 | * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template. | |
1270 | * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than | |
1271 | generic.em. | |
1272 | * Makefile.in: Regenerate. | |
1273 | ||
699845ef L |
1274 | 2000-07-20 H.J. Lu <[email protected]> |
1275 | ||
1276 | * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags" | |
1277 | and "disable-new-dtags" to stop getopt from treating -d/-e as | |
1278 | abbreviations for these options. | |
1279 | ||
6c1439be L |
1280 | 2000-07-20 H.J. Lu <[email protected]> |
1281 | ||
1282 | * ld.texinfo: Add documentation for --disable-new-dtags and | |
1283 | --enable-new-dtags. | |
1284 | ||
1285 | * ldmain.c (main): Initialize link_info.new_dtags to false. | |
1286 | ||
1287 | * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add | |
1288 | --disable-new-dtags and --enable-new-dtags. | |
1289 | (gld_${EMULATION_NAME}_list_options): Likewise. | |
1290 | ||
28c309a2 NC |
1291 | 2000-07-05 Kenneth Block <[email protected]> |
1292 | ||
a2b64bed NC |
1293 | * lexsup.c: Add optional style to demangle switch |
1294 | * ld.texinfo: Document optional style to demangle switch. | |
50bbae35 | 1295 | |
9d06555c HPN |
1296 | 2000-07-20 Hans-Peter Nilsson <[email protected]> |
1297 | ||
1298 | * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o, | |
1299 | ecrislinux.o. | |
1300 | (ecrisaout.c, ecriself.c, ecrislinux.c): New rules. | |
1301 | Regenerate dependencies. | |
1302 | * Makefile.in: Rebuild. | |
1303 | * configure.tgt (cris-*-*): New target. | |
1304 | * emulparams/crisaout.sh, emulparams/criself.sh, | |
1305 | emulparams/crislinux.sh, scripttempl/crisaout.sc: New files. | |
1306 | * po/POTFILES.in, po/ld.pot: Regenerate. | |
1307 | ||
19e3be22 L |
1308 | 2000-07-20 H.J. Lu <[email protected]> |
1309 | ||
1310 | * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options): | |
1311 | Print out ignored -z options. | |
1312 | ||
e0ee487b L |
1313 | 2000-07-19 H.J. Lu <[email protected]> |
1314 | ||
19e3be22 L |
1315 | * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed. |
1316 | (PARSE_AND_LIST_PROLOGUE): New. | |
1317 | (PARSE_AND_LIST_LONGOPTS): Likewise. | |
1318 | (PARSE_AND_LIST_OPTIONS): Likewise. | |
1319 | (PARSE_AND_LIST_ARGS_CASES): Likewise. | |
1320 | ||
1321 | * ldmain.c (main): Clear link_info.flags and link_info.flags_1. | |
1322 | ||
1323 | * lexsup.c (ld_options): Comment out 'z'. | |
1324 | (parse_args): Likewise. | |
1325 | ||
1326 | * emultempl/elf32.em: Include "elf/common.h". | |
1327 | (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z | |
1328 | options. | |
1329 | (gld_${EMULATION_NAME}_list_options): Likewise. | |
1330 | ||
1331 | * ld.texinfo: Add documentation for the recognized -z options. | |
e0ee487b | 1332 | |
49e56c49 L |
1333 | 2000-07-19 H.J. Lu <[email protected]> |
1334 | ||
1335 | * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call | |
1336 | bfd_elf_set_dt_needed_soname (). | |
1337 | ||
9d68bc82 DD |
1338 | 2000-07-18 DJ Delorie <[email protected]> |
1339 | ||
1340 | * pe-dll.c (pe_dll_id_target): check object target name also | |
1341 | ||
53db15ed HPN |
1342 | 2000-07-18 Hans-Peter Nilsson <[email protected]> |
1343 | ||
1344 | * scripttempl/elf.sc (.init): Only do ${INIT_START} and | |
1345 | ${INIT_END} if relocating. | |
1346 | (.fini): Likewise ${FINI_START} and ${FINI_END}. | |
1347 | ||
0ad8cf4c DD |
1348 | 2000-07-16 Charles Wilson <[email protected]> |
1349 | ||
a2b64bed | 1350 | * emultempl/pe.em (gld_*_open_dynamic_archive): New search |
0ad8cf4c DD |
1351 | order for dynamic library '-lfoo' on pei386: libfoo.dll.a, |
1352 | foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility | |
1353 | errors introduced by the old dynamic lib search order. | |
1354 | ||
874c8c99 DD |
1355 | 2000-07-17 DJ Delorie <[email protected]> |
1356 | ||
1357 | * pe-dll.c (process_def_file): auto-export data items also | |
1358 | (pe_process_import_defs): also see if _imp_ form needed | |
1359 | ||
5b4cf3f4 DD |
1360 | 2000-07-12 Charles Wilson <[email protected]> |
1361 | ||
1362 | * pe-dll.c (make_one): fix a typo in the __imp_ name decoration | |
1363 | for dll import libraries | |
1364 | ||
062739d1 NC |
1365 | 2000-07-12 Mark Elbrecht <[email protected]> |
1366 | ||
1367 | * scripttempl/i386go32.sc: Support the g++ attribute init_priority in | |
d952f17a | 1368 | gcc 2.95.2 and later. |
062739d1 | 1369 | |
1c64c4ed NC |
1370 | 2000-07-11 Kazu Hirata <[email protected]> |
1371 | ||
50bbae35 AM |
1372 | * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error |
1373 | message. | |
1c64c4ed | 1374 | |
b71e2778 AM |
1375 | 2000-07-10 Alan Modra <[email protected]> |
1376 | ||
1377 | * ldemul.h (struct lang_input_statement_struct): Remove forward | |
1378 | declaration. | |
1379 | (struct search_dirs): Likewise. | |
1380 | * ldfile.h (struct lang_input_statement_struct): Likewise. | |
1381 | Protect file from multiple inclusion. | |
1382 | * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain | |
1383 | declaration from macro to file scope. | |
1384 | ||
1385 | * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order. | |
1386 | * ldgram.y: Likewise here. | |
1387 | * ldlang.c: And here. | |
1388 | * ldmain.c: And here. | |
1389 | * mpw-elfmips.c: And here. | |
1390 | * mpw-eppcmac.c: And here. | |
1391 | * emultempl/aix.em: And here. | |
1392 | * emultempl/armcoff.em: And here. | |
1393 | * emultempl/armelf.em: And here. | |
1394 | * emultempl/armelf_oabi.em: And here. | |
1395 | * emultempl/beos.em: And here. | |
1396 | * emultempl/elf32.em: And here. | |
1397 | * emultempl/hppaelf.em: And here. | |
1398 | * emultempl/linux.em: And here. | |
1399 | * emultempl/lnk960.em: And here. | |
1400 | * emultempl/pe.em: And here. | |
1401 | * emultempl/sunos.em: And here. | |
1402 | * mpw-esh.c: And here. Include ldexp.h and ldlang.h too. | |
1403 | * mpw-idtmips.c: Ditto. | |
1404 | * emultempl/generic.em: Ditto. | |
1405 | * emultempl/gld960.em: Ditto. | |
1406 | * emultempl/gld960c.em: Ditto. | |
1407 | * emultempl/mipsecoff.em: Ditto. | |
1408 | * emultempl/ticoff.em: Ditto. | |
1409 | * emultempl/vanilla.em: Ditto. | |
1410 | ||
1411 | * pe-dll.c: Include ldfile.h | |
1412 | * ldver.c: Include ldexp.h, ldlang.h, ldfile.h | |
1413 | ||
1414 | * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing | |
1415 | arguments to bfd_elf32_size_dynamic_sections call. | |
1416 | (gldelf32ebmip_place_orphan): Add missing arguments to | |
1417 | lang_leave_output_section_statement call. | |
1418 | ||
2ef53d66 L |
1419 | 2000-07-10 H.J. Lu <[email protected]> |
1420 | ||
1421 | * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with | |
1422 | DLL_SUPPORT. | |
1423 | (strhash): Likewise. | |
1424 | (compute_dll_image_base): Likewise. | |
1425 | (pe_undef_found_sym): Likewise. | |
1426 | (pe_undef_cdecl_match): Likewise. | |
1427 | (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the | |
1428 | argument "arch" with ATTRIBUTE_UNUSED. | |
1429 | ||
9a8cbb09 AM |
1430 | 2000-07-10 Alan Modra <[email protected]> |
1431 | ||
1432 | * configure.tgt: Remove extraneous hppa*-*-linux-gnu*. | |
1433 | ||
1434 | From Ryan Bradetich <[email protected]> | |
1435 | * ldwrite.c (SSIZE): Remove to cure macro redefinition warning. | |
50bbae35 | 1436 | |
4900fc06 AM |
1437 | 2000-07-09 Alan Modra <[email protected]> |
1438 | ||
1439 | Changes to create multiple linker stubs, positioned immediately | |
1440 | before the section where they are required. | |
1441 | * emultempl/hppaelf.em: Include elf32-hppa.h. | |
1442 | (stub_sec, file_chain): Delete. | |
1443 | (hppaelf_create_output_section_statements): Don't make a stub | |
1444 | section here. | |
1445 | (hook_stub_info): New struct. | |
1446 | (hook_in_stub): New function. | |
1447 | (hppaelf_add_stub_section): New function. | |
1448 | (hppaelf_finish): Do nothing for relocateable links. Modify the | |
1449 | call to elf32_hppa_size_stubs. Move code for updating section | |
1450 | layout from here... | |
1451 | (hppaelf_layaout_sections_again): ..to here, a new function. | |
1452 | ||
1453 | * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix | |
1454 | broken list handling. Pass in a pointer to the list. | |
1455 | (hppaelf_finish): Update call to hppaelf_delete_padding_statements | |
1456 | for above changes. | |
1457 | (hppaelf_before_parse): Prototype. | |
1458 | (hppaelf_set_output_arch): Prototype. | |
1459 | (hppaelf_create_output_section_statements): Prototype. | |
1460 | (hppaelf_delete_padding_statements): Prototype. | |
1461 | (hppaelf_finish): Prototype. | |
1462 | ||
1463 | Merge from elf32.em | |
1464 | * emultempl/hppaelf.em: Include ctype.h. | |
1465 | (struct orphan_save): New. | |
1466 | (gld${EMULATION_NAME}_place_orphan): New. | |
1467 | (output_rel_find): New. | |
1468 | (hppaelf_get_script): Update from elf32.em. | |
1469 | (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation. | |
1470 | Change emulation_name field to "${EMULATION_NAME}". Add | |
50bbae35 | 1471 | gld${EMULATION_NAME}_place_orphan. |
4900fc06 AM |
1472 | |
1473 | * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add | |
1474 | ehppalinux.o, sort it. Regenerate dependencies. | |
1475 | (ehppalinux.c): Depend on hppaelf.em | |
1476 | * Makefile.in: Regenerate. | |
1477 | ||
1478 | * configure.tgt: targ_emul=hppalinux for hppa*linux | |
1479 | ||
1480 | * emulparams/hppalinux.sh: New. | |
1481 | * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex. | |
1482 | ||
227aeb07 AM |
1483 | 2000-07-08 Alan Modra <[email protected]> |
1484 | ||
1485 | * lexsup.c (parse_args): Copy section name. | |
1486 | ||
28609fd4 | 1487 | 2000-07-07 Charles Wilson <[email protected]> |
602e90d3 | 1488 | |
2ef53d66 | 1489 | * emultempl/pe.em: institute the following search order for |
602e90d3 DD |
1490 | dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import |
1491 | libs), libfoo.dll, foo.dll (link direct to dll). Fall back to | |
1492 | static lib (libfoo.a) if none of the above are found. | |
1493 | ||
5f577f7d DD |
1494 | 2000-07-07 Mumit Khan <[email protected]> |
1495 | ||
50bbae35 | 1496 | * emultempl/pe.em (pe_enable_auto_image_base): New variable. |
5f577f7d | 1497 | (longopts): New --{enable,disable}-auto-image-base options. |
50bbae35 | 1498 | (gld_${EMULATION_NAME}_list_options): Document. |
5f577f7d DD |
1499 | (gld_${EMULATION_NAME}_parse): Handle. |
1500 | (strhash): New static function. | |
50bbae35 | 1501 | (compute_dll_image_base): New static function. |
5f577f7d DD |
1502 | (gld_${EMULATION_NAME}_set_symbols): Use. |
1503 | ||
9a8cbb09 | 1504 | 2000-07-05 DJ Delorie <[email protected]> |
302ab118 DD |
1505 | |
1506 | * MAINTAINERS: new | |
1507 | ||
3548145d | 1508 | 2000-07-01 Koundinya K <[email protected]> |
50bbae35 AM |
1509 | |
1510 | * configure.tgt: Add traditional mips (mips*-*-sysv4*) target. | |
1511 | * emulparams/elf32btsmip.sh: New file. | |
1512 | * Makefile.am: Add traditional mips target. | |
1513 | * Makefile.in: Rebuild. | |
1514 | ||
67798033 L |
1515 | 2000-07-01 H.J. Lu <[email protected]> |
1516 | ||
1517 | * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for | |
1518 | automake to use YLWRAP. | |
1519 | * Makefile.in: Rebuild. | |
1520 | ||
0bdaf48b AM |
1521 | 2000-07-01 Alan Modra <[email protected]> |
1522 | ||
1523 | * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed | |
1524 | (CLEANFILES): Add DEPA. | |
1525 | * Makefile.in: Regenerate. | |
1526 | ||
c9e769c2 TW |
1527 | 2000-06-30 Timothy Wall <twall@ppc> |
1528 | ||
1529 | * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode | |
1530 | the page in the upper octet of the address. | |
1531 | ||
65aa24b6 NC |
1532 | 2000-06-26 Marek Michalkiewicz <[email protected]> |
1533 | ||
1534 | * emulparams/avrmega161.sh (ARCH): Change to avr:5. | |
1535 | ||
4667035e AM |
1536 | 2000-06-24 Alan Modra <[email protected]> |
1537 | ||
1538 | * NEWS: arm-elf does --gc-sections too. | |
1539 | ||
1581f8c9 AM |
1540 | 2000-06-22 Alan Modra <[email protected]> |
1541 | ||
1542 | * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we | |
1543 | find one. | |
1544 | * Makefile.in: Regenerate. | |
1545 | ||
01580992 L |
1546 | 2000-06-21 H.J. Lu <[email protected]> |
1547 | ||
1548 | * Makefile.am: Rebuild dependency. | |
1549 | * Makefile.in: Rebuild. | |
1550 | ||
bbeb2e03 L |
1551 | 2000-06-20 H.J. Lu <[email protected]> |
1552 | ||
1553 | * Makefile.am: Rebuild dependency. | |
1554 | * Makefile.in: Rebuild. | |
1555 | ||
74459f0e TW |
1556 | 2000-06-20 Timothy Wall <[email protected]> |
1557 | ||
1558 | * scripttempl/tic54xcoff.sc: New. | |
1559 | * ldlang.c (wild_doit): Propagate SEC_BLOCK flag. | |
1560 | * gen-doc.texi: Add flag for TI COFF. | |
1561 | * ld.texinfo: Add documentation for TI COFF handling switches. | |
1562 | * emultempl/ticoff.em: New. TI COFF handling. | |
1563 | * configure.tgt: Add tic54x target. | |
1564 | * Makefile.am: Add tic54x target. | |
1565 | * Makefile.in: Ditto. | |
1566 | ||
2ab47eed AM |
1567 | 2000-06-20 Alan Modra <[email protected]> |
1568 | ||
1569 | * ldmain.c (set_scripts_dir): Correct pointer comparison when | |
1570 | checking for backslashes. | |
1571 | ||
919e4093 AM |
1572 | 2000-06-19 Alan Modra <[email protected]> |
1573 | ||
1574 | * NEWS: Move entries not in 2.10 above "Changes in version 2.10". | |
1575 | ||
987fd5b4 AM |
1576 | 2000-06-18 Alan Modra <[email protected]> |
1577 | ||
1578 | * NEWS: Update list of targets supporting --gc-sections. | |
1579 | ||
1580 | * scripttempl/elf.sc: KEEP .eh_frame contents. | |
1581 | * scripttempl/elfd30v.sc: Same here. | |
1582 | ||
60bcf0fa NC |
1583 | 2000-06-18 Stephane Carrez <[email protected]> |
1584 | ||
1585 | * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12 | |
1586 | and m68hc11 (elf). | |
1587 | * Makefile.in: Rebuild. | |
1588 | * configure.tgt: Recognize m68hc12 and m68hc11. | |
1589 | * scripttempl/elfm68hc12.sc: New file. | |
1590 | * emulparams/m68hc12elfb: New emulation. | |
1591 | * emulparams/m68hc12elf: New emulation. | |
1592 | * emulparams/m68hc11elfb.sh: New file. User configurable emulation | |
1593 | (includes a memory.x script to define the ROM and RAM banks). | |
1594 | * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh: | |
1595 | New configuration files for support of Motorola 68hc11 | |
1596 | ||
c7c54483 AM |
1597 | 2000-06-15 Alan Modra <[email protected]> |
1598 | ||
1599 | * ldmain.c (main): Only change SEC_READONLY for final link. | |
1600 | ||
bcef29e6 L |
1601 | 2000-06-13 H.J. Lu <[email protected]> |
1602 | ||
1603 | * configure: Regenerate. | |
1604 | ||
946efd95 DB |
1605 | 2000-06-08 David O'Brien <[email protected]> |
1606 | ||
1607 | * configure.in (VERSION): Update to show this is the CVS mainline. | |
1608 | ||
57a6fd07 DB |
1609 | 2000-06-07 Michael Sokolov <[email protected]> |
1610 | ||
1611 | * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all | |
1612 | input objects to be ECOFF. | |
1613 | (check_sections): einfo takes %B, not %P, to print a BFD name. | |
1614 | ||
e06cae36 L |
1615 | 2000-06-05 Michael Matz <[email protected]> |
1616 | ||
1617 | * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in | |
d952f17a | 1618 | version scripts. |
e06cae36 | 1619 | |
d952f17a | 1620 | * ldlex.l (V_IDENTIFIER): Accept `::' in symbols. |
e06cae36 | 1621 | |
2f0b56c0 DC |
1622 | 2000-05-23 Marek Michalkiewicz <[email protected]> |
1623 | ||
1624 | * emulparams/avr1200.sh (STACK): Define as 0. | |
1625 | * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address. | |
1626 | * emulparams/avr4433.sh (STACK): Likewise. | |
1627 | * emulparams/avr44x4.sh (STACK): Likewise. | |
1628 | * emulparams/avr85xx.sh (STACK): Likewise. | |
1629 | * emulparams/avrmega103.sh (STACK): Likewise. | |
1630 | * emulparams/avrmega161.sh (STACK): Likewise. | |
1631 | * emulparams/avrmega603.sh (STACK): Likewise. | |
1632 | * scripttempl/elf32avr.sc (__data_start): Define for gcrt1. | |
1633 | (__stack): Define from ${STACK} for main(). | |
1634 | ||
2114f57b AM |
1635 | 2000-05-26 Alan Modra <[email protected]> |
1636 | ||
1637 | * Makefile.am: Update dependencies with "make dep-am" | |
1638 | * Makefile.in: Regenerate. | |
1639 | ||
5af11cab AM |
1640 | 2000-05-26 Eli Zaretskii <[email protected]> |
1641 | ||
1642 | * ldmain.c: Include filenames.h. | |
1643 | (set_scripts_dir): Support backslashes in program name. | |
1644 | ||
1f0df59a NC |
1645 | 2000-05-22 Igor Shevlyakov <[email protected]> |
1646 | ||
1647 | * ldmain.c (main): When deciding if ".text" section should be | |
50bbae35 AM |
1648 | read-only, don't forget to reset SEC_READONLY because it |
1649 | could be already set. | |
1f0df59a | 1650 | |
176355da NC |
1651 | 2000-05-22 Thomas de Lellis <[email protected]> |
1652 | ||
50bbae35 AM |
1653 | * ld.1: Add documentation for new command line option: |
1654 | --section-start <sectionname>=<sectionorg> | |
1655 | This is a generic version of -Ttext etc. which accepts | |
1656 | any section name as a parameter instead of just text/data/ | |
1657 | bss. | |
1658 | * ld.texinfo: More docs. | |
1659 | * NEWS: More docs. | |
1660 | * lexsup.c: (parse_args): Recognize new command line option. | |
176355da | 1661 | (ld_options): Add new option. |
50bbae35 | 1662 | |
8c5ff972 L |
1663 | 2000-05-18 H.J. Lu <[email protected]> |
1664 | ||
1665 | * lexsup.c (parse_args): `i' == `r', not `q'. | |
1666 | ||
0b76fe77 JL |
1667 | Thu May 18 10:47:57 2000 Jeffrey A Law ([email protected]) |
1668 | ||
1669 | * configure.tgt (hppa*64*-*-*): Enable PA64 target. | |
1670 | ||
a712da20 NC |
1671 | 2000-05-17 S. Bharadwaj Yadavalli <[email protected]> |
1672 | Rick Gorton <[email protected]> | |
50bbae35 | 1673 | |
a712da20 NC |
1674 | Add support for '-q' == '--emit-relocs' switch. |
1675 | * ldmain.c (main): Default to false. | |
1676 | * lexsup.c (parse_args): Turn on emitrelocations flag if set. | |
1677 | * NEWS: Describe the emitrelocations switch. | |
1678 | * ld.texinfo: Describe the emitrelocations switch. | |
1679 | ||
690a460e NC |
1680 | 2000-05-16 Charles Wilson <[email protected]> |
1681 | ||
a2b64bed | 1682 | * emultempl/pe.em (_open_dynamic_archive): New function: Search |
690a460e NC |
1683 | the library path for "foo.dll" and "libfoo.dll" dynamic libraries |
1684 | before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo' | |
1685 | link options. | |
50bbae35 | 1686 | |
c2f1343c AM |
1687 | 2000-05-15 David O'Brien <[email protected]> |
1688 | ||
1689 | * lexsup.c (parse_args): Update the year in the copyright notice. | |
1690 | ||
897083bd AM |
1691 | 2000-05-13 Alan Modra <[email protected]> |
1692 | ||
1693 | * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain): | |
1694 | Replace defines with those from intl/libgettext.h to quieten gcc | |
1695 | warnings. | |
1696 | ||
cd4c806a L |
1697 | 2000-05-10 H.J. Lu <[email protected]> |
1698 | ||
1699 | * ldlang.c (open_input_bfds): Don't load the same file within | |
1700 | a group again if the whole archive has been loaded already. | |
1701 | ||
93697284 AM |
1702 | 2000-05-03 Alan Modra <[email protected]> |
1703 | ||
1704 | From Ulf Carlsson <[email protected]> and Andreas Jaeger <[email protected]> | |
1705 | * lexsup.c (set_section_start): Use bfd_scan_vma rather than | |
1706 | strtoul. | |
1707 | ||
ebd6fc29 JW |
1708 | Mon May 1 17:34:34 2000 Jim Wilson <[email protected]> |
1709 | ||
99a4150f | 1710 | * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}. |
50bbae35 | 1711 | |
ebd6fc29 JW |
1712 | * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for |
1713 | host "ia64-*-linux-gnu*". | |
1714 | ||
a1934524 AM |
1715 | 2000-04-29 Andreas Jaeger <[email protected]> |
1716 | ||
1717 | * ld.h: Correctly check GCC version. | |
1718 | ||
730a39a0 JL |
1719 | Tue Apr 25 11:20:43 2000 Jeffrey A Law ([email protected]) |
1720 | ||
1721 | * Makefile.am: Add PA64 support. Add missing dependencies for | |
1722 | PA32 elf support. | |
1723 | * Makefile.in: Rebuilt. | |
1724 | * configure.tgt: Add PA64 support (currently disabled). | |
1725 | ||
aea4bd9d AM |
1726 | 2000-04-25 Alan Modra <[email protected]> |
1727 | ||
1728 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete. | |
1729 | (output_rel_find): New function. | |
1730 | (hold_section, hold_use): Delete. | |
1731 | (hold_text, hold_rodata, hold_data, hold_bss, hold_rel, | |
1732 | hold_interp): Make local to place_orphan. | |
1733 | (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find | |
1734 | rather than place_section to find possible previous use of orphan. | |
1735 | Similarly find the place-holder output sections. Use returned | |
1736 | value from lang_enter_output_section_statement rather than calling | |
1737 | lang_output_section_statement_lookup. | |
1738 | * emultempl/armelf.em: Same here. | |
1739 | * emultempl/pe.em: Similar to above, but no need for output_rel_find. | |
1740 | ||
1741 | * ldlang.c (lang_enter_output_section_statement): Return output | |
1742 | section statement. | |
1743 | * ldlang.h (lang_enter_output_section_statement): Change | |
1744 | declaration too. | |
1745 | ||
1746 | * ldlang.h (lang_output_section_statement): Export it. | |
1747 | * ldlang.c (lang_output_section_statement): Ditto. | |
1748 | ||
2b5fc1f5 NC |
1749 | 2000-04-24 Nick Clifton <[email protected]> |
1750 | ||
1751 | * ld.texinfo (Output Section Data): Add note that section data | |
1752 | commands cannot appear outside of section directives. | |
1753 | ||
d8475ff6 JL |
1754 | 2000-04-2 Matthew Green <[email protected]> |
1755 | ||
1756 | * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. | |
1757 | ||
800eeca4 JW |
1758 | Fri Apr 21 13:20:53 2000 Richard Henderson <[email protected]> |
1759 | David Mosberger <[email protected]> | |
1760 | ||
1761 | * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o. | |
1762 | (eelf64_ia64.c): New rule. | |
1763 | * Makefile.in: Rebuild. | |
1764 | * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets. | |
1765 | * emulparams/elf64_ia64.sh: New file. | |
50bbae35 | 1766 | |
c9637625 RH |
1767 | 2000-04-21 Richard Henderson <[email protected]> |
1768 | ||
1769 | * scripttempl/elfd30v.sc: Place .gcc_except_table. | |
1770 | ||
28ea9521 AM |
1771 | 2000-04-19 Alan Modra <[email protected]> |
1772 | ||
1773 | * dep-in.sed: Match space at start of file name, not at end. | |
1774 | ||
20d04697 L |
1775 | 2000-04-18 H.J. Lu <[email protected]> |
1776 | ||
1777 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call | |
1778 | lang_leave_output_section_statement () after calling | |
1779 | lang_enter_output_section_statement (). | |
1780 | * emultempl/armelf.em: Likewise. | |
1781 | ||
5ba47421 AM |
1782 | 2000-04-18 Alan Modra <[email protected]> |
1783 | ||
1784 | * emultempl/elf32.em (struct orphan_save): Add section field. | |
1785 | (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in | |
1786 | better order, and place first orphan section as we did before the | |
1787 | 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place. | |
1788 | Don't call make_bfd_section here, let wild_doit do the job for us. | |
1789 | Don't build a statement list when we'll only throw it away. | |
1790 | * emultempl/armelf.em: Ditto. | |
1791 | * emultempl/pe.em: Similarly. | |
1792 | ||
bdbe5705 GK |
1793 | 2000-04-14 Geoff Keating <[email protected]> |
1794 | ||
1795 | * scripttempl/elfppc.sc: Remove. | |
1796 | * emulparams/elf32ppc.sh: Use elf.sc. | |
1797 | * emulparams/elf32lppc.sh: Use elf.sc. | |
1798 | * emulparams/elf32ppclinux.sh: Use elf.sc. | |
1799 | * emulparams/elf32ppcsim.sh: New file. | |
1800 | * emulparams/elf32lppcsim.sh: New file. | |
1801 | * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim. | |
1802 | (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim. | |
1803 | * Makefile.in: Regenerate. | |
1804 | * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim. | |
1805 | ||
01cc8ff8 AM |
1806 | 2000-04-14 Alan Modra <[email protected]> |
1807 | ||
5ba47421 | 1808 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process |
01cc8ff8 | 1809 | ~SEC_ALLOC sections too. Init start address of debug sections. |
5ba47421 AM |
1810 | * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto. |
1811 | * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto. | |
01cc8ff8 AM |
1812 | Also set all relocateable section start addresses. |
1813 | ||
6c86c541 GK |
1814 | 2000-04-13 Geoff Keating <[email protected]> |
1815 | ||
1816 | * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections. | |
1817 | Add new BSS_PLT variable for when .plt need not be contained in | |
1818 | the file. Move _etext so that it is also after .fini, and provide | |
1819 | both etext and _etext with a leading underscore. Mark the start | |
1820 | and end of .sbss. | |
1821 | ||
6a345e87 AM |
1822 | 2000-04-12 Alan Modra <[email protected]> |
1823 | ||
1824 | * emultempl/elf32.em (struct orphan_save): New. | |
1825 | (hold_text, hold_rodata, hold_data, hold_bss, hold_rel, | |
1826 | hold_interp): Make them struct orphan_save. | |
1827 | (gld${EMULATION_NAME}_place_section): Modify for new hold_*. | |
1828 | (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to | |
1829 | the end of the relevant section list. Also add associated section | |
1830 | statements to the end of any previous orphan statements. | |
1831 | * emultempl/armelf.em: Similarly. | |
1832 | * emultempl/pe.em: Similarly. | |
1833 | ||
8be86746 AM |
1834 | 2000-04-11 Alan Modra <[email protected]> |
1835 | ||
1836 | * ld.texinfo (Simple Example): Remove extraneous paragraph. | |
1837 | ||
a2d91340 | 1838 | Fri Apr 7 15:56:57 2000 Andrew Cagney <[email protected]> |
50bbae35 | 1839 | |
a2d91340 | 1840 | * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add |
50bbae35 | 1841 | --enable-build-warnings option. |
a2d91340 AC |
1842 | * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. |
1843 | * Makefile.in, configure: Re-generate. | |
1844 | ||
41b49281 AM |
1845 | 2000-04-04 Alan Modra <[email protected]> |
1846 | ||
8ad3436c AM |
1847 | * po/ld.pot: Regenerate. |
1848 | ||
1849 | * lexsup.c (help): Restore translated part of bug string. | |
1850 | ||
41b49281 AM |
1851 | * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. |
1852 | (DEP): Quote when passing vars to sub-make. Add warning message | |
1853 | to end. | |
1854 | (DEP1): Rewrite for "gcc -MM". | |
1855 | (CLEANFILES): Add DEP2. | |
1856 | Update dependencies. | |
1857 | * Makefile.in: Regenerate. | |
1858 | ||
c20f4f8c AM |
1859 | 2000-04-03 Alan Modra <[email protected]> |
1860 | ||
1861 | * ld.h: #include "bin-bugs.h" | |
1862 | * lexsup.c (help): Use REPORT_BUGS_TO. | |
1863 | ||
adde6300 AM |
1864 | 2000-03-27 Denis Chertykov <[email protected]> |
1865 | ||
1866 | * configure.tgt (avr-*-*): New target support. | |
1867 | * Makefile.am: Likewise. | |
1868 | * scripttempl/elf32avr.sc: New script file. | |
1869 | * emulparams/avr1200.sh: New file. | |
1870 | * emulparams/avr23xx.sh: New file. | |
1871 | * emulparams/avr4433.sh New file. | |
1872 | * emulparams/avr44x4.sh New file. | |
1873 | * emulparams/avr85xx.sh New file. | |
1874 | * emulparams/avrmega103.sh New file. | |
1875 | * emulparams/avrmega161.sh New file. | |
1876 | * emulparams/avrmega603.sh New file. | |
1877 | * Makefile.in: Regenerate. | |
1878 | ||
9282ff41 L |
1879 | 2000-03-09 Andreas Jaeger <[email protected]> |
1880 | ||
1881 | * Makefile.am (check-DEJAGNU): Also unset LANG. | |
1882 | * Makefile.in: Rebuild. | |
1883 | ||
a9998805 ILT |
1884 | 2000-03-06 Ian Lance Taylor <[email protected]> |
1885 | ||
1886 | * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty | |
1887 | archive. | |
1888 | ||
f9bc20e7 NC |
1889 | 2000-03-02 H.J. Lu <[email protected]> |
1890 | ||
1891 | * emulparams/elf32mcore.sh: Include "getopt.h". | |
1892 | ||
4e277b38 ILT |
1893 | 2000-03-01 Ian Lance Taylor <[email protected]> |
1894 | ||
1895 | * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware. | |
1896 | ||
f0c87f88 NC |
1897 | 2000-03-01 H.J. Lu <[email protected]> |
1898 | ||
1899 | * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR. | |
1900 | * emulparams/shpe.sh: Likewise. | |
1901 | ||
1902 | 2000-03-01 Nick Clifton <[email protected]> | |
1903 | ||
1904 | * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED | |
1905 | to unused parameters. | |
1906 | ||
1907 | * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static | |
1908 | functions only used by DLL code. | |
1909 | (_place_orphan): Initialise 'dollar'. | |
1910 | ||
b6f29aaa L |
1911 | 2000-03-01 H.J. Lu <[email protected]> |
1912 | ||
1913 | * ldmain.c (undefined_symbol): Take one more arg, fatal, to | |
1914 | indicate if the undefined symbol is a fatal error or not. | |
1915 | Don't delete the output file if "fatal" is false. | |
1916 | ||
af28fce3 L |
1917 | 2000-02-29 H.J. Lu <[email protected]> |
1918 | ||
50bbae35 | 1919 | * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". |
af28fce3 L |
1920 | Set LC_COLLATE and LC_ALL to null and export them. It is for |
1921 | sort which expects the C locale. | |
1922 | Add $(LIBS) to all $(HOSTING_LIBS). | |
1923 | * Makefile.in: Rebuild. | |
1924 | ||
40d109bf AM |
1925 | 2000-02-29 Alan Modra <[email protected]> |
1926 | ||
1927 | * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em, | |
1928 | beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em, | |
1929 | linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em} | |
1930 | (ld_emulation_xfer_struct): Add missing NULL initialiser for | |
1931 | find_potential_libraries. | |
1932 | ||
db5be682 JB |
1933 | 2000-02-28 Jim Blandy <[email protected]> |
1934 | ||
1935 | * ldgram.y (exclude_name_list): Don't require a comma to separate | |
50bbae35 | 1936 | list entries; the lexer considers commas to be valid part of a |
db5be682 JB |
1937 | filename, so in something like `foo, bar' the comma is considered |
1938 | part of the first filename, `foo,'. | |
1939 | * ld.texinfo: Update section on EXCLUDE_FILE lists. | |
1940 | ||
3558ff4c ILT |
1941 | 2000-02-27 Loren J. Rittle <[email protected]> |
1942 | ||
1943 | * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for | |
1944 | host "i[3456]86-*-freebsdelf*". | |
1945 | ||
4eee2681 ILT |
1946 | 2000-02-27 Mark Elbrecht <[email protected]> |
1947 | ||
1948 | * scripttempl/i386go32.sc: Move misplaced semicolons. | |
1949 | ||
8d75d12d ILT |
1950 | 2000-02-25 Ian Lance Taylor <[email protected]> |
1951 | ||
1952 | * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o. | |
1953 | (ALL_64_EMULATIONS): Remove eelf64hppa.o. | |
1954 | (eelf64hppa.c, ehppaelf.c): Remove targets. | |
1955 | * Makefile.in: Rebuild. | |
1956 | ||
a1836d49 AO |
1957 | 2000-02-25 Alexandre Oliva <[email protected]> |
1958 | ||
ad51fb57 AO |
1959 | * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on |
1960 | GNU/Linux/sparc, but keep the default as 32. | |
1961 | ||
a1836d49 AO |
1962 | * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make |
1963 | it default if sparcv9 or sparc64. | |
1964 | ||
344a211f NC |
1965 | 2000-02-24 Nick Clifton <[email protected]> |
1966 | ||
1967 | * Makefile.am: Add rules to build emipspe.o and earmpe.o. | |
1968 | * Makefile.in: Regenerate. | |
1969 | * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe. | |
1970 | ||
1971 | * ldemul.h (ld_emulation_xfer_struct): Add new field: | |
1972 | find_potential_libraries. | |
1973 | * ldemul.c (ldemul_find_potential_libraries): New function. | |
1974 | ||
1975 | * ldfile.c (ldfile_open_file_search): Allow function to be | |
50bbae35 | 1976 | exported. |
344a211f NC |
1977 | (ldfile_open_file): Call ldemul_find_potential_libraries. |
1978 | * ldfile.h: Add prototype for ldfile_open_file_search. | |
1979 | ||
1980 | * pe-dll.c: Add support for ARM, MIPS and SH targets. | |
1981 | ||
1982 | * emulparams/mipspe.sh: New file. Parameters for mips-pe target. | |
1983 | * emulparams/shpe.sh: New file. Parameters for sh-pe target. | |
1984 | ||
1985 | * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs. | |
1986 | (gld_X_find_potential_libraries): New function. Search for | |
1987 | libraries called "*.lib". | |
1988 | ||
a2b64bed | 1989 | * scripttempl/pe.sc: Add .pdata section. |
344a211f | 1990 | |
eaba1dd3 RH |
1991 | 2000-02-23 Richard Henderson <[email protected]> |
1992 | ||
1993 | * scripttempl/elfd10v.sc: Remove dynamic linking hooks. | |
1994 | Add and use memory regions. | |
1995 | ||
5b93d8bb AM |
1996 | 2000-02-23 Linas Vepstas ([email protected]) |
1997 | ||
1998 | * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New. | |
1999 | ||
2000 | * Makefile.am: Add support for Linux/IBM 370. | |
2001 | * configure.tgt: Likewise. | |
2002 | ||
2003 | * Makefile.in: Regenerate. | |
2004 | ||
f6af82bd AM |
2005 | 2000-02-21 Alan Modra <[email protected]> |
2006 | ||
2007 | * ldlang.c (print_input_section, print_data_statement, | |
2008 | print_reloc_statement, print_padding_statement, insert_pad, | |
2009 | size_input_section, lang_check_section_addresses, | |
2010 | lang_size_sections, lang_do_assignments, lang_set_startof, | |
50bbae35 | 2011 | lang_one_common): Change `opb' to unsigned. |
f6af82bd AM |
2012 | (lang_do_assignments): Also change `size' to unsigned. |
2013 | ||
9e673ad1 RH |
2014 | 2000-02-16 Richard Henderson <[email protected]> |
2015 | ||
2016 | * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. | |
2017 | ||
562d3460 TW |
2018 | 2000-02-16 Timothy Wall <[email protected]> |
2019 | ||
2020 | * mri.c (mri_draw_tree): Add default LMA region argument to call | |
2021 | to lang_leave_output_section_statement. | |
2022 | * ldlang.h: Update prototypes with LMA region arguments. | |
2023 | * ldlang.c (lang_size_sections): Encapsulate region bounds | |
2024 | checking in os_check_region call. | |
2025 | (os_check_region): New function. | |
2026 | (lang_output_section_statement_lookup): Initialize lma_region. | |
2027 | (lang_leave_output_section_statement): Add LMA region argument. | |
2028 | (lang_leave_overlay): Ditto. | |
2029 | * ldgram.y: Handle LMA region syntax. | |
2030 | * ld.texinfo (Output Section Description): Describe LMA region usage. | |
2031 | * emultempl/armelf.em (gld$place_orphan): Add default value for | |
01cc8ff8 | 2032 | lma region in call to lang_leave_output_section_statement. |
562d3460 | 2033 | * emultempl/elf32.em (gld$place_orphan): Add default value for |
01cc8ff8 | 2034 | lma region in call to lang_leave_output_section_statement. |
562d3460 | 2035 | * emultempl/pe.em (gld$place_orphan): Add default value for |
01cc8ff8 | 2036 | lma region in call to lang_leave_output_section_statement. |
50bbae35 AM |
2037 | |
2038 | ||
9e4ed18c TW |
2039 | 2000-02-04 Timothy Wall <[email protected]> |
2040 | ||
2041 | * ldlang.c (lang_check_section_addresses): Use bytes instead of | |
2042 | octets when calculating section end addresses. | |
2043 | ||
32edc927 TW |
2044 | 2000-02-04 Timothy Wall <[email protected]> |
2045 | ||
2046 | * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation. | |
2047 | ||
4cbfc3ac TW |
2048 | 2000-02-03 Timothy Wall <[email protected]> |
2049 | ||
a2b64bed | 2050 | * ldexp.c (fold_name): Make SIZEOF operator return byte count, not |
4cbfc3ac | 2051 | octet count. |
a2b64bed | 2052 | * ldlang.c (print_input_section, print_data_statement, |
4cbfc3ac TW |
2053 | print_reloc_statement, print_padding_statement): Print target |
2054 | address values and section sizes as bytes, not octets. | |
2055 | (insert_pad) Calculate padding size in octets, and adjust "dot" | |
2056 | by bytes. | |
2057 | (size_input_section) Always adjust "dot" by bytes, not octets. | |
2058 | (lang_check_section_addresses, lang_do_assignments) Adjust | |
2059 | "dot" by bytes, not octets. Use the larger of the directive size | |
2060 | or octets_per_byte for the number of octets actually allocated in | |
2061 | the output section. | |
2062 | (lang_set_startof) Make sure STARTOF returns a target address. | |
2063 | (lang_one_common) Record size changes in octets. | |
2064 | (lang_abs_symbol_at_end_of) Section end symbol's value is | |
2065 | recorded in target bytes. | |
2066 | * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc. | |
2067 | to be clear about behavior when an octet is smaller than one byte. | |
50bbae35 | 2068 | |
305c7206 AM |
2069 | 2000-01-27 Alan Modra <[email protected]> |
2070 | ||
2071 | * ldcref.c (output_cref): Don't pass message strings to printf | |
2072 | as format arg. | |
2073 | Update copyright. | |
2074 | ||
2075 | * ldmisc.c (vfinfo): Same here. | |
2076 | Update copyright. | |
2077 | ||
e1c47aa4 AM |
2078 | 2000-01-23 Alan Modra <[email protected]> |
2079 | ||
2080 | * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em, | |
2081 | generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em, | |
2082 | mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct): | |
2083 | Add missing NULL initialisers, and comments. | |
2084 | ||
2085 | * testsuite/ld-srec/sr3.cc (__rethrow): New. | |
2086 | ||
13392b77 NC |
2087 | 2000-01-21 Nick Clifton <[email protected]> |
2088 | ||
2089 | * ldlang.c (lang_size_sections): Fix typo in comment. | |
2090 | ||
cce4c4c5 NC |
2091 | 2000-01-18 H.J. Lu <[email protected]> |
2092 | ||
2093 | * ldlang.c (lang_size_sections): Also update the current | |
2094 | address of a region if the SEC_NEVER_LOAD bit is not set. | |
2095 | ||
0decc840 NC |
2096 | 2000-01-10 Philip Blundell <[email protected]> |
2097 | ||
2098 | * configure.tgt (arm*-*-conix*): New target. | |
2099 | ||
4e53152f NC |
2100 | 2000-01-07 Nick Clifton <[email protected]> |
2101 | ||
2102 | * ld.texinfo (Options): Remind users to preceed linker command | |
fa19fce0 NC |
2103 | line switches with -Wl, (or whatever is appropriate) if it is |
2104 | being invoked by a comnpiler driver program. | |
50bbae35 | 2105 | Fix description of the behaviour of the -n command line switch. |
4e53152f | 2106 | |
18625d54 CM |
2107 | Wed Jan 5 08:02:12 2000 Catherine Moore <[email protected]> |
2108 | ||
2109 | * ld.h (wildcard_spec): Change exclude_name to exclude_name_list. | |
2110 | (name_list): New. | |
2111 | * ld.texinfo (EXCLUDE_FILE): Update documentation. | |
2112 | * ldgram.y (wildcard_spec): Support a list of excluded_files. | |
2113 | (exclude_name_list): New. | |
2114 | ldlang.c (walk_wild_section): Support list of excluded files. | |
2115 | (print_wild_statement): Likewise. | |
2116 | (lang_add_wild): Likewise. | |
2117 | * ldlang.h (lang_wild_statement_type): Likewise. | |
2118 | * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support. | |
6ddeca85 | 2119 | |
5aaace27 NC |
2120 | 2000-01-04 Mumit Khan <[email protected]> |
2121 | ||
870df5dc NC |
2122 | * pe-dll.c (pe_dll_warn_dup_exports): New variable. |
2123 | (process_def_file): Use. | |
2124 | (pe_dll_compat_implib): New variable. | |
2125 | (make_one): Use. | |
50bbae35 | 2126 | |
870df5dc NC |
2127 | * pe-dll.h: Add exports of pe_dll_warn_dup_exports and |
2128 | pe_dll_compat_implib. | |
50bbae35 AM |
2129 | |
2130 | * emultempl/pe.em (longopts): Add warn-duplicate-exports and | |
870df5dc NC |
2131 | compat-implib options. |
2132 | (gld_${EMULATION_NAME}_list_options): List new options. | |
2133 | (gld_${EMULATION_NAME}_parse_args): Handle. | |
2134 | ||
50bbae35 | 2135 | * pe-dll.c (pe_dll_generate_implib): Use the correct name for output |
5aaace27 | 2136 | dll. |
50bbae35 AM |
2137 | |
2138 | * deffilep.y (opt_name): Allow "." in name. | |
5aaace27 | 2139 | |
2f6d2f85 | 2140 | For older changes see ChangeLog-9899 |
252b5132 RH |
2141 | \f |
2142 | Local Variables: | |
2143 | mode: change-log | |
2144 | left-margin: 8 | |
2145 | fill-column: 74 | |
2146 | version-control: never | |
2147 | End: |