]>
Commit | Line | Data |
---|---|---|
d6644919 NC |
1 | Fri Nov 20 13:06:49 1998 Nick Clifton <[email protected]> |
2 | ||
3 | * ldmisc.c (vfinfo): Cope with empty symbol names. | |
4 | ||
51142ebc NC |
5 | Thu Nov 19 13:31:15 1998 Nick Clifton <[email protected]> |
6 | ||
7 | * scripttempl/pe.sc: Add provision of '_end' symbol. | |
8 | ||
040c9024 GN |
9 | Wed Nov 18 18:18:43 1998 Geoffrey Noer <[email protected]> |
10 | ||
11 | * configure.tgt: change refs from cygwin32* to cygwin*. | |
27c12d61 GN |
12 | * aclocal.m4: regenerate |
13 | * configure.in: don't need to call AM_CYGWIN32. | |
14 | * configure: regenerate | |
040c9024 | 15 | |
d3ca9a53 DD |
16 | Mon Nov 16 22:14:07 1998 DJ Delorie <[email protected]> |
17 | ||
18 | * emultempl/pe.em (gld_i386_finish): generate import library | |
19 | * deffile.h: add hint member. | |
20 | * pe-dll.c (pe_dll_generate_implib): New function with helpers; | |
21 | generates the import library directly from the export table. | |
22 | (fill_edata): remember the actual hint for the import library. | |
23 | ||
d66300ea ILT |
24 | Sat Nov 14 14:36:24 1998 Ian Lance Taylor <[email protected]> |
25 | ||
26 | * ld.1: Some cleanups from NOKUBI Hirotaka <[email protected]>. | |
27 | ||
e102ec48 DB |
28 | Thu Nov 12 19:21:57 1998 Dave Brolley <[email protected]> |
29 | ||
30 | * po/ld.pot: Regenerated. | |
31 | * po/POTFILES.in: Regenerated. | |
32 | * configure: Regenerated. | |
33 | * aclocal.m4: Regenerated. | |
34 | * Makefile.in: Regenerated. | |
35 | ||
b138a74d DD |
36 | Wed Nov 11 18:10:15 1998 DJ Delorie <[email protected]> |
37 | ||
38 | * pe-dll.c (generate_reloc): don't output PE relocs for sections | |
39 | that won't be loaded. | |
40 | ||
a18b9a3d DD |
41 | Wed Nov 11 13:44:54 1998 DJ Delorie <[email protected]> |
42 | ||
43 | * pe-dll.c (fill_edata): don't strip underscores | |
44 | ||
a6ae89f7 DD |
45 | Tue Nov 10 21:28:19 1998 DJ Delorie <[email protected]> |
46 | ||
47 | * ld.texinfo: added i386pe option summary | |
48 | ||
e2586bc8 DD |
49 | Tue Nov 10 17:53:17 1998 DJ Delorie <[email protected]> |
50 | ||
51 | * pe-dll.c (process_def_file): properly note undefined exported | |
52 | symbols, clean up old code. | |
53 | (pe_dll_generate_def_file): don't crash if pe_def_file is NULL | |
54 | * emultempl/pe.em (gld_i386_parse_args): add | |
55 | (en/dis)able-stdcall-fixups | |
56 | (pe_fixup_stdcalls): warn about stdcall fixups | |
57 | (gld_i386_unrecognized_file): make exported symbols undefs so that | |
58 | archive members get pulled in | |
59 | ||
fa718276 CM |
60 | Tue Nov 10 14:50:51 1998 Catherine Moore <[email protected]> |
61 | ||
62 | * scripttempl/elfd10v.sc: Add KEEP attribute to .init, | |
63 | .fini, .dtors and .ctors. Add .data and .text | |
64 | wildcards to support section garbage collection. | |
65 | ||
a3606134 DD |
66 | Mon Nov 9 22:52:50 1998 DJ Delorie <[email protected]> |
67 | ||
68 | * deffilep.y: properly handle relocs with multiple def_files, | |
69 | cache import module names | |
70 | ||
91c7ad9a DD |
71 | Mon Nov 9 22:44:58 1998 DJ Delorie <[email protected]> |
72 | ||
73 | * pe-dll.c (process_def_file): don't assume exports won't move | |
74 | during a realloc | |
75 | ||
eb8061bf DD |
76 | Mon Nov 9 16:41:30 1998 DJ Delorie <[email protected]> |
77 | ||
78 | * pe-dll.c: New file; direct support for PE DLLs | |
79 | * deffile.h: New file; direct support for PE DLLs | |
80 | * deffilep.y: New file; direct support for PE DLLs | |
81 | * emultempl/pe.em: add direct support for PE DLLs | |
82 | * configure.tgt: allow target-specific extra files | |
83 | * configure.in: allow target-specific extra files | |
8550b2d7 DD |
84 | * ldlang.c (lang_add_assignment): return the assignment so that |
85 | one can change the value later based on the object files (pe-dll | |
86 | DEF files do this) | |
eb8061bf | 87 | * ldint.texinfo: add section for emulation walkthrough |
8550b2d7 | 88 | * Makefile.am: add new files and target-specific extra files |
854d50bd DD |
89 | * emultempl/pe.em (gld_i386_list_options): list dll-specific |
90 | options. | |
69c4fd86 DD |
91 | * pe-dll.c (process_def_file): auto-export everything if |
92 | nothing is otherwise exported. | |
8550b2d7 | 93 | |
7192be38 NC |
94 | Wed Nov 4 16:39:18 1998 Nick Clifton <[email protected]> |
95 | ||
96 | * Makefile.am: Add support for FR30 target. | |
97 | * configure.tgt: Add support for FR30 target. | |
98 | * Makefile.in: Regenerate. | |
99 | * emulparams/fr30.sh: New file. | |
100 | * scripttemp/fr30.sc: New file. | |
101 | ||
eddbf20e CM |
102 | Mon Nov 2 14:47:15 1998 Catherine Moore <[email protected]> |
103 | ||
104 | * ldmain.c (main): Don't report error for dynamic links and | |
105 | --gc-sections. | |
106 | ||
8c811b9d UD |
107 | 1998-10-26 16:05 Ulrich Drepper <[email protected]> |
108 | ||
109 | * lexsup.c (ld_options): Change text of -O to Optimize output file". | |
110 | (parse_args): Set link_info.optimize based on -O argument. | |
111 | * ldmain.c (main): Initialize link_info.optimze to false. | |
112 | * ld.texinfo: Describe -O option. | |
113 | * ld.1: Likewise. | |
114 | ||
115 | Mon Oct 12 14:29:56 1998 Nick Clifton <[email protected]> | |
116 | ||
117 | * scripttempl/v850.sc: Move .sbss and .scommon sections into their | |
118 | own segment, so that they can be next to the .bss section and so | |
119 | initialised by the same piece of code. | |
120 | ||
710c8d2f CM |
121 | Fri Oct 9 15:59:52 1998 Catherine Moore <[email protected]> |
122 | ||
123 | * scripttempl/elf.sc: Merge .sdata.* etc sections. | |
124 | * ldctor.c (ldctor_build_sets): Set SEC_KEEP for | |
125 | ctor sections. | |
126 | ||
64923bb9 | 127 | Mon Oct 5 09:40:43 1998 Catherine Moore <[email protected]> |
8c811b9d UD |
128 | |
129 | * ldmain.c (main): Error if --gc-sections and | |
64923bb9 CM |
130 | dyanmic linking. |
131 | * scripttempl/v850.sc: Add KEEP attribute to .init, | |
132 | .fini, .dtors and .ctors. Add .data and .text | |
133 | wildcards to support section garbage collection. | |
134 | ||
8d3859c7 NC |
135 | Wed Sep 30 11:19:15 1998 Nick Clifton <[email protected]> |
136 | ||
137 | * scripttempl/v850.sc: Rename .call_table section to | |
138 | .call_table_data and create a new section called | |
8c811b9d | 139 | .call_table_text. |
8d3859c7 NC |
140 | |
141 | Sun Sep 20 00:43:26 1998 Ian Lance Taylor <[email protected]> | |
142 | ||
143 | * scripttempl/elf.sc: Add alignment at the end of the .bss | |
144 | section, so that it is included in the memsize of the segment. | |
145 | ||
146 | Fri Sep 18 13:42:42 1998 Catherine Moore <[email protected]> | |
147 | ||
148 | * emultempl/elf32.em (gld_place_orphan): Don't process for | |
149 | sections with SEC_EXCLUDE flag. | |
150 | ||
151 | Fri Sep 4 09:24:02 1998 Nick Clifton <[email protected]> | |
152 | ||
153 | * emulparams/d30velf.sh (TEXT_SIZE): Increased to 2000K. | |
154 | (DATA_SIZE): Increased to 2000K. | |
155 | ||
df775531 RH |
156 | Thu Sep 3 17:30:58 1998 Richard Henderson <[email protected]> |
157 | ||
158 | * emulparams/d10velf.sh (TEMPLATE_NAME): Use elf32. | |
159 | ||
7892a56c CM |
160 | Mon Aug 31 01:06:00 1998 Catherine Moore <[email protected]> |
161 | ||
162 | * Makefile.am: Change armelf.sc to elf.sc | |
163 | * Makefile.in: Regenerate. | |
164 | ||
dbfd71f9 | 165 | Mon Aug 31 11:12:04 1998 Catherine Moore <[email protected]> |
8c811b9d | 166 | |
4a634a0b CM |
167 | * emulparams/armelf.sh: Change SCRIPT_NAME to |
168 | elf. Change TEXT_START_ADDR to 0x8000. Define | |
169 | OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and | |
170 | OTHER_BSS_END_SYMBOLS. | |
8c811b9d | 171 | * scripttempl/elf.sc: Modify to use |
4a634a0b CM |
172 | OTHER_BSS_END_SYMBOLS. |
173 | * scripttempl/elfarm.sc: Remove file. | |
174 | ||
5cdcdb07 CM |
175 | Tue Aug 18 12:05:34 1998 Catherine Moore <[email protected]> |
176 | ||
177 | * emultempl/armelf.em (gld_armelf_before_allocation): | |
178 | Add bfd_ prefix to elf32_arm_process_before_allocation | |
179 | and elf32_arm_allocate_interworking_sections. | |
8c811b9d | 180 | (gld_armelf_after_open): Add bfd_ prefix to |
5cdcdb07 CM |
181 | elf32_arm_get_bfd_for_interworking. |
182 | ||
63bb5e9a ILT |
183 | Fri Aug 14 15:34:29 1998 Ian Lance Taylor <[email protected]> |
184 | ||
1e012223 ILT |
185 | * Makefile.am: Rebuild dependencies. |
186 | * Makefile.in: Rebuild. | |
187 | ||
63bb5e9a ILT |
188 | * ldgram.y: Include "ldctor.h". |
189 | (statement): Accept SORT around CONSTRUCTORS. | |
190 | * ldctor.c: Include <ctype.h>. | |
191 | (constructors_sorted): New global variable. | |
192 | (ctor_prio, ctor_cmp): New static functions. | |
193 | (ldctor_build_sets): Sort constructors if requested. | |
194 | * ldctor.h (constructors_sorted): Declare. | |
195 | * ldlang.c (print_statement): Print sorted CONSTRUCTORS | |
196 | correctly. | |
197 | * scripttempl/elf.sc: Add sort around CONSTRUCTORS. | |
198 | * ld.texinfo (Output Section Keywords): Document SORT | |
199 | (CONSTRUCTORS). | |
200 | ||
63bb5e9a | 201 | Thu Aug 13 12:20:39 1998 Catherine Moore <[email protected]> |
8c811b9d | 202 | |
63bb5e9a | 203 | * emulparams/armelf.sh: Define TEMPLATE_NAME to armelf. |
8c811b9d | 204 | * scripttempl/elfarm.sc: Include .glue_7t and .glue7 |
63bb5e9a ILT |
205 | sections. |
206 | * emultempl/armelf.em: New file. | |
8c811b9d | 207 | |
0ffa432e ILT |
208 | Thu Aug 13 12:52:45 1998 H.J. Lu <[email protected]> |
209 | ||
210 | * Makefile.am (ld.dvi): Use " instead of ' for MAKEINFO. | |
211 | * Makefile.in: Rebuild. | |
212 | ||
40c42313 DE |
213 | start-sanitize-sky |
214 | Wed Aug 12 16:30:29 1998 Doug Evans <[email protected]> | |
215 | ||
216 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set vma to 0 | |
217 | for .DVP.overlay.* for elf32elmip too. | |
218 | ||
219 | end-sanitize-sky | |
b3bd5b15 CM |
220 | Tue Aug 11 16:17:01 1998 Catherine Moore <[email protected]> |
221 | ||
222 | * scripttempl/elfarm.sc: Change text start address | |
223 | back to zero. | |
224 | ||
72eb7b53 JL |
225 | Tue Aug 11 10:01:12 1998 Jeffrey A Law ([email protected]) |
226 | ||
227 | * emulparms/mn10200.sh (MAX_PAGESIZE): Define to 1. | |
228 | * emulparms/mn10300.sh (MAX_PAGESIZE): Define to 1. | |
229 | ||
45834a73 CM |
230 | Sun Aug 9 20:31:27 1998 Catherine Moore <[email protected]> |
231 | ||
232 | * scripttempl/elfarm.sc: Set text start address to | |
233 | 0x8000. Add __bss_end definition. | |
234 | ||
020c70e9 CM |
235 | Sat Aug 1 11:47:37 1998 Catherine Moore <[email protected]> |
236 | ||
237 | * scripttempl/elfarm.sc: New file. | |
238 | * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm. | |
239 | ||
6e723af9 CM |
240 | Fri Jul 31 15:56:16 1998 Catherine Moore <[email protected]> |
241 | ||
242 | * emulparams/armelf.sh: New file. | |
243 | * configure.tgt: Recognize thumb-elf and arm-elf. | |
244 | * Makefile.am (earmelf.o): New. | |
245 | * Makefile.in: Rebuild. | |
246 | ||
f89e59e1 ILT |
247 | Fri Jul 24 12:00:57 1998 Ian Lance Taylor <[email protected]> |
248 | ||
6e723af9 CM |
249 | * Makefile.am (install-exec-local): Don't remove the file before |
250 | checking whether $(bindir) == $(tooldir)/bin. From Maciej | |
251 | W. Rozycki <[email protected]>. | |
252 | * Makefile.in: Rebuild. | |
253 | ||
f89e59e1 ILT |
254 | * configure.tgt: Recognize h8[35]00*-coff* as well as -hms*. |
255 | ||
bf00990e ILT |
256 | Thu Jul 23 11:15:12 1998 Ian Lance Taylor <[email protected]> |
257 | ||
258 | * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set | |
259 | alignment of end symbol. | |
260 | * scripttempl/elf.sc: Likewise. | |
261 | * emulparams/sun4.sh (ALIGNMENT): Define. | |
262 | * emulparams/elf32_sparc.sh (ALIGNMENT): Define. | |
263 | * ldint.texinfo (emulation parameters): Document ALIGNMENT. | |
264 | ||
265 | * lexsup.c (parse_args): Add missing break statement. | |
266 | ||
267 | * ldlang.c (lang_gc_sections_1): Add default case to switch to | |
268 | avoid warnings. | |
269 | ||
270 | start-sanitize-beos | |
271 | Tue Jul 14 15:42:17 1998 Richard Henderson <[email protected]> | |
272 | ||
273 | * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize. | |
274 | * Makefile.am (ei386beos.o): New. | |
275 | * emulparams/i386beos.sh: New file. | |
276 | * emultempl/beos.em, scripttempl/i386beos.sc: New file. | |
277 | ||
278 | end-sanitize-beos | |
279 | Tue Jul 14 15:35:42 1998 Richard Henderson <[email protected]> | |
280 | ||
281 | * lexsup.c: New option --version-exports-section. | |
282 | * ld.h (struct args_type): Add version_exports_section. | |
283 | * ldlang.c (lang_do_version_exports_section): New function. | |
284 | (lang_process): Call it. | |
285 | ||
1aa3ed3c ILT |
286 | Mon Jul 13 13:20:23 1998 Steve Chamberlain <[email protected]> |
287 | ||
288 | * ldlex.l: Accept ASSERT. | |
289 | * ldgram.y (exp): Add ASSERT_K case. | |
290 | * ldexp.h (node_type): Add etree_assert to node_class enum. | |
291 | (etree_type): Add assert_s field. | |
292 | (exp_assert): Declare. | |
293 | * ldexp.c (exp_fold_tree): Handle etree_assert. | |
294 | (exp_assert): New function. | |
295 | (exp_print_tree): Handle etree_assert. | |
296 | * ld.texinfo (Miscellaneous Commands): Document ASSERT. | |
297 | ||
e566cb38 ILT |
298 | Wed Jul 8 14:03:12 1998 Ian Lance Taylor <[email protected]> |
299 | ||
ae2a2f6c ILT |
300 | * ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid |
301 | conflicts with system header files. Change all uses. | |
302 | ||
e566cb38 ILT |
303 | * Makefile.am (MAINTAINERCLEANFILES): Define. |
304 | * Makefile.in: Rebuild. | |
305 | ||
3964a18a ILT |
306 | Tue Jul 7 18:03:22 1998 Ian Lance Taylor <[email protected]> |
307 | ||
308 | * Makefile.am (ldver.texi): New target. | |
309 | (ld.info, ld.dvi): Depend upon ldver.texi. | |
310 | * ld.texinfo: Include ldver.texi. Mention version number on title | |
311 | page and in top node. | |
312 | * Makefile.in: Rebuild. | |
313 | ||
53fc3515 ILT |
314 | Mon Jul 6 14:55:13 1998 Ian Lance Taylor <[email protected]> |
315 | ||
316 | * configure.tgt (i[3456]86-*-solaris*): New target. | |
317 | ||
b2529df1 ILT |
318 | Fri Jul 3 14:19:06 1998 Ian Lance Taylor <[email protected]> |
319 | ||
b58e666f ILT |
320 | * ldlang.c (wild_section): Don't get an assertion failure if the |
321 | section is discarded. | |
322 | ||
6ccce8e8 ILT |
323 | * scripttempl/pe.sc: Use SORT to sort sections appropriately. |
324 | * emultempl/pe.em (sort_by_file_name): Remove. | |
325 | (sort_by_section_name): Remove. | |
326 | (sort_sections_1, sort_sections): Remove. | |
327 | (gld_${EMULATION_NAME}_before_allocation): Don't call | |
328 | sort_sections. | |
329 | (hold_section, hold_section_name): New static variables. | |
330 | (hold_use, hold_text, hold_rdata, hold_data, hold_bss): Likewise. | |
331 | (gld_${EMULATION_NAME}_place_orphan): Rewrite. Look for a good | |
332 | place to put the section. Align the section. Sort the input | |
333 | sections by name. | |
334 | (gld_${EMULATION_NAME}_place_section): New static function. | |
335 | ||
336 | * ldlang.c (wild_sort): When sorting by file name, sort by archive | |
337 | name first. | |
338 | ||
5b6ca067 ILT |
339 | * emultempl/pe.em (set_pe_subsystem): Don't call |
340 | ldlang_add_undef. | |
341 | (gld_${EMULATION_NAME}_after_parse): New static function. | |
342 | (ld_${EMULATION_NAME}_emulation): Use new after_parse function | |
343 | rather than after_parse_default. | |
344 | ||
b2529df1 ILT |
345 | * ldgram.y (extern_name_list): Do not require symbols to be |
346 | separated by commas. | |
347 | (ifile_p1): Add EXTERN. | |
348 | * ldlex.l: Accept EXTERN in BOTH and SCRIPT mode as well as MRI | |
349 | mode. | |
350 | * ld.texinfo (Options): Mention that EXTERN is equivalent to -u. | |
351 | (Miscellaneous Commands): Document EXTERN. | |
352 | ||
71b012a8 RH |
353 | Wed Jul 1 19:40:34 1998 Richard Henderson <[email protected]> |
354 | ||
355 | * ld.h (args_type): Add gc_sections. | |
356 | * ldgram.y (ldgram_had_keep, KEEP): New. | |
357 | (input_section_spec_no_keep): Rename from old input_section_spec. | |
358 | (input_section_spec): New. Recognize KEEP. | |
359 | * ldlang.c (wild_section): Handle keep sections. | |
360 | (lang_gc_wild_section, lang_gc_wild_file, lang_gc_wild): New. | |
361 | (lang_gc_sections_1, lang_gc_sections): New. | |
362 | (lang_process): Invoke lang_gc_sections. | |
363 | (lang_add_wild): Add keep argument. Update all callers. | |
364 | * ldlang.h (lang_wild_statement_struct): Add keep_sections. | |
365 | * ldlex.l (KEEP): Match it. | |
366 | * ldmain.c (main): Error on -r and --gc-sections. | |
367 | * lexsup.c: Add --gc-sections. | |
368 | ||
369 | * scripttempl/elf.sc: Merge .text.* etc sections appropriately. | |
370 | Mark startup sections with KEEP. | |
371 | * scripttempl/elfppc.sc: Likewise. | |
372 | ||
373 | * ld.texinfo: Update for --gc-sections and KEEP. | |
374 | ||
375 | Wed Jul 1 15:21:20 1998 Ian Lance Taylor <[email protected]> | |
376 | ||
377 | From Peter Jordan <[email protected]>: | |
378 | * scripttempl/i386go32.sc: Correct constructor handling for -u. | |
379 | ||
83927540 ILT |
380 | Tue Jun 23 15:17:27 1998 Ian Lance Taylor <[email protected]> |
381 | ||
382 | * Makefile.am (install-data-local): Make ldscripts subdirectory. | |
383 | * Makefile.in: Rebuild. | |
384 | ||
385 | Tue Jun 23 15:17:04 1998 Mike Stump <[email protected]> | |
386 | ||
387 | * Makefile.am (install-exec-local): Don't let EXEEXT interfere | |
388 | with the program transform name. | |
389 | * Makefile.in: Rebuild. | |
390 | ||
e2ebb8ed JL |
391 | Sun Jun 21 23:55:16 1998 Jeffrey A Law ([email protected]) |
392 | ||
393 | * ld.texinfo: Note that -relax may make symbolic debugging | |
394 | impossible on some platforms. | |
395 | ||
396 | Tue Jun 16 12:51:13 1998 Geoff Keating <[email protected]> | |
397 | ||
398 | * Makefile.am (Makefile): Remove target. | |
399 | (config.status): New target. | |
400 | * Makefile.in: Rebuild. | |
401 | ||
402 | * configure.host (powerpc*-*-linux-gnu*): New host. | |
403 | ||
695bc2ee DE |
404 | Fri Jun 12 17:38:07 1998 Doug Evans <[email protected]> |
405 | ||
406 | * scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec. | |
7beb9138 DE |
407 | |
408 | * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Change top of | |
409 | stack to 8MB. | |
695bc2ee | 410 | |
7e419672 ILT |
411 | Fri Jun 12 19:33:17 1998 Ian Lance Taylor <[email protected]> |
412 | ||
413 | * Makefile.am (HFILES): Remove config.h. | |
414 | (EMULATION_OFILES, POTFILES): Move patch of May 14 from | |
415 | Makefile.in to Makefile.am. | |
416 | (earmcoff.c): Depend upon armcoff.em, not generic.em. | |
417 | * po/Make-in (all-yes): Correct misspelling in $(PACKAGE). | |
418 | ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT). | |
419 | * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild. | |
420 | ||
3d935b64 TT |
421 | Fri Jun 12 13:43:17 1998 Tom Tromey <[email protected]> |
422 | ||
423 | * po/Make-in (all-yes): If maintainer mode, depend on .pot file. | |
424 | ($(PACKAGE).pot): Unconditionally depend on POTFILES. | |
425 | ||
18993a68 NC |
426 | Tue Jun 9 09:36:48 1998 Nick Clifton <[email protected]> |
427 | ||
428 | * ldlang.c (lang_finish): Add CONST type modifier to declaration | |
429 | of 'send'. | |
430 | ||
bf86ea82 DE |
431 | start-sanitize-sky |
432 | Fri Jun 5 15:55:26 1998 Doug Evans <[email protected]> | |
433 | ||
434 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set vma to 0 | |
435 | for .DVP.overlay.*. | |
71dfb81d | 436 | * configure.tgt (dvp-*-*): Set targ_emul=elf32l5900. |
bf86ea82 DE |
437 | |
438 | end-sanitize-sky | |
b469b734 ILT |
439 | Fri Jun 5 18:19:59 1998 Ian Lance Taylor <[email protected]> |
440 | ||
441 | * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set | |
442 | config.has_shared to true. | |
443 | * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): | |
444 | Likewise. | |
445 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): | |
446 | Likewise. | |
447 | ||
d2256aeb ILT |
448 | Tue Jun 2 12:55:03 1998 Ian Lance Taylor <[email protected]> |
449 | ||
450 | * ldlang.c (lang_finish): If the entry symbol is not found, try | |
451 | parsing it as a number. | |
452 | * ld.texinfo (Options): Document this. | |
453 | ||
da713b8f ILT |
454 | Mon Jun 1 14:01:20 1998 Ian Lance Taylor <[email protected]> |
455 | ||
456 | * ld.texinfo (Input Section Wildcards): Document SORT keyword. | |
457 | ||
458 | Mon May 18 12:42:53 1998 Doug Evans <[email protected]> | |
459 | ||
460 | * ld.h (ld_config_type): New member has_shared. | |
461 | * ldmain.c (main): Initialize it. | |
462 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set it. | |
463 | * lexsup.c (parse_args): Treat -shared as error if not supported. | |
464 | ||
b4c61dc9 ILT |
465 | Mon May 18 13:14:43 1998 Ian Lance Taylor <[email protected]> |
466 | ||
467 | From Jason Merrill <[email protected]>: | |
468 | * ldlang.c (wild_sort): Correct order of sort. | |
469 | * scripttempl/elf.sc: Put *crtbegin.o before other .ctors and | |
470 | .dtors. | |
471 | * scripttempl/elfd10v.sc: Likewise. | |
b4c61dc9 | 472 | * scripttempl/elfd30v.sc: Likewise. |
b4c61dc9 ILT |
473 | * scripttempl/elfppc.sc: Likewise. |
474 | ||
26c7ca95 ILT |
475 | Fri May 15 00:22:35 1998 Ian Lance Taylor <[email protected]> |
476 | ||
477 | * ldlex.l: Recognize keyword SORT. | |
478 | * ldgram.y (current_file): Change to struct wildcard_spec. | |
479 | (%union): Add new fields cname and wildcard. | |
480 | (wildcard_name, wildcard_spec): New nonterminals. | |
481 | (file_NAME_list): Use wildcard_spec. | |
482 | (input_section_spec): Change current_file usage. | |
483 | * ld.h (struct wildcard_spec): Define. | |
484 | * ldlang.h (lang_wild_statement_struct): Add new fields | |
485 | sections_sorted and filenames_sorted. | |
486 | (lang_add_wild): Update declaration. | |
487 | * ldlang.c (wild_sort): New static function. | |
488 | (wild_section): Use wild_sort. | |
489 | (print_wild_statement): Print sorting information. | |
490 | (lang_add_wild): Add new parameters sections_sorted and | |
491 | filenames_sorted. Change all callers. | |
492 | * mri.c (mri_draw_tree): Update calls to lang_add_wild. | |
493 | * scripttempl/elf.sc: Sort .ctors.* and .dtors.* by section name. | |
494 | * scripttempl/elfd10v.sc: Likewise. | |
495 | * scripttempl/elfd30v.sc: Likewise. | |
496 | * scripttempl/elfppc.sc: Likewise. | |
497 | ||
5bb1a7be RH |
498 | Thu May 14 18:39:16 1998 Richard Henderson <[email protected]> |
499 | ||
500 | * emulparams/m32relf.sh (TEMPLATE_NAME): Define. | |
501 | ||
f0ba99a6 NC |
502 | Thu May 14 14:51:24 1998 Nick Clifton <[email protected]> |
503 | ||
504 | * ldemul.h: Add new prototype: ldemul_list_emulation_options. | |
505 | (ld_emulation_xfer_struct): Add new field: list_options. | |
506 | * ldemul.c (ldemul_list_options): New function. Call the | |
507 | list_options field of the ld_emulation_xfer_struct for each | |
508 | supported emulation, if such a function is present. | |
509 | * lexsup.c (help): Call ldemul_list_emulation_options. | |
8c811b9d | 510 | * emultempl/pe.em (gld_<>_list_options): New function. Describe |
f0ba99a6 NC |
511 | the pe emulation specific command line options. |
512 | * emultempl/armcoff.em (gld<>_list_options): New function. | |
513 | Describe the armcoff emulation specific command line options. | |
514 | ||
515 | * emultempl/pe.em: Add a new command line option: | |
516 | --support-old-code. | |
517 | * emultempl/armcoff.em: Ditto. | |
518 | * ld.texinfo: Document the --support-old-code option. | |
519 | ||
520 | * Makefile.in: Add emulation files for POTFILES.in target. | |
521 | * emultempl/pe.em: Internationalise suitable strings. | |
8c811b9d | 522 | * emultempl/armcoff.em: Internationalise suitable strings. |
f0ba99a6 | 523 | * po/POTFILES.in: Rebuilt. |
8c811b9d | 524 | |
f0ba99a6 NC |
525 | Sun May 10 22:36:30 1998 Jeffrey A Law ([email protected]) |
526 | ||
527 | * po/Make-in (install-info): New target. | |
528 | ||
529 | Tue Apr 28 19:18:30 1998 Tom Tromey <[email protected]> | |
530 | ||
531 | * ldmain.c (main): Conditionally call setlocale. | |
532 | * ld.h: Include <locale.h> if HAVE_LOCALE_H. | |
533 | (LC_MESSAGES): Now can be defined even when ENABLE_NLS. | |
534 | ||
bef28bc9 ILT |
535 | Mon Apr 27 11:56:21 1998 Ian Lance Taylor <[email protected]> |
536 | ||
5b10df4a ILT |
537 | * configure.in: Change version number to 2.9.4 |
538 | * configure: Rebuild. | |
539 | ||
6581c418 ILT |
540 | * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf. |
541 | ||
d091d2ab | 542 | Based on patch from H.J. Lu <[email protected]>: |
bef28bc9 ILT |
543 | * emultempl/elf32.em (global_vercheck_needed): New file static |
544 | variable. | |
545 | (global_vercheck_failed): New file static variable. | |
546 | (gld${EMULATION_NAME}_after_open): Check for shared libraries | |
547 | twice, once with force set to 0 and once with it set to 1. | |
548 | (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter. | |
549 | Change all callers. | |
550 | (gld${EMULATION_NAME}_search_needed): Likewise. | |
551 | (gld${EMULATION_NAME}_try_needed): Likewise. If not force, check | |
552 | whether the libraries needs any incompatible versions. | |
553 | (gld${EMULATION_NAME}_vercheck): New static function. | |
554 | ||
560270b7 TT |
555 | Wed Apr 22 16:01:35 1998 Tom Tromey <[email protected]> |
556 | ||
557 | * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir). | |
558 | ||
f8a86f8f ILT |
559 | Wed Apr 22 12:40:56 1998 Ian Lance Taylor <[email protected]> |
560 | ||
f3b96ecc ILT |
561 | * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when |
562 | invoking runtest. | |
563 | * Makefile.in: Rebuild. | |
564 | ||
565 | * lexsup.c (parse_args): Change -l options into --library options | |
566 | to avoid confusion between -li and -library. | |
567 | ||
f8a86f8f ILT |
568 | * ld.texinfo (MEMORY): Clarify use of >REGION. |
569 | ||
8bc8f4bc TT |
570 | Tue Apr 21 23:12:40 1998 Tom Tromey <[email protected]> |
571 | ||
572 | * Many files: Added gettext invocations around user-visible | |
573 | strings. | |
574 | * ld.h: Added gettext-related includes and defines. | |
575 | * ldmain.c: Call setlocale, bindtextdomain, textdomain. | |
576 | * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, | |
577 | HAVE_LC_MESSAGES): Define. | |
578 | * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and | |
579 | po/Makefile. Use AM_PROG_LEX. | |
580 | (TDIRS): AC_SUBST early on, to avoid having value split when it | |
581 | happens to cross line 90 of the generated sed script. | |
582 | * Makefile.am (SUBDIRS): New macro. | |
583 | (POTFILES): Likewise. | |
584 | (po/POTFILES.in): New target. | |
585 | (ld_new_LDADD): Added INTLLIBS. | |
586 | (ld_new_DEPENDENCIES): Added INTLDEPS. | |
587 | * po/Make-in, po/POTFILES.in, po/gas.pot: New files. | |
588 | ||
36a8f215 ILT |
589 | Tue Apr 21 23:07:07 1998 Ian Lance Taylor <[email protected]> |
590 | ||
591 | * ld.texinfo (Simple Example): Rewrite a few things as suggested | |
592 | by Nick Clifton <[email protected]>. | |
593 | (PROVIDE): Likewise. | |
594 | ||
5de921b8 NC |
595 | Tue Apr 21 09:55:06 1998 Nick Clifton <[email protected]> |
596 | ||
597 | * emultempl/pe.em: Rename external arm interworking functions | |
598 | to conform to BFD naming conventions. Add code to _after_open() | |
599 | function to obtain a bfd for use by the interworking code. | |
600 | ||
601 | * emultempl/armcoff.em: Rename external arm interworking functions | |
602 | to conform to BFD naming conventions. Add new _after_open() | |
603 | function to obtain a bfd for use by the interworking code. | |
604 | ||
605 | Sun Apr 19 19:23:09 1998 Richard Henderson <[email protected]> | |
606 | ||
607 | * ldlang.c (lang_size_sections) [case lang_assignment_statement_enum]: | |
608 | Update dot and the default memory section even when relaxing. | |
609 | ||
79cee2b7 RH |
610 | Sat Apr 18 18:41:12 1998 Richard Henderson <[email protected]> |
611 | ||
612 | * ldlang.c (lang_one_common): Manipulate the section's cooked size | |
613 | rather than its raw size. | |
614 | ||
55ca0ccb ILT |
615 | Tue Apr 7 13:35:29 1998 H.J. Lu <[email protected]> |
616 | ||
617 | * configure.in (TESTBFDLIB): New. Defined and substituted. | |
618 | * Makefile.am (TESTBFDLIB): Changed to @TESTBFDLIB@. | |
619 | * configure, Makefile.in: Rebuild. | |
620 | ||
83a33a21 ILT |
621 | Mon Apr 6 15:33:39 1998 Ian Lance Taylor <[email protected]> |
622 | ||
623 | * Makefile.am (ld.info): Invoke makeinfo with -I options directly | |
624 | rather than relying on default rule. Don't depend upon | |
625 | bfdsumm.texi. | |
626 | (ld.dvi): Likewise. | |
627 | (bfdsumm.texi): Remove target. | |
628 | (CLEANFILES): Take bfdsumm.texi out of value. | |
629 | * Makefile.in: Rebuild. | |
630 | ||
2a08e1de ILT |
631 | Sun Apr 5 13:07:57 1998 Ian Lance Taylor <[email protected]> |
632 | ||
633 | * scripttempl/pe.sc: Use shell variables to avoid depending upon | |
634 | how $ is handled when expanding a shell substitution. | |
635 | ||
af54556a ILT |
636 | Fri Apr 3 00:56:50 1998 Ian Lance Taylor <[email protected]> |
637 | ||
193bbe85 ILT |
638 | * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum. |
639 | (DISTCLEANFILES): Add site.exp and site.bak. | |
640 | * Makefile.in: Rebuild. | |
641 | ||
3c68cb41 ILT |
642 | * configure.in: Put the tdirs in a file and use AC_SUBST_FILE, |
643 | rather than in a shell variable and using AC_SUBST. | |
644 | * Makefile.am (DISTCLEANFILES): Remove ldscripts. Add tdirs. | |
645 | (distclean-local): New target. | |
646 | * configure, Makefile.in: Rebuild. | |
647 | ||
af54556a ILT |
648 | * ld.texinfo: Completely rewrite linker script documentation. |
649 | ||
650 | Mon Mar 30 12:47:33 1998 Ian Lance Taylor <[email protected]> | |
651 | ||
652 | * configure.in: Set version to 2.9.1. | |
653 | * configure: Rebuild. | |
654 | ||
655 | * Branched binutils 2.9. | |
656 | ||
26c61946 ILT |
657 | Sat Mar 28 16:48:19 1998 Ian Lance Taylor <[email protected]> |
658 | ||
437a04cb ILT |
659 | * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir. |
660 | (mostlyclean-local): New target to remove tmpdir. | |
661 | * Makefile.in: Rebuild. | |
662 | ||
26c61946 ILT |
663 | Fix some gcc -Wall warnings: |
664 | * ldcref.c (output_cref): Add casts to avoid warnings. | |
665 | * ldfile.c (ldfile_add_arch): Likewise. | |
666 | * ldlang.c (lang_leave_overlay_section): Likewise. | |
667 | * lexsup.c (OPTION_COUNT): Likewise. | |
668 | (parse_args): Likewise. | |
669 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): | |
670 | Likewise. | |
671 | * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Likewise. | |
672 | * ldlang.c (lang_check): Initialize variables to avoid warnings. | |
673 | * ldwrite.c (build_link_order): Likewise. | |
674 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Likewise. | |
675 | * emultempl/armcoff.em (gld${EMULATION_NAME}_before_allocation): | |
676 | Remove unused variables. | |
677 | ||
678 | * Makefile.am (MOSTLYCLEANFILES): Correct name (was | |
679 | MOSTCLEANFILES). | |
680 | * Makefile.in: Rebuild. | |
681 | ||
c8e8b829 ILT |
682 | Fri Mar 27 16:39:25 1998 Ian Lance Taylor <[email protected]> |
683 | ||
684 | * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Put | |
685 | ARM code inside ifdef TARGET_IS_armpe. | |
686 | ||
9216fffa ILT |
687 | Wed Mar 25 11:34:13 1998 Ian Lance Taylor <[email protected]> |
688 | ||
51b9a79b ILT |
689 | Based on patch from H.J. Lu <[email protected]>: |
690 | * Makefile.am (LDDISTSTUFF): New variable. | |
691 | (diststuff): New target. | |
692 | * Makefile.in: Rebuild. | |
693 | ||
9216fffa ILT |
694 | * scripttempl/pe.sc: Only include .idata\$[0-7] in .idata when |
695 | relocating. | |
696 | ||
3535c3c0 NC |
697 | Tue Mar 24 15:59:29 1998 Nick Clifton <[email protected]> |
698 | ||
699 | * scripttempl/pe.sc (.text): Add .glue_7 and .glue_7t sections to | |
700 | hold Arm/Thumb stubs. | |
701 | ||
702 | * emultempl/pe.em (gld_pe_before_allocation): Call | |
703 | arm_process_before_allocation (for ARM/Thumb targets) in order to | |
704 | gather interworking stb information. | |
705 | ||
a096e9b7 ILT |
706 | Mon Mar 23 18:54:15 1998 Joel Sherrill <[email protected]> |
707 | ||
708 | * configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF. | |
709 | ||
710 | Fri Mar 20 19:17:13 1998 Ian Lance Taylor <[email protected]> | |
711 | ||
712 | * aclocal.m4, configure: Rebuild with libtool 1.2. | |
713 | ||
155d9cc4 GN |
714 | Thu Mar 19 14:54:45 1998 Geoffrey Noer <[email protected]> |
715 | ||
716 | * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy | |
717 | section to avoid copying certain data on fork. The linker used to | |
718 | include this between __data_start__ and __data_end__, but that | |
719 | breaks building the cygwin32 dll. The fix is to rename the | |
720 | section ".data_cygwin_nocopy" and explictly include it after | |
721 | __data_end__. | |
722 | ||
c21f1da3 NC |
723 | Wed Mar 18 09:42:24 1998 Nick Clifton <[email protected]> |
724 | ||
725 | * configure.tgt (targ_extra_emuls): Add thumb-pe target. | |
726 | ||
727 | Sun Mar 8 23:34:14 1998 Stan Cox <[email protected]> | |
728 | ||
729 | * configure.tgt (sparclite*-*-elf): Added. | |
730 | ||
7cdb3e27 GRK |
731 | start-sanitize-vr4320 |
732 | Tue Mar 3 11:16:35 1998 Gavin Koch <[email protected]> | |
733 | ||
734 | * configure.tgt (mips*vr4320el-*-elf*,mips*vr4320-*-elf*): Added. | |
735 | ||
736 | end-sanitize-vr4320 | |
3a0d0c15 MM |
737 | Mon Mar 2 19:24:08 1998 Michael Meissner <[email protected]> |
738 | ||
739 | * ldlang.c (lang_size_sections): If the default memory region is | |
740 | *default*, see if there is a memory region that could be used. | |
741 | ||
e08a28c4 MM |
742 | Thu Feb 26 17:09:53 1998 Michael Meissner <[email protected]> |
743 | ||
744 | * scripttempl/elfd30v.sc: Add support for .eit_v section and put | |
745 | it at 0xfffff020. | |
746 | * emulparams/d30v{elf,_o,_e}.sh: Ditto. | |
747 | ||
fc96bc86 ILT |
748 | Mon Feb 23 17:46:51 1998 Ian Lance Taylor <[email protected]> |
749 | ||
750 | * emultempl/pe.em (sort_sections): Permit the wildcard to include | |
751 | a trailing '*' when sorting grouped sections. | |
752 | * scripttempl/pe.sc: Include grouped sections using NAME\$*. Only | |
753 | include them when relocating. | |
754 | ||
755 | Wed Feb 18 23:39:46 1998 Richard Henderson <[email protected]> | |
756 | ||
757 | * Makefile.am (install-exec-local): Install properly when ln | |
758 | fails or tooldir == prefix. | |
759 | ||
760 | Fri Feb 13 15:24:06 1998 Ian Lance Taylor <[email protected]> | |
761 | ||
762 | * Makefile.am (AUTOMAKE_OPTIONS): Define. | |
763 | * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e. | |
764 | ||
b95ad8c8 ILT |
765 | Thu Feb 12 14:10:44 1998 Ian Lance Taylor <[email protected]> |
766 | ||
71468d84 ILT |
767 | * scripttempl/elf.sc: Align the _end symbol according to the ELF |
768 | format size. From Gordon W. Ross <[email protected]>. | |
769 | ||
c5eea473 ILT |
770 | NetBSD patches from Gordon W. Ross <[email protected]>: |
771 | * configure.host (alpha*-*-netbsd*): New host. | |
772 | * configure.tgt (alpha*-*-netbsd*, powerpc-*-netbsd*): New | |
773 | targets. | |
774 | ||
b95ad8c8 ILT |
775 | * lexsup.c (help): Update bug-gnu-utils address. |
776 | * ld.texinfo (Bug Reporting): Likewise. | |
777 | ||
778 | Tue Feb 10 18:05:56 1998 Ian Lance Taylor <[email protected]> | |
779 | ||
780 | * ldlang.c (lang_size_sections): Warn if some memory regions were | |
781 | defined, but a loadable section is going into the default memory | |
782 | region. | |
783 | ||
2ff04012 ILT |
784 | Tue Feb 10 16:17:20 1998 H.J. Lu <[email protected]> |
785 | ||
786 | * ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix. | |
787 | ||
7d620e23 ILT |
788 | Tue Feb 10 15:09:45 1998 Ian Lance Taylor <[email protected]> |
789 | ||
790 | * Makefile.am (Makefile): Add target, for dependencies on | |
791 | configure.host and configure.tgt. | |
792 | * configure.host, configure.tgt: Change -linux* to -linux-gnu*. | |
793 | * Makefile.in: Rebuild. | |
794 | ||
bd8a4ea4 JL |
795 | start-sanitize-r5900 |
796 | Tue Feb 10 11:52:33 1998 Jeffrey A Law ([email protected]) | |
797 | ||
798 | * Makefile.in (ALL_EMULATIONS): Add eelf32l5900.o | |
799 | (eelf32l5900.c): Add rule for building. | |
800 | * configure.tgt: Use r5900 specific emulation script. | |
801 | * emulparams/elf32l5900.sh: 5900 specific emulation script. | |
802 | ||
803 | end-sanitize-r5900 | |
55872088 AC |
804 | Mon Feb 9 13:44:40 1998 Andrew Cagney <[email protected]> |
805 | ||
806 | * scripttempl/elfd10v.sc (.stack): Move stack to 0x00..7FFE. | |
807 | ||
808 | * emulparams/d10velf.sh (READONLY_START_ADDR): Read only section | |
809 | moved to 0x00.....4. | |
810 | ||
641146fe ILT |
811 | Sat Feb 7 15:41:26 1998 Ian Lance Taylor <[email protected]> |
812 | ||
813 | * configure, aclocal.m4: Rebuild with new libtool. | |
814 | ||
12e0afe5 ILT |
815 | Thu Feb 5 12:16:11 1998 Ian Lance Taylor <[email protected]> |
816 | ||
5bd5a5c7 ILT |
817 | * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections. |
818 | From Thomas de Lellis <[email protected]>. | |
819 | ||
12e0afe5 ILT |
820 | * configure, Makefile.in, aclocal.m4: Rebuild with new libtool. |
821 | ||
ab1f47c0 ILT |
822 | Wed Feb 4 13:02:32 1998 Ian Lance Taylor <[email protected]> |
823 | ||
824 | * Makefile.am (ld_new_LDADD): Remove @LEXLIB@. | |
825 | * Makefile.in: Rebuild. | |
826 | ||
cdf91fe4 ILT |
827 | Mon Feb 2 19:34:54 1998 Steve Haworth <[email protected]> |
828 | ||
829 | Add tms320c30 support: | |
830 | * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets. | |
831 | * emulparams/tic30aout.sh: New file. | |
832 | * emulparams/tic30coff.sh: New file. | |
833 | * scripttempl/tic30aout.sc: New file. | |
834 | * scripttempl/tic30coff.sc: New file. | |
835 | * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and | |
836 | etic30coff.o. | |
837 | (etic30aout.c, etic30coff.c): New targets. | |
838 | * Makefile.in: Rebuild. | |
839 | ||
49d579a0 ILT |
840 | Mon Feb 2 14:10:59 1998 Ian Lance Taylor <[email protected]> |
841 | ||
842 | * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to | |
843 | accept either ld.so or ld-linux.so. | |
844 | ||
ca7f5c98 DE |
845 | Fri Jan 30 19:16:28 1998 Doug Evans <[email protected]> |
846 | ||
847 | * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_name | |
848 | to transform. | |
849 | * Makefile.in: Regenerate. | |
850 | ||
93ed82b0 ILT |
851 | Fri Jan 30 19:15:17 1998 Geoff Keating <[email protected]> |
852 | ||
853 | * scripttempl/elfppc.sc: Put .dynsbss in .sbss. | |
854 | ||
532fe3e5 ILT |
855 | Fri Jan 30 11:43:49 1998 H.J. Lu <[email protected]> |
856 | ||
857 | * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets. | |
858 | * Makefile.in: Rebuild. | |
859 | ||
2eda9a2a ILT |
860 | Thu Jan 29 16:04:21 1998 Mumit Khan <[email protected]> |
861 | ||
862 | * ldfile.c (slash): Set to backslash if _WIN32 but not | |
863 | __CYGWIN32__. | |
864 | (ldfile_open_file_search): If __MSDOS__ or _WIN32, accept a | |
865 | leading backslash or a leading x: as an absolute path. | |
866 | (ldfile_find_command_file): Use slash rather than / when | |
867 | generating name to try. | |
868 | * lexsup.c (PATH_SEPARATOR): Define. | |
869 | (set_default_dirlist): Use PATH_SEPARATOR rather than ':'. | |
870 | ||
eafda179 RH |
871 | Wed Jan 28 14:06:30 1998 Richard Henderson <[email protected]> |
872 | ||
873 | * emulparams/elf64_sparc.sh (ELFSIZE): 64 | |
874 | (TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later. | |
875 | (DATA_PLT): Needed by v9 abi. | |
8c811b9d | 876 | |
10102e8c | 877 | Wed Jan 28 16:37:27 1998 J.J. van der Heijden <[email protected]> |
a1ccffb2 ILT |
878 | |
879 | * configure.tgt (i[3456]86-*-mingw32*): New entry. | |
880 | ||
d415414e ILT |
881 | Wed Jan 28 15:51:58 1998 Ian Lance Taylor <[email protected]> |
882 | ||
883 | * scripttempl/elf.sc: Only include linkonce sections in final | |
884 | sections when relocating. | |
885 | ||
75aacf7a DE |
886 | start-sanitize-sky |
887 | Wed Jan 28 12:19:31 1998 Doug Evans <[email protected]> | |
888 | ||
889 | * configure.tgt (dvp-*-*): Recognize. | |
890 | ||
891 | end-sanitize-sky | |
5a59e34d ILT |
892 | Wed Jan 28 14:10:01 1998 Ian Lance Taylor <[email protected]> |
893 | ||
83d11af1 ILT |
894 | * ld.texinfo (Options): Add a brief description of the types of |
895 | information included in a link map. | |
896 | ||
f4175166 ILT |
897 | * ld.texinfo (Options): Mention LDEMULATION in description of -m. |
898 | (Environment): Mention LDEMULATION. | |
899 | ||
5a59e34d ILT |
900 | * ld.texinfo (Options): Clarify --export-dynamic a bit. |
901 | ||
1361ffbd RH |
902 | Thu Jan 22 16:07:23 1998 Richard Henderson <[email protected]> |
903 | ||
904 | * ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this | |
905 | pattern could match. | |
906 | ||
d9dd8f2b ILT |
907 | Wed Jan 21 22:26:46 1998 Ian Lance Taylor <[email protected]> |
908 | ||
3d80840d ILT |
909 | * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing |
910 | a relocateable link, set the image base to 0, and don't define the | |
911 | various symbols. | |
912 | * emulparams/i386pe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define. | |
913 | * scripttempl/pe.sc: Swap the .data and .bss sections so that | |
914 | .data comes first. If doing a relocateable link, use | |
915 | RELOCATEABLE_OUTPUT_FORMAT if it is defined, and start the | |
916 | sections at 0, and don't define any symbols. | |
917 | ||
d9dd8f2b ILT |
918 | * ldlang.c (lang_memory_default): Correct parenthisization of |
919 | expression. | |
920 | ||
1bea23ac ILT |
921 | Wed Jan 21 21:20:32 1998 Manfred Hollstein <[email protected]> |
922 | ||
923 | * emultempl/sunos.em: Don't include sys/types.h and sys/stat.h | |
924 | here; they are included already via sysdep.h. | |
925 | ||
b3521ecf RH |
926 | Tue Jan 6 13:40:02 1998 Richard Henderson <[email protected]> |
927 | ||
928 | * scripttempl/i960.sc: Don't explicitly set .data and .bss start. | |
929 | ||
d3c324e5 MM |
930 | Fri Jan 2 20:15:37 1998 Michael Meissner <[email protected]> |
931 | ||
932 | * ldgram.y (attributes_opt): Pass region pointer to | |
933 | lang_set_flags, not ®ion->flags. | |
934 | ||
935 | * ldlang.c (lang_memory_default): New function to figure out a | |
936 | default memory region for a section if it was not specified. | |
937 | (lang_memory_region_lookup): Zero flags, not_flags field. | |
938 | (lang_map{,_flags}): Print attribute flags in memory map. | |
939 | (lang_size_sections): Call lang_memory_default to get default | |
940 | memory region. | |
941 | (lang_set_flags): Implement attribute flags for real. Take new | |
942 | argument to give the flags we are to skip for this region. | |
943 | ||
944 | * ldlang.h (memory_region_struct): Add not_flags field, make both | |
945 | flags fields flagword type. | |
946 | (lang_output_section_state): Make flags field flagword type. | |
947 | (lang_set_flags): Update prototype to match new calling sequence. | |
948 | (lang_memory_region_default): Add prototype. | |
949 | ||
d3c324e5 MM |
950 | * emulparams/d30v{_e,_o,elf}.sh ({TEXT,DATA,EMEM}_DEF_SECTION): |
951 | Define whether or not the region gets default sections, and if so, | |
952 | what sections. | |
953 | ||
954 | * scripttempl/elfd30v.sc (MEMORY): Set up which of the regions get | |
955 | default sections. | |
956 | ||
03ab605a MM |
957 | Thu Jan 1 22:58:04 1998 Michael Meissner <[email protected]> |
958 | ||
959 | * scripttempl/elfd30v.sc (.eh_frame): Link into the data section. | |
960 | ||
2d6c57ce JL |
961 | Thu Jan 1 18:04:51 1998 Jeffrey A Law ([email protected]) |
962 | ||
963 | * scripttempl/h8300h.sc: Fix typo. | |
964 | * scripttempl/h8300s.sc: Likewise. | |
965 | ||
f5870264 DE |
966 | Sun Dec 21 12:51:49 1997 Ian Lance Taylor <[email protected]> |
967 | ||
968 | * ldexp.c (fold_name): Don't crash if the symbol is defined in a | |
969 | section with no output section, such as a shared library section. | |
970 | ||
ce71bfc2 ILT |
971 | Wed Dec 17 12:14:11 1997 Ian Lance Taylor <[email protected]> |
972 | ||
973 | * lexsup.c (parse_args): Keep track of where we are in the option | |
974 | parsing before calling ldemul_parse_args, so that we don't call it | |
975 | multiple times on the same argument and confuse the getopt | |
976 | internals. | |
977 | ||
41cf747a MM |
978 | Thu Dec 11 09:00:15 1997 Michael Meissner <[email protected]> |
979 | ||
980 | * configure.tgt (d30v-elf-*): Rename d30velf_e to d30v_e and | |
981 | d30velf_o to d30v_o to work in DOS environments. | |
982 | * Makefile.{am,in}: Ditto. | |
983 | ||
984 | * emulparams/d30v_{o,e}: Rename from d30velf_{o,e}. | |
985 | * emulparams/d30velf_{o,e}: Deleted. | |
986 | ||
06434f5f FL |
987 | Wed Dec 10 17:40:08 1997 Nick Clifton <[email protected]> |
988 | ||
989 | * scripttempl/armcoff.sc: Add glue sections (code taken from Arm | |
8c811b9d | 990 | branch). |
06434f5f FL |
991 | |
992 | * emulparams/armcoff.sh (TEMPLATE_NAME): Set to armcoff. | |
993 | ||
994 | * emultempl/armcoff.em: New file, imported from Arm branch. | |
995 | ||
70a81042 MM |
996 | Wed Dec 10 14:10:44 1997 Michael Meissner <[email protected]> |
997 | ||
998 | * scripttempl/elfd30v.sc: Add .rel and .rela sections for all | |
999 | defined sections. Set up __{D,C}TOR_{LIST,END}__. Add onchip and | |
1000 | external memory sections for rodata. Delete .string, .rodata1, | |
1001 | and .data1 sections. | |
1002 | ||
b0f76434 MM |
1003 | Tue Dec 9 15:28:17 1997 Michael Meissner <[email protected]> |
1004 | ||
e48412a2 MM |
1005 | * Makefile.am: Add Oct 23 changes to Makefile.in here. |
1006 | ||
1007 | * Makefile.{am,in}: (ALL_EMULATIONS): Add ed10velf.o. | |
1008 | ||
06434f5f | 1009 | start-sanitize-tic80 |
e48412a2 MM |
1010 | * Makefile.{am,in}: (ALL_EMULATIONS): Add etic80coff.o. |
1011 | end-sanitize-tic80 | |
1012 | ||
98d38753 MM |
1013 | * Makefile.{am,in}: (ALL_EMULATIONS): Add ed30velf{,_e,_o}.o. |
1014 | (ed30velf_e.c): Like d30velf, except .text/.data/etc always go in | |
1015 | external memory. | |
1016 | (ed30velf_o.c): Like d30velf, except .text/.data/etc always go in | |
1017 | onchip memory. | |
e48412a2 | 1018 | |
b0f76434 MM |
1019 | * emulparams/d30velf.sh (STACK_START_ADDR): Top of default |
1020 | stack. | |
1021 | ({TEXT,DATA,EMEM}_SIZE): Sizes of the 3 memory areas. | |
1022 | ({TEXT,DATA,BSS}_MEMORY): Which memory region .text, .data, and | |
1023 | .bss should go in. | |
1024 | ||
98d38753 MM |
1025 | * emulparams/d30velf_{e,o}.sh: New files to be explicit whether |
1026 | .text, .data, etc go in external memory or onchip memory. | |
1027 | ||
1028 | * configure.tgt (d30v-*-*ext*): New configuration to default | |
1029 | .text, .data, etc. in external memory. | |
1030 | (d30v-*-*onchip*): New configuration to default .text, .data, | |
1031 | etc. in onchip memory. | |
1032 | (d30v-*-*): Add d30velf_{e,o} emulations. | |
1033 | ||
b0f76434 MM |
1034 | * scripttempl/elfd30v.sc: Allow .text, .data, .bss to be put in |
1035 | either the onchip text/data areas or the external memory area. | |
1036 | (MEMORY): Get sizes from d30velf.sh. | |
1037 | (.e{data,text,bss}): Put sections in the external memory region. | |
1038 | (.stext): Put section in the onchip text region. | |
1039 | (.s{data,bss}): Put sections in the onchip data region. | |
1040 | (__stack): Assign from ${STACK_START_ADDR}. | |
1041 | (.text): Put in ${TEXT_MEMORY} memory region. | |
1042 | (.data{,1}/.strings/.rodata{,1}): Put in ${DATA_MEMORY} memory | |
1043 | region. | |
1044 | (.bss): Put in ${BSS_MEMORY} memory region. | |
e48412a2 | 1045 | |
89b993af NC |
1046 | Tue Dec 2 10:14:47 1997 Nick Clifton <[email protected]> |
1047 | ||
1048 | * configure.tgt (targ_extra_emuls): Add support for Thumb target. | |
1049 | ||
1050 | Sat Nov 22 15:23:19 1997 Ian Lance Taylor <[email protected]> | |
1051 | ||
1052 | * ldlex.l: Don't define hex_mode. Correct number regexp to not | |
1053 | accept hex digits without a leading $ or 0x. Handle leading $ | |
1054 | correctly. Pass 0 rather than hex_mode to bfd_scan_vma. | |
1055 | * ldlex.h (hex_mode): Don't declare. | |
1056 | ||
7f7e2b00 MM |
1057 | Sun Nov 16 20:16:45 1997 Michael Meissner <[email protected]> |
1058 | ||
1059 | * emulparams/d30velf.sh ({DATA,EMEM}_START_ADDR): Define as start | |
1060 | of internal data area and external memory on chip. | |
1061 | ||
1062 | * scripttempl/elfd30v.sc: Define a MEMORY region that describes | |
1063 | the 3 regions of memory on the chip. Put .text/.init/.fini into | |
1064 | the text memory region, put other segments into the data memory | |
1065 | region. Add more of the standard elf sections. Default __stack | |
1066 | to be 0x20008000, which is 1 byte beyond end of the internal data | |
1067 | region. | |
1068 | ||
7f7e2b00 MM |
1069 | Thu Nov 13 13:45:00 1997 Andrew Cagney <[email protected]> |
1070 | ||
1071 | * configure.tgt (targ_extra_emuls): Make FreeBSD a i386bsd | |
1072 | variant. | |
1073 | ||
50d20d05 ILT |
1074 | Sun Nov 2 14:51:36 1997 H.J. Lu <[email protected]> |
1075 | ||
1076 | * configure.host (alpha*-*-linux*): Correct HOSTING_CRT0. Set | |
1077 | HOSTING_LIBS. | |
1078 | ||
a8880eda ILT |
1079 | Thu Oct 30 12:25:55 1997 Ian Lance Taylor <[email protected]> |
1080 | ||
1081 | * ld.h (args_type): Add warn_mismatch field. | |
1082 | * ldmain.c (main): Initialize warn_mismatch field. | |
1083 | * lexsup.c (parse_args): Handle --no-warn-mismatch option. | |
1084 | * ldlang.c (ignore_bfd_error): New static function. | |
1085 | (lang_check): If warn_mismatch is false, don't warn about | |
1086 | mismatched input files. | |
1087 | * ld.texinfo, ld.1: Document new option. | |
1088 | ||
d020618a GRK |
1089 | start-sanitize-tx49 |
1090 | Wed Oct 29 17:50:26 1997 Gavin Koch <[email protected]> | |
1091 | ||
1092 | * configure.tgt: Add tx49 configury. | |
1093 | ||
1094 | end-sanitize-tx49 | |
c439ad75 NC |
1095 | Thu Oct 23 14:38:18 1997 Nick Clifton <[email protected]> |
1096 | ||
1097 | * scripttempl/v850.sc: Rename linker symbol '_stack' to '__stack' | |
1098 | to avoid conflicts with C code which is defining a variable called | |
1099 | 'stack'. | |
1100 | ||
2b3ce0b3 RH |
1101 | Thu Oct 23 00:57:45 1997 Richard Henderson <[email protected]> |
1102 | ||
1103 | * Makefile.in (ALL_EMULATIONS): Move eelf64_sparc.o ... | |
1104 | (ALL_64_EMULATIONS): ... here. | |
1105 | (eelf64_sparc.c): Template should be elf32 not generic. | |
1106 | * emulparams/elf64_sparc.sh (TEMPLATE_NAME): New definition. | |
1107 | ||
639da7eb RH |
1108 | Thu Oct 23 00:44:20 1997 Richard Henderson <[email protected]> |
1109 | ||
1110 | * configure.tgt: Add sparc64-*-linux*. | |
1111 | * emulparams/elf64_sparc.sh (GENERATE_SHLIB_SCRIPT, NOP): New. | |
1112 | ||
34ed833e ILT |
1113 | Wed Oct 22 11:29:25 1997 Ian Lance Taylor <[email protected]> |
1114 | ||
1115 | * scripttempl/pe.sc: Put .eh_frame in .rdata. | |
1116 | ||
b038ec7b RH |
1117 | Fri Oct 17 00:00:13 1997 Richard Henderson <[email protected]> |
1118 | ||
1119 | * ldlang.c (lang_register_vers_node): Only check globals<=>locals, | |
1120 | since we need to be able to export different versions of the same | |
1121 | symbol. | |
1122 | ||
a12e6215 ILT |
1123 | Wed Oct 15 14:52:36 1997 Ian Lance Taylor <[email protected]> |
1124 | ||
1125 | * scripttempl/pe.sc: Put .stab and .stabstr sections at end. | |
1126 | ||
f38b4974 RH |
1127 | Wed Oct 8 12:37:05 1997 Richard Henderson <[email protected]> |
1128 | ||
1129 | * configure.tgt, configure.host: Change alpha-*-* to alpha*-*-*; | |
1130 | config.guess now recognizes alphaev5 etc. | |
1131 | ||
1132 | Fri Oct 3 14:23:02 1997 Ian Lance Taylor <[email protected]> | |
1133 | ||
1134 | * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Don't treat | |
1135 | -s and -u as -static and -unix. | |
1136 | ||
353e5cb6 ILT |
1137 | Thu Oct 2 18:40:28 1997 Ian Lance Taylor <[email protected]> |
1138 | ||
46d2f9e1 ILT |
1139 | * ldlang.c (wild_doit): Rewrite flag handling for clarity. If we |
1140 | are not adding the first input section, and SEC_READONLY is clear | |
1141 | on the output section, then don't copy it from the input section. | |
1142 | If SEC_READONLY is not set on the input section, then clear it on | |
1143 | the output section. | |
1144 | ||
353e5cb6 ILT |
1145 | * configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than |
1146 | elf32bmip. | |
1147 | (mips*el-*-linux*): Change elf32lmip to elf32lsmip and elf32bmip | |
1148 | to elf32bsmip. | |
1149 | (mips*-*-linux*): Likewise. | |
1150 | * emulparams/elf32bsmip.sh: New file; just like elf32bmip.sh, but | |
1151 | setting ENTRY to __start. | |
1152 | * emulparams/elf32lsmip.sh: New file; just like elf32lmip.sh, but | |
1153 | setting ENTRY to __start. | |
1154 | * scripttempl/elf.sc: Always set ENTRY to _start if it was not | |
1155 | already set. | |
1156 | ||
0fd15e0e NC |
1157 | Wed Oct 1 16:41:00 1997 Nick Clifton <[email protected]> |
1158 | ||
1159 | * emulparams/v850.sh (ROZDATA_START_ADDR, ROSDATA_START_ADDR): New | |
8c811b9d | 1160 | Variables. |
0fd15e0e NC |
1161 | |
1162 | * scripttempl/v850.sc: Move read only areas out of zero and small | |
1163 | data sections and into their own sections. | |
1164 | ||
1165 | Wed Sep 24 16:59:15 1997 Joel Sherrill <[email protected]> | |
1166 | ||
1167 | * configure.tgt (sh*-*-rtems*): New target, like sh-*-elf*. | |
1168 | ||
b5db0960 ILT |
1169 | Wed Sep 24 11:33:14 1997 Ian Lance Taylor <[email protected]> |
1170 | ||
900f895c ILT |
1171 | * ld.texinfo (Section Options): Improve documentation of NOLOAD |
1172 | directive. | |
1173 | ||
b5db0960 ILT |
1174 | * aclocal.m4: Rebuild with new libtool. |
1175 | * configure: Rebuild. | |
1176 | ||
57cdbf7e ILT |
1177 | Mon Sep 22 17:24:06 1997 Ian Lance Taylor <[email protected]> |
1178 | ||
1179 | * ldlang.c (wild_doit): Revert patch of September 3. | |
1180 | ||
2e6fa283 NC |
1181 | Wed Sep 17 16:45:34 1997 Nick Clifton <[email protected]> |
1182 | ||
1183 | * Makefile.am, Makefile.in: Add rule for ev850.c | |
1184 | * configure.tgt (targ_extra_emuls): Add v850 target. | |
1185 | ||
1186 | start-sanitize-v850e | |
1187 | Wed Sep 17 16:43:39 1997 Nick Clifton <[email protected]> | |
1188 | ||
1189 | * emulparams/v850.sh (CALL_TABLE_START_ADDR): New entry. | |
1190 | * scripttempl/v850.sc: Add call table data area | |
1191 | ||
1192 | end-sanitize-v850e | |
c8c76225 KR |
1193 | Mon Sep 15 11:29:13 1997 Ken Raeburn <[email protected]> |
1194 | ||
1195 | Merge change from Martin Hunt: | |
1196 | ||
1197 | * scripttempl/elfd30v.sc: Put .rodata in the .text section. | |
1198 | ||
f403d304 FF |
1199 | Tue Sep 9 07:49:56 1997 Fred Fish <[email protected]> |
1200 | ||
1201 | * ldlang.c (lang_memory_region_lookup): Remove extraneous | |
1202 | initialization of p. | |
1203 | ||
f1dcefc6 ILT |
1204 | Thu Sep 4 09:03:33 1997 Ian Lance Taylor <[email protected]> |
1205 | ||
df2ea1f6 ILT |
1206 | * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): In |
1207 | expression produced for -bpT and -bpD options, align to a 32 byte | |
1208 | boundary rather than an 8 byte boundary. | |
1209 | * scripttempl/aix.sc: Put .tocbss at start of .bss section. | |
1210 | ||
f1dcefc6 ILT |
1211 | * ldmisc.h, ldmisc.c, ldcref.c: Rename finfo to lfinfo, to avoid |
1212 | function name conflict with AIX 4.2 unistd.h header file. | |
1213 | ||
7e519ffc ILT |
1214 | Wed Sep 3 15:12:32 1997 Ian Lance Taylor <[email protected]> |
1215 | ||
1216 | * ldlang.c (wild_doit): Clear SEC_HAS_CONTENTS from a | |
1217 | noload_section. | |
1218 | ||
24d2330e ILT |
1219 | Fri Aug 29 00:32:31 1997 Ian Lance Taylor <[email protected]> |
1220 | ||
1221 | * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@. | |
1222 | * Makefile.in: Rebuild. | |
1223 | ||
0c0b16f9 DE |
1224 | Thu Aug 28 10:12:10 1997 Doug Evans <[email protected]> |
1225 | ||
1226 | * configure.tgt (arc-*-elf*): Recognize. | |
1227 | * Makefile.am (ALL_EMULATIONS): Add earcelf.o. | |
1228 | * Makefile.in: Regenerate. | |
1229 | * emulparams/arcelf.sh: New file. | |
1230 | ||
72068e8e ILT |
1231 | Wed Aug 20 11:14:13 1997 Ian Lance Taylor <[email protected]> |
1232 | ||
9f19768a ILT |
1233 | * ldlang.c (wildcardp): Don't let a backslash by itself cause a |
1234 | pattern to be treated as a wildcard pattern. | |
1235 | ||
72068e8e ILT |
1236 | * ldgram.y (atype): Accept parentheses with no type. |
1237 | ||
1238 | * ld.texinfo (Section Definition): Clarify use of whitespace. | |
1239 | (Section Placement): Likewise. | |
1240 | ||
57cdbf7e | 1241 | start-sanitize-v850e |
72068e8e ILT |
1242 | Mon Aug 18 11:12:03 1997 Nick Clifton <[email protected]> |
1243 | ||
1244 | * configure.tgt (targ_extra_emuls): Add support for v850e target. | |
72068e8e | 1245 | |
72068e8e ILT |
1246 | Mon Aug 18 11:12:03 1997 Nick Clifton <[email protected]> |
1247 | ||
1248 | * configure.tgt (targ_extra_emuls): Add support for v850e target. | |
1249 | end-sanitize-v850e | |
1250 | ||
49c009b5 ILT |
1251 | Sat Aug 9 00:42:27 1997 Ian Lance Taylor <[email protected]> |
1252 | ||
72068e8e ILT |
1253 | * Makefile.am (ld.info): Change dependency from |
1254 | $(BFDDIR)/doc/bfdsumm.texi to bfdsumm.texi. | |
1255 | (ld.dvi): Likewise. | |
1256 | (bfdsumm.texi): New target. | |
1257 | (CLEANFILES): Add bfdsumm.texi. | |
1258 | * Makefile.in: Rebuild. | |
1259 | ||
49c009b5 ILT |
1260 | * Makefile.am: New file, based on old Makefile.in. |
1261 | * acinclude.m4: New file, from old aclocal.m4. | |
1262 | * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove | |
1263 | shared library handling; now handled by libtool. Replace | |
1264 | AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC, | |
1265 | AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE, | |
1266 | AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT. | |
1267 | * configure.host: Don't set HLDFLAGS, HLDENV, or RPATH_ENVVAR. | |
1268 | * acconfig.h: Mention PACKAGE and VERSION. | |
1269 | * stamp-h.in: New file. | |
0485d3df | 1270 | * ldver.c (ld_program_version): Set ld_program_version from |
49c009b5 ILT |
1271 | VERSION. |
1272 | * ldgram.y, ldlex.l: Replace VERSION with VERSIONK. | |
1273 | * Makefile.in: Now built with automake. | |
1274 | * aclocal.m4: Now built with aclocal. | |
1275 | * configure, config.in: Rebuild. | |
1276 | ||
b9a5c27f RS |
1277 | Mon Jul 28 19:04:50 1997 Rob Savoye <[email protected]> |
1278 | ||
1279 | * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for | |
1280 | win32 dependencies. | |
1281 | * configure: Regenerated with autoconf 2.12. | |
1282 | * Makefile.in: Add $(EXEEXT) to executable. | |
1283 | ||
beb76c0a ILT |
1284 | Tue Jul 22 18:50:38 1997 Robert Hoehne <[email protected]> |
1285 | ||
1286 | * emulparams/i386go32.sh (OUTPUT_FORMAT): Set to "coff-go32". | |
1287 | (SEGMENT_SIZE): Set to 0x200. | |
1288 | * scripttempl/i386go32.sc: Rewrite. | |
1289 | * configure.tgt (i[3456]86-*-msdosdjgpp*): New target. | |
1290 | ||
d1ce2fc0 JL |
1291 | start-sanitize-r5900 |
1292 | Tue Jul 15 10:18:09 1997 Jeffrey A Law ([email protected]) | |
1293 | ||
1294 | * configure.tgt: Default the r5900 to little endian. | |
1295 | ||
1296 | end-sanitize-r5900 | |
81272efd ILT |
1297 | Mon Jul 7 12:39:42 1997 Ian Lance Taylor <[email protected]> |
1298 | ||
1299 | From Manfred Hollstein <[email protected]>: | |
1300 | * configure.host (i[3456]86-*-linux*libc1*): Renamed from | |
1301 | i[3456]86-*-linux*. | |
1302 | (i[3456]86-*-linux*): New host. | |
1303 | ||
34260fe0 ILT |
1304 | Thu Jun 26 13:54:03 1997 Ian Lance Taylor <[email protected]> |
1305 | ||
1306 | * scripttempl/pe.sc: Put .rsrc after .reloc. Put input .rsrc | |
1307 | sections in the output .rsrc section. | |
1308 | ||
fe80f638 ILT |
1309 | Wed Jun 25 12:48:41 1997 Andreas Schwab <[email protected]> |
1310 | ||
1311 | * configure.host (m68*-*-linux*libc1*): Renamed from | |
1312 | `m68*-*-linux*'. | |
1313 | (m68*-*-linux*): New configuration for use with GNU libc 2. | |
1314 | ||
4602e5f4 ILT |
1315 | Mon Jun 16 19:18:21 1997 Geoff Keating <[email protected]> |
1316 | ||
1317 | * scripttempl/elfppc.sc: Correct .rela.sdata entries. | |
1318 | ||
1319 | * scripttempl/elfppc.sc: Put the PLT between the small and large | |
1320 | BSS segments. | |
1321 | * emulparams/elf32ppc.sh (TEXT_START_ADDR): The ABI says `A | |
1322 | program base of 0x02000000 is recommended...' because otherwise | |
1323 | shared libraries are less efficient. We use 0x01800000 because | |
1324 | otherwise it's impossible to branch to location 0, for instance if | |
1325 | you have an undefined weak symbol. | |
1326 | ||
02fbf070 ILT |
1327 | Mon Jun 16 12:49:36 1997 H.J. Lu <[email protected]> |
1328 | ||
f4ae97e1 ILT |
1329 | * ldlang.c (lang_place_undefineds): Add \n in einfo call. |
1330 | (lang_size_sections): Likewise. | |
1331 | * ldlex.l: Likewise. | |
1332 | * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Likewise. | |
1333 | * emultempl/mipsecoff.em (gld${EMULATION_NAME}_after_open): | |
1334 | Likewise. | |
1335 | (check_sections): Likewise. | |
1336 | (gld${EMULATION_NAME}_after_allocation): Likewise. | |
1337 | * emultempl/pe.em (gld_$${EMULATION_NAME}_before_allocation): | |
1338 | Likewise. | |
1339 | * mpw-eppcmac.c (gldppcmacos_read_file): Likewise. | |
1340 | * mpw-idtmips.c (gldmipsidt_after_open): Likewise. | |
1341 | (check_sections): Likewise. | |
1342 | (gldmipsidt_after_allocation): Likewise. | |
1343 | ||
02fbf070 ILT |
1344 | * ldemul.c (ldemul_choose_mode): Remove unused einfo argument. |
1345 | ||
94d8217d ILT |
1346 | Fri Jun 6 23:47:42 1997 Ian Lance Taylor <[email protected]> |
1347 | ||
1348 | * scripttempl/pe.sc: Add zeroes after .idata$3 to mark the end of | |
1349 | the import list. | |
1350 | ||
1351 | Thu May 29 13:13:22 1997 Ian Lance Taylor <[email protected]> | |
1352 | ||
1353 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Don't | |
1354 | crash if an output section has no BFD section. | |
1355 | ||
1356 | Fri May 23 15:23:25 1997 Fred Fish <[email protected]> | |
1357 | ||
1358 | * lexsup.c (ld_options): Add entry for the new "task-link" option. | |
1359 | (parse_args): Handle the "task-link" option. | |
1360 | (OPTION_TASK_LINK): Add define. | |
1361 | ||
b4a4a6dc ILT |
1362 | Wed May 21 17:44:15 1997 Ian Lance Taylor <[email protected]> |
1363 | ||
1364 | * ldmain.c (main): Correct check of fclose return value when | |
1365 | handling --force-exe-suffix. | |
1366 | ||
1367 | Thu May 15 11:35:29 1997 Nick Clifton <[email protected]> | |
1368 | ||
94d8217d | 1369 | * ldlang.c (lang_check): Add test of the return value from the |
b4a4a6dc ILT |
1370 | call to bfd_merge_private_bfd_data(). |
1371 | ||
1a7f2a86 ILT |
1372 | Mon May 12 23:22:58 1997 Ian Lance Taylor <[email protected]> |
1373 | ||
1374 | * scripttempl/elfmips.sc: Remove. | |
1375 | * scripttempl/elf.sc: Set ENTRY based on target. Permit | |
1376 | TEXT_DYNAMIC to control .dynamic segment. Permit | |
1377 | SHLIB_TEXT_START_ADDR to set start of shared object. Support | |
1378 | INITIAL_READONLY_SECTIONS. Put .stub in .text. Only put | |
1379 | .gnu.linkonce.t* in .text when relocating. Support | |
1380 | OTHER_TEXT_SECTIONS. Support SHLIB_DATA_ADDR as well as | |
1381 | DATA_ADDR. Support OTHER_GOT_SYMBOLS and OTHER_GOT_SECTIONS. | |
1382 | * emulparams/elf32b4300.sh (SCRIPT_NAME): Set to elf. | |
1383 | (DATA_ADDR): Don't set. | |
1384 | (INITIAL_READONLY_SECTIONS): Rename from OTHER_READONLY_SECTIONS. | |
1385 | (OTHER_TEXT_SECTIONS): Set. | |
1386 | (OTHER_GOT_SECTIONS): Rename from OTHER_READWRITE_SECTIONS. | |
1387 | (MACHINE): Set to empty string. | |
1388 | * emulparams/elf32l4300.sh: Likewise. | |
1389 | * emulparams/elf32ebmip.sh: Likewise. | |
1390 | * emulparams/elf32elmip.sh: Likewise. | |
1391 | * emulparams/elf32bmip.sh: Likewise. Also: | |
1392 | (TEXT_DYNAMIC): Set. | |
1393 | * emulparams/elf32lmips.sh: Likewise. | |
1394 | * Makefile.in (eelf32bmips.c): Depend upon elf.sc rather than | |
1395 | elfmips.sc. | |
1396 | (eelf32ebmips.c, eelf32elmips.c, eelf32lmip.c): Likewise. | |
1397 | ||
3d046499 ILT |
1398 | Mon May 12 11:11:06 1997 Andreas Schwab <[email protected]> |
1399 | ||
1400 | * scripttempl/elf.sc: Don't align the data segment on the next 8 | |
1401 | byte boundary, instead let the linker use whatever the individual | |
1402 | sections require. | |
1403 | ||
f7f90eaa ILT |
1404 | Fri May 9 17:45:46 1997 Ian Lance Taylor <[email protected]> |
1405 | ||
1406 | * configure.tgt (i[3456]86-*-gnu*): Don't include Mach support. | |
1407 | ||
1ba1da86 ILT |
1408 | Tue May 6 13:21:19 1997 Ian Lance Taylor <[email protected]> |
1409 | ||
1410 | From Sean McNeil <[email protected]>: | |
1411 | * emultempl/pe.em (sort_by_file_name): Sort by archive name | |
1412 | first. | |
1413 | (sort_sections): Sort all sections, not just sections in the same | |
1414 | archive. | |
1415 | ||
a59a42ae ILT |
1416 | Mon May 5 18:19:55 1997 Philip Blundell <[email protected]> |
1417 | ||
1418 | * configure.tgt, configure.host: cope with '*-*-linux-gnuaout' | |
1419 | targets. | |
1420 | ||
df184f82 MM |
1421 | start-sanitize-tic80 |
1422 | Fri May 2 15:54:28 1997 Mike Meissner <[email protected]> | |
1423 | ||
1424 | * scripttempl/tic80coff.sc (.text): Add a leading underscore to | |
1425 | __{D,C}TOR_{LIST,END}__ definations. Rearrange the order of items | |
f1687b6f MM |
1426 | in the .text section. Move .const, .ctors, .dtors into separate |
1427 | sections. | |
df184f82 MM |
1428 | |
1429 | end-sanitize-tic80 | |
1430 | Wed Apr 30 12:23:21 1997 Manfred Hollstein <[email protected]> | |
1431 | ||
1432 | * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace | |
1433 | around assignment of current location pointer. | |
1434 | ||
cfa7c448 ILT |
1435 | Thu Apr 17 13:07:18 1997 Ian Lance Taylor <[email protected]> |
1436 | ||
1437 | * ldctor.c (ldctor_build_sets): Make sure the set is aligned | |
1438 | appropriately. | |
1439 | ||
ba69384d ILT |
1440 | Tue Apr 15 13:19:26 1997 Ian Lance Taylor <[email protected]> |
1441 | ||
1442 | * Makefile.in (INSTALL): Set to @INSTALL@. | |
1443 | (INSTALL_XFORM, INSTALL_XFORM1): Remove. | |
1444 | (install): Depend upon ld.new and installdirs. Use | |
1445 | $(program_transform_name) directly, rather than using | |
1446 | $(INSTALL_XFORM) and $(INSTALL_XFORM1). | |
1447 | (installdirs): New target. | |
1448 | (install-info): Run mkinstalldirs. | |
1449 | ||
21d83d1c ILT |
1450 | Mon Apr 14 12:06:15 1997 Ian Lance Taylor <[email protected]> |
1451 | ||
ba69384d ILT |
1452 | * Makefile.in (INSTALL): Change install.sh to install-sh. |
1453 | ||
21d83d1c ILT |
1454 | From Thomas Graichen <[email protected]>: |
1455 | * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub. | |
1456 | * configure: Rebuild. | |
1457 | ||
ab83171d ILT |
1458 | Fri Apr 4 11:42:41 1997 Ian Lance Taylor <[email protected]> |
1459 | ||
4507afd0 ILT |
1460 | * emultempl/pe.em: Include "libiberty.h". |
1461 | (sort_sections_1): Use xmalloc rather than alloca. | |
1462 | ||
ab83171d ILT |
1463 | * ldlex.l: Recognize SQUAD. |
1464 | * ldgram.y (length): Add SQUAD. | |
4507afd0 ILT |
1465 | * ldctor.c (ldctor_build_sets): Use SQUAD for a signed 8 byte |
1466 | reloc. | |
ab83171d ILT |
1467 | * ldlang.c (print_data_statement): Handle SQUAD. |
1468 | (lang_size_sections, lang_do_assignments): Likewise. | |
1469 | * ldexp.c (exp_print_token): Add SQUAD to table. | |
1470 | * ldwrite.c (build_link_order): Handle SQUAD. | |
1471 | * ld.texinfo (Section Data Expressions): Document SQUAD. | |
1472 | ||
6f4b1d31 ILT |
1473 | Thu Apr 3 13:19:40 1997 Ian Lance Taylor <[email protected]> |
1474 | ||
1475 | * ldver.c (ld_program_version): Set to 2.8.1. | |
1476 | ||
1477 | * Branched binutils 2.8. | |
1478 | ||
dc696002 ILT |
1479 | Wed Apr 2 11:55:27 1997 Ian Lance Taylor <[email protected]> |
1480 | ||
c6cfcb7f ILT |
1481 | * mpw-idtmips.c: Rename from mpw-emipsidt.c. |
1482 | * mpw-elfmips.c: Rename from mpw-emipself.c. | |
1483 | * mpw-config.in: Update accordingly. | |
1484 | ||
dc696002 ILT |
1485 | * ldlang.c (lang_process): Call lang_check immediately after |
1486 | opening the input files, rather than at the end of the link. | |
1487 | ||
1488 | Mon Mar 31 23:44:00 1997 Ian Lance Taylor <[email protected]> | |
1489 | ||
1490 | * emultempl/pe.em (init): Fully bracket initializer. | |
1491 | (set_pe_stack_heap): Remove locals begin_commit and end. | |
1492 | (gld_${EMULATION_NAME}_after_open): Remove unused local i. | |
1493 | (gld${EMULATION_NAME}_place_orphan): Remove unused local ptr. | |
1494 | ||
88ddffaf ILT |
1495 | Mon Mar 31 16:35:51 1997 Joel Sherrill <[email protected]> |
1496 | ||
1497 | * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*. | |
1498 | ||
1499 | Fri Mar 28 15:29:23 1997 H.J. Lu <[email protected]> | |
1500 | ||
1501 | Contributed by David S. Miller <[email protected]>: | |
1502 | * configure.tgt (sparc*-*-linuxaout*): New target. | |
1503 | (sparc*-*-linux*): New target. | |
1504 | * emulparams/sparclinux.sh: New file. | |
1505 | * Makefile.in (ALL_EMULATIONS): Add esparclinux.o. | |
1506 | (esparclinux.c): New target. | |
1507 | ||
2032ade9 ILT |
1508 | Fri Mar 28 14:30:12 1997 Ian Lance Taylor <[email protected]> |
1509 | ||
1510 | From Ralf Baechle <[email protected]>: | |
1511 | * configure.tgt: Set targ_extra_emuls for mips*el-*-linux* and | |
1512 | mips*-*-linux*. Use elf32bmip and elf32lmip, not elf32ebmip and | |
1513 | elf32elmip. | |
1514 | ||
5fd92ccd ILT |
1515 | Thu Mar 27 17:14:32 1997 Ian Lance Taylor <[email protected]> |
1516 | ||
1517 | * lexsup.c (parse_args): Update copyright date in version | |
1518 | message. | |
1519 | ||
6d4314e0 ILT |
1520 | Fri Mar 21 12:28:41 1997 Philippe De Muyter <[email protected]> |
1521 | ||
7aef7107 | 1522 | * emulparams/delta68.sh (OUTPUT_FORMAT): Set to "coff-m68k-sysv". |
6d4314e0 | 1523 | |
d7a48b6d ILT |
1524 | Tue Mar 18 11:16:23 1997 Ian Lance Taylor <[email protected]> |
1525 | ||
6d4314e0 ILT |
1526 | * Makefile.in: Rebuild dependencies. |
1527 | ||
d7a48b6d ILT |
1528 | * emultempl/aix.em: Include "obstack.h". |
1529 | ||
cadddcea ILT |
1530 | Mon Mar 17 19:26:06 1997 Ian Lance Taylor <[email protected]> |
1531 | ||
1532 | * ldlang.c: Include "obstack.h". | |
1533 | ||
b87ff07d FF |
1534 | Sat Mar 15 23:23:46 1997 Fred Fish <[email protected]> |
1535 | ||
1536 | * configure.tgt (powerpc-*-beos*): Use aixppc for targ_emul. | |
1537 | ||
c5a0d31a ILT |
1538 | Sat Mar 15 18:10:38 1997 H.J. Lu <[email protected]> |
1539 | ||
1540 | * ldemul.h (ldemul_list_emulations): Use full prototype. | |
1541 | * ldlang.c (print_one_symbol): Add declaration. | |
1542 | * ldlang.h (dprint_statements): Declare. | |
1543 | * ldmain.c (remove_output): Declare. | |
1544 | * ldmisc.c (vfinfo): Declare. | |
1545 | * ldwrite.c (clone_section): Declare. | |
1546 | (split_sections): Make static. Declare. | |
1547 | * mri.c: Include libiberty.h. | |
1548 | (strdup): Don't declare. | |
1549 | (mri_alias): Use xstrdup rather than strdup. | |
1550 | ||
2adb092c ILT |
1551 | Fri Mar 14 21:30:06 1997 Ian Lance Taylor <[email protected]> |
1552 | ||
1553 | * scripttempl/elfmips.sc: Change handling of data area when | |
1554 | generating a shared library to not skip a large block of memory. | |
1555 | From Per Fogelstrom <[email protected]>. | |
1556 | ||
d7339c87 ILT |
1557 | Wed Mar 12 21:33:09 1997 Ian Lance Taylor <[email protected]> |
1558 | ||
1559 | * ldmain.c (multiple_definition): Only skip the warning if the | |
1560 | output section is absolute when the input section is not | |
1561 | absolute. | |
1562 | ||
1563 | * ldlex.l: Accept whitespace in VERS_START state. Warn about | |
1564 | invalid characters in VERS_* states. | |
1565 | ||
1566 | Tue Mar 11 13:51:31 1997 Ian Lance Taylor <[email protected]> | |
1567 | ||
1568 | * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Don't let a | |
1569 | trailing space lead us to think that there is a zero address. | |
1570 | ||
998f2b67 ILT |
1571 | Sun Mar 9 23:06:35 1997 Eric Youngdale <[email protected]> |
1572 | ||
1573 | * ldgram.y (vers_node): Correct typo of '(' for '{'. | |
1574 | ||
81fb245d | 1575 | start-sanitize-tic80 |
98ee67d8 FF |
1576 | Fri Mar 7 18:40:12 1997 Fred Fish <[email protected]> |
1577 | ||
1578 | * scripttempl/tic80coff.sc (ENTRY): Entry symbol is __start | |
1579 | rather than _start. | |
1580 | (__edata): Define this rather than "edata". | |
1581 | (__end): Define this rather than "end". | |
8c811b9d | 1582 | |
81fb245d MM |
1583 | Tue Mar 4 17:18:35 1997 Michael Meissner <[email protected]> |
1584 | ||
1585 | * configure.tgt (tic80-*-*): Allow dropping of -coff. | |
1586 | ||
1587 | end-sanitize-tic80 | |
1588 | Sun Mar 2 22:59:49 1997 Fred Fish <[email protected]> | |
1589 | ||
1590 | * Makefile.in (ld.dvi): Set MAKEINFO environment variable as well | |
1591 | as TEXINPUTS. Needed for building in separate build dir. | |
1592 | * ldint.texinfo (SCRIPT_NAME): Fix typo. | |
1593 | start-sanitize-tic80 | |
1594 | * emulparams/tic80coff.sh: Rewrite to include internal documentation | |
1595 | about each shell variable that is set (or not set). | |
1596 | * scripttempl/tic80coff.sc: Complete rewrite. | |
1597 | end-sanitize-tic80 | |
8c811b9d | 1598 | |
22f9f902 ILT |
1599 | Fri Feb 28 17:42:27 1997 Ian Lance Taylor <[email protected]> |
1600 | ||
1601 | * ldmain.c (main): Call bfd_set_default_target. | |
1602 | * Makefile.in (ldmain.o): Define TARGET when compiling. | |
1603 | ||
24293f27 ILT |
1604 | Thu Feb 27 11:41:03 1997 Ian Lance Taylor <[email protected]> |
1605 | ||
9ae9e582 ILT |
1606 | * ldmain.c (main): Don't initialize link_info.lprefix or |
1607 | link_info.lprefix_len. | |
1608 | * emultempl/hppaelf.em (hppaelf_before_parse): Likewise. | |
1609 | ||
1610 | * emultempl/m88kbcs.em: Remove. | |
1611 | * emulparams/m88kbcs.sh (TEMPLATE_NAME): Don't set. | |
1612 | * Makefile.in (em88kbcs.c): Depend upon generic.em rather than | |
1613 | m88kbcs.em. | |
1614 | ||
24293f27 ILT |
1615 | * mri.c (mri_draw_tree): Pass noload_section, not SEC_NEVER_LOAD, |
1616 | to lang_enter_output_section_statement. From Mark Rasin | |
1617 | <[email protected]>. | |
1618 | ||
d73d49a4 ILT |
1619 | Wed Feb 26 11:51:44 1997 Ian Lance Taylor <[email protected]> |
1620 | ||
1621 | * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common | |
1622 | section. | |
1623 | ||
1624 | Tue Feb 25 20:38:11 1997 Stan Shebs <[email protected]> | |
1625 | ||
1626 | * configure.tgt (mips*-*-lnews*): New target. | |
1627 | * Makefile.in (emipslnews.c): New target. | |
1628 | * emulparams/mipslnews.sh: New file. | |
1629 | ||
1630 | Tue Feb 25 16:04:09 1997 Ian Lance Taylor <[email protected]> | |
1631 | ||
1632 | * emultempl/elf32.em (hold_interp): New static variable. | |
1633 | (gld${EMULATION_NAME}_place_orphan): Put loadable .note sections | |
1634 | after hold_interp. Choose a unique output section name. | |
1635 | (gld${EMULATION_NAME}_place_section): Don't set hold_use if the | |
1636 | SEC_LOAD or SEC_ALLOC flags differ. Set hold_interp. | |
1637 | ||
dc25aca0 ILT |
1638 | Mon Feb 24 18:16:09 1997 Ian Lance Taylor <[email protected]> |
1639 | ||
1640 | From Eric Youngdale <[email protected]>: | |
1641 | * ldlex.l (V_TAG, V_IDENTIFIER): New macros. | |
1642 | (VERS_START, VERS_SCRIPT, VERS_NODE): New states to parse version | |
1643 | information. | |
1644 | (ldlex_version_script, ldlex_version_file): New functions. | |
1645 | * ldlex.h (enum input_enum): Add input_version_script. | |
1646 | (ldlex_version_script): Declare. | |
1647 | (ldlex_version_file): Declare. | |
1648 | * ldgram.y (%union): Add deflist, versyms, and versnode. | |
1649 | (VERS_TAG, VERS_IDENTIFIER): New terminals. | |
1650 | (GLOBAL, LOCAL, VERSION, INPUT_VERSION_SCRIPT): New terminals. | |
1651 | (file): Accept INPUT_VERSION_SCRIPT. | |
1652 | (ifile_p1): Accept version. | |
1653 | (version_script_file): New nonterminal. | |
1654 | (version, vers_nodes, vers_node): Likewise. | |
1655 | (verdep, vers_tag, ver_defns): Likewise. | |
1656 | * ldlang.c (lang_elf_version_info): New global variable. | |
1657 | (lang_new_vers_regex): New function. | |
1658 | (lang_new_vers_node): New function. | |
1659 | (version_index): New static variable. | |
1660 | (lang_register_vers_node): New function. | |
1661 | (lang_add_vers_depend): New function. | |
1662 | * ldlang.h (lang_elf_version_info): Declare. | |
1663 | (lang_new_vers_regex, lang_new_vers_node): Declare. | |
1664 | (lang_add_vers_depend, lang_register_vers_node): Declare. | |
1665 | * lexsup.c (OPTION_VERSION_SCRIPT): Define. | |
1666 | (ld_options): Add "version-script". | |
1667 | (parse_args): Handle OPTION_VERSION_SCRIPT. | |
1668 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
1669 | Pass lang_elf_version_info to size_dynamic_sections. | |
1670 | * scripttempl/elf.sc: Add .gnu.version sections. | |
d73d49a4 | 1671 | * ld.texinfo: Document symbol versioning. |
dc25aca0 | 1672 | |
232e8702 MH |
1673 | Fri Feb 21 17:37:51 1997 Martin M. Hunt <[email protected]> |
1674 | ||
1675 | * Makefile.in (ed30velf.c): New target. | |
1676 | * configure.tgt (d30v-*-*): New target. | |
1677 | * emulparams/d30velf.sh: New file. | |
1678 | * scripttempl/elfd30v.sc: New file. | |
1679 | ||
c6c7035c MM |
1680 | Fri Feb 14 18:28:31 1997 Ian Lance Taylor <[email protected]> |
1681 | ||
1682 | * ld.texinfo (Option Commands): Document the INCLUDE command. | |
1683 | ||
1684 | Thu Feb 13 20:31:37 1997 Philippe De Muyter <[email protected]> | |
1685 | ||
1686 | * configure.in: Call BFD_NEED_DECLARATION on getenv. | |
1687 | * acconfig.h (NEED_DECLARATION_GETENV): New macro. | |
1688 | * sysdep.h (getenv): Declare if NEED_DECLARATION_GETENV. | |
1689 | * ldemul.c (ld_emul_default_target): Do not cast getenv return | |
1690 | value. | |
1691 | * ldmain.c (get_emulation): Likewise. | |
1692 | * configure, config.in: Rebuild. | |
1693 | ||
e7886d4b ILT |
1694 | Tue Feb 11 15:34:26 1997 Ian Lance Taylor <[email protected]> |
1695 | ||
1696 | * scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and | |
1697 | .mips16.call.* in .text. | |
1698 | ||
276c2d7d GRK |
1699 | start-sanitize-r5900 |
1700 | Fri Feb 7 13:16:53 1997 Gavin Koch <[email protected]> | |
8c811b9d | 1701 | |
276c2d7d | 1702 | * configure.tgt: add r5900. |
8c811b9d | 1703 | |
276c2d7d | 1704 | end-sanitize-r5900 |
11effa69 FF |
1705 | start-sanitize-tic80 |
1706 | Sun Feb 9 18:09:13 1997 Fred Fish <[email protected]> | |
1707 | ||
1708 | * emulparams/tic80coff.sh: New (dummy) file for TIc80. | |
1709 | * scripttempl/tic80coff.sc: New (dummy) file for TIc80. | |
1710 | * Makefile.in (etic80coff.c): Add target and rule to build it. | |
1711 | * configure.tgt (tic80-*-coff): Set targ_emul to tic80coff. | |
8c811b9d | 1712 | |
11effa69 | 1713 | end-sanitize-tic80 |
93d7eb0f ILT |
1714 | Fri Jan 31 13:16:53 1997 Ian Lance Taylor <[email protected]> |
1715 | ||
966be348 ILT |
1716 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Search for |
1717 | ".so" in the name, not ".so.". | |
1718 | (gld${EMULATION_NAME}_search_dir): Accept a plain .so file. | |
1719 | ||
93d7eb0f ILT |
1720 | * Makefile.in (ld.info): Add -I$(srcdir). From Alan Modra |
1721 | <[email protected]>. | |
1722 | ||
e87b950c ILT |
1723 | Thu Jan 30 11:31:52 1997 Ian Lance Taylor <[email protected]> |
1724 | ||
1725 | * emultempl/sunos.em: Include <ctype.h>. | |
1726 | (gld${EMULATION_NAME}_find_so): Skip the directory name when | |
1727 | searching for ".so.". | |
1728 | (gld${EMULATION_NAME}_search_dir): Make sure that the library name | |
1729 | has a version number, and that only version numbers follow .so. | |
1730 | ||
0fc327a3 GN |
1731 | Wed Jan 29 18:15:00 1997 Geoffrey Noer <[email protected]> |
1732 | ||
1733 | * scripttempl/pe.sc: | |
1734 | * scripttempl/ppcpe.sc: add *(.gcc_except_table) to the text | |
1735 | section so Win32 executables are valid. | |
1736 | ||
f5f212fb ILT |
1737 | Mon Jan 27 12:28:43 1997 Ian Lance Taylor <[email protected]> |
1738 | ||
1739 | * scripttempl/elf.sc: Put linkonce reloc section in other | |
1740 | appropriate reloc sections. | |
1741 | * scripttempl/elfmips.sc: Add linkonce support. | |
1742 | * scripttempl/elfppc.sc: Likewise. | |
1743 | ||
da1ba4b0 JL |
1744 | Fri Jan 24 10:44:09 1997 Jeffrey A Law ([email protected]) |
1745 | ||
1746 | * emulparms/mn10200.sh (OTHER_RELOCATING_SECTIONS): Move the | |
1747 | stack up to 0x80000. | |
1748 | * emulparms/mn10300.sh (OTHER_RELOCATING_SECTIONS): Likewise. | |
1749 | ||
c57cd823 DE |
1750 | Tue Jan 21 12:11:10 1997 Doug Evans <[email protected]> |
1751 | ||
1752 | * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Use PROVIDE | |
1753 | to define `_stack'. | |
1754 | ||
cc28f8fb ILT |
1755 | Thu Jan 16 17:07:52 1997 Ian Lance Taylor <[email protected]> |
1756 | ||
3391c0a5 ILT |
1757 | * ld.h (args_type): Rename auxiliary_filter_shlib to |
1758 | auxiliary_filters, and make it char **. | |
1759 | * lexsup.c (parse_args): Handle -f by setting up an array. | |
1760 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use | |
1761 | new name of auxiliary_filters. | |
1762 | ||
cc28f8fb ILT |
1763 | * ld.texinfo (Options): Improve documentation of --filter and |
1764 | --auxiliary. | |
1765 | ||
f9c5c231 ILT |
1766 | Tue Jan 14 15:44:28 1997 Ian Lance Taylor <[email protected]> |
1767 | ||
cc28f8fb ILT |
1768 | * ld.texinfo (Options): Clarify that the normal usage is -T. |
1769 | (Commands): Likewise. | |
f9c5c231 | 1770 | |
24bc58bc ILT |
1771 | Thu Jan 9 11:26:27 1997 Ian Lance Taylor <[email protected]> |
1772 | ||
1773 | * scripttempl/armcoff.sc: Correct mask used for .data address. | |
1774 | ||
4ba1b439 GN |
1775 | Wed Jan 8 15:14:59 1997 Geoffrey Noer <[email protected]> |
1776 | ||
1777 | * emultempl/pe.em: make default executable a.exe instead of | |
1778 | a.out | |
1779 | ||
6243aa73 ILT |
1780 | Fri Jan 3 17:33:34 1997 Richard Henderson <[email protected]> |
1781 | ||
1782 | * scripttempl/elf.sc: Move .got closer to .sdata and .sbss by | |
1783 | shifting .plt back. Rumour has it that the NetBSD ld.so depends | |
1784 | on .dynamic being after .got, so we leave that. | |
1785 | ||
feb20cfb ILT |
1786 | Fri Jan 3 14:04:40 1997 Ian Lance Taylor <[email protected]> |
1787 | ||
5e7127d7 ILT |
1788 | * Makefile.in (clean): Don't remove configdoc.texi. |
1789 | (maintainer-clean): Do remove configdoc.texi. | |
1790 | ||
feb20cfb ILT |
1791 | * ld.texinfo (Operators): Remove '@' from @smallexmple in comment |
1792 | to avoid confusing texi2roff. | |
1793 | ||
731828cb MM |
1794 | Fri Jan 3 11:27:02 1997 Michael Meissner <[email protected]> |
1795 | ||
1796 | * scripttempl/v850.sc (.zdata): Add .zcommon section. | |
1797 | (.tdata): Add .tcommon and .tcommon_byte sections. | |
1798 | ||
09342753 ILT |
1799 | Thu Jan 2 18:14:32 1997 Ian Lance Taylor <[email protected]> |
1800 | ||
1801 | * configure.tgt (mips*el-*-linux*, mips*-*-linux*): New targets. | |
1802 | * scripttempl/elfmips.sc: Use __start as the entry address for | |
1803 | mips*-*-linux*. | |
1804 | ||
de220cbd ILT |
1805 | Tue Dec 31 14:48:30 1996 Ian Lance Taylor <[email protected]> |
1806 | ||
6ded6615 ILT |
1807 | * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE. |
1808 | ||
de220cbd ILT |
1809 | * ld.h (args_type): Add filter_shlib and auxiliary_filter_shlib |
1810 | fields. | |
1811 | * lexsup.c (parse_args): Recognize --auxiliary/-f and | |
1812 | --filter/-F. | |
1813 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
1814 | Pass filter_shlib and auxiliary_filter_shlib to | |
1815 | size_dynamic_sections. | |
1816 | * ld.texinfo, ld.1: Document --filter/-F and --auxiliary/-f. | |
1817 | ||
c43452b0 MM |
1818 | Mon Dec 30 13:55:57 1996 Michael Meissner <[email protected]> |
1819 | ||
1820 | * scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections. | |
1821 | ||
7885e8b3 SS |
1822 | Wed Dec 18 22:57:35 1996 Stan Shebs <[email protected]> |
1823 | ||
1824 | * mpw-make.sed: Use NewFolderRecursive for installation. | |
1825 | ||
93f8f531 MM |
1826 | Fri Dec 13 14:08:50 1996 Michael Meissner <[email protected]> |
1827 | ||
1828 | * scripttempl/v850.sc: Make sure __{e,g}p start relative to the | |
1829 | {s,t}data sections. Do not emit any linker generated symbols if | |
1830 | -r. Use {TEXT,{Z,S,T}DATA}_START_ADDR variables to initialize | |
1831 | where the different sections go. Change some whitespace. | |
1832 | ||
1833 | * emulparams/v850.sh ({TEXT,{Z,S,T}DATA}_START_ADDR): Define | |
8c811b9d | 1834 | appropriately. Remove crud not used anymore. |
93f8f531 | 1835 | |
10e31c75 JL |
1836 | Fri Dec 13 10:19:57 1996 Jeffrey A Law ([email protected]) |
1837 | ||
1838 | * Makefile.in (emn10200.c): Add dependencies. | |
1839 | * configure.tgt: Handle mn10200. | |
1840 | * emulparms/mn10200.sh: New file. | |
1841 | ||
d0d5edba ILT |
1842 | Thu Dec 12 17:04:55 1996 Ian Lance Taylor <[email protected]> |
1843 | ||
1844 | * emultempl/gld960c.em: Include <ctype.h>. | |
1845 | (gld960_set_output_arch): Get the machine type from the -A option | |
1846 | if there is one, rather than always using core. | |
1847 | ||
1848 | Sat Dec 7 10:07:51 1996 Jeffrey A Law ([email protected]) | |
1849 | ||
1850 | * emulparms/mn10300.sh: Handle leading underscores. | |
1851 | ||
12436407 ILT |
1852 | Thu Dec 5 13:45:58 1996 Ian Lance Taylor <[email protected]> |
1853 | ||
c3f9e754 ILT |
1854 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Only |
1855 | set hold_rel if SEC_ALLOC is set. | |
12436407 ILT |
1856 | |
1857 | Tue Dec 3 11:29:20 1996 Ian Lance Taylor <[email protected]> | |
1858 | ||
1859 | * ldlang.c (section_already_linked): Set the output_offset as well | |
1860 | as the output_section when only reading symbols from a file. | |
1861 | ||
1862 | Mon Dec 2 11:43:50 1996 Ian Lance Taylor <[email protected]> | |
1863 | ||
1864 | * emulparams/*.sh: Make sure that each set of parameters which | |
1865 | uses the elf.sc script sets MACHINE. | |
1866 | ||
037f6a23 JM |
1867 | Wed Nov 27 03:22:05 1996 Jason Merrill <[email protected]> |
1868 | ||
93f8f531 | 1869 | * scripttempl/elf{,mips,ppc}.sc: Add the remaining DWARF sections. |
93f8f531 | 1870 | * scripttempl/elfd10v.sc: Likewise. |
93f8f531 | 1871 | * scripttempl/v850.sc: Likewise. |
037f6a23 | 1872 | |
0e809bba ILT |
1873 | Tue Nov 26 16:58:33 1996 Ian Lance Taylor <[email protected]> |
1874 | ||
1875 | * configure: Rebuild with autoconf 2.12. | |
1876 | ||
1877 | Mon Nov 25 12:17:55 1996 Jim Wilson <[email protected]> | |
1878 | ||
1879 | * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Add case | |
1880 | for bfd_vma to init loop. | |
1881 | ||
9e73a716 JL |
1882 | Mon Nov 25 09:55:07 1996 Jeffrey A Law ([email protected]) |
1883 | ||
1884 | * emulparms/mn10300.sh: Remove bogus '_' prefix for | |
1885 | entry symbol and ctor/dtor stuff. | |
1886 | ||
96e34542 JL |
1887 | Fri Nov 15 13:00:18 1996 Jeffrey A Law ([email protected]) |
1888 | ||
1889 | * Makefile.in (emn10300.c): Add dependencies. | |
1890 | * configure.tgt: Handle mn10300. | |
1891 | * emulparms/mn10300.sh: New file. | |
1892 | ||
96e34542 JL |
1893 | Tue Nov 5 10:57:50 1996 Martin M. Hunt <[email protected]> |
1894 | ||
1895 | * emulparams/d10velf.sh (READONLY_START_ADDR): Changed to 0x2000004. | |
1896 | (EMBEDDED): Define. | |
8c811b9d | 1897 | |
e6b743a2 ILT |
1898 | Fri Nov 1 10:01:27 1996 Ian Lance Taylor <[email protected]> |
1899 | ||
9fde46a4 ILT |
1900 | * ld.texinfo: Add section on reporting bugs. |
1901 | ||
e6b743a2 ILT |
1902 | * scripttempl/m68kcoff.sc: Make sure the etext and __CTOR_LIST__ |
1903 | symbols are correctly aligned. | |
1904 | ||
e740228d JL |
1905 | Thu Oct 31 09:28:59 1996 Jeffrey A Law ([email protected]) |
1906 | ||
1907 | * scriptempl/v850.sc (zdata): Handle reszdata, romzdata and | |
1908 | romzbss too. | |
1909 | ||
2f19ce78 MH |
1910 | Tue Oct 29 12:33:05 1996 Martin M. Hunt <[email protected]> |
1911 | ||
8c811b9d UD |
1912 | * emulparams/d10velf.sh: Changes needed for D10V-EVA board. |
1913 | Set TEXT_START_ADDR to 0x1000000. Set READONLY_START_ADDR to | |
2f19ce78 | 1914 | 0x2000000. |
8c811b9d | 1915 | |
2f19ce78 MH |
1916 | * scripttempl/elfd10v.sc: Fix calculation of .text. Change |
1917 | .stack to start at 0x2007ffe. | |
1918 | ||
56f8bcd1 DE |
1919 | Mon Oct 28 15:37:00 1996 Doug Evans <[email protected]> |
1920 | ||
1921 | * configure.tgt (sparclet*-*-aout*): Delete, use sparc*-*-aout*. | |
1922 | ||
4ad9452c JL |
1923 | Wed Oct 23 16:17:22 1996 Jeffrey A Law ([email protected]) |
1924 | ||
e740228d | 1925 | * scriptempl/v850.sc (zdata): Fix typo "zrodata" -> "rozdata". |
56f8bcd1 | 1926 | |
4ad9452c JL |
1927 | * scriptempl/v850.sc (zdata): Make sure this stays |
1928 | in lo-memory. | |
1929 | ||
06c5b0fc JL |
1930 | Tue Oct 22 11:36:47 1996 Jeffrey A Law ([email protected]) |
1931 | ||
5549ebed JL |
1932 | * scripttempl/v850.sc (__ep): Put it at the start |
1933 | of the tda section. | |
1934 | ||
06c5b0fc JL |
1935 | * scriptempl/v850.sc: Move all "normal" sections into |
1936 | the external memory region (0x100000 - 0x200000). | |
1937 | ||
36cf21ce MM |
1938 | Mon Oct 21 17:16:59 1996 Michael Meissner <[email protected]> |
1939 | ||
1940 | * scripttempl/elfd10v.sc: Clone from elf.sc, move .text to | |
1941 | 0x10000, so that is more room for data. | |
1942 | ||
1943 | * emulparams/d10velf.sh (TEXT_START_ADDR): Now 0x100000. | |
1944 | (READONLY_START_ADDR): Now 0x0. | |
1945 | (SCRIPT_NAME): Now elfd10v. | |
1946 | ||
1947 | * Makefile.in (ed10velf.c): Depend on elfd10v.sc, not elf.sc. | |
1948 | ||
e20f0dbd DE |
1949 | Fri Oct 18 22:12:49 1996 Doug Evans <[email protected]> |
1950 | ||
1951 | * emulparams/m32relf.sh (TEXT_START_ADDR): Change from 0 to 0x100. | |
1952 | ||
30bddd33 ILT |
1953 | Fri Oct 18 15:43:38 1996 Ian Lance Taylor <[email protected]> |
1954 | ||
1955 | * Makefile.in (ALL_EMULATIONS): Remove eelf64alpha.o. | |
1956 | (ALL_64_EMULATIONS): New variable. | |
1957 | * configure.in: Accept --enable-64-bit-bfd option. If it is set | |
1958 | with --enable-targets=all, include ALL_64_EMULATIONS in | |
1959 | EMULATION_OFILES. | |
1960 | * configure: Rebuild. | |
1961 | ||
b502879f JL |
1962 | Fri Oct 18 12:58:35 1996 Jeffrey A Law ([email protected]) |
1963 | ||
1964 | * scripttempl/v850.sc (__gp, __ep): Define. | |
1965 | ||
a5377d48 ILT |
1966 | Thu Oct 17 18:14:07 1996 Ian Lance Taylor <[email protected]> |
1967 | ||
1968 | * ld.texinfo: Try to consistently use a single or a double dash | |
1969 | for each option. | |
1970 | ||
a5c1ebec DE |
1971 | Thu Oct 17 10:17:20 1996 Doug Evans <[email protected]> |
1972 | ||
1973 | * emulparams/m32relf.sh (EMBEDDED): Define. | |
a5c1ebec | 1974 | |
2b8cd389 JL |
1975 | Thu Oct 17 10:56:49 1996 Jeffrey A Law ([email protected]) |
1976 | ||
c23b6a6b JL |
1977 | * scripttempl/v850.sc (.zdata): Add this before .text. |
1978 | (.sdata): Also include .rosdata as part of the .sdata. | |
1979 | (.tdata): Include this just before .sdata. | |
1980 | ||
2b8cd389 JL |
1981 | * emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf". |
1982 | * scripttempl/v850.sc: Wrap script with a "cat << EOF". | |
1983 | ||
d27d34c3 JL |
1984 | Wed Oct 16 23:10:01 1996 Jeffrey A Law ([email protected]) |
1985 | ||
1986 | * scripttempl/v850.sc: New linker script for the V850. | |
1987 | * Makefile.in: Use it. | |
1988 | ||
f6f2b36e ILT |
1989 | Thu Oct 10 17:57:00 1996 Ian Lance Taylor <[email protected]> |
1990 | ||
1991 | * emulparams/elf32b4300.sh: Define _gp in OTHER_GOT_SYMBOLS, not | |
1992 | OTHER_READWRITE_SECTIONS. | |
1993 | * emulparams/elf32l4300.sh: Likewise. | |
1994 | ||
961d5893 ILT |
1995 | Wed Oct 9 14:36:18 1996 Ian Lance Taylor <[email protected]> |
1996 | ||
458fc056 ILT |
1997 | * ld.h (ld_config_type): Add warn_section_align field. |
1998 | * lexsup.c (OPTION_WARN_SECTION_ALIGN): Define. | |
1999 | (ld_options): Add --warn-section-align. | |
2000 | (parse_args): Handle --warn-section-align. | |
2001 | * ldlang.c (lang_size_sections): If warn_section_align, warn if | |
2002 | the start of a section changes due to alignment. | |
2003 | * ld.texinfo, ld.1: Document --warn-section-align. | |
2004 | * ld.texinfo: Change some single dashes to double dashes. | |
2005 | ||
961d5893 ILT |
2006 | * emultempl/pe.em (set_pe_subsystem): Record entry symbol for each |
2007 | subsystem type. Ifdef out os2 type. Recognize a version number. | |
2008 | ||
40d53fdf ILT |
2009 | Tue Oct 8 12:07:13 1996 Ian Lance Taylor <[email protected]> |
2010 | ||
d0d63887 ILT |
2011 | * emultempl/pe.em (set_pe_subsystem): When setting the subsystem |
2012 | to windows, set the entry point. | |
2013 | ||
40d53fdf ILT |
2014 | * Makefile.in (ldlex.c): Don't pass any options to $(LEX). |
2015 | ||
4164f2d5 ILT |
2016 | Mon Oct 7 17:29:05 1996 Ian Lance Taylor <[email protected]> |
2017 | ||
2018 | * ld.texinfo (Options): Mention .so extensions for shared | |
2019 | libraries. | |
2020 | ||
9193c60b JM |
2021 | Sun Oct 6 22:35:36 1996 Jason Merrill <[email protected]> |
2022 | ||
2023 | * scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections. | |
2024 | ||
0063d3a1 ILT |
2025 | Fri Oct 4 18:49:31 1996 Ian Lance Taylor <[email protected]> |
2026 | ||
2027 | * scripttempl/m68kcoff.sc: Only set the address of .text if | |
2028 | RELOCATING. | |
2029 | ||
afb8f218 DE |
2030 | Fri Oct 4 10:59:52 1996 Doug Evans <[email protected]> |
2031 | ||
2032 | * emulparams/sparcaout.sh ({BIG,LITTLE}_OUTPUT_FORMAT): Define. | |
2033 | * scripttempl/aout.sc ({BIG,LITTLE}_OUTPUT_FORMAT): Provide default. | |
2034 | (OUTPUT_FORMAT): Support bi-endian targets. | |
2035 | ||
3fac4887 ILT |
2036 | Thu Oct 3 13:52:03 1996 Ian Lance Taylor <[email protected]> |
2037 | ||
2038 | * fnmatch.h, fnmatch.c: Remove (now in libiberty). | |
2039 | * Makefile.in: Rebuild dependencies. | |
2040 | (CFILES): Remove fnmatch.c. | |
2041 | (HFILES): Remove fnmatch.h. | |
2042 | (OFILES): Remove fnmatch.o. | |
2043 | ||
bdec6bdb JM |
2044 | Thu Oct 3 15:41:24 1996 Jason Molenda ([email protected]) |
2045 | ||
2046 | * Makefile.in (mostlyclean): Move config.log to distclean. | |
2047 | ||
417fe276 GN |
2048 | Wed Oct 2 23:45:25 1996 Geoffrey Noer <[email protected]> |
2049 | ||
2050 | * emultmpl/pe.em: increase size of stack reserve to 0x2000000 | |
2051 | (necessary in order to compile parse.c in gcc sources under NT) | |
2052 | ||
30e23a1c ILT |
2053 | Wed Oct 2 14:49:10 1996 Ian Lance Taylor <[email protected]> |
2054 | ||
2055 | * lexsup.c (ld_options): Fix typo in --rpath-link description. | |
2056 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest | |
2057 | --rpath if a needed library is not found. | |
2058 | ||
6e9efeaf ILT |
2059 | Tue Oct 1 16:17:33 1996 Joel Sherrill <[email protected]> |
2060 | ||
2061 | * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*. | |
2062 | ||
9cfdc91a ILT |
2063 | Tue Oct 1 15:50:34 1996 Ian Lance Taylor <[email protected]> |
2064 | ||
b61364cc ILT |
2065 | * ld.texinfo (Options): Give more detail on -l option. |
2066 | ||
4fc7ca82 ILT |
2067 | * scripttempl/elfmips.sc: Handle CREATE_SHLIB the same way that |
2068 | elf.sc does, so that glibc works better. | |
2069 | ||
9cfdc91a ILT |
2070 | * ldver.c (ld_program_version): New variable. |
2071 | (ldversion): Use it. | |
2072 | * ldver.h (ld_program_version): Declare. | |
2073 | * lexsup.c (ld_options): Handle --dll-verbose like --verbose, not | |
2074 | --version. Change --version handling to match current GNU | |
2075 | standards. | |
2076 | (help): Print bug report address. | |
2077 | ||
79e9dc20 DE |
2078 | Mon Sep 30 12:14:43 1996 Doug Evans <[email protected]> |
2079 | ||
2080 | * Makefile.in (em32relf.c): Add rule for. | |
2081 | * configure.tgt (m32r-*-*): Recognize. | |
2082 | * emulparams/m32relf.sh: New file. | |
79e9dc20 DE |
2083 | |
2084 | Thu Sep 26 13:58:47 1996 Stan Shebs <[email protected]> | |
2085 | ||
2086 | * mpw-make.sed: Add symbolic doublequoting to ldmain compile edit. | |
2087 | * mpw-config.in: Add mips-*-* case as mips-elf, and use more | |
2088 | wildcards in matching. | |
2089 | * mpw-emipself.c: New file, pregenerated mips elf emulation. | |
2090 | ||
4dfa8848 ILT |
2091 | Tue Sep 17 12:18:21 1996 Ian Lance Taylor <[email protected]> |
2092 | ||
79e9dc20 DE |
2093 | * ldint.texinfo: Rewrote. |
2094 | ||
4dfa8848 ILT |
2095 | * configure.tgt: Add cases for MIPS 5000 like MIPS 4300. |
2096 | ||
df6b92ed ILT |
2097 | Mon Sep 16 17:55:21 1996 Ian Lance Taylor <[email protected]> |
2098 | ||
190de8a7 ILT |
2099 | * scripttempl/armcoff.sc: Only define symbols if RELOCATING. Fix |
2100 | syntax error on __end__ line. | |
2101 | ||
df6b92ed ILT |
2102 | * scripttempl/armcoff.sc: For -N or -n, don't align .data. From |
2103 | Chris Hadley <[email protected]> | |
2104 | ||
9d879ade JL |
2105 | Sun Sep 15 22:09:56 1996 Jeffrey A Law ([email protected]) |
2106 | ||
2107 | * emulparms/v850.sh: Fix OTHER_RELOCATING_SECTIONS. | |
2108 | ||
3e925696 MA |
2109 | Sun Sep 15 10:38:16 1996 Mark Alexander <[email protected]> |
2110 | ||
2111 | * emulparms/d10v.sh: Set OTHER_RELOCATING_SECTIONS to put | |
2112 | stack at top of simulator memory. | |
2113 | ||
deb2a145 ILT |
2114 | Fri Sep 13 15:49:45 1996 Ian Lance Taylor <[email protected]> |
2115 | ||
2116 | * ldlex.l (SYMBOLCHARN): Add $, _, and ~. | |
2117 | ||
8ae650ea ILT |
2118 | Wed Sep 11 23:30:42 1996 Ian Lance Taylor <[email protected]> |
2119 | ||
2120 | * ldmain.c (get_emulation): Check for -mips4 like -mips1, et. al. | |
2121 | ||
ee0523d5 ILT |
2122 | Thu Sep 5 15:24:12 1996 Ian Lance Taylor <[email protected]> |
2123 | ||
2124 | * ldlang.c (section_already_linked): Accept a lang_input_statement | |
2125 | as the PTR argument. If the file is symbols only, discard all | |
2126 | input sections. | |
2127 | (ldlang_add_file): Pass entry to bfd_map_over_sections. | |
2128 | ||
31cadbf4 ILT |
2129 | Wed Sep 4 15:53:43 1996 Ian Lance Taylor <[email protected]> |
2130 | ||
2131 | * configure.tgt (alpha-*-gnu*): New target. From Fila Kolodny | |
2132 | <[email protected]>. | |
2133 | ||
31cadbf4 ILT |
2134 | Tue Sep 3 00:52:54 1996 Jeffrey A Law ([email protected]) |
2135 | ||
2136 | * emulparms/v850.sh: Set OTHER_RELOCATING_SECTIONS | |
2137 | ||
2138 | Sun Sep 1 21:48:58 1996 Jeffrey A Law ([email protected]) | |
2139 | ||
2140 | * emulparms/v850.sh: Set EMBEDDED. | |
2141 | ||
7ab4a84a JL |
2142 | Fri Aug 30 22:30:30 1996 Jeffrey A Law ([email protected]) |
2143 | ||
2144 | * emulparms/v850.sh: Entry symbol is "_start", tweak | |
2145 | ctor/dtor support. | |
2146 | ||
efd48a6a ILT |
2147 | Fri Aug 30 18:32:31 1996 Ian Lance Taylor <[email protected]> |
2148 | ||
2149 | * configure.tgt (sh-*-elf*): New target. | |
2150 | * emulparams/shelf.sh: New file. | |
2151 | * emulparams/shlelf.sh: New file. | |
2152 | * Makefile.in (ALL_EMULATIONS): Add eshelf.o and eshlelf.o. | |
2153 | (eshelf.c, eshlelf.c): New targets. | |
2154 | * scripttempl/elf.sc: If EMBEDDED is defined, then don't add | |
2155 | SIZEOF_HEADERS to TEXT_START_ADDR. Expand CTOR_START and CTOR_END | |
2156 | around .ctors, and DTOR_START and DTOR_END around .dtors. Expand | |
2157 | OTHER_RELOCATING_SECTIONS if RELOCATING. | |
2158 | ||
2159 | Thu Aug 29 16:57:46 1996 Michael Meissner <[email protected]> | |
2160 | ||
2161 | * configure.{host,tgt} (i[345]86-*-*): Recognize i686 for pentium | |
2162 | pro. | |
2163 | ||
4c6856fa ILT |
2164 | Mon Aug 26 12:58:11 1996 Ian Lance Taylor <[email protected]> |
2165 | ||
efd48a6a ILT |
2166 | * ldgram.y (section): Add opt_nocrossrefs; pass value to |
2167 | lang_enter_overlay. | |
2168 | (opt_nocrossrefs): New nonterminal. | |
2169 | * ldlex.l: Recognize NOCROSSREFS keyword in EXPRESSION mode. | |
2170 | * ldlang.c (overlay_nocrossrefs): New static variable. | |
2171 | (lang_enter_overlay): Add nocrossrefs parameter. | |
2172 | (lang_leave_overlay): Only add nocrossrefs if overlay_nocrossrefs | |
2173 | is set. Initialize overlay_nocrossrefs. | |
2174 | * ldlang.h (lang_enter_overlay): Update declaration. | |
2175 | * ld.texinfo (Overlays): Update documentation. | |
2176 | ||
4c6856fa ILT |
2177 | * ldver.c (ldversion): Print GNU ld in the version message. |
2178 | ||
2179 | Thu Aug 22 17:10:40 1996 Ian Lance Taylor <[email protected]> | |
2180 | ||
2181 | * configure.host: Set HLDENV. | |
2182 | * configure.in: Substitute HLDENV. | |
2183 | * configure: Rebuild. | |
2184 | * Makefile.in (HLDENV): New variable. | |
2185 | ($(LD_PROG)): Use $(HLDENV). | |
2186 | ||
04c17a75 JL |
2187 | Thu Aug 22 16:29:28 1996 Jeffrey A Law ([email protected]) |
2188 | ||
2189 | * Makefile.in (ev850.c): New target. | |
2190 | * configure.tgt (v850-*-*): New target. | |
2191 | * emulparams/v850.sh: New file. | |
2192 | ||
82939527 SS |
2193 | Thu Aug 22 11:16:02 1996 Stan Shebs <[email protected]> |
2194 | ||
2195 | * mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit. | |
2196 | ||
18f0961e ILT |
2197 | Wed Aug 21 11:26:37 1996 Ian Lance Taylor <[email protected]> |
2198 | ||
8387e114 ILT |
2199 | * scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate |
2200 | containing sections. | |
18f0961e | 2201 | |
8b5b6ebd ILT |
2202 | Mon Aug 19 13:01:42 1996 Ian Lance Taylor <[email protected]> |
2203 | ||
2204 | * fnmatch.c: Include sysdep.h. | |
2205 | ||
9099ec8f MM |
2206 | Mon Aug 19 11:28:29 1996 Michael Meissner <[email protected]> |
2207 | ||
2208 | * genscripts.sh: Undo 8/16 change. | |
2209 | ||
9099ec8f | 2210 | * emulparams/d10velf.sh (MACHINE): Explicitly set to nothing. |
9099ec8f MM |
2211 | |
2212 | Fri Aug 16 19:18:08 1996 Michael Meissner <[email protected]> | |
2213 | ||
2214 | * genscripts.sh: Explicitly reset any shell variables set or used | |
2215 | by the various .sc scripts to allow inadvertant use of these | |
2216 | names as normal environment variables by the person running | |
2217 | configure. | |
2218 | ||
9099ec8f | 2219 | * Makefile.in (ed10velf.c): Use tdir_d10v, not tdir_arcelf. |
9099ec8f | 2220 | |
61e3ce74 JSC |
2221 | Fri Aug 16 14:15:41 1996 James G. Smith <[email protected]> |
2222 | ||
2223 | * scripttempl/armcoff.sc (__bss_start__, __bss_end__, | |
2224 | __data_start__, __data_end__): Added to keep in sync. with the | |
2225 | default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support. | |
2226 | ||
2227 | Thu Aug 8 14:24:56 1996 Ian Lance Taylor <[email protected]> | |
2228 | ||
2229 | * ldcref.c (check_reloc_refs): If info->same, look for any symbol | |
2230 | defined in info->defsec, not just the section symbol. | |
2231 | ||
27927278 ILT |
2232 | Wed Aug 7 14:40:48 1996 Philippe De Muyter <[email protected]> |
2233 | ||
2234 | * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk. | |
2235 | * acconfig.h (NEED_DECLARATION_STRSTR): New macro. | |
2236 | (NEED_DECLARATION_SBRK): New macro. | |
2237 | * configure, config.in: Rebuild. | |
2238 | * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR. | |
2239 | * ldmain.c (sbrk): Declare if HAVE_SBRK and | |
2240 | NEED_DECLARATION_SBRK. | |
2241 | ||
2242 | * ldlang.c (lang_record_phdrs): Cast xmalloc and xrealloc return. | |
2243 | ||
d22ec3b0 ILT |
2244 | Mon Aug 5 16:26:14 1996 Ian Lance Taylor <[email protected]> |
2245 | ||
2246 | * ldlex.l: Recognize OVERLAY. | |
2247 | * ldgram.y: Add section_phdr field to %union. | |
2248 | (section): Handle phdr_opt result. Add OVERLAY case. | |
2249 | (opt_exp_without_type): New nonterminal. | |
2250 | (phdr_opt): Return list of phdrs. | |
2251 | (overlay_section): New nonterminal. | |
2252 | * ldlang.c: Include <ctype.h>. | |
2253 | (lang_leave_output_section_statement): Add phdrs parameter. | |
2254 | Change all callers. | |
2255 | (lang_section_in_phdr): Remove. | |
2256 | (overlay_vma, overlay_lmn, overlay_max): New static variables. | |
2257 | (struct overlay_list): Define. | |
2258 | (overlay_list): New static variable. | |
2259 | (lang_enter_overlay, lang_enter_overlay_section): New functions. | |
2260 | (lang_leave_overlay_section, lang_leave_overlay): New functions. | |
2261 | * ldlang.h (lang_leave_output_section_statement): Update | |
2262 | declaration for new parameter. | |
2263 | (lang_section_in_phdr): Don't declare. | |
2264 | (lang_enter_overlay, lang_enter_overlay_section): Declare. | |
2265 | (lang_leave_overlay_section, lang_leave_overlay): Declare. | |
2266 | * ld.texinfo (Overlays): New node under SECTIONS, documenting | |
2267 | overlays. | |
2268 | ||
2269 | * ldlex.l: Recognize MAX and MIN. | |
2270 | * ldgram.y (MAX, MIN): New terminals. | |
2271 | (exp): Recognize MAX and MIN. | |
2272 | * ldexp.c (fold_binary): Handle MAX and MIN. | |
2273 | * ld.texinfo (Arithmetic Functions): Document MAX and MIN. | |
2274 | ||
2275 | * ld.texinfo (PHDRS): Use @cindex, not @kindex, for program header | |
2276 | index entries. | |
2277 | ||
2278 | * ldgram.y (SIZEOF, ADDR): Do not specify type. | |
2279 | ||
2280 | * ldcref.c (check_nocrossref): Skip symbols with no output | |
2281 | sections. | |
2282 | ||
5735ac9e ILT |
2283 | Fri Aug 2 14:57:49 1996 Ian Lance Taylor <[email protected]> |
2284 | ||
2285 | * ldgram.y (LOADADDR): New terminal. | |
2286 | (exp): Handle LOADADDR. | |
2287 | * ldlex.l: Recognize LOADADDR. | |
2288 | * ldexp.c (exp_print_token): Add LOADADDR. | |
2289 | (fold_name): Implement LOADADDR. | |
2290 | * ldlang.c (exp_init_os): Treat LOADADDR like ADDR. | |
2291 | * ld.texinfo (Arithmetic Functions): Document LOADADDR. | |
2292 | ||
b947ed2d ILT |
2293 | Thu Aug 1 12:52:19 1996 Ian Lance Taylor <[email protected]> |
2294 | ||
582dd77f ILT |
2295 | * ld.h (check_nocrossrefs): Declare. |
2296 | * ldlang.h (struct lang_nocrossref): Define. | |
2297 | (struct lang_nocrossrefs): Define. | |
2298 | (nocrossref_list): Declare. | |
2299 | (lang_add_nocrossref): Declare. | |
2300 | * ldlex.l: Recognize NOCROSSREFS keyword. | |
2301 | * ldgram.y (%union): Add nocrossref field. | |
2302 | (NOCROSSREFS): New terminal. | |
2303 | (ifile_p1): Recognize NOCROSSREFS. | |
2304 | (nocrossref_list): New nonterminal. | |
2305 | * ldlang.c (nocrossref_list): Define. | |
2306 | (lang_add_nocrossref): New function. | |
2307 | * ldmain.c (main): If nocrossref_list is not NULL, call | |
2308 | check_nocrossrefs. | |
2309 | (warning_callback): Free symbols if there is no place to store | |
2310 | them. | |
2311 | (notice): Call add_cref if nocrossref_list is not NULL. | |
2312 | * ldcref.c: Include "ldexp.h" and "ldlang.h". | |
2313 | (check_nocrossrefs): New function. | |
2314 | (check_nocrossref): New static function. | |
2315 | (struct check_refs_info): Define. | |
2316 | (check_refs, check_reloc_refs): New static functions. | |
2317 | * Makefile.in: Rebuild dependencies. | |
2318 | * ld.texinfo (Option Commands): Document NOCROSSREFS. | |
2319 | ||
2320 | * ld.texinfo (Section Placement): Improve the wording of the | |
2321 | wildcard documentation. Mention that wildcards are only searched | |
2322 | for on the command line, not in the file system. | |
2323 | ||
b947ed2d ILT |
2324 | * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Move |
2325 | definition of lib_path inside condition where it is used. | |
2326 | ||
ed4820d7 MH |
2327 | Wed Jul 31 13:17:10 1996 Martin M. Hunt <[email protected]> |
2328 | ||
2329 | * emulparams/d10velf.sh: Now works with elf.sc. | |
2330 | ||
364ffcf5 MH |
2331 | Wed Jul 31 11:52:03 1996 Martin M. Hunt <[email protected]> |
2332 | ||
2333 | * emulparams/d10velf.sh (SCRIPT_NAME): Change to vanilla. | |
2334 | ||
cd09553a ILT |
2335 | Tue Jul 30 14:46:42 1996 Ian Lance Taylor <[email protected]> |
2336 | ||
72df7117 ILT |
2337 | * ldlang.c (lang_size_sections): Add the section VMA to the result |
2338 | value when computing the address of a section. | |
2339 | ||
cd09553a ILT |
2340 | * ld.h (args_type): Add cref field. |
2341 | * lexsup.c (parse_args): Set command_line.cref. | |
2342 | * ldmain.c (main): Check command_line.cref rather than | |
2343 | link_info.notice_all. | |
2344 | (notice): Likewise. | |
2345 | ||
2346 | * ldcref.c (output_one_cref): Don't crash if a symbol is defined | |
2347 | in a section without an owner. | |
2348 | ||
86bc0974 ILT |
2349 | Mon Jul 29 17:23:33 1996 Ian Lance Taylor <[email protected]> |
2350 | ||
2351 | * fnmatch.h, fnmatch.c: New files. | |
2352 | * ldlex.l: Remove unused definition of FILENAME. Add definition | |
2353 | of WILDCHAR. In SCRIPT mode, accept any sequence of WILDCHAR as a | |
2354 | NAME. | |
2355 | * ldgram.y (file_NAME_list): Accept '*' and '?' specially. | |
2356 | (input_section_spec): Accept '?' specially. | |
2357 | (statement): Change exp to mustbe_exp in length and FILL cases. | |
2358 | (section): Call ldlex_script before section statements, and call | |
2359 | ldlex_popstate after them. | |
2360 | * ldlang.c: Include "fnmatch.h". | |
2361 | (wildcardp): New static function. | |
2362 | (wild_section): Permit the section name to be a wildcard. | |
2363 | (wild_file): New static function, broken out of wild. | |
2364 | (wild): Call wild_file. Permit the file name to be a wildcard. | |
2365 | (open_input_bfds): Don't call lookup_name for a wildcard pattern. | |
2366 | * Makefile.in: Rebuild dependencies. | |
2367 | (CFILES): Add fnmatch.c. | |
2368 | (HFILES): Add fnmatch.h. | |
2369 | (OFILES): Add fnmatch.o. | |
2370 | * ld.texinfo: Document that file and section names can now be | |
2371 | wildcard patterns. | |
2372 | ||
2373 | * ldlang.c (lang_place_orphans): Correct condition: place a common | |
2374 | section if not relocateable or if common definitions are forced. | |
2375 | ||
364ffcf5 | 2376 | Wed Jul 24 12:16:38 1996 Martin M. Hunt <[email protected]> |
ebaf6370 MH |
2377 | |
2378 | * emulparams/d10velf.sh (SCRIPT_NAME): Change to elf. | |
2379 | ||
c5b89620 MM |
2380 | Wed Jul 24 13:38:22 1996 Michael Meissner <[email protected]> |
2381 | ||
2382 | * configure.tgt (d10v-*-*): Don't require the -elf, allow plain d10v. | |
2383 | ||
e9525d96 MH |
2384 | Tue Jul 23 10:36:19 1996 Martin M. Hunt <[email protected]> |
2385 | ||
2386 | * Makefile.in (ed10velf.c): New target. | |
2387 | * configure.tgt (d10v-*-elf*): New target. | |
2388 | * emulparams/d10velf.sh: New file. | |
2389 | ||
71cd1bb6 ILT |
2390 | Thu Jul 18 16:25:39 1996 Ian Lance Taylor <[email protected]> |
2391 | ||
73a66e7a ILT |
2392 | * configure.tgt (sparc*-*-sysv4*): New target. From Andrew Gierth |
2393 | <[email protected]>. | |
2394 | ||
71cd1bb6 ILT |
2395 | * configure.host: Change irix5 to irix[56]*. |
2396 | * configure.tgt: Likewise. | |
2397 | ||
611a763f KK |
2398 | Wed Jul 17 10:52:46 1996 Kim Knuttila <[email protected]> |
2399 | ||
2154656e KK |
2400 | * emultempl/pe.em (sort_sections): Pay attention to return code. |
2401 | ||
611a763f KK |
2402 | * ldmisc.c (demangle): Remove all prefix '.'s from a name. |
2403 | ||
888b0b2f ILT |
2404 | Mon Jul 15 11:49:49 1996 Andreas Schwab <[email protected]> |
2405 | ||
2406 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round | |
2407 | the value of __start_SECNAME to the alignment required by the | |
2408 | section to be placed. | |
2409 | ||
719de0ea ILT |
2410 | Tue Jul 9 12:09:02 1996 Ian Lance Taylor <[email protected]> |
2411 | ||
2412 | * configure.tgt (mips*el-*-elf*): Use elf32elmip. | |
2413 | (mips*-*-elf*): Use elf32ebmip. | |
2414 | * emulparams/elf32bmip.sh (EMBEDDED): Don't define. | |
2415 | * emulparams/elf32lmip.sh (EMBEDDED): Don't define. | |
2416 | * emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with | |
2417 | EMBEDDED defined. | |
2418 | * emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with | |
2419 | EMBEDDED defined. | |
2420 | * emulparams/elf32b4300.sh (EMBEDDED): Define. | |
2421 | * emulparams/elf32l4300.sh (EMBEDDED): Define. | |
2422 | * Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o. | |
2423 | (eelf32ebmip.c, eelf32elmip.c): New targets. | |
2424 | ||
45c85bcb ILT |
2425 | Thu Jul 4 12:01:03 1996 Ian Lance Taylor <[email protected]> |
2426 | ||
e44c2b1c ILT |
2427 | * ldver.c (ldversion): Set version to cygnus-2.7.1. |
2428 | ||
45c85bcb ILT |
2429 | * Released binutils 2.7. |
2430 | ||
1ab4cd57 ILT |
2431 | * emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoid |
2432 | System V file name limitations. | |
2433 | * configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use | |
2434 | pc532macha rather than pc532machaout. | |
2435 | * Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to | |
2436 | epc532macha.o. | |
2437 | (epc532macha.c): Rename target from epc532machaout.c. | |
2438 | ||
4702444f ILT |
2439 | Wed Jul 3 11:40:10 1996 Ian Lance Taylor <[email protected]> |
2440 | ||
2441 | * ldlang.c (print_padding_statement): Use %u, not %x, to print | |
2442 | fill value. | |
2443 | ||
bfac208d SS |
2444 | Sun Jun 30 11:16:43 1996 Stan Shebs <[email protected]> |
2445 | ||
2446 | * mpw-eppcmac.c: Update to reflect May 23 change to aix.em. | |
2447 | ||
2ea93eb9 ILT |
2448 | Thu Jun 27 14:03:42 1996 Ian Lance Taylor <[email protected]> |
2449 | ||
bfac208d SS |
2450 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Put the .sa |
2451 | file just before the .so file, rather than just after. | |
2452 | ||
2ea93eb9 ILT |
2453 | * configure.host: Use -print-file-name=FILE rather than piping |
2454 | -print-libgcc-file-name through sed. | |
2455 | (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and | |
2456 | crtend.o files, in case gcc doesn't use them. | |
2457 | * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o. | |
2458 | ||
90c1d8f7 ILT |
2459 | Wed Jun 26 15:57:21 1996 Ian Lance Taylor <[email protected]> |
2460 | ||
2461 | * configure.tgt (mips*-dec-osf*): New target. | |
2462 | ||
f14a5192 JM |
2463 | Tue Jun 25 22:15:29 1996 Jason Molenda ([email protected]) |
2464 | ||
2465 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | |
2466 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. | |
2467 | (docdir): Removed. | |
2468 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
2469 | (AC_PROG_INSTALL): Added. | |
2470 | * configure: Rebuilt. | |
2471 | ||
2472 | Mon Jun 24 18:48:16 1996 Michael Meissner <[email protected]> | |
2473 | ||
2474 | * scripttempl/elfppc.sc (_GLOBAL_OFFSET_TABLE_): Don't do a | |
2475 | PROVIDE of _GLOBAL_OFFSET_TABLE_, since it needs to be at a | |
2476 | non-fixed location. | |
2477 | ||
d7b5386f ILT |
2478 | Mon Jun 24 17:55:31 1996 Jouke Numan <[email protected]> |
2479 | ||
2480 | * ldlang.h (enum section_type): Define. | |
2481 | (lang_output_section_statement_type): Remove loadable field. Add | |
2482 | sectype field. | |
2483 | (lang_enter_output_section_statement): Change flags parameter in | |
2484 | prototype to sectype. | |
2485 | * ldgram.y (typebits): Remove. | |
2486 | (sectype): New static variable. | |
2487 | (opt_at): Use sectype rather than typebits. | |
2488 | (type): Set sectype rather than typebits. | |
2489 | (atype): Likewise. | |
2490 | * ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in | |
2491 | EXPRESSION mode. | |
2492 | * ldlang.c (lang_output_section_statement_lookup): Set sectype | |
2493 | field rather than loadable field. | |
2494 | (wild_doit): Check sectype rather than loadable. | |
2495 | (lang_record_phdrs): Likewise. | |
2496 | (lang_enter_output_section_statement): Rename flags parameter to | |
2497 | sectype. Set sectype field rather than loadable field. Set flags | |
2498 | field based on sectype. | |
2499 | ||
8530ae8e ILT |
2500 | Mon Jun 24 12:00:32 1996 Ian Lance Taylor <[email protected]> |
2501 | ||
d7b5386f ILT |
2502 | * scripttempl/elf.sc: Force .stab* and .comment sections to start |
2503 | at 0. | |
2504 | ||
8530ae8e ILT |
2505 | * configure.in: On alpha*-*-osf*, link against libbfd.a if not |
2506 | using shared libraries. | |
2507 | * configure: Rebuild with autoconf 2.10. | |
2508 | ||
817ef338 ILT |
2509 | Fri Jun 21 17:40:56 1996 Joel Sherrill <[email protected]> |
2510 | ||
2511 | * configure.tgt: Add support for *-*-rtems* configurations. | |
2512 | ||
539ae61d ILT |
2513 | Fri Jun 21 13:05:51 1996 Richard Henderson <[email protected]> |
2514 | ||
2515 | * configure.tgt (alpha-*-linuxecoff*): New target. | |
2516 | (alpha-*-linux*): Use elf64alpha. | |
2517 | * emulparams/elf64alpha.sh: New file. | |
2518 | * emultempl/elf32.em: If ELFSIZE is not set, set it to 32. Use | |
2519 | ${ELFSIZE} rather than 32 when calling BFD routines. | |
2520 | (hold_rodata): New static variable. | |
2521 | (gld${EMULATION_NAME}_place_orphan): Use hold_rodata for a | |
2522 | readonly section that is not code. | |
2523 | (gld${EMULATION_NAME}_place_section): Set hold_rodata. Don't use | |
2524 | a .rel section unless its bfd_section field is not NULL. | |
2525 | * Makefile.in (ALL_EMULATIONS): Add eelf64alpha.o. | |
2526 | (eelf64alpha.c): New target. | |
2527 | ||
a475297c ILT |
2528 | Fri Jun 21 12:45:46 1996 Ian Lance Taylor <[email protected]> |
2529 | ||
2530 | * ldmisc.c (vfinfo): Correct handling of 0 in %W case. | |
2531 | ||
55745b34 ILT |
2532 | Thu Jun 20 13:55:28 1996 Ian Lance Taylor <[email protected]> |
2533 | ||
2534 | Add enough support to understand the gcc svr3.ifile script: | |
2535 | * ldlex.l: Recognize BLOCK and GROUP in EXPRESSION context. Add | |
2536 | BIND keyword. | |
2537 | * ldgram.y: Add BIND token. | |
2538 | (section): Recognize GROUP. | |
2539 | (opt_ext_with_type): Recognize a couple of cases of BIND. | |
2540 | * ldlang.c (init_os): Don't do anything if section is already | |
2541 | initialized. Call exp_init_os on addr_tree field. | |
2542 | (exp_init_os): New static function. | |
2543 | (map_input_to_output_sections): Call exp_init_os on assignment | |
2544 | expression. | |
2545 | (lang_place_orphans): Check for common sections by name COMMON | |
2546 | rather than by common_section field. Don't warn about absence of | |
2547 | [COMMON] command. | |
2548 | ||
2549 | * ldlang.h (lang_input_statement_type): Remove useless fields | |
2550 | common_section, common_output_section, and complained, as well as | |
2551 | all references to them. | |
2552 | ||
2553 | * ldexp.c: Reindent a lot of code. | |
2554 | (exp_fold_tree): Call FAIL rather than einfo in default case. | |
2555 | ||
2556 | Wed Jun 19 11:40:14 1996 Ian Lance Taylor <[email protected]> | |
2557 | ||
2558 | * configure.host (m88*-*-dgux*): Quote HOSTING_CRT0. From | |
2559 | <[email protected]>. | |
2560 | ||
55745b34 ILT |
2561 | Tue Jun 18 15:53:09 1996 Jeffrey A. Law <[email protected]> |
2562 | ||
2563 | * scripttempl/h8300s.sc: New file for H8/S. | |
2564 | * emulpararms/h8300s.sh: New file for H8/S. | |
2565 | * Makefile.in (ALL_EMULATIONS): Add H8/S. | |
2566 | (e_h8300s.c): Add dependencies. | |
2567 | * configure.tgt: Add H8/S to targ_extra_emuls. | |
2568 | ||
2e71dfc0 ILT |
2569 | Tue Jun 18 17:55:39 1996 Ian Lance Taylor <[email protected]> |
2570 | ||
2571 | * configure.tgt (i[345]86*-*-isc*): New target. From | |
2572 | <[email protected]>. | |
2573 | ||
2574 | Wed Jun 12 12:46:21 1996 Ian Lance Taylor <[email protected]> | |
2575 | ||
2576 | * lexsup.c: Include "libiberty.h". | |
2577 | (parse_args): Copy the -Y argument into memory. | |
2578 | (set_default_dirlist): Don't put the ':' back into the directory | |
2579 | list. | |
2580 | ||
b72b1a0c ILT |
2581 | Fri Jun 7 11:27:42 1996 Ian Lance Taylor <[email protected]> |
2582 | ||
2583 | * emultempl/sunos.em: Include libiberty.h. | |
2584 | (gld${EMULATION_NAME}_set_symbols): New static function to add | |
2585 | LD_LIBRARY_PATH to the list of search directories. | |
2586 | (ld_${EMULATION_NAME}_emulation): Add new set_symbols routine. | |
2587 | ||
39e6bc33 ILT |
2588 | Thu Jun 6 11:50:31 1996 Ian Lance Taylor <[email protected]> |
2589 | ||
1760b4ae ILT |
2590 | * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16) |
2591 | rather than . when computing _gp value. From Per Fogelstrom. | |
2592 | * emulparams/elf32lmip.sh (OTHER_GOT_SYMBOLS): Likewise. | |
2593 | ||
39e6bc33 ILT |
2594 | * ldmain.c (main): Don't close and unlink the file on error, since |
2595 | remove_output will do it anyhow. | |
2596 | * ldlang.c (open_output): Set boolean variable to true, not 1. | |
2597 | ||
2598 | Wed Jun 5 18:34:14 1996 James G. Smith <[email protected]> | |
2599 | ||
2600 | * emulparams/{elf32b4300.sh,elf32l4300.sh} (SCRIPT_NAME): Use | |
2601 | elfmips instead of elf. | |
2602 | ||
07acd23b ILT |
2603 | Tue Jun 4 18:43:07 1996 Ian Lance Taylor <[email protected]> |
2604 | ||
2605 | * ldcref.c: New file. | |
2606 | * ld.h (add_cref, output_cref): Declare. | |
2607 | * ldmain.c (main): Initialize notice_all field. If it is set at | |
2608 | end of link, call output_cref. | |
2609 | (notice): Rename from notice_ysym. Check notice_all. | |
2610 | * ldmisc.c (finfo): Make globally visible. | |
2611 | * ldmisc.h (finfo): Declare. | |
2612 | * lexsup.c (OPTION_CREF): Define. | |
2613 | (ld_options): Add "cref". | |
2614 | (parse_args): Handle OPTION_CREF. | |
2615 | * Makefile.in: Rebuild dependencies. | |
2616 | (CFILES): Add ldcref.c. | |
2617 | (OFILES): Add ldcref.o. | |
2618 | * ld.texinfo, ld.1: Document --cref. | |
2619 | ||
2c7aeec6 TT |
2620 | Tue Jun 4 12:12:25 1996 Tom Tromey <[email protected]> |
2621 | ||
2622 | * Makefile.in (install): Make $(tooldir) and $(tooldir)/bin. | |
2623 | ||
e5ca07bf ILT |
2624 | Fri May 31 12:40:55 1996 Ian Lance Taylor <[email protected]> |
2625 | ||
2626 | * emultempl/pe.em (sort_sections): Don't assume that a | |
2627 | wild_statement has a section name. | |
2628 | ||
a1d393cf ILT |
2629 | Wed May 29 13:13:35 1996 Ian Lance Taylor <[email protected]> |
2630 | ||
90557a6a ILT |
2631 | * scripttempl/elfmips.sc: Quote test -z argument. |
2632 | ||
a1d393cf ILT |
2633 | * ld.texinfo: Clarify the CONSTRUCTORS command. |
2634 | ||
64a37d3c ILT |
2635 | Thu May 23 16:07:44 1996 Ian Lance Taylor <[email protected]> |
2636 | ||
2637 | * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Initialize | |
2638 | file, not impfile. | |
2639 | ||
fe6e2957 DE |
2640 | Wed May 22 11:31:30 1996 Doug Evans <[email protected]> |
2641 | ||
2642 | * ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES} | |
2643 | if final link. | |
2644 | * emultempl/pe.em (sfunc): Renamed to sort_by_file_name. | |
2645 | (sort_by_section_name, sort_sections_1): New functions. | |
2646 | (sort_sections): Only sort by file name sections in .idata. | |
2647 | Add "Grouped Sections" support. | |
2648 | (gld${EMULATION_NAME}_place_orphan): Rewrite to support Grouped | |
2649 | Sections. | |
2650 | (gld${EMULATION_NAME}_place_section): Delete. | |
2651 | * scripttempl/pe.sc (.text,.data,.rdata): Add *(.foo\$). | |
2652 | (.CRT,.rsrc): Rewrite to use Grouped Section support. | |
2653 | ||
2654 | Tue May 21 14:31:48 1996 Stan Shebs <[email protected]> | |
2655 | ||
2656 | * mpw-eppcmac.c: Update to reflect changes to aix.em. | |
2657 | ||
4242ac27 DE |
2658 | Sun May 19 16:59:44 1996 Doug Evans <[email protected]> |
2659 | ||
2660 | * ldlang.c (dprint_statement): Stop printing at end of list. | |
2661 | ||
de7c7482 SC |
2662 | Sat May 18 13:12:05 1996 Steve Chamberlain <[email protected]> |
2663 | ||
2664 | Support for --force-exe-suffix | |
2665 | * ld.h (args_type): Add force_exe_suffix. | |
2666 | * ld.texinfo: Add documentation. | |
2667 | * ldmain.c (main): Add support for option. | |
2668 | * lexsup.c (OPTION_FORCE_EXE_SUFFIX): New. | |
2669 | (ld_options, parse_args): Add support for option. | |
2670 | ||
b3319029 JW |
2671 | Wed May 15 12:50:25 1996 Jim Wilson <[email protected]> |
2672 | ||
2673 | * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call. | |
2674 | ||
fb2a7661 MM |
2675 | Fri May 10 16:28:44 1996 Michael Meissner <[email protected]> |
2676 | ||
2677 | * scripttempl/elfppc.sc (__stack): Make __stack 0 if it was | |
2678 | referenced but not defined. | |
2679 | ||
01d8a359 RS |
2680 | Thu May 9 08:52:23 1996 Rob Savoye <[email protected]> |
2681 | ||
2682 | * emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}: | |
2683 | Set a new variable to signify if the final target is an embedded | |
8c811b9d | 2684 | system. |
01d8a359 RS |
2685 | * scripttempl/{mips.sc,elfmips.sc}: Don't add SIZEOF_HEADERS to |
2686 | .text for an embedded system. | |
2687 | ||
7248b4e2 DE |
2688 | Tue May 7 10:56:11 1996 Doug Evans <[email protected]> |
2689 | ||
2690 | * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function. | |
2691 | (gld${EMULATION_NAME}_place_section): New function. | |
2692 | (hold_{section,use,text,rdata,data}): New static locals. | |
2693 | (ld_${EMULATION_NAME}_emulation): Update orphan field. | |
2694 | * scripttempl/pe.sc: Whitespace cleanup. Semicolon usage cleanup. | |
2695 | (INIT,FINI): Delete, unused. | |
2696 | (.text): Document orphan .text.foo sections. | |
2697 | (.rdata): Document orphan .rdata.foo sections. | |
2698 | (.data): Document orphan .data.foo sections. | |
2699 | ||
d38d6b7a JL |
2700 | Tue May 7 11:35:46 1996 Jeffrey A Law ([email protected]) |
2701 | ||
00e6a1b1 JL |
2702 | * scripttempl/h8300.sc: Place ".tiny" sections right |
2703 | after ".data" sections. | |
2704 | * scripttempl/h8300h.sc: Place ".tiny" sections into | |
2705 | the "tiny" memory region, 0xff8000 through 0xffff00. | |
2706 | ||
12688490 JL |
2707 | * scripttempl/h8300.sc: Set the entry point to the value of |
2708 | "_start" rather than the start of the text segment. | |
2709 | * scripttempl/h8300h.sc: Likewise. | |
2710 | ||
2711 | * scripttempl/h8300.sc: Place .rodata sections before .text | |
2712 | sections in main ram. | |
2713 | * scripttempl/h8300h.sc: Likewise. | |
d38d6b7a | 2714 | |
4015337e JL |
2715 | Mon May 6 23:32:30 1996 Jeffrey A Law ([email protected]) |
2716 | ||
2717 | * scripttempl/h8300h.sc: Use "eight", not "eightbit" for the | |
2718 | 8-bit region and 8-bit sections. | |
2719 | ||
0a0d1bdd DE |
2720 | Wed May 1 17:50:06 1996 Doug Evans <[email protected]> |
2721 | ||
2722 | * ldlang.c (section_already_linked): Fix typos. | |
2723 | ||
f2618f82 DE |
2724 | Mon Apr 29 20:31:06 1996 Doug Evans <[email protected]> |
2725 | ||
2726 | * scripttempl/pe.sc (.endjunk): Define __end__. | |
2727 | ||
0cacbcbe ILT |
2728 | Mon Apr 29 17:05:13 1996 Ian Lance Taylor <[email protected]> |
2729 | ||
2730 | * ldlang.c (longest_section_name): Remove. | |
2731 | (SECTION_NAME_MAP_LENGTH): Define. | |
2732 | (print_size, print_alignment, print_fill, print_section): Remove. | |
2733 | (print_flags): Remove. | |
2734 | (lang_map): Rewrite. | |
2735 | (print_output_section_statement): Rewrite. | |
2736 | (print_assignment): Rewrite. | |
2737 | (print_one_symbol): Rewrite. | |
2738 | (print_input_section): Rewrite. | |
2739 | (print_fill_statement): Rewrite. | |
2740 | (print_data_statement): Rewrite. | |
2741 | (print_address_statement): New static function. | |
2742 | (print_reloc_statement): Rewrite. | |
2743 | (print_padding_statement): Rewrite. | |
2744 | (print_wild_statement): Rewrite. | |
2745 | (print_statement_list): Clean up. | |
2746 | (print_statement): Clean up. Some minor output changes. | |
2747 | (print_statements): Clean up. | |
2748 | (load_symbols): Put another - before -whole-archive. | |
2749 | * ldexp.c (exp_print_tree): Change etree_value and etree_rel to | |
2750 | print 0x and to omit leading zeroes. For etree_rel, use %B to | |
2751 | print the BFD. For etree_assign, remove the space after the | |
2752 | destination name. | |
2753 | * ldwrite.c: Include "libiberty.h". | |
2754 | (clone_section): Call xstrdup, not strdup. | |
2755 | (ldwrite): Don't print any map information. | |
2756 | (print_symbol_table, print_file_stuff, print_symbol): Remove. | |
2757 | * ldmain.c (main): Call lang_map when appropriate. | |
2758 | * ldmisc.c (vfinfo): Add support for %W. | |
2759 | (print_address): Remove. | |
2760 | * ldmisc.h (print_address): Don't declare. | |
2761 | * Makefile.in: Rebuild dependencies. | |
2762 | ||
df872c9e ILT |
2763 | Mon Apr 29 10:29:07 1996 Andreas Schwab <[email protected]> |
2764 | ||
2765 | * configure.host (m68*-*-linux*): Add -dynamic-linker to | |
2766 | HOSTING_CRT0. Search -lgcc both before and after -lc in | |
2767 | HOSTING_LIBS. Look for crt{begin,end}.o in the compiler directory | |
2768 | at first. | |
2769 | (i[345]86-*-linux*): Look for crt{begin,end}.o in the compiler | |
2770 | directory at first. | |
2771 | ||
f0f80b13 ILT |
2772 | Fri Apr 26 14:42:27 1996 Ian Lance Taylor <[email protected]> |
2773 | ||
efa6c497 ILT |
2774 | * ldmisc.h (demangle): Declare. |
2775 | * ldmisc.c: Include "libiberty.h". Include demangle.h with "", | |
2776 | not <>. | |
2777 | (demangle): Make non-static. Remove remove_underscore paramter. | |
2778 | Always return an allocated string. | |
2779 | (vfinfo): Free result of demangle. Add case 'G'. Use %T to print | |
2780 | functionname, rather than calling demangle. Print a colon between | |
2781 | the BFD(section+offset) and the line number. | |
2782 | * ldmain.c (add_archive_element): Improve format of archive | |
2783 | information in map file. | |
2784 | (constructor_callback): Don't print anything to the map file. | |
2785 | * ldlang.c (lang_one_common): Improve format of common symbol | |
2786 | information in map file. | |
2787 | * ldctor.c (ldctor_build_sets): If producing a map file, print set | |
2788 | information. | |
2789 | * ldwrite.c (print_symbol_table): Print a newline before the | |
2790 | header in the map file. | |
2791 | * Makefile.in: Rebuild dependencies. | |
2792 | ||
f0f80b13 ILT |
2793 | * ldmisc.c (vfinfo): Reindent. |
2794 | ||
14706a96 ILT |
2795 | Mon Apr 22 12:07:32 1996 Ian Lance Taylor <[email protected]> |
2796 | ||
6799c638 ILT |
2797 | * ldlang.c (lang_size_sections): If _cooked_size is not 0, then |
2798 | don't clobber it when not relaxing. | |
2799 | ||
2800 | * ld.h (ld_config_type): Remove traditional_format field. | |
2801 | * ldmain.c (main): Use link_info.traditional_format rather than | |
2802 | config.traditional_format. | |
2803 | * ldlang.c (ldlang_open_output): Likewise. | |
2804 | * lexsup.c (parse_args): Likewise. | |
2805 | * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Likewise. | |
2806 | * mpw-eppcmac.c (gldppcmacos_parse_args): Likewise. | |
2807 | ||
6429ad7e ILT |
2808 | * ldlang.c (wild_doit): Discard debugging sections if we are |
2809 | stripping debugging information. | |
2810 | ||
14706a96 ILT |
2811 | * emulparams/z8002.sh (ARCH): Set to z8002, not z8k. |
2812 | ||
e3e69b13 ILT |
2813 | Tue Apr 16 16:38:32 1996 Ian Lance Taylor <[email protected]> |
2814 | ||
2815 | * ldexp.c (fold_binary): Correct handling of subtraction with | |
2816 | absolute values. | |
2817 | (fold_name): Permit symbols in lang_allocating_phase_enum. | |
2818 | ||
2819 | * scripttempl/aout.sc: Only PROVIDE __stack when RELOCATING. Undo | |
2820 | accidental changes in last patch. | |
2821 | ||
56074c55 MM |
2822 | Tue Apr 16 10:25:42 1996 Michael Meissner <[email protected]> |
2823 | ||
2824 | * configure.tgt (powerpc*-*-{sysv,linux}): Add aliases. | |
2825 | (powerpcle*-*-{sysv,solaris}): Ditto. | |
2826 | ||
10533b5b RS |
2827 | Mon Apr 15 14:50:56 1996 Rob Savoye <[email protected]> |
2828 | ||
2829 | * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it | |
2830 | in m68k/crt0.S without things blowing up. | |
2831 | ||
2832 | Fri Apr 12 16:40:56 1996 Rob Savoye <[email protected]> | |
07f48792 RS |
2833 | |
2834 | * scripttempl/m68kcoff.sc: Remove default address for .data so | |
2835 | .text, .data, and .bss are all sequential. | |
2836 | ||
aa59d90e ILT |
2837 | Thu Apr 11 12:05:35 1996 Ian Lance Taylor <[email protected]> |
2838 | ||
2839 | * scripttempl/m68kcoff.sc: Remove regions and simplify. | |
2840 | ||
d26c498b JL |
2841 | Wed Apr 10 14:41:53 1996 Jeffrey A Law ([email protected]) |
2842 | ||
2843 | * scripttempl/h8300.sc: Add the "8-bit area" in the upper 256 | |
2844 | bytes of the address space. Put data from the ".eight" sections | |
2845 | into the 8-bit area. | |
2846 | * scripttempl/h8300h.sc: Likewise. | |
2847 | ||
b279f82e DE |
2848 | Tue Apr 9 14:10:42 1996 Doug Evans <[email protected]> |
2849 | ||
2850 | * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): | |
2851 | Pass $ARCH to ldfile_set_output_arch instead of setting | |
2852 | ldfile_output_architecture directly. | |
2853 | ||
28ad0357 MM |
2854 | Tue Apr 9 14:22:15 1996 Michael Meissner <[email protected]> |
2855 | ||
2856 | * scripttempl/elfppc.sc (.init,.fini): Put .init, .fini section | |
2857 | next to .text. Put _etext after .text, .init, .fini, and | |
2858 | .rodata{,2} sections. | |
2859 | ||
7ec9d825 ILT |
2860 | Tue Apr 9 12:18:57 1996 Ian Lance Taylor <[email protected]> |
2861 | ||
517a7caf ILT |
2862 | * ld.texinfo: Rearrange option documentation. |
2863 | ||
1ffec9e6 ILT |
2864 | * lexsup.c (ld_options): New static array. |
2865 | (parse_args): Build shortopts and longopts from ld_options array. | |
2866 | (help): New static function. | |
2867 | * ldver.h (help): Don't declare. | |
2868 | * ldver.c (ldversion): Reindent. | |
2869 | (help): Remove. | |
2870 | ||
7ec9d825 ILT |
2871 | * ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic. |
2872 | ||
90ba7e65 ILT |
2873 | Mon Apr 8 11:56:23 1996 Ian Lance Taylor <[email protected]> |
2874 | ||
0c4d3f6f ILT |
2875 | * emultempl/elf32.em: When checking for a native emulation, check |
2876 | that the current emulation is the default emulation. | |
2877 | * emultempl/sunos.em: Likewise. | |
2878 | ||
b4cb4ea2 ILT |
2879 | * configure.in: Permit --enable-shared to specify a list of |
2880 | directories. | |
2881 | * configure: Rebuild. | |
2882 | ||
90ba7e65 ILT |
2883 | * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic, |
2884 | for HP/UX compatibility. | |
2885 | ||
8a42aa54 ILT |
2886 | Fri Apr 5 14:30:14 1996 Ian Lance Taylor <[email protected]> |
2887 | ||
6cc7365e ILT |
2888 | * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): New |
2889 | static function, if ${host} = ${target}. | |
2890 | (gld${EMULATION_NAME}_after_open): Call check_ld_so_conf to find a | |
2891 | needed shared library if ${host} = $[target}. | |
2892 | ||
2893 | * configure.host (i[345]86-*-linux*): Add -dynamic-linker to | |
2894 | HOSTING_CRT0. Search -lgcc both before and after -lc in | |
2895 | HOSTING_LIBS. | |
2896 | ||
8a42aa54 ILT |
2897 | * configure.tgt: Add i[345]86-*-freebsdelf* target; from John |
2898 | Polstra <[email protected]>. | |
2899 | ||
4864a04f JSC |
2900 | Fri Apr 5 18:11:25 1996 James G. Smith <[email protected]> |
2901 | ||
2902 | * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit | |
2903 | architecture number. | |
2904 | * scripttempl/elf.sc: Use $MACHINE definition if present. | |
2905 | * configure.tgt (targ_extra_emuls): Force 4100 build to use same | |
2906 | template as 4300. | |
2907 | ||
09328690 ILT |
2908 | Mon Apr 1 17:35:40 1996 Ian Lance Taylor <[email protected]> |
2909 | ||
2910 | * ldlang.c (lang_size_sections): Change region check to handle | |
2911 | regions which end at the highest possible address correctly. | |
2912 | From Roland Weber <[email protected]>. | |
23595ba5 ILT |
2913 | |
2914 | * ldlang.c (section_already_linked): New static function. | |
2915 | (wild_doit): Discard sections with SEC_EXCLUDE set if not doing a | |
2916 | relocateable link. Don't worry about section being NULL, since it | |
2917 | never should be. Don't call init_os unless the section is going | |
2918 | to be added. | |
2919 | (ldlang_add_file): Call section_already_linked for each section. | |
2920 | * ldmain.c (multiple_definition): Don't warn about multiple | |
2921 | definitions in sections which are being discarded. | |
2922 | ||
ea461c67 SC |
2923 | Sun Mar 31 00:30:47 1996 steve chamberlain <[email protected]> |
2924 | ||
2925 | * scripttempl/{ppcpe.sc, pe.sc} (.junk): Remove and use /DISCARD/. | |
2926 | * emultempl/pe.em (init): Remove special case PPC code. | |
2927 | ||
0e88ffa2 JL |
2928 | Fri Mar 29 00:01:29 1996 Jeffrey A Law ([email protected]) |
2929 | ||
2930 | * scripttempl/h8300.sc: Make vectors section 0xc4 bytes long | |
2931 | so as not to overwrite the magic syscall entry at 0xc4. | |
2932 | * scripttempl/h8300h.sc: Likewise. | |
2933 | ||
bacc1703 DE |
2934 | Thu Mar 28 11:05:47 1996 Doug Evans <[email protected]> |
2935 | ||
2936 | * configure.tgt (sparc64-*-solaris2*): Delete. | |
2937 | Stick with sparc-*-solaris2*. | |
2938 | ||
64664e69 ILT |
2939 | Wed Mar 27 12:33:24 1996 Ian Lance Taylor <[email protected]> |
2940 | ||
cf2e4f5f ILT |
2941 | * ld.h (DISCARD_SECTION_NAME): Define to "/DISCARD/". |
2942 | * ldlang.c (init_os): Fail on an attempt to initialize any section | |
2943 | named DISCARD_SECTION_NAME. | |
2944 | (wild_doit): Discard input sections assigned to an output section | |
2945 | named DISCARD_SECTION_NAME. | |
2946 | * ld.texinfo: Document use of /DISCARD/. | |
2947 | ||
64664e69 ILT |
2948 | * ldlang.c: Fix some indentation and comments. |
2949 | ||
28113e82 ILT |
2950 | Tue Mar 26 18:14:49 1996 Ian Lance Taylor <[email protected]> |
2951 | ||
2952 | * ldmain.c (main): Call bfd_set_error_program_name. | |
2953 | ||
8ef401e2 ILT |
2954 | Thu Mar 21 13:17:34 1996 Ian Lance Taylor <[email protected]> |
2955 | ||
28113e82 ILT |
2956 | * ld.texinfo: Fix a couple of indexing entries. Mention that |
2957 | --verbose displays builtin linker scripts. | |
2958 | ||
4bcc5d32 ILT |
2959 | * ldmisc.c (vfinfo): case 'I': If the file is not in an archive, |
2960 | and the local symbol name does not match the filename, print the | |
2961 | filename as well. | |
2962 | ||
8ef401e2 ILT |
2963 | Patches from John Polstra <[email protected]> for FreeBSD ELF: |
2964 | * lexsup.c (parse_args): -Bshareable is a synonym for -shared. | |
2965 | * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same | |
2966 | as TEXT_START_ADDR. | |
2967 | ||
baaaf6f2 ILT |
2968 | Wed Mar 20 18:18:25 1996 Andreas Schwab <[email protected]> |
2969 | ||
2970 | * ld.texinfo: Fix typos. Use @pxref only inside parentheses. | |
2971 | ||
0f5898cc ILT |
2972 | Wed Mar 20 16:56:15 1996 Ian Lance Taylor <[email protected]> |
2973 | ||
2974 | * ldmain.c (add_wrap): New function. | |
2975 | * ldmain.h (add_wrap): Declare. | |
2976 | * lexsup.c (parse_args): Call add_wrap. | |
2977 | ||
60e42680 DE |
2978 | Tue Mar 19 16:44:20 1996 Doug Evans <[email protected]> |
2979 | ||
2980 | * configure.host (sparc*-*-solaris2* host): Accept any sparc variant. | |
2981 | ||
deddae66 JL |
2982 | Wed Mar 13 17:47:31 1996 Jeffrey A Law ([email protected]) |
2983 | ||
2984 | * scripttempl/h8300.sc: Change name of page zero memory | |
2985 | from "null" to "vectors". Create an output section for | |
2986 | vectors. Add comments on how to explicitly place items | |
2987 | in the vector table. | |
2988 | * scripttempl/h8300h.sc: Likewise. | |
2989 | ||
5cb57c2c ILT |
2990 | Wed Mar 13 12:40:18 1996 Ian Lance Taylor <[email protected]> |
2991 | ||
96704ebc ILT |
2992 | * emultempl/lnk960.em (machine_table): Add jx and hx. |
2993 | ||
5cb57c2c ILT |
2994 | * genscripts.sh: Don't use ${9:-xx}, since Ultrix /bin/sh doesn't |
2995 | support it. | |
2996 | ||
4b7d2399 ILT |
2997 | Tue Mar 12 12:43:59 1996 David Mosberger-Tang <[email protected]> |
2998 | ||
2999 | * ld.h (ld_config_type): Add warn_multiple_gp field. | |
3000 | * lexsup.c (parse_args): Handle --warn-multiple-gp. | |
3001 | * ldmain.c (warning_callback): Suppress multiple gp values warning | |
3002 | if --warn_multiple_gp was not used. | |
3003 | * ld.texinfo, ld.1: Document --warn-multiple-gp. | |
3004 | ||
02df835b ILT |
3005 | Tue Mar 12 12:02:21 1996 Ian Lance Taylor <[email protected]> |
3006 | ||
e3d73386 ILT |
3007 | * lexsup.c (parse_args): Handle --wrap. |
3008 | * ldmain.c (main): Initialize link_info.wrap_hash. | |
3009 | * ldexp.c (fold_name): Use bfd_wrapped_link_hash_lookup in DEFINED | |
3010 | and NAME cases. | |
3011 | * ld.texinfo, ld.1: Document --wrap. | |
3012 | ||
ea2488ad ILT |
3013 | * configure: Rebuild with autoconf 2.8. |
3014 | ||
02df835b ILT |
3015 | Don't do SunOS style dynamic linking for sparc-aout: |
3016 | * configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4. | |
3017 | (sparclite*-fujitsu-*, sparc*-*-aout): Likewise. | |
3018 | (sparc*-wrs-vxworks*): Likewise. | |
3019 | * emulparams/sparcaout.sh: New file. | |
3020 | * Makefile.in (ALL_EMULATIONS): Add esparcaout.o. | |
3021 | (esparcaout.c): New target. | |
3022 | ||
3023 | Wed Mar 6 16:06:52 1996 J.T. Conklin <[email protected]> | |
3024 | ||
3025 | * scripttempl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change | |
3026 | in a different manner to work around differences in shell variable | |
3027 | expansion. | |
3028 | ||
6771b6e2 ILT |
3029 | Wed Mar 6 18:08:18 1996 Ian Lance Taylor <[email protected]> |
3030 | ||
3031 | * ldemul.h (ldemul_unrecognized_file): Declare. | |
3032 | (ldemulation_xfer_type): Add unrecognized_file field. | |
3033 | * ldemul.c (ldemul_unrecognized_file): New function. | |
3034 | * ldlang.c (load_symbols): If a file can not be recognized, call | |
3035 | ldemul_unrecognized_file before trying it as a linker script. | |
3036 | * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static | |
3037 | function. | |
3038 | (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r". | |
3039 | (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file. | |
3040 | ||
3d0c8fa1 ILT |
3041 | Mon Mar 4 14:11:17 1996 Ian Lance Taylor <[email protected]> |
3042 | ||
3043 | * ldlang.c (wild): Handle foo.a(.text) by mapping each included | |
3044 | member of foo.a separately. From Jouke Numan <[email protected]>. | |
3045 | ||
16385918 ILT |
3046 | Fri Mar 1 10:24:59 1996 Andreas Schwab <[email protected]> |
3047 | ||
3048 | * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): | |
3049 | Search trinary.cond rather than searching trinary.lhs twice. | |
3050 | ||
e24b45a8 SS |
3051 | Tue Feb 27 15:08:43 1996 Stan Shebs <[email protected]> |
3052 | ||
3053 | * mpw-make.sed: Edit out shared library support. | |
3054 | (@TDIRS@): Edit out, can't use genscripts. | |
3055 | ||
228b04d2 ILT |
3056 | Tue Feb 27 15:09:21 1996 Andreas Schwab <[email protected]> |
3057 | ||
3058 | * configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets. | |
3059 | * emulparams/m68klinux.sh: New file. | |
3060 | * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation): | |
3061 | Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of | |
3062 | bfd_linux_size_dynamic_sections. | |
3063 | * Makefile.in (ALL_EMULATIONS): Add em68klinux.o. | |
3064 | (em68klinux.c): New target. | |
3065 | * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts. | |
3066 | ||
3c8deccc ILT |
3067 | Tue Feb 27 12:55:46 1996 Ian Lance Taylor <[email protected]> |
3068 | ||
228b04d2 ILT |
3069 | * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order. |
3070 | Fill in missing entries. | |
3071 | ||
3c8deccc ILT |
3072 | * lexsup.c (parse_args): Recognize --no-whole-archive. |
3073 | * ldlang.h (lang_input_statement_type): Add whole_archive field. | |
3074 | * ldlang.c (new_afile): Set whole_archive field. | |
3075 | (load_symbols): Check input file specific whole_archive field | |
3076 | rather than global variable. | |
3077 | * ld.texinfo, ld.1: Document --no-whole-archive. | |
3078 | ||
fc7b6582 ILT |
3079 | Tue Feb 20 16:07:00 1996 Ian Lance Taylor <[email protected]> |
3080 | ||
3081 | * configure.tgt: Correct gldi960 to gld960. | |
3082 | ||
c653b370 ILT |
3083 | Mon Feb 19 11:16:44 1996 Ian Lance Taylor <[email protected]> |
3084 | ||
169df8d5 ILT |
3085 | * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check |
3086 | the SONAME if it is available. | |
3087 | (gld${EMULATION_NAME}_stat_needed): Use the SONAME, not the | |
3088 | filename, when checking for conflicting library versions. Don't | |
3089 | assume that the suffix is only numbers and dots. | |
3090 | ||
c653b370 ILT |
3091 | * ld.texinfo: Mention that -R can be used for -rpath. |
3092 | ||
9e2ef098 ILT |
3093 | Sun Feb 18 15:05:17 1996 Ian Lance Taylor <[email protected]> |
3094 | ||
3095 | * configure.host: Check for 'do not mix' from native linker before | |
3096 | trying to use -rpath. | |
3097 | ||
ad43e45b ILT |
3098 | Thu Feb 15 13:58:06 1996 Ian Lance Taylor <[email protected]> |
3099 | ||
c99fbc42 ILT |
3100 | * configure.in: Remove explicit substitution of CFLAGS; autoconf |
3101 | does it anyhow. | |
3102 | * configure: Rebuild. | |
3103 | * Makefile.in (LDFLAGS): Set to @LDFLAGS@. | |
3104 | ||
7e19f60e ILT |
3105 | * configure.in: Call AC_PROG_CC before configure.host. |
3106 | * configure: Rebuild. | |
3107 | * configure.host: Remove go32 host, since it should no longer be | |
3108 | necessary. Don't set CC for romp host. | |
3109 | ||
22aa1302 ILT |
3110 | * scripttempl/elf.sc: Don't skip a page in virtual memory space if |
3111 | the text segment ends exactly on a page boundary. | |
3112 | ||
ad43e45b ILT |
3113 | * configure.in: Substitute RPATH_ENVVAR. |
3114 | * configure: Rebuild. | |
3115 | * configure.host: Set RPATH_ENVVAR. | |
3116 | * Makefile.in (RPATH_ENVVAR): New variable. | |
3117 | (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH. | |
3118 | ||
95d31c3c ILT |
3119 | Wed Feb 14 18:49:01 1996 Alan Modra <[email protected]> |
3120 | ||
3121 | * configure.in: Redo emulation handling so that each emulation | |
3122 | searches the correct tool directory, based on the target alias. | |
3123 | For example, "configure --enable-targets=m68k-coff i386-linux" | |
3124 | will search /usr/local/i386-linux/lib for linux and | |
3125 | /usr/local/m68k-coff/lib for m68k-coff. | |
3126 | * configure: Rebuild. | |
3127 | * configure.tgt: Add special tdir settings for Linux. | |
3128 | * Makefile.in: Add @TDIRS@. Pass "$(tdir_EMUL)" to ${GENSCRIPTS} | |
3129 | for each eEMUL.c target. | |
3130 | * genscripts.sh: Accept specific alias as 9th argument, and use it | |
3131 | in LIB_PATH. | |
3132 | ||
307585f1 ILT |
3133 | Wed Feb 14 16:38:36 1996 Martin Anantharaman <[email protected]> |
3134 | ||
3135 | * ldlang.c (lang_set_startof): Don't do anything for a | |
3136 | relocateable link. | |
3137 | ||
3138 | * ldgram.y (mri_script_file): Call mri_draw_tree. | |
3139 | * mri.c (mri_draw_tree): Make globally visible. Don't bother to | |
3140 | create memory regions. | |
3141 | (mri_load): Don't call mri_draw_tree. | |
3142 | * mri.h (mri_draw_tree): Declare. | |
3143 | ||
3144 | * configure.tgt (m68*-*-psos): New target. | |
3145 | * emulparams/m68kpsos.sh: New file. | |
3146 | * scripttempl/psos.sc: New file. | |
3147 | * Makefile.in (ALL_EMULATIONS): Add em68kpsos.o. | |
3148 | (em68kpsos.c): New target. | |
3149 | ||
db3bfcd6 ILT |
3150 | Wed Feb 14 11:09:25 1996 Ian Lance Taylor <[email protected]> |
3151 | ||
95d31c3c ILT |
3152 | * configure.tgt (*-*-ieee*): New target; use vanilla. |
3153 | ||
db3bfcd6 ILT |
3154 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Strip |
3155 | `:foo' from ${ARCH}. | |
3156 | ||
9cb8a981 ILT |
3157 | Tue Feb 13 15:58:58 1996 Bryan Ford <[email protected]> |
3158 | ||
3159 | * scripttempl/i386msdos.sc: Don't pad the .text section. Put | |
3160 | .rodata in .data. | |
3161 | ||
62548927 ILT |
3162 | Tue Feb 13 14:04:19 1996 Ian Lance Taylor <[email protected]> |
3163 | ||
b6acf084 ILT |
3164 | * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared. |
3165 | ||
62548927 ILT |
3166 | * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Warn if |
3167 | it looks like we might be linking in two different versions of the | |
3168 | same shared library. Based on a patch from H J Lu <[email protected]>. | |
3169 | ||
708f7fbc ILT |
3170 | Thu Feb 8 19:25:54 1996 Ian Lance Taylor <[email protected]> |
3171 | ||
3172 | * ldlang.c (lang_size_sections): Increment the section size when a | |
3173 | padding statement is encountered. | |
3174 | ||
2e598345 ILT |
3175 | Wed Feb 7 14:01:33 1996 Ian Lance Taylor <[email protected]> |
3176 | ||
3177 | * configure.in: Look for --enable-shared. Change the value of | |
3178 | BFDLIB when linking against a shared library on SunOS. | |
3179 | * configure: Rebuild. | |
3180 | * configure.host: If using a shared BFD library, try to pass a | |
3181 | reasonable -rpath option when linking. | |
3182 | * Makefile.in (BFDLIB): Set to @BFDLIB@. | |
3183 | ||
3184 | Tue Feb 6 12:29:14 1996 Doug Evans <[email protected]> | |
3185 | ||
3186 | * emulparams/elf64_sparc.sh (ARCH): Change to `sparc:v9'. | |
3187 | * emultempl/generic.em: Strip `:foo' from ${ARCH}. | |
3188 | ||
f8d48971 ILT |
3189 | Mon Feb 5 16:25:30 1996 Ian Lance Taylor <[email protected]> |
3190 | ||
3191 | Support for building bfd and opcodes as shared libraries, based on | |
3192 | patches from Alan Modra <[email protected]>: | |
3193 | * configure.in (HLDFLAGS): New substitution. | |
3194 | * configure: Rebuild. | |
3195 | * configure.host: Set HLDFLAGS on SunOS. | |
3196 | * Makefile.in (HLDFLAGS): New variable. | |
3197 | (BFDDEP): New variable. | |
3198 | (BFDLIB): Change to -L../bfd -lbfd. | |
3199 | ($(LD_PROG)): Depend upon $(BFDDEP) rathern than $(BFDLIB). Use | |
3200 | $(HLDFLAGS) in link. | |
3201 | (check): Set LD_LIBRARY_PATH in the environment. | |
3202 | ||
3203 | Fri Feb 2 19:26:25 1996 Michael Meissner <[email protected]> | |
3204 | ||
3205 | * scripttempl/elfppc.sc (.sdata2, .sbss2): Put .sdata2 and .sbss | |
3206 | in the read-only section, not read/write unless we are making a | |
3207 | shared library. | |
3208 | (.debug*): Add dwarf debug sections. | |
3209 | (.rela.{sdata*,sbss*}): Add sections. | |
3210 | ||
ae9120f9 ILT |
3211 | Fri Feb 2 16:50:21 1996 Ian Lance Taylor <[email protected]> |
3212 | ||
3213 | * configure: Regenerate. | |
3214 | ||
48766668 ILT |
3215 | Thu Feb 1 10:50:46 1996 Ian Lance Taylor <[email protected]> |
3216 | ||
be54c2b6 ILT |
3217 | * emulparams/elf_i386.sh (TEXT_START_ADDR): Change to 0x8048000, |
3218 | for SVR4 compatibility. | |
3219 | ||
48766668 ILT |
3220 | * ldexp.c (exp_fold_tree): Correct handling of ABSOLUTE. |
3221 | ||
923b8e0c SC |
3222 | Wed Jan 31 17:30:19 1996 Steve Chamberlain <[email protected]> |
3223 | ||
3224 | * configure.tgt (i[345]86-*-cygwin32, powerpcle-*-cygwin32): New. | |
3225 | * emultempl/pe.em (definfo init): Make the default stack reserve | |
3226 | of a PPC larger. | |
8c811b9d | 3227 | |
40ab9bb9 ILT |
3228 | Wed Jan 31 14:34:23 1996 Richard Henderson <[email protected]> |
3229 | ||
3230 | * configure.tgt (m68*-apple-aux*): New target. | |
3231 | * emulparams/m68kaux.sh: New file. | |
3232 | * scripttempl/m68kaux.sc: New file. | |
3233 | * Makefile.in (ALL_EMULATIONS): Add em68kaux.o. | |
3234 | (em68kaux.c): New target. | |
3235 | ||
bc60f924 ILT |
3236 | Tue Jan 30 13:18:56 1996 Ian Lance Taylor <[email protected]> |
3237 | ||
3238 | * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Ignore | |
3239 | -bnoentry, since the right thing tends to happen anyhow. | |
3240 | ||
4bdd9722 ILT |
3241 | Mon Jan 29 12:29:26 1996 Ian Lance Taylor <[email protected]> |
3242 | ||
3243 | * ld.texinfo, ld.1: Document -export-dynamic. | |
3244 | ||
3245 | Fri Jan 26 11:11:55 1996 Andreas Schwab <[email protected]> | |
3246 | ||
3247 | * emultempl/sunos.em: Check for native compile by comparing | |
3248 | ${target} and ${host}. | |
3249 | ||
de8d1609 JSC |
3250 | Thu Jan 25 16:46:58 1996 James G. Smith <[email protected]> |
3251 | ||
3252 | * emulparams/{elf32b4300.sh, elf32l4300.sh}: Changed | |
3253 | TEXT_START_ADDR to allow use on IDT and PMON systems. | |
3254 | ||
1759ad4d SC |
3255 | Wed Jan 24 20:59:40 1996 Steve Chamberlain <[email protected]> |
3256 | ||
3257 | * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): | |
3258 | correct spelling. | |
3259 | ||
b0cc94a1 DE |
3260 | Wed Jan 24 16:59:19 1996 Doug Evans <[email protected]> |
3261 | ||
3262 | * configure.tgt (sparc64-*-solaris2*): New configuration. | |
3263 | (sparc64-*-aout*): Renamed from sparc64*. | |
3264 | ||
7df4ba26 ILT |
3265 | Mon Jan 22 13:01:35 1996 Andreas Schwab <[email protected]> |
3266 | ||
3267 | * Makefile.in (GENSCRIPTS): Pass @host@ @target@ @target_alias@. | |
3268 | * genscripts.sh: Set host, target and target_alias variables. | |
3269 | Check for native compile by comparing ${target} and ${host}. | |
3270 | * emultempl/elf32.em: Likewise. | |
3271 | * scripttempl/elfmips.sc: Test ${target}, not ${target_alias}. | |
3272 | ||
4d99a950 MM |
3273 | Mon Jan 22 11:03:23 1996 Michael Meissner <[email protected]> |
3274 | ||
3275 | * scripttempl/elfppc.sc: Refine eabi support to better support | |
3276 | .sdata, .sdata2, .sbss, etc. sections. | |
3277 | ||
a411bea0 ILT |
3278 | Tue Jan 16 15:16:58 1996 Ian Lance Taylor <[email protected]> |
3279 | ||
3280 | * ldgram.y (%union): Add phdr field. | |
3281 | (phdr): Use phdr_qualifiers rather than opt_hdrs and opt_at. | |
3282 | (phdr_qualifiers): New nonterminal. Add support for FLAGS. | |
3283 | (opt_hdrs, hdr): Remove. | |
3284 | (phdr_val): New nonterminal. | |
3285 | * ldlang.c (lang_new_phdr): Replace hdrs parameter with filehdr | |
3286 | and phdrs parameters. Add flags parameter. | |
3287 | (lang_record_phdrs): Update for changes to lang_phdr. Pass flags | |
3288 | to bfd_record_phdr. | |
3289 | * ldlang.h (struct lang_phdr): Replace hdrs field with filehdr and | |
3290 | phdrs fields. Add flags field. | |
3291 | (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Remove. | |
3292 | (lang_new_phdr): Update declaration. | |
3293 | * ld.texinfo: Document FLAGS. | |
3294 | ||
fe1379d4 ILT |
3295 | Mon Jan 15 15:07:19 1996 Ian Lance Taylor <[email protected]> |
3296 | ||
0bc9a7d2 ILT |
3297 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): |
3298 | Don't make a shared library because of an undefined reference to | |
3299 | __GLOBAL_OFFSET_TABLE_. | |
3300 | ||
fe1379d4 ILT |
3301 | Add some Irix 5 support, mostly from Kazumoto Kojima |
3302 | <[email protected]>: | |
3303 | * emulparams/elf32bmip.sh (SCRIPT_NAME): Change to elfmips. | |
3304 | (SHLIB_TEXT_START_ADDR): Define. | |
3305 | (OTHER_GOT_SYMBOLS): Define. | |
3306 | (OTHER_READWRITE_SECTIONS): Remove initialization of _gp. | |
3307 | (EXECUTABLE_SYMBOLS): Don't define. | |
3308 | (DYNAMIC_LINK): Don't define. | |
3309 | * emulparams/elf32lmip.sh: Same changes as elf32bmip.sh. | |
3310 | * scripttempl/elfmips.sc: New file. | |
3311 | * configure.host (mips*-dec-bsd*): Change mips to mips*. | |
3312 | (mips*-sgi-irix4*): Likewise. | |
3313 | (mips*-sgi-irix5*): New entry. | |
3314 | * Makefile.in (eelf32bmip.c): Depend upon elfmips.sc rather than | |
3315 | elf.sc. | |
3316 | (eelf32lmip.c): Likewise. | |
3317 | ||
be03dc3e MM |
3318 | Sat Jan 13 09:41:43 1996 Michael Meissner <[email protected]> |
3319 | ||
3320 | * scripttempl/elfppc.sc: Remove support for .rel.* sections. Add | |
3321 | .rela.got.neg section. | |
3322 | ||
23cb3b65 ILT |
3323 | Fri Jan 12 14:56:19 1996 Ian Lance Taylor <[email protected]> |
3324 | ||
2afa4f21 ILT |
3325 | * scripttempl/sh.sc: Only build constructors when CONSTRUCTING. |
3326 | ||
23cb3b65 ILT |
3327 | * ldmisc.c: Include <stdarg.h> rather than <varargs.h> if |
3328 | ANSI_PROTOTYPES is defined. Remove special handling of | |
3329 | WINDOWS_NT. Various indendation fixes. | |
3330 | (vfinfo): Change fmt parameter to const char *. | |
3331 | (info_msg): Write <stdarg.h> version. | |
3332 | (einfo, minfo, finfo): Likewise. | |
3333 | (info_assert): Change file parameter to const char *. | |
3334 | * ldmisc.h (einfo, minfo, info_msg): If ANSI_PROTOTYPES is | |
3335 | defined, use a real prototype. | |
3336 | (info_assert): Change first parameter to be const char *. | |
3337 | ||
4fe13b2b MM |
3338 | Fri Jan 12 13:29:55 1996 Michael Meissner <[email protected]> |
3339 | ||
3340 | * scripttempl/elfppc.sc: Add support for .sdata2/.sbss2, etc. Add | |
3341 | in old support that 2.7.2 needs, but the current compiler does | |
3342 | not. | |
3343 | ||
3344 | * Makefile.in (eelf32{,l}ppc.c): Fix up dependencies to use the | |
3345 | correct Linker script template. | |
3346 | ||
3347 | * emulparams/elf32{,l}ppc.sh (TEXT_START_ADDR): Set to 0x40000, | |
3348 | not 0x400000. | |
3349 | (DATA_ADDR,NONPAGED_TEXT_START_ADDR): Delete. | |
3350 | ||
37e46b8b ILT |
3351 | Tue Jan 9 15:53:02 1996 Ian Lance Taylor <[email protected]> |
3352 | ||
3353 | * scripttempl/alpha.sc: Put .rconst right after .rdata. | |
3354 | ||
d4279937 SC |
3355 | Fri Jan 5 14:07:45 1996 Steve Chamberlain <[email protected]> |
3356 | ||
3357 | * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): | |
3358 | sort using right pointer. | |
3359 | ||
9dee2948 MM |
3360 | Fri Jan 5 12:25:47 1996 Michael Meissner <[email protected]> |
3361 | ||
3362 | * scripttempl/elfppc.sc: Remove support for creating special | |
3363 | labels for eabi section begin/end here. The compiler now uses | |
3364 | crt{i,n}.o to create these symbols. | |
3365 | ||
ed1f99e7 ILT |
3366 | Thu Jan 4 17:08:58 1996 Ian Lance Taylor <[email protected]> |
3367 | ||
3368 | * configure.host: Change existing Linux HOSTING_CRT0 to be used | |
3369 | for a.out only, and put in appropriate HOSTING_CRT0 and | |
3370 | HOSTING_LIBS values for Linux ELF. | |
3371 | ||
5c5e420c DE |
3372 | Thu Jan 4 12:02:05 1996 Doug Evans <[email protected]> |
3373 | ||
3374 | * scripttempl/h8300.sc: Use all 64K for ram. | |
3375 | * scripttempl/h8300h.sc: Define 256K ram size. | |
3376 | ||
3377 | Thu Dec 21 15:57:18 1995 Ian Lance Taylor <[email protected]> | |
3378 | ||
3379 | * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Pass | |
3380 | export_defines as true to bfd_xcoff_size_dynamic_sections if -unix | |
3381 | was used, regardless of whether -bE was used. | |
3382 | ||
67cf6778 ILT |
3383 | Tue Dec 19 17:35:38 1995 Ian Lance Taylor <[email protected]> |
3384 | ||
3385 | * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set | |
3386 | relocateable before calling ldctor_build_sets if the output file | |
3387 | is in an XCOFF format. | |
3388 | ||
4fc151e9 ILT |
3389 | Fri Dec 15 16:34:36 1995 Ian Lance Taylor <[email protected]> |
3390 | ||
3391 | * ldwrite.c (build_link_order): When handling a data statement, if | |
3392 | the endianness of the output file is unknown, use the endianness | |
3393 | of the input file. | |
3394 | ||
d8d4a450 SS |
3395 | Tue Dec 12 13:55:41 1995 Stan Shebs <[email protected]> |
3396 | ||
3397 | * mpw-config.in: Recognize mips-*-* as equivalent to | |
3398 | mips-idt-ecoff. | |
3399 | * mpw-eppcmacos.c: Rename to shorter mpw-eppcmac.c. | |
3400 | * mpw-ld.r: Add version resources. | |
3401 | (cfrg): Use symbolic instead of literal name for executable. | |
3402 | ||
9499591f KK |
3403 | Mon Dec 11 15:13:41 1995 Kim Knuttila <[email protected]> |
3404 | ||
3405 | * scripttempl/ppcpe.sc (FINI): Moved the .reloc section. | |
3406 | ||
e8bb9a12 DE |
3407 | Wed Dec 6 14:33:50 1995 Doug Evans <[email protected]> |
3408 | ||
3409 | * ldlang.c (print_statement{,s}): Delete duplicate prototype. | |
3410 | (print_statement_list): Renamed from print_statement. All callers | |
3411 | updated. | |
3412 | (print_statement): New function to print just one statement. | |
3413 | (print_{data,reloc,padding}_statement): Don't crash if | |
3414 | output_section == NULL. | |
3415 | (dprint_statement): New function. | |
3416 | ||
95b3cb6b DE |
3417 | * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix |
3418 | call to sort_sections. | |
3419 | ||
04215033 ILT |
3420 | Wed Dec 6 14:59:06 1995 Ian Lance Taylor <[email protected]> |
3421 | ||
9430b933 ILT |
3422 | * emultempl/aix.em (unix_ld): New static variable. |
3423 | (gld${EMULATION_NAME}_parse_args): Handle -unix. | |
3424 | (gld${EMULATION_NAME}_before_allocation): If unix_ld, pass | |
3425 | gc as false and export_defineds as true to size_dynamic_sections. | |
3426 | ||
04215033 ILT |
3427 | * ldexp.c (exp_fold_tree): Permit assignments to dot in the final |
3428 | phase if the current section is abs_output_section. | |
3429 | ||
d4279937 SC |
3430 | |
3431 | Tue Dec 5 09:49:39 1995 Doug Evans <[email protected]> | |
3432 | ||
3433 | * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix call | |
3434 | to sort_sections. | |
3435 | ||
061e65f8 ILT |
3436 | Fri Dec 1 16:48:36 1995 Ian Lance Taylor <[email protected]> |
3437 | ||
3438 | * ldgram.y (PHDRS): New token. | |
3439 | (ifile_p1): Accept phdrs. | |
3440 | (section): Accept phdr_opt at the end of the section definition. | |
3441 | (phdr_op): New nonterminal. | |
3442 | (phdrs, phdr_list, phdr, phdr_type, opt_hdrs, hdr): Likewise. | |
3443 | * ldlex.l: Accept PHDRS. | |
3444 | * ldlang.h (struct lang_output_section_phdr_list): Define. | |
3445 | (lang_output_section_statement_type): Add phdrs field. | |
3446 | (struct lang_phdr): Define. | |
3447 | (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Define. | |
3448 | (lang_new_phdr): Declare. | |
3449 | * ldlang.c (lang_phdr_list): New static variable. | |
3450 | (lang_output_section_statement_lookup): Initialize phdrs field. | |
3451 | (lang_process): Call lang_record_phdrs. | |
3452 | (lang_new_phdr): New function. | |
3453 | (lang_section_in_phdr): New function. | |
3454 | (lang_record_phdrs): New static function. | |
3455 | * ld.texinfo: Document PHDRS. | |
3456 | ||
d611a82e KK |
3457 | Thu Nov 30 13:14:30 1995 Kim Knuttila <[email protected]> |
3458 | ||
3459 | * scripttempl/ppcpe.sc: Moved .edata into its own section to | |
3460 | expose it. | |
3461 | ||
e7f2e923 ILT |
3462 | Thu Nov 30 11:32:34 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <[email protected]> |
3463 | ||
3464 | * configure.host (m68*-motorola-sysv): Define HOSTING_CRT0 and | |
3465 | HOSTING_LIBS for testing. | |
3466 | (m88*-motorola-sysv3): Define HOSTING_CRT0 and HOSTING_LIBS for | |
3467 | testing. | |
3468 | ||
5aca4058 ILT |
3469 | Tue Nov 28 12:14:53 1995 Ian Lance Taylor <[email protected]> |
3470 | ||
3471 | * lexsup.c (parse_args): Set config.dynamic_link to false for -N | |
3472 | and -n. | |
3473 | ||
6a4667f4 ILT |
3474 | Mon Nov 27 13:12:09 1995 Ian Lance Taylor <[email protected]> |
3475 | ||
3476 | * configure: Rebuild with autoconf 2.7. | |
3477 | ||
d87e370b DE |
3478 | Fri Nov 24 18:35:35 1995 Doug Evans <[email protected]> |
3479 | ||
3480 | * scripttempl/pe.sc: Two .junk's is too much junk. | |
3481 | ||
13eb3290 ILT |
3482 | Tue Nov 21 16:14:32 1995 Ian Lance Taylor <[email protected]> |
3483 | ||
caf2a913 ILT |
3484 | * configure.in: Use BFD_NEED_DECLARATION. |
3485 | * acconfig.h: Put NEED_DECLARATION_FREE in @TOP@ section. | |
3486 | * configure, config.in: Rebuild with autoconf 2.6. | |
3487 | ||
13eb3290 | 3488 | * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR |
6a4667f4 | 3489 | being unsupported if this is not a relocateable link and the input |
13eb3290 ILT |
3490 | BFD supports it, since ldctor_build_sets can cope with that case. |
3491 | ||
3492 | Fri Nov 17 16:23:15 1995 Stan Shebs <[email protected]> | |
3493 | ||
3494 | * configure.tgt (powerpc-*-macos*): New target. | |
3495 | * emulparams/ppcmacos.sh: New file, PowerMac emulation. | |
3496 | * Makefile.in (ALL_EMULATIONS): Add eppcmacos.o. | |
3497 | (eppcmacos.c): New target. | |
3498 | * mpw-eppcmacos.c: Update. | |
3499 | * mpw-make.sed: Edit out attempts to use {GENSCRIPTS}. | |
3500 | ||
dfc84b08 ILT |
3501 | Fri Nov 17 10:37:27 1995 Ian Lance Taylor <[email protected]> |
3502 | ||
3503 | * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not | |
3504 | $(host_canonical) and $(target_canonical). | |
3505 | (CXX_FOR_TARGET): Likewise. | |
3506 | ||
c4a14eef DE |
3507 | Thu Nov 16 11:23:42 1995 Doug Evans <[email protected]> |
3508 | ||
3509 | * scripttempl/pe.sc (.endjunk): Move definition of `end' to here | |
3510 | so the malloc heap begins at a sane place. | |
3511 | ||
b218076e KR |
3512 | Thu Nov 16 03:09:32 1995 Ken Raeburn <[email protected]> |
3513 | ||
3514 | Version 2.6 released. | |
3515 | * ldver.c (ldversion): Update to 2.6. | |
3516 | ||
3517 | * Makefile.in (mostlyclean): Delete ldemul-list.h here, but not | |
3518 | $(GENERATED_*FILES), since they need to be retained by distclean. | |
3519 | (maintainer-clean, realclean): Delete them here. | |
3520 | ||
20406675 ILT |
3521 | Tue Nov 14 17:08:06 1995 Ian Lance Taylor <[email protected]> |
3522 | ||
b218076e KR |
3523 | * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Open the |
3524 | base file with FOPEN_WB, not "w". | |
3525 | ||
20406675 ILT |
3526 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Use the |
3527 | environment variable LD_RUN_PATH if neither -rpath nor -rpath-link | |
3528 | were used. | |
3529 | (gld${EMULATION_NAME}_before_allocation): Use the environment | |
3530 | variable LD_RUN_PATH if -rpath was not used. | |
3531 | * ld.texinfo, ld.1: Document LD_RUN_PATH. | |
3532 | ||
97121c41 ILT |
3533 | Thu Nov 9 13:09:29 1995 Ian Lance Taylor <[email protected]> |
3534 | ||
20406675 ILT |
3535 | * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Recognize |
3536 | -bl and -bloadmap options. | |
3537 | ||
7eb5ccf5 ILT |
3538 | * ldfile.c (ldfile_try_open_bfd): If bfd_error_invalid_target, |
3539 | report a better error. | |
3540 | ||
97121c41 ILT |
3541 | * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Add |
3542 | new local variable special_sections, and pass it to | |
3543 | size_dynamic_sections. Look through the results, and move the | |
3544 | sections around in the mapping so that they are defined correctly. | |
3545 | ||
9d3d323a ILT |
3546 | Wed Nov 8 11:40:59 1995 Ian Lance Taylor <[email protected]> |
3547 | ||
3548 | * ldemul.c (ldemul_default_target): Cast getenv return value. | |
3549 | ||
b2306582 KK |
3550 | Tue Nov 7 11:15:36 1995 Kim Knuttila <[email protected]> |
3551 | ||
9d3d323a ILT |
3552 | * emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable |
3553 | Executable support. | |
3554 | * scripttempl/ppcpe.sc: New file for PowerPC Portable Executable | |
3555 | support. | |
b2306582 KK |
3556 | |
3557 | * configure.tgt (targ_extra_emuls): Added powerpcle-pe target. | |
3558 | * Makefile.in (ALL_EMULATIONS): Added eppcpe.o target. | |
3559 | ||
3560 | * emultempl/pe.em (TARGET_IS_ppcpe): file tailoring macro | |
9d3d323a ILT |
3561 | (gld_$_before_allocation): added hooks for toc construction based |
3562 | on the above macro. | |
b2306582 | 3563 | |
e2ce2da8 ILT |
3564 | Tue Nov 7 11:47:23 1995 Ian Lance Taylor <[email protected]> |
3565 | ||
3566 | * ld.texinfo: The linker does not use _main as an entry point. | |
3567 | ||
36b72df3 ILT |
3568 | Tue Nov 7 11:46:11 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <[email protected]> |
3569 | ||
3570 | * scripttempl/m88kbcs.sc (.data): Calculate next boundary modulo | |
3571 | 0x2000 not 0x200. | |
3572 | ||
7ae3065c ILT |
3573 | Mon Nov 6 10:59:21 1995 Ian Lance Taylor <[email protected]> |
3574 | ||
92c71a0b ILT |
3575 | * configure.in: Add test for whether free must be declared. |
3576 | * sysdep.h: Declare free if necessary. Include "ansidecl.h". | |
3577 | * acconfig.h: Explain NEED_DECLARATION_FREE. | |
3578 | * configure, config.in: Rebuild. | |
3579 | ||
7ae3065c ILT |
3580 | * lexsup.c (parse_args): Take B:: out of shortopts. |
3581 | ||
bd329d41 KR |
3582 | Sun Nov 5 03:08:28 1995 Ken Raeburn <[email protected]> |
3583 | ||
3584 | * emulparams/i386nbsd.sh (EXECUTABLE_SYMBOLS): Set __DYNAMIC to 0 | |
3585 | for now, as with m68k4kbsd, until shared library support gets | |
3586 | done. | |
3587 | ||
3588 | * configure.host: For i386 BSD variants, crt0.o lives in | |
3589 | /usr/lib. (True for NetBSD at least, unconfirmed for others.) | |
3590 | ||
63982998 ILT |
3591 | Wed Nov 1 15:42:45 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <[email protected]> |
3592 | ||
3593 | * Makefile.in (ALL_EMULATIONS): Add edelta68.o. | |
3594 | (edelta68.c): New target. | |
92188bd2 | 3595 | * configure.tgt (m68*-motorola-sysv*): New target. |
63982998 ILT |
3596 | * emulparams/delta68.sh: New file. |
3597 | * scripttempl/delta68.sc: New file. | |
3598 | ||
3599 | * scripttempl/m88kbcs.sc: Handle .init and .fini. Change section | |
3600 | addresses. | |
3601 | ||
2a80ec10 ILT |
3602 | Wed Nov 1 11:41:56 1995 Ian Lance Taylor <[email protected]> |
3603 | ||
ef51e36a ILT |
3604 | * ldgram.y (mri_script_command): Accept ',' as well as '=' in |
3605 | ALIGN and ALIGNMOD statements. | |
3606 | ||
2a80ec10 ILT |
3607 | * emultempl/aix.em: Include ldgram.h. |
3608 | (gld${EMULATION_NAME}_parse_args): Handle -pD and -pT, as used on | |
3609 | AIX 4.1. | |
3610 | * Makefile.in ($(EMULATION_OFILES)): Depend upon ldgram.h. | |
3611 | ||
02a5d235 ILT |
3612 | Tue Oct 31 18:22:24 1995 David Mosberger-Tang <[email protected]> |
3613 | ||
3614 | * configure.host (alpha-*-linux*): New host. | |
3615 | * configure.tgt (alpha-*-linux*): New target. | |
3616 | ||
5666490b ILT |
3617 | Tue Oct 31 12:36:52 1995 Ian Lance Taylor <[email protected]> |
3618 | ||
3619 | * emultempl/aix.em (export_files): Remove. | |
3620 | (import_files): Make static. | |
3621 | (struct export_symbol_list): Define. | |
3622 | (export_symbols): New static variable. | |
3623 | (gld${EMULATION_NAME}_parse_args): Handle an initial -b option | |
3624 | correctly. Call read_file for an export file. | |
3625 | (gld${EMULATION_NAME}_before_allocation): Call | |
3626 | bfd_xcoff_export_symbol for each export symbol, rather than | |
3627 | calling read_file for each export file. | |
3628 | (gld${EMULATION_NAME}_read_file): For an export file, make the | |
3629 | exported symbols undefined, and store them on the export_symbols | |
3630 | list. | |
3631 | ||
2543860d SC |
3632 | Sat Oct 28 00:10:03 1995 steve chamberlain <[email protected]> |
3633 | ||
3634 | * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): | |
3635 | Don't hang if last option is unrecognised. | |
3636 | (gld_${EMULATION_NAME}_set_symbols): Insert created | |
3637 | symbols into ABS output section. | |
3638 | ||
d0ae7d95 NH |
3639 | Fri Oct 27 18:03:17 1995 Niklas Hallqvist <[email protected]> |
3640 | ||
3641 | * Makefile.in (ALL_EMULATIONS): Added support for the NetBSD | |
3642 | m68k4k arch. | |
3643 | (em68k4knbsd.c): New rule. | |
3644 | ||
3645 | * configure.tgt: Added support for the NetBSD m68k4k arch. | |
3646 | ||
3647 | * genscripts.sh, ldint.texinfo, | |
3648 | emulparams/{a29k,armaoutb,armaoutl,coff_sparc,ebmon29k,gld960, | |
3649 | gld960coff,go32,h8300,h8300h,h8500,h8500b,h8500c,h8500m,h8500s, | |
3650 | hp300bsd,hp3hpux,hppaelf.sh,i386aout,i386bsd,i386coff,i386go32, | |
3651 | i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx, | |
3652 | m88kbcs,mipsbig,mipsbsd,mipsidt,mipsidtl,mipslit,news,ns32knbsd, | |
2e71dfc0 | 3653 | pc532machaout,riscix,sa29200,sh,shl,sparclynx,sparcnbsd, |
d0ae7d95 | 3654 | st2000,sun3,sun4,vanilla,vax,vsta,w65,z8001,z8002}.sh: Changed |
8c811b9d | 3655 | PAGE_SIZE to TARGET_PAGE_SIZE. |
d0ae7d95 NH |
3656 | |
3657 | * emulparams/m68knbsd.h: Ditto. | |
3658 | (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): We have 8K pagesize. | |
3659 | (EXECUTABLE_SYMBOLS): Hardcode __DYNAMIC to zero for the time | |
3660 | being. | |
3661 | ||
3662 | * emulparams/m68k4knbsd.sh: New file. | |
3663 | ||
3664 | * scripttempl/aout.sc: Expand EXECUTABLE_SYMBOLS if relocating. | |
8c811b9d | 3665 | |
cf79773c ILT |
3666 | Fri Oct 27 17:59:09 1995 Ian Lance Taylor <[email protected]> |
3667 | ||
3668 | * emultempl/aix.em: Include ldctor.h. | |
3669 | (gld${EMULATION_NAME}_after_open): New static function. | |
3670 | (gld${EMULATION_NAME}_before_allocation): Call find_relocs. | |
3671 | (gld${EMULATION_NAME}_find_relocs): New static function. | |
3672 | (gld${EMULATION_NAME}_find_exp_assignment): New static function. | |
3673 | (ld_${EMULATION_NAME}_emulation): Use new after_open function. | |
3674 | * scripttempl/aix.sc: Use CONSTRUCTORS in .data. | |
3675 | * ldctor.c (struct set_info): Move definition into ldctor.h. | |
3676 | (struct set_element): Likewise. | |
3677 | (sets): Make non-static. | |
3678 | (ldctor_add_set_entry): Add name parameter. Save it in the new | |
3679 | set element. | |
3680 | (ldctor_build_sets): Avoid being called twice. Pass set element | |
3681 | name to lang_add_reloc. | |
3682 | * ldctor.h (struct set_info): Move definition here from ldctor.c. | |
3683 | (struct set_element): Likewise. Add new field name. | |
3684 | (sets): Declare. | |
3685 | (ldctor_add_set_entry): Declare new name parameter. | |
3686 | * ldwrite.c (build_link_order): Don't insist that either name or | |
3687 | section be NULL in a lang_reloc_statement. | |
3688 | * ldmain.c (add_to_set): Pass NULL to ldctor_add_new_set_entry for | |
3689 | new name parameter. | |
3690 | (constructor_callback): Pass name to ldctor_add_new_set_entry for | |
3691 | new name parameter. | |
8c811b9d | 3692 | |
cf79773c ILT |
3693 | * ldmisc.c (demangle): Fix indentation. Remove a leading period. |
3694 | ||
49af8a4e SS |
3695 | Thu Oct 26 22:22:49 1995 Stan Shebs <[email protected]> |
3696 | ||
3697 | * mpw-config.in: Add PowerMac target support, generate config.h. | |
3698 | * mac-ld.r: New file, Mac resources. | |
3699 | * mpw-make.sed: New file, edits Makefile.in into MPW syntax. | |
3700 | * mpw-make.in: Remove. | |
3701 | * mpw-eppcmacos.c: Prebuilt version of PowerMac linking script. | |
3702 | ||
328e5a48 ILT |
3703 | Thu Oct 26 14:11:26 1995 Ian Lance Taylor <[email protected]> |
3704 | ||
c7c8b500 ILT |
3705 | * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat |
3706 | -static as a synonym for -bnso. | |
3707 | ||
328e5a48 ILT |
3708 | * scripttempl/aix.sc: Move special symbols inside sections. |
3709 | Always start .data at 0. | |
3710 | ||
8a8965f1 PB |
3711 | Wed Oct 25 11:52:12 1995 Per Bothner <[email protected]> |
3712 | ||
3713 | * Makefile.in (diststuff): Also make info. | |
3714 | (maintainer-clean realclean): Also delete *.info*. | |
3715 | ||
e54bf1c1 ILT |
3716 | Wed Oct 25 11:27:25 1995 Ian Lance Taylor <[email protected]> |
3717 | ||
7d6439d9 ILT |
3718 | * emultempl/aix.em: Add support for various AIX linker options, |
3719 | for AIX import and export files, and for AIX shared objects. | |
3720 | * scripttempl/aix.sc: Add .pad. Put .ds just before the TOC. | |
3721 | ||
3722 | * ldmain.c (main): Initialize new field link_info.static_link. | |
3723 | ||
3724 | * ldmain.c (add_keepsyms_file): Add \n at end of einfo calls. | |
3725 | (constructor_callback): Likewise. | |
3726 | * ldmisc.c (vfinfo): Likewise. | |
3727 | * ldwrite.c (build_link_order): Likewise. | |
3728 | ||
e54bf1c1 ILT |
3729 | * ld.texinfo: The MRI ALIGN directive is supported. |
3730 | ||
3731 | Mon Oct 23 11:46:43 1995 James G. Smith <[email protected]> | |
3732 | ||
3733 | * emulparams/elf32vr4300.sh: Deleted. | |
3734 | * emulparams/elf32vr4300el.sh: Deleted. | |
3735 | * emulparams/elf32b4300.sh: Added. | |
3736 | * emulparams/elf32l4300.sh: Added. | |
3737 | * configure.tgt, Makefile.in: Updated the build to use the | |
3738 | new 8.3 unique names. | |
3739 | ||
5e8e7e66 ILT |
3740 | Thu Oct 19 17:41:46 1995 Ian Lance Taylor <[email protected]> |
3741 | ||
e54bf1c1 ILT |
3742 | * ldlang.c (entry_symbol): Make non-static. |
3743 | * ldlang.h (entry_symbol): Declare. | |
3744 | ||
5e8e7e66 ILT |
3745 | * ldlex.l: Treat PROVIDE as a keyword in expression state. |
3746 | ||
9c284f3f SC |
3747 | Wed Oct 18 17:34:06 1995 steve chamberlain <[email protected]> |
3748 | ||
3749 | * scripttempl/pe.sc (.bss): Move to be after .text | |
3750 | ||
03165292 ILT |
3751 | Tue Oct 17 12:22:05 1995 Ian Lance Taylor <[email protected]> |
3752 | ||
5df68a88 ILT |
3753 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment): |
3754 | Search trinary.cond rather than searching trinary.lhs twice. From | |
3755 | [email protected]. | |
3756 | ||
235c6a67 ILT |
3757 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move |
3758 | directory searching code into gld${EMULATION_NAME}_search_dir. | |
3759 | (gld${EMULATION_NAME}_search_dir): New static function, extracted | |
3760 | from gld${EMULATION_NAME}_find_so. | |
3761 | (global_needed, global_found): New static variables. | |
3762 | (gld${EMULATION_NAME}_after_open): New static function. | |
3763 | (gld${EMULATION_NAME}_search_needed): New static function. | |
3764 | (gld${EMULATION_NAME}_try_needed): New static function. | |
3765 | (gld${EMULATION_NAME}_check_needed): New static function. | |
3766 | (ld_${EMULATION_NAME}_emulation): Use new after_open function. | |
3767 | * ld.texinfo, ld.1: Mention -rpath-link on SunOS. | |
3768 | ||
03165292 ILT |
3769 | * Makefile.in (eelf32ppc.c): Depend upon elf32.em, not generic.em. |
3770 | (eelf32lppc.c): Likewise. | |
3771 | * emulparams/elf32lppc.sh (TEMPLATE_NAME): Define as elf32. | |
3772 | (GENERATE_SHLIB_SCRIPT): Define as yes. | |
3773 | ||
b5f076d4 ILT |
3774 | Mon Oct 16 19:11:13 1995 Ian Lance Taylor <[email protected]> |
3775 | ||
3776 | * emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named | |
3777 | bfd_link_needed-list; make appropriate changes. | |
3778 | ||
3779 | * configure.tgt (powerpc-*-aix*): New target; use aixppc. | |
3780 | (rs6000-*-aix*): New target; use aixrs6. | |
3781 | * emulparams/aixppc.sh, emulparams/aixrs6.sh: New files. | |
3782 | * emultempl/aix.em: New file. | |
3783 | * scripttempl/aix.sc: New file. | |
3784 | * Makefile.in (ALL_EMULATIONS): Add eaixppc.o and eaixrs6.o. | |
3785 | (eaixppc.c, eaixrs6.c): New targets. | |
3786 | ||
3787 | Fri Oct 13 14:00:37 1995 steve chamberlain <[email protected]> | |
3788 | ||
3789 | * scripttemp/pe.sc (.reloc): Move to the end. | |
3790 | ||
091824eb ILT |
3791 | Tue Oct 10 17:53:22 1995 Ian Lance Taylor <[email protected]> |
3792 | ||
3793 | * ldlang.c (lang_finish): Don't try to use an entry_symbol from a | |
3794 | section which was not linked into the final output. | |
3795 | ||
ef1d2d2e SC |
3796 | Tue Oct 10 10:17:22 1995 steve chamberlain <[email protected]> |
3797 | ||
3798 | * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Fix | |
3799 | fatal typos. | |
3800 | ||
5caef232 ILT |
3801 | Tue Oct 10 01:01:51 1995 Ian Lance Taylor <[email protected]> |
3802 | ||
3803 | * ld.h (args_type): Add rpath_link field. | |
3804 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search for | |
3805 | required dependencies in rpath_link path. Only search | |
3806 | LD_LIBRARY_PATH when configured native. | |
3807 | * lexsup.c (parse_args): Recognize -rpath-link. | |
3808 | * ld.1, ld.texinfo: Document -rpath-link. | |
3809 | ||
776f2590 ILT |
3810 | Sat Oct 7 17:07:17 1995 Ian Lance Taylor <[email protected]> |
3811 | ||
3812 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't | |
3813 | bother searching for needed libraries unless doing a final link. | |
3814 | ||
80165535 KR |
3815 | Fri Oct 6 16:26:16 1995 Ken Raeburn <[email protected]> |
3816 | ||
3817 | Mon Sep 25 22:49:32 1995 Andreas Schwab <[email protected]> | |
3818 | ||
3819 | * ld/ld.1: Fix formatting bugs. | |
3820 | ||
f054ce20 ILT |
3821 | Wed Oct 4 17:37:46 1995 Ian Lance Taylor <[email protected]> |
3822 | ||
3823 | * ldexp.c (exp_get_abs_int): Return bfd_vma, not int. | |
3824 | * ldexp.h (exp_get_abs_int): Update declaration. | |
3825 | * ldlang.c (print_output_section_statement): Use fprintf_vma to | |
3826 | print return value of exp_get_abs_int. | |
3827 | ||
8055e7a8 ILT |
3828 | Mon Oct 2 13:56:09 1995 Ian Lance Taylor <[email protected]> |
3829 | ||
3830 | * emultempl/elf32.em (global_stat): New file static variable. | |
3831 | (gld${EMULATION_NAME}_try_needed): Call stat_needed to make sure | |
3832 | that the file has not already been included under another name. | |
3833 | (gld${EMULATION_NAME}_stat_needed): New static function. | |
3834 | ||
0b0642d6 ILT |
3835 | Fri Sep 29 12:00:18 1995 Doug Evans <[email protected]> |
3836 | ||
3837 | * scripttempl/armcoff.sc: Start .text at 0x8000. | |
3838 | Start .data at 0x40000. | |
3839 | ||
dd16b655 ILT |
3840 | Fri Sep 29 11:09:46 1995 Ian Lance Taylor <[email protected]> |
3841 | ||
0b0642d6 ILT |
3842 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): If |
3843 | command_line.rpath is set, use it, rather than the -L options, to | |
3844 | build the rules section. | |
3845 | * ld.texinfo: Document this use of -rpath. | |
3846 | ||
dd16b655 ILT |
3847 | * lexsup.c (parse_args): Don't set link_info.shared for -assert |
3848 | pure-text. Pass true, not 1, to lang_add_entry. | |
3849 | * emultempl/sunos.em (find_assign): New static variable. | |
3850 | (found_assign): New static variable. | |
3851 | (gld${EMULATION_NAME}_before_allocation): Rename local h to hdyn. | |
3852 | If not a relocateable link, and no start symbol was specified on | |
3853 | the command line, and there are any undefined symbols, set | |
3854 | link_info.shared. If link_info.shared is set, set the address of | |
3855 | the .text section to 0x20. | |
3856 | (gld${EMULATION_NAME}_find_assignment): Rename from | |
3857 | gld${EMULATION_NAME}_find_statement_assignment. If find_assign is | |
3858 | set, then just set found_assign based on whether an assignment is | |
3859 | found to find_assign. | |
3860 | (gld${EMULATION_NAME}_get_script): Don't use a special script when | |
3861 | producing a shared library. | |
3862 | * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Remove. | |
3863 | * scripttempl/aout.sc: Remove CREATE_SHLIB tests. | |
3864 | * ldlang.c (entry_from_cmdline): New global variable. | |
3865 | (lang_add_entry): Change cmdline parameter from int to boolean. | |
3866 | Use global entry_from_cmdline rather than function static | |
3867 | from_cmdline. | |
3868 | * ldlang.h (entry_from_cmdline): Declare. | |
3869 | (lang_add_entry): Change declaration of second parameter from int | |
3870 | to boolean. | |
3871 | * ldgram.y: Pass false, not 0, to lang_add_entry. | |
3872 | ||
5753006b ILT |
3873 | Thu Sep 28 12:34:13 1995 Ian Lance Taylor <[email protected]> |
3874 | ||
630f4ac9 ILT |
3875 | * ld.h (parsing_defsym): Declare. |
3876 | * ldlex.h (lex_string): Declare. | |
3877 | * ldlex.l (lex_string): Define. | |
3878 | * lexsup.c (parsing_defsym): Define. | |
3879 | (parse_args): In OPTION_DEFSYM case, set lex_string before calling | |
3880 | lex_redirect, and clear it after calling yyparse. Set | |
3881 | parsing_defsym around call to yyparse. | |
3882 | * ldmain.c (main): Set lex_string before calling lex_redirect, and | |
3883 | clear it after calling yyparse. | |
3884 | * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built | |
3885 | in linker scripts correctly. | |
3886 | ||
a69bb1fa ILT |
3887 | * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other |
3888 | COFF targets, allowing for the leading underscore used on SPARC | |
3889 | COFF. | |
3890 | ||
5753006b ILT |
3891 | * lexsup.c (parse_args): Handle -assert. |
3892 | * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define. | |
3893 | * emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the | |
3894 | shared library script when appropriate. | |
3895 | * scripttempl/aout.sc: If CREATE_SHLIB is set, start the .text | |
3896 | section at SIZEOF_HEADERS. | |
3897 | ||
132dd910 DE |
3898 | Thu Sep 28 01:40:37 1995 Doug Evans <[email protected]> |
3899 | ||
3900 | * Makefile.in (earmcoff.c): Build. | |
3901 | * configure.tgt (arm-*-coff): New target | |
3902 | * emulparms/armcoff.sh: New file. | |
3903 | * scripttempl/armcoff.sc: New file. | |
3904 | ||
ef898239 ILT |
3905 | Tue Sep 26 10:59:32 1995 Ian Lance Taylor <[email protected]> |
3906 | ||
3907 | * scripttempl/i386coff.sc: Remove .data2; no longer needed. | |
3908 | ||
8dd03673 ILT |
3909 | Fri Sep 22 18:09:02 1995 Ian Lance Taylor <[email protected]> |
3910 | ||
3911 | * ldfile.c (ldfile_set_output_arch): Make arch const. | |
3912 | ||
7453a753 MM |
3913 | Thu Sep 21 17:55:24 1995 Michael Meissner <[email protected]> |
3914 | ||
3915 | * scripttempl/elfppc.sc: Correctly locate __bss_start at the | |
3916 | beginning of the .bss area, not at the end of data. Add | |
3917 | __sbss_{start,end} symbols. | |
3918 | ||
3919 | Wed Sep 20 12:29:36 1995 Ian Lance Taylor <[email protected]> | |
3920 | ||
3921 | * Makefile.in (CC_FOR_TARGET): Quote $(program_transform_name). | |
3922 | (CXX_FOR_TARGET, install): Likewise. | |
3923 | ||
208bc89e ILT |
3924 | Mon Sep 18 14:53:22 1995 Ian Lance Taylor <[email protected]> |
3925 | ||
3926 | Based on patches by Alan Modra <[email protected]>: | |
3927 | * Makefile.in (CC_FOR_TARGET): Remove brokensed stuff. | |
3928 | (CXX_FOR_TARGET): Likewise. | |
3929 | (install): Likewise. | |
3930 | (GENERATED_HFILES): Remove config.h. | |
3931 | (.dep): Depend upon config.h. | |
3932 | ||
08879cde ILT |
3933 | Mon Sep 18 14:39:38 1995 Arne H. Juul <[email protected]> |
3934 | ||
3935 | * configure.tgt (mips*-dec-netbsd*): New target. | |
3936 | ||
db8beef4 KR |
3937 | Fri Sep 15 20:01:52 1995 Ken Raeburn <[email protected]> |
3938 | ||
3939 | * configure.host (m88*-*-dgux*): Fix another shell syntax error. | |
3940 | ||
3941 | Fri Sep 15 23:28:05 1995 Andrew Cagney <[email protected]> | |
3942 | ||
208bc89e | 3943 | * configure.host (i[345]86-*-bsd*): Fix shell syntax error. |
db8beef4 | 3944 | |
cf7f2f71 | 3945 | Thu Sep 12 12:50:49 1995 steve chamberlain <[email protected]> |
20a753df SC |
3946 | |
3947 | * scripttemp/pe.sc: Allow both spellings of .ctors/.dtors. | |
3948 | Start .text section on the right boundary. Always align | |
3949 | stabs. | |
3950 | ||
b75d0928 ILT |
3951 | Tue Sep 12 12:24:17 1995 Ian Lance Taylor <[email protected]> |
3952 | ||
4977f3b4 ILT |
3953 | * Makefile.in (maintainer-clean): New target. |
3954 | ||
cf7f2f71 ILT |
3955 | * ldmain.c (struct warning_callback_info): Define. |
3956 | (warning_callback): Add new parameter symbol. Call | |
3957 | warning_find_reloc to try to find the section and VMA. | |
3958 | (warning_find_reloc): New static function. | |
3959 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
3960 | Pass NULL as symbol parameter to warning callback. | |
3961 | ||
cca520b5 ILT |
3962 | * ld.texinfo: Clarify -L option. |
3963 | ||
b75d0928 ILT |
3964 | * ldlang.c (lang_one_common): Add cast to avoid warning. |
3965 | (topower): Likewise. Also, reindent. | |
3966 | * ldwrite.c (clone_section): Change i to unsigned int. | |
3967 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Add | |
3968 | cast to avoid warning. | |
3969 | ||
673f5b9f ILT |
3970 | Fri Sep 8 16:32:43 1995 Ian Lance Taylor <[email protected]> |
3971 | ||
ed753c20 ILT |
3972 | * Makefile.in (config.status): Depend upon configure.tgt. |
3973 | ||
62b4ac8b ILT |
3974 | * ldemul.h (ldemul_set_symbols): Declare. |
3975 | (ldemul_parse_args): Declare. | |
3976 | * ldemul.c (ldemul_parse_args): Fix indentation. | |
3977 | ||
b8345a37 ILT |
3978 | * configure.in: Call AC_HEADER_DIRENT. |
3979 | * configure, config.in: Rebuild. | |
3980 | * emultempl/sunos.em: Use autoconf recommend mechanism to define | |
3981 | DIR and struct dirent. | |
3982 | ||
d62ef165 ILT |
3983 | * configure.tgt (mips*-*-bsd*): New case. |
3984 | ||
673f5b9f ILT |
3985 | * configure.host (i[345]86-sequent-ptx* | i[345]86-sequent-sysv*) |
3986 | New case. | |
3987 | * configure.tgt (i[345]86-*-ptx*): New case. | |
3988 | ||
9d325543 ILT |
3989 | Thu Sep 7 10:48:26 1995 Ian Lance Taylor <[email protected]> |
3990 | ||
ef346f1a ILT |
3991 | * config.in: Rename from config.h.in. |
3992 | * configure.in: Call AC_CONFIG_HEADER with config.h:config.in. | |
3993 | Check for config.h:config.in when creating stamp-h. | |
3994 | * configure: Rebuild. | |
3995 | * Makefile.in (stamp-h): Depend upon config.in rather than | |
3996 | config.h.in. Set CONFIG_HEADERS to config.h:config.in when | |
3997 | calling config.status. | |
3998 | ||
f40d9bc2 ILT |
3999 | * Makefile.in (distclean): Remove config.h and stamp-h. |
4000 | ||
36ea6198 ILT |
4001 | * configure.host (sparc-*-sunos64*): Remove. |
4002 | * ldlang.c (lang_map): Check BFD64, not HOST_64_BIT. | |
4003 | ||
9d325543 ILT |
4004 | * ldexp.c (exp_fold_tree): Don't warn about moving the location |
4005 | counter backward in the absolute section. | |
4006 | ||
4007 | Wed Sep 6 14:42:11 1995 Ian Lance Taylor <[email protected]> | |
4008 | ||
4009 | * configure.in: Rewrite to use autoconf. | |
4010 | * configure.host: New file. | |
4011 | * configure.tgt: New file. | |
4012 | * aclocal.m4: New file. | |
4013 | * configure: New file, built by autoconf. | |
4014 | * acconfig.h: New file. | |
4015 | * config.h.in: New file, built by autoheader. | |
4016 | * sysdep.h: New file. | |
4017 | * ld.h: Incorporate old contents of config.h. | |
4018 | * config.h: Remove. | |
4019 | * Makefile.in: Various changes for new configure script. Also: | |
4020 | (CC_FOR_BUILD): Remove. | |
4021 | (ldmain.o): Don't bother to ensure that EMUL is non-empty. | |
4022 | (dep.sed): Use @SRCDIR@, not @srcdir@. | |
4023 | * dep-in.sed: Use @SRCDIR@, not @srcdir@. | |
4024 | * genscripts.sh: Create ldscripts if it does not exist. | |
4025 | * ldemul.c, lexsup.c, mpw-emipsidt.c: Don't include "config.h". | |
4026 | * mpw-esh.c, emultemp/*.em: Likewise. | |
4027 | * ldmain.c: Likewise. Include <ctype.h>. Don't try to set | |
4028 | HAVE_SBRK here. | |
4029 | * config/*.mt, config/*.mh: Remove. | |
4030 | ||
af0786b4 KR |
4031 | Tue Sep 5 14:55:24 1995 Ken Raeburn <[email protected]> |
4032 | ||
4033 | * configure.in: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and | |
4034 | ns32k-pc532-lites* like ns32k-pc532-netbsd*. From Ian Dall. | |
4035 | ||
4036 | Fri Sep 1 22:29:52 1995 Doug Evans <[email protected]> | |
4037 | ||
4038 | * scripttempl/pe.sc: Fix typo in spelling of .ctors/.dtors. | |
4039 | ||
f6feefe4 ILT |
4040 | Fri Sep 1 13:13:29 1995 Ian Lance Taylor <[email protected]> |
4041 | ||
4042 | * ldmain.c (warning_callback): Add abfd, section, and address | |
4043 | parameters. | |
4044 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
4045 | Change call to warning accordingly. | |
4046 | ||
4047 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not | |
4048 | relocateable and not shared, put .gnu.warning.SYMBOL sections into | |
4049 | the .text section. | |
4050 | ||
751b7dcc JSC |
4051 | Fri Sep 1 08:35:16 1995 James G. Smith <[email protected]> |
4052 | ||
4053 | * configure.in: Added mips*vr4300-idt-elf* and | |
4054 | mips*vr4300el-idt-elf* targets. | |
4055 | * Makefile.in: Added eelf32vr4300* targets. | |
4056 | * emulparams/{elf32vr4300.sh, elf32vr4300el.sh}: Added. | |
4057 | * config/{mips-vr4300.mt, mips-vr4300el.mt}: Added. | |
4058 | ||
4dd284fa ILT |
4059 | Fri Sep 1 10:51:45 1995 Ian Lance Taylor <[email protected]> |
4060 | ||
4061 | * scripttempl/a29k.sc: Fix to be reasonable. From Brendan Kehoe | |
4062 | <[email protected]>. | |
4063 | ||
5f8ac7e7 SC |
4064 | Thu Aug 31 16:37:07 1995 steve chamberlain <[email protected]> |
4065 | ||
4066 | * ldemul.c (ldemul_parse_args): New. | |
4067 | * ldemul.h (ld_emulation_xfer_struct): Add parse_args. | |
4068 | * lexsup.c (all pe stuff): Moved into pe.em | |
4069 | (parse_args): Call emulation arg parser. | |
4070 | * emultempl/pe.em (parse_args): handle PE specfic args. | |
4071 | ||
0b4fc03b ILT |
4072 | Thu Aug 31 17:01:37 1995 Ian Lance Taylor <[email protected]> |
4073 | ||
4074 | * ldlang.c (lang_memory_region_lookup): Don't use the first region | |
4075 | as the default region. Create a new region instead. | |
4076 | ||
4077 | Tue Aug 29 14:21:41 1995 steve chamberlain <[email protected]> | |
4078 | ||
4079 | * ldemul.c (ldemul_set_symbols): New function. | |
4080 | * ldemul.h (ld_emulation_xfer_struct): Add set_symbols. | |
4081 | * ldmain.c (main): Add call to ldemul_set_symbols. | |
4082 | * lexsup.c (set_pe_value): New args. | |
4083 | (set_pe_name): New. | |
4084 | (parse_args): Cope with new set_pe_value args. | |
4085 | * emultempl/pe.em (set_symbols): New function. | |
4086 | (ld_emulation_xfer_struct): Add set_symbols. | |
4087 | * scripttempl/pe.sc: Use new symbols. | |
4088 | ||
4089 | Thu Aug 24 18:12:18 1995 Ian Lance Taylor ([email protected]) | |
4090 | ||
4091 | * lexsup.c (parse_args): Don't call set_default_dirlist for -O. | |
4092 | For -Y, ignore a leading `P,', and only call set_default_dirlist | |
4093 | after processing all the other arguments. | |
4094 | ||
6fd48357 SC |
4095 | Tue Aug 22 07:36:58 1995 steve chamberlain <[email protected]> |
4096 | ||
4097 | * scripttempl/pe.sc: Keep .edata, don't base stabs at 0. | |
4098 | * emulparams/armpe.sh: Run PE script. | |
4099 | ||
011d93b3 SC |
4100 | Mon Aug 21 18:30:42 1995 steve chamberlain <[email protected]> |
4101 | ||
4102 | * ldmain.c (main): Remove PE stuff. | |
4103 | * lexsup.c (options): Load more PE options. | |
6fd48357 | 4104 | (set_pe_value): New function. |
011d93b3 | 4105 | |
eb7f87c5 | 4106 | Thu Aug 17 13:35:49 1995 steve chamberlain <[email protected]> |
8c811b9d | 4107 | |
eb7f87c5 SC |
4108 | |
4109 | * emultempl/{armpe.sc, i386pe.sc}: Deleted. | |
4110 | * emultempl/pe.sc: New file performs generic PE support and sorts | |
4111 | archive members. | |
4112 | * emulparams/{armpe.sh,i386pe.sh}: Use new file. | |
4113 | * scripttempl/{armpe.sc, i386pe.sc}: Deleted | |
4114 | * scripttempl/pe.sc: New. | |
4115 | * Makefile.in: Use new files. | |
4116 | ||
ed67cfa2 DE |
4117 | Thu Aug 17 14:46:34 1995 Doug Evans <[email protected]> |
4118 | ||
4119 | * scripttempl/h8500s.sc (.rdata): All data must go in data segment. | |
4120 | (.strings,.ctors,.dtors): Likewise. | |
4121 | ||
22cd79c5 SC |
4122 | Wed Aug 16 11:38:59 1995 steve chamberlain <[email protected]> |
4123 | ||
4124 | * scripttempl/armpe.sc: Always start code at 0x401000, even | |
4125 | if -r. | |
4126 | * ldwrite.c (strdup): New extern declaration. | |
8c811b9d | 4127 | * ldgram.y (atype): New rule to clarify type parsing. |
22cd79c5 SC |
4128 | * ldlang.c (init_os): Remove commented out code. |
4129 | (lang_size_sections): Set SEC_ALLOC and SEC_LOAD bits | |
4130 | unless told not to by the link script. | |
4131 | ||
80fd1f45 ILT |
4132 | Wed Aug 16 11:45:11 1995 Ian Lance Taylor <[email protected]> |
4133 | ||
1d169acc ILT |
4134 | * ldlang.c (lang_set_startof): New static function. |
4135 | (lang_process): Call it. | |
4136 | ||
9b222190 ILT |
4137 | * ldgram.y: Tweak casesymlist to avoid bison errors. |
4138 | ||
80fd1f45 ILT |
4139 | * lexsup.c (parse_args): Accept -h as a synonym for --soname, for |
4140 | Solaris compatibility. | |
4141 | ||
3a473096 ILT |
4142 | Tue Aug 15 17:31:16 1995 Ian Lance Taylor <[email protected]> |
4143 | ||
4144 | * ldgram.y (YYDEBUG): If not defined, define as 1. | |
4145 | (CASE, EXTERN, START): New tokens. | |
4146 | (mri_script_command): Handle CASE, EXTERN, INCLUDE, START. | |
4147 | (casesymlist): New nonterminal. | |
4148 | (extern_name_list): New nonterminal. | |
4149 | * ldlex.l: Accept lower case trailing base specifiers. Don't | |
4150 | ignore the first digit when the base is a suffix. Accept many | |
4151 | EXPRESSION state tokens in MRI state. Support MRI continuation | |
4152 | lines and MRI semicolon comments. Accept all MRI keywords in | |
4153 | lower case. Add CASE, EXTERN, and START MRI keywords. | |
4154 | ||
52a55937 KR |
4155 | Tue Aug 8 19:14:58 1995 Ken Raeburn <[email protected]> |
4156 | ||
4157 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Use xmalloc | |
4158 | instead of alloca. | |
4159 | ||
65d22248 C |
4160 | Tue Aug 8 15:24:05 1995 J.T. Conklin <[email protected]> |
4161 | ||
4162 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Don't use | |
4163 | $r/../gcc/xgcc unless it is present. | |
4164 | ||
4165 | Thu Aug 3 11:56:22 1995 Ian Lance Taylor <[email protected]> | |
4166 | ||
4167 | * scripttempl/m68kcoff.sc: Only put .ctors and .dtors in .text | |
4168 | when CONSTRUCTING. | |
4169 | * scripttempl/m68klynx.sc: Likewise. | |
4170 | * scripttempl/nw.sc: Likewise. | |
4171 | * scripttempl/sa29200.sc: Likewise. | |
4172 | * scripttempl/sparclynx.sc: Likewise. | |
4173 | ||
4174 | Fri Jul 28 12:02:23 1995 steve chamberlain <[email protected]> | |
4175 | ||
4176 | * emulparams/{z8001.sh, z8002.sh}: Fix typo. | |
4177 | ||
cc298fb9 KR |
4178 | Thu Jul 27 21:06:21 1995 Ken Raeburn <[email protected]> |
4179 | ||
4180 | * configure.in (i[345]86-*-linuxoldld): Treat like linuxaout*. | |
4181 | ||
4182 | Thu Jul 27 15:26:28 1995 steve chamberlain <[email protected]> | |
4183 | ||
4184 | * scripttempl/i386pe.sc: Cope with constructors. | |
4185 | * scripttempl/z8ksim.sc: Deleted. | |
4186 | * scripttempl/z8000.sc: Resurrected as this, but | |
4187 | can handle z8001 and z8002 formats. | |
4188 | * emulparams/z8ksim.sh: Deleted. | |
4189 | * emulparams/{z8001.sh, z8002.sh}: New files. | |
4190 | * config/z8ksim.mt: Deleted | |
4191 | * config/z8k-coff.mt: New, generates both emulations. | |
4192 | ||
4193 | Tue Jul 25 14:53:02 1995 Ian Lance Taylor <[email protected]> | |
4194 | ||
4195 | * ldmisc.c (vfinfo): In %C and %D case, always print the BFD using | |
4196 | %B, in case it is in an archive. | |
4197 | ||
59a0866d ILT |
4198 | Mon Jul 24 15:23:39 1995 Ian Lance Taylor <[email protected]> |
4199 | ||
4200 | * ldlang.c (lang_process): Call reset_memory_regions for each | |
4201 | relaxation pass. | |
4202 | ||
4203 | Fri Jul 21 22:49:44 1995 Michael Meissner <[email protected]> | |
4204 | ||
4205 | * scripttempl/elfppc.sc: Add support for .sdata, .sbss, and | |
4206 | _SDA_BASE. | |
4207 | ||
d2c66084 KR |
4208 | Thu Jul 20 16:26:55 1995 Ken Raeburn <[email protected]> |
4209 | ||
4210 | * ldmain.c (constructor_callback): Allocate set_name in stack | |
4211 | frame, rather than always calling alloca with a fixed size. | |
4212 | ||
45bc7188 DE |
4213 | Wed Jul 19 16:21:43 1995 Doug Evans <[email protected]> |
4214 | ||
4215 | * emulparams/armpe.sh (OUTPUT_FORMAT): Change to pei-arm-little. | |
4216 | (LITTLE_OUTPUT_FORMAT, BIG_OUTPUT_FORMAT): Define. | |
4217 | ||
242eee7a ILT |
4218 | Mon Jul 17 13:57:00 1995 Ian Lance Taylor <[email protected]> |
4219 | ||
45bc7188 DE |
4220 | * ldwrite.c (clone_section): Set the alignment of the clone |
4221 | section to that of the section being cloned. | |
4222 | ||
242eee7a ILT |
4223 | * ldwrite.c (split_sections): Don't split the first input section |
4224 | into a new output section. | |
4225 | ||
c7950dcc MM |
4226 | Sat Jul 15 00:26:35 1995 Michael Meissner <[email protected]> |
4227 | ||
4228 | * emulparams/elf32ppc.sh (TEMPLATE_NAME): Define as elf32. | |
4229 | (GENERATE_SHLIB_SCRIPT): Define as yes. | |
4230 | ||
8a0683c1 ILT |
4231 | Fri Jul 14 12:11:46 1995 Ian Lance Taylor <[email protected]> |
4232 | ||
63e1380d ILT |
4233 | * emultempl/mipsecoff.em (check_sections): Use %P, not %F. |
4234 | ||
8a0683c1 ILT |
4235 | * ldver.c (help): Update list of options to match currently |
4236 | supported list. | |
4237 | ||
047e0fcd ILT |
4238 | Thu Jul 13 13:52:10 1995 Ian Lance Taylor <[email protected]> |
4239 | ||
4240 | * emultempl/lnk960.em (ld_lnk960_emulation): Initialize | |
4241 | after_open field. | |
4242 | ||
4243 | * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type; | |
4244 | it takes a size_t anyhow. | |
4245 | (exp_binop): Likewise. | |
4246 | (exp_trinop): Likewise. | |
4247 | (exp_unop): Likewise. | |
4248 | (exp_nameop): Likewise. | |
4249 | (exp_assop): Likewise. | |
4250 | * ldlang.c (lang_memory_region_lookup): Likewise. | |
4251 | (init_os): Likewise. | |
4252 | (ldlang_add_undef): Likewise. | |
4253 | (insert_pad): Likewise. | |
4254 | * ldfile.c (ldfile_add_arch): Don't cast xmalloc arg to | |
4255 | bfd_size_type. | |
4256 | ||
4257 | * Makefile.in (ALL_EMULATIONS): It's earmaoutb.o, not earmoutb.o. | |
4258 | ||
395ccfce ILT |
4259 | Wed Jul 12 11:32:22 1995 Ian Lance Taylor <[email protected]> |
4260 | ||
4261 | * ldemul.h (ldemul_open_dynamic_archive): Add search parameter to | |
4262 | declaration. | |
4263 | (ld_emulation_xfer_type): Add search parameter to | |
4264 | open_dynamic_archive entry point. | |
4265 | * ldemul.c (ldemul_open_dynamic_archive): Add search parameter. | |
4266 | * ldfile.c (ldfile_try_open_bfd): Rename from try_open_bfd, and | |
4267 | make non-static. Change all callers to use new name. | |
4268 | (ldfile_open_file_search): Make static. If entry is dynamic, call | |
4269 | ldemul_open_dynamic_archive. | |
4270 | (ldfile_open_file): Don't call ldemul_open_dynamic_archive. | |
4271 | * ldfile.h (ldfile_open_file_search): Don't declare. | |
4272 | (ldfile_try_open_bfd): Declare. | |
4273 | * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): | |
4274 | Accept search parameter. Don't search for a library, just look in | |
4275 | a single place. | |
4276 | * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive): | |
4277 | Likewise. | |
4278 | ||
4279 | Tue Jul 11 16:44:21 1995 Ian Lance Taylor <[email protected]> | |
4280 | ||
4281 | * ldmain.c (set_scripts_dir): Don't base script directory on | |
4282 | current directory. | |
4283 | ||
917199fe ILT |
4284 | Tue Jul 11 12:29:02 1995 Rick Sladkey <[email protected]> |
4285 | ||
4286 | * ldmisc.c (vfinfo): Don't print the line number if it isn't | |
4287 | meaningful. | |
4288 | ||
4551e108 ILT |
4289 | Mon Jul 10 13:38:28 1995 Ian Lance Taylor <[email protected]> |
4290 | ||
917199fe ILT |
4291 | * ld.h (ld_config_type): Add field warn_constructors. |
4292 | * ldmain.c (add_to_set): Warn if config.warn_constructors. | |
4293 | (constructor_callback): Likewise. | |
4294 | * lexsup.c (parse_args): Handle -warn-constructors. | |
4295 | * ld.texinfo, ld.1: Document -warn-constructors. | |
4296 | ||
c16b92d2 ILT |
4297 | * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Don't |
4298 | get confused by directory names if we searched for the file. | |
4299 | ||
7213def7 ILT |
4300 | Based on patches from H.J. Lu <[email protected]>: |
4301 | * ldlang.h (lang_input_statement_type): Add new field dynamic. | |
4302 | * ldlang.c (new_afile): Set dynamic from config.dynamic_link. | |
4303 | * ldfile.c: Include bfdlink.h. | |
4304 | (ldfile_open_file): Check dynamic field of entry, not global | |
4305 | dynamic_link field. Don't do a dynamic search when doing a | |
4306 | relocateable link. | |
4307 | * ldmain.c (main): Don't warn about dynamic_link for a | |
4308 | relocateable link. | |
4309 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Skip file if | |
4310 | dynamic is false. | |
4311 | (gld${EMULATION_NAME}_create_output_section_statements): Always | |
4312 | loop over input files. | |
4313 | * Makefile.in: Rebuild dependencies. | |
4314 | ||
4551e108 ILT |
4315 | * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, and |
4316 | -shared. | |
4317 | ||
4318 | Mon Jul 10 13:29:43 1995 Eric Youngdale <[email protected]> | |
4319 | ||
4320 | * ldmain.c (main): Set link_info.symbolic to false. | |
4321 | * lexsup.c (parse_args): Handle -Bsymbolic. | |
4322 | ||
eac6290c FF |
4323 | Wed Jul 5 00:12:11 1995 Fred Fish ([email protected]) |
4324 | ||
4325 | * ldmain.c (HAVE_SBRK): Define for everything except | |
4326 | specific systems that are known to not support sbrk. | |
4327 | (main): Use HAVE_SBRK to decide whether or not to use sbrk. | |
4328 | ||
7523be35 ILT |
4329 | Tue Jul 4 12:55:48 1995 Ian Lance Taylor <[email protected]> |
4330 | ||
7158d2b1 ILT |
4331 | * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): |
4332 | Handle etree_provide. | |
4333 | ||
7523be35 ILT |
4334 | * emultempl/elf32.em (global_needed): New static variable. |
4335 | (global_found): Likewise. | |
4336 | (gld${EMULATION_NAME}_after_open): New static function. | |
4337 | (gld${EMULATION_NAME}_search_needed): Likewise. | |
4338 | (gld${EMULATION_NAME}_try_needed): Likewise. | |
4339 | (gld${EMULATION_NAME}_check_needed): Likewise. | |
4340 | (ld_${EMULATION_NAME}_emulation): Replace after_open_default with | |
4341 | gld${EMULATION_NAME}_after_open. | |
4342 | ||
cb848d61 SC |
4343 | Mon Jul 3 14:26:37 1995 Steve Chamberlain <[email protected]> |
4344 | ||
4345 | * configure.in (i386-*-win32): New target. | |
cb848d61 | 4346 | |
22d3533c ILT |
4347 | Mon Jul 3 14:39:22 1995 Ian Lance Taylor <[email protected]> |
4348 | ||
4349 | * lexsup.c (parse_args): Let -G either set the small data size or | |
4350 | be equivalent to --shared, depending on the next argument. Accept | |
4351 | and ignore -z for Solaris compatibility. | |
4352 | ||
243e7698 ILT |
4353 | Sun Jul 2 17:52:34 1995 Ian Lance Taylor <[email protected]> |
4354 | ||
4355 | * lexsup.c (parse_args): Cast fopen result to PTR before storing | |
4356 | it in link_info.base_file. Fix indentation. | |
4357 | ||
de71eb77 SC |
4358 | Wed Jun 28 17:11:25 1995 Steve Chamberlain <[email protected]> |
4359 | ||
4360 | * ldmain.c (main): Always initialize PE info in link_info. | |
4361 | * lexsup.c (OPTION_BASE_FILE): New option. | |
4362 | (parse_args): Handle new option. | |
4363 | * emulparams/armpe.sh: Output pei. | |
4364 | * emultempl/i386pe.em: Add newline to end. | |
4365 | * scripttempl/armpe.sc: Change output and quote the $s. | |
4366 | * scripttempl/i386pe.sc: Change output and quote the $s. | |
4367 | ||
4368 | Thu Jun 22 19:55:41 1995 Ken Raeburn <[email protected]> | |
4369 | ||
4370 | Sun May 7 11:53:41 MDT 1995 Bryan Ford <[email protected]> | |
4371 | ||
4372 | * configure.in (i386-*-msdos*, i386-*-moss*): New targets. | |
4373 | * Makefile.in (ALL_EMULATIONS): Added i386msdos.o. | |
4374 | (i386msdos.o): New target. | |
4375 | * config/i386-msdos.mt: Created. | |
4376 | * emulparams/i386msdos.sh: Created. | |
4377 | * scripttempl/i386msdos.sc: Created. | |
4378 | ||
d5131191 MM |
4379 | Thu Jun 22 15:06:35 1995 Michael Meissner <[email protected]> |
4380 | ||
4381 | * scripttempl/elfppc.sc (.fixup): Add support for a .fixup section | |
4382 | that contains pointers to be relocated. | |
4383 | ||
0283d893 SS |
4384 | Tue Jun 20 17:47:20 1995 Stan Shebs <[email protected]> |
4385 | ||
4386 | * mpw-esh.c: New file, modified for MPW from esh.c. | |
4387 | * scripttempl/sh.sc: Reformatted to simplify MPWification, | |
4388 | use *() to concat stab sections instead of []. | |
4389 | ||
4390 | Thu Jun 15 08:48:16 1995 Steve Chamberlain <[email protected]> | |
4391 | ||
4392 | * scripttempl/armpe.sc: Add constructor support. | |
4393 | ||
935cd0dd SC |
4394 | Tue Jun 13 09:11:20 1995 Steve Chamberlain <[email protected]> |
4395 | ||
4396 | * ldlang.c (lang_size_sections): Any section with a DATA | |
4397 | statement has contents. | |
4398 | ||
74b3ead3 KR |
4399 | Sun Jun 11 15:20:46 1995 Ken Raeburn <[email protected]> |
4400 | ||
4401 | * emulparams/m68kelf.sh (NOP): Define. | |
4402 | (DYNAMIC_LINK): Don't define. | |
4403 | (TEXT_START_ADDR): Set to 0x80000000; the extra 0x100 for headers | |
4404 | will come from the linker script. | |
4405 | ||
ba0784fe SC |
4406 | Thu Jun 8 14:17:33 1995 Steve Chamberlain <[email protected]> |
4407 | ||
4408 | * emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack. | |
4409 | ||
4410 | Mon Jun 5 02:16:24 1995 Ken Raeburn <[email protected]> | |
4411 | ||
4412 | * configure.in (i[345]86-*-gnu*): Use GNU elf config. | |
4413 | ||
4414 | Thu May 25 11:49:28 1995 Michael Meissner <[email protected]> | |
4415 | ||
4416 | From Andrew Cagney <[email protected]> | |
4417 | * Makefile.in: Fixup more gotchas from renaming elf32ppcle to | |
4418 | elf32lppc. | |
4419 | ||
28d0c3ce SC |
4420 | Wed May 24 11:23:21 1995 Steve Chamberlain <[email protected]> |
4421 | ||
4422 | Add support for ARM-PE. | |
4423 | * Makefile.in (ALL_EMULATIONS): Add armpe.o | |
4424 | * configure.in: Recognize armpe. | |
4425 | * config/arm-pe.mt: New file. | |
4426 | * emulparams/armpe.sh: New file. | |
4427 | * scripttempl/armpe.sc: New file. | |
4428 | ||
4429 | ||
4430 | Mon May 22 15:19:26 1995 Doug Evans <[email protected]> | |
4431 | ||
4432 | * configure.in (h8300h-*-hms): Deleted | |
4433 | * config/cf-h8300h.mt: Deleted. | |
4434 | ||
4435 | Thu May 18 04:26:10 1995 Ken Raeburn <[email protected]> | |
4436 | ||
4437 | Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected]) | |
4438 | ||
4439 | From David Taylor ([email protected]) | |
4440 | * Makefile.in (ALL_EMULATIONS): Add earmout[lb].o | |
4441 | * configure.in: Recognize arm{,e[lb]-*-aout. | |
4442 | * config/arm[lb]-aout.mt: New files. | |
4443 | * emulparams/armaout[lb].sh: New files. | |
4444 | * scripttempl/armaout.sc: New file. | |
4445 | ||
4446 | Tue May 16 18:27:11 1995 Michael Meissner <[email protected]> | |
4447 | ||
4448 | * config/ppcle-elf32.mt (EMUL): Use elf32lppc, not elf32ppcle, to | |
4449 | be unique in 8 characters for DOS. | |
4450 | ||
4451 | * emulparams/elf32lppc.sh: New file, renamed from elf32ppcle.sh. | |
4452 | * emulparams/elf32ppcle.sh: Deleted. | |
4453 | ||
4454 | Fri May 12 11:03:55 1995 Steve Chamberlain <[email protected]> | |
4455 | Tom Griest <[email protected]> | |
4456 | ||
4457 | Initial support for PE executables (eg NT, win32) | |
4458 | ||
4459 | * Makefile.in (configure.in, ei386pe): Add support. | |
4460 | * ldmain.c (main): Initialize PE argument info. | |
4461 | * ldwrite.c (print_file_stuff): Don't print out .drectve | |
4462 | and .debug section info. | |
4463 | * lexsup.c (set_subsystem, set_stack_heap, OPTION_HEAP, | |
4464 | OPTION_SUBSYSTEM, parse_argsm set_subsystem, set_stack_heap): | |
4465 | Handle new arguments. | |
4466 | * config/i386-pe.mt, emultempl/i386pe.em, scripttempl/i386pe.sc: | |
4467 | New files | |
4468 | ||
dea16e4d SG |
4469 | Wed May 10 18:37:59 1995 Stu Grossman ([email protected]) |
4470 | ||
4471 | * scripttempl/hppaelf.sc: Remove .PARISC.unwind section from text | |
4472 | segment. This allows ld -r to preserve unwind sections. | |
4473 | ||
417ced0d MM |
4474 | Tue May 9 17:19:57 1995 Michael Meissner <[email protected]> |
4475 | ||
4476 | * configure.in: Add little endian PowerPC support. | |
4477 | ||
4478 | * Makefile.in (ALL_EMULATIONS): Add eelf32ppcle.o. | |
4479 | (eelf32ppcle.c): Support for little endian PowerPC. | |
4480 | ||
4481 | * config/ppcle-elf32.mt: New file for little endian PowerPC. | |
4482 | * emulparams/elf32ppcle.sh: Ditto. | |
4483 | ||
fa9dea80 KR |
4484 | Wed May 3 12:56:32 1995 Ken Raeburn <[email protected]> |
4485 | ||
4486 | * ldlang.c (print_output_section_statement): Check | |
4487 | subsection_alignment, instead of checking section_alignment twice. | |
4488 | Noticed by Alan Modra <[email protected]>. | |
4489 | ||
55ac59da JL |
4490 | Tue May 2 16:36:07 1995 Jeff Law ([email protected]) |
4491 | ||
4492 | * configure.in (hppa*-*-lites*): Handle like hppa*-*-*elf*. | |
4493 | ||
4494 | Mon Apr 24 19:21:02 1995 Michael Meissner <[email protected]> | |
4495 | ||
4496 | * ldwrite.c (ldwrite): Before doing anything, reset the error | |
4497 | code. If bfd_final_link returns an error, but the error code is | |
4498 | unset, don't issue an extra message. Assume a correct error | |
4499 | message was already set. | |
4500 | ||
4501 | Fri Apr 14 16:31:24 1995 Ken Raeburn <[email protected]> | |
4502 | ||
4503 | * Makefile.in (ALL_EMULATIONS): Added em68kelf.o. | |
4504 | (em68kelf.o): New target. | |
4505 | * config/m68k-elf.mt, emulparams/m68kelf.sh: New files. | |
4506 | * configure.in: Use them for m68*-*-elf. | |
4507 | ||
4508 | Tue Apr 11 12:02:03 1995 Stan Shebs <[email protected]> | |
4509 | ||
4510 | Merge in support for Mac MPW as a host. | |
4511 | (Old change descriptions retained for informational value.) | |
4512 | ||
4513 | * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32. | |
4514 | (i386-unknown-coff): Remove. | |
4515 | (sh-hitachi-hms): New target. | |
4516 | (emulation_ofiles): Set correctly for each target. | |
4517 | (version, TDEFINES): Add to makefile fragment. | |
4518 | * mpw-make.in (BISON): Use byacc instead of bison. | |
4519 | (em_*.c): Replace with e*.c everywhere. | |
4520 | (ldgram.h): Separate action from ldgram.c generation. | |
4521 | (LD_PROG): Depend on Version.r. | |
4522 | (Version.r): generate from version info. | |
4523 | * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c. | |
4524 | ||
4525 | * mpw-config.in (m68k-apple-macos, ppc-apple-macos, | |
4526 | i386-unknown-aout, i386-unknown-coff): New targets. | |
4527 | (m68k-aout, m68k-coff): Remove targets. | |
4528 | (mk.tmp): Add definition of EMUL. | |
4529 | ||
4530 | * mpw-config.in (emulname): Set based on target. | |
4531 | (ldemul-list.h): Construct. | |
4532 | * mpw-make.in (install-only): New target. | |
4533 | (install): Depend on install-only. | |
4534 | ||
4535 | * mpw-make.in (bindir): Fix pathname. | |
4536 | (install): Move here from mpw-build.in. | |
4537 | ||
4538 | * mpw-config.in: New file, MPW configuration fragment. | |
4539 | * mpw-make.in: New file, MPW makefile fragment. | |
4540 | (This file is semi-automatically generated from Makefile.in.) | |
4541 | * ldfile.c (slash): If MPW, set to `:'. | |
4542 | * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to | |
4543 | prevent redefinition errors. | |
4544 | ||
7e87eb13 DE |
4545 | Tue Apr 4 17:55:18 1995 Steve Chamberlain <[email protected]> |
4546 | ||
4547 | * ldwrite.c (clone_section): Align clone sections on even | |
4548 | boundaries. | |
4549 | ||
59b4c199 ILT |
4550 | Thu Mar 30 14:32:26 1995 H.J. Lu ([email protected]) |
4551 | ||
4552 | * configure.in: Change linux to default to elf. Using | |
4553 | i[345]86-*-linuxaout will build a linker which defaults to a.out. | |
4554 | * config/i386-laout.mt: Rename from old config/i386-linux.mt. | |
4555 | * config/i386-linux.mt: Rename from old config/i386-lelf.mt. | |
4556 | * config/i386-lelf.mt: Remove. | |
4557 | ||
e920526d ILT |
4558 | Thu Mar 30 13:09:46 1995 Ian Lance Taylor <[email protected]> |
4559 | ||
7e87eb13 DE |
4560 | * ldmain.c (main): If opening the map file fails, call |
4561 | bfd_set_error before calling einfo. | |
4562 | ||
e920526d ILT |
4563 | * ld.texinfo, ld.1: Document the -no-keep-memory option. |
4564 | ||
a735edad ILT |
4565 | Mon Mar 27 11:10:08 1995 Ian Lance Taylor <[email protected]> |
4566 | ||
4567 | * ldmain.c (main): Revert patch of March 10, since the SVR4 linker | |
4568 | does mark shared libraries as executable. | |
4569 | ||
68233e44 ILT |
4570 | Tue Mar 21 15:15:38 1995 Ian Lance Taylor <[email protected]> |
4571 | ||
4572 | * ldlang.c (lang_common): Change power to int. Pass larger values | |
4573 | before smaller values. | |
4574 | (lang_one_common): Treat info as int *. Don't bother to check for | |
4575 | last value, since it is now zero. | |
4576 | ||
f400bbbb ILT |
4577 | Sat Mar 18 01:49:14 1995 Ian Lance Taylor <[email protected]> |
4578 | ||
4da1dcea | 4579 | * ldlang.c (load_symbols): An empty archive is OK. |
f400bbbb ILT |
4580 | |
4581 | Fri Mar 17 16:15:31 1995 Stan Shebs <[email protected]> | |
4582 | ||
4583 | * ldmain.c (progress.h): Include. | |
4584 | (main): Call START_PROGRESS and END_PROGRESS. | |
4585 | ||
86d0248d MM |
4586 | Thu Mar 16 17:17:33 1995 Michael Meissner <[email protected]> |
4587 | ||
4588 | * scripttempl/elfppc.sc: Move _GOT2_END_ after the .ctors and | |
4589 | .dtors sections, so that these pointers get relocated also. | |
4590 | Define the symbols __{C,D}TOR_{LIST,END}__ to mark the beginning | |
4591 | and end of the constructors/destructors. | |
4592 | ||
f2f55b16 ILT |
4593 | Thu Mar 16 13:59:14 1995 Roland McGrath <[email protected]> |
4594 | ||
4595 | * ldlang.c (load_symbols): If whole_archive is true and ENTRY | |
4596 | describes an archive, call bfd_link_add_symbols on each member. | |
4597 | * ldmain.c (whole_archive): New variable. | |
4598 | (main): Initialize it to false. | |
4599 | * ldmain.h: Declare whole_archive. | |
4600 | * lexsup.c (parse_args): Grok --whole-archive switch. | |
ee499d81 | 4601 | * ld.texinfo, ld.1: Document --whole-archive. |
f2f55b16 | 4602 | |
cb5362c5 ILT |
4603 | Thu Mar 16 11:38:48 1995 Ian Lance Taylor <[email protected]> |
4604 | ||
171eb2f2 ILT |
4605 | * genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not |
4606 | using the default emulation. | |
4607 | ||
cb5362c5 ILT |
4608 | * config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set |
4609 | LDEMULATION. | |
4610 | * config/hppaelf.mh (HOSTING_EMU): Likewise. | |
4611 | ||
e66fa842 ILT |
4612 | Tue Mar 14 12:28:03 1995 Ian Lance Taylor <[email protected]> |
4613 | ||
4614 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj | |
4615 | for -lc.N. From H.J. Lu <[email protected]>. | |
4616 | ||
01bc8f35 ILT |
4617 | Fri Mar 10 14:43:48 1995 Ian Lance Taylor <[email protected]> |
4618 | ||
22c41f00 ILT |
4619 | * ldmain.c (main): Don't set EXEC_P if link_info.shared is set. |
4620 | ||
01bc8f35 ILT |
4621 | * ldlex.l: Return -lFILENAME as the token LNAME. |
4622 | * ldgram.y: Add token LNAME. | |
4623 | (input_list): Treat LNAME like NAME, but pass it to | |
4624 | lang_add_input_file as lang_input_file_is_l_enum. | |
4625 | * ld.texinfo: Document using -lFILENAME in INPUT. | |
4626 | ||
4627 | Thu Mar 9 12:21:51 1995 Michael Meissner <[email protected]> | |
4628 | ||
4629 | * ldlang.c (lang_check): If the architectures are compatible call | |
4630 | bfd_merge_private_bfd_data to let the backend do additional | |
4631 | checks. | |
4632 | ||
b939d1f4 ILT |
4633 | Tue Mar 7 00:53:08 1995 Ian Lance Taylor <[email protected]> |
4634 | ||
4635 | * ldemul.c (ldemul_choose_mode): If emulation not recognized, list | |
4636 | all supported emulations. | |
4637 | ||
b73b4131 ILT |
4638 | Mon Mar 6 14:03:50 1995 Ian Lance Taylor <[email protected]> |
4639 | ||
4640 | * ldemul.c (ldemul_list_emulations): New function. | |
4641 | * ldemul.h (ldemul_list_emulations): Declare. | |
4642 | * ldver.c (help): List supported targets and emulations. | |
4643 | ||
4644 | Fri Mar 3 15:40:36 1995 Doug Evans <[email protected]> | |
4645 | ||
4646 | * scripttempl/elf.sc (.debug): Relocate to address 0. | |
4647 | (.debug_srcinfo, .debug_aranges, .debug_pubnames, | |
4648 | .debug_sfnames, .line): Likewise. | |
4649 | ||
30e12576 ILT |
4650 | Fri Mar 3 17:07:14 1995 Ian Lance Taylor <[email protected]> |
4651 | ||
4652 | * emultempl/elf32.em (hold_rel): New static variable. | |
4653 | (gld${EMULATION_NAME}_place_orphan): Place readonly sections with | |
4654 | contents whose names begin with ".rel" after hold_rel. Remove the | |
4655 | assertion which checked for unplaced .rel sections. Don't try to | |
4656 | sort the section into place if place->bfd_section is NULL. | |
4657 | (gld${EMULATION_NAME}_place_section): Set hold_rel to the first | |
4658 | section beginning with ".rel". | |
4659 | ||
4660 | Thu Mar 2 14:34:43 1995 Ian Lance Taylor <[email protected]> | |
4661 | ||
4662 | Doc note from [email protected] (Pierre Willard): | |
4663 | * ld.texinfo: -X and -x work even if -s or -S are not specified. | |
8c811b9d | 4664 | * ld.1: Similar change. |
30e12576 | 4665 | |
0b153077 ILT |
4666 | Wed Mar 1 13:51:16 1995 Ian Lance Taylor <[email protected]> |
4667 | ||
4668 | * emulparams/gld960coff.sh (COFF_CTORS): Define. | |
4669 | * scripttempl/i960.sc: Use COFF_CTORS if CONSTRUCTING. | |
4670 | ||
882c80a7 ILT |
4671 | Tue Feb 28 12:42:56 1995 Ian Lance Taylor <[email protected]> |
4672 | ||
4673 | * configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf. | |
4674 | (i[345]86-*-gnuelf*): New target. Use i386-gelf. | |
4675 | * config/i386-lelf.mt: New file. | |
4676 | * config/i386-gelf.mt: New file. | |
4677 | ||
decc32b7 RS |
4678 | Tue Feb 28 10:27:54 1995 Rob Savoye <[email protected]> |
4679 | ||
4680 | * configure.in: Match on mips-ecoff, and default to the IDT | |
4681 | configuration. | |
4682 | ||
4683 | Fri Feb 17 13:06:47 1995 Michael Meissner <[email protected]> | |
4684 | ||
4685 | * scripttempl/elfppc.sc: Add support for .got1 and .got2 sections. | |
4686 | Offset _GLOBAL_OFFSET_TABLE_ 32768 from the start of the GOT area | |
4687 | to double the size of the table. | |
4688 | ||
4ad2d640 KR |
4689 | Thu Feb 9 18:29:43 1995 Ken Raeburn <[email protected]> |
4690 | ||
4691 | * Makefile.in (distclean): Do recursive deletion, since ldscripts | |
4692 | is a directory. | |
4693 | ||
1f59c7a7 ILT |
4694 | Thu Feb 9 11:38:22 1995 Ian Lance Taylor <[email protected]> |
4695 | ||
be2213eb ILT |
4696 | * ldmain.c (main): If trace_file_tries is true, and we are using |
4697 | an internal linker script, print out the script. | |
4698 | * ldfile.c (try_open): Reindent function. Make the messages about | |
4699 | opening script files more informative. | |
4700 | ||
1f59c7a7 ILT |
4701 | * lexsup.c (parse_args): For -V, call ldversion with 1, not 0. |
4702 | * ld.texinfo, ld.1: Update accordingly. | |
4703 | ||
3565dee4 ILT |
4704 | Wed Feb 8 17:34:45 1995 Ian Lance Taylor <[email protected]> |
4705 | ||
4706 | * ldlang.c (lang_one_common): Adjust references to common symbol | |
4707 | information for new structure. | |
4708 | ||
5039302a ILT |
4709 | Mon Feb 6 12:17:24 1995 Ian Lance Taylor <[email protected]> |
4710 | ||
23244cd6 ILT |
4711 | * ldmain.c (undefined_symbol): Handle section being NULL. |
4712 | ||
484a0896 | 4713 | * ldctor.c (ldctor_build_sets): Handle bfd_link_hash_defweak. |
8ed88239 ILT |
4714 | * ldexp.c (fold_name): Likewise. |
4715 | * ldlang.c (print_one_symbol): Likewise. | |
4716 | (lang_finish): Likewise. | |
4717 | * ldmain.c (multiple_common): Likewise. | |
4718 | * ldwrite.c (print_symbol): Likewise. Also, bfd_link_hash_weak | |
4719 | renamed to bfd_link_hash_undefweak. | |
4720 | ||
5039302a ILT |
4721 | * scripttempl/alpha.sc: Set address of .data section correctly |
4722 | when -n or -N is used. Patch from Chris G Demetriou | |
4723 | <[email protected]>. | |
4724 | * scripttempl/mips.sc: Similar change. | |
4725 | ||
e802f0be DE |
4726 | Tue Jan 31 16:20:52 1995 Doug Evans <[email protected]> |
4727 | ||
4728 | * ldlang.c (lang_size_sections): Clarify error message when user | |
4729 | specified start addr conflicts with region. Fix resetting of | |
4730 | region pointer. | |
4731 | ||
1abb243d ILT |
4732 | Tue Jan 31 12:37:09 1995 Ian Lance Taylor <[email protected]> |
4733 | ||
4734 | * ldexp.c (fold_name): In case NAME, permit an absolute symbol | |
4735 | in lang_allocating_phase_enum. | |
4736 | ||
4737 | Mon Jan 30 11:33:25 1995 Ian Lance Taylor <[email protected]> | |
4738 | ||
4739 | * Makefile.in (distclean): Depend upon clean. Don't bother to | |
4740 | remove files which will be removed by clean. From patch by | |
4741 | [email protected] (Alan Modra). | |
4742 | ||
50708d56 ILT |
4743 | Fri Jan 27 16:27:34 1995 Ian Lance Taylor <[email protected]> |
4744 | ||
4745 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For | |
4746 | a MIPS target, clobber the size of all but the first input | |
4747 | .reginfo section to be 0, so that lang_size_sections sets the | |
4748 | correct size for the output .reginfo section. | |
4749 | ||
ae02b41c ILT |
4750 | Thu Jan 26 19:53:37 1995 Ian Lance Taylor <[email protected]> |
4751 | ||
4752 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
4753 | Remove unused variable is. | |
4754 | ||
5f16938d MM |
4755 | Thu Jan 26 12:33:05 1995 Michael Meissner <[email protected]> |
4756 | ||
4757 | * configure.in: Add support for powerpc-*-eabi. | |
4758 | ||
4759 | * scripttempl/elfppc.sc: New file for PowerPC embedded ABI | |
4760 | support. | |
4761 | ||
4762 | * emulparams/elf32ppc.sh (SCRIPT_NAME): Use elfppc.sc instead of | |
4763 | elf.sc, which defines some new symbols PowerPC elf needs. | |
4764 | ||
6ade1673 ILT |
4765 | Tue Jan 24 10:32:15 1995 Ian Lance Taylor <[email protected]> |
4766 | ||
4767 | * ldctor.c (ldctor_add_set_entry): Don't dump core if a | |
4768 | constructor entry is in the absolute section. | |
4769 | ||
c1e128e5 ILT |
4770 | Mon Jan 23 13:58:13 1995 Ian Lance Taylor <[email protected]> |
4771 | ||
4772 | * configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu. | |
4773 | * config/i386-gnu.mt: New file. Include ELF support. | |
4774 | ||
4775 | Thu Jan 19 16:22:11 1995 Ian Lance Taylor <[email protected]> | |
4776 | ||
4777 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): If | |
4778 | there are any input sections named .gnu.warning, treat them as | |
4779 | containing a warning message to be printed by the linker, and | |
4780 | clobber the size so that the message is not copied into the output | |
4781 | file. | |
4782 | * scripttempl/elf.sc: Put .gnu.warning sections into the .text | |
4783 | section. | |
4784 | ||
506f4ede SC |
4785 | Sun Jan 15 16:45:00 1995 Steve Chamberlain <sac@splat> |
4786 | ||
4787 | * configure.in (w65-*-*): New target. | |
4788 | * Makefile.in: Update. | |
4789 | * scripttempl/w65.sc: New. | |
4790 | * config/coff-w65.mt: New. | |
4791 | ||
cc37d01d ILT |
4792 | Thu Jan 12 01:32:25 1995 Ian Lance Taylor <[email protected]> |
4793 | ||
4794 | * ldlang.c (lang_place_orphans): Don't ignore files with | |
4795 | just_syms_flag set. Instead, put all their sections in | |
4796 | bfd_abs_section_ptr, using the section VMA as the output_offset. | |
4797 | ||
cc38364d KR |
4798 | Wed Jan 11 22:59:09 1995 Ken Raeburn <[email protected]> |
4799 | ||
4800 | * ldctor.c (ldctor_build_sets): Don't use `const' with typedef | |
4801 | name `reloc_howto_type', since it's now defined to be const. | |
4802 | * ldlang.c (lang_add_reloc): Ditto. | |
4803 | * ldlang.h (lang_reloc_statement_type, lang_add_reloc): Ditto. | |
4804 | ||
93a0630f ILT |
4805 | Wed Jan 11 11:24:45 1995 Ian Lance Taylor <[email protected]> |
4806 | ||
4807 | * ldexp.c (fold_binary): Adding or subtracting an absolute value | |
4808 | to a relative value does not require forcing the relative value to | |
4809 | be absolute. Also, reindent function. | |
4810 | ||
fa440b5a SC |
4811 | Wed Dec 28 22:05:52 1994 Steve Chamberlain ([email protected]) |
4812 | ||
4813 | * ldwrite.c (clone_section): Create a symbol with the | |
4814 | same name as the section. | |
4815 | ||
885ae6b9 SC |
4816 | Mon Dec 19 14:02:13 1994 Steve Chamberlain ([email protected]) |
4817 | ||
4818 | * ld.h (split_by_reloc, split_by_file): New flags. | |
4819 | * ldwrite.c (clone_section, split_sections): New functions. | |
4820 | * lexsup.c (parse_args): Understand new split options. | |
4821 | ||
4e59f36d ILT |
4822 | Fri Dec 9 17:22:55 1994 Ian Lance Taylor <[email protected]> |
4823 | ||
4824 | * scripttempl/elf.sc: Move .ctors and .dtors from .text segment to | |
4825 | .data segment. They must be writable when creating a shared | |
4826 | library. From H.J. Lu <[email protected]>. | |
4827 | ||
4828 | Fri Dec 2 14:09:00 1994 Ian Lance Taylor <[email protected]> | |
4829 | ||
4830 | * emultempl/miposecoff.em: New file. | |
4831 | * emulparams/mipsidt.sh (TEMPLATE_NAME): Set to mipsecoff. | |
4832 | * emulparams/mipsidtl.sh (TEMPLATE_NAME): Likewise. | |
4833 | * scripttempl/mips.sc: Put .rel.sdata sections in .text, and | |
4834 | provide __runtime_reloc_start and __runtime_reloc_stop if they are | |
4835 | used. Align _fdata to a 16 byte boundary. | |
4836 | * Makefile.in (emipsidt.c): Depend upon mipsecoff.em rather than | |
4837 | generic.em. | |
4838 | (emipsidtl.c): Likewise. | |
4839 | (check): Pass CC_FOR_HOST and CFLAGS_FOR_HOST to runtest. | |
4840 | ||
4841 | * ld.h (args_type): Add new field embedded_relocs. | |
4842 | * ldemul.h (ldemul_after_open, after_open_default): Declare. | |
4843 | (ld_emulation_xfer_struct): Add new field after_open. | |
4844 | * ldemul.c (ldemul_after_open): New function. | |
4845 | (after_open_default): New function. | |
4846 | * ldlang.c (lang_process): Call ldemul_after_open. | |
4847 | * lexsup.c (parse_args): Handle --embedded-relocs. | |
4848 | * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize | |
4849 | new after_open field to after_open_default. | |
4850 | * emultempl/generic.em, emultempl/gld960.em: Likewise. | |
4851 | * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise. | |
4852 | * emultempl/linux.em, emultempl/m88kbcs.em: Likewise. | |
4853 | * emultempl/sunos.em, emultempl/vanilla.em: Likewise. | |
4854 | * ld.texinfo, ld.1: Mention -embedded-relocs. | |
4855 | ||
e93e87cb SC |
4856 | Wed Nov 23 22:04:47 1994 Steve Chamberlain ([email protected]) |
4857 | ||
4858 | * Makefile.in: Add eshl.o. | |
4859 | * config/coff-sh.mt: Add shl emulation. | |
4860 | ||
18368f46 ILT |
4861 | Tue Nov 22 11:55:37 1994 Ian Lance Taylor <[email protected]> |
4862 | ||
4863 | * scripttempl/elf.sc: Fill .text section with NOPS. From Eric | |
4864 | Youngdale <[email protected]>. | |
4865 | ||
60822a36 ILT |
4866 | Thu Nov 17 14:39:48 1994 Ian Lance Taylor <[email protected]> |
4867 | ||
4868 | Patches from [email protected] (Martin Pirker). | |
4869 | * config/i386linux.mh: New file; set HOSTING_CRT0. | |
4870 | * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is | |
4871 | /usr/lib, since that is already in LIB_PATH. | |
4872 | ||
831d7ac4 JL |
4873 | Wed Nov 16 10:03:03 1994 Jeff Law ([email protected]) |
4874 | ||
15ec1d5c JL |
4875 | * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start |
4876 | address. | |
4877 | (.data, .bss): If "-N", then place the data/bss just after the end | |
4878 | of the .text section rather than at the default 0x40000000. | |
4879 | ||
831d7ac4 JL |
4880 | * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the |
4881 | text segment. | |
4882 | ||
fd41732a ILT |
4883 | Sat Nov 12 15:55:56 1994 Ian Lance Taylor ([email protected]) |
4884 | ||
831d7ac4 JL |
4885 | Patches from Eric Youngdale <[email protected]>: |
4886 | * ldlang.c (lang_finish): Don't warn if entry symbol not found | |
4887 | when generating a shared library. | |
4888 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if | |
4889 | attempting to place an orphaned relocation section when generating | |
4890 | a dynamically linked object. | |
4891 | ||
fd41732a ILT |
4892 | * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to |
4893 | _start. | |
4894 | ||
5efddb2e ILT |
4895 | Fri Nov 11 14:27:23 1994 Ian Lance Taylor <[email protected]> |
4896 | ||
4897 | * ld.h (args_type): Add field export_dynamic. | |
4898 | * lexsup.c (parse_args): Recognize --export-dynamic. | |
4899 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
4900 | Pass export_dynamic argument to bfd_elf32_size_dynamic_sections. | |
4901 | ||
809391bd ILT |
4902 | Wed Nov 9 12:47:11 1994 Ian Lance Taylor <[email protected]> |
4903 | ||
4904 | * ldlang.c (lang_one_common): Set SEC_ALLOC in any section where | |
4905 | we allocate common symbols. | |
4906 | ||
cd1d4f83 ILT |
4907 | Tue Nov 8 17:50:43 1994 Eric Youngdale ([email protected]) |
4908 | ||
4909 | * scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and | |
4910 | .rela.fini to the list of .rel* sections. | |
4911 | ||
6a02a973 ILT |
4912 | Tue Nov 8 17:47:45 1994 Ian Lance Taylor <[email protected]> |
4913 | ||
4914 | * ldlang.c (load_symbols): Add new argument place. Only accept | |
4915 | linker scripts if place is not NULL. Put commands found in an | |
4916 | assumed linker script into place. | |
4917 | (lookup_name): Pass NULL as place argument to load_symbols. | |
4918 | (open_input_bfds): In lang_input_statement_enum case, pass a place | |
4919 | argument to load_symbols, and store any new statements after the | |
4920 | current one. | |
4921 | ||
4922 | Mon Nov 7 15:53:02 1994 Ken Raeburn <[email protected]> | |
4923 | ||
4924 | * ldver.c (ldversion): Bump to 2.5.3. | |
4925 | ||
ca8f2f0d KR |
4926 | Fri Nov 4 15:11:26 1994 Ken Raeburn <[email protected]> |
4927 | ||
4928 | * Makefile.in (e*nbsd.c): Fix typo in dependencies. | |
4929 | ||
0128cbae KR |
4930 | Thu Nov 3 19:35:44 1994 Ken Raeburn <[email protected]> |
4931 | ||
4932 | * Makefile.in (check): Add missing "else true" clause. | |
4933 | ||
4934 | * emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out". | |
4935 | ||
4936 | * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default | |
4937 | entry point to "start". Align at end of each section to 0x200. | |
4938 | Start .text section 0x1000 later. Add _etext, _edata, _end | |
4939 | symbols. | |
4940 | ||
52329a29 ILT |
4941 | Wed Nov 2 12:17:49 1994 Ian Lance Taylor <[email protected]> |
4942 | ||
4943 | * ldctor.c (ldctor_add_set_entry): Don't permit a set to be | |
4944 | composed of different object file formats. | |
4945 | (ldctor_build_sets): If the output format does not support the | |
4946 | reloc, and we are not generating a relocateable link, try getting | |
4947 | the reloc from the input format. | |
4948 | ||
e574ddd4 C |
4949 | Tue Nov 1 10:30:19 1994 J.T. Conklin ([email protected]) |
4950 | ||
4951 | * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o. | |
4952 | (em68knbsd.c): New target. | |
4953 | ||
4954 | * config/m68k-nbsd.mt: New file. | |
4955 | * emulparams/m68knbsd.sh: New file. | |
4956 | * configure.in (m68*-*-netbsd*): Use above configs. | |
4957 | ||
fbf967b0 ILT |
4958 | Mon Oct 31 19:35:17 1994 Ian Lance Taylor <[email protected]> |
4959 | ||
4960 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): If we find an | |
4961 | appropriately named static library, stop the search at that | |
4962 | directory. | |
4963 | ||
32286e08 C |
4964 | Wed Oct 26 13:59:12 1994 J.T. Conklin ([email protected]) |
4965 | ||
8c811b9d | 4966 | * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o |
32286e08 C |
4967 | and esparcnbsd.o; sorted entries. |
4968 | (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets. | |
4969 | ||
4970 | * config/netbsd532.mt: Removed. | |
4971 | * emulparams/netbsd532.sh: Removed. | |
4972 | ||
4973 | * config/{i386-nbsd.mt,ns32k-nbsd.mt,sparc-nbsd.mt}: New files. | |
4974 | * emulparams/{i386nbsd.sh,ns32knbsd.sh,sparcnbsd.sh}: New files. | |
8c811b9d | 4975 | * configure.in (i[345]86-*-netbsd*, ns32k-pc532-netbsd*, |
32286e08 C |
4976 | sparc*-*-netbsd*): Use above configs. |
4977 | ||
fdfe873a ILT |
4978 | Tue Oct 25 11:47:10 1994 Ian Lance Taylor <[email protected]> |
4979 | ||
4980 | * ldmain.c (multiple_common): One of the types may now be | |
4981 | bfd_link_hash_indirect. The old BFD argument may be NULL. | |
4982 | ||
3286598f ILT |
4983 | Thu Oct 20 22:01:39 1994 Ian Lance Taylor ([email protected]) |
4984 | ||
4985 | * configure.in: Add * at the end of m68k-hp-hpux. | |
4986 | ||
81100e78 ILT |
4987 | Tue Oct 18 15:58:39 1994 Ian Lance Taylor <[email protected]> |
4988 | ||
4989 | * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to | |
4990 | YY_CHAR *. | |
4991 | ||
51bdfd9b C |
4992 | Mon Oct 17 14:53:16 1994 J.T. Conklin ([email protected]) |
4993 | ||
4994 | * scripttempl/nw.sc: Gather constructors and destructors and | |
4995 | define __CTOR__LIST__ and __DTOR_LIST__ appropriately. | |
4996 | ||
54d64846 C |
4997 | Fri Oct 14 14:35:38 1994 J.T. Conklin ([email protected]) |
4998 | ||
0a1e63c4 KR |
4999 | * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o. |
5000 | (ei386nw.c, eppcnw.c): New targets. | |
5001 | ||
5002 | * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh, | |
51bdfd9b | 5003 | scripttempl/nw.sc: New files, for i386 and powerpc netware. |
8c811b9d | 5004 | |
0a1e63c4 KR |
5005 | * configure.in: Changed netware ld_target name to be {i386,ppc}-nw |
5006 | instead of {i386,ppc}-elf. | |
5007 | ||
5008 | * configure.in (sparc*-*-netware): Removed. There is no such | |
5009 | thing anymore. | |
5010 | ||
54d64846 C |
5011 | * ldint.texinfo: Move misplaced `@end iftex'. |
5012 | ||
81d191be ILT |
5013 | Fri Oct 14 12:02:18 1994 Eric Youngdale ([email protected]) |
5014 | ||
5015 | * scripttempl/elf.sc: Add .rel.ctors, .rela.ctors, .rel.dtors, and | |
5016 | .rela.dtors to the list of .rel* sections. | |
5017 | ||
f608f62e KR |
5018 | Thu Oct 13 14:16:27 1994 Ken Raeburn <[email protected]> |
5019 | ||
0a1e63c4 KR |
5020 | * ldver.c (ldversion): Update to version 2.5. |
5021 | * Version 2.5 released. | |
5022 | ||
f608f62e KR |
5023 | * configure.in (all_targets): Handle i386-linux*. |
5024 | ||
243f6d0d ILT |
5025 | Thu Oct 13 11:24:33 1994 Ian Lance Taylor <[email protected]> |
5026 | ||
5027 | * scripttempl/aout.sc: Set _etext and __etext to ., not | |
5028 | ${DATA_ALIGNMENT}. This is compatible with SunOS, and, with luck, | |
5029 | will not break any other system. From Eric Valette | |
5030 | <[email protected]>. | |
5031 | ||
a82ae15d ILT |
5032 | Wed Oct 12 16:22:58 1994 Ian Lance Taylor <[email protected]> |
5033 | ||
5034 | * lexsup.c (parse_args): Change -V to be a synonym for -v. Add | |
5035 | --verbose to get the old -V behaviour. | |
5036 | * ld.1, ld.texinfo: Document this change. | |
5037 | ||
262c8763 ILT |
5038 | Tue Sep 27 14:56:20 1994 Ian Lance Taylor ([email protected]) |
5039 | ||
a82ae15d ILT |
5040 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove |
5041 | assertion, since it could fail with a user defined linker script. | |
5042 | ||
aa61b923 ILT |
5043 | * ldexp.c (fold_name): For DEFINED case, don't try to look up the |
5044 | name in the hash table during the first phase--the hash table does | |
5045 | not even exist at that point, much less have the right value. | |
5046 | ||
262c8763 ILT |
5047 | * Makefile.in (CC): Define. |
5048 | (CXX): Move definition, change from g++ to gcc. | |
5049 | (EXPECT, RUNTEST): Copy definitions from top level Makefile.in. | |
5050 | (RUNTEST_CC, RUNTEST_CFLAGS): Remove. | |
5051 | (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove. | |
5052 | (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in. | |
5053 | (.cc.o): Comment out. | |
5054 | (testdir): Remove. | |
5055 | (site.exp): Don't create testdir or set tmpdir. | |
5056 | (check): Run checks even if not running native. Use CC_FOR_TARGET | |
5057 | instead of RUNTEST_CC, and likewise for CXX. | |
5058 | (cdtest targets): Comment out. | |
5059 | * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once. | |
5060 | * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove. | |
5061 | * cdtest-main.cc, cdtest.exp: Remove. | |
5062 | ||
2150c3ee ILT |
5063 | Mon Sep 26 11:40:30 1994 Ian Lance Taylor ([email protected]) |
5064 | ||
262c8763 ILT |
5065 | * emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS |
5066 | file naming problems. | |
5067 | * emulparams/elf32lmip.sh: Rename from elf32mipl.sh. | |
5068 | * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to | |
5069 | eelf32bmip.o and eelf32mipl.o to eelf32lmip.o. | |
5070 | (eelf32bmip.c): Rename from eelf32mipb.c. Use elf32bmip.sh. | |
5071 | (eelf32lmip.c): Rename from eelf32mipl.c. Use elf32lmip.sh. | |
5072 | * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb. | |
5073 | * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl. | |
5074 | ||
38189778 ILT |
5075 | * genscripts.sh: Always search /usr/local/TARGET/lib. |
5076 | ||
2150c3ee ILT |
5077 | * scripttempl/elf.sc: If -N is set, force DATA_ADDR to be ".". |
5078 | ||
5079 | Fri Sep 23 15:05:49 1994 Ken Raeburn <[email protected]> | |
5080 | ||
5081 | * configure.in: Handle i386-bsdi* targets like i386-bsd. | |
5082 | ||
a2eea823 ILT |
5083 | Fri Sep 23 00:06:59 1994 Ian Lance Taylor ([email protected]) |
5084 | ||
5085 | * lexsup.c (parse_args): Add support for -a for HP/UX | |
5086 | compatibility. | |
5087 | ||
5088 | * lexsup.c (parse_args): -c takes an argument. | |
5089 | ||
f1781adc ILT |
5090 | Tue Sep 20 14:35:27 1994 Ian Lance Taylor ([email protected]) |
5091 | ||
86037281 ILT |
5092 | * ld.h (args_type): Add new field endian. |
5093 | * lexsup.c (parse_args): Handle -EB and -EL by setting | |
5094 | command_line.endian. | |
5095 | * ldgram.y (ifile_p1): Accept OUTPUT_FORMAT with three arguments. | |
5096 | * ldlang.c (lang_add_output_format): Add arguments big and little. | |
5097 | If command_line.endian is set, use it to select big or little | |
5098 | rather than the default. Changed all callers. | |
5099 | * ldlang.h (lang_add_output_format): Update declaration. | |
5100 | * emulparams/elf32mipb.sh: Define BIG_OUTPUT_FORMAT and | |
5101 | LITTLE_OUTPUT_FORMAT. | |
5102 | * emulparams/elf32mipl.sh: Likewise. | |
5103 | * emulparams/mipsbig.sh: Likewise. | |
5104 | * emulparams/mipsbsd.sh: Likewise. | |
5105 | * emulparams/mipsidt.sh: Likewise. | |
5106 | * emulparams/mipsidtl.sh: Likewise. | |
5107 | * emulparams/mipslit.sh: Likewise. | |
5108 | * scripttempl/elf.sc: Define BIG_OUTPUT_FORMAT and | |
5109 | LITTLE_OUTPUT_FORMAT if not already defined. Pass them to | |
5110 | OUTPUT_FORMAT. | |
5111 | * scripttempl/mips.sc: Pass BIG_OUTPUT_FORMAT and | |
5112 | LITTLE_OUTPUT_FORMAT to OUTPUT_FORMAT. | |
5113 | * scripttempl/mipsbsd.sc: Likewise. | |
5114 | ||
5115 | * Makefile.in (ldgram.h): Make separate target from ldgram.c, | |
5116 | depending upon ldgram.c, so that a parallel make does not try to | |
5117 | build both at once. | |
5118 | ||
f1781adc | 5119 | * configure.in (mips*el-elf*): New target. |
5ccef180 ILT |
5120 | * Makefile.in (ALL_EMULATIONS): Add eelf32mipb.o and eelf32mipl.o. |
5121 | (eelf32mipl.c): New target. | |
86037281 | 5122 | |
f1781adc ILT |
5123 | * config/mipsl-elf32.mt: New file. |
5124 | * emulparams/elf32mipl.sh: New file. | |
5125 | ||
006ae0e4 ILT |
5126 | Fri Sep 16 12:16:20 1994 Ian Lance Taylor ([email protected]) |
5127 | ||
5128 | * ldmain.c (main): Rather than prohibiting ld -r -s, treat it as | |
5129 | ld -r -S -x. | |
5130 | ||
7aa8f496 ILT |
5131 | Thu Sep 15 13:05:44 1994 Ian Lance Taylor ([email protected]) |
5132 | ||
5133 | * ldmisc.c (vfinfo): Print BFD file name as well as file name | |
5134 | returned by find_nearest_line, in case the file name is something | |
5135 | unhelpful such as a .h file. Handle %u. | |
5136 | ||
467a0380 SC |
5137 | Wed Sep 14 12:49:12 1994 Steve Chamberlain ([email protected]) |
5138 | ||
5139 | * ldlang.c (lang_do_assignments): Make sure output statement | |
5140 | has an attached bfd_section before trying to dereference it. | |
5141 | ||
8bff41c1 ILT |
5142 | Wed Sep 14 12:48:09 1994 Ian Lance Taylor ([email protected]) |
5143 | ||
809ee7e0 ILT |
5144 | * ld.h (ld_config_type): Add new field warn_once. |
5145 | * ldmain.c (undefined_symbol): Handle -warn-once. | |
5146 | * lexsup.c (parse_args): Recognize -warn-once. | |
5147 | * ld.texinfo (Options): Document -warn-once. | |
5148 | * ld.1: Likewise. | |
5149 | ||
cc23cc69 ILT |
5150 | * ldmisc.c (vfinfo): Handle %D as %C, but never print the function |
5151 | name. For %C, print the function name on a separate line, to keep | |
5152 | the length of error messages under control. | |
5153 | * ldmain.c (multiple_definition): Use %D for ``first defined | |
5154 | here.'' | |
5155 | (undefined_symbol): Use %D for ``more undefined references | |
5156 | follow''. | |
5157 | ||
8bff41c1 ILT |
5158 | * ldmisc.c (multiple_warn): Remove; no longer used. |
5159 | * ldmisc.h (multiple_warn): Don't declare. | |
5160 | ||
3deb20fb SC |
5161 | Tue Sep 13 20:47:58 1994 Steve Chamberlain ([email protected]) |
5162 | ||
5163 | * ldlang.c (print_output_section_statement): Print all lines | |
5164 | to the map file. | |
5165 | ||
0b3499f6 ILT |
5166 | Tue Sep 13 16:30:11 1994 Ian Lance Taylor ([email protected]) |
5167 | ||
5168 | * ldlang.c (load_symbols): Check for archive before object. Use | |
5169 | bfd_check_format_matches, and, if ambiguous, print a list of | |
5170 | matching formats. If file format is not recognized, treat file as | |
5171 | a linker script. | |
5172 | * ldgram.y (yyerror): If assuming an object file is a script, | |
5173 | mention that. Tweak the format of the error messages. | |
5174 | * ldlex.l (lex_warn_invalid): If assuming an object is a script, | |
5175 | guess that this is not actually a script, and just report that the | |
5176 | file format was not recognized. | |
5177 | * ld.texinfo (Options): Admit that -( may be used more than once. | |
5178 | Add note that unrecognized object files are now treated as linker | |
5179 | scripts. | |
5180 | ||
5181 | * ldfile.c (ldfile_input_filename): Make const. | |
5182 | (ldfile_assumed_script): New variable. | |
5183 | (try_open): Change arguments types to const. | |
5184 | (ldfile_find_command_file): Likewise. | |
5185 | (ldfile_open_command_file): Likewise. Also, set lineno to 1. | |
5186 | * ldfile.h: Update declarations for ldfile.c changes. | |
5187 | * ldlex.l: Include <ctype.h>. | |
5188 | (file_name_stack): Change to be const char *. | |
5189 | (lineno_stack): New static variable. | |
5190 | (<<EOF>>): Set lineno as well as ldfile_input_filename. | |
5191 | (lex_push_file): Make name argument const. Initialize | |
5192 | lineno_stack entry. | |
5193 | (lex_redirect): Initialize lineno_stack entry. | |
5194 | (lex_warn_invalid): Handle non printable characters nicely. | |
5195 | * ldlex.h (lex_push_file): Declare second argument as const. | |
5196 | ||
5197 | * ldgram.y (ifile_p1): Recognize GROUP. | |
5198 | * ldlex.l: Recognize GROUP. | |
5199 | * ld.texinfo (Option Commands): Document GROUP. | |
5200 | ||
2fd87dbc ILT |
5201 | Mon Sep 12 17:04:27 1994 Ian Lance Taylor ([email protected]) |
5202 | ||
5203 | * config/m68klynx.mh: New file. | |
5204 | ||
cb2af5cf JL |
5205 | Mon Sep 12 01:50:03 1994 Jeff Law ([email protected]) |
5206 | ||
5207 | * emultempl/hppaelf.em: Add newlines to the error messages. | |
5208 | ||
7b63ff76 ILT |
5209 | Sat Sep 10 16:05:38 1994 Ian Lance Taylor ([email protected]) |
5210 | ||
5211 | * config/i386lynx.mh: New file. | |
5212 | * scripttempl/i386lynx.sc: Don't put .ctors and .dtors in .text | |
5213 | unless CONSTRUCTING. | |
5214 | ||
dd37f215 ILT |
5215 | Thu Sep 8 13:25:24 1994 Ian Lance Taylor ([email protected]) |
5216 | ||
5217 | * emulparams/elf32mipb.sh (TEMPLATE_NAME): Define as elf32. | |
5218 | (GENERATE_SHLIB_SCRIPT): Define as yes. | |
5219 | (DYNAMIC_LINK): Define as false. | |
5220 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): | |
5221 | Initialize config.dynamic_link to DYNAMIC_LINK if it is defined. | |
5222 | (gld${EMULATION_NAME}_place_orphan): Reset stat_ptr at end. | |
5223 | * Makefile.in (eelf32mipb.c): Depend upon elf32.em rather than | |
5224 | generic.em. | |
5225 | ||
fa3539fe SC |
5226 | Thu Sep 8 16:30:37 1994 Steve Chamberlain ([email protected]) |
5227 | ||
5228 | * scripttempl/h8500b.sc: Put rdata stuff into own segment. | |
5229 | ||
a864a26e ILT |
5230 | Thu Sep 8 13:25:24 1994 Ian Lance Taylor ([email protected]) |
5231 | ||
5232 | * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define; | |
5233 | .got section is now explicitly handled in elf.sc. | |
5234 | ||
5235 | Wed Sep 7 13:08:34 1994 Ian Lance Taylor ([email protected]) | |
5236 | ||
5237 | * scripttempl/alpha.sc: Redo script to set . outside of sections | |
5238 | and not bother to explicitly specify section addresses. | |
5239 | Explicitly place .sdata section. | |
5240 | ||
82950a80 ILT |
5241 | Tue Sep 6 23:51:45 1994 Ian Lance Taylor ([email protected]) |
5242 | ||
5243 | * scripttempl/m68kcoff.sc: Put .bss in data segment. | |
5244 | ||
5245 | * scripttempl/h8300.sc: Change .stab and .stabstr to use a VMA of | |
5246 | 0, and to only be marked as NOLOAD if relocating. | |
5247 | * scripttempl/h8500.sc, scripttempl/h8500b.sc: Likewise. | |
5248 | * scripttempl/h8500c.sc, scripttempl/h8500m.sc: Likewise. | |
5249 | * scripttempl/h8500s.sc, scripttempl/i386coff.sc: Likewise. | |
5250 | * scripttempl/i386go32.sc, scripttempl/i386lynx.sc: Likewise. | |
5251 | * scripttempl/m68kcoff.sc, scripttempl/m68klynx.sc: Likewise. | |
5252 | * scripttempl/sh.sc, scripttempl/sparccoff.sc: Likewise. | |
5253 | * scripttempl/sparclynx.sc: Likewise. | |
5254 | ||
5255 | Sun Sep 04 17:58:10 1994 Richard Earnshaw ([email protected]) | |
318b02b6 KR |
5256 | |
5257 | * Makefile.in, configure.in: Add support (disabled) the ARM/RISCiX. | |
5258 | * config/riscix.mt, emulparams/riscix.sh, scripttempl/riscix.sc: | |
5259 | New files. | |
5260 | ||
3b21918a ILT |
5261 | Tue Aug 30 11:48:08 1994 Eric Youngdale ([email protected]) |
5262 | ||
5263 | * ld.h (args_type): Add field soname. | |
5264 | * lexsup.c (parse_args): Handle -soname argument. | |
5265 | * emultempl/elf32.em: In call to bfd_elf32_size_dynamic_sections, | |
5266 | pass soname. | |
5267 | * ld.texinfo: Document -soname. | |
5268 | ||
69927008 ILT |
5269 | Mon Aug 29 15:21:50 1994 Ian Lance Taylor ([email protected]) |
5270 | ||
5271 | * ldlang.c (lang_check): Don't try to set the architecture if the | |
5272 | input and output files are incompatible. Just warn. | |
5273 | ||
6d445436 ILT |
5274 | Wed Aug 24 12:52:30 1994 Ian Lance Taylor ([email protected]) |
5275 | ||
5276 | * configure.in: Change i[34]86 to i[345]86. | |
5277 | ||
5278 | Sun Aug 21 16:17:19 1994 Ian Lance Taylor ([email protected]) | |
5279 | ||
5280 | * emulparams/hp3hpux.sh: Define __DYNAMIC to be 0. | |
5281 | ||
b400f56d ILT |
5282 | Thu Aug 18 15:37:45 1994 Ian Lance Taylor ([email protected]) |
5283 | ||
5284 | Make the ELF linker handle orphaned sections reasonably. Also, | |
5285 | define __start_SECNAME and __stop_SECNAME around sections whose | |
5286 | names can be represented in C, for the benefit of symbol sets in | |
5287 | glibc. | |
5288 | * ldemul.h (ldemul_place_orphan): Declare. | |
5289 | (ld_emulation_xfer_type): Add place_orphan field. | |
5290 | * ldemul.c (ldemul_place_orphan): New function. | |
5291 | * ldlang.h (wild_doit): Declare. | |
5292 | * ldlang.c (wild_doit): Make nonstatic. | |
5293 | (lang_place_orphans): Call ldemul_place_orphan. | |
5294 | * emultempl/elf32.em: Include <ctype.h> and "ldgram.h". | |
5295 | (hold_section, hold_use, hold_text, hold_data, hold_bss): New | |
5296 | static variables. | |
5297 | (gld${EMULATION_NAME}_place_orphan): New static function. | |
5298 | (gld${EMULATION_NAME}_place_section): New static function. | |
5299 | (ld_${EMULATION_NAME}_emulation): Initialize place_orphan field. | |
5300 | ||
9e5a036f ILT |
5301 | Tue Aug 16 00:17:20 1994 Eric Youngdale ([email protected]) |
5302 | ||
5303 | * scripttempl/aout.sc: Add .linux-dynamic after .data. | |
5304 | ||
c1a9aaa3 ILT |
5305 | Tue Aug 16 00:08:22 1994 Ian Lance Taylor ([email protected]) |
5306 | ||
9e5a036f ILT |
5307 | * lexsup.c (parse_args) Treat --dll-verbose as --version, for |
5308 | Linux compatibility. From [email protected] (H.J. Lu). | |
c1a9aaa3 | 5309 | |
1fee94ec ILT |
5310 | Mon Aug 15 17:17:33 1994 Ian Lance Taylor ([email protected]) |
5311 | ||
5312 | * ldexp.h (exp_get_abs_int): Declare. | |
5313 | ||
5314 | Sat Aug 6 01:45:39 1994 Steve Chamberlain ([email protected]) | |
5315 | ||
5316 | * ldlang.c (lang_do_assignments): Handle complex AT's better. | |
5317 | * ldexp.c (exp_get_abs_int): New function. | |
5318 | ||
28d1c6ec JM |
5319 | Fri Aug 5 20:55:55 1994 Jason Molenda ([email protected]) |
5320 | ||
5321 | * configure.in: add i960-nindy-coff support. | |
5322 | ||
63936abc JMD |
5323 | Thu Aug 4 14:45:50 1994 Ian Lance Taylor ([email protected]) |
5324 | ||
5325 | * ldlex.l (yy_create_string_buffer): Handle change to internal | |
5326 | interface in flex 2.4.7. | |
5327 | ||
bb329c20 JMD |
5328 | Tue Aug 2 11:52:06 1994 Eric Youngdale ([email protected]) |
5329 | ||
5330 | * emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement): | |
5331 | New function; add 0x20 to any use of -Ttext. | |
5332 | (gld${EMULATION_NAME}_create_output_section_statements): New | |
5333 | function. | |
5334 | (ld_${EMULATION_NAME}_emulation): Use the new function | |
5335 | gld${EMULATION_NAME}_create_output_section_statements. | |
5336 | ||
a1ed2435 ILT |
5337 | Mon Aug 1 15:50:44 1994 Ian Lance Taylor ([email protected]) |
5338 | ||
5339 | * scripttempl/mips.sc: Redo script to set . outside of sections | |
5340 | and not bother to explicitly specify section addresses. | |
5341 | ||
b019d460 ILT |
5342 | Tue Jul 26 11:02:35 1994 Ian Lance Taylor ([email protected]) |
5343 | ||
5344 | * scripttempl/elf.sc: Copy several more relocation sections into | |
5345 | the output. Put .got.plt sections into .got. | |
5346 | ||
309c8153 ILT |
5347 | Fri Jul 22 12:15:36 1994 Ian Lance Taylor ([email protected]) |
5348 | ||
31ddb156 ILT |
5349 | * scripttempl/elf.sc: Use PROVIDE to define etext, edata, and end. |
5350 | ||
5351 | Add a new script operator, PROVIDE, to define a symbol only if it | |
5352 | is needed. | |
5353 | * ldgram.y (PROVIDE): New token. | |
5354 | (assignment): Accept PROVIDE. | |
5355 | * ldlex.l (PROVIDE): New token. | |
5356 | * ldexp.h (node_type): Add etree_provide to node_class enum. | |
5357 | (exp_provide): Declare. | |
5358 | * ldexp.c (exp_fold_tree): Handle etree_provide. | |
5359 | (exp_provide): New function. | |
5360 | (exp_print_tree): Handle etree_provide. | |
5361 | * ld.texinfo: Document PROVIDE. | |
5362 | ||
36c6e8c3 ILT |
5363 | * ldlang.c (lang_common): Pass desired alignment to |
5364 | lang_one_common as power of two. | |
5365 | (lang_one_common): Get common symbol alignment from linker hash | |
5366 | table entry. Treat desired alignment as a power of two. | |
5367 | ||
309c8153 ILT |
5368 | * ldlang.c (wild_section): Attach all section with the given name, |
5369 | not just the first one. If there is no name, attach all sections | |
5370 | even if the SEC_IS_COMMON flag is set. | |
5371 | ||
a1ad915d ILT |
5372 | Wed Jul 20 15:49:27 1994 Ian Lance Taylor ([email protected]) |
5373 | ||
5374 | * ld.h (args_type): Add field rpath. | |
5375 | * lexsup.c (S_ISDIR): Define if not already defined. | |
5376 | (parse_args): Add support for -rpath. If -R is used to name a | |
5377 | directory, treat it as -rpath for Solaris compatibility. | |
5378 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | |
5379 | Pass command_line.rpath to bfd_elf32_size_dynamic_sections. | |
5380 | * ldmain.c (main): Initialize command_line.rpath to NULL. | |
5381 | * ld.texinfo: Document -rpath option. | |
5382 | ||
cdf71377 KR |
5383 | Sun Jul 10 00:33:24 1994 Ian Dall ([email protected]) |
5384 | ||
5385 | * emulparams/pc532machaout.sh: New file. Pc532 mach script | |
8c811b9d | 5386 | parameters. |
cdf71377 KR |
5387 | |
5388 | * emulparams/netbsd532.sh: New file. Netbsd 532 script parameters. | |
5389 | ||
5390 | * config/pc532mach.mt: New file. Pc532 mach target support. | |
5391 | ||
5392 | * config/pc532mach.mh: New file. Pc532 mach host support. | |
5393 | ||
5394 | * config/netbsd532.mt: New file. Netbsd 532 target support. | |
5395 | ||
5396 | * configure.in: Add ns32k-pc532-mach and ns32k-pc532-netbsd support. | |
5397 | ||
5398 | * Makefile.in: Add epcmachaout.c dependency and enetbsd532.c | |
5399 | dependency. | |
5400 | ||
db770dfa ILT |
5401 | Fri Jul 8 10:57:02 1994 Ian Lance Taylor ([email protected]) |
5402 | ||
5403 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Use | |
5404 | bfd_abs_section_ptr, not &bfd_abs_section. | |
5405 | ||
5406 | * lexsup.c (parse_args): Changed "retain-symbols-file" from | |
5407 | no_argument to required_argument. From djm. | |
5408 | ||
5409 | Thu Jul 7 12:29:53 1994 Ian Lance Taylor ([email protected]) | |
5410 | ||
5411 | * scripttempl/elf.sc: Explicitly mention .stab and .stabstr | |
5412 | sections to force a VMA of 0; needed for ELF backends which have | |
5413 | not been converted to the new linker style. | |
5414 | ||
aee611f5 JL |
5415 | Mon Jul 4 19:35:45 1994 Jeff Law ([email protected]) |
5416 | ||
5417 | * scripttempl/hppaelf.sc (__stack_zero): Don't define this name, | |
5418 | it was for the HPUX dynamic loader's use and it creates problems | |
5419 | with ELF GDB. | |
5420 | ||
5421 | Fri Jul 1 12:53:47 1994 Jeff Law ([email protected]) | |
5422 | ||
5423 | * ldlang.c (lang_do_assignments): No longer static. Delete decl. | |
5424 | * ldlang.h (lang_do_assignments): Put external decl here. | |
5425 | * emultempl/hppaelf.em: Minor cleanups throughout file. | |
5426 | (hppa_elf_create_output_section_statements): Rewrite. | |
5427 | (hppaelf_finish): Rewrite. | |
5428 | ||
111b24d5 JMD |
5429 | Wed Jun 29 16:50:00 1994 Ian Lance Taylor ([email protected]) |
5430 | ||
03730624 JMD |
5431 | * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib. |
5432 | ||
111b24d5 JMD |
5433 | * lexsup.c (parse_args): Accept -Bstatic and -Bdynamic. Do not |
5434 | accept plain -B. | |
5435 | * ld.texinfo: -Bstatic is not ignored. | |
5436 | ||
1c883f34 SS |
5437 | Tue Jun 28 12:13:34 1994 Stan Shebs ([email protected]) |
5438 | ||
5439 | * ldlex.l: Recognize \r the same as \n. | |
5440 | ||
5441 | Thu Jun 23 17:53:04 1994 Ian Lance Taylor ([email protected]) | |
5442 | ||
5443 | Preliminary support for generating shared libraries, from Eric | |
5444 | Youngdale <[email protected]>. | |
5445 | * genscripts.sh: If the emulation parameter file sets | |
5446 | GENERATE_SHLIB_SCRIPT, generate a .xs script file with | |
5447 | CREATE_SHLIB defined. | |
5448 | * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): If | |
5449 | link_info.shared is set, use the .xs script file. | |
5450 | * scripttempl/elf.sc: If CREATE_SHLIB is set, don't create a | |
5451 | .interp section, and don't include TEXT_START_ADDR in the starting | |
5452 | address of the first section. | |
5453 | * emulparams/elf_i386.sh (GENERATE_SHLIB_SCRIPT): Likewise. | |
5454 | * emulparams/elf32_sparc.sh (GENERATE_SHLIB_SCRIPT): Define. | |
5455 | ||
1f8b3b57 DM |
5456 | Thu Jun 23 12:52:22 1994 David J. Mackenzie ([email protected]) |
5457 | ||
5458 | * configure.in: Change --with-targets to --enable-targets. | |
5459 | ||
3b7553e7 ILT |
5460 | Wed Jun 22 13:42:14 1994 Ian Lance Taylor ([email protected]) |
5461 | ||
cf4245af ILT |
5462 | * lexsup.c (parse_args): Add support for new options -( -) with |
5463 | synonyms --start-group --end-group. | |
5464 | * ldlang.h (enum statement_enum): Add lang_group_statement_enum. | |
5465 | (lang_group_statement_type): Define new struct. | |
5466 | (lang_statement_union_type): Add group_statement field. | |
5467 | (lang_enter_group, lang_leave_group): Declare. | |
5468 | * ldlang.c (lang_for_each_statement_worker): Handle | |
5469 | lang_group_statement_enum. | |
5470 | (map_input_to_output_sections, print_statement): Likewise. | |
5471 | (lang_size_sections, lang_do_assignments): Likewise. | |
5472 | (open_input_bfds): Completely rewrite. Now does its own looping, | |
5473 | rather than using lang_for_each_statement. Handle groups. | |
5474 | (lang_process): Update call to open_input_bfds. | |
5475 | (print_group): New static function. | |
5476 | (lang_enter_group, lang_leave_group): New static functions. | |
5477 | * ldfile.c (ldfile_open_file): If the file has already been | |
5478 | opened, just return rather than taking an assertion failure. | |
5479 | * ldver.c (help): Mention new options. | |
5480 | * ld.texinfo: Document new options. | |
5481 | ||
02b57980 ILT |
5482 | * ldlang.c (end_of_data_section_statement_list): Don't define. |
5483 | (lang_leave_output_section_statement): Don't set obsolete variable | |
5484 | end_of_data_section_statement_list. | |
5485 | ||
62a4b36c ILT |
5486 | * scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an |
5487 | ALIGN. | |
5488 | ||
686739e2 ILT |
5489 | * ldlang.c (lang_size_sections): Adjust current region address |
5490 | even for sections with an explicit address. From | |
5491 | [email protected] (Ralph Campbell). | |
5492 | ||
7d56d4f1 ILT |
5493 | * emulparams/i386linux.sh (NONPAGED_TEXT_START_ADDR): Set to 0. |
5494 | From [email protected] (Rick Sladkey). | |
5495 | ||
3b7553e7 ILT |
5496 | * scripttempl/mipsbsd.sc: Let sections align to their natural |
5497 | boundaries. | |
5498 | ||
5499 | Tue Jun 21 11:27:04 1994 Ian Lance Taylor ([email protected]) | |
5500 | ||
5501 | * ldlang.c (lang_init): Use new bfd_abs_section_ptr, not | |
5502 | &bfd_abs_section. | |
5503 | (lang_abs_symbol_at_beginning_of): Likewise. | |
5504 | (lang_abs_symbol_at_end_of): Likewise. | |
5505 | (lang_size_sections): Use bfd_is_abs_section to check for the | |
5506 | absolute section. Don't try to set the VMA or output_offset or | |
5507 | size of the absolute section. | |
5508 | * ldmain.c (notice_ysym): Use bfd_is_und_section to check for the | |
5509 | undefined section. | |
5510 | ||
c4aa82c1 JL |
5511 | Thu Jun 16 22:48:41 1994 Jeff Law ([email protected]) |
5512 | ||
5513 | * scripttempl/hppaelf.sc: Place .data and .bss at 0x40000000 | |
5514 | when generating relocatable objects. | |
5515 | ||
08f20f66 ILT |
5516 | Thu Jun 16 14:25:22 1994 Eric Youngdale ([email protected]) |
5517 | ||
5518 | * emultempl/linux.em: New file providing support for linking | |
5519 | against Linux shared libraries. | |
5520 | * config/i386-linux.mt (ei386linux.c): Depend upon linux.em. | |
5521 | * emulparams/i386linux.sh (TEMPLATE_NAME): Define as linux. | |
5522 | ||
952b6c2c ILT |
5523 | Thu Jun 16 12:22:01 1994 Ian Lance Taylor ([email protected]) |
5524 | ||
64887de2 ILT |
5525 | * lexsup.c (parse_args): Add -shared to longopts, and handle it. |
5526 | * ldmain.c (main): Initialize link_info.shared to false. Give | |
5527 | error if link_info.relocateable and link_info.shared are both set. | |
5528 | ||
5d1ffb2f ILT |
5529 | * configure.in: If EMUL_EXTRA* is defined in a config file, treat |
5530 | it as naming an emulation to be added to EMULATION_OFILES. | |
5531 | * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386. | |
5532 | ||
bf82ab68 ILT |
5533 | * Makefile.in: Rebuilt dependencies. |
5534 | (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o, | |
5535 | eelf64_sparc.o. Remove $(OTHER_EMULATIONS). | |
5536 | (ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets. | |
5537 | * config/i386-linux.mt (OTHER_EMULATIONS): Don't define. | |
5538 | (ei386linux.c): Remove; now in Makefile.in. | |
5539 | * config/i386-lynx.mt (OTHER_EMULATIONS): Don't define. | |
5540 | * config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define. | |
5541 | * config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define. | |
5542 | * config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define. | |
5543 | (eelf64_sparc.c): Remove; now in Makefile.in. | |
5544 | * config/sun4sol2.mt (OTHER_EMULATIONS): Don't define. | |
5545 | (eelf32_sparc.c): Remove; now in Makefile.in. | |
5546 | ||
641fe79b ILT |
5547 | * ldexp.c (exp_print_tree): Don't crash if etree_rel section has |
5548 | no owner--it might be bfd_abs_section. From Eric Youngdale | |
5549 | <[email protected]>. | |
5550 | ||
952b6c2c ILT |
5551 | * scripttempl/aout.sc: Let sections align to their natural |
5552 | boundaries. | |
5553 | ||
c96386c4 ILT |
5554 | Wed Jun 15 01:54:54 1994 Ian Lance Taylor ([email protected]) |
5555 | ||
33b90e52 ILT |
5556 | * ldemul.h (ldemul_open_dynamic_archive): Declare. |
5557 | (ld_emulation_xfer_type): Add new field open_dynamic_archive. | |
5558 | * ldemul.c: Include ldexp.h and ldlang.h. | |
5559 | (ldemul_open_dynamic_archive): New function. | |
5560 | * ldfile.h (ldfile_open_file_search): Declare. | |
5561 | * ldfile.c: Include ldemul.h. | |
5562 | (try_open_bfd): Rename from cache_bfd_openr. Return boolean | |
5563 | argument, not bfd *. Change all callers. | |
5564 | (ldfile_open_file_search): Rename from open_a. Return boolean | |
5565 | argument, not bfd *. Clean up. Change all callers. | |
5566 | (ldfile_open_file): If doing a dynamic link, call | |
5567 | ldemul_open_dynamic_archive rather than assuming the extension of | |
5568 | a dynamic object is ".so". | |
5569 | * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): | |
5570 | New function. | |
5571 | (ld_${EMULATION_NAME}_emulation): Initialize open_dynamic_archive | |
5572 | field. | |
5573 | * emultempl/sunos.em (ld_${EMULATION_NAME}_emulation): Likewise. | |
5574 | ||
cbbf9608 ILT |
5575 | * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility. |
5576 | * lexsup.c (parse_args): Ignore -qmagic for Linux compatibility. | |
42792411 | 5577 | Accept -static as a synonym for -non_shared. |
cbbf9608 | 5578 | |
7fb9ca5f ILT |
5579 | Let the user change the dynamic linker used by ELF code. |
5580 | * ld.h (args_type): Add new field interpreter. | |
5581 | * lexsup.c (parse_args): Add dynamic-linker to longopts, and | |
5582 | handle it. | |
5583 | * ldmain.c (main): Initialize command_line.interpreter to NULL. | |
5584 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Get | |
5585 | the ELF backend to return the .interp section. If | |
5586 | command_line.interpreter is not NULL, set the contents of .interp | |
5587 | to it. | |
5588 | * ld.texinfo: Mention -dynamic-linker. | |
5589 | ||
5590 | * config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not | |
5591 | generic.em. | |
5592 | ||
bec7a138 ILT |
5593 | * lexsup.c (parse_args): Sort out the option macros and change the |
5594 | definitions to make it easier to add a new option. | |
5595 | ||
66da6c84 ILT |
5596 | * scripttempl/aout.sc: Define __etext and __edata to go along with |
5597 | _etext and _edata. | |
5598 | ||
c96386c4 | 5599 | * ld.h (ld_config_type): Add new field traditional_format. |
605da7e2 | 5600 | * lexsup.c (parse_args): Add traditional-format to longopts, and |
c96386c4 ILT |
5601 | handle it. |
5602 | * ldmain.c (main): Initialize config.traditional_format to false. | |
5603 | * ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD | |
5604 | flags of output_bfd according to config.traditional_format. | |
605da7e2 | 5605 | * ldver.c (help): Mention -traditional-format. |
c96386c4 ILT |
5606 | * ld.texinfo: Document -traditional-format. |
5607 | ||
7fe331f1 ILT |
5608 | Tue Jun 14 23:10:07 1994 Ian Lance Taylor ([email protected]) |
5609 | ||
5610 | * ldctor.c (ldctor_add_entry): Add entries to a set in the order | |
5611 | they are encountered. | |
5612 | ||
39a00f7d ILT |
5613 | Tue Jun 14 18:05:09 1994 Eric Youngdale ([email protected]) |
5614 | ||
5615 | * emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000. | |
5616 | (NONPAGED_TEXT_START_ADDR): Define as 0x20. | |
5617 | ||
eb7edfa1 ILT |
5618 | Mon Jun 13 15:46:09 1994 Ian Lance Taylor ([email protected]) |
5619 | ||
23677217 ILT |
5620 | * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of |
5621 | _FTEXT, _ETEXT and _FDATA. Dont define _END. | |
5622 | ||
e845d289 ILT |
5623 | * ldfile.c (open_a): If this is not an archive, try to open it in |
5624 | the current directory before searching for it. | |
5625 | ||
3e1fd33d ILT |
5626 | * lexsup.c (parse_args): Treat -i as a synonym for -r. |
5627 | ||
f24078fd ILT |
5628 | * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that |
5629 | BLOCK works in a section address as documented. | |
5630 | ||
eb7edfa1 ILT |
5631 | * ldgram.y (YYDEBUG): Don't define. |
5632 | ||
f8015b85 ILT |
5633 | Fri Jun 10 16:45:39 1994 Ian Lance Taylor ([email protected]) |
5634 | ||
5635 | * emultempl/gld960.em: Pass false for new argument to | |
5636 | ldfile_add_library_path. | |
5637 | * emultempl/gld960c.em, emultempl/lnk960.em: Likewise. | |
5638 | ||
5639 | * emultempl/sunos.em: Only look for .so files if doing a dynamic | |
5640 | link. | |
5641 | ||
9beeb5d9 ILT |
5642 | Thu Jun 9 08:35:17 1994 Ian Lance Taylor ([email protected]) |
5643 | ||
5644 | * scripttempl/i960.sc: Add CONSTRUCTORS to .data. | |
5645 | ||
64bb143c BC |
5646 | Thu Jun 9 06:52:29 1994 Bill Cox ([email protected]) |
5647 | ||
5648 | * Makefile.in (check): Delete ld.new dependency so that a regression | |
8c811b9d | 5649 | test doesn't trigger a rebuild of the linker. |
64bb143c | 5650 | |
ef01a8a8 ILT |
5651 | Thu Jun 9 00:17:20 1994 Ian Lance Taylor ([email protected]) |
5652 | ||
5653 | * ldlang.c (map_input_to_output_sections): For lang_address, call | |
5654 | init_os if it hasn't already been called. | |
5655 | ||
ed601bea ILT |
5656 | Thu Jun 2 17:24:08 1994 Ian Lance Taylor ([email protected]) |
5657 | ||
5658 | Add support for SunOS shared libraries. | |
5659 | * aout.sc: Don't define __DYNAMIC here. Add new sections used by | |
5660 | shared library support code. | |
5661 | * emultempl/sunos.em: New file. | |
5662 | * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos. | |
f7e66391 | 5663 | * emulparams/sun3.sh (TEMPLATE_NAME): Likewise. |
ed601bea | 5664 | * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em. |
f7e66391 | 5665 | (esun3.c): Likewise. |
ed601bea ILT |
5666 | |
5667 | * ldlang.c: Minor formatting cleanups. | |
5668 | (lang_for_each_input_file): New function. | |
5669 | * ldlang.h (lang_for_each_input_file): Declare. | |
5670 | ||
5671 | * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline | |
5672 | field. | |
5673 | (search_head): Declare. | |
5674 | (ldfile_add_library_path): Add new cmdline argument in prototype. | |
5675 | * ldfile.c (search_head): Make non-static. | |
5676 | (search_dirs_type): Move to ldfile.h. | |
5677 | (ldfile_add_library_path): Accept cmdline argument, and save it. | |
5678 | * lexsup.c (parse_args): Pass true for new cmdline argument of | |
5679 | ldfile_add_library_path. | |
5680 | (set_default_dirlist): Likewise. | |
5681 | * ldmain.c (check_for_scripts_dir): Pass false for new cmdline | |
5682 | argument of ldfile_add_library_path. | |
5683 | * ldgram.y (ifile_p1): Likewise. | |
5684 | ||
210c52ac ILT |
5685 | Wed Jun 1 14:24:08 1994 Ian Lance Taylor ([email protected]) |
5686 | ||
5687 | * ldlang.h (lang_input_statement_type): Remove fields subfiles, | |
5688 | total_size, superfile and chain. | |
5689 | * ldfile.c (open_a): Don't clear search_dirs_flag. | |
5690 | (ldfile_open_file): Don't try to open superfile. Assert that file | |
5691 | has not already been opened. | |
5692 | * ldlang.c (new_afile): Don't initialize superfile. | |
5693 | * ldmain.c (add_archive_element): Don't initialize subfiles or | |
5694 | chain or superfile. Initialize search_dirs_flag to false. | |
5695 | ||
c06e55d9 KR |
5696 | Fri May 27 12:25:33 1994 Ken Raeburn ([email protected]) |
5697 | ||
5698 | * ldver.c (ldversion): Changed version to "cygnus-2.4.1". | |
5699 | ||
5700 | Changes from binutils-2.4 release: | |
5701 | ||
5702 | * genscripts.sh (RELOCATING, CONSTRUCTING): When setting | |
5703 | variables, use whitespace, so scripts don't break. | |
5704 | ||
5705 | * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted. | |
5706 | ||
5707 | * emultempl/generic.em: Find emultempl/stringify.sed in ${srcdir}. | |
5708 | ||
5709 | * cdtest-bar.cc: Renamed from cdtest-func.cc. | |
5710 | * Makefile.in: Noted change. | |
5711 | ||
5712 | * scripttempl/a29k.sc: Don't include /lab3/u3/..../segments.o; I | |
5713 | don't know where that's supposed to come from, or why it's | |
5714 | necessary. | |
5715 | ||
5716 | Wed May 11 22:32:00 1994 DJ Delorie ([email protected]) | |
5717 | ||
5718 | * configure.bat: update to latest makefile.in | |
5719 | * emulpara/go32.sh: set to coff-go32 not aout | |
5720 | * emultemp/generic.em: strength-reduce the structure of | |
5721 | this shell script, since the only available shell for | |
5722 | DOS can't handle complex syntax. | |
5723 | * emultemp/stringify.sed: for "sed -f" instead of inline. | |
5724 | * makefile.in: depend on stringify.sed as well as genscripts.sh | |
5725 | * scripttemp/go32coff.sc: correct for djgpp 1.11's COFF format | |
5726 | * genscripts.sh: empty variables aren't always considered "set", | |
5727 | so set them to "y" instead. | |
5728 | ||
29371b1f ILT |
5729 | Fri May 27 01:08:14 1994 Ian Lance Taylor ([email protected]) |
5730 | ||
60e8a534 ILT |
5731 | * ldlang.c (entry_symbol): Make static. |
5732 | (lang_add_entry): Add cmdline argument. | |
5733 | * ldlang.h (lang_add_entry): Change prototype. | |
5734 | * ldgram.y (statement_anywhere): Change lang_add_entry call. | |
5735 | * lexsup.c (parse_args): Likewise. | |
29371b1f | 5736 | |
f49f58c6 ILT |
5737 | Tue May 24 16:13:43 1994 Ian Lance Taylor ([email protected]) |
5738 | ||
5739 | * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS): Don't give | |
5740 | .reginfo an address. | |
5741 | (OTHER_READWRITE_SECTIONS): Don't give .lit4 or .lit8 an address. | |
5742 | (OTHER_SECTIONS): Define for .gptab.sdata and .gptab.sbss. | |
5743 | * scripttempl/elf.sc: Use OTHER_SECTIONS at end of script. | |
5744 | ||
2a9fa50c ILT |
5745 | Thu May 19 13:31:33 1994 Ian Lance Taylor ([email protected]) |
5746 | ||
5747 | Add support for ELF shared libraries. | |
5748 | * ld.h (ld_config_type): Add field dynamic_link. | |
5749 | * ldmain.c (main): Initialize config.dynamic_link to false. Warn | |
5750 | on attempts to use -r with -relax, -call_shared or -s. | |
5751 | * lexsup.c (longopts): Separate OPTION_CALL_SHARED from | |
5752 | OPTION_NON_SHARED. Add OPTION_IGNORE. Adjust macro values | |
5753 | accordingly. Add "dy" and "non_shared" options. Change "Qy" to | |
5754 | OPTION_IGNORE for now. Handle OPTION_CALL_SHARED and | |
5755 | OPTION_NON_SHARED by setting dynamic_link field accordingly. | |
5756 | Handle OPTION_IGNORE by ignoring it. Clear dynamic_link field for | |
5757 | -r and -Ur. | |
5758 | * ldfile.c (ldfile_open_file): If config.dynamic_link is true, try | |
5759 | opening a file with a .so extension first. | |
5760 | * emultempl/elf32.em: New file. | |
5761 | * emulparams/elf32_sparc.sh (TEXT_START_ADDR): Change to 0x10000. | |
5762 | (NONPAGED_TEXT_START_ADDR): Likewise. | |
5763 | (TEMPLATE_NAME): Define as elf32. | |
5764 | (DATA_PLT): Define. | |
5765 | * emulparams/elf_i386.sh (TEMPLATE_NAME): Define as elf32. | |
5766 | * scripttempl/elf.sc: Add placement for new dynamic sections. | |
5767 | Don't use CREATE_OBJECT_SYMBOLS. Define _etext, _edata and _end | |
5768 | outside of any section. Don't use ALIGN(8); just let one section | |
5769 | VMA follow another. Put .dynbss in .bss. Don't mention debugging | |
5770 | sections; they'll be handled correctly anyhow. | |
5771 | * Makefile.in (eelf_i386.c): Depend upon elf32.em, not generic.em. | |
5772 | ||
188ce705 ILT |
5773 | Wed May 18 10:15:39 1994 Ian Lance Taylor ([email protected]) |
5774 | ||
5775 | * Makefile.in (install): Redirect output of ln to /dev/null. | |
5776 | ||
4bd5c39f JL |
5777 | Mon May 16 13:35:08 1994 Jeff Law ([email protected]) |
5778 | ||
5779 | * emultempl/hppaelf.em: Change all references of | |
5780 | .hppa_linker_stubs to .PARISC.stubs. | |
5781 | * scripttempl/hppaelf.sc: Likewise. | |
5782 | ||
439a3604 ILT |
5783 | Fri May 13 13:00:38 1994 Ian Lance Taylor ([email protected]) |
5784 | ||
269773c1 ILT |
5785 | * ldlang.c (print_output_section_statement): Change ``no attached |
5786 | output section'' message slightly. | |
5787 | (lang_do_assignments): Don't recurse down if there is no real | |
5788 | section. | |
5789 | ||
439a3604 ILT |
5790 | * config/i386-linux.mt (OTHER_EMULATIONS): Change em_ to e to |
5791 | match corresponding change in emulation templates. | |
5792 | * config/i386-lynx.mt, config/m68k-lynx.mt: Likewise. | |
5793 | * config/sparc-lynx.mt, config/sun4sol2.mt: Likewise. | |
5794 | ||
82ebe9a2 KR |
5795 | Wed May 11 18:16:46 1994 Ken Raeburn ([email protected]) |
5796 | ||
5797 | * ldver.c (ldversion): Updated version number. | |
5798 | ||
5799 | * cdtest-foo.cc: Use explicit "#pragma implementation". | |
5800 | * cdtest-bar.cc: Renamed from cdtest-func.cc. | |
5801 | * Makefile.in: References to cdtest-func.o changed to | |
5802 | cdtest-bar.o. | |
5803 | ||
f9d3d71a ILT |
5804 | Wed May 11 16:24:19 1994 Ian Lance Taylor ([email protected]) |
5805 | ||
5806 | Don't create unnecessary output sections. | |
5807 | * ldlang.c (out_bfd_get_section_by_name): Remove. | |
5808 | (wild_section): Call bfd_get_section_by_name rather than | |
5809 | our_bfd_get_section_by_name. Don't call wild_doit if there is no | |
5810 | section. | |
5811 | (lang_create_output_section_statements): Remove. | |
5812 | (map_input_to_output_sections): For several cases, call init_os if | |
5813 | it has not already been called. | |
5814 | (lang_size_sections): If output section was not created, skip it. | |
5815 | (lang_process): Don't call lan_create_output_section_statements. | |
5816 | (lang_place_orphans): Skip files with just_syms_flags set to true. | |
5817 | * ld.texinfo: Document change. | |
5818 | ||
27f7237e ILT |
5819 | Tue May 10 14:31:16 1994 Ian Lance Taylor ([email protected]) |
5820 | ||
5821 | * ldlang.c (wild_doit): Don't bother initializing the vma and | |
5822 | section size. Don't special case SEC_SHARED_LIBRARY. | |
5823 | (lang_size_sections): Handle SEC_COFF_SHARED_LIBRARY sections | |
5824 | specially. | |
5825 | ||
c1124600 ILT |
5826 | Fri May 6 12:24:27 1994 Steve Chamberlain ([email protected]) |
5827 | ||
5828 | * config/go32.mh : New file for Xgo32X. | |
5829 | ||
f6671f28 ILT |
5830 | Fri May 6 15:15:35 1994 Ian Lance Taylor ([email protected]) |
5831 | ||
5acce559 ILT |
5832 | * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call |
5833 | before calling einfo, since we are reporting an fopen failure. | |
5834 | From [email protected] (Rick Sladkey). | |
5835 | ||
f6671f28 ILT |
5836 | * configure.in: Use "e" rather than "em_" as prefix for |
5837 | emulations. | |
5838 | ||
6e1e82a0 KR |
5839 | Fri May 6 01:08:14 1994 Ken Raeburn ([email protected]) |
5840 | ||
5841 | * emultempl/generic.em: Use "e" rather than "em_" as prefix for | |
5842 | filename. | |
5843 | * emultempl/gld960.em, emultempl/gld960c.em, emultempl/lnk960.em, | |
5844 | emultempl/hppaelf.em, emultempl/m88kbcs.em, emultempl/vanilla.em: | |
5845 | Ditto. | |
5846 | * Makefile.in: Changed all generated file names. | |
5847 | (ldemul-list.h): Depend on Makefile, not config.status. Changed | |
5848 | sed patterns to handle new filenames. | |
5849 | ||
5850 | * config/mipsl-idt.mt: Renamed from mips-idtl.mt. | |
5851 | * configure.in: Adjusted. | |
5852 | ||
5853 | Thu May 5 15:07:32 1994 Ken Raeburn ([email protected]) | |
5854 | ||
5855 | * Makefile.in (install-info): Don't use "$<*", it doesn't always | |
5856 | work. Instead, check build dir and $srcdir explicitly, and use | |
5857 | `echo' to get all the filenames. | |
5858 | ||
5859 | * configure.in (h8300h-*-hms): Changed ld_target name to | |
5860 | cf-h8300h. | |
5861 | * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it | |
5862 | unique in 8.3. | |
5863 | ||
5864 | * config/i960coff.mt: New file. | |
5865 | * emulparams/gld960coff.sh: New file. | |
5866 | * emultempl/gld960c.em: New file. | |
5867 | * configure.in (i960-*-vxworks5* except -vxworks5.0*): Use | |
5868 | i960coff configuration. | |
5869 | * Makefile.in (em_gld960coff.c): Added dependencies, build rule. | |
5870 | ||
5871 | * Makefile.in (ALL_EMULATIONS): Remove em_delta68.o, since the | |
5872 | code isn't included in FSF releases, and it can still be | |
5873 | explicitly selected. | |
5874 | (distclean): Remove site.bak and tmpdir. | |
5875 | (STAGESTUFF): Removed $(GENERATED_CFILES) $(GENERATED_HFILES). | |
5876 | (mostlyclean): Delete them explicitly here. Also remove tmpdir. | |
5877 | ||
5878 | Patches from Ralph Campbell: | |
5879 | * config/mipsbsd.mh: New file. | |
5880 | * Makefile.in (em_mipsbsd.c): Use mipsbsd.sc, not aout.sc. | |
5881 | * scripttempl/mipsbsd.sc: Don't define __DYNAMIC. | |
5882 | * emulparams/mipsbsd.sh (OUTPUT_FORMAT): Fix name to have `a.out' | |
5883 | instead of `aout'. | |
5884 | ||
5885 | * configure.in (i386-*-gnu*): Treat like i386-*-mach*. | |
5886 | ||
269ec825 ILT |
5887 | Wed May 4 11:59:40 1994 Ian Lance Taylor ([email protected]) |
5888 | ||
6e1e82a0 KR |
5889 | * config/m68k.mt (EMUL): Set to m68kaout. |
5890 | * emulparams/m68kaout.sh: New file. | |
5891 | * Makefile.in (ALL_EMULATIONS): Add em_m68kaout.o. | |
5892 | (em_m68kaout.c): New target. | |
5893 | ||
269ec825 ILT |
5894 | * ldlang.c (lang_size_sections): If dot moves because of an |
5895 | assignment, don't try to insert a pad into the absolute output | |
5896 | section, just change the address of the default memory region | |
5897 | instead. | |
5898 | ||
5899 | * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur, | |
5900 | cdtest-ur.out, and cdtest-ur.tmp. | |
5901 | ||
e6d84626 ILT |
5902 | Wed Apr 27 16:03:37 1994 Ian Lance Taylor ([email protected]) |
5903 | ||
5904 | * scripttempl/sa29200.sc: Align all sections to four byte | |
5905 | boundaries. | |
5906 | ||
6c86b9ff SC |
5907 | Wed Apr 27 10:48:03 1994 Steve Chamberlain ([email protected]) |
5908 | ||
5909 | * Makefile.in, configure.in: Support for go32 coff. | |
5910 | * config/i386-go32.mt: New file | |
5911 | * emulparams/i386go32.sh: New file | |
5912 | * scripttempl/i386go32.sc: New file | |
5913 | ||
028f8872 SS |
5914 | Tue Apr 26 17:20:03 1994 Stan Shebs ([email protected]) |
5915 | ||
5916 | * Makefile.in (em_m68klynx.c, em_i386lynx.c, em_sparclynx.c): Use | |
5917 | Lynx-specific script templates. | |
5918 | * configure.in (sparclite*-*-coff): Use coff-sparc. | |
5919 | * emulparams/i386lynx.sh (SCRIPT_NAME): Set to i386lynx. | |
5920 | * emulparams/sparclynx.sh (SCRIPT_NAME): Set to sparclynx. | |
5921 | (ENTRY): Set to __main. | |
5922 | * scripttempl/i386lynx.sc: New file, script for I386 Lynx. | |
5923 | * scripttempl/m68klynx.sc: Add insertion of ctor/dtor sections. | |
5924 | * scripttempl/sparclynx.sc: New file, script for uSparc Lynx. | |
5925 | ||
cde73501 ILT |
5926 | Tue Apr 26 12:41:03 1994 Ian Lance Taylor ([email protected]) |
5927 | ||
c435aba8 ILT |
5928 | * scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16 |
5929 | byte boundary, in case the global constructors do not take up an | |
5930 | even 16 bytes. | |
5931 | ||
cde73501 ILT |
5932 | * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not |
5933 | exist, get crtbegin based on gcc -print-libgcc-file-name. | |
5934 | (HOSTING_LIBS): Similar change for ../gcc/crtend.o. | |
5935 | ||
feaa9c4b ILT |
5936 | Mon Apr 25 15:27:52 1994 Ian Lance Taylor ([email protected]) |
5937 | ||
5938 | * ldlang.c (lang_size_sections): When no address is given for a | |
5939 | section, align it according to its requirements. | |
5940 | ||
1e45c4c3 ILT |
5941 | Thu Apr 21 17:24:24 1994 Ian Lance Taylor ([email protected]) |
5942 | ||
5943 | * Makefile.in (clean, distclean): Remove configdoc.texi. | |
5944 | ||
9ad75873 BC |
5945 | Tue Apr 19 12:12:15 1994 Bill Cox ([email protected]) |
5946 | ||
5947 | * configure.in: Add i[34]86-*-bsd386 to the patterns recognized. | |
5948 | ||
9d87af56 ILT |
5949 | Fri Apr 15 14:35:42 1994 Ian Lance Taylor ([email protected]) |
5950 | ||
5951 | * ldlang.c (lang_size_sections): When relaxing, adjust the | |
5952 | position of a padding statement, and adjust dot accordingly. | |
5953 | ||
ea68d58d BC |
5954 | Mon Apr 11 17:37:09 1994 Bill Cox ([email protected]) |
5955 | ||
5956 | * Makefile.in (EXPECT, RUNTEST): Set these for the check goal. | |
5957 | ||
4f2ee958 ILT |
5958 | Mon Apr 11 12:32:57 1994 Ian Lance Taylor ([email protected]) |
5959 | ||
5960 | * scripttempl/i386coff.sc: If relocating, don't put .init and | |
5961 | .fini sections into .text; keep them separate. | |
5962 | * config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not | |
5963 | exist, get crtbegin based on gcc -print-libgcc-file-name. | |
5964 | (HOSTING_LIBS): Similar change for ../gcc/crtend.o. | |
5965 | ||
099c286e BC |
5966 | Mon Apr 11 10:31:00 1994 Bill Cox ([email protected]) |
5967 | ||
5968 | * Makefile.in (check): Set TCL_LIBRARY for runtest. | |
5969 | ||
79f7de91 JL |
5970 | Wed Apr 6 00:09:37 1994 Jeffrey A. Law ([email protected]) |
5971 | ||
f39a73b1 JL |
5972 | * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the |
5973 | manufacturer. | |
5974 | ||
79f7de91 JL |
5975 | * emultempl/hppaelf.em (hppaelf_finish): Only resize sections |
5976 | if building a final executable. | |
5977 | ||
67d0e7ff ILT |
5978 | Tue Apr 5 12:17:30 1994 Ian Lance Taylor ([email protected]) |
5979 | ||
5980 | * ldmain.c (main): Check the return value of bfd_close. | |
5981 | ||
be9ffc1f ILT |
5982 | Thu Mar 31 18:07:06 1994 Ian Lance Taylor ([email protected]) |
5983 | ||
5984 | * scripttempl/alpha.sc: Clean up section alignment to ensure that | |
5985 | sections never overlap when using -r. | |
5986 | ||
6c00b04f ILT |
5987 | Wed Mar 30 15:51:15 1994 Ian Lance Taylor ([email protected]) |
5988 | ||
5989 | * ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD | |
5990 | changes: get_symtab_upper_bound renamed and returns long, | |
5991 | bfd_canonicalize_symtab returns long, check for error indications. | |
5992 | ||
f078dc7c ILT |
5993 | Fri Mar 25 17:20:01 1994 Ian Lance Taylor ([email protected]) |
5994 | ||
5995 | * ldlang.c (print_input_section): For section size, use | |
5996 | _cooked_size if it is non-zero, size otherwise. | |
5997 | (size_input_section): Likewise. | |
5998 | (lang_do_assignments): Likewise (case lang_input_section_enum). | |
5999 | ||
193c5f93 ILT |
6000 | Thu Mar 24 15:20:47 1994 Ian Lance Taylor ([email protected]) |
6001 | ||
6002 | * ldlang.c (new_afile): Add new argument add_to_list. Don't set | |
6003 | real to true for lang_input_file_is_marker_enum. Clear the_bfd. | |
6004 | (lang_add_input_file): Pass true to new_afile for add_to_list. | |
6005 | (lookup_name): Remove force_load argument. Changed all callers. | |
6006 | Pass false to new_afile for add_to_list. Split loading of symbols | |
6007 | out into separate function. | |
6008 | (load_symbols): New function split out of lookup_name. Don't load | |
6009 | the symbols if they are already loaded. | |
6010 | (open_input_bfds): For lang_input_statement_enum call load_symbols | |
6011 | rather than lookup_name. | |
6012 | (lang_process): Pass abs_output_section rather than NULL to | |
6013 | lang_size_sections. | |
6014 | (lang_startup): Set real field of first_file to true. | |
6015 | ||
a2670c2f ILT |
6016 | Wed Mar 23 14:15:44 1994 Ian Lance Taylor ([email protected]) |
6017 | ||
193c5f93 ILT |
6018 | * ldlang.c (had_relax): Removed. |
6019 | (relax_again): New static variable. | |
6020 | (lang_size_sections): Change call to bfd_relax_section to | |
6021 | correspond to BFD changes. Set relax_again appropriately. | |
6022 | (lang_process): Remove #if 0 code. When relaxing, keep calling | |
6023 | lang_do_assignments and lang_size_sections until relax_again | |
6024 | becomes false. | |
6025 | ||
a2670c2f ILT |
6026 | * emultemp/gld960.em: Include libiberty.h |
6027 | (gld960_before_parse): Pass NULL as final argument to concat. | |
6028 | ||
f3bc3ac3 ILT |
6029 | Tue Mar 22 13:08:28 1994 Ian Lance Taylor ([email protected]) |
6030 | ||
f7a26f1b ILT |
6031 | * scripttempl/aout.sc: Force _end and __end to be aligned to a |
6032 | four byte boundary. | |
6033 | ||
f3bc3ac3 ILT |
6034 | * ldwrite.c (build_link_order): Handle lang_data_statement_enum by |
6035 | building a bfd_data_link_order, rather than by setting the section | |
6036 | contents immediately. | |
6037 | ||
4fdbafb2 ILT |
6038 | Mon Mar 21 18:28:37 1994 Ian Lance Taylor ([email protected]) |
6039 | ||
6040 | Changes to make -Ur work again. | |
6041 | * ldmain.c (add_to_set): Now takes reloc argument rather than | |
6042 | bitsize. Check config.build_constructors here. If an new hash | |
6043 | table entry is created, mark it as undefined. | |
6044 | (constructor_callback): No longer takes bitsize argument. Pass | |
6045 | BFD_RELOC_CTOR to ldctor_add_set_entry, but first make sure the | |
6046 | BFD backend supports it. | |
6047 | (reloc_overflow): Handle a NULL abfd argument. | |
6048 | (reloc_dangerous, unattached_reloc): Likewise. | |
6049 | * ldctor.c: Include ldmain.h. | |
6050 | (struct set_info): Change bitsize field to reloc. | |
6051 | (ldctor_add_set_entry): Now takes reloc argument rather than | |
6052 | bitsize. Don't bother to check config.build_constructors here. | |
6053 | (ldctor_build_sets): Get the size from the reloc howto. If | |
6054 | generating relocateable output, call lang_add_reloc rather than | |
6055 | lang_add_data. | |
6056 | * ldctor.h (ldctor_add_set_entry): Change declaration to use reloc | |
6057 | instead of bitsize. | |
6058 | * ldlang.h (statement_enum): Add lang_reloc_statement_enum. | |
6059 | (lang_reloc_statement_type): New structure. | |
6060 | (lang_statement_union_type): Add reloc_statement field. | |
6061 | (lang_add_reloc): Declare new function. | |
6062 | * ldlang.c (lang_for_each_statement_worker): Handle | |
6063 | lang_reloc_statement_enum. | |
6064 | (map_input_to_output_sections, print_statement): Likewise. | |
6065 | (lang_size_sections, lang_do_assignments): Likewise. | |
6066 | (print_reloc_statement): New function. | |
6067 | (lang_add_reloc): New function. | |
6068 | * ldwrite.c (build_link_order): Handle lang_reloc_statement_enum. | |
6069 | ||
6070 | * Makefile.in (cdtest.out, cdtest-ur.o): New targets. | |
6071 | (cdtest-ur, cdtest-ur.out): New targets. | |
6072 | (check-cdtest): Now also check that -Ur works correctly. | |
6073 | ||
6074 | * scripttemp/alpha.sc: Align all sections to 16 byte boundaries. | |
6075 | ||
6076 | Thu Mar 17 12:45:41 1994 Ian Lance Taylor ([email protected]) | |
6077 | ||
6078 | * ldlang.c (lang_process): Move lang_common call before | |
6079 | map_input_to_output_sections, to ensure that any alignment | |
6080 | constraints set by common symbols are copied over to the output | |
6081 | sections. | |
6082 | ||
6083 | Fri Mar 11 22:17:34 1994 Ian Lance Taylor ([email protected]) | |
6084 | ||
6085 | * emulparams/elf32ppc.sh (TEMPLATE_NAME): Don't define. | |
6086 | (OTHER_READWRITE_SECTIONS): Rename .toc to .got. | |
6087 | * Makefile.in (em_elf32ppc.c): Depend upon generic.em, not ppc.em. | |
6088 | * emultempl/ppc.em: Remove ugly stub code; turns out not to be | |
6089 | needed for ELF. | |
6090 | ||
0071a731 DM |
6091 | Tue Mar 8 04:22:27 1994 David J. Mackenzie ([email protected]) |
6092 | ||
6093 | * config/i386bsd.mh: New file. | |
6094 | ||
7f0638d5 ILT |
6095 | Mon Mar 7 15:23:24 1994 Ian Lance Taylor ([email protected]) |
6096 | ||
6097 | * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be | |
6098 | defined. | |
6099 | * emulparams/elf32mipb.s (TEXT_START_SYMBOLS): Define _ftext. | |
6100 | (DATA_START_SYMBOLS): Define _fdata. | |
6101 | ||
b897ed67 SS |
6102 | Mon Feb 28 10:59:14 1994 Stan Shebs ([email protected]) |
6103 | ||
6104 | * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined. | |
6105 | ||
2e39abdb JL |
6106 | Sun Feb 27 16:29:38 1994 Jeffrey A. Law ([email protected]) |
6107 | ||
ff68559e JL |
6108 | * emultempl/hppaelf.em (hppaelf_finish): Update comments. This |
6109 | works again. Attach some output symbols to the stub file bfd. | |
6110 | ||
2e39abdb JL |
6111 | * emultempl/hppaelf.em: Include elf32-hppa.h. |
6112 | (file_chain): Add decl. | |
6113 | (hppa_look_for_stubs_in_section): Delete decl. | |
6114 | (hppaelf_finish): Reenable code. Do not pass symbols | |
6115 | down to hppa_look_for_stubs_in_section. | |
6116 | ||
b495c314 ILT |
6117 | Sat Feb 26 10:58:25 1994 Ian Lance Taylor ([email protected]) |
6118 | ||
6119 | * ldmain.c (write_map): Don't define. Removed all references. | |
6120 | Just use map_file or map_filename instead. | |
6121 | (add_archive_element): Use minfo to write map information, not | |
6122 | info_msg. | |
6123 | (constructor_callback): Use fprintf to write map information, not | |
6124 | info_msg. | |
6125 | * ldmain.h (write_map): Don't declare. | |
6126 | * ldgram.y (mri_script_command): Removed reference to write_map. | |
6127 | * ldlang.c (lang_one_common): Likewise. | |
6128 | * lexsup.c (parse_args): Likewise. | |
6129 | ||
4725fb48 ILT |
6130 | Fri Feb 25 19:12:03 1994 Ian Lance Taylor ([email protected]) |
6131 | ||
bff600cf ILT |
6132 | * scripttempl/elf.sc: Force all sections to be aligned. |
6133 | ||
27baca71 ILT |
6134 | * ldgram.y (section): Reverse the order of memspec_opt and |
6135 | fill_opt to avoid an ambiguity when both are used. | |
6136 | * ld.texinfo: Changed accordingly. | |
6137 | ||
6232b6c4 ILT |
6138 | * ldgram.y: Move include of ldlex.h back with other includes. |
6139 | * ldlex.h (input_type): Don't initialize enum constants to | |
6140 | particular values. | |
6141 | * ldlex.l: Use a switch to return the right token based on | |
6142 | input_type, rather than knowing that input_type has a value based | |
6143 | on a token type. | |
6144 | ||
4725fb48 ILT |
6145 | * ldgram.y (dirlist_ptr): Removed; not used. |
6146 | * lexsup.c: Include ldver.h. | |
6147 | * Makefile.in: Rebuilt dependencies. | |
6148 | ||
fc1dfb71 ILT |
6149 | Fri Feb 25 18:55:54 1994 Ted Lemon ([email protected]) |
6150 | ||
6151 | * ldlang.c (lookup_name): don't call bfd_set_gp_size. | |
6152 | (ldlang_add_file): call it here instead. | |
6153 | ||
ff33a8c1 DM |
6154 | Fri Feb 25 18:13:46 1994 David J. Mackenzie ([email protected]) |
6155 | ||
6156 | * ldgram.y: Include ldlex.h after %token decls, for byacc. | |
6157 | ||
a62494c4 JL |
6158 | Fri Feb 25 10:47:25 1994 Jeffrey A. Law ([email protected]) |
6159 | ||
531a5bd1 JL |
6160 | * emultempl/hppaelf.em: First attempt to clean this file up. |
6161 | Add comments in several functions as to their purpose and | |
6162 | how they function (or my current best guess). Clean up horrible | |
6163 | spacing and indention that never should have been accepted in the | |
6164 | first place. Add FIXMEs for issues which need to be resolved. | |
6165 | Disable linker-stub generation until it gets fixed. This allows | |
6166 | the linker to at least work on simple code for testing purposes. | |
6167 | ||
a62494c4 JL |
6168 | * ldlang.c (lang_size_sections): No longer static (PA ELF calls |
6169 | it via hppaelf_finish). Prototype moved into ldlang.h. | |
6170 | (lang_process): Move problematic extra call to lang_size_sections | |
6171 | into the PA ELF specific code. | |
6172 | * emultempl/hppaelf.em (hppaelf_finish): Extra call to | |
6173 | lang_size_sections moved here. | |
6174 | ||
c361ce46 ILT |
6175 | Thu Feb 24 16:47:33 1994 Ian Lance Taylor ([email protected]) |
6176 | ||
6177 | * configure.in (powerpc-*-elf*): New target; use ppc-elf32. | |
6178 | * config/ppc-elf32.mt: New file. | |
6179 | * emulparams/elf32ppc.sh: New file. | |
6180 | * emultempl/ppc.em: New file. | |
6181 | * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o. | |
6182 | (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc. | |
6183 | (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h. | |
6184 | ||
d4e5e3c3 DM |
6185 | Thu Feb 24 12:27:07 1994 David J. Mackenzie ([email protected]) |
6186 | ||
d5b79a89 DM |
6187 | * lexsup.c (parse_args): Use symbolic numbers for long options. |
6188 | Fix misunderstanding in -Y and -call_shared et al. | |
6189 | ||
d4e5e3c3 DM |
6190 | Use getopt instead of lex and yacc to parse the command line. |
6191 | ||
6192 | * ld.texinfo (Options): Document changes to option syntax. | |
6193 | * Makefile.in: Update dependencies. | |
6194 | * ldver.c (help): Tweak dashes in usage message. | |
6195 | * ldgram.y (%union): Remove unused members. | |
6196 | Remove %tokens for command line options; add ones for input types. | |
6197 | (command_line): Rules removed. | |
6198 | (file): Instead of command line, recognize an | |
6199 | input type indicator, then use the nonterminal for that type. | |
6200 | (defsym_expr): New nonterminal from code formerly in command_line. | |
6201 | * ldlex.h: Declare parser input type enum and variable. | |
6202 | Don't declare parse_line. | |
6203 | * ldlex.l: Remove unused variables. Make some used ones static | |
6204 | and comment them. | |
6205 | (COMMAND): Start state and its rules removed. | |
6206 | At start of yylex, return input state token if at start of input. | |
6207 | (lex_redirect): Don't need to set yyout. | |
6208 | (ldlex_command): Function removed. | |
6209 | * ldmain.c (main): Instead of calling parse_line, set up the | |
6210 | redirections and call yyparse directly. | |
6211 | * ldmisc.c (vfinfo): If there's no input filename, print nothing, not | |
6212 | "command line". | |
6213 | * lexsup.c: Remove #if 0'd code. | |
6214 | (parse_line): Function removed. | |
6215 | (parse_args): Rewrite to use getopt_long_only. | |
6216 | (set_default_dirlist): New function from code formerly in | |
6217 | ldgram.y:command_line. | |
6218 | (set_section_start): New function. | |
6219 | * emultempl/generic.em, emultempl/gld960.em, emultempl/hppaelf.em, | |
6220 | emultempl/lnk960.em, emultempl/m88kbcs.em: Don't enclose | |
6221 | compiled-in link scripts in "{" and "}", as the grammar no longer | |
6222 | wants them to be. | |
6223 | ||
6224 | Thu Feb 24 08:43:26 1994 Ken Raeburn ([email protected]) | |
6225 | ||
6226 | * Makefile.in (ld.dvi): Depend on configdoc.texi, but don't | |
6227 | require that it be in $(srcdir). | |
6228 | ||
6b8929a1 ILT |
6229 | Tue Feb 22 09:21:18 1994 Ian Lance Taylor ([email protected]) |
6230 | ||
a733e1d7 ILT |
6231 | * ldlang.c (lang_size_sections): Only align section to alignment |
6232 | required by linker script, not to maximum alignment of input | |
6233 | sections. | |
6234 | ||
6b8929a1 ILT |
6235 | * ldlang.h (largest_section): Don't declare. |
6236 | * ldlang.c (largest_section): Don't define. | |
6237 | (size_input_section): Don't set largest_section; not used. | |
6238 | ||
ef76742f ILT |
6239 | Mon Feb 21 15:15:29 1994 Ian Lance Taylor ([email protected]) |
6240 | ||
6241 | * ldlang.c (new_afile): Pass NULL as last argument to concat. | |
6242 | ||
42f62ead ILT |
6243 | Thu Feb 17 15:51:23 1994 Ian Lance Taylor ([email protected]) |
6244 | ||
6245 | * ldlang.c, ldmain.c: Include libiberty.h. | |
6246 | ||
6247 | * ldmisc.h (concat): Don't declare. | |
6248 | * ldmisc.c (concat): Don't define; just use the one in libiberty. | |
6249 | ||
6250 | * ld.h (as_output_section_statement): Removed; not used. | |
6251 | ||
5bcb7f28 DM |
6252 | Thu Feb 17 09:32:14 1994 David J. Mackenzie ([email protected]) |
6253 | ||
6254 | * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and | |
8c811b9d | 6255 | bfd_set_error and new error names. |
5bcb7f28 | 6256 | |
7ff6f2da KR |
6257 | Tue Feb 15 20:14:53 1994 Ken Raeburn ([email protected]) |
6258 | ||
6259 | * ldwrite.c (build_link_order): If the cooked size of the section | |
6260 | has been set, use it, for determining link_order size. | |
6261 | (ldwrite): In the error message displayed if bfd_final_link fails, | |
6262 | indicate that it was in fact the final link step that failed. | |
6263 | ||
6264 | * ldlang.c (lang_size_sections): Clear bfd_error before calling | |
6265 | bfd_relax_section, in case it returns false but doesn't flag an | |
6266 | error. If an error is returned, indicate which one it is in the | |
6267 | error message. | |
6268 | ||
6269 | * Makefile.in (install-info): Depend on ld.info, and use "$<*" so | |
6270 | it'll get picked up from $(srcdir) if appropriate. | |
6271 | ||
6272 | Tue Feb 15 16:32:04 1994 David J. Mackenzie ([email protected]) | |
6273 | ||
6274 | * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set. | |
6275 | * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT. | |
6276 | ||
09aaf97a DM |
6277 | Fri Feb 11 17:02:49 1994 David J. Mackenzie ([email protected]) |
6278 | ||
6279 | * ldlex.l (comment): Increment line number when newline is read. | |
6280 | ||
c4e48be3 ILT |
6281 | Fri Feb 11 17:36:20 1994 Ian Lance Taylor ([email protected]) |
6282 | ||
6283 | * ldlang.c (lookup_name): Take new argument, force_load. If true, | |
6284 | reload the file even if it is already loaded. | |
6285 | (wild): Call lookup_name with force_load argument of 0. | |
6286 | (open_input_bfds): Call lookup_name with force_load argument of 1. | |
6287 | (print_symbol): Remove declaration of non-existent function. | |
6288 | (print_one_symbol): Return true rather than falling off end. | |
6289 | ||
410945f1 ILT |
6290 | Thu Feb 10 11:52:38 1994 Ian Lance Taylor ([email protected]) |
6291 | ||
6292 | * ldmain.c (main): Use %ld when printing long values. | |
6293 | ||
6294 | * scripttempl/elf.sc: Move _edata after the .sdata section. | |
6295 | Permit OTHER_BSS_SYMBOLS to be defined. | |
6296 | * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss. | |
6297 | ||
f7d4f6f6 JL |
6298 | Mon Feb 7 16:31:15 1994 Jeffrey A. Law ([email protected]) |
6299 | ||
6300 | * Rename all "hppaosf" files to "hppaelf". | |
410945f1 ILT |
6301 | * Change all "osf" references to "elf" in hppaelf files. |
6302 | * Makefile.in: Likewise. | |
6303 | * configure.in: Likewise. | |
f7d4f6f6 | 6304 | |
f4972135 DM |
6305 | Sun Feb 6 20:31:56 1994 David J. Mackenzie ([email protected]) |
6306 | ||
6f671266 DM |
6307 | * ldmain.c (main): Call xatexit, not atexit. |
6308 | Call xmalloc_set_program_name. | |
6309 | ||
f4972135 | 6310 | * ldlang.c (lang_size_sections): Check if bfd_relax_section set |
8c811b9d | 6311 | bfd_errno. |
f4972135 | 6312 | |
52a8ebfe DM |
6313 | Sat Feb 5 03:54:34 1994 David J. Mackenzie ([email protected]) |
6314 | ||
6315 | * emultempl/lnk960.em (append), emultempl/hppaosf.em | |
6316 | (hppaosf_finish): Call xmalloc, not ldmalloc. | |
6317 | * ldmain.c (preserve_output): Function removed. | |
6318 | (main): Do it here instead. | |
6319 | ||
9dd7d585 JL |
6320 | Fri Feb 4 23:02:19 1994 Jeffrey A. Law ([email protected]) |
6321 | ||
6322 | * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTION): Delete (unused) | |
6323 | GNU C specific macros. | |
6324 | ||
6325 | * emultempl/hppaosf.em (hppaosf_finish): Expand the only remaining | |
6326 | call to LANG_FOR_EACH_INPUT_SECTION. | |
6327 | ||
0b2f8d2e DM |
6328 | Fri Feb 4 16:26:08 1994 David J. Mackenzie ([email protected]) |
6329 | ||
6330 | * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions | |
6331 | deleted; will use libiberty versions instead. | |
6332 | * ldctor.c ldfile.c ldlang.c ldmain.c ldmisc.c ldmisc.h lexsup.c | |
6333 | mri.c Makefile.in: Change callers. | |
6334 | ||
6335 | * ldmisc.c (vfinfo): Remove cleanup code. | |
6336 | * ldmain.c (remove_output): Put it here (new function). | |
6337 | (preserve_output): New function. | |
6338 | (main): Register remove_output and preserve_output with atexit. | |
6339 | * ldmain.c ldgram.y: Call xexit instead of exit. | |
6340 | * ldmisc.h: Declare xexit. | |
6341 | ||
9e0f78c8 SC |
6342 | Fri Feb 4 15:19:01 1994 Steve Chamberlain ([email protected]) |
6343 | ||
6344 | * Makefile.in: Lots of new H8/500 memory models. | |
6345 | ||
836dcbcf KR |
6346 | Sun Jan 30 14:33:40 1994 Ken Raeburn ([email protected]) |
6347 | ||
6348 | * ldlex.l: Removed duplicate rules. | |
6349 | (yywrap): Provide default definition, needed with some versions of | |
6350 | flex. | |
6351 | ||
fb55f9b8 DM |
6352 | Fri Jan 28 09:12:56 1994 David J. Mackenzie ([email protected]) |
6353 | ||
288897f4 DM |
6354 | * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print |
6355 | the archive filename too. | |
6356 | ||
fb55f9b8 DM |
6357 | * ldlex.l: Add rule to catch invalid input characters instead of |
6358 | printing them. Include "ldmain.h" for program_name decl. | |
6359 | (lex_warn_invalid): New function. | |
6360 | * Makefile.in: Add dependency. | |
6361 | ||
f3c6455f KR |
6362 | Fri Jan 28 12:58:45 1994 Ken Raeburn ([email protected]) |
6363 | ||
6364 | * Makefile.in (check): Don't bother running any tests of | |
6365 | cross-linker until the test suite no longer assumes native mode. | |
6366 | ||
804c8601 SC |
6367 | Thu Jan 27 17:19:54 1994 Steve Chamberlain ([email protected]) |
6368 | ||
6369 | * ldlang.c (print_one_symbol, print_input_section): Print | |
6370 | global symbols in symbol table again. | |
6371 | ||
7b40f2b1 DM |
6372 | Thu Jan 27 12:35:01 1994 David J. Mackenzie ([email protected]) |
6373 | ||
8c811b9d | 6374 | * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given, |
7b40f2b1 | 6375 | exit successfully instead of complaining if no input files are |
8c811b9d | 6376 | given. |
7b40f2b1 | 6377 | |
8594f568 SS |
6378 | Tue Jan 25 13:19:41 1994 Stan Shebs ([email protected]) |
6379 | ||
74e6b793 SS |
6380 | * Makefile.in: Format variable definitions consistently. |
6381 | (LD_PROG): Remove unnecessary variables from link command, | |
6382 | change variable LOADLIBES to EXTRALIBS. | |
6383 | ||
8594f568 SS |
6384 | * ldmain.c (main): Compute and display total execution time. |
6385 | * ld.texinfo (-stats): Document the option. | |
6386 | ||
755f42fe ILT |
6387 | Mon Jan 24 12:56:37 1994 Ian Lance Taylor ([email protected]) |
6388 | ||
5dad4c97 ILT |
6389 | * ldmain.c (reloc_overflow): Added name, reloc_name and addend |
6390 | arguments. | |
6391 | ||
de08b0b1 ILT |
6392 | * ldlang.c (lookup_name): Set BFD GP size to -G argument value |
6393 | after opening BFD. | |
6394 | ||
755f42fe ILT |
6395 | * ldlang.c (relaxing): Removed global variable. |
6396 | (lang_size_sections): If the canonical symbols have not already | |
6397 | been read in, read them in before relaxing. | |
6398 | * ldlang.h (relaxing): Removed declaration. | |
6399 | ||
5e6cd559 ILT |
6400 | Fri Jan 21 00:44:44 1994 Ian Lance Taylor ([email protected]) |
6401 | ||
6402 | * ldlang.c (new_afile): Initialize loaded field to false. | |
6403 | (lookup_name): If file was already loaded, don't call the | |
6404 | add_symbols entry point again. | |
6405 | ||
8de26d62 DM |
6406 | Wed Jan 19 13:57:00 1994 David J. Mackenzie ([email protected]) |
6407 | ||
6408 | * ld.texinfo: Clarify what -T option does. | |
6409 | ||
a843c817 SC |
6410 | Tue Jan 18 16:18:15 1994 Steve Chamberlain ([email protected]) |
6411 | ||
6412 | * scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's | |
6413 | for a.out. | |
6414 | ||
901f3538 ILT |
6415 | Tue Jan 11 13:22:04 1994 Ian Lance Taylor ([email protected]) |
6416 | ||
8a432746 ILT |
6417 | * ldmain.c (add_archive_element): If trace_files or |
6418 | trace_file_tries, print file name. | |
6419 | * ldlang.c (lookup_name): Likewise. | |
6420 | (ldlang_add_file): Don't put files on input_bfds list in reverse | |
6421 | order. | |
6422 | ||
901f3538 ILT |
6423 | * scripttempl/elf.sc: Correct typo. |
6424 | ||
c344d884 DM |
6425 | Mon Jan 10 19:49:05 1994 David J. Mackenzie ([email protected]) |
6426 | ||
6427 | * ldgram.y, ldlex.l: Make the space between -e, -u, and -y and | |
6428 | their arguments optional, for compatibility with the old GNU ld. | |
6429 | ||
267a3ab3 ILT |
6430 | Fri Jan 7 20:00:24 1994 Ian Lance Taylor ([email protected]) |
6431 | ||
6432 | * scripttempl/elf.c: Define __bss_start before the .sbss section. | |
6433 | ||
3107eb5b ILT |
6434 | Thu Jan 6 00:13:10 1994 Ian Lance Taylor ([email protected]) |
6435 | ||
2f84ec0d ILT |
6436 | * ldmain.c (add_to_set): Add bitsize argument. |
6437 | (constructor_callback): New function. | |
6438 | (link_callbacks): Add constructor_callback. | |
6439 | * ldctor.c (struct set_info): Add bitsize field. | |
6440 | (ldctor_add_set_entry): Add bitsize argument. | |
6441 | (ldctor_build_sets): Base the size of the elements of the set on | |
6442 | the bitsize, rather than always using LONG. | |
6443 | * ldctor.h (ldctor_add_set_entry): Add bitsize to declaration. | |
6444 | ||
6445 | * ld.h (QUAD_SIZE): Define. | |
6446 | * ldgram.y (QUAD): New token. | |
6447 | (length): Handle it. | |
6448 | * ldlex.l: Return QUAD. | |
6449 | * lexsup.c (keywords): Add QUAD. | |
6450 | * ldwrite.c (build_link_order): Handle QUAD. | |
6451 | * ldlang.c (print_data_statement): Handle QUAD. | |
6452 | (lang_size_sections): Likewise. | |
6453 | (lang_do_assignments): Likewise. | |
6454 | * ldexp.c (exp_print_token): Add QUAD to table. | |
6455 | * ld.texinfo: Describe QUAD. | |
6456 | ||
3107eb5b ILT |
6457 | * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections, |
6458 | since the Alpha doesn't use them. | |
6459 | ||
080d8af0 DM |
6460 | Wed Jan 5 17:42:16 1994 David J. Mackenzie ([email protected]) |
6461 | ||
6462 | * ldemul.h (ld_emulation_xfer_struct): Comment the members. | |
6463 | ||
6464 | Sat Jan 1 13:39:31 1994 Rob Savoye ([email protected]) | |
6465 | ||
6466 | * Makefile.in, configure.in: Add support for VSTa micro-kernel. | |
6467 | * config/vsta.mt, emulparams/vsta.sh: New files for VSTa. | |
6468 | ||
34f9bf4b DM |
6469 | Sat Jan 1 10:53:35 1994 David J. Mackenzie ([email protected]) |
6470 | ||
6471 | * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating; | |
23fdc6be | 6472 | needed for i386mach. (Should be a no-op on other systems.) |
34f9bf4b DM |
6473 | |
6474 | * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again. | |
6475 | (PAGE_SIZE): Don't define; not used. | |
6476 | ||
1d166443 ILT |
6477 | Fri Dec 31 16:12:06 1993 Ian Lance Taylor ([email protected]) |
6478 | ||
6479 | * ldgram.y (yyerror): Make argument const char *, and actually | |
6480 | print it out rather than assuming it is a syntax error. | |
6481 | * ldmisc.h: Change declaration of yyerror. | |
6482 | * ldemul.c, ldwrite.c: Add /*ARGSUSED*/ as appropriate. | |
6483 | ||
ae9c8007 DM |
6484 | Fri Dec 31 11:37:28 1993 David J. Mackenzie ([email protected]) |
6485 | ||
6486 | * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include | |
6487 | exec header offset, since the exec header isn't loaded. | |
6488 | (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c. | |
6489 | ||
4a6afc88 ILT |
6490 | Thu Dec 30 13:01:43 1993 Ian Lance Taylor ([email protected]) |
6491 | ||
6492 | A major rewrite to move the bulk of the linker into BFD so that | |
6493 | more efficient backend code can be written for specific object | |
6494 | files. | |
6495 | * lderror.c, lderror.h, ldindr.c, ldindr.h, ldsym.c, ldsym.h, | |
6496 | ldwarn.c, ldwarn.h, relax.c, relax.h: Removed. | |
6497 | * ldctor.c, ldctor.h: Complete rewrite. | |
6498 | * ldwrite.c, ldwrite.h: Complete rewrite. | |
6499 | * ld.h (strip_symbols_type, strip_symbols): Removed. Use | |
6500 | link_info.strip instead. Changed all uses. | |
6501 | (discard_locals_type, discard_locals): Removed. Use | |
6502 | link_info.discard instead. Changed all uses. | |
6503 | (ld_config_type): Removed relocateable_output field; use | |
6504 | link_info.relocateable instead; changed all uses. Added stats | |
6505 | field. | |
6506 | (set_asymbol_chain, get_asymbol_chain, get_loader_symbol, | |
6507 | set_loader_symbol): Removed. | |
6508 | * ldexp.h (node_class): Added etree_rel. | |
6509 | (etree_type): Added rel field. | |
6510 | * ldexp.c (exp_print_token): Bracketed table initialization. | |
6511 | (exp_relop): New function. | |
6512 | (fold_name): Use linker hash table rather than ldsym functions. | |
6513 | (exp_fold_tree): Likewise. Also, handle etree_rel case. | |
6514 | (exp_print_tree): Handle etree_rel. | |
6515 | * ldgram.y (strip_symbols, discard_locals): Removed. | |
6516 | (OPTION_stats, OPTION_no_keep_memory): New tokens. Handle them. | |
6517 | (REL): New token. Does not appear in grammar, but needed for | |
6518 | expression code. | |
6519 | (file): Don't call lang_final; it's called by main anyhow. | |
6520 | * ldlex.l: Accept -stats and -no-keep-memory options. | |
6521 | * ldlang.h (fill_type): Make unsigned int, not unsigned short. | |
6522 | * ldlang.c: Consistently use fill_type for fill argument. | |
6523 | (lang_init_script_file, script_file): Removed. | |
6524 | (create_object_symbols): Removed. Use | |
6525 | link_info.create_object_symbols_section instead. Changed all | |
6526 | uses. | |
6527 | (lang_add_keepsyms_file): Removed. | |
6528 | (lookup_name): Call bfd_link_add_symbols instead of | |
6529 | ldmain_open_file_read_symbol. | |
6530 | (wild): Don't iterate over script_file. | |
6531 | (open_output): Create link hash table. | |
6532 | (lang_place_undefineds): Rewrote. | |
6533 | (lang_size_sections): Handle relaxing (doesn't work yet). | |
6534 | (lang_relocate_globals): Removed. | |
6535 | (lang_finish): Use link hash table rather than ldsym functions. | |
6536 | (lang_common): Rewrote. | |
6537 | (lang_one_common): New function. | |
6538 | (ldlang_add_file): Add file to link_info.input_bfds list. Set | |
6539 | usrdata. | |
6540 | (create_symbol): Removed. | |
6541 | (lang_process): Don't call lang_init_script_file. Call | |
6542 | ldctor_build_sets rather than find_constructors. Don't call | |
6543 | lang_relocate_globals. | |
6544 | (lang_abs_symbol_at_beginning_of): Rewrote. | |
6545 | (lang_abs_symbol_at_end_of): Rewrote. | |
6546 | * ldmain.c (had_y): Removed. | |
6547 | (lprefix, lprefix_len): Removed; use link_info fields instead. | |
6548 | Changed all uses. | |
6549 | (multiple_def_count, commons_pending, undefined_global_sym_count, | |
6550 | total_symbols_seen, total_files_seen): Removed. | |
6551 | (link_callbacks, link_info): New variables. | |
6552 | (main): Initialize link_info. Don't call init_bfd_error_vector or | |
6553 | ldsym_init. Don't set now unused variables. Handle -stats. | |
6554 | (get_emulation): Removed obsolete and nonfunctional GNU960 code. | |
6555 | (add_ysym): Rewrote. | |
6556 | (read_entry_symbols, refize, enter_global_ref, enter_file_symbols, | |
6557 | search_library, gnu960_check_format, decode_library_subfile, | |
6558 | linear_library, symdef_library, clear_syms, subfile_wanted_p): | |
6559 | Removed. | |
6560 | (add_keepsyms_file, add_archive_element, multiple_definition, | |
6561 | multiple_common, add_to_set, warning_callback, undefined_symbol, | |
6562 | reloc_overflow, reloc_dangerous, unattached_reloc, notice_ysym): | |
6563 | New functions. | |
6564 | * ldmisc.c (vfinfo): Accept a string for %T, not a symbol. Don't | |
6565 | require symbols for %C; look them up instead. | |
6566 | * emultempl/hppaosf.em: Pass link_info to | |
6567 | hppa_look_for_stubs_in_section. | |
6568 | * Makefile.in: Rebuilt dependencies. | |
6569 | (CFILES): Removed lderror.c, ldindr.c, ldsym.c, ldwarn.c, and | |
6570 | relax.c. | |
6571 | (HFILES): Removed lderror.h, ldindr.h, ldsym.h, ldwarn.h, and | |
6572 | relax.h. | |
6573 | (EMULATION_OFILES): Depend on bfdlink.h, ldmain.h, ldexp.h, | |
6574 | ldlang.h and ldctor.h. | |
6575 | ||
6576 | * Makefile.in (ldlex.c): Don't depend on ldgram.h. Remove | |
6577 | declarations of free and malloc from flex output. Change malloc | |
6578 | to ldmalloc in flex output. | |
6579 | ||
6580 | Thu Dec 16 21:19:57 1993 Jeffrey A. Law ([email protected]) | |
6581 | ||
6582 | * ldmain.c (lprefix): Change default from a char to a string | |
6583 | with only one character. | |
6584 | (lprefix_len): Set default to one. | |
6585 | ||
6586 | * ldmain.h (lprefix_len): Declare. | |
6587 | ||
6588 | * ldsym.c (write_file_locals): Use strncmp rather than a character | |
6589 | comparison for lprefix. | |
6590 | ||
6591 | * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len | |
6592 | correctly. | |
6593 | ||
6594 | * emultmpl/hppaosf.em: Include ldexp.h. | |
6595 | (before_parse): Set lprefix and lprefix_len correctly. | |
6596 | ||
498fbd3c ILT |
6597 | Tue Dec 14 17:19:03 1993 Ian Lance Taylor ([email protected]) |
6598 | ||
553b0021 ILT |
6599 | * ldlex.h: Don't declare yywrap if it is a macro. |
6600 | * ldlex.l: Include sysdep.h. | |
498fbd3c ILT |
6601 | * ldlang.c (lang_for_each_statement_worker, |
6602 | lang_for_each_statement): Forgot to use PARAMS. | |
6603 | ||
1400cdc5 ILT |
6604 | Mon Dec 13 14:30:03 1993 Ian Lance Taylor ([email protected]) |
6605 | ||
6606 | * Makefile.in: Added .PHONY targets where appropriate. Added some | |
6607 | comments. Also: | |
6608 | (gcclibdir, version): Removed unused variables. | |
6609 | (DEP): New variable, set to mkdep. | |
6610 | (ALL_CFLAGS): New variable. Used in .c.o target. | |
6611 | (CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New | |
6612 | variables. | |
6613 | (HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES, | |
6614 | GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed | |
6615 | mostly obsolete variables. Adjusted remaining uses. | |
6616 | (DEF_EMUL): Removed variable. | |
6617 | (ldmain.o): Handle undefined EMUL error correctly. | |
6618 | (ldemul-list.h): Depend on config.status rather than Makefile. | |
6619 | Create via temporary file. | |
6620 | (ver960.c, roll, make): Removed obsolete targets. | |
6621 | (.dep, .dep1, dep.sed, dep, dep-in): New targets. Used to rebuild | |
6622 | dependencies. | |
6623 | * dep-in.sed: New file, used when rebuilding dependencies. | |
6624 | ||
2c6635a4 ILT |
6625 | Sat Dec 11 14:43:44 1993 Ian Lance Taylor ([email protected]) |
6626 | ||
fcf276c4 ILT |
6627 | Made many changes to eliminate gcc warnings. Made various |
6628 | cosmetic changes, declared various things in header files, removed | |
6629 | various extern declarations from .c files. No substantive | |
6630 | changes. | |
6631 | ||
2c6635a4 ILT |
6632 | * ldlang.c (lang_process): Ifdef out final call to |
6633 | lang_size_sections again (reverting change of Nove 2), since it | |
6634 | breaks the Sun4 linker. | |
6635 | ||
6636 | Thu Dec 2 16:31:47 1993 Ian Lance Taylor ([email protected]) | |
6637 | ||
6638 | * configure.in (alpha-*-netware*): New target; use alpha. | |
6639 | ||
d05ac46b KR |
6640 | Wed Dec 1 14:04:20 1993 Ken Raeburn ([email protected]) |
6641 | ||
6642 | * configure.in: Group targets by CPU. Merge some m68k target | |
6643 | entries with different CPU specs that use the same ld_target | |
6644 | values. | |
6645 | ||
6646 | * configure.in: Add sparc*-*-coff. | |
6647 | * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files. | |
6648 | * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o. | |
6649 | (em_coff_sparc.c): Add dependencies and build rules. | |
6650 | ||
8c811b9d | 6651 | * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare. |
d05ac46b | 6652 | |
f651733a ILT |
6653 | Wed Dec 1 12:19:55 1993 Ian Lance Taylor ([email protected]) |
6654 | ||
8e964b07 ILT |
6655 | * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval): |
6656 | New tokens. | |
f651733a | 6657 | (command_line_option): Accept and ignore them (for now). |
8e964b07 ILT |
6658 | * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On |
6659 | where n is a number. | |
f651733a ILT |
6660 | |
6661 | Mon Nov 22 14:14:29 1993 Ian Lance Taylor ([email protected]) | |
6662 | ||
6663 | * ldmain.c (subfile_wanted_p): If merging a common symbol which is | |
6664 | not in bfd_com_section, create the section in the BFD so that it | |
6665 | can be placed in the right output section. | |
6666 | ||
2332114c ILT |
6667 | Fri Nov 19 14:12:39 1993 Ian Lance Taylor ([email protected]) |
6668 | ||
6669 | * configure.in (mips*-sgi-irix5*): New target. Use mipsb-elf32. | |
6670 | * emulparams/elf32mipsb.sh (DATA_ADDR): Define. | |
6671 | (OTHER_READONLY_SECTIONS): Define for .reginfo. | |
6672 | (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK. | |
6673 | * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating. | |
6674 | Move OTHER_READONLY_SECTIONS after all the other readonly | |
6675 | sections. Don't use DATA_ADDR twice. | |
6676 | ||
6677 | * ldmain.c (enter_file_symbols): Removed duplicate tests of p. If | |
6678 | p is in a common section, make sure the BFD has a section of that | |
6679 | name. | |
6680 | ||
6681 | * ldlang.c (lang_common): Add newline to error message. | |
6682 | ||
6683 | Thu Nov 11 15:54:41 1993 Stan Shebs ([email protected]) | |
6684 | ||
6685 | * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a | |
6686 | Lynx-specific script instead of m68kcoff. | |
6687 | (OUTPUT_FORMAT): Define as "coff-m68k-lynx". | |
6688 | (ENTRY): Define as __main. | |
6689 | (TEXT_START_ADDR): Define as 0. | |
6690 | (PAGE_SIZE): Define as 0x1000. | |
6691 | * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment. | |
6692 | * scripttempl/m68klynx.sc: New file. | |
6693 | ||
6694 | Mon Nov 8 12:00:16 1993 Ian Lance Taylor ([email protected]) | |
6695 | ||
6696 | * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3 | |
6697 | arguments rather than treating them as emulation names. | |
6698 | ||
b11b3ace DHW |
6699 | Fri Nov 5 09:02:52 1993 D. V. Henkel-Wallace ([email protected]) |
6700 | ||
6701 | * configure.in: Support x86 unixware and netware plus generic netware. | |
6702 | ||
2ccb88c0 DM |
6703 | Fri Nov 5 21:47:55 1993 David J. Mackenzie ([email protected]) |
6704 | ||
8c811b9d | 6705 | * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): |
2ccb88c0 DM |
6706 | Correct values (?). |
6707 | ||
3c1af24d KR |
6708 | Wed Nov 3 15:10:15 1993 Ken Raeburn ([email protected]) |
6709 | ||
6710 | * Makefile.in (distclean): Don't delete dvi or info files. | |
4ecfad79 | 6711 | (ld.info): Update dependency list. |
2ccb88c0 | 6712 | (ld.dvi): Ditto. Extend TEXINPUTS to get bfdsumm.texi. |
3c1af24d | 6713 | |
3c292c5a DM |
6714 | Wed Nov 3 12:07:39 1993 David J. Mackenzie ([email protected]) |
6715 | ||
6716 | * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT. | |
6717 | Set output_filename instead of creating a new node. | |
6718 | (open_output): Don't set output_filename. | |
6719 | (lang_final): Create the new node here. | |
6720 | * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT. | |
6721 | ||
97fbbaca JL |
6722 | Tue Nov 2 15:45:51 1993 Jeffrey A. Law ([email protected]) |
6723 | ||
f1f6b5e9 JL |
6724 | From Pete Hoogenboom ([email protected]): |
6725 | ||
6726 | * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext, | |
6727 | edata, _edata, end): Add definitions of these symbols. | |
6728 | (__end): Remove definition of this symbol. | |
6729 | (__data_start): Move definition of this symbol. | |
6730 | ||
5f62613e JL |
6731 | * emultempl/hppaosf.em: Various fixes and support for linker stub |
6732 | generation. | |
6733 | (hppaosf_finish, hppaosf_search_for_padding_statements, | |
6734 | hppaosf_create_output_section_statements): New functions in | |
6735 | support of linker stub generation. | |
6736 | (ld_hppaosf_emulation): Redefine to include new | |
6737 | emulation-specific routines. | |
6738 | ||
97fbbaca JL |
6739 | * ldlang.c (lang_process): Re-enable last call lang_size_sections. |
6740 | Pass abs_output_section rather than NULL to avoid invalidating | |
6741 | absolute symbols. | |
6742 | ||
6743 | Thu Oct 28 21:16:42 1993 David J. Mackenzie ([email protected]) | |
6744 | ||
6745 | * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o. | |
6746 | (em_i386mach.c): New rule. | |
6747 | * configure.in (i[34]86-*-mach*): New case. | |
6748 | * config/i386-mach.mt: New file. | |
6749 | * emulparams/i386mach.sh: New file. | |
6750 | ||
c3b34cfd ILT |
6751 | Fri Oct 29 14:55:05 1993 Ian Lance Taylor ([email protected]) |
6752 | ||
6753 | * ld.h (flag_is_*): Removed macros. | |
6754 | * ldmain.c (enter_global_ref), ldsym.c (write_file_locals): | |
6755 | Consistently check the BFD symbol flags directly, rather than | |
6756 | using file_is_* macros. | |
6757 | ||
7b95fe96 SS |
6758 | Thu Oct 28 19:08:42 1993 Stan Shebs ([email protected]) |
6759 | ||
6760 | * configure.in (sparc*-*-lynxos*): New target. | |
6761 | * Makefile.in: Add rule for em_sparclynx.c. | |
6762 | (ALL_EMULATIONS): Add Lynx emulations. | |
6763 | * config/sparc-lynx.mt: New file. | |
6764 | * emulparams/sparclynx.sh: New file. | |
6765 | * scripttempl/sparccoff.sc: New file. | |
6766 | ||
d17eb3db ILT |
6767 | Thu Oct 28 13:50:25 1993 Ian Lance Taylor ([email protected]) |
6768 | ||
6769 | * Makefile.in: Add dependency for $(EMULATION_OFILES). | |
6770 | ||
db4b5ad0 ILT |
6771 | Mon Oct 25 16:09:24 1993 Ian Lance Taylor ([email protected]) |
6772 | ||
6773 | * relax.c (write_relax): Check return value of bfd_seclet_link. | |
6774 | ||
2fe6619e KR |
6775 | Mon Oct 25 09:31:21 1993 Ken Raeburn ([email protected]) |
6776 | ||
6777 | * ldlang.c (delete_output_file_on_failure): New variable. | |
6778 | (open_output): Set it after bfd open succeeds. | |
6779 | * ldmisc.c (vfinfo): Test it. | |
6780 | ||
6781 | Changes from Peter Hoogenboom, [email protected]: | |
6782 | ||
6783 | * ldsym.c (write_file_locals): Set the BSF_FILE flag for object | |
6784 | symbols. | |
6785 | ||
6786 | * ldemul.c: Support was added to allow emulation-specific | |
6787 | processing to occur. This support was added primarily for linker | |
6788 | stub generation in the elf32-hppa gld. | |
6789 | (ldemul_finish, ldemul_create_output_section_statements): New | |
6790 | functions. | |
6791 | * ldemul.h: Support was added to allow emulation-specific | |
6792 | processing to occur. (As described above.) Added finish and | |
6793 | create_output_section_statements fields to | |
6794 | ld_emulation_xfer_struct structure. | |
6795 | * ldlang.c: Add calls to emulation-specific routines. | |
6796 | (lang_process): Add call to | |
6797 | ldemul_create_output_section_statements function. | |
6798 | (lang_process): Add call to a emulation-specific routine (and | |
6799 | some processing after the call). | |
6800 | ||
6801 | Fri Oct 22 20:54:13 1993 david d `zoo' zuhn ([email protected]) | |
6802 | ||
6803 | * configure.in: mips*- instead of mips-, mips*el changes | |
6804 | ||
1c4b3cda ILT |
6805 | Tue Oct 19 15:46:28 1993 Ian Lance Taylor ([email protected]) |
6806 | ||
6807 | * configure.in (alpha-*-osf*): New target; use alpha.mt. | |
6808 | * Makefile.in (ALL_EMULATIONS): Added em_alpha.o. | |
6809 | (em_alpha.c): New target; use alpha.sh and alpha.sc. | |
6810 | * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define. | |
6811 | * config/alpha.mt: New file. | |
6812 | * emulparams/alpha.sh: New file. | |
6813 | * scripttempl/alpha.sc: New file. | |
6814 | ||
6815 | Fri Oct 15 02:20:04 1993 Doug Evans ([email protected]) | |
6816 | ||
6817 | * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle | |
6818 | types of different sizes (eg: 64 and 32 bits), so coerce. | |
6819 | * ld.h (ALIGN_N): Add warning about usage. | |
6820 | ||
98b5caad ILT |
6821 | Wed Oct 13 16:02:39 1993 Ian Lance Taylor ([email protected]) |
6822 | ||
6823 | * ldmain.c (enter_global_ref): Just ignore any weak symbol for | |
6824 | which we already have a definition, rather than checking in | |
6825 | several different places whether the symbol is weak. | |
6826 | ||
a71da760 ILT |
6827 | Tue Oct 12 17:30:51 1993 Ian Lance Taylor ([email protected]) |
6828 | ||
6829 | * configure.in (mips-*-elf*): New target; use mipsb-elf32. | |
6830 | * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and | |
6831 | OTHER_READWRITE_SECTIONS if relocating. Shell variables are not | |
6832 | expanded within them. | |
6833 | * config/mipsb-elf32.mt: New file. | |
6834 | * emulparams/elf32mipb.sh: New file. | |
6835 | * Makefile.in (em_elf32mipb.c): New target. | |
6836 | ||
a4aeaacf RS |
6837 | Thu Sep 30 17:00:36 1993 Rob Savoye ([email protected]) |
6838 | ||
a4aeaacf RS |
6839 | * ldgram.y: In input_list, change lang_input_file_is_file_enum to |
6840 | lang_input_file_is_search_file_enum so objects brought in using | |
6841 | INPUT() do a path lookup. | |
6842 | ||
6843 | Tue Sep 28 13:31:23 1993 Stan Shebs ([email protected]) | |
6844 | ||
6845 | * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx | |
6846 | instead of {i386,m68k}-coff. | |
6847 | * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets. | |
6848 | * config/i386-lynx.mt: New file. | |
6849 | * config/m68k-lynx.mt: New file. | |
6850 | * emulparams/i386lynx.sh: New file. | |
6851 | * emulparams/m68klynx.sh: New file. | |
6852 | ||
6853 | * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY}, | |
6854 | but defaulting to _start. | |
6855 | ||
6856 | * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h, | |
6857 | ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with | |
6858 | LynxOS libc. | |
6859 | ||
6860 | Thu Sep 23 14:51:03 1993 Ian Lance Taylor ([email protected]) | |
6861 | ||
6862 | * config/solaris2.mh: New file. Define HOSTING_CRT0 and | |
6863 | HOSTING_LIBS for testing. | |
6864 | ||
9a467cb2 ILT |
6865 | Fri Sep 17 17:52:24 1993 Ian Lance Taylor ([email protected]) |
6866 | ||
6867 | Finish up support for i386-sysv4 (without shared libraries): | |
6868 | * ld.h (flag_is_weak): Define. | |
6869 | * ldlang.c (print_symbol): Mention whether symbol is weak. | |
6870 | (print_input_section): Print weak symbols as globals. | |
6871 | * ldmain.c (refize): Do not zero out BSF_WEAK flag. | |
6872 | (enter_global_ref): Do not warn if a weak symbol redefines a | |
6873 | global symbol. Do not let a weak symbol redefine a common symbol. | |
6874 | (enter_file_symbols): Treat weak symbols as global symbols. | |
6875 | (subfile_wanted_p): Do not pull in an object file from a archive | |
6876 | just to resolve an undefined weak symbol. | |
6877 | * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal | |
6878 | error; the error might be that malloc has run out of space. | |
6879 | * ldsym.c (write_file_locals): Treat weak symbols as global. | |
6880 | * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets; | |
6881 | use i386-elf. | |
6882 | * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib. | |
6883 | * config/i386-elf.mt: New file; set EMUL to elf_i386. | |
6884 | * emulparams/elf_i386.sh: New file. | |
6885 | * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0). | |
6886 | * Makefile.in (NATIVE_LIB_DIRS): Define to be empty. | |
6887 | (ALL_EMULATIONS): Add em_elf_i386.o. | |
6888 | (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument. | |
6889 | (em_elf_i386.c): New target, like other em_*.c targets. | |
6890 | ($(LD_PROG)): Pass $(CFLAGS) to $(CC). | |
6891 | * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument. If | |
6892 | nonempty, and configured for native, add it to LIB_PATH. | |
6893 | ||
4f6d6db9 SS |
6894 | Fri Sep 17 13:07:39 1993 Stan Shebs ([email protected]) |
6895 | ||
6896 | * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}: | |
6897 | Added statements to pass stab and stabstr sections through and | |
6898 | mark them as NOLOAD, which makes GDB happier. | |
6899 | ||
6900 | Wed Sep 15 16:02:29 1993 Stan Shebs ([email protected]) | |
6901 | ||
6902 | * configure.in: Accept m68k-lynx-lynxos config. | |
6903 | ||
6904 | * Makefile.in: Use $(SHELL) to run genscripts.sh. | |
6905 | ||
1bff7c38 DE |
6906 | Sun Sep 12 16:04:40 1993 Doug Evans ([email protected]) |
6907 | ||
4f6d6db9 SS |
6908 | * config/coff-h8300.mt: Add EMUL=h8300h. |
6909 | ||
1bff7c38 DE |
6910 | * ldmain.c (main): Call set_scripts_dir after argv has been processed. |
6911 | ||
8a6665ae JW |
6912 | Fri Sep 10 09:36:29 1993 Jeffrey Wheat ([email protected]) |
6913 | ||
8c811b9d | 6914 | * Makefile.in: Changed CXX back to g++. |
8a6665ae | 6915 | |
3a9149a7 JW |
6916 | Fri Sep 10 09:34:29 1993 Jeffrey Wheat ([email protected]) |
6917 | ||
6918 | * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule. | |
6919 | ||
cbb5c2d1 DM |
6920 | Fri Sep 10 07:26:57 1993 David J. Mackenzie ([email protected]) |
6921 | ||
6922 | * Makefile.in (TAGS): Use shell wildcards. | |
6923 | ||
959eba20 JO |
6924 | Tue Sep 7 18:04:54 1993 Jeffrey Osier ([email protected]) |
6925 | ||
6926 | * Makefile.in: add TEXINPUTS variable and use it in ld.dvi target | |
6927 | ||
a0a55af6 | 6928 | Fri Sep 3 16:46:41 1993 Roland H. Pesch ([email protected]) |
c1074477 | 6929 | |
a0a55af6 RP |
6930 | * ld.texinfo: re-enable included config file; conditionalize doc |
6931 | for -oformat to interact properly with SingleFormat doc config | |
6932 | var; rename @up/@down to @raisesections/@lowersections. | |
c1074477 DE |
6933 | |
6934 | Wed Aug 25 16:29:56 1993 K. Richard Pixley ([email protected]) | |
6935 | ||
6936 | * configure.in: recognize m88110. | |
6937 | ||
4346166b KR |
6938 | Tue Aug 24 18:49:40 1993 Ken Raeburn ([email protected]) |
6939 | ||
6940 | From Peter Hoogenboom <[email protected]>: | |
6941 | * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA | |
6942 | ELF emulation is "elf32-hppa" not "elf-big". | |
6943 | (hppaosf_before_parse): Remove unneeded processing of environment | |
6944 | variables. | |
6945 | * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in | |
6946 | .text segment of output file. | |
6947 | * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa. | |
6948 | ||
b98bd3db RP |
6949 | Tue Aug 24 16:17:00 1993 K. Richard Pixley ([email protected]) |
6950 | ||
95a2b9d2 RP |
6951 | * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no |
6952 | longer in bfd.h. | |
6953 | ||
6954 | * ldlang.c, ld.h: updated copyright. | |
b98bd3db | 6955 | |
ddddcdf0 ILT |
6956 | Tue Aug 17 15:22:03 1993 Ian Lance Taylor ([email protected]) |
6957 | ||
6958 | * ldlang.c (open_output, lang_check): Check return value of | |
6959 | bfd_set_arch_mach. | |
6960 | ||
ea1c0ad2 SC |
6961 | Tue Aug 17 07:02:19 1993 Steve Chamberlain ([email protected]) |
6962 | ||
6963 | * scripttempl/h8500.sc: Start all sections in a different segment. | |
6964 | * scripttempl/z8ksim.sc: Handle constructors | |
6965 | ||
ea1c0ad2 SC |
6966 | Thu Aug 12 16:05:37 1993 Jeffrey Wheat ([email protected]) |
6967 | ||
6968 | * Makefile.in: revert earlier changes back to execute runtest | |
6969 | with make check. cdtest and bootstrap now function as they | |
6970 | did within the Makefile. | |
6971 | ||
6972 | Thu Aug 12 10:20:05 1993 David J. Mackenzie ([email protected]) | |
6973 | ||
6974 | * Makefile.in: Update dependencies. | |
6975 | ||
6976 | * configure.in: Set EMULATION_OFILES in Makefile based on | |
6977 | --with-targets option. | |
6978 | ||
d301e438 JW |
6979 | Thu Aug 12 08:52:29 1993 Jeffrey Wheat ([email protected]) |
6980 | ||
6981 | * Makefile.in: check targets reimplemented to old way. | |
6982 | ||
75fe5471 ILT |
6983 | Wed Aug 11 08:26:11 1993 Ian Lance Taylor ([email protected]) |
6984 | ||
d62026ad ILT |
6985 | * config/i386v.mh, config/irix4.mh: Use gcc |
6986 | -print-libgcc-file-name rather than $(libdir)/libgcc.a. | |
75fe5471 ILT |
6987 | * config/i386sco.mh: New file; copy of i386v.mh to correspond to |
6988 | bfd/configure.host change. | |
6989 | ||
6990 | Mon Aug 9 14:25:35 1993 Ken Raeburn ([email protected]) | |
6991 | ||
6992 | * scripttempl/elf.sc: Handle .line and .debug* sections. | |
6993 | ||
6994 | * ldlex.l: Use bfd_scan_vma, not strtoul. | |
6995 | ||
31f55aa5 DM |
6996 | Fri Aug 6 08:57:39 1993 David J. Mackenzie ([email protected]) |
6997 | ||
6998 | * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c: | |
6999 | Remove inital caps in some error messages, change "can't" to | |
7000 | "cannot", add missing colons. | |
7001 | * ldmisc.c (vfinfo): Print "%%" as a single %. | |
7002 | For '%' followed by unrecognized character, print them both | |
7003 | verbatim instead of expecting a char * arg. | |
7004 | For '%C', don't put the function name in parens. | |
7005 | ||
7006 | * ldexp.c (invalid): Pass "%%", not "% ". | |
7007 | ||
33536304 ILT |
7008 | Fri Aug 6 14:31:22 1993 Ian Lance Taylor ([email protected]) |
7009 | ||
7010 | * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss. | |
7011 | (BSS_VAR): Removed; now always define _fbss. | |
7012 | * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR): | |
7013 | Removed. | |
7014 | ||
7015 | Thu Aug 5 15:55:19 1993 david d `zoo' zuhn ([email protected]) | |
7016 | ||
7017 | * configure.in: z8k-coff is the same as z8k-sim | |
7018 | ||
7c6a9e79 JW |
7019 | Wed Aug 4 21:00:18 1993 Jeffrey Wheat ([email protected]) |
7020 | ||
7021 | * testsuite/lib/ld.exp: new file | |
7022 | * testsuite/config/unix-ld.exp: new file | |
7023 | * testsuite/ld.bootstrap/bootstrap.exp: new file | |
7024 | * Makefile.in: add dejagnu support for make check | |
7025 | ||
8bf66be8 DM |
7026 | Wed Aug 4 17:52:32 1993 David J. Mackenzie ([email protected]) |
7027 | ||
7028 | * ldlex.l (comment): Add missing newline in message. | |
7029 | * ldindr.c (add_indirect): Ditto. | |
7030 | * ldexp.c (exp_fold_tree): Ditto. | |
7031 | ||
2a28d8b0 DM |
7032 | Tue Aug 3 10:57:41 1993 David J. Mackenzie ([email protected]) |
7033 | ||
7034 | * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons | |
7035 | into externs. | |
7036 | ||
7037 | * ldmisc.c (multiple_warn): New function. | |
7038 | * ldmisc.h: Declare it. | |
7039 | * ldmain.c (enter_global_ref): Call it. | |
7040 | * ld.h (ld_config_type): Add warn_common. | |
7041 | * ldlex.l, ldgram.y: Set it with -warn-common option. | |
7042 | * ldver.c (help): Document it. | |
7043 | ||
94f9d427 KR |
7044 | Mon Aug 2 12:04:36 1993 Ken Raeburn ([email protected]) |
7045 | ||
7046 | * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and | |
7047 | target-specific sections, and for changing data section vma. | |
7048 | ||
6b93d764 KR |
7049 | Mon Jul 26 14:00:02 1993 Ken Raeburn ([email protected]) |
7050 | ||
7051 | * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New | |
7052 | terminals, for Solaris. | |
7053 | (dirlist_ptr): New static variable. | |
7054 | (command_line_option): Accept new options. | |
7055 | ||
7056 | * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and | |
7057 | "-YP,...". | |
7058 | ||
7059 | * config/sun4sol2.mt: Pass emulation name without ".sh". | |
7060 | ||
94f9d427 KR |
7061 | * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c. |
7062 | * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly. | |
7063 | ||
6b93d764 KR |
7064 | Fri Jul 23 13:51:09 1993 Ken Raeburn ([email protected]) |
7065 | ||
7066 | * scripttempl/elf.sc: Add support for .init, .fini, .ctors, | |
7067 | .dtors, .data1, .rodata1 sections, instead of combining them into | |
7068 | other sections. For `-r', set all section start addresses to | |
7069 | zero. | |
7070 | ||
7071 | * emulparams/elf32-sparc.sh (TEXT_START_ADDR, | |
7072 | NONPAGED_TEXT_START_ADDR): Value should be 0x10100. | |
7073 | (MAXPAGESIZE): Renamed from PAGE_SIZE. | |
7074 | ||
a6152e39 DM |
7075 | Wed Jul 21 14:28:42 1993 David J. Mackenzie ([email protected]) |
7076 | ||
d59e5a47 DM |
7077 | * genscripts.sh: If this is the default emulation, set |
7078 | COMPILE_IN. | |
7079 | * emultempl/*.em: Use it to determine whether to compile in the | |
7080 | scripts. | |
7081 | ||
a6152e39 DM |
7082 | * Makefile.in (GENSCRIPTS): Pass the default emulation name to |
7083 | genscripts.sh. Pass the current emulation name without ".sh" on | |
7084 | the end. | |
7085 | * genscripts.sh: Take an default emulation arg. | |
d59e5a47 | 7086 | Use the current emulation name as EMULATION_NAME. |
a6152e39 DM |
7087 | Make default lib path for cross-compiling ':', not null. |
7088 | * emulparams/*.sh: Don't set EMULATION_NAME. | |
7089 | * ldemul.c (ldemul_get_script): Take isfile arg. | |
7090 | Pass it to emulation's get_script function. | |
7091 | * ldemul.h: Adjust get_script prototypes. | |
7092 | * ldfile.c (ldfile_find_command_file): Renamed from find_a_name. | |
7093 | No longer static. | |
7094 | * ldfile.h: Declare it. | |
7095 | * ldgram.y: Accept a script on the command line again, | |
7096 | for parsing compiled-in scripts. | |
7097 | * ldmain.c (main): If ld script is a file, parse it as a -T | |
7098 | option, otherwise parse it directly. | |
7099 | * emultempl/*.em (*get_script): Return the scripts themselves if | |
7100 | this is the default emulation; otherwise return their file names. | |
18d9a9c5 | 7101 | * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of |
a6152e39 DM |
7102 | generic.em. |
7103 | * emulparams/m88kbcs.sh: Use it. | |
7104 | ||
18d9a9c5 | 7105 | * ld.h (ld_config_type::unix_relocate): Remove unused element. |
a6152e39 | 7106 | |
0750b974 KR |
7107 | Tue Jul 20 12:01:49 1993 Ken Raeburn ([email protected]) |
7108 | ||
7109 | * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which | |
7110 | there's no change log entry yet, tsk tsk) from the list of | |
7111 | emulations compiled in until Mark gets around to checking in | |
7112 | emulparams/i386linux.sh. | |
820c446c KR |
7113 | (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is |
7114 | changed, this file gets updated. | |
0750b974 | 7115 | |
fe619ced ILT |
7116 | Fri Jul 16 14:14:32 1993 Ian Lance Taylor ([email protected]) |
7117 | ||
7118 | * ldgram.y (OPTION_Lfile): New token. | |
7119 | (command_line_option): Accept OPTION_L NAME (whitespace after -L). | |
7120 | * ldlex.l (<COMMAND>): Accept -L without FILENAME. | |
7121 | ||
dd8ca662 DE |
7122 | Fri Jul 16 13:44:26 1993 Doug Evans ([email protected]) |
7123 | ||
7124 | * configure.in: h8/300h support needs own .mt file. | |
7125 | config/coff-h8300h.mt: New file. | |
7126 | ||
922018a1 DM |
7127 | Thu Jul 15 12:44:35 1993 David J. Mackenzie ([email protected]) |
7128 | ||
7129 | * ldmain.c: Don't include sys/stat.h; it already got included | |
7130 | somewhere along the way. | |
7131 | ||
4ab3a31f DE |
7132 | Thu Jul 15 14:43:34 1993 Doug Evans ([email protected]) |
7133 | ||
7134 | * Makefile.in: Add h8300h support. | |
dd8ca662 DE |
7135 | emulparams/h8300h.sh: New file. |
7136 | scripttempl/h8300h.sc: New file. | |
4ab3a31f | 7137 | |
bbd2521f DM |
7138 | Thu Jul 15 12:44:35 1993 David J. Mackenzie ([email protected]) |
7139 | ||
7140 | * ldfile.c (ldfile_open_file): In error message, use the name the | |
7141 | user gave (e.g., "-lc"), rather than the base file name. | |
7142 | ||
7143 | * ldexp.c (exp_fold_tree): Don't assign an int to an enum. | |
7144 | ||
7145 | * ldmain.[ch]: Remove initial Q_ from function names. | |
7146 | * ldexp.c, ldindr.c, ldlang.c: Change callers. | |
7147 | ||
7148 | * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries. | |
7149 | ||
7150 | * ldlang.c (lang_process): Move loading of default script from | |
7151 | here to main. Add a "/" to start of script name to prevent | |
7152 | finding it in "." first. | |
7153 | ||
7154 | * ldmain.c (set_scripts_dir): Don't look in "." first. | |
7155 | ||
7156 | * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var | |
8c811b9d | 7157 | option_longmap. |
bbd2521f | 7158 | |
9edc5b2e ILT |
7159 | Thu Jul 15 10:55:59 1993 Ian Lance Taylor ([email protected]) |
7160 | ||
7161 | * Makefile.in (em_m88kbcs.c): Correct dependency. | |
b0955bc9 ILT |
7162 | * scripttempl/m88kbcs.sc: It's ARCH, not arch. Removed TARGET |
7163 | statement. Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}. | |
7164 | * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs. | |
9edc5b2e | 7165 | |
cffdcde9 DM |
7166 | Wed Jul 14 21:42:53 1993 David J. Mackenzie ([email protected]) |
7167 | ||
7168 | * ldfile.c (ldlang_open_file, ldfile_open_command_file), | |
7169 | main.c (main): Print the errno string in the error message. | |
7170 | ||
ac2c0ee7 DE |
7171 | Tue Jul 13 20:00:30 1993 Doug Evans ([email protected]) |
7172 | ||
7173 | * configure.in: Accept h8300h for target cpu. | |
7174 | ||
7175 | * ldmisc.c (vfinfo): Have demangle remove leading underscore if | |
7176 | present (demangle is smart enough to know whether to do it or not). | |
7177 | ||
d723cd17 DM |
7178 | Mon Jul 12 11:45:48 1993 David J. Mackenzie ([email protected]) |
7179 | ||
f4208462 DM |
7180 | * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for |
7181 | ldscripts, as well as <ld bin dir> and SCRIPTDIR. | |
7182 | ||
d723cd17 DM |
7183 | * ldlang.c (lang_process): Use sizeof instead of magic constant. |
7184 | ||
7185 | * ldmain.c (get_emulation, check_for_scripts_dir, | |
7186 | set_scripts_dir): New functions. | |
7187 | (main): Call them. | |
7188 | ||
e7affb09 KR |
7189 | Mon Jul 12 10:57:03 1993 Ken Raeburn ([email protected]) |
7190 | ||
7191 | * scripttempl/elf.sc: Include .init, .fini, .rodata sections. | |
7192 | Create symbol "end" instead of "__end". Comment out some parts | |
7193 | that may not be needed (yet) for elf. | |
7194 | ||
7195 | * configure.in: Accept sparc-elf and sparc-solaris2 configs. | |
7196 | ||
3cb61417 KR |
7197 | Thu Jul 8 15:33:32 1993 Ken Raeburn ([email protected]) |
7198 | ||
7199 | * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS). | |
7200 | ||
7201 | * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro | |
7202 | when no prototype is being supplied. | |
7203 | (ldmalloc, ldrealloc): Size argument is now size_t. | |
7204 | ||
7205 | * ldmisc.c (finfo): New function, accepts FILE* argument. | |
7206 | (vfinfo, case 'v'): New format character; displays bfd_vma in hex | |
7207 | without leading zeros. | |
7208 | (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a | |
7209 | bfd_vma value, instead of fprintf(%x) which won't hold a long long | |
7210 | value. | |
7211 | (concat, buystring): String lengths are size_t. | |
7212 | (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t. | |
7213 | ||
7214 | * ldlang.c (new_statement): Size argument is now size_t. Added | |
7215 | forward declaration with prototype. | |
7216 | ||
de87cdb4 DM |
7217 | Thu Jul 8 10:53:47 1993 David J. Mackenzie ([email protected]) |
7218 | ||
7219 | * ldgram.y (OPTION_v): Don't turn on verbose output. | |
7220 | ||
49bfda2c KR |
7221 | Wed Jul 7 17:10:45 1993 Ken Raeburn ([email protected]) |
7222 | ||
3cb61417 KR |
7223 | * ldlex.l: Get rid of local typedef for bfd_vma! Get it from |
7224 | bfd.h instead. | |
49bfda2c | 7225 | |
e357065c ILT |
7226 | Wed Jul 7 11:33:12 1993 Ian Lance Taylor ([email protected]) |
7227 | ||
7228 | * Makefile.in (install): Don't install as $(tooldir)/bin/gld; | |
7229 | collect2 doesn't look for gld any more anyhow. | |
7230 | ||
55636aa7 ILT |
7231 | Mon Jul 5 14:29:48 1993 Ian Lance Taylor ([email protected]) |
7232 | ||
7233 | * ldlang.c (lang_relocate_globals): Skip indirect symbols, which | |
7234 | now have a non NULL srefs_chain. | |
7235 | ||
7236 | * config/hp300hpux.mt: Use emulation hp3hpux rather than | |
7237 | hp300hpux, since the latter does not exist. | |
7238 | ||
ff76a7db DM |
7239 | Fri Jul 2 18:06:05 1993 David J. Mackenzie ([email protected]) |
7240 | ||
7241 | * genscripts.sh: Put the scripts in the ldscripts directory, not | |
8c811b9d | 7242 | emulations. |
ff76a7db DM |
7243 | * configure.in (ldscripts): Make, instead of emulations. |
7244 | * Makefile.in (scriptdir): Take off the "ld" part. | |
7245 | (install, clean, distclean): Use ldscripts, not emulations. | |
a04f1d00 | 7246 | In tests, don't pass -Lemulations. |
ff76a7db DM |
7247 | Don't pass tooldir/lib to genscripts.sh. |
7248 | * genscripts.sh: Don't take tooldir/lib arg. | |
7249 | * ldlang.c (lang_process): Add "ldscripts/" to the name of the | |
7250 | default script file. | |
7251 | ||
7434d4e5 DE |
7252 | Fri Jul 2 17:13:35 1993 Doug Evans ([email protected]) |
7253 | ||
7254 | * scripttempl/h8300.sc: Add .tors section for constructor/destructors. | |
7255 | ||
7256 | Thu Jul 1 16:38:45 1993 Doug Evans ([email protected]) | |
7257 | ||
7258 | * config/coff-h8300.mt: EMUL=h8300hms -> h8300. | |
7259 | ||
559d7baf RP |
7260 | Wed Jun 30 15:45:55 1993 K. Richard Pixley ([email protected]) |
7261 | ||
1e787898 RP |
7262 | * Makefile.in (.y.c): skip default .y.c rules. gnu make can now |
7263 | run in parallel without colliding on yacc's static file names. | |
7264 | Without the stub rule, make will try to start two yacc's | |
7265 | concurrently which fails because of yacc's static file names. | |
559d7baf RP |
7266 | |
7267 | Tue Jun 29 12:20:36 1993 Ian Lance Taylor ([email protected]) | |
7268 | ||
7269 | * ldmain.c (subfile_wanted_p): Don't dump core if there are no | |
7270 | symbols. | |
7271 | ||
59fb874e DM |
7272 | Mon Jun 28 12:22:11 1993 David J. Mackenzie ([email protected]) |
7273 | ||
559d7baf RP |
7274 | * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's |
7275 | different from libdir. | |
7276 | ||
59fb874e DM |
7277 | * Makefile.in (scriptdir): Base on tooldir, not datadir. |
7278 | ||
bf065bfd DM |
7279 | Sat Jun 26 12:03:57 1993 David J. Mackenzie ([email protected]) |
7280 | ||
7281 | * ldver.c (help): New function. | |
7282 | * ldver.h: Declare it. | |
7283 | * ldlex.l, ldgram.y: Recognize new options --help and --version. | |
7284 | ||
304b747a KR |
7285 | Mon Jun 21 20:39:48 1993 Ken Raeburn ([email protected]) |
7286 | ||
7287 | * Makefile.in (INCLUDES): Don't need ../include any more. | |
7288 | ||
2b63dbfe DM |
7289 | Mon Jun 21 16:38:35 1993 David J. Mackenzie ([email protected]) |
7290 | ||
bf065bfd DM |
7291 | * ldlex.l, ldgram.y: Support new -oformat option. |
7292 | Remove attempt at supporting script fragments on the command line. | |
7293 | * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT. | |
7294 | * mri.c (mri_format), ldgram.y: Change callers. | |
7295 | * ldlang.h: Change prototype. | |
2b63dbfe | 7296 | |
e9b991c6 | 7297 | Thu Jun 17 16:53:56 1993 david d `zoo' zuhn ([email protected]) |
8c811b9d | 7298 | |
e9b991c6 DZ |
7299 | * Makefile.in: canonicalize install.sh; for use within |
7300 | this directory (and subdirs) | |
7301 | ||
565c93e9 DM |
7302 | Thu Jun 17 14:33:09 1993 David J. Mackenzie ([email protected]) |
7303 | ||
2de8edce DM |
7304 | * ldgram.y: Tweak grammar to make reporting of invalid options work. |
7305 | ||
565c93e9 DM |
7306 | * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc |
7307 | and .cc.o rule. | |
7308 | ||
8ddef552 DM |
7309 | Wed Jun 16 11:45:32 1993 David J. Mackenzie ([email protected]) |
7310 | ||
7311 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | |
7312 | It wasn't documented (or likely used) and wastes time. | |
7313 | (try_open): If EXTEN is empty, don't try it. | |
7314 | ||
7315 | * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c, | |
7316 | ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c, | |
7317 | ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls | |
7318 | with normal function declarations. | |
7319 | ||
7320 | * Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh. | |
7321 | Move *.sc-sh to scripttempl/*.sc. | |
7322 | * {emultempl,emulparams,scripttempl}/README: New files. | |
7323 | * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files | |
7324 | removed, replaced with generic.em. | |
7325 | * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from | |
7326 | h8[35]00hms.s[ch]. Change their contents to omit the "hms". | |
7327 | ||
7328 | * *.em (*_get_script): Return script name instead of script contents. | |
7329 | * ldlang.c (lang_process): Change caller. | |
7330 | ||
7331 | * ldlex.l, ldgram.y: Recognize -m option. | |
7332 | Check for input files after *all* options in grammar. | |
7333 | * ldmain.c (main): Check for -m options. Add default directory | |
7334 | for -m. | |
7335 | ||
7336 | * mkscript.c: File removed. | |
7337 | * genscripts.sh: Take two more parameters, tooldirlib and libdir, | |
7338 | to add to the default LIB_PATH. | |
7339 | Look for input files in the new subdirectories. | |
7340 | Create the scripts in emulations subdirectory and don't filter | |
7341 | them through mkscript. | |
7342 | * configure.in: Make the emulations subdirectory. | |
7343 | ||
7344 | * Makefile.in: Account for all of the above changes. | |
7345 | Remove unused .SUFFIXES. Get libgcc.a path with gcc | |
7346 | -print-libgcc-file-name instead of $(libdir)/libgcc.a. | |
7347 | Put CFLAGS last in the compilation rules. | |
7348 | Add -I../bfd to INCLUDES so sysdep.h is found. | |
7349 | ||
2a963f1a KR |
7350 | Tue Jun 15 23:04:46 1993 Ken Raeburn ([email protected]) |
7351 | ||
7352 | * Makefile.in (INCLUDES): Look in ../include, not ../bfd. | |
7353 | ||
7354 | * aout.sc-sh: Add SHLIB_PATH like STACKZERO. Make STACKZERO | |
7355 | dependent on RELOCATING, not RELOCATION. | |
7356 | * hp3hpux.sh (SHLIB_PATH): Define it. | |
7357 | ||
8ddef552 DM |
7358 | Mon Jun 14 19:06:15 1993 David J. Mackenzie ([email protected]) |
7359 | ||
7360 | * ldfile.c (try_open): If opening without the extension fails, | |
7361 | try with the extension even if -v or -V was given. | |
7362 | had_script is imported (from ldgram.y), not exported. | |
7363 | ||
c97b9003 DZ |
7364 | Mon Jun 14 16:26:10 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) |
7365 | ||
7366 | * Makefile.in: remove parentdir support, use INSTALL_XFORM | |
7367 | ||
7368 | Thu Jun 10 14:00:06 1993 Ian Lance Taylor ([email protected]) | |
7369 | ||
7370 | * ldexp.c (exp_fold_tree): Don't lose the old flag bits. | |
7371 | * ldgram.y (statement_list_opt): New nonterminal, either empty or | |
7372 | statement_list. | |
7373 | (section): Use statement_list_opt, not statement_list. | |
7374 | * m68kcoff.sc-sh: Gather constructors and destructors and define | |
7375 | __CTOR_LIST__ and __DTOR_LIST__ appropriately. | |
7376 | * sa29200.sc-sh: Gather constructors and destructors and define | |
7377 | ___CTOR_LIST__ and ___DTOR_LIST__ appropriately. | |
7378 | ||
7f2649bb PB |
7379 | Mon Jun 7 12:53:28 1993 Per Bothner ([email protected]) |
7380 | ||
7381 | * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. | |
7382 | * configure.in: No longer need to configure to get sysdep.h. | |
7383 | ||
91b3a2b6 DZ |
7384 | Fri Jun 4 16:18:24 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
7385 | ||
8c811b9d | 7386 | * Makefile.in: remove install:all and install-info:info |
7f2649bb PB |
7387 | dependencies (these cause some spurious rebuilds at 'make install' |
7388 | time) | |
91b3a2b6 | 7389 | |
559d1cff ILT |
7390 | Fri Jun 4 08:50:14 1993 Ian Lance Taylor ([email protected]) |
7391 | ||
98f3d1af ILT |
7392 | * configure.in (mips-idt-ecoffl*): New target; use mips-idtl. |
7393 | (mips-idt-ecoff*): Added trailing '*'. | |
7394 | * config/mips-idtl.mt: New file; use EMUL of mipsidtl. | |
7395 | * mipsidtl.sh: New file; like mipsidt.sh, but little endian. | |
7396 | * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o. | |
7397 | ||
559d1cff ILT |
7398 | * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and |
7399 | incorrect definitions. | |
7400 | ||
1cf91c69 PB |
7401 | Tue Jun 1 14:56:10 1993 Per Bothner ([email protected]) |
7402 | ||
7403 | * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR | |
7404 | symbols, unless stripping. | |
7405 | ||
63545898 ILT |
7406 | Tue May 25 15:34:25 1993 Ian Lance Taylor ([email protected]) |
7407 | ||
7408 | * Makefile.in: configure looks for ####, so remove lines with many | |
7409 | '#' characters. | |
7410 | * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 | |
7411 | and HOSTING_LIBS correctly so that ``make check'' will work. | |
7412 | ||
7413 | Thu May 20 13:56:16 1993 Per Bothner ([email protected]) | |
7414 | ||
7415 | * mips.sc-sh: Define _etext, _edata, and _end, in addition | |
7416 | to etext, edata, and end. Needed for IRIX 4.0.5F. | |
7417 | Patch from [email protected] (Michael Paddon). | |
7418 | ||
2a963f1a KR |
7419 | * Version 2.2.1 released. |
7420 | ||
5266c5ec KR |
7421 | Thu May 20 11:42:06 1993 Ken Raeburn ([email protected]) |
7422 | ||
7423 | * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh. | |
7424 | * mipsbsd.sh (EMULATION_NAME): Use new file name. | |
7425 | ||
7426 | Tue May 18 17:10:24 1993 Ken Raeburn ([email protected]) | |
7427 | ||
7428 | * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it | |
7429 | properly right now. | |
7430 | ||
7431 | * Version 2.2 released. | |
7432 | ||
7433 | Mon May 17 15:37:28 1993 Ken Raeburn ([email protected]) | |
7434 | ||
7435 | * ldver.c (ldversion): Bump version number to 2.2. | |
7436 | ||
bc3b479c PB |
7437 | Mon May 17 12:44:31 1993 Per Bothner ([email protected]) |
7438 | ||
7439 | * NEWS: New file. | |
7440 | ||
7441 | Fri May 14 11:26:24 1993 Ian Lance Taylor ([email protected]) | |
7442 | ||
7443 | * mips.sc-sh: Don't define BSS_VAR unless relocating. | |
7444 | ||
7445 | Wed May 12 13:33:29 1993 Ian Lance Taylor ([email protected]) | |
7446 | ||
7447 | * Makefile.in (mkscript.o, mkscript): Build mkscript via | |
7448 | mkscript.o, rather than directly from mkscript.c. | |
7449 | ||
b8fc168d KR |
7450 | Tue May 4 21:58:56 1993 Ken Raeburn ([email protected]) |
7451 | ||
7452 | * configure.in: Look for ${target_makefile_frag} relative to | |
7453 | ${srcdir}, not relative to build directory. | |
7454 | ||
7455 | * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files. | |
7456 | * configure.in: Recognize hppa*-hp-osf. | |
7457 | * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation. | |
7458 | (em_hppaosf.c): Build it. | |
bc3b479c | 7459 | * config/hppaosf.mh, hppaosf.mt: New files. |
b8fc168d KR |
7460 | |
7461 | * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with | |
7462 | some system header files. All uses changed. | |
7463 | ||
7464 | * configure.in: Recognize i386-aix configurations as i386-coff | |
7465 | targets. | |
7466 | ||
7467 | * configure.in: Recognize m68*-*-hpux. | |
7468 | * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output | |
7469 | the value of STACKZERO. | |
7470 | * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation. | |
7471 | (em_hp3hpux.c): Build it. | |
7472 | * hp3hpux.sh, config/hp300hpux.mt: New files. | |
7473 | ||
ef868186 ILT |
7474 | Tue May 4 12:37:35 1993 Ian Lance Taylor ([email protected]) |
7475 | ||
7476 | * mips.sc-sh: Put constructors in the .data section. | |
7477 | * Makefile.in (cdtest): Added dependency on ld.new. | |
7478 | ||
034351e3 PB |
7479 | Mon May 3 19:43:39 1993 Per Bothner ([email protected]) |
7480 | ||
7481 | * Makefile.in: Change definition of $(tooldir) to match FSF. | |
7482 | * vax.sh, config/vax.mt, configure.in, Makefile.in: | |
7483 | Support VAX Ultrix and BSD. | |
7484 | ||
7485 | Mon Apr 26 18:35:47 1993 Steve Chamberlain ([email protected]) | |
7486 | ||
7487 | * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH. | |
7488 | ||
7489 | Wed Apr 14 21:01:51 1993 John Gilmore ([email protected]) | |
7490 | ||
7491 | * ldlang.h (struct memory_region): Change `length' and | |
7492 | `old_length' fields to bfd_size_type. Eliminate use of bfd_offset. | |
7493 | * ldlang.c, mri.c: Corresponding changes, plus lint. | |
7494 | ||
7495 | Thu Apr 8 22:08:18 1993 Ian Lance Taylor ([email protected]) | |
7496 | ||
7497 | * configure.in: For all i386 targets, accept i486 as well. | |
7498 | ||
7499 | Mon Apr 5 17:33:39 1993 Ian Lance Taylor ([email protected]) | |
7500 | ||
7501 | * ldlang.c (wild_doit): Preserve all flags for a | |
7502 | SEC_SHARED_LIBRARY section. | |
7503 | (size_input_section): Consider any SEC_HAS_CONTENTS section when | |
7504 | computing largest_section. | |
7505 | ||
1b8a42f3 ILT |
7506 | Fri Apr 2 14:33:52 1993 Ian Lance Taylor ([email protected]) |
7507 | ||
7508 | * ldlang.c (lang_output_section_statement_lookup): Initialize all | |
7509 | fields of newly created structure. | |
7510 | ||
7511 | Wed Mar 31 18:19:15 1993 Ian Lance Taylor ([email protected]) | |
7512 | ||
7513 | * ldmain.c (g_switch_value): New variable. | |
7514 | * ldgram.y (OPTION_G, OPTION_Gval): New tokens. | |
7515 | (command_line_option): Accept -G and set g_switch_value. | |
7516 | * ldlex.l (COMMAND): Accept -G. | |
7517 | * ldlang.c (open_output): Call bfd_set_gp_size on new BFD. | |
7518 | ||
29f33467 SC |
7519 | Tue Mar 30 09:40:25 1993 Steve Chamberlain ([email protected]) |
7520 | ||
9fce28ed SC |
7521 | Support for linking and loading at different places: |
7522 | ||
7523 | * ldlex.l: Add "AT" keyword. | |
7524 | * ldgram.y: Cleanup, and parse AT. | |
7525 | * ldlang.c (print_output_section_statement): Print output address | |
7526 | of section in map. (lang_size_sections): Fill sections' lma with | |
7527 | load address. | |
7528 | * ldlang.h (lang_output_section_statement_type): Add load_base | |
7529 | information. | |
7530 | ||
29f33467 SC |
7531 | * ldindr.c (add_indirect): Keep more information in the alias |
7532 | symbol chain. | |
7533 | * ldlang.c (wild_doit): Don't inherit NEVER_LOAD section | |
7534 | attribute from an input section. | |
7535 | * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by | |
7536 | default. (Q_enter_file_symbos): Indirect symbols now are known by | |
7537 | their section, not a special symbol flag. | |
7538 | * ldsym.c (write_file_locals): Indirect symbols aren't local. | |
7539 | (write_file_globals): Write the mapping for an indirect symbol. | |
7540 | * relax.c (build_it): When forced to write a NEVER_LOAD section, | |
7541 | fill it with zeros. | |
7542 | ||
7543 | Tue Mar 23 13:24:10 1993 Jeffrey Osier ([email protected]) | |
7544 | ||
7545 | * ld.texinfo: changes for q1 | |
7546 | ||
f20e9842 DZ |
7547 | Tue Mar 23 00:13:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
7548 | ||
7549 | * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck | |
7550 | ||
7551 | Mon Mar 8 20:30:35 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7552 | ||
7553 | * Makefile.in: rename HOST_CC to CC_FOR_BUILD | |
7554 | ||
7555 | Thu Mar 4 12:44:33 1993 Ian Lance Taylor ([email protected]) | |
7556 | ||
7557 | * mips.sc-sh: Added variables which may be overridden by a | |
7558 | specific emulation. | |
7559 | * mipsidt.sh: New file; emulation for IDT MIPS board. | |
7560 | * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. | |
7561 | (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. | |
7562 | * config/mips-idt.mt: New file; sets EMUL to mipsidt. | |
7563 | * configure.in (mips-idt-ecoff): New target; uses mips-idt. | |
7564 | ||
e637dcf0 KR |
7565 | Sat Feb 27 00:00:14 1993 Ken Raeburn ([email protected]) |
7566 | ||
7567 | * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell, | |
7568 | [email protected]. | |
7569 | * i386bsd.sh, config/i386bsd.mt: New files. | |
7570 | * configure.in, Makefile.in: Added support for mipsbsd and 386bsd. | |
7571 | ||
26483cc6 PB |
7572 | Thu Feb 25 15:33:10 1993 Per Bothner ([email protected]) |
7573 | ||
e637dcf0 | 7574 | * mri.c: Add extern declaration of strdup. |
26483cc6 PB |
7575 | * ldsym.c (KEEP macro): Add spaces around '=' for the |
7576 | sake of old (e.g. PCC) compilers. | |
7577 | ||
05985c77 PB |
7578 | Wed Feb 24 19:49:31 1993 Per Bothner ([email protected]) |
7579 | ||
7580 | * ldver.c: Bump to version 2.1. | |
7581 | ||
067e2baa SC |
7582 | Fri Feb 12 08:09:11 1993 Steve Chamberlain ([email protected]) |
7583 | ||
7584 | * ldgram.y: allow section types without address expressions. | |
7585 | * ldlang.c (lang_relocate_globals): avoid possible hang with | |
7586 | undefined but unreferenced symbols. | |
7587 | * relax.c (relax_section): don't complain if the script file isn't | |
7588 | relaxable but -relax is set | |
7589 | ||
fb8ecc3d DZ |
7590 | Thu Feb 18 17:58:45 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
7591 | ||
7592 | * configure.in: go32 is the 3rd part of the triple, not the 2nd | |
7593 | ||
067e2baa SC |
7594 | Wed Feb 3 09:05:56 1993 Ian Lance Taylor ([email protected]) |
7595 | ||
7596 | * mipsbig.sh: New file. Big endian MIPS emulation. | |
7597 | * config/mips-big.mt: New file. Use mipsbig emulation. | |
7598 | * configure.in (mips-sgi-irix*): Use target mips-big. | |
7599 | * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o. | |
7600 | (em_mipsbig.c): New target. Uses mipsbig.sh. | |
7601 | ||
e193c31b ILT |
7602 | Tue Feb 2 11:32:27 1993 Ian Lance Taylor ([email protected]) |
7603 | ||
7604 | * mips.sc-sh: Put .scommon sections into .sbss section. | |
7605 | ||
7606 | * ldmain.c (subfile_wanted_p): Preserve section of common symbols, | |
7607 | rather than always putting them in bfd_com_section. | |
7608 | * ldlang.c (lang_common): If a common symbol is not in | |
7609 | bfd_com_section, put in a section of the same name, rather than | |
7610 | always putting it in section COMMON. | |
7611 | ||
8a3efe67 ILT |
7612 | Fri Jan 29 09:57:58 1993 Ian Lance Taylor ([email protected]) |
7613 | ||
f31cb329 ILT |
7614 | * ldmain.c (subfile_wanted_p): If we already have a common |
7615 | definition of a symbol, don't necessarily pull in an object file | |
7616 | that provides a non-common definition. | |
7617 | ||
8a3efe67 ILT |
7618 | * ldlex.l (COMMAND): Accept -EB and -EL command line arguments, |
7619 | returning OPTION_EB and OPTION_EL. gcc passes these to a MIPS | |
7620 | linker. | |
7621 | * ldgram.y (OPTION_EB, OPTION_EL): New tokens. | |
7622 | (command_line_option): Accept and ignore OPTION_EB and OPTION_EL. | |
7623 | ||
af6237a4 ILT |
7624 | Thu Jan 28 15:12:04 1993 Ian Lance Taylor ([email protected]) |
7625 | ||
7626 | * Makefile.in (install): Remove $(tooldir)/bin/gld before creating | |
7627 | the link to it. | |
7628 | ||
8a045e50 ILT |
7629 | Tue Jan 26 11:49:50 1993 Ian Lance Taylor ([email protected]) |
7630 | ||
7631 | * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than | |
7632 | checking for equality to bfd_com_section. | |
7633 | ||
42b5c739 ILT |
7634 | Fri Jan 22 14:22:44 1993 Ian Lance Taylor ([email protected]) |
7635 | ||
7636 | * mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF | |
7637 | targets, linker script. | |
7638 | * mipslit.sh: New file. Little endian MIPS emulation. | |
7639 | * config/mips-lit.mt: New file. Use mipslit emulation. | |
7640 | * configure.in (mips-dec-ultrix*): Use target mips-lit. | |
7641 | * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o. | |
7642 | (em_mipslit.c): New target. Uses mipslit.sh. | |
7643 | ||
7644 | Thu Jan 14 15:30:27 1993 Ian Lance Taylor ([email protected]) | |
7645 | ||
7646 | * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and | |
7647 | $(tooldir)/bin/gld, so that gcc can find it with or without | |
7648 | collect2. | |
7649 | ||
ac496d4f ILT |
7650 | Mon Jan 11 18:50:07 1993 Ian Lance Taylor ([email protected]) |
7651 | ||
7652 | * ldwrite.c: Removed perform_relocation, copy_and_relocate, and | |
7653 | write_norel. All linking is now done via write_relax. Call | |
7654 | ldsym_write before calling write_relax. | |
7655 | * relax.c: Added copyright. | |
7656 | (write_relax): Renamed from write_relaxnorel. Added relocateable | |
7657 | argument. seclet_dump renamed to bfd_seclet_link. | |
7658 | * relax.h: Added copyright. | |
7659 | ||
0550e9f4 SC |
7660 | Mon Jan 11 15:41:56 1993 Steve Chamberlain ([email protected]) |
7661 | ||
7662 | * ldmain.c (decode_library_subfile): Patch from | |
7663 | [email protected], don't reread library symbol tables. | |
7664 | ||
7665 | Fri Jan 8 18:04:33 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7666 | ||
7667 | * config/vxworks960.mt renamed to config/i960.mt | |
7668 | ||
7669 | * configure.in: sparc-aout emulates a sun4, as does | |
7670 | sparc*-vxworks, i960-nindy uses gld960 emulation | |
7671 | ||
dadd414a SC |
7672 | Fri Jan 8 14:39:07 1993 Steve Chamberlain ([email protected]) |
7673 | ||
7674 | Fix support for NOLOAD, add INCLUDE | |
7675 | * ldfile.c (ldfile_open_command_file): pass file name to | |
7676 | lex_push_file. | |
8c811b9d | 7677 | * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD |
dadd414a SC |
7678 | * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD |
7679 | attribute. | |
7680 | ||
7681 | Thu Jan 7 10:22:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7682 | ||
7683 | * Makefile.in, config.h: no more default emulation. Make the lack | |
7684 | of emulation a compile time error | |
7685 | ||
7686 | Wed Jan 6 01:08:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7687 | ||
7688 | * configure.in: recognise all sparclite variants, not just 'sparclite' | |
7689 | ||
a70947c1 ILT |
7690 | Mon Dec 28 11:15:35 1992 Ian Lance Taylor ([email protected]) |
7691 | ||
7692 | * m68kcoff.sc-sh: define _end as well as end, for consistency with | |
7693 | aout.sc-sh. | |
7694 | ||
7695 | * configure.in: accept *-ericsson-ose for any m68k CPU. | |
7696 | ||
7697 | * ldwrite.c (write_rel): don't always set SEC_HAS_CONTENTS flag | |
7698 | for each output section. | |
7699 | ||
086c5e37 PB |
7700 | Mon Dec 21 16:06:59 1992 Per Bothner ([email protected]) |
7701 | ||
7702 | * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new | |
7703 | macro bfd_asymbol_bfd as appropriate. | |
7704 | * Makefile.in: Un-duplicate ldlex.c dependency. | |
7705 | * condigure.in: Replace my_host case table by sourcing | |
7706 | ../bfd/configure.host. Allow std-host as the default. | |
7707 | * ldmisc.c: Change logic for C++ name demangling: There is | |
7708 | no initial '_' to remove from stab-derived function names. | |
7709 | ||
7710 | Sun Dec 13 16:31:26 1992 Steve Chamberlain ([email protected]) | |
7711 | ||
7712 | * ldlang.c (lang_init_script_file): don't attach the output file | |
7713 | sections to the script file. | |
7714 | ||
7715 | Wed Dec 9 08:38:05 1992 Steve Chamberlain ([email protected]) | |
7716 | * ldlang.c (wild): run expansion loop over command line bfd too. | |
7717 | (lang_ini_script_file): initialize more parts of the command line | |
7718 | bfd. | |
7719 | * ldlex.l: fix DEFINED start states. | |
8ddef552 | 7720 | |
85e38cfa SC |
7721 | Mon Dec 7 08:43:41 1992 Steve Chamberlain ([email protected]) |
7722 | -y support | |
7723 | * ld.texinfo: new doc. | |
7724 | * ldgram.y, ldlex.l: understand -y<symbol> | |
7725 | * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and | |
7726 | print info. (add_ysym): new function. | |
7727 | * ldsym.h: (ldsym_type): new define SYM_Y. | |
7728 | ||
e20873a7 JG |
7729 | Sat Nov 21 03:15:27 1992 John Gilmore ([email protected]) |
7730 | ||
7731 | * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, | |
7732 | ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h, | |
7733 | ldwrite.h, relax.h: Replace all uses of EXFUN and PROTO ansi-glue | |
7734 | macros with PARAMS. Recreational cleanup. Update copyrights. | |
7735 | ||
7736 | Tue Nov 10 00:23:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7737 | ||
7738 | * Makefile.in: pass down the bfd source directory for includes | |
7739 | ||
22292613 ILT |
7740 | Thu Nov 5 15:41:55 1992 Ian Lance Taylor ([email protected]) |
7741 | ||
7742 | * ldlang.c (lang_size_sections): don't change size and address for | |
7743 | SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD | |
7744 | sections. | |
7745 | ||
85c838d6 SC |
7746 | Thu Nov 5 11:33:57 1992 Steve Chamberlain ([email protected]) |
7747 | ||
7748 | * relax.c (build_it): re-enable the processing of data_statements | |
7749 | in scripts, makes counted contructor lists work again. | |
7750 | ||
6e94236a JG |
7751 | Thu Nov 5 05:43:01 1992 John Gilmore ([email protected]) |
7752 | ||
7753 | * ldemul.h: Remove uses of SDEF and PROTO macros (use PARAMS). | |
7754 | ||
7755 | Tue Oct 20 10:56:06 1992 Ian Lance Taylor ([email protected]) | |
7756 | ||
7757 | * m68kcoff.sc-sh: don't use initial underscores for etext, edata | |
7758 | and end. | |
7759 | ||
e9b63852 ILT |
7760 | Mon Oct 19 09:45:38 1992 Ian Lance Taylor ([email protected]) |
7761 | ||
7762 | * Support for i386-sysv. | |
7763 | configure.in: check for i386-*-sysv* and i386-*-sco*. | |
7764 | i386coff.sc-sh: rewrote to support SVR3 by default. | |
7765 | ldctor.c (find_constructors): preserve stat_ptr. | |
7766 | ldlang.c (wild_doit): initialize vma and size of new output | |
7767 | section to corresponding input section. This is required for | |
7768 | shared library support. | |
7769 | (lang_size_sections): don't modify vma and size of sections which | |
7770 | are never loaded (for shared libraries). | |
7771 | ldwrite.c (copy_and_relocate): copy the contents of any section | |
7772 | which has contents, not just sections which are loaded (for shared | |
7773 | libraries). | |
7774 | ||
ba2c2b1c SC |
7775 | Thu Oct 15 15:20:26 1992 Steve Chamberlain ([email protected]) |
7776 | ||
7777 | * ldlang.c (size_input_section): count the sizes of all sections | |
7778 | we allocate. | |
7779 | ||
a385b38f SC |
7780 | Thu Oct 8 09:05:25 1992 Steve Chamberlain ([email protected]) |
7781 | ||
8c811b9d | 7782 | * ldmisc.c (demangle,vfinfo): use the new underscore in bfd to |
a385b38f SC |
7783 | to demangle symbols better |
7784 | ||
81150d34 ILT |
7785 | Tue Oct 6 13:08:54 1992 Ian Lance Taylor ([email protected]) |
7786 | ||
7787 | * ldlang.c (lang_finish): don't warn if -e start symbol does not | |
7788 | exist when linking with -r. | |
7789 | ||
b5ddf942 ILT |
7790 | Mon Oct 5 14:07:37 1992 Ian Lance Taylor ([email protected]) |
7791 | ||
7792 | * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the | |
7793 | .bss segment. | |
7794 | ||
f3739bc3 SC |
7795 | Mon Oct 5 08:55:14 1992 Steve Chamberlain ([email protected]) |
7796 | ||
8c811b9d | 7797 | * ldmain.c (linear_library): don't even think about processing |
f3739bc3 SC |
7798 | an object file if it's already been done |
7799 | ||
7800 | Thu Oct 1 23:14:59 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7801 | ||
7802 | * configure.in: the hp9000/300 config file is now hp300 | |
7803 | ||
ac0832f3 SC |
7804 | Wed Sep 30 07:34:09 1992 Steve Chamberlain ([email protected]) |
7805 | ||
7806 | * config/z8ksim.mt: new file | |
7807 | ||
f3b36ecb KR |
7808 | Fri Sep 25 13:49:52 1992 Ken Raeburn ([email protected]) |
7809 | ||
7810 | * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o, | |
7811 | lexsup.o, mri.o, relax.o): Indicate dependence on ldgram.h. | |
7812 | ||
7813 | * ld.h (strip_symbols_type): Add value STRIP_SOME. | |
7814 | * ldgram.y (OPTION_RETAIN_SYMBOLS_FILE): New terminal token. | |
ac0832f3 | 7815 | * ldlang.c (lang_add_keepsyms_file): New function. |
f3b36ecb KR |
7816 | * ldlex.l: Handle "-retain-symbols-file". |
7817 | * ldsym.c (keepsyms_file, kept_syms): New vars. | |
7818 | (process_keepsyms): New functihon; reads file, marks symbols for | |
7819 | saving. | |
7820 | (write_file_locals): File symbols should always be kept. | |
7821 | (ldsym_write): Warn about "-retain-symbols-file" overriding "-S" | |
7822 | and "-s". Process retain-symbols file before setting symtab. | |
7823 | * ldsym.h (SYM_KEEP): New flag for ldsym_type flags. | |
7824 | (keepsyms_file, kept_syms): Declare them. | |
7825 | ||
7826 | * ldmain.c (main): Non-fatal errors should still cause non-zero | |
7827 | exit status even with -r. | |
7828 | ||
22a78f0d SC |
7829 | Fri Sep 25 11:08:01 1992 Steve Chamberlain ([email protected]) |
7830 | ||
7831 | Added initial support for the z8k | |
7832 | * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files | |
7833 | * configure.in, Makefile.in: modified to reflect above | |
7834 | ||
7835 | * ldlang.c (lang_check): when linking conflicting architectures, | |
7836 | make the output file reflect at least one of the bad inputs. | |
7837 | ||
56409445 ILT |
7838 | Tue Sep 15 15:35:38 1992 Ian Lance Taylor ([email protected]) |
7839 | ||
7840 | * Makefile.in (install): if $(tooldir) exists, install ld in | |
7841 | $(tooldir)/bin. | |
7842 | ||
99e6298a SC |
7843 | Fri Sep 11 10:24:22 1992 Steve Chamberlain ([email protected]) |
7844 | ||
7845 | * Makefile.in, configure.in: modified to support i386-coff | |
7846 | * i386coff.sh: new file | |
7847 | ||
ab57b174 ILT |
7848 | Wed Sep 9 11:52:58 1992 Ian Lance Taylor ([email protected]) |
7849 | ||
7850 | * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: | |
7851 | added m68k-coff emulation mode, stolen from a29k emulation. | |
7852 | Almost certainly wrong, but perhaps better than sun3. | |
7853 | ||
8e71a984 PB |
7854 | Thu Sep 3 14:19:30 1992 Per Bothner ([email protected]) |
7855 | ||
ab57b174 ILT |
7856 | * Makefile.in, Makefile.dos, generic.em, genscripts.sh, |
7857 | gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em, | |
7858 | vanilla.em: Rename all (generated) ld__*.c files to em_.c. | |
7859 | This is one character shorter, and lets people build on | |
7860 | SVR3 system. (ld__h8300xray.[co] was the killer there; | |
7861 | h8300xray.sc-sh is also overlong, but seems harmless.) | |
7862 | Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>. | |
7863 | * Makefile.in (clean): Fix typo mostclean -> mostlyclean. | |
7864 | * configure.in: Add host isc. | |
7865 | ||
8e71a984 PB |
7866 | * ldver.c: Call it version 2.0. |
7867 | ||
7868 | Wed Sep 2 00:21:33 1992 Per Bothner ([email protected]) | |
7869 | ||
7870 | * ldver.c: Bump to version 0.98. | |
7871 | * TODO: New file. | |
7872 | ||
7873 | * Makefile.in: Added mostlyclean, distclean, realclean rules. | |
7874 | ||
c52bdfec PB |
7875 | Tue Sep 1 23:42:16 1992 Per Bothner ([email protected]) |
7876 | ||
7877 | * ldmisc.c (xrealloc): New (needed by ../libiberty/cplus.dem.c). | |
7878 | * ldlex.l: Moved comment() to end, since some compilers | |
7879 | otherwise have problems with input() used before it is defined. | |
7880 | ||
2df68136 DZ |
7881 | Tue Sep 1 17:45:51 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
7882 | ||
7883 | * configure.in: added Solaris 2 and Irix 4 host support. | |
7884 | ||
7885 | Mon Aug 31 19:27:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7886 | ||
7887 | * Makefile.in: remove -S flag from the FLEX definition | |
7888 | ||
7889 | * configure.in: rewrote, using new style case statement. use | |
7890 | m68k.mt for m68k-aout systems | |
7891 | ||
0bb95ac8 ILT |
7892 | Sun Aug 30 21:38:53 1992 Ian Lance Taylor ([email protected]) |
7893 | ||
7894 | * Makefile.in: map "ld" through program_transform_name when | |
7895 | installing. | |
7896 | ||
fe2b6209 PB |
7897 | Sun Aug 30 18:12:13 1992 Per Bothner ([email protected]) |
7898 | ||
7899 | * cplus-dem.c: Removed. Use the version in libiberty now. | |
7900 | * ldmisc.c: Use new libiberty version of cplus_demangle(). | |
7901 | ||
94cc1ee7 ILT |
7902 | Thu Aug 27 16:38:42 1992 Ian Lance Taylor ([email protected]) |
7903 | ||
5f2d9799 ILT |
7904 | * gld960.em (gld960_choose_target): default to little endian, not |
7905 | big endian. | |
94cc1ee7 | 7906 | |
cd1d8c6d SC |
7907 | Wed Aug 26 17:28:51 1992 Steve Chamberlain ([email protected]) |
7908 | ||
7909 | * ldlang.c (lang_process): don't pass null pointers when | |
7910 | abs_output_section is what is required. | |
7911 | * ldwrite.c (ldwrite): use malloc to allocate the largest space | |
7912 | used, and pass that down. | |
7913 | * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather | |
8c811b9d UD |
7914 | than alloca. |
7915 | ||
afba2b22 ILT |
7916 | Mon Aug 24 14:42:06 1992 Ian Lance Taylor ([email protected]) |
7917 | ||
7918 | * configure.in, config/ose68.mt: renamed OSE to ose. | |
7919 | ||
571c4c26 KR |
7920 | Thu Aug 20 19:55:22 1992 Ken Raeburn ([email protected]) |
7921 | ||
7922 | * ldsym.c (write_file_locals): Reorder check for common or | |
7923 | undefined symbols so that it works. | |
7924 | ||
b189e892 ILT |
7925 | Tue Aug 18 13:41:36 1992 Ian Lance Taylor ([email protected]) |
7926 | ||
7927 | * configure.in: accept all m68K family members. | |
7928 | ||
7929 | * Makefile.in: always create installation directories. | |
7930 | ||
6bf2e3a7 SC |
7931 | Thu Aug 13 11:49:34 1992 Steve Chamberlain ([email protected]) |
7932 | ||
7933 | * ldlex.l: now parses comment correctly, added ~ to acceptable | |
7934 | chars in filenames | |
8c811b9d | 7935 | |
6bf2e3a7 SC |
7936 | * ldexp.c (exp_unop): pass down abs_output_section - now can have |
7937 | unary -ve constants. | |
7938 | ||
7939 | * ldlang.c (lang_finish): warn when an entry symbol supplied on | |
7940 | the command line can't be found. | |
7941 | ||
ae475b39 SC |
7942 | Fri Aug 7 12:31:10 1992 Steve Chamberlain ([email protected]) |
7943 | ||
7944 | * ldlang.h: add new field "loadable" to output_section_statement. | |
7945 | * ldlang.c (lang_output_section_statement_lookup): initilize new | |
7946 | field. (wild_doit): if new field is not set, then stop output | |
7947 | section from being loadable. | |
7948 | (lang_enter_output_section_statement): set the field from the | |
7949 | NOLOAD keyword | |
7950 | * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too. | |
7951 | * h8300hms.sc-sh, h8300hms.em: get -r right. | |
7952 | ||
4b91c519 PB |
7953 | Thu Aug 6 18:35:21 1992 Per Bothner ([email protected]) |
7954 | ||
7955 | * ldint.texinfo: New internals manual (beginnings thereof). | |
7956 | * PORTING: Removed, merged into ldint.texinfo. | |
7957 | ||
917bffa7 PB |
7958 | Tue Aug 4 21:12:29 1992 Per Bothner ([email protected]) |
7959 | ||
7960 | * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc, | |
7961 | cdtest.exp: A test program (copied from libg++/test-install) | |
7962 | that tests that constructor and destructors are handled | |
7963 | corrrectly. | |
7964 | ||
b40f9c73 DZ |
7965 | Mon Aug 3 14:58:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
7966 | ||
7967 | * Makefile.in (install): install from ld.new, renaming during the | |
7968 | copy, or else the next 'make install' needs to re-link ld. | |
7969 | ||
7970 | Mon Jul 20 03:37:06 1992 D. V. Henkel-Wallace ([email protected]) | |
7971 | ||
7972 | * configure.in: generalise hp recognition (from sef). | |
7973 | ||
7974 | Sat Jul 18 14:46:04 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
7975 | ||
7976 | * configure.in: recognize bsd and hpux hppa configurations. | |
7977 | error messages echo to stderr, not stdout | |
7978 | ||
ec467c83 RP |
7979 | Fri Jul 17 22:06:11 1992 K. Richard Pixley ([email protected]) |
7980 | ||
7981 | * Makefile.dos, gld.1, ld.texinfo, ldemul.c, ldfile.c, ldlang.c, | |
7982 | ldmisc.c: removed rcsid's. | |
7983 | ||
67cddd9f SC |
7984 | Tue Jul 14 08:34:34 1992 Steve Chamberlain ([email protected]) |
7985 | ||
7986 | * ldlang.c (lang_map): print changes in sizes due to relaxing | |
8c811b9d | 7987 | (size_input_section): maintain the delta information. |
67cddd9f SC |
7988 | * ldlang.h: add new field to struct to contain delta info. |
7989 | * relax.c (relax_section): complain if input not relaxable. | |
7990 | * ldlex.l : add '_', ',' and '$' to chars which can appear at the | |
7991 | start of a filename | |
7992 | ||
f7c76897 SC |
7993 | Mon Jul 13 17:33:00 1992 Steve Chamberlain ([email protected]) |
7994 | ||
7995 | * ldmain.c(main): prevent -r and -relax from being on at the same | |
7996 | time. | |
7997 | ||
28b6b1ab SC |
7998 | Wed Jul 1 17:51:19 1992 Steve Chamberlain ([email protected]) |
7999 | ||
8000 | * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for | |
8001 | aliasing problems | |
8c811b9d | 8002 | |
28b6b1ab | 8003 | |
30d1a390 SC |
8004 | Thu Jun 18 09:38:56 1992 Steve Chamberlain ([email protected]) |
8005 | ||
8006 | * h8300hms.em, h8300hms.sc-sh: do the right thing for -r | |
8007 | * ldexp.c: lint | |
8008 | * ldlang.c(open_output): set the target arch and machine as soon | |
8009 | as we can. (lang_size_sections): use new macros for setting vma | |
8010 | * ldwrite.c: lint | |
8011 | ||
5bdf878e MT |
8012 | Mon Jun 15 08:47:43 1992 Michael Tiemann ([email protected]) |
8013 | ||
8014 | * configure.in (my_target): Accept m680?0 for wrs as vxworks68. | |
8015 | Also deleted an unreachable path to wrs. | |
8016 | ||
8017 | Wed May 27 23:24:19 1992 Michael Tiemann ([email protected]) | |
8018 | ||
8019 | * Makefile.in (install): use -d test for $tooldir before | |
8020 | installing ld there so that $tooldir can be inherited from | |
8021 | top-level Makefile. | |
8022 | ||
8023 | Wed May 27 16:56:48 1992 Per Bothner ([email protected]) | |
8024 | ||
8025 | * ldlang.c: Two non-substantial changes for the sake of | |
8026 | the old Portable C Compiler. | |
8027 | ||
5e81edb2 SC |
8028 | Wed May 27 15:15:58 1992 Steve Chamberlain ([email protected]) |
8029 | ||
8030 | * ldgram.y, ldlex.l: parse ABSOLUTE | |
8031 | * ldexp.c: add support for ABSOLUTE | |
8032 | ||
7aacc9cc PB |
8033 | Wed May 27 13:07:20 1992 Per Bothner ([email protected]) |
8034 | ||
8035 | * Makefile.in: Added default definitions for HOSTING_CRT0, | |
8036 | HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh. | |
8037 | * config/*.mh: Miscellaneous clean-up: Removed definitions | |
8038 | of YACC (since it is not longer used in the Makefile). | |
8039 | Remove HOSTING_* definitions that are subsumed by the | |
8040 | ones added to Makefile.in. Removed most definitions of CC. | |
8041 | * config/{sparc,news,hp300bsd,decstation}.mh: Removed; | |
8042 | These are no longer needed. | |
8043 | ||
91e25b4f PB |
8044 | Fri May 22 13:47:19 1992 Per Bothner ([email protected]) |
8045 | ||
5ff21fa5 PB |
8046 | * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex |
8047 | rules, since these are used when building a distribution. | |
8048 | * Makefile.in (ldlex.c): Don't re-direct output, since that | |
8049 | leaves a bogus output files if it fails. | |
8050 | ||
91e25b4f PB |
8051 | * config/sparc.mh: Fix HOSTING_LIBS so it has a chance of working. |
8052 | * ldlex.c: Fix some unnecessary flex-specific-isms. | |
8053 | ||
8054 | Fri May 8 11:49:43 1992 Steve Chamberlain ([email protected]) | |
8055 | ||
8056 | * ldgram.y: move spurious semicolon | |
8057 | * ldexp.h: fix prototype | |
8058 | ||
82d1666a RP |
8059 | Thu May 7 17:01:12 1992 Roland H. Pesch ([email protected]) |
8060 | ||
8061 | * ld.texinfo: references to linker now say "ld" not "gld". | |
8062 | ||
32846f9c SC |
8063 | Wed May 6 13:26:19 1992 Steve Chamberlain ([email protected]) |
8064 | ||
8065 | changed calling convention for Q_enter_global_ref | |
8066 | * ldexp.c, ldlang.c, ldmain.c: reflect this | |
8067 | * ldver.c: bump version to 1.97.1 | |
8068 | * ldindr.c (add_indirect): when an edict declaring an indirect | |
8069 | symbol is found, make sure that any ideas about the symbol being | |
8070 | common are changed if it now known to be defined. | |
8071 | * ldmain.c (linear_library): complain once if archive isn't | |
8072 | ranlibbed. | |
8073 | * ldlang.h, ldlang.c: make room for and initialize the complain | |
8074 | once field. | |
8075 | ||
bf3acf44 RP |
8076 | Wed May 6 11:07:35 1992 K. Richard Pixley ([email protected]) |
8077 | ||
8078 | * Makefile.in: use flex & bison from ../ if they exist. | |
8079 | ||
9c99a57e SC |
8080 | Tue May 5 17:47:33 1992 Steve Chamberlain ([email protected]) |
8081 | ||
8082 | * relax.c (build_it): don't allocate space in the output file for | |
8083 | stuff if -R flag applys to it. | |
7153b2ff SC |
8084 | * ldfile.c: merge in VMS filename support |
8085 | * ldmain.c (main): take out ./ from library path, and close file | |
8086 | before unlinking. Make multiple defs of a symbol create an | |
8087 | unexecable file. | |
8c811b9d | 8088 | * ldmisc.c: fatal errosrs delete output file |
9c99a57e | 8089 | |
98377f31 PB |
8090 | Tue May 5 14:05:05 1992 Per Bothner ([email protected]) |
8091 | ||
8092 | * ldver.c: Increase version number to 1.97, for consistency | |
8093 | with ../binutils. | |
8094 | ||
3f350eda RP |
8095 | Tue May 5 12:12:24 1992 K. Richard Pixley ([email protected]) |
8096 | ||
813da1a5 RP |
8097 | * Makefile.in: FLEX -> LEX. |
8098 | ||
3f350eda RP |
8099 | * ld.texinfo: {} -> @{@}. |
8100 | ||
e0047d49 RP |
8101 | Mon May 4 17:52:41 1992 Roland H. Pesch ([email protected]) |
8102 | ||
8103 | * ld.texinfo: describe alternate, MRI-compatible linker scripts | |
8104 | (and associated change in -c option, now used for these scripts) | |
8105 | ||
bfbdc80f SC |
8106 | Mon May 4 16:10:10 1992 Steve Chamberlain ([email protected]) |
8107 | ||
8108 | * ldver.c: Bumped version to 1.96 - new release, resync with the | |
8109 | bfd too #. | |
8110 | * ldexp.c, ldlang.c: now build memory shape tree in obstacks | |
8111 | rather than with raw malloc, makes it easier to track where memory | |
8112 | is going. | |
8113 | * ldsym.h, ldsym.c: create obstack for all global symbols too. | |
8114 | * ldwrite.c (ldwrite): moved malloc so only used when needed. | |
8115 | * sa29200-sc.sh: added support for .lit, data1 and data2 sections. | |
8116 | ||
8117 | ||
d3451fe8 RP |
8118 | Fri May 1 18:17:52 1992 K. Richard Pixley ([email protected]) |
8119 | ||
8120 | * config/sparc.mh: use ../gcc/libgcc.a on check if it exists. | |
8121 | ||
8122 | * Makefile.in: use bootstrap for check. | |
8123 | ||
dc4726c2 SC |
8124 | Fri May 1 13:03:41 1992 Steve Chamberlain ([email protected]) |
8125 | ||
e14a43bf SC |
8126 | * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and |
8127 | PUBLIC. | |
8128 | * Makefile.in: now use flex, not lex | |
dc4726c2 SC |
8129 | * ldlex.l, ldlang.c, ldctor.c: lint |
8130 | ||
ee0c4cf7 SC |
8131 | Wed Apr 22 12:48:42 1992 Steve Chamberlain ([email protected]) |
8132 | ||
8133 | * ldlex.l: added CMDFILENAMECHAR state so that you can lex | |
8134 | different sorts of filenames on the command line than in a script. | |
8135 | ||
77b19d3d RP |
8136 | Mon Apr 20 22:37:04 1992 K. Richard Pixley ([email protected]) |
8137 | ||
8138 | * Makefile.in: rework CFLAGS so that they can be passed on the | |
8139 | make command line. Remove MINUS_G. Default CFLAGS to -g. | |
8140 | ||
119afd7b RP |
8141 | Fri Apr 17 08:57:17 1992 Steve Chamberlain ([email protected]) |
8142 | ||
8143 | * relax.c: added handling for new "padding" seclet type, used to | |
8144 | fill out gaps between section. | |
8145 | * ldgram.y, ldlex.l: now -defsym on the command line is done | |
8146 | properly. | |
8147 | ||
8148 | Wed Apr 15 21:20:07 1992 K. Richard Pixley ([email protected]) | |
8149 | ||
8150 | * Makefile.in: the tooldir copy of ld goes directly in tooldir. | |
8151 | ||
2e38b71d SC |
8152 | Wed Apr 15 16:09:33 1992 Steve Chamberlain ([email protected]) |
8153 | ||
8154 | * mri.c, ldgram.y, ldlex.l: added support for minimal strange link | |
8155 | scripts. | |
8156 | ||
1900f884 KR |
8157 | Thu Apr 9 05:52:02 1992 Ken Raeburn ([email protected]) |
8158 | ||
8159 | * Makefile.in (install): Install second copy in $(tooldir)/bin | |
8160 | without $(program_prefix), since that's what gcc expects. | |
8161 | ||
9d1fe8a4 SC |
8162 | Sat Apr 4 17:44:06 1992 Steve Chamberlain ([email protected]) |
8163 | ||
8c811b9d | 8164 | * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer. |
9d1fe8a4 SC |
8165 | * h8300*: fix bit rot and add support for h8300xray target |
8166 | * go32.sh: target emulation for go32. | |
8167 | ||
9d1fe8a4 SC |
8168 | Mon Mar 16 14:53:29 1992 Steve Chamberlain ([email protected]) |
8169 | ||
8170 | * gld960.em, i960.sc-sh. Fix i960 bit rot | |
8171 | ||
f0280cd2 RP |
8172 | Fri Mar 13 19:47:22 1992 K. Richard Pixley ([email protected]) |
8173 | ||
8174 | * Makefile.in: install man page. | |
8175 | ||
12fa72d4 SC |
8176 | Fri Mar 13 08:23:59 1992 Steve Chamberlain ([email protected]) |
8177 | ||
8178 | * config/mt-<foo> renamed to <foo>.mt | |
8179 | * config/mh-<foo> renamed to <foo>.mt | |
8180 | * configure.in changed to reflect this | |
8181 | * genscripts.sh now make .xbn files rather than .xN files | |
8182 | ||
8183 | Sat Mar 7 03:40:40 1992 K. Richard Pixley ([email protected]) | |
8184 | ||
8185 | * ldver.h: fix decl of ldversion. | |
8186 | ||
8187 | Fri Mar 6 22:00:35 1992 K. Richard Pixley ([email protected]) | |
8188 | ||
8189 | * Makefile.in: added check target. | |
8190 | ||
fe563ffe SC |
8191 | Fri Mar 6 06:59:04 1992 Steve Chamberlain ([email protected]) |
8192 | ||
8193 | * ldmain.c (Q_enter_file_symbols): now aliases work again | |
8194 | ||
12fa72d4 SC |
8195 | Thu Mar 5 21:39:29 1992 K. Richard Pixley ([email protected]) |
8196 | ||
8197 | * Makefile.in: added clean-info target. | |
8198 | ||
fe563ffe SC |
8199 | Thu Mar 5 16:55:56 1992 Steve Chamberlain ([email protected]) |
8200 | ||
8201 | * ldexp.c (exp_print_tree): don't try and follow null pointers | |
8202 | around. | |
8203 | * ldgram.y: remove 11 shift reduce errors | |
d2861901 | 8204 | |
12fa72d4 SC |
8205 | Tue Mar 3 15:46:39 1992 K. Richard Pixley ([email protected]) |
8206 | ||
8207 | * Makefile.in: added tooldir and program_prefix. | |
8208 | ||
fe563ffe SC |
8209 | Fri Feb 28 08:17:45 1992 Steve Chamberlain (sac at thepub.cygnus.com) |
8210 | ||
8211 | * ldlang.c (size_input_section): don't move absolute sections | |
8212 | around! | |
8213 | ||
8214 | ||
8215 | Thu Feb 27 09:20:41 1992 Steve Chamberlain (sac at thepub.cygnus.com) | |
8c811b9d | 8216 | |
d2861901 SC |
8217 | * cplus-dem.c: yet another copy of this - maybe it should go into |
8218 | libiberty ? | |
8219 | * ldgram.y: now -V and -v have different actions | |
8220 | * ldver.c: if -V, prints list of emulations compiled in | |
8221 | * ldmisc.c: support for cplus demangling | |
8222 | ||
8223 | ||
12fa72d4 SC |
8224 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) |
8225 | ||
8226 | * Makefile.in, configure.in: removed traces of namesubdir, | |
8227 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
8228 | copyrights to '92, changed some from Cygnus to FSF. | |
8229 | ||
d2861901 SC |
8230 | Thu Feb 20 17:43:46 1992 Per Bothner (bothner at cygnus.com) |
8231 | ||
8232 | * Makefile.in: Change mkscript rule into one for ./mkscript | |
8233 | (for the sake of makes that don't realize they're the same). | |
8234 | * PORTING: Add more details. | |
8235 | * genscripts.sh: Add more tailorability of DATA_ALIGNMENT. | |
8236 | ||
1584d069 PB |
8237 | Mon Feb 17 12:04:36 1992 Per Bothner (bothner at cygnus.com) |
8238 | ||
8239 | * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd, | |
8240 | config/mt-hp300bsd: New port to hp300 running BSD. | |
8241 | ||
7e5c1057 PB |
8242 | Sat Feb 15 13:59:54 1992 Per Bothner (bothner at cygnus.com) |
8243 | ||
8244 | Major rewrite of how ld is configured. The major idea | |
8245 | is to use shell scripts to generate everything. | |
8246 | * generic.em replaces ldtemplate. | |
8247 | * Other *.em files replace various *.c files. | |
8248 | A *.em file is a shell script that generates the corresponding | |
8249 | ld__*.c file that implements an emulation. This is usually | |
8250 | a straight 'cat' of a here-document, possibly with substitutions. | |
8251 | * Script files (*.sc) are places by *.sc-sh scripts. | |
8252 | Again, these are simple shell scripts that 'cat' | |
8253 | here-documents, usually with some substitutions. | |
8254 | The output a *.sc-sh is a script file. | |
8255 | * Each emulation is defined by a short shell script with | |
8256 | extension *.sh that specifies the emulation-specific | |
8257 | parameters (such as the name of the *.sh-sc and *.em | |
8258 | files to use). | |
8259 | * genscript.sh is the master shell script used to generate | |
8260 | an emulation. It is passed various argument, including | |
8261 | the name a the emulation-speciic *.sh file that it | |
8262 | "sources" to set variables to emulation-specifc parameters. | |
8263 | * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAME | |
8264 | to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) | |
8265 | * config/mh-foo: Rename LDEMULATION names as appropriate | |
8266 | (usually 'gldfoo' -> plain 'foo'). | |
8267 | * ldwrite.c: Fixed a typo in a comment. | |
8268 | * Makefile.in: Major changes. Removed some the sed | |
8269 | magic to converts scripts, since that is now handled | |
8270 | by genscripts.sh and the *.sc-sh scipt generators. | |
8271 | * config.h: Remove a bunch of macros defining emulations | |
8272 | and targets. This becomes one less file to edit when | |
8273 | adding emulations or targets. | |
8274 | * ldemul.h (struct ld_emulation_xfer_struct): Add | |
8275 | emulation_name and target_name fields. | |
8276 | * ldemul.c, ldemul.h: Define some default functions used | |
8277 | by most emulations (and remove from the *.em scripts). | |
8278 | * ldemul.c (ldemul_choose_target): Search the new | |
8279 | ld_emulations array using a loop (instead of a hardwired | |
8280 | nested if statement). | |
8281 | Define the ld_emulation from the automatically-geenrated | |
8282 | ldemul-list.h. This means you no longer have to edit ldemul.c | |
8283 | to add a new emulation. | |
8284 | * ldmain.c: Replace {GLD,LNK}960_EMULATION_NAME by | |
8285 | their expansions, since the former no longer exist. | |
8286 | * PORTING: A very rough first draft of a porting guide. | |
8287 | ||
8288 | * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment | |
8289 | to be terminated by a new-line (instead of requiring a semicolon). | |
8290 | ||
8291 | Mon Feb 10 16:21:02 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
8292 | ||
8293 | * ldexp.c, ldlang.c: added new idea "abs_output_section", removes | |
8294 | tests for NULL pointers all over the place. | |
8295 | * ldlang.c (lang_process): remember to relocate global symbols | |
8296 | *after* relaxing has done it stuff. | |
8297 | ||
8298 | Thu Feb 6 11:40:15 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
8299 | ||
8300 | * config/mt-coff-h8300: use EMUL like everything else | |
8301 | * ldlang.c: (print_padding_statement): print the right address. | |
8302 | * Makefile.in, config.h, ldemul.c: renamed h8300hds to h8300hms | |
8c811b9d | 8303 | |
7e5c1057 | 8304 | |
aa34a7c3 SC |
8305 | Tue Feb 4 15:28:01 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
8306 | ||
8307 | * ldlex.l: Put pack -noinhibit-exec and -sort-common | |
8308 | * ldlang.c (print_data_statement): print the right address. | |
8309 | ||
8310 | Thu Jan 30 17:51:53 1992 Per Bothner (bothner at cygnus.com) | |
8311 | ||
8312 | * Makefile.in: The rule for testing ld by re-linking itself | |
8313 | via an intermediate -r link was moved to the ld1 rule | |
8314 | instead of the ld2 rule. This allows ld2 and ld3 to be identical, | |
8315 | which allows the bootstrap rule to work. | |
8316 | * ldctor.c (find_constructors): Don't create a constructor | |
8317 | list if it is already defined (as would happen if ld is | |
8318 | invoked by collect). | |
8319 | ||
cbbdbb9f SC |
8320 | Wed Jan 29 08:35:39 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
8321 | ||
8322 | * config/mh-sparc.h: now uses libgcc.a | |
8323 | * ldmain.c: quit using exit | |
8324 | * *sc: use *(COMMON) rather than [COMMON] | |
8325 | * ldlex.l, lexsup.c: much thinking moved from .l and put into .c, | |
8326 | to allow preprocessing of .l file. | |
8327 | * Makefile.in: New ldlex.l mangling | |
8328 | * ldexp.c (fold_binary): perform expressions with % and / in | |
8329 | integer. | |
8330 | * ldfile.c (open_a): open archives on VMS in a special way | |
8331 | ||
8332 | ||
870f54b2 SC |
8333 | Tue Jan 28 10:18:16 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
8334 | ||
8335 | * ldgram.y: map -M behave in the same way as -Map (sets file name | |
8336 | to be "-". | |
8337 | * ldsym.c, ldlang.c: remember that size of a section is dependent on | |
8338 | whether or not relaxing has been done. | |
8339 | * ldmain.c: don't open a map file if it doesn't have a name | |
8340 | * relax.c: all the brains have moved into bfd. | |
8341 | * ldwrite.c: ammend comment | |
8342 | ||
2e2bf962 SC |
8343 | Fri Jan 24 14:23:46 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
8344 | ||
8345 | * Makefile.in: added relax, also made three stage go through a | |
8346 | partial link stage. | |
8347 | * relax.c : added | |
8348 | * config.h: if GNU960 defined, then default emulation mode is | |
8349 | GLD960 | |
8350 | * ldexp.h, ldexp.c: map to file hooks | |
8351 | * ldlang.c: map to file hooks | |
8352 | * ldgram.y: added -Map -relax | |
8353 | * ldlex.l: added -relax, -Map | |
8354 | * ldmain.c: open map file | |
8355 | * ldmisc.c: support for map file | |
8356 | * ldwrite.c: new relax magic | |
8357 | ||
8358 | Thu Dec 19 18:49:51 1991 John Gilmore (gnu at cygnus.com) | |
8359 | ||
8360 | * Makefile.in, config/tm-*.h: Clean up make output, only | |
8361 | pass DEFAULT_EMULATION to ldmain.c. | |
8362 | ||
8363 | Wed Dec 18 15:02:47 1991 Per Bothner (bothner at cygnus.com) | |
8364 | ||
8365 | * ldver.c: Bump to version 1.94. | |
8366 | ||
8367 | Tue Dec 10 04:07:23 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
8368 | ||
8369 | * Makefile.in: infodir belongs in datadir. | |
8370 | ||
e06ba18d PB |
8371 | Mon Dec 9 16:26:43 1991 Per Bothner (bothner at cygnus.com) |
8372 | ||
8373 | * Makefile.in: Pass -y to bison. (Again; | |
8374 | accidentally deleted by Rich.) | |
8375 | * news.sc, ldgld68k.sc: Define __end as well as _end. | |
8376 | ||
8377 | Sat Dec 7 17:19:26 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
8378 | ||
8379 | * ldindr.h: added to contain prototypes of ldindr.c | |
8380 | * ldfile.c: include ctype.h | |
8381 | * ldmain.c: include the requried prototype headers | |
8382 | * ldwrite.c: get_reloc_upper_bound has been renamed | |
8c811b9d | 8383 | bfd_get_reloc_upper_bound |
e06ba18d | 8384 | |
818a192a RP |
8385 | Fri Dec 6 23:29:26 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
8386 | ||
8387 | * Makefile.in: punt "fundamental" mode because it breaks my emacs | |
8388 | macros. install using INSTALL_PROGRAM and INSTALL_DATA. remove | |
8389 | spaces following hyphens, bsd make can't cope. added | |
8390 | standards.text support and made it look like all the other | |
8391 | makefiles. | |
8392 | ||
8393 | * configure.in: configure now runs entirely in objdir so make file | |
8394 | existence checks against ${srcdir}. Mark this directory as | |
8395 | target dependent. | |
8396 | ||
8397 | Thu Dec 5 22:46:16 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
8398 | ||
8399 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
8400 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
8401 | and mandir now keyed off datadir by default. | |
8402 | ||
8403 | Wed Dec 4 23:36:55 1991 Per Bothner (bothner at cygnus.com) | |
8404 | ||
8405 | * ldver.c: Bumped version to 1.93. | |
8406 | * Makefile.in: Pass -y to bison. | |
8407 | ||
8408 | Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com) | |
8409 | ||
8410 | * config.h: h8 is now coff, not ieee | |
8411 | * h8300hds.sc: reflect the same | |
8412 | ||
8413 | Thu Nov 14 19:55:09 1991 Per Bothner (bothner at cygnus.com) | |
8414 | ||
8415 | * ldver.c (ldversion()): Update to 1.92. | |
8416 | * ldctor.c: There are two places constructor sets | |
8417 | can be defined. One of them checked for an existing | |
8418 | duplicate, the other didn't. Unfortunately, the latter | |
8419 | was called after the former ... | |
8420 | So, factor out code for inserting a new element into | |
8421 | constructor_name_list (after checking for a duplicate) | |
8422 | into a new function add_constructor_name, and call | |
8423 | it from both aforementioned places (ldlang_add_constructor | |
8424 | and ldlang_check_for_constructors). | |
8425 | ||
8426 | Wed Nov 13 15:17:43 1991 Per Bothner (bothner at cygnus.com) | |
8427 | ||
8428 | * Makefile.in: Rename .c files generated from ldtemplate | |
8c811b9d | 8429 | to have names starting with ld__. This helps 'make clean'. |
818a192a | 8430 | |
092df318 SC |
8431 | Tue Nov 12 18:36:50 1991 Steve Chamberlain (sac at cygnus.com) |
8432 | ||
8433 | * Makefile.in: Take out the version number for install | |
8434 | * m88kbcs.sc: put in contructor blocks. | |
8435 | ||
1c9e4b15 PB |
8436 | Mon Nov 11 18:47:33 1991 Per Bothner (bothner at cygnus.com) |
8437 | ||
8438 | * ldmisc.c, ldmisc.h: Re-write info() to take a filename | |
8439 | parameter, a format, and an arg pointer, and rename it to | |
8440 | vfinfo(). Write info() in terms of new vfinfo(). | |
8441 | New einfo() is the same as info(), except it writes to stderr. | |
8442 | * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c, | |
8443 | ldmisc.c: Replace "error" calls to info() by new einfo(). | |
8444 | ||
550e87b5 SC |
8445 | Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com) |
8446 | ||
8447 | * ldlex.l ldgram.y: made -V option do same as -v | |
8448 | * Makefile.in: Added $(MINUS_G) flag so debugging can be | |
8449 | turned off | |
8450 | ||
8451 | Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com) | |
8452 | i386 aout changes from Bob Kukura | |
8453 | * Makefile.in, config.h: added i386aout support | |
8454 | * configure.in: fixed /h-{myhost} typo | |
8455 | * ldgram.y: -MM now gives more boring map. | |
8456 | * ldlang.c: now does D_PAGED flag the right way. | |
8457 | * ldsym.c: -MM flags does the right thing. | |
8458 | ||
aeedc30e PB |
8459 | Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com) |
8460 | ||
8461 | * configure.in: Fixed typo. Also, a fix for hp300bsd. | |
8462 | * ldlang.c (init_os): Compensate for BFD change, | |
8463 | where bfd_make_section now returns NULL for a duplicate | |
8464 | section request, instead of the old section. | |
8465 | ||
8466 | Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com) | |
8467 | ||
8468 | * ldver.c: Bump to version 1.91 (consistent with binutils). | |
8469 | ||
2d1a2445 PB |
8470 | Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com) |
8471 | ||
8472 | * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h, | |
8473 | ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h, | |
8474 | ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h, | |
3410447c | 8475 | ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c: |
8c811b9d | 8476 | Add or update copyright notices. |
2d1a2445 PB |
8477 | |
8478 | Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com) | |
8479 | ||
8480 | * README: New file. | |
8481 | * Makefile.in: Changed installation directory name scheme | |
8482 | to be consistent with gcc. Also changed 'install'. | |
8483 | ||
954ac2ea RP |
8484 | Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com) |
8485 | ||
8486 | * Makefile.in: new targets ld.mm, ld.me | |
8487 | ||
972e7b4b PB |
8488 | Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com) |
8489 | ||
8490 | * Makefile.in, ldtemplate: Need to use separate scripts | |
8491 | for -n and -N options. Yet more complication. | |
8492 | ||
33ce0085 JG |
8493 | Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com) |
8494 | ||
8495 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | |
8496 | work). Add some lines to avoid Sun Make VPATH bugs. | |
8497 | ||
b7e24eef PB |
8498 | Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com) |
8499 | ||
8500 | * news.sc: Add alignment for data segment. | |
8501 | * ldtemplate: Add (yet another) script to get for -n or -N | |
8502 | options. (These need different alignment than ZMAGIC files.) | |
8503 | * Makefile.in: Add stuff for new foo.xn scripts. | |
8504 | These are generated by replacing "ALIGN(0x...00)" by ".". | |
8505 | ||
b55e0948 RP |
8506 | Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com) |
8507 | ||
8508 | * Makefile.in: new targets ld.ms, ld-index.ms | |
8509 | ld.texinfo: remove tabs, other cleanups for texi2roff | |
8510 | ||
6719c75b PB |
8511 | Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com) |
8512 | ||
8513 | * ldmain.c (main): Make config.magic_demand_paged be true | |
8514 | by default. Don't the WP_TEXT and D_PAGED flags of | |
8515 | output_bfd here; it's too late, so set it when output_bfd | |
8516 | is created (in ldlang.c). Also fix setting of EXEC_P flag | |
8517 | * ldlang.c (ldlang_open_output): Set output_bfd->flags here. | |
8518 | * ldlang.c: Remove some duplicate extern declarations. | |
8519 | * ldgram.y: Fixes to -N and -n options. | |
8520 | * Makefile.in: Recognize upper case letters in sed script | |
8521 | to remove assignments from script files. | |
8522 | * ldtemplate: Don't assukme that -N or -n options | |
8523 | imply use of -r script. | |
8524 | * mkscript.c: Tweaking to correctly handle \n and \\ in input. | |
8525 | ||
8e10cea1 SC |
8526 | Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com) |
8527 | ||
8528 | * ldtemplate: include bfd.h before sysdep.h. | |
8529 | ||
1f8fc34f JG |
8530 | Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com) |
8531 | ||
8532 | Restructure configuration scheme for bfd, binutils, ld. | |
8533 | ||
8534 | * include/sys/h-*.h: Move to bfd/hosts/h-*.h. | |
8535 | * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. | |
8536 | Change some config names to match other dirs. | |
8537 | * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() | |
8538 | get defined first. | |
8539 | * config/: Rename some config files to match up h-*.h names. | |
8540 | Remove all the HOST_SYS definitions from the config files. | |
8541 | ||
8542 | Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com) | |
8543 | ||
8544 | * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean. | |
8545 | * ldtemplate: Remove ldfile_add_library_path calls; | |
8546 | just use the SEARCH_DIR commands in the script files. | |
8547 | * Makefile.in: Add LIB_PATH macro, which if set is used to replace | |
8548 | the SEARCH_DIR commands in the scripts (using ugly sed magic). | |
8549 | This is primarily intended for cross-linking, where you would | |
8550 | place libaries in a different place than native libraries. | |
8551 | Also, emulations made from ldtemplate now use $(srcdir). | |
8552 | * ldglda29k.sc: Change SEARCH_DIR commands to a conventional | |
8553 | form; people can use the Makefile's LIB_PATH to override. | |
8554 | ||
8d317d2a RP |
8555 | Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com) |
8556 | ||
8557 | * Makefile.in: fix target ld.dvi, add target ld.info | |
8558 | ld.texinfo: make info filename ld.info | |
8559 | ||
558175fb JG |
8560 | Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com) |
8561 | ||
8562 | * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun | |
8c811b9d | 8563 | Make). |
558175fb JG |
8564 | * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a |
8565 | few BFD types & enums. | |
8566 | ||
de0abbfc ILT |
8567 | \f |
8568 | Local Variables: | |
c6c7035c | 8569 | mode: change-log |
bf82ab68 ILT |
8570 | left-margin: 8 |
8571 | fill-column: 74 | |
de0abbfc ILT |
8572 | version-control: never |
8573 | End: |