]>
Commit | Line | Data |
---|---|---|
37b0ac0f DJ |
1 | 2002-02-10 Daniel Jacobowitz <[email protected]> |
2 | ||
3 | * lexsup.c: Remove strtoul declaration. | |
4 | ||
4e5bae56 DJ |
5 | 2002-02-10 Daniel Jacobowitz <[email protected]> |
6 | ||
7 | * ldmain.c: Add prototype for main (). | |
8 | * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H. | |
9 | * emultempl/lnk960.em (lnk960_choose_target): Function should | |
10 | take two arguments. | |
11 | ||
1e281515 AM |
12 | 2002-02-10 Alan Modra <[email protected]> |
13 | ||
14 | * ldlang.c (entry_section): New initialised variable. | |
15 | (lang_finish): Use it. | |
16 | * ldlang.h (entry_section): Declare. | |
17 | * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set | |
18 | entry_section to ".opd". | |
19 | ||
f92d92ff | 20 | 2002-02-09 Chris Demetriou <[email protected]> |
0a9c1c8e CD |
21 | |
22 | * ld.texinfo (Options): Add back in -nostdlib documentation, | |
23 | which had been inadvertently removed. | |
24 | ||
74c44237 HPN |
25 | 2002-02-09 Hans-Peter Nilsson <[email protected]> |
26 | ||
27 | * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust | |
28 | register section vma to a sane value after emitting error. Make | |
29 | fatal conditions cause program exit when emitting message. | |
30 | ||
5e37cc46 NC |
31 | 2002-02-08 Ivan Guzvinec <[email protected]> |
32 | ||
33 | * configure.tgt: Add or32-*-rtems target. | |
34 | ||
2d92cb7d AO |
35 | 2002-02-08 Alexandre Oliva <[email protected]> |
36 | ||
37 | Contribute sh64-elf. | |
38 | 2002-01-24 Alexandre Oliva <[email protected]> | |
39 | * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined | |
40 | in OTHER_RELOCATABLE_SECTIONS. | |
41 | 2002-01-18 Alexandre Oliva <[email protected]> | |
42 | * emulparams/shelf32.sh (STACK_ADDR): Define. | |
43 | (OTHER_RELOCATABLE_SECTIONS): Renamed to... | |
44 | (OTHER_SECTIONS): this. Removed stack settings. | |
45 | * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set. | |
46 | (OTHER_SECTIONS): Reset after sourcing shelf32.sh. | |
47 | 2001-03-12 DJ Delorie <[email protected]> | |
48 | * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable | |
49 | relaxing if any shmedia or mixed sections are found. | |
50 | 2001-03-07 DJ Delorie <[email protected]> | |
51 | * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to | |
52 | einfo. Gracefully decline to output to non-elf formats. | |
53 | 2001-03-06 Hans-Peter Nilsson <[email protected]> | |
54 | * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>: | |
55 | Default to _end aligned to next multiple of 0x40000, plus 0x40000. | |
56 | * emulparams/shelf32.sh: Ditto. | |
57 | 2001-01-14 Hans-Peter Nilsson <[email protected]> | |
58 | * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak | |
59 | comment. | |
60 | 2001-01-10 Ben Elliston <[email protected]> | |
61 | * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid | |
62 | non-portable shell constructs. From Hans-Peter Nilsson. | |
63 | 2001-01-09 Hans-Peter Nilsson <[email protected]> | |
64 | * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty. | |
65 | * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust | |
66 | dependencies to the shell script include chain. | |
67 | * Makefile.in: Regenerate. | |
68 | 2001-01-06 Hans-Peter Nilsson <[email protected]> | |
69 | * emultempl/sh64elf.em: Update and tweak comments. | |
70 | (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and | |
71 | make a .cranges section SEC_IN_MEMORY. | |
72 | 2000-12-30 Hans-Peter Nilsson <[email protected]> | |
73 | * emultempl/sh64elf.em | |
74 | (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when | |
75 | .cranges section found to be necessary; continue and set stored | |
76 | section contents flags for sections with non-mixed contents. | |
77 | Use a struct sh64_section_data container and sh64_elf_section_data | |
78 | to store contents-type flags. | |
79 | Remove unused update of "isec". | |
80 | (sh64_elf_${EMULATION_NAME}_after_allocation): Only process | |
81 | sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to | |
82 | access contents-type flags. Assert that the associated container | |
83 | is initialized. Use that container, not elf_gp_size, to hold size | |
84 | of linker-generated cranges contents. | |
85 | 2000-12-18 Hans-Peter Nilsson <[email protected]> | |
86 | * emultempl/sh64elf.em | |
87 | (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if | |
88 | there's already a .cranges section. When section flag difference | |
89 | is found, don't NULL-check cranges a second time. Tweak comments. | |
90 | (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after | |
91 | merging, not max size, as size of ld-generated .cranges contents. | |
92 | Don't set ELF section flags in output section. When checking for | |
93 | needed .cranges descriptors, don't use a variable; compare | |
94 | incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak | |
95 | comments. | |
96 | 2000-12-18 Hans-Peter Nilsson <[email protected]> | |
97 | * emultempl/sh64elf.em: New file. | |
98 | * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies. | |
99 | * Makefile.in: Regenerate. | |
100 | * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set. | |
101 | (OTHER_RELOCATING_SECTIONS): Ditto. | |
102 | (EXTRA_EM_FILE): New, set to sh64elf if not set. | |
103 | * emulparams/shlelf32.sh: Stub out all settings except | |
104 | OUTPUT_FORMAT. Source shelf32.sh. | |
105 | * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and | |
106 | OTHER_RELOCATING_SECTIONS. | |
107 | (OTHER_RELOCATING_SECTIONS): Remove .cranges. | |
108 | * emulparams/shlelf64.sh: Stub out all settings except | |
109 | OUTPUT_FORMAT. Source shelf64.sh. | |
110 | 2000-12-15 Hans-Peter Nilsson <[email protected]> | |
111 | * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include | |
112 | .cranges section. | |
113 | (DATA_START_SYMBOLS): Define, provide ___data. | |
114 | (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8 | |
115 | for consecutive .data section. | |
116 | (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss | |
117 | section after .data section. | |
118 | * emulparams/shlelf64.sh: Ditto. | |
119 | * emulparams/shelf32.sh: Ditto. | |
120 | (ALIGNMENT): Define to 8. | |
121 | * emulparams/shelf32.sh: Ditto. | |
122 | 2000-12-12 Hans-Peter Nilsson <[email protected]> | |
123 | * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get | |
124 | built-in linker scripts. | |
125 | 2000-11-30 Hans-Peter Nilsson <[email protected]> | |
126 | * emulparams/shlelf64.sh: New. | |
127 | * emulparams/shelf64.sh: New. | |
128 | * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to | |
129 | targ_extra_emuls. | |
130 | * Makefile.am: Add support for shlelf64 and shelf64. | |
131 | * Makefile.in: Regenerate. | |
132 | 2000-11-29 Hans-Peter Nilsson <[email protected]> | |
133 | * configure.tgt (sh64-*-elf*): Add shelf as default. | |
134 | Add shlelf to targ_extra_emuls. | |
135 | 2000-11-24 Hans-Peter Nilsson <[email protected]> | |
136 | * emulparams/shelf32.sh: New file. | |
137 | * emulparams/shlelf32.sh: New file. | |
138 | * Makefile.am: Add support for shlelf32 and shelf32. | |
139 | * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32. | |
140 | * Makefile.in: Regenerate. | |
141 | ||
e3dc8847 HPN |
142 | 2002-02-05 Hans-Peter Nilsson <[email protected]> |
143 | ||
144 | * ldlang.c (lang_reset_memory_regions): Rename from | |
145 | reset_memory_regions. Change all callers. Make public. | |
146 | * ldlang.h (lang_reset_memory_regions): Prototype. | |
147 | * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call | |
148 | lang_reset_memory_regions before lang_size_sections. | |
126730bd HPN |
149 | * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise. |
150 | * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise. | |
e3dc8847 | 151 | |
8017dbcb HPN |
152 | 2002-02-04 Hans-Peter Nilsson <[email protected]> |
153 | ||
154 | * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed | |
155 | arithmetic when checking for too many global registers. | |
156 | ||
006336b8 JT |
157 | 2002-02-02 Jason Thorpe <[email protected]> |
158 | ||
159 | * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o. | |
160 | (ehppanbsd.c): New rule. | |
161 | * Makefile.in: Regenerate. | |
162 | * configure.tgt (hppa*-*-netbsd*): New target. | |
163 | * emulparams/hppalinux.sh: Add comment to check other files | |
164 | that source this file it is modified, and list which | |
165 | files that do. | |
166 | * emulparams/hppanbsd.sh: New file. | |
167 | ||
da1f2fec GK |
168 | 2002-02-01 Geoffrey Keating <[email protected]> |
169 | ||
170 | * scripttempl/xstormy16.sc: Don't allocate extra space for the | |
171 | stack. | |
172 | ||
48fa4a5d HPN |
173 | 2002-02-01 Hans-Peter Nilsson <[email protected]> |
174 | ||
175 | Support on-demand global register allocation from | |
176 | R_MMIX_BASE_PLUS_OFFSET relocs. | |
177 | * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from | |
178 | mmix_set_reg_section_vma. Call | |
179 | _bfd_mmix_finalize_linker_allocated_gregs. | |
180 | (mmix_before_allocation): New function. | |
181 | (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation. | |
182 | (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation. | |
183 | * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP. | |
184 | (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated | |
185 | before .MMIX.reg_contents. | |
186 | * emultempl/mmo.em (gldmmo_before_allocation): Define to default. | |
187 | (mmo_after_open): New function. | |
188 | (LDEMUL_AFTER_OPEN): Define to mmo_after_open. | |
189 | * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add | |
190 | .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents. | |
191 | ||
3b16e843 NC |
192 | 2002-01-31 Ivan Guzvinec <[email protected]> |
193 | ||
194 | * emulparams/or32.sh: New file. | |
195 | * emulparams/or32elf.sh: New file. | |
196 | * scripttempl/or32.sc: New file. | |
197 | * configure.tgt : Add support for or32. | |
198 | * configure: Regenerate | |
199 | * Makefile.am: Add support for or32. | |
200 | * Makefile.in: Regenerate. | |
201 | * NEWS: Mention support for or32. | |
202 | * po/ld.pot: Regenerate. | |
203 | ||
f744d540 CD |
204 | 2002-01-29 Chris Demetriou <[email protected]> |
205 | Mitch Lichtenberg <[email protected]> | |
206 | ||
207 | * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself. | |
208 | * emultempl/mipself.em: New file to handle MIPS ELF embedded | |
209 | reloc creation (ld --embedded-relocs). | |
210 | ||
4867be41 DJ |
211 | 2002-01-27 Daniel Jacobowitz <[email protected]> |
212 | ||
213 | * configure: Regenerated. | |
214 | ||
cd8e197b HPN |
215 | 2002-01-26 Hans-Peter Nilsson <[email protected]> |
216 | ||
217 | * Makefile.am (install): Depend on install-info. | |
218 | * Makefile.in: Regenerate. | |
219 | ||
9cb61eab AM |
220 | 2002-01-26 Christian Rose <[email protected]> |
221 | ||
222 | * ldmain.c (main): Use full sentences to ease translation. | |
223 | ||
1caa7b23 NC |
224 | 2002-01-26 Nick Clifton <[email protected]> |
225 | ||
226 | * po/fr.po: Updated version. | |
227 | ||
1ddbd152 NC |
228 | 2002-01-25 Nick Clifton <[email protected]> |
229 | ||
230 | * po/es.po: Updated version. | |
231 | ||
1e84433f AJ |
232 | 2002-01-25 Andreas Jaeger <[email protected]> |
233 | ||
234 | * ldlex.l (yy_input): Correct error check. | |
235 | ||
6d39955e AM |
236 | 2002-01-25 Alan Modra <[email protected]> |
237 | ||
238 | * ldmisc.c (demangle): Put back dots when string not demangled. | |
239 | ||
a9ed1e1b RH |
240 | 2002-01-22 Richard Henderson <[email protected]> |
241 | ||
242 | * emulparams/elf64alpha.sh (NOP): Use unop. | |
243 | ||
968ec2b9 AJ |
244 | 2002-01-21 Andreas Jaeger <[email protected]> |
245 | ||
246 | * ldlex.l: Use fread instead of read. | |
247 | ||
9596feea JT |
248 | 2002-01-21 Jason Thorpe <[email protected]> |
249 | ||
250 | * configure.tgt (ia64-*-netbsd*): New target. | |
251 | ||
493a6d47 L |
252 | 2002-01-21 H.J. Lu <[email protected]> |
253 | ||
254 | * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to | |
255 | 0. | |
256 | * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise. | |
257 | ||
2a538ba5 AJ |
258 | 2002-01-18 Andreas Jaeger <[email protected]> |
259 | ||
260 | * ldver.c (ldversion): Update year. | |
261 | ||
328577ad NC |
262 | 2002-01-17 Nick Clifton <[email protected]> |
263 | ||
264 | * po/ld.pot: Regenerate. | |
265 | ||
1f808cd5 AM |
266 | 2002-01-16 Alan Modra <[email protected]> |
267 | ||
268 | * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em. | |
269 | * Makefile.in: Regenerate. | |
270 | * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define. | |
271 | * emultempl/ppc64elf.em: New file. | |
272 | ||
335c5610 DD |
273 | 2002-01-15 DJ Delorie <[email protected]> |
274 | ||
275 | * scripttempl/pe.sc: Add support for constructor priorities. | |
276 | ||
c40bbade DC |
277 | 2002-01-07 Marek Michalkiewicz <[email protected]> |
278 | ||
279 | * emulparams/avr1200.sh (DATA_START): Define as 0x60. | |
280 | * emulparams/avr23xx.sh: Likewise. | |
281 | * emulparams/avr4433.sh: Likewise. | |
282 | * emulparams/avr44x4.sh: Likewise. | |
283 | * emulparams/avr85xx.sh: Likewise. | |
284 | * emulparams/avrmega103.sh: Likewise. | |
285 | * emulparams/avrmega161.sh: Likewise. | |
286 | * emulparams/avrmega603.sh: Likewise. | |
287 | * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60. | |
288 | ||
34efb449 AO |
289 | 2002-01-08 Alexandre Oliva <[email protected]> |
290 | ||
291 | * ldlang.c (walk_wild_section): Exclude object file if enclosing | |
292 | archive is excluded. | |
293 | ||
8d05742f JT |
294 | 2002-01-07 Jason Thorpe <[email protected]> |
295 | ||
296 | * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o. | |
2a538ba5 | 297 | (eshelf_nbsd.c): New rule. |
8d05742f JT |
298 | (eshlelf_nbsd.c): New rule. |
299 | * Makefile.in: Regenerate. | |
300 | * configure.tgt (sh*le-*-netbsdelf*): New target. | |
301 | (sh*-*-netbsdelf*): New target. | |
302 | * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file. | |
303 | * ld/emulparams/shelf_nbsd.sh: New emulation. | |
304 | * ld/emulparams/shlelf_nbsd.sh: New emulation. | |
305 | ||
be2d1673 NC |
306 | 2002-01-07 Nick Clifton <[email protected]> |
307 | ||
308 | * po/es.po: New file: Spanish translation. | |
309 | * configure.in (ALL_LINGUAS): Add es. | |
310 | * configure: Regenerate. | |
311 | ||
dbab7a7b NC |
312 | 2002-01-06 John Marshall <[email protected]> |
313 | ||
314 | * ld.texinfo: Note that --emit-relocs is currently only | |
315 | implemented for ELF. | |
316 | ||
3dfe7a8c AM |
317 | 2002-01-05 Alan Modra <[email protected]> |
318 | ||
319 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use | |
320 | of bfd_section_list_remove and bfd_section_list_insert macros. | |
321 | * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise. | |
322 | * emultempl/mmo.em (mmo_place_orphan): Likewise. | |
323 | ||
8a8b2d4b AJ |
324 | 2002-01-04 Jason Thorpe <[email protected]> |
325 | ||
326 | * configure.tgt (x86_64-*-netbsd*): New target. | |
327 | ||
9a4c7f16 TR |
328 | 2001-12-21 Tom Rix <[email protected]> |
329 | ||
8a8b2d4b | 330 | (gld*_create_output_section_statements): New function. |
9a4c7f16 TR |
331 | For -binitfini support. |
332 | * emultempl/aix.em (gld*_before_parse): Fix comment. | |
333 | * emultempl/aix.em (gld*_parse_args): Fix comment. | |
334 | ||
3695c299 AM |
335 | 2001-12-20 Jason Thorpe <[email protected]> |
336 | ||
cf86e6df AM |
337 | * configure.tgt (mips*-dec-netbsd*): Delete alias for |
338 | mips*el-*-netbsd*. | |
339 | (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls. | |
340 | ||
3695c299 AM |
341 | * configure.tgt (arm-*-netbsdelf*): Add target. |
342 | (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls. | |
343 | * emulparams/armelf_nbsd.sh: Added. | |
344 | * Makefile.am: Add rules for earmelf_nbsd. | |
345 | * Makefile.in: Regenerate. | |
346 | ||
97cb79ae AJ |
347 | 2001-12-19 Andreas Jaeger <[email protected]>, |
348 | Susanne Oberhauser <[email protected]> | |
349 | ||
350 | * configure.host: Add rules for x86_64-*linux-gnu. Change | |
351 | s390x-linux entry to use gcc to report configuration, replace gcc | |
352 | with $CC in s390-linux | |
353 | ||
9d201f2f AJ |
354 | 2001-12-19 Andreas Jaeger <[email protected]> |
355 | ||
356 | * ld.texinfo (VERSION): Fix markup. | |
357 | ||
0b69cd08 MG |
358 | 2001-12-18 matthew green <[email protected]> |
359 | ||
360 | * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o. | |
361 | (m68kelfnbsd.c): New rule. | |
362 | * Makefile.in: Regenerate. | |
363 | * configure.tgt (m68*-hp-netbsd*): Renamed to .. | |
364 | (m68*-*-netbsd*4k*): .. this. | |
365 | (m68*-*-netbsdelf*): New target. | |
366 | (m68*-*-netbsd*): Also include ELF support. | |
367 | (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*. | |
368 | * emulparams/m68kelfnbsd.sh: New emulation. | |
369 | ||
6b9b879a JJ |
370 | 2001-12-18 Jakub Jelinek <[email protected]> |
371 | ||
372 | * ldgram.y (vers_node): Support anonymous version tags. | |
373 | * ldlang.c (lang_register_vers_node): Ensure anonymous version | |
374 | tag is not defined together with non-anonymous versions. | |
375 | * ld.texinfo: Document it. | |
376 | ||
9fc877ed NC |
377 | 2001-12-18 Nick Clifton <[email protected]> |
378 | ||
379 | * po/tr.po: New file: Turkish translation. | |
380 | * configure.in (ALL_LINGUAS): Add tr. | |
381 | * configure: Regenerate. | |
382 | ||
fc18a3f3 RH |
383 | 2001-12-17 Jason Thorpe <[email protected]> |
384 | ||
385 | * Makefile.am: Add rules for eelf64alpha_nbsd. | |
386 | * Makefile.in: Regenerate. | |
387 | * configure.tgt (alpha*-*-netbsd*): Set | |
388 | targ_emul to elf64alpha_nbsd. | |
389 | * emulparams/elf64alpha_nbsd.sh: Added. | |
390 | ||
76f63e91 AM |
391 | 2001-12-17 Alan Modra <[email protected]> |
392 | ||
393 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust | |
394 | section_tail when fiddling with section list. | |
395 | (gld${EMULATION_NAME}_list_options): Ensure sentences aren't | |
396 | broken into separate strings to make translation easier. | |
397 | * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when | |
398 | fiddling with section list. | |
399 | * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise. | |
400 | ||
d03b89bd HPN |
401 | 2001-12-16 Hans-Peter Nilsson <[email protected]> |
402 | ||
403 | * scripttempl/mmo.sc: Add .debug_ranges to listed sections. | |
404 | ||
320fec9a AM |
405 | 2001-12-15 Alan Modra <[email protected]> |
406 | ||
407 | * ldmain.c (main): Initialise link_info.eh_frame_hdr. | |
408 | ||
65765700 JJ |
409 | 2001-12-13 Jakub Jelinek <[email protected]> |
410 | ||
411 | * emultempl/elf32.em (finish): Supply output_bfd | |
412 | to bfd_elf*_discard_info. | |
413 | (OPTION_EH_FRAME_HDR): Define. | |
414 | (longopts): Add --eh-frame-hdr. | |
415 | (parse_args): Handle it. | |
416 | (list_options): Add --eh-frame-hdr to help. | |
417 | * emultempl/hppaelf.em (finish): Supply output_bfd | |
418 | to bfd_elf*_discard_info. | |
419 | * scripttempl/elf.sc (.eh_frame_hdr): Add. | |
420 | ||
89894c62 AM |
421 | 2001-12-13 Alan Modra <[email protected]> |
422 | ||
423 | * lexsup.c (parse_args): Don't pass shortopts to second call to | |
424 | getopt functions. Restore optind rather than decrementing before | |
425 | second call. Remove errind as it now duplicates last_optind. | |
426 | ||
583f1926 CF |
427 | 2001-12-11 Christopher Faylor <[email protected]> |
428 | ||
429 | * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo. | |
430 | ||
93fbbb04 GK |
431 | 2001-12-07 Geoffrey Keating <[email protected]> |
432 | Richard Henderson <[email protected]> | |
433 | ||
434 | * Makefile.am: Add support for xstormy16. | |
435 | * configure.tgt: Add support for xstormy16. | |
436 | * Makefile.in: Regenerate. | |
437 | * emulparams/elf32xstormy16.sh: New file. | |
438 | * scripttempl/xstormy16.sc: New file. | |
439 | ||
583f1926 CF |
440 | 2001-10-01 Christopher Faylor <[email protected]> |
441 | ||
fc18a3f3 RH |
442 | * Makefile.in (LIB_PATH): Make configurable. |
443 | (GENSCRIPTS): Set LIB_PATH in environment. | |
444 | * configure.in: Substitute LIB_PATH. | |
445 | * configure: Regenerate. | |
446 | * configure.tgt (*cygwin): Set LIB_PATH for cross build. | |
447 | * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS. | |
583f1926 | 448 | |
ff291a48 NC |
449 | 2001-12-07 Nick Clifton <[email protected]> |
450 | ||
451 | * lexsup.c (ld_options): Insert 'PROGRAM' into the text string | |
452 | describing the -N option so that it is easier to translate into | |
453 | foreign languages. | |
454 | ||
e3c8793a NC |
455 | 2001-12-05 Nick Clifton <[email protected]> |
456 | ||
457 | * emultempl/pe.em (..._list_options): Replace multiple fprintf | |
458 | statements describing a single option with a single, newline | |
459 | escaped fprintf. This allows better translation into other | |
460 | languages. | |
9d201f2f | 461 | |
fc18a3f3 RH |
462 | * ldmain.c (add_archive_element): Combine multiple strings |
463 | into a single string to permit better translation into other | |
464 | languages. | |
e3c8793a | 465 | |
f2eab0af TR |
466 | 2001-12-05 Tom Rix <[email protected]> |
467 | ||
468 | * Makefile.am: Remove eaixppc64. | |
9d201f2f | 469 | * Makefile.in: Regenerate. |
f2eab0af | 470 | |
249172c3 TR |
471 | 2001-12-04 Tom Rix <[email protected]> |
472 | ||
9d201f2f | 473 | * emultempl/aix.em (choose_target): Change default target to |
249172c3 TR |
474 | OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler |
475 | warning. | |
476 | (gld*_read_file): Fix typo. | |
477 | (change_symbol_mode): Add prototype. | |
478 | (is_syscall): Same. | |
9d201f2f | 479 | |
249172c3 TR |
480 | * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete. |
481 | * emulparams/aixrs6.sh : Same. | |
482 | * emulparams/ppcmacos.sh : Same. | |
483 | * emulparams/aixppc64.sh : Delete file. | |
484 | * emultempl/aix.em : Formatting changes. | |
485 | ||
5b5cd1b0 HPN |
486 | 2001-12-04 Hans-Peter Nilsson <[email protected]> |
487 | ||
488 | * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes. | |
489 | (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting | |
490 | __Sbss. | |
491 | (OTHER_END_SYMBOLS): Fix formatting. | |
492 | * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes. | |
493 | (OTHER_END_SYMBOLS): Fix formatting. | |
494 | ||
7cecdbff AM |
495 | 2001-12-04 Alan Modra <[email protected]> |
496 | ||
497 | * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT. | |
498 | ||
742aeb63 | 499 | 2001-12-02 Tom Rix <[email protected]> |
7cecdbff | 500 | |
742aeb63 | 501 | * configure.tgt : Remove eaixppc64 emulations. |
7cecdbff | 502 | * Makefile.in : Remove eaixppc64.c |
742aeb63 TR |
503 | * ldemul.c (ldemul_choose_target): New parameters argc, argv. |
504 | (ldemul_default_target): Same. | |
505 | * emultempl/gld960.em (gld960_choose_target): Same. | |
7cecdbff AM |
506 | * emultempl/gld960c.em (gld960_choose_target): Same. |
507 | * scripttempl/aix.sc: Remove OUTPUT_FORMAT. | |
742aeb63 TR |
508 | * emultempl/aix.em (is_syscall): syscall_mask now a variable. |
509 | * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable. | |
510 | * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation. | |
7cecdbff | 511 | * emultempl/aix.em (choose_target): New function. Handle emulation of |
742aeb63 TR |
512 | -b32 and -b64. |
513 | ||
48459341 L |
514 | 2001-11-27 H.J. Lu <[email protected]> |
515 | ||
516 | * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes. | |
517 | * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise. | |
518 | * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise. | |
519 | * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise. | |
520 | * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise. | |
521 | * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise. | |
522 | * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise. | |
523 | * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise. | |
524 | ||
7cecdbff | 525 | * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA} |
48459341 L |
526 | is not empty. |
527 | (SDATA): Likewise. | |
528 | (REL_SDATA): Likewise. | |
529 | (REL_SBSS): Likewise. | |
530 | (REL_SDATA2): Likewise. | |
531 | (REL_SBSS2): Likewise. | |
532 | (SBSS2): Define if ${NO_SMALL_DATA} is not empty. | |
533 | (SDATA2): Likewise. | |
534 | ||
ecfdd20c SC |
535 | 2001-11-25 Stephane Carrez <[email protected]> |
536 | ||
537 | * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and | |
538 | destructor in rom. | |
7cecdbff | 539 | * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise. |
ecfdd20c | 540 | |
da54c6eb L |
541 | 2001-11-22 H.J. Lu <[email protected]> |
542 | ||
543 | * Makefile.in: Regenerated with automake based on automake | |
544 | 1.4-8 in RedHat 7.1. | |
545 | ||
465bc359 AM |
546 | 2001-11-22 Alan Modra <[email protected]> |
547 | ||
548 | * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define. | |
549 | (config.status): Delete rule. | |
550 | Add extra dependencies to cover sourced emulparams files. | |
551 | * Makefile.in: Regenerate. | |
552 | ||
553 | * scripttempl/elf.sc: Order <section>, <section>.* and | |
554 | corresponding linkonce sections as seen in input files. | |
555 | Formatting fixes. Zero vma of all sections if not relocating. | |
556 | (STACK): Define and insert if STACK_ADDR defined. | |
557 | (OTHER_RELOCATING_SECTIONS): Delete. | |
558 | (OTHER_END_SYMBOLS): Define. | |
559 | (OTHER_READONLY_SECTIONS): Always insert, not just when relocating. | |
560 | (OTHER_READWRITE_SECTIONS): Likewise. | |
561 | (OTHER_GOT_SECTIONS): Likewise. | |
562 | (OTHER_SDATA_SECTIONS): Likewise. | |
563 | (OTHER_BSS_SECTIONS): Likewise. | |
564 | * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise. | |
565 | (OTHER_READWRITE_SECTIONS): Likewise. | |
566 | * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise. | |
567 | (OTHER_READWRITE_SECTIONS): Likewise | |
568 | ||
569 | * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete. | |
570 | (STACK_ADDR): Define. | |
571 | * emulparams/armelf_oabi.sh: As for armelf.sh. | |
572 | * emulparams/elf32mcore.sh: As for armelf.sh. | |
573 | * emulparams/h8300elf.sh: As for armelf.sh. | |
574 | * emulparams/mn10200.sh: As for armelf.sh. | |
575 | * emulparams/shelf.sh: As for armelf.sh. | |
576 | ||
577 | * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete. | |
578 | (OTHER_END_SYMBOLS): Define. | |
579 | * emulparams/m32relf.sh: As for elf32fr30.sh. | |
580 | * emulparams/h8300helf.sh: As for elf32fr30.sh. | |
581 | * emulparams/h8300self.sh: As for elf32fr30.sh. | |
582 | ||
583 | * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol | |
584 | defines with RELOCATING test. | |
585 | (OTHER_SDATA_SECTIONS): Likewise. | |
586 | (OTHER_RELOCATING_SECTIONS): Delete, replacing with.. | |
587 | (OTHER_END_SYMBOLS): ..this. | |
588 | * emulparams/crislinux.sh: As for criself.sh. | |
589 | ||
590 | * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma | |
591 | if not relocating. | |
592 | (OTHER_RELOCATING_SECTIONS): Delete, replacing with.. | |
593 | (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order | |
594 | normal and linkonce sections as seen in input files. | |
595 | * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED. | |
596 | (TEXT_DYNAMIC): Likewise. | |
597 | (INITIAL_READONLY_SECTIONS): Zero vma if not relocating. | |
598 | (OTHER_SDATA_SECTIONS): Likewise. | |
599 | * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
600 | * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
601 | * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise. | |
602 | * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise. | |
603 | * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise. | |
604 | (OTHER_PLT_RELOC_SECTIONS): Likewise. | |
605 | (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce | |
606 | sections as seen in input files. | |
607 | * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh. | |
608 | * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma | |
609 | if not relocating. | |
610 | (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise. | |
611 | (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh. | |
612 | * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete. | |
613 | (OTHER_SECTIONS): Instead, use this.. | |
614 | (OTHER_END_SYMBOLS): ..and this. | |
615 | ||
616 | * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates. | |
617 | * emulparams/elf32bsmip.sh: Likewise. | |
618 | * emulparams/elf32btsmip.sh: Likewise. | |
619 | * emulparams/elf32ebmip.sh: Likewise. | |
620 | * emulparams/elf32lmip.sh: Likewise. | |
621 | * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates. | |
622 | * emulparams/elf32lsmip.sh: Likewise. | |
623 | * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates. | |
624 | * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates. | |
625 | * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates. | |
626 | * emulparams/elf64btsmip.sh: Likewise. | |
627 | * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates. | |
628 | * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates. | |
629 | * emulparams/elf32ppclinux.sh: Likewise. | |
630 | * emulparams/elf32ppcsim.sh: Likewise. | |
631 | * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates. | |
632 | * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates. | |
633 | * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates. | |
634 | * emulparams/h8300self.sh: Likewise. | |
635 | * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates. | |
636 | * emulparams/sh.sh: Comment. | |
637 | * emulparams/shl.sh: Source sh.sh, remove duplicates. | |
638 | * emulparams/shlelf.sh: Source shelf.sh, remove duplicates. | |
639 | * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates. | |
640 | ||
abc6ab0a AM |
641 | 2001-11-21 David Heine <[email protected]> |
642 | Alan Modra <[email protected]> | |
643 | ||
644 | * ldlang.c (map_input_to_output_sections): Replace "break" | |
645 | accidentally removed with 2001-08-03 change. | |
646 | (lang_gc_sections_1): Likewise. | |
647 | ||
2181f54f AM |
648 | 2001-11-21 Alan Modra <[email protected]> |
649 | ||
650 | * ldlang.c (walk_wild_section): Move sec == NULL case out of loop. | |
651 | ||
ca0b5847 AM |
652 | 2001-11-20 Angela Marie Thomas <[email protected]> |
653 | ||
654 | * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead | |
2181f54f AM |
655 | of false when calling lang_size_sections. |
656 | * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise. | |
ca0b5847 | 657 | |
c56feb2b AM |
658 | 2001-11-15 Alan Modra <[email protected]> |
659 | ||
660 | * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this | |
661 | function when LDEMUL_FINISH isn't set to the same name. Don't | |
662 | call ${LDEMUL_FINISH}. | |
663 | (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined. | |
664 | * emultempl/armelf.em (arm_elf_finish): Call | |
665 | gld${EMULATION_NAME}_finish. | |
666 | * emultempl/hppaelf.em (hppaelf_finish): Rename to | |
667 | gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and | |
668 | hppaelf_layout_sections_again if necessary. | |
669 | (need_laying_out): New var. | |
670 | (hppaelf_layaout_sections_again): Rename to | |
671 | hppaelf_layout_sections_again. Clear need_laying_out. | |
672 | (PARSE_AND_LIST_OPTIONS): Format text. | |
673 | ||
a48ca7f2 L |
674 | 2001-11-14 H.J. Lu <[email protected]> |
675 | ||
676 | * emultempl/armelf.em (arm_elf_finish): Renamed from | |
677 | gld${EMULATION_NAME}_finish. | |
678 | (LDEMUL_FINISH): Set to arm_elf_finish. | |
679 | ||
73d074b4 DJ |
680 | 2001-11-14 Daniel Jacobowitz <[email protected]> |
681 | ||
682 | * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New. | |
683 | (struct ld_emulation_xfer_struct): Use it. | |
684 | ||
3b16e843 | 685 | 2001-11-13 Ross Alexander <[email protected]> |
fc65c602 | 686 | |
465bc359 | 687 | * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add |
fc65c602 JL |
688 | additional symbols referenced by newer crt0.o files from HP. |
689 | ||
f11b7027 NC |
690 | 2001-11-12 Anthony Green <[email protected]> |
691 | ||
692 | * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol. | |
693 | ||
3bf2994f AM |
694 | 2001-11-12 Alfred M. Szmidt <[email protected]> |
695 | ||
696 | * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}. | |
697 | * Makefile.in: Regenerate. | |
698 | ||
ff5dcc92 SC |
699 | 2001-11-02 Stephane Carrez <[email protected]> |
700 | ||
701 | * ld.texinfo: Use @command for commands, @option for options. | |
702 | * Makefile.am (POD2MAN): Use 'GNU Development Tools' for | |
703 | the page man title. | |
704 | * Makefile.in: Rebuild. | |
705 | ||
9fb9af6e CD |
706 | 2001-11-04 Chris Demetriou <[email protected]> |
707 | ||
708 | * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*): | |
709 | Add support for targets. | |
2181f54f | 710 | |
3c62831e NC |
711 | 2001-11-02 Nick Clifton <[email protected]> |
712 | ||
713 | * configure.in (ALL_LINGUAS): Add "fr" and "sv" | |
714 | * configure: Regernate. | |
715 | * po/fr.po: New file. | |
716 | * po/sv.po: New file. | |
717 | ||
3a9091c4 NC |
718 | 2001-11-01 NIIBE Yutaka <[email protected]> |
719 | ||
720 | * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls | |
721 | as little endian default and to support big endian. | |
2181f54f | 722 | |
361b220e CD |
723 | 2001-11-01 Chris Demetriou <[email protected]> |
724 | ||
725 | * ld.texinfo (Options): Document new option, -nostdlib. | |
726 | * lexsup.c (OPTION_NOSTDLIB): New definition. | |
727 | (ld_options): Add entry for "nostdlib". | |
728 | (parse_args): Handle OPTIONS_NOSTDLIB. | |
729 | * ldfile.c (ldfile_add_library_path): Don't add directories | |
730 | to the search path if they weren't specified on the command line | |
731 | and -nostdlib was specified. | |
732 | * ld.h (ld_config_type): New member only_cmd_line_lib_dirs. | |
733 | ||
210a7bd1 NC |
734 | 2001-10-31 Nick Clifton <[email protected]> |
735 | ||
736 | * lexsup.c (parse_args): Prevent infinite parsing loop when | |
737 | "-rpath.a" is specified on the command line. | |
738 | Replace calls to fprintf with calls to einfo. | |
739 | ||
114283d8 NC |
740 | 2001-10-31 John Marshall <[email protected]> |
741 | ||
742 | * ld.texinfo: A historical requirement that MEMORY and SECTIONS | |
743 | appear only once across all the linker scripts involved in a link | |
744 | invocation no longer applies. Make the documentation reflect | |
745 | that. | |
746 | ||
7649aa50 NC |
747 | 2001-10-31 NIIBE Yutaka <[email protected]> |
748 | ||
749 | * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu | |
750 | targets. | |
751 | (sh-*-linux*): Added targ_extra_libpath. | |
752 | ||
6e814ff8 AM |
753 | 2001-10-31 David Heine <[email protected]> |
754 | ||
755 | * ldlang.c (lang_size_sections): Keep a valid output_offset field | |
756 | for padding statements. | |
757 | ||
3c3bdf30 NC |
758 | 2001-10-30 Hans-Peter Nilsson <[email protected]> |
759 | ||
760 | * configure.tgt (mmix-*-*): New target. | |
761 | * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o. | |
762 | Add dependencies to match. | |
763 | * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em, | |
764 | emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, | |
765 | scripttempl/mmo.sc: New files. | |
766 | * gen-doc.texi: @set MMIX. | |
767 | * ld.texinfo: Ditto. | |
6e814ff8 | 768 | [MMIX] Add MMIX node. |
3c3bdf30 NC |
769 | * Makefile.in: Regenerate. |
770 | ||
ca0c1d3e KH |
771 | 2001-10-29 Kazu Hirata <[email protected]> |
772 | ||
773 | * ldlang.c: Fix a comment typo. | |
774 | ||
1a3d33ce AM |
775 | 2001-10-23 Alan Modra <[email protected]> |
776 | ||
777 | * configure.host: Move alpha*-*-linux-gnu* entry to generic | |
778 | entries, and match *-*-linux*. | |
779 | ||
b47c4208 AM |
780 | 2001-10-20 Alan Modra <[email protected]> |
781 | ||
782 | * ldgram.y (mri_script_command): Surround processing of INCLUDE | |
783 | with ldlex_script, ldlex_popstate. | |
784 | (ifile_p1): Likewise. | |
785 | * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the | |
786 | correct slot. | |
787 | (lex_push_file): Save current lineno to lineno_stack. Set lineno | |
788 | to 1. Don't BEGIN(SCRIPT). | |
789 | (lex_redirect): Similarly. | |
790 | * ldmain.c (main): Set yydebug non-zero if YYDEBUG. | |
791 | ||
fd521b47 NC |
792 | 2001-10-20 Nick Clifton <[email protected]> |
793 | ||
794 | * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and | |
795 | __EH_FRAME_END__ and accept eh frames into data section. | |
796 | Add ctor and dtor sections. | |
797 | ||
59d28a94 DD |
798 | 2001-10-19 Danny Smith <[email protected]> |
799 | ||
800 | * pe-dll.c (autofilter_objectlist): Add gcrt0.o. | |
801 | (auto-export): Fix indentation. | |
802 | ||
663dd378 DD |
803 | 2001-10-18 Danny Smith <[email protected]> |
804 | ||
805 | * pe-dll.c (autofilter_objectlist): Add startup objects | |
806 | for profiling. | |
807 | (auto-export): Constify char * p. | |
6e814ff8 | 808 | Extract file basename and use strcmp rather than ststr |
663dd378 DD |
809 | for object lookup. |
810 | ||
31d677f9 CD |
811 | 2001-10-18 Chris Demetriou <[email protected]> |
812 | ||
813 | * ldmain.c (get_emulation): Improve comment about the handling | |
814 | of -mipsN options. | |
815 | ||
aa200fe8 AM |
816 | 2001-10-17 Alan Modra <[email protected]> |
817 | ||
818 | * po/POTFILES.in: Regenerate. | |
819 | ||
146e7110 AM |
820 | 2001-10-16 Vassili Karpov <[email protected]> |
821 | ||
822 | * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from | |
823 | -z nocopyreloc and -z nocombreloc usage strings. | |
824 | ||
b4330e85 NC |
825 | 2001-10-12 Vassili Karpov <[email protected]> |
826 | ||
146e7110 | 827 | * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc |
b4330e85 NC |
828 | in usage. |
829 | ||
5af8a2fb NC |
830 | 2001-10-11 Aleksey Romanov <[email protected]> |
831 | ||
832 | * scripttempl/armaout.sc: Place .bss section after end of aligned | |
833 | data section to match behaviour of aout code in constructrion of | |
834 | header. | |
835 | ||
5b784096 DD |
836 | 2001-10-11 Danny Smith <[email protected]> |
837 | ||
838 | * pe-dll.c (autofilter_entry_type autofilter_liblist: Add | |
839 | startup files for mingw32 dlls to list. | |
840 | ||
61585df2 CD |
841 | 2001-10-10 Chris Demetriou <[email protected]> |
842 | ||
843 | * emultempl/elf32.em: Fix shell 'if' usage for portability. | |
844 | ||
45cf6f3e AH |
845 | 2001-10-08 Aldy Hernandez <[email protected]> |
846 | ||
847 | * configure.tgt (targ): Add arm9e-*-elf. | |
848 | ||
e24d7c12 L |
849 | 2001-10-05 H.J. Lu <[email protected]> |
850 | ||
851 | * genscripts.sh: Fix a typo in the last change. | |
852 | ||
ec38dd05 JJ |
853 | 2001-10-05 Jakub Jelinek <[email protected]> |
854 | ||
855 | * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and | |
856 | -z nocombreloc in usage. | |
857 | ||
cedd6b0d JB |
858 | 2001-10-03 Jim Blandy <[email protected]> |
859 | ||
860 | * genscripts.sh: Include a comment at the top of each generated | |
861 | script, explaining its purpose. | |
862 | ||
8bd621d8 AM |
863 | 2001-10-03 Vassili Karpov <[email protected]> |
864 | ||
865 | * emultempl/elf32.em (parse_args): Handle -z nocopyreloc. | |
866 | * NEWS: Mention -z nocopyreloc. | |
867 | * ld.texinfo (Options): Describe nocopyreloc. | |
868 | ||
fcd8210c AM |
869 | 2001-10-03 Alan Modra <[email protected]> |
870 | ||
871 | * configure: Regenerate. | |
872 | ||
d32820f2 AM |
873 | 2001-10-02 Alan Modra <[email protected]> |
874 | ||
875 | * ldver.h (ld_program_version): Remove declaration. | |
876 | * lexsup.c (parse_args): Move printing of copyright message.. | |
877 | * ldver.c (ldversion): .. to here. | |
878 | Use BFD_VERSION_STRING in place of BFD_VERSION. | |
879 | (ld_program_version): Remove. | |
880 | * Makefile.am (Makefile): Depend on bfd/configure.in. | |
881 | Run "make dep-am". | |
882 | * Makefile.in: Regenerate. | |
883 | ||
af46bcdc HPN |
884 | 2001-09-30 Hans-Peter Nilsson <[email protected]> |
885 | ||
886 | * Makefile.am: Update dependencies with "make dep-am". | |
887 | * Makefile.in: Regenerate. | |
888 | ||
4818e05f | 889 | 2001-09-29 John Reiser <[email protected]> |
862517b6 | 890 | |
4818e05f AM |
891 | * ldlang.c (lang_common): Conditionally inhibit Common allocation. |
892 | * lexsup.c: Add --no-define-common commandline option. | |
893 | * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command. | |
894 | * ldlex.l: Likewise. | |
895 | * ld.h: Add command_line.inhibit_common_definition. | |
896 | * ldmain.c (main): Initialize. | |
897 | * ld.texinfo: Document. | |
862517b6 | 898 | |
d5e0ebeb AM |
899 | 2001-09-26 Alan Modra <[email protected]> |
900 | ||
901 | * ldmisc.c (USE_STDARG): Remove. | |
902 | (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE. | |
903 | (einfo): Likewise. | |
904 | (minfo): Likewise. | |
905 | (lfinfo): Likewise. | |
906 | ||
907 | * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi | |
908 | declarations. Update copyright. | |
909 | ||
2f8d8971 NC |
910 | 2001-09-24 Charles Wilson <[email protected]> |
911 | ||
85c77458 NC |
912 | * pe-dll.c: Remove obsoleted declaration of |
913 | pe_get_data_import_dll_name. | |
914 | (pe_create_import_fixup): Fix thinko. | |
915 | ||
2f8d8971 NC |
916 | * ld.texinfo(enable-auto-import): Clarify the explanation. |
917 | ||
918 | 2001-09-24 Nick Clifton <[email protected]> | |
919 | ||
920 | * pe-dll.c (pe_create_import_fixup): Revert previous patch. | |
921 | * emultemp/pe.em (pe_data_import_dll): Move definition outside of | |
922 | DLL_SUPPORT controlled code. | |
923 | ||
72358f65 | 924 | 2001-09-24 Charles Wilson <[email protected]> |
146e7110 | 925 | |
72358f65 NC |
926 | * emultempl/pe.em(pe_data_import_dll): Make static. |
927 | (pe_get_data_import_dll_name): New accessor function. | |
146e7110 | 928 | * pe-dll.c(pe_create_import_fixup): call |
72358f65 NC |
929 | pe_get_data_import_dll_name() from pe.em, instead of |
930 | directly accessing pe_data_import_dll variable from pe.em. | |
931 | ||
3882b010 L |
932 | 2001-09-18 Bruno Haible <[email protected]> |
933 | ||
934 | * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>. | |
935 | (def_file_add_directive): Use ISSPACE instead of isspace. | |
936 | (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of | |
937 | isdigit/isxdigit/isalpha/isalnum. | |
938 | * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>. | |
939 | (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace. | |
940 | * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>. | |
941 | (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of | |
942 | isalnum. | |
943 | * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>. | |
944 | (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of | |
945 | isupper/tolower. | |
946 | * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>. | |
947 | (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit. | |
948 | * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>. | |
949 | (ctor_prio): Use ISDIGIT instead of isdigit. | |
950 | * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>. | |
951 | (ldfile_open_file_search): Use ISALPHA instead of isalpha. | |
952 | (ldfile_add_arch): Use ISUPPER/TOLOWER instead of | |
953 | isupper/tolower. | |
954 | * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>. | |
955 | (stricpy): Use TOLOWER instead of isupper/tolower. | |
956 | (lang_leave_overlay_section): Use ISALNUM instead of isalnum. | |
957 | * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>. | |
958 | (lex_warn_invalid): Use ISPRINT instead of isprint. | |
959 | * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>. | |
960 | (main): For gettext, also set the LC_CTYPE locate facet. | |
961 | (add_keepsyms_file): Use ISSPACE instead of isspace. | |
962 | * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>. | |
963 | (is_num, parse_args): Use ISDIGIT instead of isdigit. | |
964 | * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>. | |
965 | (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum. | |
966 | * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>. | |
967 | (gldppcmacos_read_file): Use ISSPACE instead of isspace. | |
968 | * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>. | |
969 | (quoteput): Use ISSPACE instead of isspace. | |
970 | (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM | |
971 | instead of isalnum. | |
972 | ||
db09f25b AM |
973 | 2001-09-18 Alan Modra <[email protected]> |
974 | ||
975 | * deffilep.y (def_stash_module): Constify "name" param. | |
976 | ||
977 | * pe-dll.c: Replace CONST with const throughout. | |
978 | (quick_symbol): Constify "n1", "n2", "n3" params. | |
979 | (make_singleton_name_thunk): Constify "import" param. Make | |
980 | "buffer_len" a size_t. | |
981 | (make_import_fixup_entry): Constify "name", "fixup_name", | |
982 | "dll_symname" params. | |
983 | (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread. | |
984 | (pe_get32): Likewise. | |
985 | (pe_implied_import_dll): Likewise. | |
986 | ||
987 | * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb". | |
988 | (sort_by_section_name): Likewise. | |
989 | ||
990 | * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included. | |
991 | (make_import_fixup): Cast printf arg, rel->address to long rather | |
992 | than int. | |
993 | (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int. | |
994 | ||
74699268 AM |
995 | 2001-09-15 Alan Modra <[email protected]> |
996 | ||
997 | * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX | |
998 | defines BufferSize. Increase buffer size by one. | |
999 | ||
775cabad NC |
1000 | 2001-09-14 Ralf Habacker <[email protected]> |
1001 | ||
1002 | * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak. | |
1003 | ||
056a1d49 NC |
1004 | 2001-09-14 Kevin Lo <[email protected]> |
1005 | ||
1006 | * configure.tgt: Add arm-openbsd target. | |
1007 | ||
a7d792bb L |
1008 | 2001-09-12 H.J. Lu <[email protected]> |
1009 | ||
1010 | * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and | |
1011 | eelf64lppc.o to ... | |
1012 | (ALL_64_EMULATIONS): Here. | |
1013 | * Makefile.in: Regenerated. | |
1014 | ||
0d888aac CW |
1015 | 2001-09-12 Paul Sokolovsky <[email protected]> |
1016 | ||
1017 | * emultempl/pe.em(make_import_fixup): change signature to | |
1018 | take asection as well as arelec; we need this for proper | |
146e7110 | 1019 | error reporting. Only call pe_create_import_fixup() if |
0d888aac CW |
1020 | there is no attempt to add a constant addend to the reloc; |
1021 | otherwise, report error condition. | |
1022 | * pe-dll.c(pe_walk_relocs_of_symbol): change signature, | |
1023 | since final argument is a pointer to make_import_fixup(). | |
1024 | Change call to cb() to match make_import_fixup() signature. | |
1025 | (make_import_fixup_mark): make buffer_len unsigned. | |
1026 | * pe-dll.h: change signature of pe_walk_relocs_of_symbol. | |
1027 | ||
1028 | 2001-09-12 Charles Wilson <[email protected]> | |
1029 | ||
1030 | * ld.texinfo: add verbose documentation for auto-import | |
146e7110 | 1031 | direct-addressing workaround, to compliment the terse |
0d888aac CW |
1032 | error message. |
1033 | ||
cedacdc0 CM |
1034 | 2001-09-12 Andrew MacLeod <[email protected]> |
1035 | ||
146e7110 | 1036 | * scripttempl/v850.sc: Add gcc_except_table sections. |
cedacdc0 | 1037 | |
3b16e843 | 1038 | 2001-09-11 Jeffrey A Law ([email protected]) |
38be0bb1 JL |
1039 | |
1040 | * emulparams/h8300helf.sh: Move stack to a much higher memory address. | |
1041 | * emulparams/h8300self.sh: Similarly. | |
1042 | ||
559e4713 NC |
1043 | 2001-09-05 Danny Smith <[email protected]> |
1044 | ||
1045 | * ld.texinfo (Options, --stack): Correct default value for stack | |
1046 | reserve. | |
1047 | ||
1fdf0249 TR |
1048 | 2001-09-05 Tom Rix <[email protected]> |
1049 | ||
1050 | * emultempl/aix.em : Handle import file XMC_XO and syscall symbols. | |
146e7110 | 1051 | |
9b5799b8 AJ |
1052 | 2001-09-03 Andreas Jaeger <[email protected]> |
1053 | ||
1054 | * emultempl/beos.em: Declare prototypes for comparions functions, | |
1055 | adjust definitions. | |
1056 | ||
48f6162b AJ |
1057 | 2001-09-02 Andreas Jaeger <[email protected]> |
1058 | ||
1059 | * emultempl/aix.em: Add missing prototype. | |
1060 | * emultempl/lnk960.em: Likewise. | |
1061 | * emultempl/vanilla.em: Likewise. | |
1062 | * emultempl/armcoff.em: Likewise. | |
1063 | * emultempl/armelf_oabi.em: Likewise. | |
1064 | * emultempl/beos.em: Likewise. | |
1065 | * emultempl/gld960c.em: Likewise. | |
1066 | * emultempl/gld960.em: Likewise. | |
1067 | ||
1068 | * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter | |
1069 | for prototype declaration. | |
1070 | ||
39e5585e EC |
1071 | 2001-08-31 Eric Christopher <[email protected]> |
1072 | Jason Eckhardt <[email protected]> | |
1073 | ||
1074 | * ldmain.c (get_emulation): Add support for -mips32 and -mips64. | |
1075 | ||
3fc90ddb AJ |
1076 | 2001-08-31 Andreas Jaeger <[email protected]> |
1077 | ||
1078 | * emultempl/pe.em: Add missing prototypes. | |
1079 | (gld_${EMULATION_NAME}_after_open): Remove extra args to | |
1080 | pe_find_data_imports. | |
1081 | (pr_sym): Add unused attribute. | |
1082 | ||
d43ded80 PB |
1083 | 2001-08-29 Joel Sherrill <[email protected]> |
1084 | ||
39e5585e | 1085 | * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change |
d43ded80 PB |
1086 | default from coff to elf. |
1087 | ||
3946dd2f JL |
1088 | 2001-08-29 Jeff Law <[email protected]> |
1089 | ||
1090 | * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update | |
1091 | ARCH specification. | |
1092 | * emulparams/h8300self.sh: Similarly. | |
1093 | ||
3b16e843 | 1094 | 2001-08-28 J"orn Rennecke <[email protected]> |
8af6dd41 JR |
1095 | |
1096 | * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and | |
1097 | eh8300self.o . | |
1098 | (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets. | |
1099 | * configure.tgt (h8300-*-elf*): New case. | |
1100 | * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files. | |
1101 | * emulparams/h8300self.sh: New file. | |
1102 | * Makefile.in: Regenerated. | |
1103 | ||
70d0c6e9 NC |
1104 | 2001-08-28 Nick Clifton <[email protected]> |
1105 | ||
1106 | * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision | |
1107 | with macro name. | |
1108 | ||
5c67d4bb AM |
1109 | 2001-08-27 Linus Nordberg <[email protected]> |
1110 | Alan Modra <[email protected]> | |
1111 | ||
1112 | * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o. | |
1113 | (eelf64ppc.c, eelf64lppc.c): Add make targets. | |
1114 | Run "make dep-am" | |
1115 | * Makefile.in: Regenerate. | |
1116 | * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj | |
1117 | entries to correct alphabetical position. | |
1118 | * emulparams/elf64ppc.sh: New. | |
1119 | * emulparams/elf64lppc.sh: New. | |
1120 | ||
08131015 NC |
1121 | 2001-08-27 Nick Clifton <[email protected]> |
1122 | ||
1123 | * ldmain.c (main): Declare BSIZE as static. | |
1124 | ||
db6751f2 JJ |
1125 | 2001-08-23 Jakub Jelinek <[email protected]> |
1126 | ||
1127 | * emultempl/elf32.em (place_orphan): Place orphan .rel* sections | |
1128 | into .rel.dyn resp. .rela.dyn if combreloc. | |
1129 | (get_script): If .x linker script is equal to .xn, only put it | |
1130 | once into the binary. | |
1131 | Add .xc and .xsc scripts. | |
1132 | (parse_args): Handle -z combreloc and -z nocombreloc. | |
1133 | * scripttempl/elf.sc (.rela.sbss): Fix a typo. | |
1134 | For .xc and .xsc scripts put all .rel* or .rela* input sections | |
1135 | but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn. | |
1136 | * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME | |
1137 | is elf. | |
1138 | Strip trailing whitespace from script. | |
1139 | Generate .xc and .xsc scripts if requested. | |
1140 | * ldmain.c (main): Initialize link_info.combreloc and | |
1141 | link_info.spare_dynamic_tags. | |
1142 | * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define. | |
1143 | (ld_options): Add --spare-dynamic-tags option. | |
1144 | (parse_args): Likewise. | |
1145 | * ld.texinfo: Document -z combreloc and -z nocombreloc. | |
1146 | * ldint.texinfo: Document .xc and .xsc linker scripts. | |
1147 | * NEWS: Add notes about -z combreloc and SHF_MERGE. | |
1148 | ||
63d069c0 L |
1149 | 2001-08-22 H.J. Lu <[email protected]> |
1150 | ||
1151 | * emulparams/elf32fr30.sh: Add a newline. | |
1152 | ||
948f9114 AJ |
1153 | 2001-08-21 Andreas Jaeger <[email protected]> |
1154 | ||
1155 | * deffilep.y: Add missing prototypes. | |
1156 | * pe-dll.c: Likewise. | |
1157 | ||
ae7fb08f AM |
1158 | 2001-08-20 Alan Modra <[email protected]> |
1159 | ||
2af02257 AM |
1160 | * ldlang.c (insert_pad): Fix typos in last patch. |
1161 | ||
1162 | * ldlang.c: When traversing lang_statement_union_type lists, | |
1163 | consistently use "header.next" rather than "next". | |
1164 | * mpw-eppcmac.c: Likewise. | |
1165 | * emultempl/beos.em: Likewise. | |
1166 | * emultempl/hppaelf.em: Likewise. | |
1167 | * emultempl/pe.em: Likewise. | |
1168 | * ldlang.h (union lang_statement_union): Remove "next" field. | |
1169 | ||
c0c330a7 AM |
1170 | * ldlang.c (insert_pad): Use offsetof macro. |
1171 | (lang_size_sections): Always neuter padding statements. | |
1172 | * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete. | |
1173 | ||
ae7fb08f AM |
1174 | * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param |
1175 | passed to lang_size_sections. | |
1176 | (pe_exe_fill_sections): Likewise. | |
1177 | * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em. | |
1178 | (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em. | |
1179 | ||
fab80407 AM |
1180 | 2001-08-18 Alan Modra <[email protected]> |
1181 | ||
1182 | * emultempl/aix.em: Formatting fixes. | |
1183 | ||
b3327aad AM |
1184 | 2001-08-18 Alan Modra <[email protected]> |
1185 | ||
1186 | * ldlang.c (insert_pad): Make use of an existing pad statement if | |
1187 | available. Move code calculating alignment, adjusting section | |
1188 | alignment power, and adjusting dot to .. | |
1189 | (size_input_section): .. here. Remove unused relax param. | |
1190 | (lang_size_sections): Change boolean `relax' param to boolean *. | |
1191 | Adjust call to size_input_section. Make use of insert_pad to | |
1192 | place pad after the assignment statement. If relaxing, zap | |
1193 | padding statements. | |
1194 | (reset_memory_regions): Reset output_bfd section sizes too. | |
1195 | (relax_again): Move to.. | |
1196 | (lang_process): ..here. Adjust call to lang_size_sections, and | |
1197 | remove duplicated code. | |
1198 | * ldlang.h (lang_size_sections): Change `relax' param to boolean *. | |
1199 | ||
563e308f AM |
1200 | 2001-08-17 Alan Modra <[email protected]> |
1201 | ||
1202 | * ld.texinfo: Document that fill values now use the four least | |
1203 | significant bytes. | |
1204 | * emulparams/elf32fr30.sh (NOP): Update. | |
1205 | * emulparams/elf32mcore.sh: Likewise. | |
1206 | * emulparams/elf64_s390.sh: Likewise. | |
1207 | * emulparams/elf_i386.sh: Likewise. | |
1208 | * emulparams/elf_i386_be.sh: Likewise. | |
1209 | * emulparams/elf_i386_chaos.sh: Likewise. | |
1210 | * emulparams/elf_i386_ldso.sh: Likewise. | |
1211 | * emulparams/elf_s390.sh: Likewise. | |
1212 | * emulparams/elf_x86_64.sh: Likewise. | |
1213 | * emulparams/i386moss.sh: Likewise. | |
1214 | * emulparams/i386nw.sh: Likewise. | |
1215 | * emulparams/m68kelf.sh: Likewise. | |
1216 | * scripttempl/elf.sc: Update NOP comment. | |
1217 | * scripttempl/elfi370.sc: Likewise. | |
1218 | * scripttempl/elfm68hc11.sc: Likewise. | |
1219 | * scripttempl/elfm68hc12.sc: Likewise. | |
1220 | * scripttempl/nw.sc: Likewise. | |
1221 | ||
b90e1c6f TR |
1222 | 2001-08-15 Tom Rix <[email protected]> |
1223 | ||
1224 | * ldgram.y (saved_script_handle): Initialize to NULL. | |
1225 | * ldmain.c (main): Change check on saved_script_handle. | |
948f9114 | 1226 | |
39dcfe18 AM |
1227 | 2001-08-14 Alan Modra <[email protected]> |
1228 | ||
cde43e70 AM |
1229 | * emultempl/elf32.em: Formatting fixes. |
1230 | (output_prev_sec_find): Test for bfd_ind_section too; do so by | |
1231 | looking at sec->owner. | |
1232 | (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test. | |
1233 | (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove | |
1234 | unused code, and reorganize orphan section placement code. | |
1235 | ||
39dcfe18 AM |
1236 | * ldlang.c (wild_doit): Rename to lang_add_section. |
1237 | * ldlang.h: Here too. | |
1238 | * mpw-elfmips.c: And here. | |
1239 | * emultempl/beos.em: And here. | |
1240 | * emultempl/elf32.em: And here. | |
1241 | * emultempl/hppaelf.em: And here. | |
1242 | * emultempl/pe.em: And here. | |
1243 | ||
908d20b3 RH |
1244 | 2001-08-13 Richard Henderson <[email protected]> |
1245 | ||
1246 | * emultempl/needrelax.em: New file. | |
1247 | * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it. | |
1248 | * Makefile.am (eelf64_ia64.c): Depend on it. | |
1249 | * Makefile.in: Rebuild. | |
1250 | ||
0f33d40b AM |
1251 | 2001-08-13 Alan Modra <[email protected]> |
1252 | ||
22af9fd3 AM |
1253 | * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that |
1254 | output_section is set non-NULL. | |
1255 | ||
0f33d40b AM |
1256 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return |
1257 | `true' for SEC_EXCLUDE sections so that the generic code doesn't | |
1258 | needlessly create an output_section_statement. Treat a correctly | |
1259 | named output_section_statement with NULL bfd_section as compatible. | |
1260 | ||
55ab6103 HPN |
1261 | 2001-08-13 Hans-Peter Nilsson <[email protected]> |
1262 | ||
1263 | * emultempl/generic.em: Support EXTRA_EM_FILE. | |
1264 | (ld_${EMULATION_NAME}_emulation): Support emulation parameters | |
1265 | LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL, | |
1266 | LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION, | |
1267 | LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET, | |
1268 | LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH, | |
1269 | LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS, | |
1270 | LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN, | |
1271 | LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE, | |
1272 | LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE, | |
1273 | LDEMUL_FIND_POTENTIAL_LIBRARIES. | |
1274 | ||
24098abb RH |
1275 | 2001-08-12 Richard Henderson <[email protected]> |
1276 | ||
1277 | * scripttempl/elf.sc, scripttempl/elfd30v.sc, | |
1278 | scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc, | |
1279 | scripttempl/v850.sc: Keep .jcr data. | |
1280 | ||
b9a8de1e | 1281 | 2001-08-12 H.J. Lu <[email protected]> |
146e7110 AM |
1282 | Andrew Haley <[email protected]> |
1283 | Nick Clifton <[email protected]> | |
b9a8de1e | 1284 | |
146e7110 | 1285 | * ldgram.y (had_script): Change name to saved_script_handle. |
b9a8de1e NC |
1286 | Change type to file handle. |
1287 | * ld.h (had_script): Rename and retype. | |
1288 | * ldfile.c (ldfile_open_command_file): Save the file handle | |
1289 | used in saved_script_handle. | |
1290 | * lexsup.c (parse_args): Do not allow -c option to alter | |
1291 | saved_script_handle. | |
1292 | * ldmain.c (main): Print out the linker script used if | |
1293 | --verbose is given. Check saved_script_handle to obtain the | |
1294 | external linker script used, or if NULL, dump the builtin | |
1295 | script. | |
1296 | * ld.texinfo: Document that --verbose now dumps the linker | |
1297 | script used, regardless of whether it was an internal or an | |
1298 | external script. | |
1299 | ||
0218d1e4 AJ |
1300 | 2001-08-10 Andreas Jaeger <[email protected]> |
1301 | ||
1302 | * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes | |
1303 | to build warnings. | |
1304 | * configure: Regenerate. | |
1305 | ||
5253f23b AM |
1306 | 2001-08-09 Alan Modra <[email protected]> |
1307 | ||
73810896 AM |
1308 | * emultempl/elf32.em (output_prev_sec_find): Add missing prototype. |
1309 | ||
5253f23b AM |
1310 | * scripttempl/elf.sc: Move non-text .dynamic section before |
1311 | .plt/.got/.sdata* group. | |
1312 | (OTHER_GOT_SECTIONS): Move to immediately after .got. | |
1313 | (OTHER_SDATA_SECTIONS): Add. | |
1314 | * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than | |
1315 | OTHER_GOT_SECTIONS. | |
1316 | * emulparams/crislinux.sh: Likewise. | |
1317 | * emulparams/elf32b4300.sh: Likewise. | |
1318 | * emulparams/elf32bmip.sh: Likewise. | |
1319 | * emulparams/elf32bmipn32.sh: Likewise. | |
1320 | * emulparams/elf32bsmip.sh: Likewise. | |
1321 | * emulparams/elf32btsmip.sh: Likewise. | |
1322 | * emulparams/elf32ebmip.sh: Likewise. | |
1323 | * emulparams/elf32elmip.sh: Likewise. | |
1324 | * emulparams/elf32l4300.sh: Likewise. | |
1325 | * emulparams/elf32lmip.sh: Likewise. | |
1326 | * emulparams/elf32lsmip.sh: Likewise. | |
1327 | * emulparams/elf32ltsmip.sh: Likewise. | |
1328 | * emulparams/elf64bmip.sh: Likewise. | |
1329 | * emulparams/elf64btsmip.sh: Likewise. | |
1330 | * emulparams/elf64ltsmip.sh: Likewise. | |
1331 | ||
179c732c AM |
1332 | 2001-08-08 Alan Modra <[email protected]> |
1333 | ||
1334 | * genscripts.sh: Source the emulparams script before each output | |
1335 | script is generated so that variables like `RELOCATING' may affect | |
1336 | variables defined in the emulparams script. | |
1337 | ||
3fd36710 AM |
1338 | 2001-08-04 Alan Modra <[email protected]> |
1339 | ||
20713691 AM |
1340 | * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this |
1341 | order. | |
1342 | ||
3fd36710 AM |
1343 | * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change, |
1344 | ie. iterate over wild_statement.section_list. | |
1345 | (gld${EMULATION_NAME}_place_orphan): Likewise. | |
1346 | ||
de0b1853 SC |
1347 | 2001-08-03 Stephane Carrez <[email protected]> |
1348 | ||
1349 | * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle | |
1350 | .fini[0-4] sections used by _exit | |
1351 | (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM. | |
1352 | (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*. | |
1353 | * scripttempl/elfm68hc11.sc: Likewise. | |
1354 | ||
ff7e6f88 L |
1355 | 2001-08-03 H.J. Lu <[email protected]> |
1356 | ||
1357 | * emultempl/beos.em (init): Add the missing initialization. | |
1358 | ||
b6bf44ba AM |
1359 | 2001-08-03 Alan Modra <[email protected]> |
1360 | ||
1361 | * ld.texinfo (Input Section Basics): Clarify ordering of output | |
1362 | sections. | |
1363 | * ldlang.c (callback_t): Add wildcard_list param. | |
1364 | (walk_wild_section): Remove "section" param. Rewrite for | |
1365 | lang_wild_statement_type change. Remove unique_section_p test. | |
1366 | (walk_wild_file): Remove "section" param. | |
1367 | (walk_wild): Remove "section" and "file" params. | |
1368 | (lang_gc_wild): Likewise. | |
1369 | (wild): Likewise. Modify for lang_wild_statement_type change. | |
1370 | (wild_sort): Likewise. Add "sec" param. | |
1371 | (gc_section_callback): Likewise. | |
1372 | (output_section_callback): Likewise. Do unique_section_p test. | |
1373 | (map_input_to_output_sections): Modify call to wild. | |
1374 | (lang_gc_sections_1): Likewise. | |
1375 | (print_wild_statement): Modify for lang_wild_statement_type | |
1376 | change. | |
1377 | (lang_add_wild): Replace filename, filenames_sorted param with | |
1378 | filespec. Replace section_name, sections_sorted, | |
1379 | exclude_filename_list with section_list. | |
1380 | * ldlang.h (lang_add_wild): Here too. | |
1381 | (lang_wild_statement_type): Replace section_name, sections_sorted, | |
1382 | and exclude_filename_list with section_list. | |
1383 | * ldgram.y (current_file): Delete. | |
1384 | (%union): Add wildcard_list. | |
1385 | (file_NAME_list): Set type to wildcard_list. Build a linked list | |
1386 | rather than calling lang_add_wild for each entry. | |
1387 | (input_section_spec_no_keep): Call lang_add_wild here instead. | |
1388 | * ld.h (struct wildcard_list): Declare. | |
1389 | * mri.c (mri_draw_tree): Modify to suit new lang_add_wild. | |
1390 | ||
b044cda1 CW |
1391 | 2001-08-02 Charles Wilson <[email protected]> |
1392 | ||
1393 | * ldmain.c (main): initialize link_info.pei386_auto_import | |
1394 | * pe-dll.c: new tables for auto-export filtering | |
1395 | (auto_export): change API, pass abfd for contextual filtering. | |
b6bf44ba | 1396 | Loop thru tables of excluded symbols instead of comparing |
b044cda1 CW |
1397 | "by hand". |
1398 | ||
1399 | 2001-08-02 Paul Sokolovsky <[email protected]> | |
1400 | ||
b6bf44ba AM |
1401 | * pe-dll.c: new variable pe_dll_enable_extra_debug. New |
1402 | static variable current_sec (static struct sec *). Add | |
b044cda1 | 1403 | forward declaration for add_bfd_to_link. |
b6bf44ba AM |
1404 | (process_def_file): Don't export undefined symbols. Do not |
1405 | export symbols starting with "_imp__". Call auto_export() | |
b044cda1 CW |
1406 | with new API. |
1407 | (pe_walk_relocs_of_symbol): New function. | |
1408 | (generate_reloc): add optional extra debugging | |
b6bf44ba | 1409 | (pe_dll_generate_def_file): eliminate extraneous initial blank |
b044cda1 | 1410 | line in output |
b6bf44ba | 1411 | (make_one): enlarge symtab to make room for __nm__ symbols |
b044cda1 CW |
1412 | (DATA auto-import support). |
1413 | (make_singleton_name_thunk): New function. | |
1414 | (make_import_fixup_mark): New function. | |
1415 | (make_import_fixup_entry): New function. | |
1416 | (pe_create_import_fixup): New function. | |
b6bf44ba | 1417 | (add_bfd_to_link): Specify that 'name' argument is a CONST |
b044cda1 | 1418 | char *. |
b6bf44ba AM |
1419 | * pe-dll.h: declare new variable pe_dll_extra_pe_debug; |
1420 | declare new functions pe_walk_relocs_of_symbol and | |
b044cda1 CW |
1421 | pe_create_import_fixup. |
1422 | * emultempl/pe.em: add new options --enable-auto-import, | |
1423 | --disable-auto-import, and --enable-extra-pe-debug. | |
1424 | (make_import_fixup): New function. | |
1425 | (pe_find_data_imports): New function. | |
1426 | (pr_sym): New function. | |
b6bf44ba | 1427 | (gld_${EMULATION_NAME}_after_open): Add optional extra pe |
b044cda1 CW |
1428 | debugging. Call pe_find_data_imports. Mark .idata as DATA, not |
1429 | CODE. | |
1430 | ||
1431 | 2001-08-02 Charles Wilson <[email protected]> | |
b6bf44ba | 1432 | |
b044cda1 CW |
1433 | * ld.texinfo: add additional documentation for |
1434 | --export-all-symbols. Document --out-implib, | |
1435 | --enable-auto-image-base, --disable-auto-image-base, | |
b6bf44ba AM |
1436 | --dll-search-prefix, --enable-auto-import, and |
1437 | --disable-auto-import. | |
b044cda1 CW |
1438 | * ldint.texinfo: Add detailed documentation on auto-import |
1439 | implementation. | |
1440 | ||
156e34dd NC |
1441 | 2001-07-30 Nick Clifton <[email protected]> |
1442 | ||
1443 | * ld.texinfo (Simple Assignments): Fix computation in SECTIONS | |
1444 | example. | |
1445 | ||
d6231427 AM |
1446 | 2001-07-24 Alan Modra <[email protected]> |
1447 | ||
1448 | * Makefile.am: Update dependencies with "make dep-am". | |
1449 | * Makefile.in: Regenerate | |
1450 | ||
e14ec88b AM |
1451 | 2001-07-23 Alan Modra <[email protected]> |
1452 | ||
1453 | * ldcref.c (check_section_sym_xref): New function. | |
1454 | (check_nocrossrefs): Call it. | |
1455 | (check_nocrossref): Interate over h->refs here instead of.. | |
1456 | (check_refs): ..here. Pass in the symbol name, section, and bfd | |
1457 | rather than hash_entry pointers. | |
1458 | (struct check_refs_info): Keep symbol name rather than hash entry. | |
1459 | Remove "same". | |
1460 | (check_reloc_refs): Tweak for above changes in check_refs_info. | |
1461 | Only report references to section syms when symname is NULL to | |
1462 | prevent duplicate messages for the same reloc. | |
1463 | ||
1b577b00 NC |
1464 | 2001-07-19 Nick Clifton <[email protected]> |
1465 | ||
c7d701b0 NC |
1466 | * ldexp.c (exp_print_tree): Use stderr if config.map_file is not |
1467 | available. Do not print NULL trees. | |
1468 | (exp_print_token): Print unknown tokens with values > 126 as | |
1469 | decimal values not ASCII characters. | |
1470 | ||
1545243b NC |
1471 | * ldlang.c (lang_leave_overlay): If a region is specified assign |
1472 | it to all sections inside the overlay unless they have been | |
1473 | assigned to the own, non-default, memory region. | |
1474 | ||
1b577b00 NC |
1475 | * README: Add header for consistency with other README files. |
1476 | ||
5030876b L |
1477 | 2001-07-14 H.J. Lu <[email protected]> |
1478 | ||
1479 | * emultempl/elf32.em (output_prev_sec_find): Never return | |
1480 | bfd_abs_section_ptr, bfd_com_section_ptr nor | |
1481 | bfd_und_section_ptr. | |
1482 | ||
18c7a9a5 NC |
1483 | 2001-07-14 Nick Clifton <[email protected]> |
1484 | ||
22af9fd3 | 1485 | * Makefile.am (em32relf.c): Change dependency from generic.em to |
18c7a9a5 NC |
1486 | elf32.em. |
1487 | * Makefile.in: Regenerate. | |
1488 | ||
9ffecff1 MG |
1489 | 2001-07-14 matthew green <[email protected]> |
1490 | ||
1491 | * configure.tgt (i386-*-netbsdelf*): New target. | |
1492 | (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386' | |
1493 | ||
95500e1c JJ |
1494 | 2001-07-13 Jakub Jelinek <[email protected]> |
1495 | ||
1496 | * emultempl/elf32.em (output_prev_sec_find): New. | |
1497 | (place_orphan): Use it. | |
1498 | ||
e97cb84f L |
1499 | 2001-07-11 H.J. Lu <[email protected]> |
1500 | ||
1501 | * ldmain.c (main): Fix typos in the last change. | |
1502 | ||
7333607e JJ |
1503 | 2001-07-11 Jakub Jelinek <[email protected]> |
1504 | ||
1505 | * ldmain.c (main): Disallow -F and -f without -shared. | |
1506 | ||
d29d80f2 NC |
1507 | 2001-07-11 Nick Clifton <[email protected]> |
1508 | ||
1509 | * emultempl/pe.em (after_open): Check for the output_bfd not | |
1510 | having any coff_data structure allocated to it. | |
1511 | ||
c2a1a436 DB |
1512 | 2001-07-09 David O'Brien <[email protected]> |
1513 | ||
1514 | * emultempl/elf32.em: Do not assuming that contents of the buffer | |
1515 | returned from basename function will remain unchanged accross other | |
1516 | function calls. | |
1517 | ||
63653551 L |
1518 | 2001-07-03 H.J. Lu <[email protected]> |
1519 | ||
1520 | * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on | |
1521 | 2001-07-03. It creates dynamic entries even for static binaries. | |
1522 | ||
d303a449 L |
1523 | 2001-07-03 Jakub Jelinek <[email protected]> |
1524 | ||
1525 | * scripttempl/elf.sc (DYNAMIC_PAD): New variable. | |
1526 | (DYNAMIC): Use it to reserve few dynamic entries for | |
1527 | post-linking tools. | |
1528 | ||
9f22353f AM |
1529 | 2001-06-27 Alan Modra <[email protected]> |
1530 | ||
1531 | * emulparams/hppa64linux.sh: New file. | |
1532 | * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh | |
1533 | * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o | |
1534 | (ehppa64linux.c): Add rule to make it. | |
1535 | Run "make dep-am". | |
1536 | * Makefile.in: Regenerate. | |
1537 | ||
62bf86b4 HPN |
1538 | 2001-06-21 Hans-Peter Nilsson <[email protected]> |
1539 | ||
1540 | * ld.texinfo (Options, -r): Mention restrictions when using | |
1541 | different object formats. | |
1542 | ||
429d935d HPN |
1543 | 2001-06-19 Hans-Peter Nilsson <[email protected]> |
1544 | ||
1545 | * ldlang.c (lang_check): Emit fatal error if relocatable link | |
1546 | between different object flavours with relocations in input. | |
1547 | ||
cb840a31 L |
1548 | 2001-06-19 H.J. Lu <[email protected]> |
1549 | ||
1550 | * ld.texinfo (-E, --export-dynamic): Mention --version-script. | |
1551 | (--version-script): Mention the language support. | |
1552 | ||
9bf03acc L |
1553 | 2001-06-19 H.J. Lu <[email protected]> |
1554 | ||
1555 | * ldlang.c (lang_check): Revert the change mode on 2001-06-15. | |
1556 | ||
c45021f2 NC |
1557 | 2001-06-18 H.J. Lu <[email protected]> |
1558 | ||
b6bf44ba AM |
1559 | * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'. |
1560 | (diststuff): Add $(MANS). | |
1561 | * Makefile.in: Regenerated. | |
c45021f2 | 1562 | |
b6bf44ba | 1563 | * ld.1: Removed. |
c45021f2 | 1564 | |
6caa99ab HPN |
1565 | 2001-06-18 Hans-Peter Nilsson <[email protected]> |
1566 | ||
605d9b3a HPN |
1567 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): |
1568 | Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections. | |
1569 | * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto. | |
1570 | * ld.h (args_type): Remove member export_dynamic. All users | |
1571 | changed to use struct bfd_link_info member. | |
1572 | ||
6caa99ab HPN |
1573 | * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on |
1574 | $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em. | |
1575 | * Makefile.in: Regenerate. | |
1576 | ||
6f9efd97 L |
1577 | 2001-06-18 H.J. Lu <[email protected]> |
1578 | ||
1579 | * ldlang.c (init_os): Add the newline to the einfo call. | |
1580 | (lang_check): Likewise. | |
1581 | (lang_do_version_exports_section): Likewise. | |
1582 | ||
5af9fd8b L |
1583 | 2001-06-15 H.J. Lu <[email protected]> |
1584 | ||
1585 | * lexsup.c (parse_args); Save optind to report unrecognized | |
1586 | option. | |
1587 | ||
2a096f04 HPN |
1588 | 2001-06-15 Hans-Peter Nilsson <[email protected]> |
1589 | ||
7e66c3f5 HPN |
1590 | * ldlang.c (lang_check): Emit fatal error if relocatable link |
1591 | between different object flavours. | |
1592 | ||
2a096f04 HPN |
1593 | * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>: |
1594 | Set new link_info member export_dynamic. | |
1595 | * ldmain.c (main): Initialize new link_info member export_dynamic. | |
1596 | ||
6770ec8c NC |
1597 | 2001-06-12 Nick Clifton <[email protected]> |
1598 | ||
1599 | * ldlang.c (walk_wild): Only call walk_wild_file if | |
1600 | lookup_name returns something. | |
b6bf44ba | 1601 | (lookup_name): If load_symbols fails, return NULL. |
22af9fd3 | 1602 | (load_symbols): Change to a boolean function. |
b6bf44ba | 1603 | (open_input_bfds): If load_symbols fails then do not make the |
6770ec8c NC |
1604 | executable. |
1605 | ||
8529105a AM |
1606 | 2001-06-08 Alan Modra <[email protected]> |
1607 | ||
1608 | * ldlang.c (record_bfd_errors): Remove. | |
1609 | ||
1610 | * emultempl/aix.em: Fix copyright dates. | |
1611 | ||
8f3aa7a0 AJ |
1612 | 2001-06-07 Andreas Jaeger <[email protected]> |
1613 | ||
1614 | * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase. | |
1615 | (TEXT_START_ADDR): Likewise. | |
1616 | ||
3277f888 AM |
1617 | 2001-06-06 Martin Schwidefsky <[email protected]> |
1618 | ||
1619 | * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390. | |
1620 | ||
3763134d DD |
1621 | 2001-06-05 Danny Smith <[email protected]> |
1622 | ||
1623 | * emultempl/pe.em (init): Reduce default stack reserve to 0x200000. | |
1624 | ||
5929ebc0 L |
1625 | 2001-05-31 H.J. Lu <[email protected]> |
1626 | ||
1627 | * ldlang.c (open_input_bfds): Don't change the bfd error | |
1628 | handler whilst loading symbols. | |
1629 | ||
c04a062d NC |
1630 | 2001-05-28 Nick Clifton <[email protected]> |
1631 | ||
1632 | * configure.tgt: Remove i370-mvs architecture, it is not currently | |
1633 | supported. | |
1634 | ||
96fcab3e L |
1635 | 2001-05-25 H.J. Lu <[email protected]> |
1636 | ||
1637 | * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK | |
1638 | like emulparams/aixppc.sh. | |
1639 | ||
db8d4f23 L |
1640 | 2001-05-25 H.J. Lu <[email protected]> |
1641 | ||
1642 | * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move | |
1643 | setting of output_filename after bfd_scan_arch. | |
1644 | * emultempl/pe.em: Likewise. | |
1645 | ||
5f642101 L |
1646 | 2001-05-25 H.J. Lu <[email protected]> |
1647 | ||
1648 | * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK | |
1649 | like emulparams/aixppc.sh. | |
1650 | ||
1651 | * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed | |
1652 | instead of ${srcdir}/emultempl/stringify.sed. | |
1653 | ||
64e9ece0 TW |
1654 | 2001-05-25 Timothy Wall <[email protected]> |
1655 | ||
1656 | * emulparams/elf64_aix.sh: Change settings to match IBM linker | |
8f3aa7a0 | 1657 | output. |
64e9ece0 | 1658 | |
c709b096 AM |
1659 | 2001-05-25 Alan Modra <[email protected]> |
1660 | ||
1661 | * configure.host: Replace linuxoldld with linux*oldld. | |
1662 | * configure.tgt: Likewise. | |
1663 | ||
6cbdcc6f L |
1664 | 2001-05-24 H.J. Lu <[email protected]> |
1665 | ||
1666 | * emultempl/stringify.sed: Removed again. | |
1667 | ||
86af25fe L |
1668 | 2001-05-24 H.J. Lu <[email protected]> |
1669 | ||
1670 | * emultempl/aix.em (OUTPUT_ARCH): Defined. | |
1671 | (gld${EMULATION_NAME}_before_parse): Initialize | |
1672 | ldfile_output_architecture, ldfile_output_machine and | |
1673 | ldfile_output_machine_name from ${OUTPUT_ARCH} if possible. | |
1674 | * emultempl/beos.em: Likewise. | |
1675 | * emultempl/elf32.em: Likewise. | |
1676 | * emultempl/linux.em: Likewise. | |
1677 | * emultempl/mipsecoff.em: Likewise. | |
1678 | * emultempl/pe.em: Likewise. | |
1679 | * emultempl/sunos.em: Likewise. | |
1680 | ||
3b1b01cf TR |
1681 | 2001-05-24 Tom Rix <[email protected]> |
1682 | ||
8f3aa7a0 | 1683 | * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) |
3b1b01cf TR |
1684 | udate import file format. |
1685 | (change_symbol_mode) New, same | |
1686 | (is_syscall) New, same | |
1687 | * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK | |
1688 | * emulparams/aixppc64.sh : same | |
1689 | * emulparams/aixrs6.sh : same | |
1690 | * emulparams/ppcmacos.sh : same | |
1691 | * emultempl/aix.em : use strtoull to parse options | |
1692 | * Makefile.am : add eaixppc64 emulation for xcoff64 | |
1693 | * Makefile.in : same | |
1694 | * configure.tgt : same | |
1695 | ||
1696 | * scripttempl/aix.sc : default text section offset to 0x10000000 | |
146e7110 | 1697 | default data section offset to 0x20000000 |
3b1b01cf | 1698 | add .sv3264 and .sv64 pseudo sections |
8f3aa7a0 | 1699 | loader and debug sections use the currect section offset. |
3b1b01cf TR |
1700 | |
1701 | * emultempl/aix.em : Add xcoff64 support | |
1702 | Add -binitfini support | |
8f3aa7a0 | 1703 | (gld${EMULATION_NAME}_before_parse) -binitfini |
3b1b01cf | 1704 | (gld${EMULATION_NAME}_parse_args) same |
8f3aa7a0 | 1705 | (gld${EMULATION_NAME}_before_allocation) format change for special |
3b1b01cf TR |
1706 | sections |
1707 | ||
1708 | * emulparams/aixppc64.sh : New file for xcoff64 support | |
8f3aa7a0 | 1709 | |
57e6abd2 AO |
1710 | 2001-05-23 Alexandre Oliva <[email protected]> |
1711 | ||
1712 | * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new | |
1713 | variable to avoid non-portable shell construct. | |
1714 | ||
d1cf510e NC |
1715 | 2001-05-23 Thiemo Seufer <[email protected]> |
1716 | ||
1717 | * ldmain.c (get_emulation): Add -mips5 command line argument. | |
1718 | ||
506eee22 NC |
1719 | 2001-05-22 Alexandre Oliva <[email protected]> |
1720 | ||
1721 | * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh. | |
1722 | (ELF_INTERPRETER_NAME): Define it. | |
1723 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use | |
1724 | it. | |
1725 | * configure.tgt (targ_emul, targ_extra_emuls) | |
1726 | [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso | |
1727 | as primary, elf_i386 as extra. | |
1728 | * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o. | |
1729 | (eelf_i386_ldso.c): New rule. | |
1730 | * Makefile.in: Rebuilt. | |
1731 | ||
1732 | 2001-05-22 Nick Clifton <[email protected]> | |
1733 | ||
1734 | * lexsup.c (ld_options): Allow -I to be an alias for | |
1735 | --dynamic-linker. This is for Solaris compatability. | |
1736 | * ld.texinfo: Document that -I can be used. | |
1737 | * ld.1: Regenerate. | |
1738 | ||
d1778b88 AM |
1739 | 2001-05-16 Alan Modra <[email protected]> |
1740 | ||
1741 | * ldlang.c (wild_doit): Use linker_has_input to reliably determine | |
1742 | whether an input section is the first one assigned to an output | |
1743 | section. | |
1744 | Assorted formatting fixes. | |
1745 | ||
02649152 DD |
1746 | 2001-05-14 DJ Delorie <[email protected]> |
1747 | ||
1748 | * Makefile.am (ld.dvi): Search bfd/doc for texinfo files. | |
1749 | * Makefile.in: Ditto. | |
1750 | ||
579f31ac JJ |
1751 | 2001-05-11 Jakub Jelinek <[email protected]> |
1752 | ||
1753 | * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put | |
1754 | .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind* | |
1755 | output sections. | |
1756 | * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise. | |
1757 | ||
8550eb6e JJ |
1758 | 2001-05-11 Jakub Jelinek <[email protected]> |
1759 | ||
1760 | * ldlang.c (lang_process): Call bfd_merge_sections. | |
1761 | ||
8e5a525c AM |
1762 | 2001-05-07 Thiemo Seufer <[email protected]> |
1763 | ||
1764 | * ldgram.y: Fix typo. | |
1765 | ||
1c9acd94 L |
1766 | 2001-05-03 H.J. Lu <[email protected]> |
1767 | ||
1768 | * emultempl/elf32.em: Include "libiberty.h". | |
1769 | (gld${EMULATION_NAME}_vercheck): Call basename () to get the | |
1770 | basename of the bfd filename. | |
1771 | (gld${EMULATION_NAME}_stat_needed): Likewise. | |
1772 | (gld${EMULATION_NAME}_try_needed): Likewise. | |
1773 | (gld${EMULATION_NAME}_open_dynamic_archive): Likewise. | |
1774 | ||
14fe918e L |
1775 | 2001-05-02 H.J. Lu <[email protected]> |
1776 | ||
1777 | * emultempl/pe.em: Include <ctype.h>. | |
1778 | ||
c7e40348 NC |
1779 | 2001-05-02 Johan Rydberg <[email protected]> |
1780 | ||
b6bf44ba | 1781 | * emulparams/elf32openrisc.sh: New file. |
c7e40348 | 1782 | |
b6bf44ba AM |
1783 | * Makefile.am: Add OpenRISC target. |
1784 | * Makefile.in: Regenerated. | |
c7e40348 | 1785 | |
b6bf44ba | 1786 | * configure.tgt: Add openrisc-*-* mapping. |
c7e40348 NC |
1787 | |
1788 | 2001-05-02 Nick Clifton <[email protected]> | |
1789 | ||
1790 | * emultempl/aix.em: Replace buystring with xstrdup. | |
1791 | * emultempl/beos.em: Replace buystring with xstrdup. | |
8f3aa7a0 | 1792 | |
d1b2b2dc L |
1793 | 2001-05-02 H.J. Lu <[email protected]> |
1794 | ||
1795 | * ldfile.c: Include "libiberty.h". | |
1796 | * ldlex.l: Likewise. | |
1797 | ||
1798 | * ldmisc.c (buystring): Removed. | |
1799 | * ldmisc.h: Likewise. | |
1800 | ||
1801 | * ldfile.c: Replace buystring with xstrdup. | |
1802 | * ldlang.c: Likewise. | |
1803 | * ldlex.l: Likewise. | |
1804 | * ldmain.c: Likewise. | |
1805 | * ldmisc.c: Likewise. | |
1806 | * lexsup.c: Likewise. | |
1807 | * mpw-eppcmac.c: Likewise. | |
1808 | ||
35714f2a AJ |
1809 | 2001-04-30 Andreas Jaeger <[email protected]> |
1810 | ||
1811 | * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value. | |
1812 | ||
884fb58e NC |
1813 | 2001-04-28 Paul Sokolovsky <[email protected]> |
1814 | ||
b6bf44ba AM |
1815 | * ldlang.c (load_symbols): Give emulation a chance |
1816 | to process unrecognized file before fatal error is | |
1817 | reported, not after. | |
884fb58e | 1818 | |
87748b32 NC |
1819 | 2001-04-27 Sean McNeil <[email protected]> |
1820 | ||
1821 | * configure.tgt: Add arm-vxworks target. | |
1822 | * scripttempl/armcoff.sc: Support .text or .data as a section name | |
1823 | prefix. | |
1824 | Define _etext. | |
35714f2a | 1825 | |
7ce691ae C |
1826 | 2001-04-13 J.T. Conklin <[email protected]> |
1827 | ||
1828 | * ld.texinfo: Document --fatal-warnings. | |
1829 | * ld.1: Regenerate. | |
1830 | ||
1831 | * ldmisc.c (vfinfo): Set flag to inhibit making executable if | |
35714f2a | 1832 | warnings have been turned into errors. |
7ce691ae C |
1833 | * lexsup.c (OPTION_WARN_FATAL): Define. |
1834 | (ld_options): Entry for --fatal-warnings. | |
1835 | (parse_args): Handle OPTION_WARN_FATAL. | |
1836 | * ld.h (ld_config_type): Add fatal_warnings field. | |
1837 | ||
f5fa8ca2 JJ |
1838 | 2001-04-13 Jakub Jelinek <[email protected]> |
1839 | ||
1840 | * ldmain.c (main): Default to discard_sec_merge. | |
1841 | * lexsup.c (OPTION_DISCARD_NONE): Define. | |
1842 | (ld_options): Add --discard-none. | |
1843 | (parse_args): Handle OPTION_DISCARD_NONE. | |
1844 | * ldlang.c (wild_doit): SEC_MERGE should be set in the output | |
1845 | section only if SEC_MERGE and SEC_STRINGS flags and entsize of | |
1846 | all its input sections match. | |
1847 | ||
fdec3cfc L |
1848 | 2001-04-05 Steven J. Hill <[email protected]> |
1849 | ||
1850 | * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o. | |
1851 | (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o. | |
1852 | (eelf32ltsmip.c): New target. | |
1853 | (eelf64btsmip.c): Likewise. | |
1854 | (eelf64ltsmip.c): Likewise. | |
1855 | * Makefile.in: Regenerated. | |
1856 | ||
1857 | * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS | |
1858 | target. | |
1859 | (mips*-*-linux-gnu*): Likewise. | |
1860 | ||
1861 | * emulparams/elf32ltsmip.sh: New. Traditional little endian | |
1862 | MIPS taget. | |
35714f2a | 1863 | * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian |
fdec3cfc L |
1864 | target. |
1865 | * emulparams/elf64ltsmip.sh: New. Traditional 64bit little | |
1866 | endian target. | |
1867 | ||
589bad82 HPN |
1868 | 2001-04-05 Hans-Peter Nilsson <[email protected]> |
1869 | ||
1870 | * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide | |
1871 | correct value of __Stext here. | |
1872 | (TEXT_START_SYMBOLS): Define; always define __Stext, to start of | |
1873 | .startup section. | |
1874 | ||
1875 | * emulparams/crislinux.sh: Remove FIXME. | |
1876 | ||
94202e16 AM |
1877 | 2001-04-02 Alan Modra <[email protected]> |
1878 | ||
1879 | * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k. | |
1880 | (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise. | |
1881 | ||
1268a053 HPN |
1882 | 2001-03-27 Hans-Peter Nilsson <[email protected]> |
1883 | ||
1884 | * configure.tgt (cris-*-*): Change default emulation to criself. | |
1885 | (cris-*-*aout*): New rule. | |
1886 | ||
d85e9ff7 AM |
1887 | 2001-03-27 Matthew Wilcox <[email protected]> |
1888 | ||
1889 | * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000. | |
1890 | (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto. | |
1891 | ||
0879a67a AJ |
1892 | 2001-03-26 Andreas Jaeger <[email protected]> |
1893 | ||
1894 | * ld.texinfo (Overview): Fix syntax in texi code. | |
1895 | ||
0285c67d NC |
1896 | 2001-03-25 Stephane Carrez <[email protected]> |
1897 | ||
1898 | * ld.texinfo: Put @c man indications to generate the ld man page. | |
1899 | When generating man, define all the variables. Define SEEALSO | |
1900 | and SYNOPSIS. Re-organize some lines to avoid the cross references. | |
1901 | * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables. | |
1902 | (ld.1): Generate from ld.texinfo. | |
1903 | * Makefile.in: Regenerate. | |
1904 | ||
c20ec07b NC |
1905 | 2001-03-23 Mark Elbrecht <[email protected]> |
1906 | ||
1907 | * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections' | |
146e7110 | 1908 | and '-fdata-sections'. Set the VMA of STABS sections to zero. |
c20ec07b | 1909 | |
cc5ce052 UD |
1910 | 2001-03-17 Ulrich Drepper <[email protected]> |
1911 | ||
1912 | * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME | |
1913 | is an absolute path look only for this file and not along the path. | |
1914 | ||
a1ab1d2a UD |
1915 | 2001-03-17 Ulrich Drepper <[email protected]> |
1916 | ||
1917 | * emultempl/elf32.em (OPTION_GROUP): New macro. | |
1918 | Add new option Bgroup to longopts. | |
1919 | (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs. | |
1920 | (gld*_list_options): Add -Bgroup and -z defs. | |
1921 | * ld.1: Document -Bgroup and -z defs. | |
1922 | * ld.texinfo: Likewise. | |
1923 | ||
788fca5a MM |
1924 | 2001-03-07 Michael Meissner <[email protected]> |
1925 | ||
1926 | * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal | |
1927 | with sections created by -fdata-sections. | |
1928 | (.dynbss,.bss): Ditto. | |
1929 | ||
1c7566d1 AM |
1930 | 2001-03-05 Alan Modra <[email protected]> |
1931 | ||
1932 | * emultempl/m68kelf.em (m68k_elf_after_allocation): Call | |
1933 | after_allocation_default, not gld..._before_allocation. | |
1934 | ||
27b7e12d AM |
1935 | 2001-02-27 Alan Modra <[email protected]> |
1936 | ||
1937 | * configure.in (BFD_VERSION): New. | |
1938 | (AM_INIT_AUTOMAKE): Use $BFD_VERSION. | |
1939 | * configure: Regenerate. | |
1940 | * Makefile.am: Run "make dep-am" | |
1941 | * Makefile.in: Regenerate. | |
1942 | ||
2bc551c7 TW |
1943 | 2001-02-26 Timothy Wall <[email protected]> |
1944 | ||
1945 | * emulparams/elf64_aix.sh: Add additional read-only sections; | |
1946 | uncomment lines which are now required. | |
1947 | ||
1276aefa NC |
1948 | 2001-02-26 H.J. Lu <[email protected]> |
1949 | ||
1950 | * ldlang.c (open_input_bfds): Set the bfd error handler so | |
b6bf44ba AM |
1951 | that problems can be caught whilst loading symbols. |
1952 | (record_bfd_errors): New function: Report BFD errors and mark | |
1953 | the executable output as being invalid. | |
1276aefa | 1954 | |
41c49998 TW |
1955 | 2001-02-22 Timothy Wall <[email protected]> |
1956 | ||
1957 | * configure.host: Add configuration for ia64-*-aix*. | |
1958 | * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*. | |
1959 | Add dependencies for eelf64_aix.c. | |
1960 | * Makefile.in: Regenerate. | |
1961 | * configure.tgt: Add ia64-*-aix* mapping. | |
1962 | * emulparams/elf64_aix.sh: Add settings for elf64 on aix5. | |
a2b64bed | 1963 | * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from |
0879a67a AJ |
1964 | AIX-specific test. |
1965 | ||
78f85fd7 L |
1966 | 2001-02-20 H.J. Lu <[email protected]> |
1967 | ||
1968 | * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to | |
1969 | false if we found the file. | |
1970 | ||
1ac7e077 | 1971 | 2001-02-18 David O'Brien <[email protected]> |
fb33b906 DB |
1972 | |
1973 | * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64, | |
1974 | FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries. | |
1975 | ||
e135f41b NC |
1976 | 2001-02-18 lars brinkhoff <[email protected]> |
1977 | ||
1978 | * Makefile.am: Add PDP-11 target. | |
1979 | * configure.tgt: Likewise. | |
1980 | * emulparams/pdp11.sh: New file. | |
1981 | ||
a842aceb DB |
1982 | 2001-02-17 David O'Brien <[email protected]> |
1983 | ||
1984 | * configure.host: Add a generic FreeBSD configuration entry such that | |
1985 | all [modern] FreeBSD systems on all platforms will look the same. | |
1986 | ||
24174db0 L |
1987 | 2001-02-14 H.J. Lu <[email protected]> |
1988 | ||
1989 | * configure.tgt: Remove mention of earmelf_linux26. | |
1990 | ||
30c3c13a RH |
1991 | 2001-02-13 Richard Henderson <[email protected]> |
1992 | ||
1993 | * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove. | |
1994 | ||
b46a87b1 L |
1995 | 2001-02-13 H.J. Lu <[email protected]> |
1996 | ||
1997 | * ldexp.h (node_type): Add etree_provided. | |
1998 | * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node | |
1999 | type to etree_provided if defined by PROVIDE. Allow updating | |
0879a67a | 2000 | for etree_provided. |
b46a87b1 L |
2001 | (exp_print_tree): Handle etree_provided. |
2002 | * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle | |
2003 | etree_provided. | |
2004 | ||
f3988fd9 RH |
2005 | 2001-02-09 David Mosberger <[email protected]> |
2006 | ||
2007 | * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add | |
2008 | .IA_64.unwind.* pattern to unwind table section and | |
2009 | .IA_64.unwind_info* pattern to unwind info section. | |
2010 | ||
a85d7ed0 NC |
2011 | 2001-02-09 Martin Schwidefsky <[email protected]> |
2012 | ||
2013 | * Makefile.am: Add linux target for S/390. | |
2014 | * Makefile.in: Likewise. | |
2015 | * configure.host: Likewise. | |
2016 | * configure.tgt: Likewise. | |
2017 | * emulparams/elf64_s390.sh: New file. | |
2018 | * emulparams/elf_s390.sh: New file. | |
2019 | ||
780248c4 JJ |
2020 | 2001-02-09 Jakub Jelinek <[email protected]> |
2021 | ||
2022 | * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into | |
2023 | targ_extra_libpath. | |
2024 | (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath. | |
2025 | ||
0e2534bd PB |
2026 | 2001-02-06 Philip Blundell <[email protected]> |
2027 | ||
2028 | * Makefile.am: Remove mention of earmelf_linux26. | |
2029 | * Makefile.in: Regenerate. | |
2030 | ||
46c1ea57 PB |
2031 | 2001-02-04 Philip Blundell <[email protected]> |
2032 | ||
2033 | * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000. | |
2034 | * emulparams/armelf_linux26.sh: Delete. | |
2035 | * configure.tgt: Remove mention of armelf_linux26 emulation. | |
2036 | ||
0088edd2 NC |
2037 | 2001-02-01 Nick Clifton <[email protected]> |
2038 | ||
2039 | * ld.1: Replace occurances of -oformat with --oformat. | |
2040 | ||
02aa14fb AM |
2041 | 2001-01-25 Jim Driftmyer <[email protected]> |
2042 | ||
2043 | * ldlang.c (lang_leave_overlay): Don't set lma_region when | |
2044 | load_base is specified. | |
2045 | ||
f813923c HPN |
2046 | 2001-01-24 Hans-Peter Nilsson <[email protected]> |
2047 | ||
2048 | * emultempl/elf32.em: Correct spelling in comments and listed | |
2049 | options. | |
2050 | ||
c1eb1488 AM |
2051 | 2001-01-23 Alan Modra <[email protected]> |
2052 | ||
2053 | * ldlang.c (lang_leave_overlay): Only set lma_region from the | |
2054 | default for the first section of a group of overlay sections. | |
2055 | ||
d9fc3714 AM |
2056 | 2001-01-22 Alan Modra <[email protected]> |
2057 | ||
2058 | * Makefile.am (GENSCRIPTS): Pass exec_prefix. | |
2059 | * Makefile.in: Regenerate. | |
2060 | * genscripts.sh: Use exec_prefix parameter to specify tool lib. | |
2061 | Check for null tool_dir. | |
2062 | ||
6be0ca94 JW |
2063 | 2001-01-16 Jim Wilson <[email protected]> |
2064 | ||
2065 | * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind | |
2066 | and IA_64.unwind.info. | |
2067 | ||
b9247304 L |
2068 | 2001-01-16 H.J. Lu <[email protected]> |
2069 | ||
2070 | * ldlang.c (lang_check): Merge the private data only if the | |
2071 | input file has contents. | |
2072 | ||
577a0623 AM |
2073 | 2001-01-14 Alan Modra <[email protected]> |
2074 | ||
d952f17a AM |
2075 | * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux. |
2076 | ||
ffd6e9de AM |
2077 | * emultempl/hppaelf.em (hppaelf_after_parse): New function, |
2078 | enabling search for libmilli. On a relocatable link, make .text | |
2079 | sections unique. | |
2080 | (LDEMUL_AFTER_PARSE): Define. | |
2081 | (hppaelf_finish): Correct spelling of relocatable in comments. | |
2082 | ||
577a0623 AM |
2083 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't |
2084 | rummage through the script for sections on the unique list. | |
2085 | Correct length of strncmp for ".note". | |
2086 | (gld${EMULATION_NAME}_check_needed): Rearrange function. | |
2087 | ||
2088 | * ldlang.c (unique_section_list): New var. | |
2089 | (unique_section_p): New function. | |
2090 | (walk_wild_section): Don't match sections on unique_section_list. | |
2091 | (lang_add_unique): New function. | |
ffd6e9de | 2092 | Correct spelling of relocatable in comments. |
577a0623 AM |
2093 | |
2094 | * ldlang.h (struct unique_sections): Declare. | |
2095 | (unique_section_list): Declare. | |
2096 | (unique_section_p): Declare. | |
2097 | (lang_add_unique): Declare. | |
2098 | ||
2099 | * lexsup.c (ld_options): Allow --unique to take an optional arg. | |
2100 | (parse_args [OPTION_UNIQUE]): Call lang_add_unique. | |
2101 | ||
2102 | * ld.texinfo (--unique): Update. | |
2103 | ||
b7ed8fad NC |
2104 | 2001-01-13 Nick Clifton <[email protected]> |
2105 | ||
2106 | * lexsup.c (parse_args): Remove spurious white space. | |
2107 | ||
d0398d6a NC |
2108 | 2001-01-12 Nick Clifton <[email protected]> |
2109 | ||
2110 | * lexsup.c (parse_args): Update copyright date. | |
2111 | ||
350fdb00 PB |
2112 | 2001-01-12 Philip Blundell <[email protected]> |
2113 | ||
2114 | * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin. | |
2115 | ||
60c6797e KH |
2116 | 2001-01-10 Kazu Hirata <[email protected]> |
2117 | ||
2118 | * scripttempl/h8300.sc: Fix formatting. Fix a comment typo. | |
2119 | * scripttempl/h8300h.sc: Fix formatting. | |
2120 | * scripttempl/h8300s.sc: Likewise. | |
69f06969 KH |
2121 | * scripttempl/h8500.sc: Likewise. |
2122 | * scripttempl/h8500b.sc: Likewise. | |
2123 | * scripttempl/h8500c.sc: Likewise. | |
2124 | * scripttempl/h8500m.sc: Likewise. | |
2125 | * scripttempl/h8500s.sc: Likewise. | |
60c6797e | 2126 | |
482e8b32 DB |
2127 | 2000-01-07 David O'Brien <[email protected]> |
2128 | ||
2129 | * emultempl/elf32.em: Only perform Linux ld hints processing when | |
2130 | targeting Linux. | |
2131 | ||
d7ed7ca6 PB |
2132 | 2001-01-07 Philip Blundell <[email protected]> |
2133 | ||
2134 | * ld.texinfo (Bug Reporting): Update email address for reports. | |
2135 | ||
0fc3347a NC |
2136 | 2000-12-31 Nick Clifton <[email protected]> |
2137 | ||
2138 | * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long | |
2139 | options by checking for a return value of '?' not -1. | |
2140 | ||
e4897a32 NC |
2141 | 2000-12-28 Nick Clifton <[email protected]> |
2142 | ||
2143 | * lexsup.c (struct ld_option): Add new enum value: | |
2144 | EXACTLY_TWO_DASHES. | |
2145 | (ld_options[]): Change -omagic, -output and -oformat options | |
2146 | to be EXACTLY_TWO_DASHES. | |
2147 | (OUTPUT_COUNT): Use ARRAY_SIZE. | |
2148 | (parse_args): Change parameter 'argc' to unsigned. | |
2149 | Place EXACTLY_TWO_DASHES options into new really_longopts | |
2150 | array. | |
2151 | If getopt_long_only fails, try calling getopt_long using the | |
2152 | really_longopts array. | |
2153 | (help): Print a double dash for both EXACTLY_TWO_DASHES and | |
2154 | TWO_DASHES options. | |
2155 | ||
2156 | * ldlex.h: Fix prototype of parse_args. | |
2157 | ||
2158 | * ld.texinfo: Document that long options starting with 'o' | |
2159 | must be preceeded by two dashes. Change example of a single | |
2160 | dashed long option from -oformat to -trace-symbol. | |
2161 | ||
1122a5fc NC |
2162 | 2000-12-26 Danny Smith <[email protected]> |
2163 | ||
2164 | * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define. | |
2165 | (longopts[]): New --no-default-excludes option. | |
2166 | (gld_${EMULATION_NAME}_list_options): Document. | |
2167 | (gld_${EMULATION_NAME}_parse_args): Handle. | |
2168 | ||
037849a9 NC |
2169 | 2000-12-13 Michael Sokolov <[email protected]> |
2170 | ||
2171 | * ldlang.c (new_stat): Revert the last beautification with "innocent" | |
2172 | whitespace, it breaks the K&R C preprocessor. | |
2173 | ||
7ec229ce DD |
2174 | 2000-12-11 DJ Delorie <[email protected]> |
2175 | ||
2176 | * ld.texinfo: Add notes about --whole-archive and gcc. | |
2177 | ||
b79e8c78 NC |
2178 | 2000-11-18 Fred Fish <[email protected]> |
2179 | ||
2180 | * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define. | |
2181 | (ld_options): Entry for --allow-shlib-undefined. | |
2182 | (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED. | |
2183 | * ldmain.c (main): Initialize link_info.allow_shlib_undefined | |
2184 | to false. | |
2185 | * ld.texinfo: Document new command line switch. | |
d952f17a | 2186 | |
9a8e2505 GK |
2187 | 2000-12-12 Geoffrey Keating <[email protected]> |
2188 | ||
2189 | * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): | |
2190 | .fixup is actually read/write. | |
2191 | * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
2192 | * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
2193 | * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise. | |
2194 | ||
3b16e843 | 2195 | 2000-12-11 Jan Hubicka <[email protected]> |
b8355149 JH |
2196 | |
2197 | * NEWS: Add note about x86_64 architecture. | |
2198 | ||
93b63cd3 DD |
2199 | 2000-12-06 Mark Elbrecht <[email protected]> |
2200 | ||
2201 | * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end. | |
2202 | Set DWARF2 sections to a VMA of zero. | |
2203 | ||
24f6971a NC |
2204 | 2000-12-01 Joel Sherrill <[email protected]> |
2205 | ||
d952f17a | 2206 | * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*): |
24f6971a NC |
2207 | New targets. |
2208 | (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets. | |
2209 | (sparc*-*-rtems*): Switched from a.out to ELF. | |
2210 | ||
2be3aa03 NC |
2211 | 2000-11-30 Jan Hubicka <[email protected]> |
2212 | ||
2213 | * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o | |
2214 | (eelf_x86_64.c): New. | |
2215 | * Makefile.in: Regenerate. | |
2216 | * configure.tgt: Add support for x86_64-*-linux-gnu*. | |
2217 | * emulparams/elf_x86_64.sh: New. | |
2218 | ||
8c899858 HPN |
2219 | 2000-11-30 Hans-Peter Nilsson <[email protected]> |
2220 | ||
2221 | * emulparams/crislinux.sh (ENTRY): Change back to _start. | |
2222 | (TEXT_START_SYMBOLS): Remove conditional setting of __start. | |
2223 | ||
2224 | * scripttempl/crisaout.sc: Change all RELOCATING not related to | |
2225 | merging non-a.out sections into CONSTRUCTING. | |
2226 | ||
e47b9e39 NC |
2227 | 2000-11-28 Nick Clifton <[email protected]> |
2228 | ||
2229 | * ld.1 (COPYING): Mention that the GNU Free Documentation | |
2230 | License is present in the sources, but not the output, and | |
2231 | also available from the GNU website. | |
2232 | (GNU Free Documentation License): Comment out this section. | |
2233 | ||
ad95f82a DB |
2234 | 2000-11-28 David O'Brien <[email protected]> |
2235 | ||
2236 | * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF | |
2237 | does not use them. | |
2238 | ||
fd89e65f DB |
2239 | 2000-11-25 David O'Brien <[email protected]> |
2240 | ||
2241 | * ld.1: Remove old date so it does not give the impression the manpage | |
2242 | is way out of date. | |
2243 | ||
077b8428 NC |
2244 | 2000-11-24 Nick Clifton <[email protected]> |
2245 | ||
2246 | * configure.tgt (xscale-coff): Add target. | |
2247 | (xscale-elf): Add target. | |
2248 | ||
49425d28 NC |
2249 | 2000-11-24 Fred Fish <[email protected]> |
2250 | ||
d952f17a AM |
2251 | * ldmain.c (main): Remove redundant init of config.make_executable |
2252 | to true. | |
49425d28 | 2253 | |
d3480244 RH |
2254 | 2000-11-15 Richard Henderson <[email protected]> |
2255 | ||
2256 | * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M. | |
2257 | ||
1ce7de8b KH |
2258 | 2000-11-14 Kazu Hirata <[email protected]> |
2259 | ||
2260 | * scripttempl/h8300.sc: Fix formatting. | |
2261 | * scripttempl/h8300h.sc: Likewise. | |
2262 | * scripttempl/h8300s.sc: Likewise. | |
2263 | ||
3b16e843 | 2264 | 2000-11-14 Denis Chertykov <[email protected]> |
208d5cd0 DC |
2265 | |
2266 | * scripttempl/elf32avr.sc: Fix bug in .eeprom segment. | |
2267 | ||
2e418547 PB |
2268 | 2000-11-09 Philip Blundell <[email protected]> |
2269 | ||
2270 | * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME | |
2271 | around orphan sections whose names can be represented in C. | |
2272 | ||
c940e6fc JW |
2273 | 2000-11-07 Jim Wilson <[email protected]> |
2274 | ||
2275 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local | |
2276 | hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata. | |
2277 | ||
704c465c NC |
2278 | 2000-11-06 Nick Clifton <[email protected]> |
2279 | ||
2280 | * ld.texinfo: Add GNU Free Documentation License. | |
2281 | * ldint.texinfo: Add GNU Free Documentation License. | |
cf055d54 | 2282 | * ld.1: Add GNU Free Documentation License. |
704c465c | 2283 | |
dca7760f AM |
2284 | 2000-11-05 Alan Modra <[email protected]> |
2285 | ||
2286 | * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer, | |
2287 | yy_is_interactive, yy_at_bol, and yy_fill_buffer. | |
2288 | ||
2289 | * Makefile.am (DISTCLEANFILES): Add stringify.sed. | |
2290 | Move 2000-11-02 Makefile.in changes to this file. | |
2291 | * Makefile.in: Regenerate. | |
2292 | ||
40a633d5 NC |
2293 | 2000-11-03 Nick Clifton <[email protected]> |
2294 | ||
2295 | * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose | |
2296 | constructors and destructors. | |
2297 | * scripttempl/h8300h.sc: Ditto. | |
2298 | * scripttempl/h8300s.sc: Ditto. | |
2299 | * scripttempl/h8500.sc: Ditto. | |
2300 | * scripttempl/h8500b.sc: Ditto. | |
2301 | * scripttempl/h8500c.sc: Ditto. | |
2302 | * scripttempl/h8500m.sc: Ditto. | |
2303 | * scripttempl/h8500s.sc: Ditto. | |
2304 | * scripttempl/v850.sc: Ditto. | |
2305 | * scripttempl/w65.sc: Ditto. | |
2306 | * scripttempl/z8000.sc: Ditto. | |
2307 | ||
59ff2774 NC |
2308 | 2000-11-02 Per Lundberg <[email protected]> |
2309 | ||
2310 | * Makefile.in (e_i386_chaos.c): New rule. | |
2311 | (ALL_EMULATIONS): Added e_i386_chaos.o. | |
2312 | * emulparams/elf_i386_chaos.sh: New file. | |
2313 | * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos. | |
2314 | ||
645571e1 JJ |
2315 | 2000-10-20 Jakub Jelinek <[email protected]> |
2316 | ||
2317 | * emulparams/elf64_sparc.sh (TEXT_START_ADDR, | |
2318 | NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets. | |
2319 | Fix sed invocation, so that it coped with '/' in Solaris 64bit | |
2320 | library path suffix. | |
2321 | Based on patch by Andrew Macleod <[email protected]>. | |
2322 | ||
c5975a45 HPN |
2323 | 2000-10-18 Hans-Peter Nilsson <[email protected]> |
2324 | ||
2325 | * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32), | |
2326 | for consecutive sections. | |
2327 | ||
ea20a7da CC |
2328 | 2000-10-17 Chandrakala Chavva <[email protected]> |
2329 | ||
d952f17a AM |
2330 | * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific |
2331 | options. | |
2332 | * ld.texinfo: Added notes about this new option. | |
ea20a7da | 2333 | |
6e45556a NC |
2334 | 2000-10-16 Nick Clifton <[email protected]> |
2335 | ||
2336 | * emultempl/pe.em (_after_open): Add tests of return values from | |
2337 | bfd functions. Emit appropriate error messages if necessary. | |
2338 | ||
b9a69188 NC |
2339 | 2000-10-13 Nick Clifton <[email protected]> |
2340 | ||
2341 | * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms' | |
102c86f8 NC |
2342 | local variables - they are not used, but leave in the call to |
2343 | bfd_canonicalize_symtab. | |
b9a69188 NC |
2344 | (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of |
2345 | pe_dll_search_prefix. | |
2346 | ||
627427de | 2347 | 2000-10-12 Charles Wilson <[email protected]> |
d952f17a | 2348 | |
627427de DD |
2349 | * emultempl/pe.em (pe_dll_search_prefix): New variable, |
2350 | (longopts): New --dll-search-prefix option. | |
2351 | (gld_${EMULATION_NAME}_list_options): Document. | |
2352 | (gld_${EMULATION_NAME}_parse_args): Handle. | |
2353 | (gld_${EMULATION_NAME}_open_dynamic_archive): When linking | |
2354 | dynamically, search for a dll named '<prefix><basename>.dll' | |
2355 | in preference to 'lib<basename>.dll' if --dll-search-prefix | |
2356 | is specified. | |
2357 | ||
24376d1b AM |
2358 | 2000-10-12 Alan Modra <[email protected]> |
2359 | ||
2360 | * ldlang.c (section_already_linked): Set kept_section instead of | |
2361 | sec->comdat->sec. | |
2362 | ||
e47d05ad KH |
2363 | 2000-10-10 Kazu Hirata <[email protected]> |
2364 | ||
2365 | * deffile.h: Fix formatting. | |
2366 | * lexsup.c: Likewise. | |
2367 | * mri.c: Likewise. | |
2368 | ||
23a87948 DD |
2369 | 2000-10-09 Paul Sokolovsky <[email protected]> |
2370 | ||
2371 | * pe-dll.c (make_one): Do not generate code thunk for DATA | |
2372 | exports. | |
2373 | (process_def_file): deduce DATA flag for auto-export sumbols. | |
2374 | ||
86b1cc60 KH |
2375 | 2000-10-09 Kazu Hirata <[email protected]> |
2376 | ||
89cdebba KH |
2377 | * ld.h: Fix formatting. |
2378 | * ldcref.c: Likewise. | |
2379 | * ldctor.h: Likewise. | |
2380 | * ldemul.c: Likewise. | |
2381 | * ldemul.h: Likewise. | |
2382 | * ldexp.c: Likewise. | |
2383 | * ldexp.h: Likewise. | |
2384 | * ldfile.c: Likewise. | |
2385 | * ldfile.h: Likewise. | |
2386 | * ldlang.c: Likewise. | |
2387 | * ldlang.h: Likewise. | |
2388 | * ldmain.c: Likewise. | |
7bfd51a3 KH |
2389 | * pe-dll.c: Likewise. |
2390 | ||
2391 | * pe-dll.c: Revert some formatting fixes. | |
86b1cc60 | 2392 | |
d643799d KH |
2393 | 2000-10-08 Kazu Hirata <[email protected]> |
2394 | ||
2395 | * pe-dll.c: Fix formatting. | |
2396 | ||
08da4cac KH |
2397 | 2000-10-05 Kazu Hirata <[email protected]> |
2398 | ||
2399 | * ldlang.c: Fix formatting. | |
2400 | ||
c2a94a7a DD |
2401 | 2000-10-03 DJ Delorie <[email protected]> |
2402 | ||
2403 | * pe-dll.c (fill_edata): initialize entire block | |
2404 | (make_one): fill in correct section. | |
2405 | ||
8c95a62e KH |
2406 | 2000-10-03 Kazu Hirata <[email protected]> |
2407 | ||
2408 | * ldexp.c: Fix formatting. | |
2409 | ||
486e80e2 DD |
2410 | 2000-10-02 DJ Delorie <[email protected]> |
2411 | ||
2412 | * emultempl/pe.em (gld_*_after_open): detect case where there two | |
2413 | import libraries for same dll; rename one to ensure proper link | |
2414 | order. | |
2415 | ||
2416 | * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix | |
2417 | typo | |
2418 | (generate_edata): fix typo | |
2419 | ||
24dd9f75 HPN |
2420 | 2000-09-29 Hans-Peter Nilsson <[email protected]> |
2421 | ||
2422 | * scripttempl/crisaout.sc (ENTRY): Now __start. | |
2423 | (.text): Add default setting for __start. | |
2424 | Remove CONSTRUCTORS handling. | |
2425 | (/DISCARD/): Add .gnu.warning.*. | |
2426 | * emulparams/crislinux.sh (ENTRY): Now __start. | |
2427 | (TEXT_START_SYMBOLS): New; provide __Stext and __start default. | |
2428 | * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris. | |
2429 | (ENTRY): Now __start. | |
2430 | (INITIAL_READONLY_SECTIONS): Add KEEP for .startup. | |
2431 | (EXECUTABLE_SYMBOLS): Add default setting for __start. | |
2432 | ||
4de2d33d KH |
2433 | 2000-09-29 Kazu Hirata <[email protected]> |
2434 | ||
5cc18311 KH |
2435 | * deffile.h: Fix formatting. |
2436 | * ld.h: Likewise. | |
2437 | * ldcref.c: Likewise. | |
4de2d33d | 2438 | * ldctor.c: Likewise. |
5cc18311 | 2439 | * ldctor.h: Likewise. |
4de2d33d | 2440 | * ldemul.c: Likewise. |
5cc18311 | 2441 | * ldemul.h: Likewise. |
4de2d33d | 2442 | * ldexp.c: Likewise. |
5cc18311 | 2443 | * ldexp.h: Likewise. |
4de2d33d | 2444 | * ldfile.c: Likewise. |
5cc18311 | 2445 | * ldfile.h: Likewise. |
4de2d33d | 2446 | * ldlang.c: Likewise. |
5cc18311 KH |
2447 | * ldlang.h: Likewise. |
2448 | * lexsup.c: Likewise. | |
2449 | * mri.c: Likewise. | |
2450 | * pe-dll.c: Likewise. | |
4de2d33d | 2451 | |
45b1f63c DD |
2452 | 2000-09-28 Paul Sokolovsky <[email protected]> |
2453 | ||
2454 | * pe-dll.c (process_def_file): Uninitialized data wasn't | |
2455 | exported with --export-all-symbols switch. | |
d952f17a | 2456 | |
45b1f63c DD |
2457 | 2000-09-28 DJ Delorie <[email protected]> |
2458 | ||
2459 | * pe-dll.c (fill_edata): rearrange the data so that ordinals and | |
2460 | noname work properly. | |
2461 | ||
47d89dba AM |
2462 | 2000-09-28 Alan Modra <[email protected]> |
2463 | ||
2464 | * ld.texinfo (HPPA ELF32): New section. | |
2465 | ||
2466 | * emultempl/hppaelf.em (group_size): New. | |
2467 | (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs. | |
2468 | (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE. | |
2469 | (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate | |
2470 | options to prevent abbreviations matching. | |
2471 | (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat. | |
2472 | (PARSE_AND_LIST_ARGS_CASES): Handle it. | |
2473 | ||
36bdbeec NC |
2474 | 2000-09-21 Michael Sokolov <[email protected]> |
2475 | ||
2476 | * emultempl/m68kelf.em: Conditionalise the embedded relocs feature | |
2477 | on the m68*-*-elf target. Make it support COFF input objects. | |
2478 | ||
6d5e62f8 KH |
2479 | 2000-09-21 Kazu Hirata <[email protected]> |
2480 | ||
2481 | * ldmain.c: Fix formatting. | |
2482 | * ldmisc.c: Likewise. | |
2483 | * ldver.c: Likewise. | |
2484 | * ldwrite.c: Likewise. | |
2485 | ||
e2eb67d9 AM |
2486 | 2000-09-21 Alan Modra <[email protected]> |
2487 | ||
2488 | * ldwrite.c (clone_section): Silence gcc warnings. | |
2489 | ||
b3ea3584 AM |
2490 | 2000-09-20 Alan Modra <[email protected]> |
2491 | ||
2492 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle | |
2493 | out of memory failure. | |
2494 | ||
2495 | * ldwrite.c (ldwrite): Remove unnecessary einfo arg. | |
2496 | (clone_section): Handle out of memory failures. Rename var to | |
2497 | avoid c++ reserved word. | |
2498 | ||
25f72752 AM |
2499 | 2000-09-18 Alan Modra <[email protected]> |
2500 | ||
2501 | * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename | |
2502 | stub_name param to stub_sec_name. | |
2503 | (hppaelf_finish): Modify call to elf32_hppa_size_stubs. | |
2504 | ||
0752970e NC |
2505 | 2000-09-10 Michael Sokolov <[email protected]> |
2506 | ||
2507 | * emultempl/m68kelf.em: New file. | |
2508 | * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it. | |
2509 | * Makefile.am (em68kelf.c): Add dependency on m68kelf.em. | |
2510 | * Makefile.in: Regenerate. | |
2511 | ||
92b7e9d8 AM |
2512 | 2000-09-15 Alan Modra <[email protected]> |
2513 | ||
2514 | * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$ | |
2515 | only as needed. | |
2516 | ||
9b14b192 NC |
2517 | 2000-09-13 Nick Clifton <[email protected]> |
2518 | ||
2519 | * ldmain.c (multiple_definition): Disable relaxation if | |
2520 | multiple symbol definitions are encountered - otherwise the | |
2521 | linker could abort with an assertion failure. | |
2522 | ||
891fa266 NC |
2523 | 2000-09-10 Nick Clifton <[email protected]> |
2524 | ||
2525 | * mri.c: Fix formatting. | |
2526 | ||
5d64ca4e L |
2527 | 2000-09-07 H.J. Lu <[email protected]> |
2528 | ||
2529 | * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. | |
2530 | * configure: Rebuild. | |
2531 | ||
dd94604f L |
2532 | 2000-09-07 H.J. Lu <[email protected]> |
2533 | ||
2534 | * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h. | |
2535 | * Makefile.in: Rebuild. | |
2536 | ||
71bfc0ae AM |
2537 | 2000-09-07 Alan Modra <[email protected]> |
2538 | ||
2539 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix | |
2540 | broken list handling. Create __start_SECNAME and __stop_SECNAME | |
2541 | when no place-holder. Add some comments. Test both SEC_CODE and | |
2542 | SEC_READONLY for hold_text to prevent .rodata orphan poisoning. | |
ed15ac6a | 2543 | Handle case where no output section statement created. |
71bfc0ae | 2544 | |
4a428502 AO |
2545 | 2000-09-07 Niibe Yutaka <[email protected]>, Kaz Kojima <[email protected]>, Alexandre Oliva <[email protected]> |
2546 | ||
2547 | * configure.tgt (sh-*-linux*): Added. | |
2548 | * Makefile.am: Added eshelf_linux and eshlelf_linux. | |
2549 | * Makefile.in: Rebuilt. | |
2550 | * emulparams/shelf_linux.sh: New file. | |
2551 | * emulparams/shlelf_linux.sh: New file. | |
2552 | ||
f9989030 AM |
2553 | 2000-09-06 Alan Modra <[email protected]> |
2554 | ||
2555 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't | |
2556 | try shuffling sections when the orphan happens to be the place | |
2557 | holder. Keep count of unique section names generated so we speed | |
2558 | the search for a new name. | |
2559 | ||
58cccadb AO |
2560 | 2000-09-06 Alexandre Oliva <[email protected]> |
2561 | ||
2562 | * configure: Rebuilt with new libtool.m4. | |
2563 | ||
5b343f5a NC |
2564 | 2000-09-05 Nick Clifton <[email protected]> |
2565 | ||
2566 | * Makefile.in: Regenerate. | |
2567 | * aclocal.m4: Regenerate. | |
2568 | * configure: Regenerate. | |
2569 | * config.in: Regenerate. | |
2570 | * po/ld.pot: Regenerate. | |
2571 | ||
2572 | * ldint.texinfo: Remove CVS revision marker - it foils local | |
2573 | comparisons. | |
2574 | ||
2575 | * emultempl/ticoff.em: Remove extraneous comma. | |
50bbae35 | 2576 | |
a854a4a7 AM |
2577 | 2000-09-05 Alan Modra <[email protected]> |
2578 | ||
3231d22e AM |
2579 | * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC |
2580 | to stub section flags. | |
2581 | (hppa_for_each_input_file_wrapper): New. | |
2582 | (hppa_lang_for_each_input_file): New. | |
2583 | (lang_for_each_input_file): Define to call above. | |
2584 | (multi_subspace): New. | |
2585 | (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs. | |
2586 | (PARSE_AND_LIST_PROLOGUE): Define. | |
2587 | (PARSE_AND_LIST_LONGOPTS): Define. | |
2588 | (PARSE_AND_LIST_OPTIONS): Define. | |
2589 | (PARSE_AND_LIST_ARGS_CASES): Define. | |
2590 | (hppaelf_finish): Call elf32_hppa_set_gp. | |
2591 | (hppaelf_set_output_arch): Remove. | |
2592 | (LDEMUL_SET_OUTPUT_ARCH): Remove. | |
2593 | ||
2594 | * emulparams/hppalinux.sh (ELFSIZE): Define. | |
2595 | (MACHINE): Define. | |
2596 | (OTHER_READONLY_SECTIONS): Define. | |
2597 | (DATA_PLT): Define. | |
2598 | (GENERATE_SHLIB_SCRIPT): Define. | |
2599 | ||
5f992e62 AM |
2600 | * ldlang.c: Add missing prototypes, and tidy others. Change CONST |
2601 | to const throughout. Change `void *' to `PTR' throughout. | |
2602 | (lang_memory_default): Function is local to file, add `static'. | |
2603 | ||
2604 | * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em. | |
2605 | (ehppalinux.c): Likewise. | |
2606 | (earmelf.c): Likewise. | |
2607 | (earmelf_linux.c): Likewise. | |
2608 | (earmelf_linux26.c): Likewise. | |
2609 | * Makefile.in: Regenerate. | |
2610 | ||
a854a4a7 AM |
2611 | * ld.h (ld_config_type): Add unique_orphan_sections. |
2612 | * lexsup.c (OPTION_UNIQUE): Define. | |
2613 | (ld_options): Add "--unique". | |
2614 | (parse_args): Handle it. | |
2615 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't | |
2616 | search for an existing output section if unique_orphan_sections is | |
2617 | set. Make use of bfd_get_unique_section_name rather than | |
2618 | duplicating code here. | |
2619 | * ld.texinfo: Describe --unique. | |
2620 | ||
2621 | * lexsup.c (ld_options): Make split-by-reloc arg optional. Add | |
2622 | optional arg to split-by-file. | |
2623 | (parse_args): Handle them. | |
2624 | * ld.texinfo: Update description of these options. | |
2625 | * ldwrite.c (clone_section): Pass in the section name. Replace | |
2626 | local code with bfd_get_unique_section_name. | |
2627 | (split_sections): Tidy code and comments. Use a list traversal | |
2628 | more appropriate to the list construction. Handle cooked section | |
2629 | sizes. Split when split_by_reloc reached rather than exceeded. | |
2630 | Track section size and split when split_by_file reached. Fix | |
2631 | link_order_tail (even though it's not used). | |
2632 | (ldwrite): Modify condition for calling split_sections to suit | |
2633 | changed split_by_reloc and split_by_file. | |
2634 | * ldmain.c (main): Init config.split_by_reloc and | |
2635 | config.split_by_file to -1. | |
2636 | * ld.h (ld_config_type): Change split_by_reloc to unsigned. | |
2637 | Change split_by_file to bfd_size_type. | |
2638 | ||
18e03609 NC |
2639 | 2000-09-02 Nick Clifton <[email protected]> |
2640 | ||
2641 | * configure.in: Increase version number to 2.10.91. | |
2642 | * NEWS: Mention new ability to support removal of duplicate DWARF2 | |
2643 | debug information. | |
2644 | * configure: Regenerate. | |
2645 | * aclocal.m4: Regenerate. | |
2646 | * config.in: Regenerate. | |
2647 | ||
3a9d486c NC |
2648 | 2000-09-02 Daniel Berlin <[email protected]> |
2649 | ||
2650 | * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info | |
2651 | sections. | |
a2b64bed | 2652 | * scripttempl/elf32avr.sc: Ditto. |
3a9d486c NC |
2653 | * scripttempl/elfd10v.sc: Ditto. |
2654 | * scripttempl/elfd30v.sc: Ditto. | |
2655 | * scripttempl/elfi370.sc: Ditto. | |
2656 | * scripttempl/elfm68hc11.sc: Ditto. | |
2657 | * scripttempl/elfm68hc12.sc: Ditto. | |
2658 | * scripttempl/elfi386beos.sc: Ditto. | |
2659 | * scripttempl/v850.sc: Ditto. | |
50bbae35 | 2660 | |
ac48eca1 AO |
2661 | 2000-08-31 Alexandre Oliva <[email protected]> |
2662 | ||
2663 | * acinclude.m4: Include libtool and gettext macros from the | |
2664 | top level. | |
2665 | * aclocal.m4, configure: Rebuilt. | |
2666 | ||
c13b1b77 NC |
2667 | 2000-08-25 Nick Clifton <[email protected]> |
2668 | ||
2669 | * ldlang.c (open_output): When choosing the target for a | |
2670 | particular endianness, do nothing if the target is not | |
2671 | supported. | |
2672 | ||
dcb0bd0e L |
2673 | 2000-08-25 H.J. Lu <[email protected]> |
2674 | ||
2675 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't | |
2676 | check -rpath nor LD_RUN_PATH for cross link. | |
2677 | * ld.texinfo: Document the change. | |
2678 | ||
5bcac8a4 HPN |
2679 | 2000-08-24 Hans-Peter Nilsson <[email protected]> |
2680 | ||
2681 | * NEWS: Mention support for CRIS. | |
2682 | ||
6dd8c765 L |
2683 | 2000-08-23 H.J. Lu <[email protected]> |
2684 | ||
2685 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get | |
2686 | the current runpath list from bfd_elf_get_runpath_list () | |
2687 | before search. | |
2688 | ||
ec4eb78a L |
2689 | 2000-08-22 H.J. Lu <[email protected]> |
2690 | ||
2691 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search | |
2692 | the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after | |
2693 | LD_LIBRARY_PATH for native linker. Display the needed DSO if | |
2694 | trace_file_tries is non-zero. | |
2695 | (gld${EMULATION_NAME}_try_needed): Report the needed DSO found | |
2696 | if trace_file_tries is non-zero. | |
2697 | ||
2698 | * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH. | |
a8175964 | 2699 | * NEWS: Mention it. |
ec4eb78a | 2700 | |
22b36938 JE |
2701 | 2000-08-14 Jason Eckhardt <[email protected]> |
2702 | ||
2703 | * NEWS: Mention i860 support. | |
2704 | ||
d73e9da0 AS |
2705 | 2000-08-14 Andreas Schwab <[email protected]> |
2706 | ||
2707 | * scripttempl/elf.sc: Fix last change to use correct comment | |
50bbae35 | 2708 | syntax. |
d73e9da0 | 2709 | |
9ac4db9c GK |
2710 | 2000-08-10 Geoff Keating <[email protected]> |
2711 | ||
2712 | * scripttempl/elf.sc: Add a comment giving the correspondence | |
2713 | between sections, per-datum sections, and linkonce sections. Make | |
2714 | the comment true even for .bss, .sdata, .sdata2, .sbss, and | |
2715 | .sbss2. | |
2716 | ||
165589e4 JE |
2717 | 2000-08-10 Jason Eckhardt <[email protected]> |
2718 | ||
2719 | * emulparams/elf32_i860.sh: New file. | |
2720 | * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}. | |
2721 | * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o. | |
2722 | (eelf32_i860.c): New rule. | |
2723 | * Makefile.in: Regenerate. | |
2724 | ||
345a835d NC |
2725 | 2000-08-10 Nick Clifton <[email protected]> |
2726 | ||
2727 | * emulparams/mipspe.sh (ENTRY): Add definition. | |
2728 | ||
e374f1d9 NC |
2729 | 2000-08-08 Peter Jeremy <[email protected]> |
2730 | ||
2731 | * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath | |
2732 | in error message. | |
2733 | ||
236d5abf NC |
2734 | 2000-08-08 Stephane Carrez <[email protected]> |
2735 | ||
2736 | * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate | |
2737 | the final size of .bss section. | |
2738 | * scripttempl/elfm68hc12.sc: Likewise. | |
2739 | ||
4b209b22 AM |
2740 | 2000-08-04 Alan Modra <[email protected]> |
2741 | ||
2742 | * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to | |
2743 | gld${EMULATION_NAME}_parse_args for consistency. Combine | |
2744 | lastoptind and prevoptind vars, and keep track of last optind. | |
2745 | (gld_${EMULATION_NAME}_list_options): Rename to | |
2746 | gld${EMULATION_NAME}_list_options. | |
2747 | ||
28423a68 AM |
2748 | 2000-08-03 Rodney Brown <[email protected]> |
2749 | ||
2750 | * configure.tgt: Select targ_emul=elf_i386 for Unixware 7 | |
2751 | (i586-sco-sysv5uw7.1.0). | |
2752 | ||
b2009ff7 L |
2753 | 2000-07-27 H.J. Lu <[email protected]> |
2754 | ||
2755 | * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed. | |
2756 | (PARSE_AND_LIST_PROLOGUE): New. | |
2757 | (PARSE_AND_LIST_LONGOPTS): Likewise. | |
2758 | (PARSE_AND_LIST_OPTIONS): Likewise. | |
2759 | (PARSE_AND_LIST_ARGS_CASES): Likewise. | |
2760 | (PARSE_AND_LIST_EPILOGUE): Likewise. | |
2761 | ||
04925e1e AM |
2762 | 2000-07-28 Alan Modra <[email protected]> |
2763 | ||
41392f03 AM |
2764 | * emultempl/armelf.em: Elide functions common to elf32.em, |
2765 | ie. most of the file. | |
2766 | (arm_elf_after_open): New. Do arm specific things then call | |
2767 | gld${EMULATION_NAME}_after_open. | |
2768 | (arm_elf_before_allocation): New. Call | |
2769 | gld${EMULATION_NAME}_before_allocation then do arm specifics. | |
2770 | (PARSE_AND_LIST_PROLOGUE): Define. | |
2771 | (PARSE_AND_LIST_SHORTOPTS): Define. | |
2772 | (PARSE_AND_LIST_LONGOPTS): Define. | |
2773 | (PARSE_AND_LIST_OPTIONS): Define. | |
2774 | (PARSE_AND_LIST_ARGS_CASES): Define. | |
2775 | (LDEMUL_AFTER_OPEN): Define. | |
2776 | (LDEMUL_BEFORE_ALLOCATION): Define. | |
2777 | (LDEMUL_BEFORE_PARSE): Define. | |
2778 | (LDEMUL_FINISH): Define. | |
2779 | ||
2780 | * emultempl/hppaelf.em: Similarly zap most of this file. | |
2781 | (hppaelf_add_stub_section): Prototype. | |
2782 | (hppaelf_layaout_sections_again): Prototype. | |
2783 | (hook_in_stub): Prototype. | |
2784 | (LDEMUL_SET_OUTPUT_ARCH): Define. | |
2785 | (LDEMUL_FINISH): Define. | |
2786 | (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define. | |
2787 | ||
2788 | * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32. | |
2789 | (EXTRA_EM_FILE): New. | |
2790 | * emulparams/armelf_linux.sh: Likewise. | |
2791 | * emulparams/armelf_linux26.sh: Likewise. | |
2792 | * emulparams/hppalinux.sh: Likewise. | |
2793 | * emulparams/hppaelf.sh: Likewise. | |
2794 | (NOP): Define. | |
2795 | ||
2796 | * emultempl/elf32.em: Fix formatting. | |
2797 | (EXTRA_EM_FILE): Source it. | |
2798 | (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL, | |
2799 | LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION, | |
2800 | LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET, | |
2801 | LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH, | |
2802 | LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS, | |
2803 | LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN, | |
2804 | LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE, | |
2805 | LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE, | |
2806 | LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to | |
2807 | allow functions in this file to be overridden. | |
2808 | (PARSE_AND_LIST_SHORTOPTS): Handle it. | |
2809 | ||
2810 | * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h. | |
2811 | ||
04925e1e AM |
2812 | * emultempl/elf32.em: Reorganize file. |
2813 | ||
88cdf297 NC |
2814 | 2000-07-27 Ivan Kokshaysky <[email protected]> |
2815 | ||
2816 | * emulparams/elf64alpha.sh: Implement "-taso" emulation | |
2817 | specific option to fit 64-bit executable in the lower | |
2818 | 31-bit address range. This is done by changing start | |
2819 | address of .interp (the very first section of executable) | |
2820 | and then setting EF_ALPHA_32BIT elf header flag. | |
2821 | ||
20bccb34 NC |
2822 | 2000-07-21 Michael Sokolov <[email protected]> |
2823 | ||
2824 | * emultempl/m68kcoff.em: New file. | |
2825 | * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template. | |
2826 | * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than | |
2827 | generic.em. | |
2828 | * Makefile.in: Regenerate. | |
2829 | ||
699845ef L |
2830 | 2000-07-20 H.J. Lu <[email protected]> |
2831 | ||
2832 | * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags" | |
2833 | and "disable-new-dtags" to stop getopt from treating -d/-e as | |
2834 | abbreviations for these options. | |
2835 | ||
6c1439be L |
2836 | 2000-07-20 H.J. Lu <[email protected]> |
2837 | ||
2838 | * ld.texinfo: Add documentation for --disable-new-dtags and | |
2839 | --enable-new-dtags. | |
2840 | ||
2841 | * ldmain.c (main): Initialize link_info.new_dtags to false. | |
2842 | ||
2843 | * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add | |
2844 | --disable-new-dtags and --enable-new-dtags. | |
2845 | (gld_${EMULATION_NAME}_list_options): Likewise. | |
2846 | ||
28c309a2 NC |
2847 | 2000-07-05 Kenneth Block <[email protected]> |
2848 | ||
a2b64bed NC |
2849 | * lexsup.c: Add optional style to demangle switch |
2850 | * ld.texinfo: Document optional style to demangle switch. | |
50bbae35 | 2851 | |
9d06555c HPN |
2852 | 2000-07-20 Hans-Peter Nilsson <[email protected]> |
2853 | ||
2854 | * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o, | |
2855 | ecrislinux.o. | |
2856 | (ecrisaout.c, ecriself.c, ecrislinux.c): New rules. | |
2857 | Regenerate dependencies. | |
2858 | * Makefile.in: Rebuild. | |
2859 | * configure.tgt (cris-*-*): New target. | |
2860 | * emulparams/crisaout.sh, emulparams/criself.sh, | |
2861 | emulparams/crislinux.sh, scripttempl/crisaout.sc: New files. | |
2862 | * po/POTFILES.in, po/ld.pot: Regenerate. | |
2863 | ||
19e3be22 L |
2864 | 2000-07-20 H.J. Lu <[email protected]> |
2865 | ||
2866 | * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options): | |
2867 | Print out ignored -z options. | |
2868 | ||
e0ee487b L |
2869 | 2000-07-19 H.J. Lu <[email protected]> |
2870 | ||
19e3be22 L |
2871 | * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed. |
2872 | (PARSE_AND_LIST_PROLOGUE): New. | |
2873 | (PARSE_AND_LIST_LONGOPTS): Likewise. | |
2874 | (PARSE_AND_LIST_OPTIONS): Likewise. | |
2875 | (PARSE_AND_LIST_ARGS_CASES): Likewise. | |
2876 | ||
2877 | * ldmain.c (main): Clear link_info.flags and link_info.flags_1. | |
2878 | ||
2879 | * lexsup.c (ld_options): Comment out 'z'. | |
2880 | (parse_args): Likewise. | |
2881 | ||
2882 | * emultempl/elf32.em: Include "elf/common.h". | |
2883 | (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z | |
2884 | options. | |
2885 | (gld_${EMULATION_NAME}_list_options): Likewise. | |
2886 | ||
2887 | * ld.texinfo: Add documentation for the recognized -z options. | |
e0ee487b | 2888 | |
49e56c49 L |
2889 | 2000-07-19 H.J. Lu <[email protected]> |
2890 | ||
2891 | * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call | |
2892 | bfd_elf_set_dt_needed_soname (). | |
2893 | ||
9d68bc82 DD |
2894 | 2000-07-18 DJ Delorie <[email protected]> |
2895 | ||
2896 | * pe-dll.c (pe_dll_id_target): check object target name also | |
2897 | ||
53db15ed HPN |
2898 | 2000-07-18 Hans-Peter Nilsson <[email protected]> |
2899 | ||
2900 | * scripttempl/elf.sc (.init): Only do ${INIT_START} and | |
2901 | ${INIT_END} if relocating. | |
2902 | (.fini): Likewise ${FINI_START} and ${FINI_END}. | |
2903 | ||
0ad8cf4c DD |
2904 | 2000-07-16 Charles Wilson <[email protected]> |
2905 | ||
a2b64bed | 2906 | * emultempl/pe.em (gld_*_open_dynamic_archive): New search |
0ad8cf4c DD |
2907 | order for dynamic library '-lfoo' on pei386: libfoo.dll.a, |
2908 | foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility | |
2909 | errors introduced by the old dynamic lib search order. | |
2910 | ||
874c8c99 DD |
2911 | 2000-07-17 DJ Delorie <[email protected]> |
2912 | ||
2913 | * pe-dll.c (process_def_file): auto-export data items also | |
2914 | (pe_process_import_defs): also see if _imp_ form needed | |
2915 | ||
5b4cf3f4 DD |
2916 | 2000-07-12 Charles Wilson <[email protected]> |
2917 | ||
2918 | * pe-dll.c (make_one): fix a typo in the __imp_ name decoration | |
2919 | for dll import libraries | |
2920 | ||
062739d1 NC |
2921 | 2000-07-12 Mark Elbrecht <[email protected]> |
2922 | ||
2923 | * scripttempl/i386go32.sc: Support the g++ attribute init_priority in | |
d952f17a | 2924 | gcc 2.95.2 and later. |
062739d1 | 2925 | |
1c64c4ed NC |
2926 | 2000-07-11 Kazu Hirata <[email protected]> |
2927 | ||
50bbae35 AM |
2928 | * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error |
2929 | message. | |
1c64c4ed | 2930 | |
b71e2778 AM |
2931 | 2000-07-10 Alan Modra <[email protected]> |
2932 | ||
2933 | * ldemul.h (struct lang_input_statement_struct): Remove forward | |
2934 | declaration. | |
2935 | (struct search_dirs): Likewise. | |
2936 | * ldfile.h (struct lang_input_statement_struct): Likewise. | |
2937 | Protect file from multiple inclusion. | |
2938 | * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain | |
2939 | declaration from macro to file scope. | |
2940 | ||
2941 | * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order. | |
2942 | * ldgram.y: Likewise here. | |
2943 | * ldlang.c: And here. | |
2944 | * ldmain.c: And here. | |
2945 | * mpw-elfmips.c: And here. | |
2946 | * mpw-eppcmac.c: And here. | |
2947 | * emultempl/aix.em: And here. | |
2948 | * emultempl/armcoff.em: And here. | |
2949 | * emultempl/armelf.em: And here. | |
2950 | * emultempl/armelf_oabi.em: And here. | |
2951 | * emultempl/beos.em: And here. | |
2952 | * emultempl/elf32.em: And here. | |
2953 | * emultempl/hppaelf.em: And here. | |
2954 | * emultempl/linux.em: And here. | |
2955 | * emultempl/lnk960.em: And here. | |
2956 | * emultempl/pe.em: And here. | |
2957 | * emultempl/sunos.em: And here. | |
2958 | * mpw-esh.c: And here. Include ldexp.h and ldlang.h too. | |
2959 | * mpw-idtmips.c: Ditto. | |
2960 | * emultempl/generic.em: Ditto. | |
2961 | * emultempl/gld960.em: Ditto. | |
2962 | * emultempl/gld960c.em: Ditto. | |
2963 | * emultempl/mipsecoff.em: Ditto. | |
2964 | * emultempl/ticoff.em: Ditto. | |
2965 | * emultempl/vanilla.em: Ditto. | |
2966 | ||
2967 | * pe-dll.c: Include ldfile.h | |
2968 | * ldver.c: Include ldexp.h, ldlang.h, ldfile.h | |
2969 | ||
2970 | * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing | |
2971 | arguments to bfd_elf32_size_dynamic_sections call. | |
2972 | (gldelf32ebmip_place_orphan): Add missing arguments to | |
2973 | lang_leave_output_section_statement call. | |
2974 | ||
2ef53d66 L |
2975 | 2000-07-10 H.J. Lu <[email protected]> |
2976 | ||
2977 | * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with | |
2978 | DLL_SUPPORT. | |
2979 | (strhash): Likewise. | |
2980 | (compute_dll_image_base): Likewise. | |
2981 | (pe_undef_found_sym): Likewise. | |
2982 | (pe_undef_cdecl_match): Likewise. | |
2983 | (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the | |
2984 | argument "arch" with ATTRIBUTE_UNUSED. | |
2985 | ||
9a8cbb09 AM |
2986 | 2000-07-10 Alan Modra <[email protected]> |
2987 | ||
2988 | * configure.tgt: Remove extraneous hppa*-*-linux-gnu*. | |
2989 | ||
2990 | From Ryan Bradetich <[email protected]> | |
2991 | * ldwrite.c (SSIZE): Remove to cure macro redefinition warning. | |
50bbae35 | 2992 | |
4900fc06 AM |
2993 | 2000-07-09 Alan Modra <[email protected]> |
2994 | ||
2995 | Changes to create multiple linker stubs, positioned immediately | |
2996 | before the section where they are required. | |
2997 | * emultempl/hppaelf.em: Include elf32-hppa.h. | |
2998 | (stub_sec, file_chain): Delete. | |
2999 | (hppaelf_create_output_section_statements): Don't make a stub | |
3000 | section here. | |
3001 | (hook_stub_info): New struct. | |
3002 | (hook_in_stub): New function. | |
3003 | (hppaelf_add_stub_section): New function. | |
3004 | (hppaelf_finish): Do nothing for relocateable links. Modify the | |
3005 | call to elf32_hppa_size_stubs. Move code for updating section | |
3006 | layout from here... | |
3007 | (hppaelf_layaout_sections_again): ..to here, a new function. | |
3008 | ||
3009 | * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix | |
3010 | broken list handling. Pass in a pointer to the list. | |
3011 | (hppaelf_finish): Update call to hppaelf_delete_padding_statements | |
3012 | for above changes. | |
3013 | (hppaelf_before_parse): Prototype. | |
3014 | (hppaelf_set_output_arch): Prototype. | |
3015 | (hppaelf_create_output_section_statements): Prototype. | |
3016 | (hppaelf_delete_padding_statements): Prototype. | |
3017 | (hppaelf_finish): Prototype. | |
3018 | ||
3019 | Merge from elf32.em | |
3020 | * emultempl/hppaelf.em: Include ctype.h. | |
3021 | (struct orphan_save): New. | |
3022 | (gld${EMULATION_NAME}_place_orphan): New. | |
3023 | (output_rel_find): New. | |
3024 | (hppaelf_get_script): Update from elf32.em. | |
3025 | (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation. | |
3026 | Change emulation_name field to "${EMULATION_NAME}". Add | |
50bbae35 | 3027 | gld${EMULATION_NAME}_place_orphan. |
4900fc06 AM |
3028 | |
3029 | * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add | |
3030 | ehppalinux.o, sort it. Regenerate dependencies. | |
3031 | (ehppalinux.c): Depend on hppaelf.em | |
3032 | * Makefile.in: Regenerate. | |
3033 | ||
3034 | * configure.tgt: targ_emul=hppalinux for hppa*linux | |
3035 | ||
3036 | * emulparams/hppalinux.sh: New. | |
3037 | * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex. | |
3038 | ||
227aeb07 AM |
3039 | 2000-07-08 Alan Modra <[email protected]> |
3040 | ||
3041 | * lexsup.c (parse_args): Copy section name. | |
3042 | ||
28609fd4 | 3043 | 2000-07-07 Charles Wilson <[email protected]> |
602e90d3 | 3044 | |
2ef53d66 | 3045 | * emultempl/pe.em: institute the following search order for |
602e90d3 DD |
3046 | dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import |
3047 | libs), libfoo.dll, foo.dll (link direct to dll). Fall back to | |
3048 | static lib (libfoo.a) if none of the above are found. | |
3049 | ||
5f577f7d DD |
3050 | 2000-07-07 Mumit Khan <[email protected]> |
3051 | ||
50bbae35 | 3052 | * emultempl/pe.em (pe_enable_auto_image_base): New variable. |
5f577f7d | 3053 | (longopts): New --{enable,disable}-auto-image-base options. |
50bbae35 | 3054 | (gld_${EMULATION_NAME}_list_options): Document. |
5f577f7d DD |
3055 | (gld_${EMULATION_NAME}_parse): Handle. |
3056 | (strhash): New static function. | |
50bbae35 | 3057 | (compute_dll_image_base): New static function. |
5f577f7d DD |
3058 | (gld_${EMULATION_NAME}_set_symbols): Use. |
3059 | ||
9a8cbb09 | 3060 | 2000-07-05 DJ Delorie <[email protected]> |
302ab118 DD |
3061 | |
3062 | * MAINTAINERS: new | |
3063 | ||
3548145d | 3064 | 2000-07-01 Koundinya K <[email protected]> |
50bbae35 AM |
3065 | |
3066 | * configure.tgt: Add traditional mips (mips*-*-sysv4*) target. | |
3067 | * emulparams/elf32btsmip.sh: New file. | |
3068 | * Makefile.am: Add traditional mips target. | |
3069 | * Makefile.in: Rebuild. | |
3070 | ||
67798033 L |
3071 | 2000-07-01 H.J. Lu <[email protected]> |
3072 | ||
3073 | * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for | |
3074 | automake to use YLWRAP. | |
3075 | * Makefile.in: Rebuild. | |
3076 | ||
0bdaf48b AM |
3077 | 2000-07-01 Alan Modra <[email protected]> |
3078 | ||
3079 | * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed | |
3080 | (CLEANFILES): Add DEPA. | |
3081 | * Makefile.in: Regenerate. | |
3082 | ||
c9e769c2 TW |
3083 | 2000-06-30 Timothy Wall <twall@ppc> |
3084 | ||
3085 | * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode | |
3086 | the page in the upper octet of the address. | |
3087 | ||
65aa24b6 NC |
3088 | 2000-06-26 Marek Michalkiewicz <[email protected]> |
3089 | ||
3090 | * emulparams/avrmega161.sh (ARCH): Change to avr:5. | |
3091 | ||
4667035e AM |
3092 | 2000-06-24 Alan Modra <[email protected]> |
3093 | ||
3094 | * NEWS: arm-elf does --gc-sections too. | |
3095 | ||
1581f8c9 AM |
3096 | 2000-06-22 Alan Modra <[email protected]> |
3097 | ||
3098 | * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we | |
3099 | find one. | |
3100 | * Makefile.in: Regenerate. | |
3101 | ||
01580992 L |
3102 | 2000-06-21 H.J. Lu <[email protected]> |
3103 | ||
3104 | * Makefile.am: Rebuild dependency. | |
3105 | * Makefile.in: Rebuild. | |
3106 | ||
bbeb2e03 L |
3107 | 2000-06-20 H.J. Lu <[email protected]> |
3108 | ||
3109 | * Makefile.am: Rebuild dependency. | |
3110 | * Makefile.in: Rebuild. | |
3111 | ||
74459f0e TW |
3112 | 2000-06-20 Timothy Wall <[email protected]> |
3113 | ||
3114 | * scripttempl/tic54xcoff.sc: New. | |
3115 | * ldlang.c (wild_doit): Propagate SEC_BLOCK flag. | |
3116 | * gen-doc.texi: Add flag for TI COFF. | |
3117 | * ld.texinfo: Add documentation for TI COFF handling switches. | |
3118 | * emultempl/ticoff.em: New. TI COFF handling. | |
3119 | * configure.tgt: Add tic54x target. | |
3120 | * Makefile.am: Add tic54x target. | |
3121 | * Makefile.in: Ditto. | |
3122 | ||
2ab47eed AM |
3123 | 2000-06-20 Alan Modra <[email protected]> |
3124 | ||
3125 | * ldmain.c (set_scripts_dir): Correct pointer comparison when | |
3126 | checking for backslashes. | |
3127 | ||
919e4093 AM |
3128 | 2000-06-19 Alan Modra <[email protected]> |
3129 | ||
3130 | * NEWS: Move entries not in 2.10 above "Changes in version 2.10". | |
3131 | ||
987fd5b4 AM |
3132 | 2000-06-18 Alan Modra <[email protected]> |
3133 | ||
3134 | * NEWS: Update list of targets supporting --gc-sections. | |
3135 | ||
3136 | * scripttempl/elf.sc: KEEP .eh_frame contents. | |
3137 | * scripttempl/elfd30v.sc: Same here. | |
3138 | ||
60bcf0fa NC |
3139 | 2000-06-18 Stephane Carrez <[email protected]> |
3140 | ||
3141 | * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12 | |
3142 | and m68hc11 (elf). | |
3143 | * Makefile.in: Rebuild. | |
3144 | * configure.tgt: Recognize m68hc12 and m68hc11. | |
3145 | * scripttempl/elfm68hc12.sc: New file. | |
3146 | * emulparams/m68hc12elfb: New emulation. | |
3147 | * emulparams/m68hc12elf: New emulation. | |
3148 | * emulparams/m68hc11elfb.sh: New file. User configurable emulation | |
3149 | (includes a memory.x script to define the ROM and RAM banks). | |
3150 | * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh: | |
3151 | New configuration files for support of Motorola 68hc11 | |
3152 | ||
c7c54483 AM |
3153 | 2000-06-15 Alan Modra <[email protected]> |
3154 | ||
3155 | * ldmain.c (main): Only change SEC_READONLY for final link. | |
3156 | ||
bcef29e6 L |
3157 | 2000-06-13 H.J. Lu <[email protected]> |
3158 | ||
3159 | * configure: Regenerate. | |
3160 | ||
946efd95 DB |
3161 | 2000-06-08 David O'Brien <[email protected]> |
3162 | ||
3163 | * configure.in (VERSION): Update to show this is the CVS mainline. | |
3164 | ||
57a6fd07 DB |
3165 | 2000-06-07 Michael Sokolov <[email protected]> |
3166 | ||
3167 | * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all | |
3168 | input objects to be ECOFF. | |
3169 | (check_sections): einfo takes %B, not %P, to print a BFD name. | |
3170 | ||
e06cae36 L |
3171 | 2000-06-05 Michael Matz <[email protected]> |
3172 | ||
3173 | * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in | |
d952f17a | 3174 | version scripts. |
e06cae36 | 3175 | |
d952f17a | 3176 | * ldlex.l (V_IDENTIFIER): Accept `::' in symbols. |
e06cae36 | 3177 | |
2f0b56c0 DC |
3178 | 2000-05-23 Marek Michalkiewicz <[email protected]> |
3179 | ||
3180 | * emulparams/avr1200.sh (STACK): Define as 0. | |
3181 | * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address. | |
3182 | * emulparams/avr4433.sh (STACK): Likewise. | |
3183 | * emulparams/avr44x4.sh (STACK): Likewise. | |
3184 | * emulparams/avr85xx.sh (STACK): Likewise. | |
3185 | * emulparams/avrmega103.sh (STACK): Likewise. | |
3186 | * emulparams/avrmega161.sh (STACK): Likewise. | |
3187 | * emulparams/avrmega603.sh (STACK): Likewise. | |
3188 | * scripttempl/elf32avr.sc (__data_start): Define for gcrt1. | |
3189 | (__stack): Define from ${STACK} for main(). | |
3190 | ||
2114f57b AM |
3191 | 2000-05-26 Alan Modra <[email protected]> |
3192 | ||
3193 | * Makefile.am: Update dependencies with "make dep-am" | |
3194 | * Makefile.in: Regenerate. | |
3195 | ||
5af11cab AM |
3196 | 2000-05-26 Eli Zaretskii <[email protected]> |
3197 | ||
3198 | * ldmain.c: Include filenames.h. | |
3199 | (set_scripts_dir): Support backslashes in program name. | |
3200 | ||
1f0df59a NC |
3201 | 2000-05-22 Igor Shevlyakov <[email protected]> |
3202 | ||
3203 | * ldmain.c (main): When deciding if ".text" section should be | |
50bbae35 AM |
3204 | read-only, don't forget to reset SEC_READONLY because it |
3205 | could be already set. | |
1f0df59a | 3206 | |
176355da NC |
3207 | 2000-05-22 Thomas de Lellis <[email protected]> |
3208 | ||
50bbae35 AM |
3209 | * ld.1: Add documentation for new command line option: |
3210 | --section-start <sectionname>=<sectionorg> | |
3211 | This is a generic version of -Ttext etc. which accepts | |
3212 | any section name as a parameter instead of just text/data/ | |
3213 | bss. | |
3214 | * ld.texinfo: More docs. | |
3215 | * NEWS: More docs. | |
3216 | * lexsup.c: (parse_args): Recognize new command line option. | |
176355da | 3217 | (ld_options): Add new option. |
50bbae35 | 3218 | |
8c5ff972 L |
3219 | 2000-05-18 H.J. Lu <[email protected]> |
3220 | ||
3221 | * lexsup.c (parse_args): `i' == `r', not `q'. | |
3222 | ||
3b16e843 | 3223 | 2000-05-18 Jeffrey A Law ([email protected]) |
0b76fe77 JL |
3224 | |
3225 | * configure.tgt (hppa*64*-*-*): Enable PA64 target. | |
3226 | ||
a712da20 NC |
3227 | 2000-05-17 S. Bharadwaj Yadavalli <[email protected]> |
3228 | Rick Gorton <[email protected]> | |
50bbae35 | 3229 | |
a712da20 NC |
3230 | Add support for '-q' == '--emit-relocs' switch. |
3231 | * ldmain.c (main): Default to false. | |
3232 | * lexsup.c (parse_args): Turn on emitrelocations flag if set. | |
3233 | * NEWS: Describe the emitrelocations switch. | |
3234 | * ld.texinfo: Describe the emitrelocations switch. | |
3235 | ||
690a460e NC |
3236 | 2000-05-16 Charles Wilson <[email protected]> |
3237 | ||
a2b64bed | 3238 | * emultempl/pe.em (_open_dynamic_archive): New function: Search |
690a460e NC |
3239 | the library path for "foo.dll" and "libfoo.dll" dynamic libraries |
3240 | before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo' | |
3241 | link options. | |
50bbae35 | 3242 | |
c2f1343c AM |
3243 | 2000-05-15 David O'Brien <[email protected]> |
3244 | ||
3245 | * lexsup.c (parse_args): Update the year in the copyright notice. | |
3246 | ||
897083bd AM |
3247 | 2000-05-13 Alan Modra <[email protected]> |
3248 | ||
3249 | * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain): | |
3250 | Replace defines with those from intl/libgettext.h to quieten gcc | |
3251 | warnings. | |
3252 | ||
cd4c806a L |
3253 | 2000-05-10 H.J. Lu <[email protected]> |
3254 | ||
3255 | * ldlang.c (open_input_bfds): Don't load the same file within | |
3256 | a group again if the whole archive has been loaded already. | |
3257 | ||
93697284 AM |
3258 | 2000-05-03 Alan Modra <[email protected]> |
3259 | ||
3260 | From Ulf Carlsson <[email protected]> and Andreas Jaeger <[email protected]> | |
3261 | * lexsup.c (set_section_start): Use bfd_scan_vma rather than | |
3262 | strtoul. | |
3263 | ||
3b16e843 | 3264 | 2000-05-01 Jim Wilson <[email protected]> |
ebd6fc29 | 3265 | |
99a4150f | 3266 | * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}. |
50bbae35 | 3267 | |
ebd6fc29 JW |
3268 | * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for |
3269 | host "ia64-*-linux-gnu*". | |
3270 | ||
a1934524 AM |
3271 | 2000-04-29 Andreas Jaeger <[email protected]> |
3272 | ||
3273 | * ld.h: Correctly check GCC version. | |
3274 | ||
3b16e843 | 3275 | 2000-04-25 Jeffrey A Law ([email protected]) |
730a39a0 JL |
3276 | |
3277 | * Makefile.am: Add PA64 support. Add missing dependencies for | |
3278 | PA32 elf support. | |
3279 | * Makefile.in: Rebuilt. | |
3280 | * configure.tgt: Add PA64 support (currently disabled). | |
3281 | ||
aea4bd9d AM |
3282 | 2000-04-25 Alan Modra <[email protected]> |
3283 | ||
3284 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete. | |
3285 | (output_rel_find): New function. | |
3286 | (hold_section, hold_use): Delete. | |
3287 | (hold_text, hold_rodata, hold_data, hold_bss, hold_rel, | |
3288 | hold_interp): Make local to place_orphan. | |
3289 | (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find | |
3290 | rather than place_section to find possible previous use of orphan. | |
3291 | Similarly find the place-holder output sections. Use returned | |
3292 | value from lang_enter_output_section_statement rather than calling | |
3293 | lang_output_section_statement_lookup. | |
3294 | * emultempl/armelf.em: Same here. | |
3295 | * emultempl/pe.em: Similar to above, but no need for output_rel_find. | |
3296 | ||
3297 | * ldlang.c (lang_enter_output_section_statement): Return output | |
3298 | section statement. | |
3299 | * ldlang.h (lang_enter_output_section_statement): Change | |
3300 | declaration too. | |
3301 | ||
3302 | * ldlang.h (lang_output_section_statement): Export it. | |
3303 | * ldlang.c (lang_output_section_statement): Ditto. | |
3304 | ||
2b5fc1f5 NC |
3305 | 2000-04-24 Nick Clifton <[email protected]> |
3306 | ||
3307 | * ld.texinfo (Output Section Data): Add note that section data | |
3308 | commands cannot appear outside of section directives. | |
3309 | ||
d8475ff6 JL |
3310 | 2000-04-2 Matthew Green <[email protected]> |
3311 | ||
3312 | * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support. | |
3313 | ||
3b16e843 NC |
3314 | 2000-04-21 Richard Henderson <[email protected]> |
3315 | David Mosberger <[email protected]> | |
800eeca4 JW |
3316 | |
3317 | * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o. | |
3318 | (eelf64_ia64.c): New rule. | |
3319 | * Makefile.in: Rebuild. | |
3320 | * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets. | |
3321 | * emulparams/elf64_ia64.sh: New file. | |
50bbae35 | 3322 | |
c9637625 RH |
3323 | 2000-04-21 Richard Henderson <[email protected]> |
3324 | ||
3325 | * scripttempl/elfd30v.sc: Place .gcc_except_table. | |
3326 | ||
28ea9521 AM |
3327 | 2000-04-19 Alan Modra <[email protected]> |
3328 | ||
3329 | * dep-in.sed: Match space at start of file name, not at end. | |
3330 | ||
20d04697 L |
3331 | 2000-04-18 H.J. Lu <[email protected]> |
3332 | ||
3333 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call | |
3334 | lang_leave_output_section_statement () after calling | |
3335 | lang_enter_output_section_statement (). | |
3336 | * emultempl/armelf.em: Likewise. | |
3337 | ||
5ba47421 AM |
3338 | 2000-04-18 Alan Modra <[email protected]> |
3339 | ||
3340 | * emultempl/elf32.em (struct orphan_save): Add section field. | |
3341 | (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in | |
3342 | better order, and place first orphan section as we did before the | |
3343 | 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place. | |
3344 | Don't call make_bfd_section here, let wild_doit do the job for us. | |
3345 | Don't build a statement list when we'll only throw it away. | |
3346 | * emultempl/armelf.em: Ditto. | |
3347 | * emultempl/pe.em: Similarly. | |
3348 | ||
bdbe5705 GK |
3349 | 2000-04-14 Geoff Keating <[email protected]> |
3350 | ||
3351 | * scripttempl/elfppc.sc: Remove. | |
3352 | * emulparams/elf32ppc.sh: Use elf.sc. | |
3353 | * emulparams/elf32lppc.sh: Use elf.sc. | |
3354 | * emulparams/elf32ppclinux.sh: Use elf.sc. | |
3355 | * emulparams/elf32ppcsim.sh: New file. | |
3356 | * emulparams/elf32lppcsim.sh: New file. | |
3357 | * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim. | |
3358 | (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim. | |
3359 | * Makefile.in: Regenerate. | |
3360 | * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim. | |
3361 | ||
01cc8ff8 AM |
3362 | 2000-04-14 Alan Modra <[email protected]> |
3363 | ||
5ba47421 | 3364 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process |
01cc8ff8 | 3365 | ~SEC_ALLOC sections too. Init start address of debug sections. |
5ba47421 AM |
3366 | * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto. |
3367 | * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto. | |
01cc8ff8 AM |
3368 | Also set all relocateable section start addresses. |
3369 | ||
6c86c541 GK |
3370 | 2000-04-13 Geoff Keating <[email protected]> |
3371 | ||
3372 | * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections. | |
3373 | Add new BSS_PLT variable for when .plt need not be contained in | |
3374 | the file. Move _etext so that it is also after .fini, and provide | |
3375 | both etext and _etext with a leading underscore. Mark the start | |
3376 | and end of .sbss. | |
3377 | ||
6a345e87 AM |
3378 | 2000-04-12 Alan Modra <[email protected]> |
3379 | ||
3380 | * emultempl/elf32.em (struct orphan_save): New. | |
3381 | (hold_text, hold_rodata, hold_data, hold_bss, hold_rel, | |
3382 | hold_interp): Make them struct orphan_save. | |
3383 | (gld${EMULATION_NAME}_place_section): Modify for new hold_*. | |
3384 | (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to | |
3385 | the end of the relevant section list. Also add associated section | |
3386 | statements to the end of any previous orphan statements. | |
3387 | * emultempl/armelf.em: Similarly. | |
3388 | * emultempl/pe.em: Similarly. | |
3389 | ||
8be86746 AM |
3390 | 2000-04-11 Alan Modra <[email protected]> |
3391 | ||
3392 | * ld.texinfo (Simple Example): Remove extraneous paragraph. | |
3393 | ||
3b16e843 | 3394 | 2000-04-07 Andrew Cagney <[email protected]> |
50bbae35 | 3395 | |
a2d91340 | 3396 | * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add |
50bbae35 | 3397 | --enable-build-warnings option. |
a2d91340 AC |
3398 | * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. |
3399 | * Makefile.in, configure: Re-generate. | |
3400 | ||
41b49281 AM |
3401 | 2000-04-04 Alan Modra <[email protected]> |
3402 | ||
8ad3436c AM |
3403 | * po/ld.pot: Regenerate. |
3404 | ||
3405 | * lexsup.c (help): Restore translated part of bug string. | |
3406 | ||
41b49281 AM |
3407 | * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. |
3408 | (DEP): Quote when passing vars to sub-make. Add warning message | |
3409 | to end. | |
3410 | (DEP1): Rewrite for "gcc -MM". | |
3411 | (CLEANFILES): Add DEP2. | |
3412 | Update dependencies. | |
3413 | * Makefile.in: Regenerate. | |
3414 | ||
c20f4f8c AM |
3415 | 2000-04-03 Alan Modra <[email protected]> |
3416 | ||
3417 | * ld.h: #include "bin-bugs.h" | |
3418 | * lexsup.c (help): Use REPORT_BUGS_TO. | |
3419 | ||
adde6300 AM |
3420 | 2000-03-27 Denis Chertykov <[email protected]> |
3421 | ||
3422 | * configure.tgt (avr-*-*): New target support. | |
3423 | * Makefile.am: Likewise. | |
3424 | * scripttempl/elf32avr.sc: New script file. | |
3425 | * emulparams/avr1200.sh: New file. | |
3426 | * emulparams/avr23xx.sh: New file. | |
3427 | * emulparams/avr4433.sh New file. | |
3428 | * emulparams/avr44x4.sh New file. | |
3429 | * emulparams/avr85xx.sh New file. | |
3430 | * emulparams/avrmega103.sh New file. | |
3431 | * emulparams/avrmega161.sh New file. | |
3432 | * emulparams/avrmega603.sh New file. | |
3433 | * Makefile.in: Regenerate. | |
3434 | ||
9282ff41 L |
3435 | 2000-03-09 Andreas Jaeger <[email protected]> |
3436 | ||
3437 | * Makefile.am (check-DEJAGNU): Also unset LANG. | |
3438 | * Makefile.in: Rebuild. | |
3439 | ||
a9998805 ILT |
3440 | 2000-03-06 Ian Lance Taylor <[email protected]> |
3441 | ||
3442 | * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty | |
3443 | archive. | |
3444 | ||
f9bc20e7 NC |
3445 | 2000-03-02 H.J. Lu <[email protected]> |
3446 | ||
3447 | * emulparams/elf32mcore.sh: Include "getopt.h". | |
3448 | ||
4e277b38 ILT |
3449 | 2000-03-01 Ian Lance Taylor <[email protected]> |
3450 | ||
3451 | * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware. | |
3452 | ||
f0c87f88 NC |
3453 | 2000-03-01 H.J. Lu <[email protected]> |
3454 | ||
3455 | * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR. | |
3456 | * emulparams/shpe.sh: Likewise. | |
3457 | ||
3458 | 2000-03-01 Nick Clifton <[email protected]> | |
3459 | ||
3460 | * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED | |
3461 | to unused parameters. | |
3462 | ||
3463 | * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static | |
3464 | functions only used by DLL code. | |
3465 | (_place_orphan): Initialise 'dollar'. | |
3466 | ||
b6f29aaa L |
3467 | 2000-03-01 H.J. Lu <[email protected]> |
3468 | ||
3469 | * ldmain.c (undefined_symbol): Take one more arg, fatal, to | |
3470 | indicate if the undefined symbol is a fatal error or not. | |
3471 | Don't delete the output file if "fatal" is false. | |
3472 | ||
af28fce3 L |
3473 | 2000-02-29 H.J. Lu <[email protected]> |
3474 | ||
50bbae35 | 3475 | * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". |
af28fce3 L |
3476 | Set LC_COLLATE and LC_ALL to null and export them. It is for |
3477 | sort which expects the C locale. | |
3478 | Add $(LIBS) to all $(HOSTING_LIBS). | |
3479 | * Makefile.in: Rebuild. | |
3480 | ||
40d109bf AM |
3481 | 2000-02-29 Alan Modra <[email protected]> |
3482 | ||
3483 | * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em, | |
3484 | beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em, | |
3485 | linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em} | |
3486 | (ld_emulation_xfer_struct): Add missing NULL initialiser for | |
3487 | find_potential_libraries. | |
3488 | ||
db5be682 JB |
3489 | 2000-02-28 Jim Blandy <[email protected]> |
3490 | ||
3491 | * ldgram.y (exclude_name_list): Don't require a comma to separate | |
50bbae35 | 3492 | list entries; the lexer considers commas to be valid part of a |
db5be682 JB |
3493 | filename, so in something like `foo, bar' the comma is considered |
3494 | part of the first filename, `foo,'. | |
3495 | * ld.texinfo: Update section on EXCLUDE_FILE lists. | |
3496 | ||
3558ff4c ILT |
3497 | 2000-02-27 Loren J. Rittle <[email protected]> |
3498 | ||
3499 | * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for | |
3500 | host "i[3456]86-*-freebsdelf*". | |
3501 | ||
4eee2681 ILT |
3502 | 2000-02-27 Mark Elbrecht <[email protected]> |
3503 | ||
3504 | * scripttempl/i386go32.sc: Move misplaced semicolons. | |
3505 | ||
8d75d12d ILT |
3506 | 2000-02-25 Ian Lance Taylor <[email protected]> |
3507 | ||
3508 | * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o. | |
3509 | (ALL_64_EMULATIONS): Remove eelf64hppa.o. | |
3510 | (eelf64hppa.c, ehppaelf.c): Remove targets. | |
3511 | * Makefile.in: Rebuild. | |
3512 | ||
a1836d49 AO |
3513 | 2000-02-25 Alexandre Oliva <[email protected]> |
3514 | ||
ad51fb57 AO |
3515 | * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on |
3516 | GNU/Linux/sparc, but keep the default as 32. | |
3517 | ||
a1836d49 AO |
3518 | * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make |
3519 | it default if sparcv9 or sparc64. | |
3520 | ||
344a211f NC |
3521 | 2000-02-24 Nick Clifton <[email protected]> |
3522 | ||
3523 | * Makefile.am: Add rules to build emipspe.o and earmpe.o. | |
3524 | * Makefile.in: Regenerate. | |
3525 | * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe. | |
3526 | ||
3527 | * ldemul.h (ld_emulation_xfer_struct): Add new field: | |
3528 | find_potential_libraries. | |
3529 | * ldemul.c (ldemul_find_potential_libraries): New function. | |
3530 | ||
3531 | * ldfile.c (ldfile_open_file_search): Allow function to be | |
50bbae35 | 3532 | exported. |
344a211f NC |
3533 | (ldfile_open_file): Call ldemul_find_potential_libraries. |
3534 | * ldfile.h: Add prototype for ldfile_open_file_search. | |
3535 | ||
3536 | * pe-dll.c: Add support for ARM, MIPS and SH targets. | |
3537 | ||
3538 | * emulparams/mipspe.sh: New file. Parameters for mips-pe target. | |
3539 | * emulparams/shpe.sh: New file. Parameters for sh-pe target. | |
3540 | ||
3541 | * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs. | |
3542 | (gld_X_find_potential_libraries): New function. Search for | |
3543 | libraries called "*.lib". | |
3544 | ||
a2b64bed | 3545 | * scripttempl/pe.sc: Add .pdata section. |
344a211f | 3546 | |
eaba1dd3 RH |
3547 | 2000-02-23 Richard Henderson <[email protected]> |
3548 | ||
3549 | * scripttempl/elfd10v.sc: Remove dynamic linking hooks. | |
3550 | Add and use memory regions. | |
3551 | ||
5b93d8bb AM |
3552 | 2000-02-23 Linas Vepstas ([email protected]) |
3553 | ||
3554 | * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New. | |
3555 | ||
3556 | * Makefile.am: Add support for Linux/IBM 370. | |
3557 | * configure.tgt: Likewise. | |
3558 | ||
3559 | * Makefile.in: Regenerate. | |
3560 | ||
f6af82bd AM |
3561 | 2000-02-21 Alan Modra <[email protected]> |
3562 | ||
3563 | * ldlang.c (print_input_section, print_data_statement, | |
3564 | print_reloc_statement, print_padding_statement, insert_pad, | |
3565 | size_input_section, lang_check_section_addresses, | |
3566 | lang_size_sections, lang_do_assignments, lang_set_startof, | |
50bbae35 | 3567 | lang_one_common): Change `opb' to unsigned. |
f6af82bd AM |
3568 | (lang_do_assignments): Also change `size' to unsigned. |
3569 | ||
9e673ad1 RH |
3570 | 2000-02-16 Richard Henderson <[email protected]> |
3571 | ||
3572 | * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. | |
3573 | ||
562d3460 TW |
3574 | 2000-02-16 Timothy Wall <[email protected]> |
3575 | ||
3576 | * mri.c (mri_draw_tree): Add default LMA region argument to call | |
3577 | to lang_leave_output_section_statement. | |
3578 | * ldlang.h: Update prototypes with LMA region arguments. | |
3579 | * ldlang.c (lang_size_sections): Encapsulate region bounds | |
3580 | checking in os_check_region call. | |
3581 | (os_check_region): New function. | |
3582 | (lang_output_section_statement_lookup): Initialize lma_region. | |
3583 | (lang_leave_output_section_statement): Add LMA region argument. | |
3584 | (lang_leave_overlay): Ditto. | |
3585 | * ldgram.y: Handle LMA region syntax. | |
3586 | * ld.texinfo (Output Section Description): Describe LMA region usage. | |
3587 | * emultempl/armelf.em (gld$place_orphan): Add default value for | |
01cc8ff8 | 3588 | lma region in call to lang_leave_output_section_statement. |
562d3460 | 3589 | * emultempl/elf32.em (gld$place_orphan): Add default value for |
01cc8ff8 | 3590 | lma region in call to lang_leave_output_section_statement. |
562d3460 | 3591 | * emultempl/pe.em (gld$place_orphan): Add default value for |
01cc8ff8 | 3592 | lma region in call to lang_leave_output_section_statement. |
50bbae35 AM |
3593 | |
3594 | ||
9e4ed18c TW |
3595 | 2000-02-04 Timothy Wall <[email protected]> |
3596 | ||
3597 | * ldlang.c (lang_check_section_addresses): Use bytes instead of | |
3598 | octets when calculating section end addresses. | |
3599 | ||
32edc927 TW |
3600 | 2000-02-04 Timothy Wall <[email protected]> |
3601 | ||
3602 | * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation. | |
3603 | ||
4cbfc3ac TW |
3604 | 2000-02-03 Timothy Wall <[email protected]> |
3605 | ||
a2b64bed | 3606 | * ldexp.c (fold_name): Make SIZEOF operator return byte count, not |
4cbfc3ac | 3607 | octet count. |
a2b64bed | 3608 | * ldlang.c (print_input_section, print_data_statement, |
4cbfc3ac TW |
3609 | print_reloc_statement, print_padding_statement): Print target |
3610 | address values and section sizes as bytes, not octets. | |
3611 | (insert_pad) Calculate padding size in octets, and adjust "dot" | |
3612 | by bytes. | |
3613 | (size_input_section) Always adjust "dot" by bytes, not octets. | |
3614 | (lang_check_section_addresses, lang_do_assignments) Adjust | |
3615 | "dot" by bytes, not octets. Use the larger of the directive size | |
3616 | or octets_per_byte for the number of octets actually allocated in | |
3617 | the output section. | |
3618 | (lang_set_startof) Make sure STARTOF returns a target address. | |
3619 | (lang_one_common) Record size changes in octets. | |
3620 | (lang_abs_symbol_at_end_of) Section end symbol's value is | |
3621 | recorded in target bytes. | |
3622 | * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc. | |
3623 | to be clear about behavior when an octet is smaller than one byte. | |
50bbae35 | 3624 | |
305c7206 AM |
3625 | 2000-01-27 Alan Modra <[email protected]> |
3626 | ||
3627 | * ldcref.c (output_cref): Don't pass message strings to printf | |
3628 | as format arg. | |
3629 | Update copyright. | |
3630 | ||
3631 | * ldmisc.c (vfinfo): Same here. | |
3632 | Update copyright. | |
3633 | ||
e1c47aa4 AM |
3634 | 2000-01-23 Alan Modra <[email protected]> |
3635 | ||
3636 | * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em, | |
3637 | generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em, | |
3638 | mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct): | |
3639 | Add missing NULL initialisers, and comments. | |
3640 | ||
3641 | * testsuite/ld-srec/sr3.cc (__rethrow): New. | |
3642 | ||
13392b77 NC |
3643 | 2000-01-21 Nick Clifton <[email protected]> |
3644 | ||
3645 | * ldlang.c (lang_size_sections): Fix typo in comment. | |
3646 | ||
cce4c4c5 NC |
3647 | 2000-01-18 H.J. Lu <[email protected]> |
3648 | ||
3649 | * ldlang.c (lang_size_sections): Also update the current | |
3650 | address of a region if the SEC_NEVER_LOAD bit is not set. | |
3651 | ||
0decc840 NC |
3652 | 2000-01-10 Philip Blundell <[email protected]> |
3653 | ||
3654 | * configure.tgt (arm*-*-conix*): New target. | |
3655 | ||
4e53152f NC |
3656 | 2000-01-07 Nick Clifton <[email protected]> |
3657 | ||
3658 | * ld.texinfo (Options): Remind users to preceed linker command | |
fa19fce0 NC |
3659 | line switches with -Wl, (or whatever is appropriate) if it is |
3660 | being invoked by a comnpiler driver program. | |
50bbae35 | 3661 | Fix description of the behaviour of the -n command line switch. |
4e53152f | 3662 | |
3b16e843 | 3663 | 2000-01-05 Catherine Moore <[email protected]> |
18625d54 CM |
3664 | |
3665 | * ld.h (wildcard_spec): Change exclude_name to exclude_name_list. | |
3666 | (name_list): New. | |
3667 | * ld.texinfo (EXCLUDE_FILE): Update documentation. | |
3668 | * ldgram.y (wildcard_spec): Support a list of excluded_files. | |
3669 | (exclude_name_list): New. | |
3670 | ldlang.c (walk_wild_section): Support list of excluded files. | |
3671 | (print_wild_statement): Likewise. | |
3672 | (lang_add_wild): Likewise. | |
3673 | * ldlang.h (lang_wild_statement_type): Likewise. | |
3674 | * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support. | |
6ddeca85 | 3675 | |
5aaace27 NC |
3676 | 2000-01-04 Mumit Khan <[email protected]> |
3677 | ||
870df5dc NC |
3678 | * pe-dll.c (pe_dll_warn_dup_exports): New variable. |
3679 | (process_def_file): Use. | |
3680 | (pe_dll_compat_implib): New variable. | |
3681 | (make_one): Use. | |
50bbae35 | 3682 | |
870df5dc NC |
3683 | * pe-dll.h: Add exports of pe_dll_warn_dup_exports and |
3684 | pe_dll_compat_implib. | |
50bbae35 AM |
3685 | |
3686 | * emultempl/pe.em (longopts): Add warn-duplicate-exports and | |
870df5dc NC |
3687 | compat-implib options. |
3688 | (gld_${EMULATION_NAME}_list_options): List new options. | |
3689 | (gld_${EMULATION_NAME}_parse_args): Handle. | |
3690 | ||
50bbae35 | 3691 | * pe-dll.c (pe_dll_generate_implib): Use the correct name for output |
5aaace27 | 3692 | dll. |
50bbae35 AM |
3693 | |
3694 | * deffilep.y (opt_name): Allow "." in name. | |
5aaace27 | 3695 | |
2f6d2f85 | 3696 | For older changes see ChangeLog-9899 |
252b5132 RH |
3697 | \f |
3698 | Local Variables: | |
3699 | mode: change-log | |
3700 | left-margin: 8 | |
3701 | fill-column: 74 | |
3702 | version-control: never | |
3703 | End: |