]>
Commit | Line | Data |
---|---|---|
6b8929a1 ILT |
1 | Tue Feb 22 09:21:18 1994 Ian Lance Taylor ([email protected]) |
2 | ||
a733e1d7 ILT |
3 | * ldlang.c (lang_size_sections): Only align section to alignment |
4 | required by linker script, not to maximum alignment of input | |
5 | sections. | |
6 | ||
6b8929a1 ILT |
7 | * ldlang.h (largest_section): Don't declare. |
8 | * ldlang.c (largest_section): Don't define. | |
9 | (size_input_section): Don't set largest_section; not used. | |
10 | ||
ef76742f ILT |
11 | Mon Feb 21 15:15:29 1994 Ian Lance Taylor ([email protected]) |
12 | ||
13 | * ldlang.c (new_afile): Pass NULL as last argument to concat. | |
14 | ||
42f62ead ILT |
15 | Thu Feb 17 15:51:23 1994 Ian Lance Taylor ([email protected]) |
16 | ||
17 | * ldlang.c, ldmain.c: Include libiberty.h. | |
18 | ||
19 | * ldmisc.h (concat): Don't declare. | |
20 | * ldmisc.c (concat): Don't define; just use the one in libiberty. | |
21 | ||
22 | * ld.h (as_output_section_statement): Removed; not used. | |
23 | ||
5bcb7f28 DM |
24 | Thu Feb 17 09:32:14 1994 David J. Mackenzie ([email protected]) |
25 | ||
26 | * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and | |
27 | bfd_set_error and new error names. | |
28 | ||
7ff6f2da KR |
29 | Tue Feb 15 20:14:53 1994 Ken Raeburn ([email protected]) |
30 | ||
31 | * ldwrite.c (build_link_order): If the cooked size of the section | |
32 | has been set, use it, for determining link_order size. | |
33 | (ldwrite): In the error message displayed if bfd_final_link fails, | |
34 | indicate that it was in fact the final link step that failed. | |
35 | ||
36 | * ldlang.c (lang_size_sections): Clear bfd_error before calling | |
37 | bfd_relax_section, in case it returns false but doesn't flag an | |
38 | error. If an error is returned, indicate which one it is in the | |
39 | error message. | |
40 | ||
41 | * Makefile.in (install-info): Depend on ld.info, and use "$<*" so | |
42 | it'll get picked up from $(srcdir) if appropriate. | |
43 | ||
44 | Tue Feb 15 16:32:04 1994 David J. Mackenzie ([email protected]) | |
45 | ||
46 | * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set. | |
47 | * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT. | |
48 | ||
09aaf97a DM |
49 | Fri Feb 11 17:02:49 1994 David J. Mackenzie ([email protected]) |
50 | ||
51 | * ldlex.l (comment): Increment line number when newline is read. | |
52 | ||
c4e48be3 ILT |
53 | Fri Feb 11 17:36:20 1994 Ian Lance Taylor ([email protected]) |
54 | ||
55 | * ldlang.c (lookup_name): Take new argument, force_load. If true, | |
56 | reload the file even if it is already loaded. | |
57 | (wild): Call lookup_name with force_load argument of 0. | |
58 | (open_input_bfds): Call lookup_name with force_load argument of 1. | |
59 | (print_symbol): Remove declaration of non-existent function. | |
60 | (print_one_symbol): Return true rather than falling off end. | |
61 | ||
410945f1 ILT |
62 | Thu Feb 10 11:52:38 1994 Ian Lance Taylor ([email protected]) |
63 | ||
64 | * ldmain.c (main): Use %ld when printing long values. | |
65 | ||
66 | * scripttempl/elf.sc: Move _edata after the .sdata section. | |
67 | Permit OTHER_BSS_SYMBOLS to be defined. | |
68 | * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss. | |
69 | ||
f7d4f6f6 JL |
70 | Mon Feb 7 16:31:15 1994 Jeffrey A. Law ([email protected]) |
71 | ||
72 | * Rename all "hppaosf" files to "hppaelf". | |
410945f1 ILT |
73 | * Change all "osf" references to "elf" in hppaelf files. |
74 | * Makefile.in: Likewise. | |
75 | * configure.in: Likewise. | |
f7d4f6f6 | 76 | |
f4972135 DM |
77 | Sun Feb 6 20:31:56 1994 David J. Mackenzie ([email protected]) |
78 | ||
6f671266 DM |
79 | * ldmain.c (main): Call xatexit, not atexit. |
80 | Call xmalloc_set_program_name. | |
81 | ||
f4972135 DM |
82 | * ldlang.c (lang_size_sections): Check if bfd_relax_section set |
83 | bfd_errno. | |
84 | ||
52a8ebfe DM |
85 | Sat Feb 5 03:54:34 1994 David J. Mackenzie ([email protected]) |
86 | ||
87 | * emultempl/lnk960.em (append), emultempl/hppaosf.em | |
88 | (hppaosf_finish): Call xmalloc, not ldmalloc. | |
89 | * ldmain.c (preserve_output): Function removed. | |
90 | (main): Do it here instead. | |
91 | ||
9dd7d585 JL |
92 | Fri Feb 4 23:02:19 1994 Jeffrey A. Law ([email protected]) |
93 | ||
94 | * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTION): Delete (unused) | |
95 | GNU C specific macros. | |
96 | ||
97 | * emultempl/hppaosf.em (hppaosf_finish): Expand the only remaining | |
98 | call to LANG_FOR_EACH_INPUT_SECTION. | |
99 | ||
0b2f8d2e DM |
100 | Fri Feb 4 16:26:08 1994 David J. Mackenzie ([email protected]) |
101 | ||
102 | * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions | |
103 | deleted; will use libiberty versions instead. | |
104 | * ldctor.c ldfile.c ldlang.c ldmain.c ldmisc.c ldmisc.h lexsup.c | |
105 | mri.c Makefile.in: Change callers. | |
106 | ||
107 | * ldmisc.c (vfinfo): Remove cleanup code. | |
108 | * ldmain.c (remove_output): Put it here (new function). | |
109 | (preserve_output): New function. | |
110 | (main): Register remove_output and preserve_output with atexit. | |
111 | * ldmain.c ldgram.y: Call xexit instead of exit. | |
112 | * ldmisc.h: Declare xexit. | |
113 | ||
9e0f78c8 SC |
114 | Fri Feb 4 15:19:01 1994 Steve Chamberlain ([email protected]) |
115 | ||
116 | * Makefile.in: Lots of new H8/500 memory models. | |
117 | ||
836dcbcf KR |
118 | Sun Jan 30 14:33:40 1994 Ken Raeburn ([email protected]) |
119 | ||
120 | * ldlex.l: Removed duplicate rules. | |
121 | (yywrap): Provide default definition, needed with some versions of | |
122 | flex. | |
123 | ||
fb55f9b8 DM |
124 | Fri Jan 28 09:12:56 1994 David J. Mackenzie ([email protected]) |
125 | ||
288897f4 DM |
126 | * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print |
127 | the archive filename too. | |
128 | ||
fb55f9b8 DM |
129 | * ldlex.l: Add rule to catch invalid input characters instead of |
130 | printing them. Include "ldmain.h" for program_name decl. | |
131 | (lex_warn_invalid): New function. | |
132 | * Makefile.in: Add dependency. | |
133 | ||
f3c6455f KR |
134 | Fri Jan 28 12:58:45 1994 Ken Raeburn ([email protected]) |
135 | ||
136 | * Makefile.in (check): Don't bother running any tests of | |
137 | cross-linker until the test suite no longer assumes native mode. | |
138 | ||
804c8601 SC |
139 | Thu Jan 27 17:19:54 1994 Steve Chamberlain ([email protected]) |
140 | ||
141 | * ldlang.c (print_one_symbol, print_input_section): Print | |
142 | global symbols in symbol table again. | |
143 | ||
7b40f2b1 DM |
144 | Thu Jan 27 12:35:01 1994 David J. Mackenzie ([email protected]) |
145 | ||
146 | * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given, | |
147 | exit successfully instead of complaining if no input files are | |
148 | given. | |
149 | ||
8594f568 SS |
150 | Tue Jan 25 13:19:41 1994 Stan Shebs ([email protected]) |
151 | ||
74e6b793 SS |
152 | * Makefile.in: Format variable definitions consistently. |
153 | (LD_PROG): Remove unnecessary variables from link command, | |
154 | change variable LOADLIBES to EXTRALIBS. | |
155 | ||
8594f568 SS |
156 | * ldmain.c (main): Compute and display total execution time. |
157 | * ld.texinfo (-stats): Document the option. | |
158 | ||
755f42fe ILT |
159 | Mon Jan 24 12:56:37 1994 Ian Lance Taylor ([email protected]) |
160 | ||
5dad4c97 ILT |
161 | * ldmain.c (reloc_overflow): Added name, reloc_name and addend |
162 | arguments. | |
163 | ||
de08b0b1 ILT |
164 | * ldlang.c (lookup_name): Set BFD GP size to -G argument value |
165 | after opening BFD. | |
166 | ||
755f42fe ILT |
167 | * ldlang.c (relaxing): Removed global variable. |
168 | (lang_size_sections): If the canonical symbols have not already | |
169 | been read in, read them in before relaxing. | |
170 | * ldlang.h (relaxing): Removed declaration. | |
171 | ||
5e6cd559 ILT |
172 | Fri Jan 21 00:44:44 1994 Ian Lance Taylor ([email protected]) |
173 | ||
174 | * ldlang.c (new_afile): Initialize loaded field to false. | |
175 | (lookup_name): If file was already loaded, don't call the | |
176 | add_symbols entry point again. | |
177 | ||
8de26d62 DM |
178 | Wed Jan 19 13:57:00 1994 David J. Mackenzie ([email protected]) |
179 | ||
180 | * ld.texinfo: Clarify what -T option does. | |
181 | ||
a843c817 SC |
182 | Tue Jan 18 16:18:15 1994 Steve Chamberlain ([email protected]) |
183 | ||
184 | * scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's | |
185 | for a.out. | |
186 | ||
8a432746 ILT |
187 | Fri Jan 14 12:37:16 1994 Ian Lance Taylor ([email protected]) |
188 | ||
189 | Motorola Delta sysV68 support from [email protected] (Philippe | |
190 | De Muyter). | |
191 | * configure.in (m68k-motorola-sysv*) New target. | |
192 | * config/delta68.mt: New file. | |
193 | * emulparams/delta68.sh: New file. | |
194 | * scripttempl/delta68.sc: New file. | |
195 | * Makefile.in (ALL_EMULATIONS): Added em_delta68.o. | |
196 | (em_delta68.c): New target. | |
197 | ||
901f3538 ILT |
198 | Tue Jan 11 13:22:04 1994 Ian Lance Taylor ([email protected]) |
199 | ||
8a432746 ILT |
200 | * ldmain.c (add_archive_element): If trace_files or |
201 | trace_file_tries, print file name. | |
202 | * ldlang.c (lookup_name): Likewise. | |
203 | (ldlang_add_file): Don't put files on input_bfds list in reverse | |
204 | order. | |
205 | ||
901f3538 ILT |
206 | * scripttempl/elf.sc: Correct typo. |
207 | ||
c344d884 DM |
208 | Mon Jan 10 19:49:05 1994 David J. Mackenzie ([email protected]) |
209 | ||
210 | * ldgram.y, ldlex.l: Make the space between -e, -u, and -y and | |
211 | their arguments optional, for compatibility with the old GNU ld. | |
212 | ||
267a3ab3 ILT |
213 | Fri Jan 7 20:00:24 1994 Ian Lance Taylor ([email protected]) |
214 | ||
215 | * scripttempl/elf.c: Define __bss_start before the .sbss section. | |
216 | ||
3107eb5b ILT |
217 | Thu Jan 6 00:13:10 1994 Ian Lance Taylor ([email protected]) |
218 | ||
2f84ec0d ILT |
219 | * ldmain.c (add_to_set): Add bitsize argument. |
220 | (constructor_callback): New function. | |
221 | (link_callbacks): Add constructor_callback. | |
222 | * ldctor.c (struct set_info): Add bitsize field. | |
223 | (ldctor_add_set_entry): Add bitsize argument. | |
224 | (ldctor_build_sets): Base the size of the elements of the set on | |
225 | the bitsize, rather than always using LONG. | |
226 | * ldctor.h (ldctor_add_set_entry): Add bitsize to declaration. | |
227 | ||
228 | * ld.h (QUAD_SIZE): Define. | |
229 | * ldgram.y (QUAD): New token. | |
230 | (length): Handle it. | |
231 | * ldlex.l: Return QUAD. | |
232 | * lexsup.c (keywords): Add QUAD. | |
233 | * ldwrite.c (build_link_order): Handle QUAD. | |
234 | * ldlang.c (print_data_statement): Handle QUAD. | |
235 | (lang_size_sections): Likewise. | |
236 | (lang_do_assignments): Likewise. | |
237 | * ldexp.c (exp_print_token): Add QUAD to table. | |
238 | * ld.texinfo: Describe QUAD. | |
239 | ||
3107eb5b ILT |
240 | * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections, |
241 | since the Alpha doesn't use them. | |
242 | ||
080d8af0 DM |
243 | Wed Jan 5 17:42:16 1994 David J. Mackenzie ([email protected]) |
244 | ||
245 | * ldemul.h (ld_emulation_xfer_struct): Comment the members. | |
246 | ||
247 | Sat Jan 1 13:39:31 1994 Rob Savoye ([email protected]) | |
248 | ||
249 | * Makefile.in, configure.in: Add support for VSTa micro-kernel. | |
250 | * config/vsta.mt, emulparams/vsta.sh: New files for VSTa. | |
251 | ||
34f9bf4b DM |
252 | Sat Jan 1 10:53:35 1994 David J. Mackenzie ([email protected]) |
253 | ||
254 | * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating; | |
23fdc6be | 255 | needed for i386mach. (Should be a no-op on other systems.) |
34f9bf4b DM |
256 | |
257 | * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again. | |
258 | (PAGE_SIZE): Don't define; not used. | |
259 | ||
1d166443 ILT |
260 | Fri Dec 31 16:12:06 1993 Ian Lance Taylor ([email protected]) |
261 | ||
262 | * ldgram.y (yyerror): Make argument const char *, and actually | |
263 | print it out rather than assuming it is a syntax error. | |
264 | * ldmisc.h: Change declaration of yyerror. | |
265 | * ldemul.c, ldwrite.c: Add /*ARGSUSED*/ as appropriate. | |
266 | ||
ae9c8007 DM |
267 | Fri Dec 31 11:37:28 1993 David J. Mackenzie ([email protected]) |
268 | ||
269 | * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include | |
270 | exec header offset, since the exec header isn't loaded. | |
271 | (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c. | |
272 | ||
4a6afc88 ILT |
273 | Thu Dec 30 13:01:43 1993 Ian Lance Taylor ([email protected]) |
274 | ||
275 | A major rewrite to move the bulk of the linker into BFD so that | |
276 | more efficient backend code can be written for specific object | |
277 | files. | |
278 | * lderror.c, lderror.h, ldindr.c, ldindr.h, ldsym.c, ldsym.h, | |
279 | ldwarn.c, ldwarn.h, relax.c, relax.h: Removed. | |
280 | * ldctor.c, ldctor.h: Complete rewrite. | |
281 | * ldwrite.c, ldwrite.h: Complete rewrite. | |
282 | * ld.h (strip_symbols_type, strip_symbols): Removed. Use | |
283 | link_info.strip instead. Changed all uses. | |
284 | (discard_locals_type, discard_locals): Removed. Use | |
285 | link_info.discard instead. Changed all uses. | |
286 | (ld_config_type): Removed relocateable_output field; use | |
287 | link_info.relocateable instead; changed all uses. Added stats | |
288 | field. | |
289 | (set_asymbol_chain, get_asymbol_chain, get_loader_symbol, | |
290 | set_loader_symbol): Removed. | |
291 | * ldexp.h (node_class): Added etree_rel. | |
292 | (etree_type): Added rel field. | |
293 | * ldexp.c (exp_print_token): Bracketed table initialization. | |
294 | (exp_relop): New function. | |
295 | (fold_name): Use linker hash table rather than ldsym functions. | |
296 | (exp_fold_tree): Likewise. Also, handle etree_rel case. | |
297 | (exp_print_tree): Handle etree_rel. | |
298 | * ldgram.y (strip_symbols, discard_locals): Removed. | |
299 | (OPTION_stats, OPTION_no_keep_memory): New tokens. Handle them. | |
300 | (REL): New token. Does not appear in grammar, but needed for | |
301 | expression code. | |
302 | (file): Don't call lang_final; it's called by main anyhow. | |
303 | * ldlex.l: Accept -stats and -no-keep-memory options. | |
304 | * ldlang.h (fill_type): Make unsigned int, not unsigned short. | |
305 | * ldlang.c: Consistently use fill_type for fill argument. | |
306 | (lang_init_script_file, script_file): Removed. | |
307 | (create_object_symbols): Removed. Use | |
308 | link_info.create_object_symbols_section instead. Changed all | |
309 | uses. | |
310 | (lang_add_keepsyms_file): Removed. | |
311 | (lookup_name): Call bfd_link_add_symbols instead of | |
312 | ldmain_open_file_read_symbol. | |
313 | (wild): Don't iterate over script_file. | |
314 | (open_output): Create link hash table. | |
315 | (lang_place_undefineds): Rewrote. | |
316 | (lang_size_sections): Handle relaxing (doesn't work yet). | |
317 | (lang_relocate_globals): Removed. | |
318 | (lang_finish): Use link hash table rather than ldsym functions. | |
319 | (lang_common): Rewrote. | |
320 | (lang_one_common): New function. | |
321 | (ldlang_add_file): Add file to link_info.input_bfds list. Set | |
322 | usrdata. | |
323 | (create_symbol): Removed. | |
324 | (lang_process): Don't call lang_init_script_file. Call | |
325 | ldctor_build_sets rather than find_constructors. Don't call | |
326 | lang_relocate_globals. | |
327 | (lang_abs_symbol_at_beginning_of): Rewrote. | |
328 | (lang_abs_symbol_at_end_of): Rewrote. | |
329 | * ldmain.c (had_y): Removed. | |
330 | (lprefix, lprefix_len): Removed; use link_info fields instead. | |
331 | Changed all uses. | |
332 | (multiple_def_count, commons_pending, undefined_global_sym_count, | |
333 | total_symbols_seen, total_files_seen): Removed. | |
334 | (link_callbacks, link_info): New variables. | |
335 | (main): Initialize link_info. Don't call init_bfd_error_vector or | |
336 | ldsym_init. Don't set now unused variables. Handle -stats. | |
337 | (get_emulation): Removed obsolete and nonfunctional GNU960 code. | |
338 | (add_ysym): Rewrote. | |
339 | (read_entry_symbols, refize, enter_global_ref, enter_file_symbols, | |
340 | search_library, gnu960_check_format, decode_library_subfile, | |
341 | linear_library, symdef_library, clear_syms, subfile_wanted_p): | |
342 | Removed. | |
343 | (add_keepsyms_file, add_archive_element, multiple_definition, | |
344 | multiple_common, add_to_set, warning_callback, undefined_symbol, | |
345 | reloc_overflow, reloc_dangerous, unattached_reloc, notice_ysym): | |
346 | New functions. | |
347 | * ldmisc.c (vfinfo): Accept a string for %T, not a symbol. Don't | |
348 | require symbols for %C; look them up instead. | |
349 | * emultempl/hppaosf.em: Pass link_info to | |
350 | hppa_look_for_stubs_in_section. | |
351 | * Makefile.in: Rebuilt dependencies. | |
352 | (CFILES): Removed lderror.c, ldindr.c, ldsym.c, ldwarn.c, and | |
353 | relax.c. | |
354 | (HFILES): Removed lderror.h, ldindr.h, ldsym.h, ldwarn.h, and | |
355 | relax.h. | |
356 | (EMULATION_OFILES): Depend on bfdlink.h, ldmain.h, ldexp.h, | |
357 | ldlang.h and ldctor.h. | |
358 | ||
359 | * Makefile.in (ldlex.c): Don't depend on ldgram.h. Remove | |
360 | declarations of free and malloc from flex output. Change malloc | |
361 | to ldmalloc in flex output. | |
362 | ||
363 | Thu Dec 16 21:19:57 1993 Jeffrey A. Law ([email protected]) | |
364 | ||
365 | * ldmain.c (lprefix): Change default from a char to a string | |
366 | with only one character. | |
367 | (lprefix_len): Set default to one. | |
368 | ||
369 | * ldmain.h (lprefix_len): Declare. | |
370 | ||
371 | * ldsym.c (write_file_locals): Use strncmp rather than a character | |
372 | comparison for lprefix. | |
373 | ||
374 | * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len | |
375 | correctly. | |
376 | ||
377 | * emultmpl/hppaosf.em: Include ldexp.h. | |
378 | (before_parse): Set lprefix and lprefix_len correctly. | |
379 | ||
498fbd3c ILT |
380 | Tue Dec 14 17:19:03 1993 Ian Lance Taylor ([email protected]) |
381 | ||
553b0021 ILT |
382 | * ldlex.h: Don't declare yywrap if it is a macro. |
383 | * ldlex.l: Include sysdep.h. | |
498fbd3c ILT |
384 | * ldlang.c (lang_for_each_statement_worker, |
385 | lang_for_each_statement): Forgot to use PARAMS. | |
386 | ||
1400cdc5 ILT |
387 | Mon Dec 13 14:30:03 1993 Ian Lance Taylor ([email protected]) |
388 | ||
389 | * Makefile.in: Added .PHONY targets where appropriate. Added some | |
390 | comments. Also: | |
391 | (gcclibdir, version): Removed unused variables. | |
392 | (DEP): New variable, set to mkdep. | |
393 | (ALL_CFLAGS): New variable. Used in .c.o target. | |
394 | (CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New | |
395 | variables. | |
396 | (HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES, | |
397 | GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed | |
398 | mostly obsolete variables. Adjusted remaining uses. | |
399 | (DEF_EMUL): Removed variable. | |
400 | (ldmain.o): Handle undefined EMUL error correctly. | |
401 | (ldemul-list.h): Depend on config.status rather than Makefile. | |
402 | Create via temporary file. | |
403 | (ver960.c, roll, make): Removed obsolete targets. | |
404 | (.dep, .dep1, dep.sed, dep, dep-in): New targets. Used to rebuild | |
405 | dependencies. | |
406 | * dep-in.sed: New file, used when rebuilding dependencies. | |
407 | ||
2c6635a4 ILT |
408 | Sat Dec 11 14:43:44 1993 Ian Lance Taylor ([email protected]) |
409 | ||
fcf276c4 ILT |
410 | Made many changes to eliminate gcc warnings. Made various |
411 | cosmetic changes, declared various things in header files, removed | |
412 | various extern declarations from .c files. No substantive | |
413 | changes. | |
414 | ||
2c6635a4 ILT |
415 | * ldlang.c (lang_process): Ifdef out final call to |
416 | lang_size_sections again (reverting change of Nove 2), since it | |
417 | breaks the Sun4 linker. | |
418 | ||
419 | Thu Dec 2 16:31:47 1993 Ian Lance Taylor ([email protected]) | |
420 | ||
421 | * configure.in (alpha-*-netware*): New target; use alpha. | |
422 | ||
d05ac46b KR |
423 | Wed Dec 1 14:04:20 1993 Ken Raeburn ([email protected]) |
424 | ||
425 | * configure.in: Group targets by CPU. Merge some m68k target | |
426 | entries with different CPU specs that use the same ld_target | |
427 | values. | |
428 | ||
429 | * configure.in: Add sparc*-*-coff. | |
430 | * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files. | |
431 | * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o. | |
432 | (em_coff_sparc.c): Add dependencies and build rules. | |
433 | ||
434 | * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare. | |
435 | ||
f651733a ILT |
436 | Wed Dec 1 12:19:55 1993 Ian Lance Taylor ([email protected]) |
437 | ||
8e964b07 ILT |
438 | * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval): |
439 | New tokens. | |
f651733a | 440 | (command_line_option): Accept and ignore them (for now). |
8e964b07 ILT |
441 | * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On |
442 | where n is a number. | |
f651733a ILT |
443 | |
444 | Mon Nov 22 14:14:29 1993 Ian Lance Taylor ([email protected]) | |
445 | ||
446 | * ldmain.c (subfile_wanted_p): If merging a common symbol which is | |
447 | not in bfd_com_section, create the section in the BFD so that it | |
448 | can be placed in the right output section. | |
449 | ||
2332114c ILT |
450 | Fri Nov 19 14:12:39 1993 Ian Lance Taylor ([email protected]) |
451 | ||
452 | * configure.in (mips*-sgi-irix5*): New target. Use mipsb-elf32. | |
453 | * emulparams/elf32mipsb.sh (DATA_ADDR): Define. | |
454 | (OTHER_READONLY_SECTIONS): Define for .reginfo. | |
455 | (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK. | |
456 | * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating. | |
457 | Move OTHER_READONLY_SECTIONS after all the other readonly | |
458 | sections. Don't use DATA_ADDR twice. | |
459 | ||
460 | * ldmain.c (enter_file_symbols): Removed duplicate tests of p. If | |
461 | p is in a common section, make sure the BFD has a section of that | |
462 | name. | |
463 | ||
464 | * ldlang.c (lang_common): Add newline to error message. | |
465 | ||
466 | Thu Nov 11 15:54:41 1993 Stan Shebs ([email protected]) | |
467 | ||
468 | * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a | |
469 | Lynx-specific script instead of m68kcoff. | |
470 | (OUTPUT_FORMAT): Define as "coff-m68k-lynx". | |
471 | (ENTRY): Define as __main. | |
472 | (TEXT_START_ADDR): Define as 0. | |
473 | (PAGE_SIZE): Define as 0x1000. | |
474 | * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment. | |
475 | * scripttempl/m68klynx.sc: New file. | |
476 | ||
477 | Mon Nov 8 12:00:16 1993 Ian Lance Taylor ([email protected]) | |
478 | ||
479 | * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3 | |
480 | arguments rather than treating them as emulation names. | |
481 | ||
b11b3ace DHW |
482 | Fri Nov 5 09:02:52 1993 D. V. Henkel-Wallace ([email protected]) |
483 | ||
484 | * configure.in: Support x86 unixware and netware plus generic netware. | |
485 | ||
2ccb88c0 DM |
486 | Fri Nov 5 21:47:55 1993 David J. Mackenzie ([email protected]) |
487 | ||
488 | * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): | |
489 | Correct values (?). | |
490 | ||
3c1af24d KR |
491 | Wed Nov 3 15:10:15 1993 Ken Raeburn ([email protected]) |
492 | ||
493 | * Makefile.in (distclean): Don't delete dvi or info files. | |
4ecfad79 | 494 | (ld.info): Update dependency list. |
2ccb88c0 | 495 | (ld.dvi): Ditto. Extend TEXINPUTS to get bfdsumm.texi. |
3c1af24d | 496 | |
3c292c5a DM |
497 | Wed Nov 3 12:07:39 1993 David J. Mackenzie ([email protected]) |
498 | ||
499 | * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT. | |
500 | Set output_filename instead of creating a new node. | |
501 | (open_output): Don't set output_filename. | |
502 | (lang_final): Create the new node here. | |
503 | * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT. | |
504 | ||
97fbbaca JL |
505 | Tue Nov 2 15:45:51 1993 Jeffrey A. Law ([email protected]) |
506 | ||
f1f6b5e9 JL |
507 | From Pete Hoogenboom ([email protected]): |
508 | ||
509 | * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext, | |
510 | edata, _edata, end): Add definitions of these symbols. | |
511 | (__end): Remove definition of this symbol. | |
512 | (__data_start): Move definition of this symbol. | |
513 | ||
5f62613e JL |
514 | * emultempl/hppaosf.em: Various fixes and support for linker stub |
515 | generation. | |
516 | (hppaosf_finish, hppaosf_search_for_padding_statements, | |
517 | hppaosf_create_output_section_statements): New functions in | |
518 | support of linker stub generation. | |
519 | (ld_hppaosf_emulation): Redefine to include new | |
520 | emulation-specific routines. | |
521 | ||
97fbbaca JL |
522 | * ldlang.c (lang_process): Re-enable last call lang_size_sections. |
523 | Pass abs_output_section rather than NULL to avoid invalidating | |
524 | absolute symbols. | |
525 | ||
526 | Thu Oct 28 21:16:42 1993 David J. Mackenzie ([email protected]) | |
527 | ||
528 | * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o. | |
529 | (em_i386mach.c): New rule. | |
530 | * configure.in (i[34]86-*-mach*): New case. | |
531 | * config/i386-mach.mt: New file. | |
532 | * emulparams/i386mach.sh: New file. | |
533 | ||
c3b34cfd ILT |
534 | Fri Oct 29 14:55:05 1993 Ian Lance Taylor ([email protected]) |
535 | ||
536 | * ld.h (flag_is_*): Removed macros. | |
537 | * ldmain.c (enter_global_ref), ldsym.c (write_file_locals): | |
538 | Consistently check the BFD symbol flags directly, rather than | |
539 | using file_is_* macros. | |
540 | ||
7b95fe96 SS |
541 | Thu Oct 28 19:08:42 1993 Stan Shebs ([email protected]) |
542 | ||
543 | * configure.in (sparc*-*-lynxos*): New target. | |
544 | * Makefile.in: Add rule for em_sparclynx.c. | |
545 | (ALL_EMULATIONS): Add Lynx emulations. | |
546 | * config/sparc-lynx.mt: New file. | |
547 | * emulparams/sparclynx.sh: New file. | |
548 | * scripttempl/sparccoff.sc: New file. | |
549 | ||
d17eb3db ILT |
550 | Thu Oct 28 13:50:25 1993 Ian Lance Taylor ([email protected]) |
551 | ||
552 | * Makefile.in: Add dependency for $(EMULATION_OFILES). | |
553 | ||
db4b5ad0 ILT |
554 | Mon Oct 25 16:09:24 1993 Ian Lance Taylor ([email protected]) |
555 | ||
556 | * relax.c (write_relax): Check return value of bfd_seclet_link. | |
557 | ||
2fe6619e KR |
558 | Mon Oct 25 09:31:21 1993 Ken Raeburn ([email protected]) |
559 | ||
560 | * ldlang.c (delete_output_file_on_failure): New variable. | |
561 | (open_output): Set it after bfd open succeeds. | |
562 | * ldmisc.c (vfinfo): Test it. | |
563 | ||
564 | Changes from Peter Hoogenboom, [email protected]: | |
565 | ||
566 | * ldsym.c (write_file_locals): Set the BSF_FILE flag for object | |
567 | symbols. | |
568 | ||
569 | * ldemul.c: Support was added to allow emulation-specific | |
570 | processing to occur. This support was added primarily for linker | |
571 | stub generation in the elf32-hppa gld. | |
572 | (ldemul_finish, ldemul_create_output_section_statements): New | |
573 | functions. | |
574 | * ldemul.h: Support was added to allow emulation-specific | |
575 | processing to occur. (As described above.) Added finish and | |
576 | create_output_section_statements fields to | |
577 | ld_emulation_xfer_struct structure. | |
578 | * ldlang.c: Add calls to emulation-specific routines. | |
579 | (lang_process): Add call to | |
580 | ldemul_create_output_section_statements function. | |
581 | (lang_process): Add call to a emulation-specific routine (and | |
582 | some processing after the call). | |
583 | ||
584 | Fri Oct 22 20:54:13 1993 david d `zoo' zuhn ([email protected]) | |
585 | ||
586 | * configure.in: mips*- instead of mips-, mips*el changes | |
587 | ||
1c4b3cda ILT |
588 | Tue Oct 19 15:46:28 1993 Ian Lance Taylor ([email protected]) |
589 | ||
590 | * configure.in (alpha-*-osf*): New target; use alpha.mt. | |
591 | * Makefile.in (ALL_EMULATIONS): Added em_alpha.o. | |
592 | (em_alpha.c): New target; use alpha.sh and alpha.sc. | |
593 | * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define. | |
594 | * config/alpha.mt: New file. | |
595 | * emulparams/alpha.sh: New file. | |
596 | * scripttempl/alpha.sc: New file. | |
597 | ||
598 | Fri Oct 15 02:20:04 1993 Doug Evans ([email protected]) | |
599 | ||
600 | * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle | |
601 | types of different sizes (eg: 64 and 32 bits), so coerce. | |
602 | * ld.h (ALIGN_N): Add warning about usage. | |
603 | ||
98b5caad ILT |
604 | Wed Oct 13 16:02:39 1993 Ian Lance Taylor ([email protected]) |
605 | ||
606 | * ldmain.c (enter_global_ref): Just ignore any weak symbol for | |
607 | which we already have a definition, rather than checking in | |
608 | several different places whether the symbol is weak. | |
609 | ||
a71da760 ILT |
610 | Tue Oct 12 17:30:51 1993 Ian Lance Taylor ([email protected]) |
611 | ||
612 | * configure.in (mips-*-elf*): New target; use mipsb-elf32. | |
613 | * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and | |
614 | OTHER_READWRITE_SECTIONS if relocating. Shell variables are not | |
615 | expanded within them. | |
616 | * config/mipsb-elf32.mt: New file. | |
617 | * emulparams/elf32mipb.sh: New file. | |
618 | * Makefile.in (em_elf32mipb.c): New target. | |
619 | ||
a4aeaacf RS |
620 | Thu Sep 30 17:00:36 1993 Rob Savoye ([email protected]) |
621 | ||
a4aeaacf RS |
622 | * ldgram.y: In input_list, change lang_input_file_is_file_enum to |
623 | lang_input_file_is_search_file_enum so objects brought in using | |
624 | INPUT() do a path lookup. | |
625 | ||
626 | Tue Sep 28 13:31:23 1993 Stan Shebs ([email protected]) | |
627 | ||
628 | * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx | |
629 | instead of {i386,m68k}-coff. | |
630 | * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets. | |
631 | * config/i386-lynx.mt: New file. | |
632 | * config/m68k-lynx.mt: New file. | |
633 | * emulparams/i386lynx.sh: New file. | |
634 | * emulparams/m68klynx.sh: New file. | |
635 | ||
636 | * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY}, | |
637 | but defaulting to _start. | |
638 | ||
639 | * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h, | |
640 | ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with | |
641 | LynxOS libc. | |
642 | ||
643 | Thu Sep 23 14:51:03 1993 Ian Lance Taylor ([email protected]) | |
644 | ||
645 | * config/solaris2.mh: New file. Define HOSTING_CRT0 and | |
646 | HOSTING_LIBS for testing. | |
647 | ||
9a467cb2 ILT |
648 | Fri Sep 17 17:52:24 1993 Ian Lance Taylor ([email protected]) |
649 | ||
650 | Finish up support for i386-sysv4 (without shared libraries): | |
651 | * ld.h (flag_is_weak): Define. | |
652 | * ldlang.c (print_symbol): Mention whether symbol is weak. | |
653 | (print_input_section): Print weak symbols as globals. | |
654 | * ldmain.c (refize): Do not zero out BSF_WEAK flag. | |
655 | (enter_global_ref): Do not warn if a weak symbol redefines a | |
656 | global symbol. Do not let a weak symbol redefine a common symbol. | |
657 | (enter_file_symbols): Treat weak symbols as global symbols. | |
658 | (subfile_wanted_p): Do not pull in an object file from a archive | |
659 | just to resolve an undefined weak symbol. | |
660 | * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal | |
661 | error; the error might be that malloc has run out of space. | |
662 | * ldsym.c (write_file_locals): Treat weak symbols as global. | |
663 | * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets; | |
664 | use i386-elf. | |
665 | * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib. | |
666 | * config/i386-elf.mt: New file; set EMUL to elf_i386. | |
667 | * emulparams/elf_i386.sh: New file. | |
668 | * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0). | |
669 | * Makefile.in (NATIVE_LIB_DIRS): Define to be empty. | |
670 | (ALL_EMULATIONS): Add em_elf_i386.o. | |
671 | (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument. | |
672 | (em_elf_i386.c): New target, like other em_*.c targets. | |
673 | ($(LD_PROG)): Pass $(CFLAGS) to $(CC). | |
674 | * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument. If | |
675 | nonempty, and configured for native, add it to LIB_PATH. | |
676 | ||
4f6d6db9 SS |
677 | Fri Sep 17 13:07:39 1993 Stan Shebs ([email protected]) |
678 | ||
679 | * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}: | |
680 | Added statements to pass stab and stabstr sections through and | |
681 | mark them as NOLOAD, which makes GDB happier. | |
682 | ||
683 | Wed Sep 15 16:02:29 1993 Stan Shebs ([email protected]) | |
684 | ||
685 | * configure.in: Accept m68k-lynx-lynxos config. | |
686 | ||
687 | * Makefile.in: Use $(SHELL) to run genscripts.sh. | |
688 | ||
1bff7c38 DE |
689 | Sun Sep 12 16:04:40 1993 Doug Evans ([email protected]) |
690 | ||
4f6d6db9 SS |
691 | * config/coff-h8300.mt: Add EMUL=h8300h. |
692 | ||
1bff7c38 DE |
693 | * ldmain.c (main): Call set_scripts_dir after argv has been processed. |
694 | ||
8a6665ae JW |
695 | Fri Sep 10 09:36:29 1993 Jeffrey Wheat ([email protected]) |
696 | ||
697 | * Makefile.in: Changed CXX back to g++. | |
698 | ||
3a9149a7 JW |
699 | Fri Sep 10 09:34:29 1993 Jeffrey Wheat ([email protected]) |
700 | ||
701 | * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule. | |
702 | ||
cbb5c2d1 DM |
703 | Fri Sep 10 07:26:57 1993 David J. Mackenzie ([email protected]) |
704 | ||
705 | * Makefile.in (TAGS): Use shell wildcards. | |
706 | ||
959eba20 JO |
707 | Tue Sep 7 18:04:54 1993 Jeffrey Osier ([email protected]) |
708 | ||
709 | * Makefile.in: add TEXINPUTS variable and use it in ld.dvi target | |
710 | ||
a0a55af6 | 711 | Fri Sep 3 16:46:41 1993 Roland H. Pesch ([email protected]) |
c1074477 | 712 | |
a0a55af6 RP |
713 | * ld.texinfo: re-enable included config file; conditionalize doc |
714 | for -oformat to interact properly with SingleFormat doc config | |
715 | var; rename @up/@down to @raisesections/@lowersections. | |
c1074477 DE |
716 | |
717 | Wed Aug 25 16:29:56 1993 K. Richard Pixley ([email protected]) | |
718 | ||
719 | * configure.in: recognize m88110. | |
720 | ||
4346166b KR |
721 | Tue Aug 24 18:49:40 1993 Ken Raeburn ([email protected]) |
722 | ||
723 | From Peter Hoogenboom <[email protected]>: | |
724 | * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA | |
725 | ELF emulation is "elf32-hppa" not "elf-big". | |
726 | (hppaosf_before_parse): Remove unneeded processing of environment | |
727 | variables. | |
728 | * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in | |
729 | .text segment of output file. | |
730 | * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa. | |
731 | ||
b98bd3db RP |
732 | Tue Aug 24 16:17:00 1993 K. Richard Pixley ([email protected]) |
733 | ||
95a2b9d2 RP |
734 | * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no |
735 | longer in bfd.h. | |
736 | ||
737 | * ldlang.c, ld.h: updated copyright. | |
b98bd3db | 738 | |
ddddcdf0 ILT |
739 | Tue Aug 17 15:22:03 1993 Ian Lance Taylor ([email protected]) |
740 | ||
741 | * ldlang.c (open_output, lang_check): Check return value of | |
742 | bfd_set_arch_mach. | |
743 | ||
ea1c0ad2 SC |
744 | Tue Aug 17 07:02:19 1993 Steve Chamberlain ([email protected]) |
745 | ||
746 | * scripttempl/h8500.sc: Start all sections in a different segment. | |
747 | * scripttempl/z8ksim.sc: Handle constructors | |
748 | ||
ea1c0ad2 SC |
749 | Thu Aug 12 16:05:37 1993 Jeffrey Wheat ([email protected]) |
750 | ||
751 | * Makefile.in: revert earlier changes back to execute runtest | |
752 | with make check. cdtest and bootstrap now function as they | |
753 | did within the Makefile. | |
754 | ||
755 | Thu Aug 12 10:20:05 1993 David J. Mackenzie ([email protected]) | |
756 | ||
757 | * Makefile.in: Update dependencies. | |
758 | ||
759 | * configure.in: Set EMULATION_OFILES in Makefile based on | |
760 | --with-targets option. | |
761 | ||
d301e438 JW |
762 | Thu Aug 12 08:52:29 1993 Jeffrey Wheat ([email protected]) |
763 | ||
764 | * Makefile.in: check targets reimplemented to old way. | |
765 | ||
75fe5471 ILT |
766 | Wed Aug 11 08:26:11 1993 Ian Lance Taylor ([email protected]) |
767 | ||
d62026ad ILT |
768 | * config/i386v.mh, config/irix4.mh: Use gcc |
769 | -print-libgcc-file-name rather than $(libdir)/libgcc.a. | |
75fe5471 ILT |
770 | * config/i386sco.mh: New file; copy of i386v.mh to correspond to |
771 | bfd/configure.host change. | |
772 | ||
773 | Mon Aug 9 14:25:35 1993 Ken Raeburn ([email protected]) | |
774 | ||
775 | * scripttempl/elf.sc: Handle .line and .debug* sections. | |
776 | ||
777 | * ldlex.l: Use bfd_scan_vma, not strtoul. | |
778 | ||
31f55aa5 DM |
779 | Fri Aug 6 08:57:39 1993 David J. Mackenzie ([email protected]) |
780 | ||
781 | * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c: | |
782 | Remove inital caps in some error messages, change "can't" to | |
783 | "cannot", add missing colons. | |
784 | * ldmisc.c (vfinfo): Print "%%" as a single %. | |
785 | For '%' followed by unrecognized character, print them both | |
786 | verbatim instead of expecting a char * arg. | |
787 | For '%C', don't put the function name in parens. | |
788 | ||
789 | * ldexp.c (invalid): Pass "%%", not "% ". | |
790 | ||
33536304 ILT |
791 | Fri Aug 6 14:31:22 1993 Ian Lance Taylor ([email protected]) |
792 | ||
793 | * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss. | |
794 | (BSS_VAR): Removed; now always define _fbss. | |
795 | * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR): | |
796 | Removed. | |
797 | ||
798 | Thu Aug 5 15:55:19 1993 david d `zoo' zuhn ([email protected]) | |
799 | ||
800 | * configure.in: z8k-coff is the same as z8k-sim | |
801 | ||
7c6a9e79 JW |
802 | Wed Aug 4 21:00:18 1993 Jeffrey Wheat ([email protected]) |
803 | ||
804 | * testsuite/lib/ld.exp: new file | |
805 | * testsuite/config/unix-ld.exp: new file | |
806 | * testsuite/ld.bootstrap/bootstrap.exp: new file | |
807 | * Makefile.in: add dejagnu support for make check | |
808 | ||
8bf66be8 DM |
809 | Wed Aug 4 17:52:32 1993 David J. Mackenzie ([email protected]) |
810 | ||
811 | * ldlex.l (comment): Add missing newline in message. | |
812 | * ldindr.c (add_indirect): Ditto. | |
813 | * ldexp.c (exp_fold_tree): Ditto. | |
814 | ||
2a28d8b0 DM |
815 | Tue Aug 3 10:57:41 1993 David J. Mackenzie ([email protected]) |
816 | ||
817 | * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons | |
818 | into externs. | |
819 | ||
820 | * ldmisc.c (multiple_warn): New function. | |
821 | * ldmisc.h: Declare it. | |
822 | * ldmain.c (enter_global_ref): Call it. | |
823 | * ld.h (ld_config_type): Add warn_common. | |
824 | * ldlex.l, ldgram.y: Set it with -warn-common option. | |
825 | * ldver.c (help): Document it. | |
826 | ||
94f9d427 KR |
827 | Mon Aug 2 12:04:36 1993 Ken Raeburn ([email protected]) |
828 | ||
829 | * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and | |
830 | target-specific sections, and for changing data section vma. | |
831 | ||
6b93d764 KR |
832 | Mon Jul 26 14:00:02 1993 Ken Raeburn ([email protected]) |
833 | ||
834 | * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New | |
835 | terminals, for Solaris. | |
836 | (dirlist_ptr): New static variable. | |
837 | (command_line_option): Accept new options. | |
838 | ||
839 | * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and | |
840 | "-YP,...". | |
841 | ||
842 | * config/sun4sol2.mt: Pass emulation name without ".sh". | |
843 | ||
94f9d427 KR |
844 | * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c. |
845 | * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly. | |
846 | ||
6b93d764 KR |
847 | Fri Jul 23 13:51:09 1993 Ken Raeburn ([email protected]) |
848 | ||
849 | * scripttempl/elf.sc: Add support for .init, .fini, .ctors, | |
850 | .dtors, .data1, .rodata1 sections, instead of combining them into | |
851 | other sections. For `-r', set all section start addresses to | |
852 | zero. | |
853 | ||
854 | * emulparams/elf32-sparc.sh (TEXT_START_ADDR, | |
855 | NONPAGED_TEXT_START_ADDR): Value should be 0x10100. | |
856 | (MAXPAGESIZE): Renamed from PAGE_SIZE. | |
857 | ||
a6152e39 DM |
858 | Wed Jul 21 14:28:42 1993 David J. Mackenzie ([email protected]) |
859 | ||
d59e5a47 DM |
860 | * genscripts.sh: If this is the default emulation, set |
861 | COMPILE_IN. | |
862 | * emultempl/*.em: Use it to determine whether to compile in the | |
863 | scripts. | |
864 | ||
a6152e39 DM |
865 | * Makefile.in (GENSCRIPTS): Pass the default emulation name to |
866 | genscripts.sh. Pass the current emulation name without ".sh" on | |
867 | the end. | |
868 | * genscripts.sh: Take an default emulation arg. | |
d59e5a47 | 869 | Use the current emulation name as EMULATION_NAME. |
a6152e39 DM |
870 | Make default lib path for cross-compiling ':', not null. |
871 | * emulparams/*.sh: Don't set EMULATION_NAME. | |
872 | * ldemul.c (ldemul_get_script): Take isfile arg. | |
873 | Pass it to emulation's get_script function. | |
874 | * ldemul.h: Adjust get_script prototypes. | |
875 | * ldfile.c (ldfile_find_command_file): Renamed from find_a_name. | |
876 | No longer static. | |
877 | * ldfile.h: Declare it. | |
878 | * ldgram.y: Accept a script on the command line again, | |
879 | for parsing compiled-in scripts. | |
880 | * ldmain.c (main): If ld script is a file, parse it as a -T | |
881 | option, otherwise parse it directly. | |
882 | * emultempl/*.em (*get_script): Return the scripts themselves if | |
883 | this is the default emulation; otherwise return their file names. | |
18d9a9c5 | 884 | * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of |
a6152e39 DM |
885 | generic.em. |
886 | * emulparams/m88kbcs.sh: Use it. | |
887 | ||
18d9a9c5 | 888 | * ld.h (ld_config_type::unix_relocate): Remove unused element. |
a6152e39 | 889 | |
0750b974 KR |
890 | Tue Jul 20 12:01:49 1993 Ken Raeburn ([email protected]) |
891 | ||
892 | * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which | |
893 | there's no change log entry yet, tsk tsk) from the list of | |
894 | emulations compiled in until Mark gets around to checking in | |
895 | emulparams/i386linux.sh. | |
820c446c KR |
896 | (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is |
897 | changed, this file gets updated. | |
0750b974 | 898 | |
fe619ced ILT |
899 | Fri Jul 16 14:14:32 1993 Ian Lance Taylor ([email protected]) |
900 | ||
901 | * ldgram.y (OPTION_Lfile): New token. | |
902 | (command_line_option): Accept OPTION_L NAME (whitespace after -L). | |
903 | * ldlex.l (<COMMAND>): Accept -L without FILENAME. | |
904 | ||
dd8ca662 DE |
905 | Fri Jul 16 13:44:26 1993 Doug Evans ([email protected]) |
906 | ||
907 | * configure.in: h8/300h support needs own .mt file. | |
908 | config/coff-h8300h.mt: New file. | |
909 | ||
922018a1 DM |
910 | Thu Jul 15 12:44:35 1993 David J. Mackenzie ([email protected]) |
911 | ||
912 | * ldmain.c: Don't include sys/stat.h; it already got included | |
913 | somewhere along the way. | |
914 | ||
4ab3a31f DE |
915 | Thu Jul 15 14:43:34 1993 Doug Evans ([email protected]) |
916 | ||
917 | * Makefile.in: Add h8300h support. | |
dd8ca662 DE |
918 | emulparams/h8300h.sh: New file. |
919 | scripttempl/h8300h.sc: New file. | |
4ab3a31f | 920 | |
bbd2521f DM |
921 | Thu Jul 15 12:44:35 1993 David J. Mackenzie ([email protected]) |
922 | ||
923 | * ldfile.c (ldfile_open_file): In error message, use the name the | |
924 | user gave (e.g., "-lc"), rather than the base file name. | |
925 | ||
926 | * ldexp.c (exp_fold_tree): Don't assign an int to an enum. | |
927 | ||
928 | * ldmain.[ch]: Remove initial Q_ from function names. | |
929 | * ldexp.c, ldindr.c, ldlang.c: Change callers. | |
930 | ||
931 | * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries. | |
932 | ||
933 | * ldlang.c (lang_process): Move loading of default script from | |
934 | here to main. Add a "/" to start of script name to prevent | |
935 | finding it in "." first. | |
936 | ||
937 | * ldmain.c (set_scripts_dir): Don't look in "." first. | |
938 | ||
939 | * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var | |
940 | option_longmap. | |
941 | ||
9edc5b2e ILT |
942 | Thu Jul 15 10:55:59 1993 Ian Lance Taylor ([email protected]) |
943 | ||
944 | * Makefile.in (em_m88kbcs.c): Correct dependency. | |
b0955bc9 ILT |
945 | * scripttempl/m88kbcs.sc: It's ARCH, not arch. Removed TARGET |
946 | statement. Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}. | |
947 | * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs. | |
9edc5b2e | 948 | |
cffdcde9 DM |
949 | Wed Jul 14 21:42:53 1993 David J. Mackenzie ([email protected]) |
950 | ||
951 | * ldfile.c (ldlang_open_file, ldfile_open_command_file), | |
952 | main.c (main): Print the errno string in the error message. | |
953 | ||
ac2c0ee7 DE |
954 | Tue Jul 13 20:00:30 1993 Doug Evans ([email protected]) |
955 | ||
956 | * configure.in: Accept h8300h for target cpu. | |
957 | ||
958 | * ldmisc.c (vfinfo): Have demangle remove leading underscore if | |
959 | present (demangle is smart enough to know whether to do it or not). | |
960 | ||
d723cd17 DM |
961 | Mon Jul 12 11:45:48 1993 David J. Mackenzie ([email protected]) |
962 | ||
f4208462 DM |
963 | * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for |
964 | ldscripts, as well as <ld bin dir> and SCRIPTDIR. | |
965 | ||
d723cd17 DM |
966 | * ldlang.c (lang_process): Use sizeof instead of magic constant. |
967 | ||
968 | * ldmain.c (get_emulation, check_for_scripts_dir, | |
969 | set_scripts_dir): New functions. | |
970 | (main): Call them. | |
971 | ||
e7affb09 KR |
972 | Mon Jul 12 10:57:03 1993 Ken Raeburn ([email protected]) |
973 | ||
974 | * scripttempl/elf.sc: Include .init, .fini, .rodata sections. | |
975 | Create symbol "end" instead of "__end". Comment out some parts | |
976 | that may not be needed (yet) for elf. | |
977 | ||
978 | * configure.in: Accept sparc-elf and sparc-solaris2 configs. | |
979 | ||
3cb61417 KR |
980 | Thu Jul 8 15:33:32 1993 Ken Raeburn ([email protected]) |
981 | ||
982 | * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS). | |
983 | ||
984 | * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro | |
985 | when no prototype is being supplied. | |
986 | (ldmalloc, ldrealloc): Size argument is now size_t. | |
987 | ||
988 | * ldmisc.c (finfo): New function, accepts FILE* argument. | |
989 | (vfinfo, case 'v'): New format character; displays bfd_vma in hex | |
990 | without leading zeros. | |
991 | (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a | |
992 | bfd_vma value, instead of fprintf(%x) which won't hold a long long | |
993 | value. | |
994 | (concat, buystring): String lengths are size_t. | |
995 | (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t. | |
996 | ||
997 | * ldlang.c (new_statement): Size argument is now size_t. Added | |
998 | forward declaration with prototype. | |
999 | ||
de87cdb4 DM |
1000 | Thu Jul 8 10:53:47 1993 David J. Mackenzie ([email protected]) |
1001 | ||
1002 | * ldgram.y (OPTION_v): Don't turn on verbose output. | |
1003 | ||
49bfda2c KR |
1004 | Wed Jul 7 17:10:45 1993 Ken Raeburn ([email protected]) |
1005 | ||
3cb61417 KR |
1006 | * ldlex.l: Get rid of local typedef for bfd_vma! Get it from |
1007 | bfd.h instead. | |
49bfda2c | 1008 | |
e357065c ILT |
1009 | Wed Jul 7 11:33:12 1993 Ian Lance Taylor ([email protected]) |
1010 | ||
1011 | * Makefile.in (install): Don't install as $(tooldir)/bin/gld; | |
1012 | collect2 doesn't look for gld any more anyhow. | |
1013 | ||
55636aa7 ILT |
1014 | Mon Jul 5 14:29:48 1993 Ian Lance Taylor ([email protected]) |
1015 | ||
1016 | * ldlang.c (lang_relocate_globals): Skip indirect symbols, which | |
1017 | now have a non NULL srefs_chain. | |
1018 | ||
1019 | * config/hp300hpux.mt: Use emulation hp3hpux rather than | |
1020 | hp300hpux, since the latter does not exist. | |
1021 | ||
ff76a7db DM |
1022 | Fri Jul 2 18:06:05 1993 David J. Mackenzie ([email protected]) |
1023 | ||
1024 | * genscripts.sh: Put the scripts in the ldscripts directory, not | |
1025 | emulations. | |
1026 | * configure.in (ldscripts): Make, instead of emulations. | |
1027 | * Makefile.in (scriptdir): Take off the "ld" part. | |
1028 | (install, clean, distclean): Use ldscripts, not emulations. | |
a04f1d00 | 1029 | In tests, don't pass -Lemulations. |
ff76a7db DM |
1030 | Don't pass tooldir/lib to genscripts.sh. |
1031 | * genscripts.sh: Don't take tooldir/lib arg. | |
1032 | * ldlang.c (lang_process): Add "ldscripts/" to the name of the | |
1033 | default script file. | |
1034 | ||
7434d4e5 DE |
1035 | Fri Jul 2 17:13:35 1993 Doug Evans ([email protected]) |
1036 | ||
1037 | * scripttempl/h8300.sc: Add .tors section for constructor/destructors. | |
1038 | ||
1039 | Thu Jul 1 16:38:45 1993 Doug Evans ([email protected]) | |
1040 | ||
1041 | * config/coff-h8300.mt: EMUL=h8300hms -> h8300. | |
1042 | ||
559d7baf RP |
1043 | Wed Jun 30 15:45:55 1993 K. Richard Pixley ([email protected]) |
1044 | ||
1e787898 RP |
1045 | * Makefile.in (.y.c): skip default .y.c rules. gnu make can now |
1046 | run in parallel without colliding on yacc's static file names. | |
1047 | Without the stub rule, make will try to start two yacc's | |
1048 | concurrently which fails because of yacc's static file names. | |
559d7baf RP |
1049 | |
1050 | Tue Jun 29 12:20:36 1993 Ian Lance Taylor ([email protected]) | |
1051 | ||
1052 | * ldmain.c (subfile_wanted_p): Don't dump core if there are no | |
1053 | symbols. | |
1054 | ||
59fb874e DM |
1055 | Mon Jun 28 12:22:11 1993 David J. Mackenzie ([email protected]) |
1056 | ||
559d7baf RP |
1057 | * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's |
1058 | different from libdir. | |
1059 | ||
59fb874e DM |
1060 | * Makefile.in (scriptdir): Base on tooldir, not datadir. |
1061 | ||
bf065bfd DM |
1062 | Sat Jun 26 12:03:57 1993 David J. Mackenzie ([email protected]) |
1063 | ||
1064 | * ldver.c (help): New function. | |
1065 | * ldver.h: Declare it. | |
1066 | * ldlex.l, ldgram.y: Recognize new options --help and --version. | |
1067 | ||
304b747a KR |
1068 | Mon Jun 21 20:39:48 1993 Ken Raeburn ([email protected]) |
1069 | ||
1070 | * Makefile.in (INCLUDES): Don't need ../include any more. | |
1071 | ||
2b63dbfe DM |
1072 | Mon Jun 21 16:38:35 1993 David J. Mackenzie ([email protected]) |
1073 | ||
bf065bfd DM |
1074 | * ldlex.l, ldgram.y: Support new -oformat option. |
1075 | Remove attempt at supporting script fragments on the command line. | |
1076 | * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT. | |
1077 | * mri.c (mri_format), ldgram.y: Change callers. | |
1078 | * ldlang.h: Change prototype. | |
2b63dbfe | 1079 | |
e9b991c6 DZ |
1080 | Thu Jun 17 16:53:56 1993 david d `zoo' zuhn ([email protected]) |
1081 | ||
1082 | * Makefile.in: canonicalize install.sh; for use within | |
1083 | this directory (and subdirs) | |
1084 | ||
565c93e9 DM |
1085 | Thu Jun 17 14:33:09 1993 David J. Mackenzie ([email protected]) |
1086 | ||
2de8edce DM |
1087 | * ldgram.y: Tweak grammar to make reporting of invalid options work. |
1088 | ||
565c93e9 DM |
1089 | * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc |
1090 | and .cc.o rule. | |
1091 | ||
8ddef552 DM |
1092 | Wed Jun 16 11:45:32 1993 David J. Mackenzie ([email protected]) |
1093 | ||
1094 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | |
1095 | It wasn't documented (or likely used) and wastes time. | |
1096 | (try_open): If EXTEN is empty, don't try it. | |
1097 | ||
1098 | * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c, | |
1099 | ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c, | |
1100 | ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls | |
1101 | with normal function declarations. | |
1102 | ||
1103 | * Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh. | |
1104 | Move *.sc-sh to scripttempl/*.sc. | |
1105 | * {emultempl,emulparams,scripttempl}/README: New files. | |
1106 | * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files | |
1107 | removed, replaced with generic.em. | |
1108 | * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from | |
1109 | h8[35]00hms.s[ch]. Change their contents to omit the "hms". | |
1110 | ||
1111 | * *.em (*_get_script): Return script name instead of script contents. | |
1112 | * ldlang.c (lang_process): Change caller. | |
1113 | ||
1114 | * ldlex.l, ldgram.y: Recognize -m option. | |
1115 | Check for input files after *all* options in grammar. | |
1116 | * ldmain.c (main): Check for -m options. Add default directory | |
1117 | for -m. | |
1118 | ||
1119 | * mkscript.c: File removed. | |
1120 | * genscripts.sh: Take two more parameters, tooldirlib and libdir, | |
1121 | to add to the default LIB_PATH. | |
1122 | Look for input files in the new subdirectories. | |
1123 | Create the scripts in emulations subdirectory and don't filter | |
1124 | them through mkscript. | |
1125 | * configure.in: Make the emulations subdirectory. | |
1126 | ||
1127 | * Makefile.in: Account for all of the above changes. | |
1128 | Remove unused .SUFFIXES. Get libgcc.a path with gcc | |
1129 | -print-libgcc-file-name instead of $(libdir)/libgcc.a. | |
1130 | Put CFLAGS last in the compilation rules. | |
1131 | Add -I../bfd to INCLUDES so sysdep.h is found. | |
1132 | ||
2a963f1a KR |
1133 | Tue Jun 15 23:04:46 1993 Ken Raeburn ([email protected]) |
1134 | ||
1135 | * Makefile.in (INCLUDES): Look in ../include, not ../bfd. | |
1136 | ||
1137 | * aout.sc-sh: Add SHLIB_PATH like STACKZERO. Make STACKZERO | |
1138 | dependent on RELOCATING, not RELOCATION. | |
1139 | * hp3hpux.sh (SHLIB_PATH): Define it. | |
1140 | ||
8ddef552 DM |
1141 | Mon Jun 14 19:06:15 1993 David J. Mackenzie ([email protected]) |
1142 | ||
1143 | * ldfile.c (try_open): If opening without the extension fails, | |
1144 | try with the extension even if -v or -V was given. | |
1145 | had_script is imported (from ldgram.y), not exported. | |
1146 | ||
c97b9003 DZ |
1147 | Mon Jun 14 16:26:10 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) |
1148 | ||
1149 | * Makefile.in: remove parentdir support, use INSTALL_XFORM | |
1150 | ||
1151 | Thu Jun 10 14:00:06 1993 Ian Lance Taylor ([email protected]) | |
1152 | ||
1153 | * ldexp.c (exp_fold_tree): Don't lose the old flag bits. | |
1154 | * ldgram.y (statement_list_opt): New nonterminal, either empty or | |
1155 | statement_list. | |
1156 | (section): Use statement_list_opt, not statement_list. | |
1157 | * m68kcoff.sc-sh: Gather constructors and destructors and define | |
1158 | __CTOR_LIST__ and __DTOR_LIST__ appropriately. | |
1159 | * sa29200.sc-sh: Gather constructors and destructors and define | |
1160 | ___CTOR_LIST__ and ___DTOR_LIST__ appropriately. | |
1161 | ||
7f2649bb PB |
1162 | Mon Jun 7 12:53:28 1993 Per Bothner ([email protected]) |
1163 | ||
1164 | * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. | |
1165 | * configure.in: No longer need to configure to get sysdep.h. | |
1166 | ||
91b3a2b6 DZ |
1167 | Fri Jun 4 16:18:24 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
1168 | ||
7f2649bb PB |
1169 | * Makefile.in: remove install:all and install-info:info |
1170 | dependencies (these cause some spurious rebuilds at 'make install' | |
1171 | time) | |
91b3a2b6 | 1172 | |
559d1cff ILT |
1173 | Fri Jun 4 08:50:14 1993 Ian Lance Taylor ([email protected]) |
1174 | ||
98f3d1af ILT |
1175 | * configure.in (mips-idt-ecoffl*): New target; use mips-idtl. |
1176 | (mips-idt-ecoff*): Added trailing '*'. | |
1177 | * config/mips-idtl.mt: New file; use EMUL of mipsidtl. | |
1178 | * mipsidtl.sh: New file; like mipsidt.sh, but little endian. | |
1179 | * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o. | |
1180 | ||
559d1cff ILT |
1181 | * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and |
1182 | incorrect definitions. | |
1183 | ||
1cf91c69 PB |
1184 | Tue Jun 1 14:56:10 1993 Per Bothner ([email protected]) |
1185 | ||
1186 | * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR | |
1187 | symbols, unless stripping. | |
1188 | ||
63545898 ILT |
1189 | Tue May 25 15:34:25 1993 Ian Lance Taylor ([email protected]) |
1190 | ||
1191 | * Makefile.in: configure looks for ####, so remove lines with many | |
1192 | '#' characters. | |
1193 | * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 | |
1194 | and HOSTING_LIBS correctly so that ``make check'' will work. | |
1195 | ||
1196 | Thu May 20 13:56:16 1993 Per Bothner ([email protected]) | |
1197 | ||
1198 | * mips.sc-sh: Define _etext, _edata, and _end, in addition | |
1199 | to etext, edata, and end. Needed for IRIX 4.0.5F. | |
1200 | Patch from [email protected] (Michael Paddon). | |
1201 | ||
2a963f1a KR |
1202 | * Version 2.2.1 released. |
1203 | ||
5266c5ec KR |
1204 | Thu May 20 11:42:06 1993 Ken Raeburn ([email protected]) |
1205 | ||
1206 | * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh. | |
1207 | * mipsbsd.sh (EMULATION_NAME): Use new file name. | |
1208 | ||
1209 | Tue May 18 17:10:24 1993 Ken Raeburn ([email protected]) | |
1210 | ||
1211 | * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it | |
1212 | properly right now. | |
1213 | ||
1214 | * Version 2.2 released. | |
1215 | ||
1216 | Mon May 17 15:37:28 1993 Ken Raeburn ([email protected]) | |
1217 | ||
1218 | * ldver.c (ldversion): Bump version number to 2.2. | |
1219 | ||
bc3b479c PB |
1220 | Mon May 17 12:44:31 1993 Per Bothner ([email protected]) |
1221 | ||
1222 | * NEWS: New file. | |
1223 | ||
1224 | Fri May 14 11:26:24 1993 Ian Lance Taylor ([email protected]) | |
1225 | ||
1226 | * mips.sc-sh: Don't define BSS_VAR unless relocating. | |
1227 | ||
1228 | Wed May 12 13:33:29 1993 Ian Lance Taylor ([email protected]) | |
1229 | ||
1230 | * Makefile.in (mkscript.o, mkscript): Build mkscript via | |
1231 | mkscript.o, rather than directly from mkscript.c. | |
1232 | ||
b8fc168d KR |
1233 | Tue May 4 21:58:56 1993 Ken Raeburn ([email protected]) |
1234 | ||
1235 | * configure.in: Look for ${target_makefile_frag} relative to | |
1236 | ${srcdir}, not relative to build directory. | |
1237 | ||
1238 | * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files. | |
1239 | * configure.in: Recognize hppa*-hp-osf. | |
1240 | * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation. | |
1241 | (em_hppaosf.c): Build it. | |
bc3b479c | 1242 | * config/hppaosf.mh, hppaosf.mt: New files. |
b8fc168d KR |
1243 | |
1244 | * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with | |
1245 | some system header files. All uses changed. | |
1246 | ||
1247 | * configure.in: Recognize i386-aix configurations as i386-coff | |
1248 | targets. | |
1249 | ||
1250 | * configure.in: Recognize m68*-*-hpux. | |
1251 | * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output | |
1252 | the value of STACKZERO. | |
1253 | * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation. | |
1254 | (em_hp3hpux.c): Build it. | |
1255 | * hp3hpux.sh, config/hp300hpux.mt: New files. | |
1256 | ||
ef868186 ILT |
1257 | Tue May 4 12:37:35 1993 Ian Lance Taylor ([email protected]) |
1258 | ||
1259 | * mips.sc-sh: Put constructors in the .data section. | |
1260 | * Makefile.in (cdtest): Added dependency on ld.new. | |
1261 | ||
034351e3 PB |
1262 | Mon May 3 19:43:39 1993 Per Bothner ([email protected]) |
1263 | ||
1264 | * Makefile.in: Change definition of $(tooldir) to match FSF. | |
1265 | * vax.sh, config/vax.mt, configure.in, Makefile.in: | |
1266 | Support VAX Ultrix and BSD. | |
1267 | ||
1268 | Mon Apr 26 18:35:47 1993 Steve Chamberlain ([email protected]) | |
1269 | ||
1270 | * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH. | |
1271 | ||
1272 | Wed Apr 14 21:01:51 1993 John Gilmore ([email protected]) | |
1273 | ||
1274 | * ldlang.h (struct memory_region): Change `length' and | |
1275 | `old_length' fields to bfd_size_type. Eliminate use of bfd_offset. | |
1276 | * ldlang.c, mri.c: Corresponding changes, plus lint. | |
1277 | ||
1278 | Thu Apr 8 22:08:18 1993 Ian Lance Taylor ([email protected]) | |
1279 | ||
1280 | * configure.in: For all i386 targets, accept i486 as well. | |
1281 | ||
1282 | Mon Apr 5 17:33:39 1993 Ian Lance Taylor ([email protected]) | |
1283 | ||
1284 | * ldlang.c (wild_doit): Preserve all flags for a | |
1285 | SEC_SHARED_LIBRARY section. | |
1286 | (size_input_section): Consider any SEC_HAS_CONTENTS section when | |
1287 | computing largest_section. | |
1288 | ||
1b8a42f3 ILT |
1289 | Fri Apr 2 14:33:52 1993 Ian Lance Taylor ([email protected]) |
1290 | ||
1291 | * ldlang.c (lang_output_section_statement_lookup): Initialize all | |
1292 | fields of newly created structure. | |
1293 | ||
1294 | Wed Mar 31 18:19:15 1993 Ian Lance Taylor ([email protected]) | |
1295 | ||
1296 | * ldmain.c (g_switch_value): New variable. | |
1297 | * ldgram.y (OPTION_G, OPTION_Gval): New tokens. | |
1298 | (command_line_option): Accept -G and set g_switch_value. | |
1299 | * ldlex.l (COMMAND): Accept -G. | |
1300 | * ldlang.c (open_output): Call bfd_set_gp_size on new BFD. | |
1301 | ||
29f33467 SC |
1302 | Tue Mar 30 09:40:25 1993 Steve Chamberlain ([email protected]) |
1303 | ||
9fce28ed SC |
1304 | Support for linking and loading at different places: |
1305 | ||
1306 | * ldlex.l: Add "AT" keyword. | |
1307 | * ldgram.y: Cleanup, and parse AT. | |
1308 | * ldlang.c (print_output_section_statement): Print output address | |
1309 | of section in map. (lang_size_sections): Fill sections' lma with | |
1310 | load address. | |
1311 | * ldlang.h (lang_output_section_statement_type): Add load_base | |
1312 | information. | |
1313 | ||
29f33467 SC |
1314 | * ldindr.c (add_indirect): Keep more information in the alias |
1315 | symbol chain. | |
1316 | * ldlang.c (wild_doit): Don't inherit NEVER_LOAD section | |
1317 | attribute from an input section. | |
1318 | * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by | |
1319 | default. (Q_enter_file_symbos): Indirect symbols now are known by | |
1320 | their section, not a special symbol flag. | |
1321 | * ldsym.c (write_file_locals): Indirect symbols aren't local. | |
1322 | (write_file_globals): Write the mapping for an indirect symbol. | |
1323 | * relax.c (build_it): When forced to write a NEVER_LOAD section, | |
1324 | fill it with zeros. | |
1325 | ||
1326 | Tue Mar 23 13:24:10 1993 Jeffrey Osier ([email protected]) | |
1327 | ||
1328 | * ld.texinfo: changes for q1 | |
1329 | ||
f20e9842 DZ |
1330 | Tue Mar 23 00:13:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
1331 | ||
1332 | * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck | |
1333 | ||
1334 | Mon Mar 8 20:30:35 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1335 | ||
1336 | * Makefile.in: rename HOST_CC to CC_FOR_BUILD | |
1337 | ||
1338 | Thu Mar 4 12:44:33 1993 Ian Lance Taylor ([email protected]) | |
1339 | ||
1340 | * mips.sc-sh: Added variables which may be overridden by a | |
1341 | specific emulation. | |
1342 | * mipsidt.sh: New file; emulation for IDT MIPS board. | |
1343 | * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. | |
1344 | (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. | |
1345 | * config/mips-idt.mt: New file; sets EMUL to mipsidt. | |
1346 | * configure.in (mips-idt-ecoff): New target; uses mips-idt. | |
1347 | ||
e637dcf0 KR |
1348 | Sat Feb 27 00:00:14 1993 Ken Raeburn ([email protected]) |
1349 | ||
1350 | * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell, | |
1351 | [email protected]. | |
1352 | * i386bsd.sh, config/i386bsd.mt: New files. | |
1353 | * configure.in, Makefile.in: Added support for mipsbsd and 386bsd. | |
1354 | ||
26483cc6 PB |
1355 | Thu Feb 25 15:33:10 1993 Per Bothner ([email protected]) |
1356 | ||
e637dcf0 | 1357 | * mri.c: Add extern declaration of strdup. |
26483cc6 PB |
1358 | * ldsym.c (KEEP macro): Add spaces around '=' for the |
1359 | sake of old (e.g. PCC) compilers. | |
1360 | ||
05985c77 PB |
1361 | Wed Feb 24 19:49:31 1993 Per Bothner ([email protected]) |
1362 | ||
1363 | * ldver.c: Bump to version 2.1. | |
1364 | ||
067e2baa SC |
1365 | Fri Feb 12 08:09:11 1993 Steve Chamberlain ([email protected]) |
1366 | ||
1367 | * ldgram.y: allow section types without address expressions. | |
1368 | * ldlang.c (lang_relocate_globals): avoid possible hang with | |
1369 | undefined but unreferenced symbols. | |
1370 | * relax.c (relax_section): don't complain if the script file isn't | |
1371 | relaxable but -relax is set | |
1372 | ||
fb8ecc3d DZ |
1373 | Thu Feb 18 17:58:45 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
1374 | ||
1375 | * configure.in: go32 is the 3rd part of the triple, not the 2nd | |
1376 | ||
067e2baa SC |
1377 | Wed Feb 3 09:05:56 1993 Ian Lance Taylor ([email protected]) |
1378 | ||
1379 | * mipsbig.sh: New file. Big endian MIPS emulation. | |
1380 | * config/mips-big.mt: New file. Use mipsbig emulation. | |
1381 | * configure.in (mips-sgi-irix*): Use target mips-big. | |
1382 | * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o. | |
1383 | (em_mipsbig.c): New target. Uses mipsbig.sh. | |
1384 | ||
e193c31b ILT |
1385 | Tue Feb 2 11:32:27 1993 Ian Lance Taylor ([email protected]) |
1386 | ||
1387 | * mips.sc-sh: Put .scommon sections into .sbss section. | |
1388 | ||
1389 | * ldmain.c (subfile_wanted_p): Preserve section of common symbols, | |
1390 | rather than always putting them in bfd_com_section. | |
1391 | * ldlang.c (lang_common): If a common symbol is not in | |
1392 | bfd_com_section, put in a section of the same name, rather than | |
1393 | always putting it in section COMMON. | |
1394 | ||
8a3efe67 ILT |
1395 | Fri Jan 29 09:57:58 1993 Ian Lance Taylor ([email protected]) |
1396 | ||
f31cb329 ILT |
1397 | * ldmain.c (subfile_wanted_p): If we already have a common |
1398 | definition of a symbol, don't necessarily pull in an object file | |
1399 | that provides a non-common definition. | |
1400 | ||
8a3efe67 ILT |
1401 | * ldlex.l (COMMAND): Accept -EB and -EL command line arguments, |
1402 | returning OPTION_EB and OPTION_EL. gcc passes these to a MIPS | |
1403 | linker. | |
1404 | * ldgram.y (OPTION_EB, OPTION_EL): New tokens. | |
1405 | (command_line_option): Accept and ignore OPTION_EB and OPTION_EL. | |
1406 | ||
af6237a4 ILT |
1407 | Thu Jan 28 15:12:04 1993 Ian Lance Taylor ([email protected]) |
1408 | ||
1409 | * Makefile.in (install): Remove $(tooldir)/bin/gld before creating | |
1410 | the link to it. | |
1411 | ||
8a045e50 ILT |
1412 | Tue Jan 26 11:49:50 1993 Ian Lance Taylor ([email protected]) |
1413 | ||
1414 | * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than | |
1415 | checking for equality to bfd_com_section. | |
1416 | ||
42b5c739 ILT |
1417 | Fri Jan 22 14:22:44 1993 Ian Lance Taylor ([email protected]) |
1418 | ||
1419 | * mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF | |
1420 | targets, linker script. | |
1421 | * mipslit.sh: New file. Little endian MIPS emulation. | |
1422 | * config/mips-lit.mt: New file. Use mipslit emulation. | |
1423 | * configure.in (mips-dec-ultrix*): Use target mips-lit. | |
1424 | * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o. | |
1425 | (em_mipslit.c): New target. Uses mipslit.sh. | |
1426 | ||
1427 | Thu Jan 14 15:30:27 1993 Ian Lance Taylor ([email protected]) | |
1428 | ||
1429 | * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and | |
1430 | $(tooldir)/bin/gld, so that gcc can find it with or without | |
1431 | collect2. | |
1432 | ||
ac496d4f ILT |
1433 | Mon Jan 11 18:50:07 1993 Ian Lance Taylor ([email protected]) |
1434 | ||
1435 | * ldwrite.c: Removed perform_relocation, copy_and_relocate, and | |
1436 | write_norel. All linking is now done via write_relax. Call | |
1437 | ldsym_write before calling write_relax. | |
1438 | * relax.c: Added copyright. | |
1439 | (write_relax): Renamed from write_relaxnorel. Added relocateable | |
1440 | argument. seclet_dump renamed to bfd_seclet_link. | |
1441 | * relax.h: Added copyright. | |
1442 | ||
0550e9f4 SC |
1443 | Mon Jan 11 15:41:56 1993 Steve Chamberlain ([email protected]) |
1444 | ||
1445 | * ldmain.c (decode_library_subfile): Patch from | |
1446 | [email protected], don't reread library symbol tables. | |
1447 | ||
1448 | Fri Jan 8 18:04:33 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1449 | ||
1450 | * config/vxworks960.mt renamed to config/i960.mt | |
1451 | ||
1452 | * configure.in: sparc-aout emulates a sun4, as does | |
1453 | sparc*-vxworks, i960-nindy uses gld960 emulation | |
1454 | ||
dadd414a SC |
1455 | Fri Jan 8 14:39:07 1993 Steve Chamberlain ([email protected]) |
1456 | ||
1457 | Fix support for NOLOAD, add INCLUDE | |
1458 | * ldfile.c (ldfile_open_command_file): pass file name to | |
1459 | lex_push_file. | |
1460 | * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD | |
1461 | * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD | |
1462 | attribute. | |
1463 | ||
1464 | Thu Jan 7 10:22:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1465 | ||
1466 | * Makefile.in, config.h: no more default emulation. Make the lack | |
1467 | of emulation a compile time error | |
1468 | ||
1469 | Wed Jan 6 01:08:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1470 | ||
1471 | * configure.in: recognise all sparclite variants, not just 'sparclite' | |
1472 | ||
a70947c1 ILT |
1473 | Mon Dec 28 11:15:35 1992 Ian Lance Taylor ([email protected]) |
1474 | ||
1475 | * m68kcoff.sc-sh: define _end as well as end, for consistency with | |
1476 | aout.sc-sh. | |
1477 | ||
1478 | * configure.in: accept *-ericsson-ose for any m68k CPU. | |
1479 | ||
1480 | * ldwrite.c (write_rel): don't always set SEC_HAS_CONTENTS flag | |
1481 | for each output section. | |
1482 | ||
086c5e37 PB |
1483 | Mon Dec 21 16:06:59 1992 Per Bothner ([email protected]) |
1484 | ||
1485 | * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new | |
1486 | macro bfd_asymbol_bfd as appropriate. | |
1487 | * Makefile.in: Un-duplicate ldlex.c dependency. | |
1488 | * condigure.in: Replace my_host case table by sourcing | |
1489 | ../bfd/configure.host. Allow std-host as the default. | |
1490 | * ldmisc.c: Change logic for C++ name demangling: There is | |
1491 | no initial '_' to remove from stab-derived function names. | |
1492 | ||
1493 | Sun Dec 13 16:31:26 1992 Steve Chamberlain ([email protected]) | |
1494 | ||
1495 | * ldlang.c (lang_init_script_file): don't attach the output file | |
1496 | sections to the script file. | |
1497 | ||
1498 | Wed Dec 9 08:38:05 1992 Steve Chamberlain ([email protected]) | |
1499 | * ldlang.c (wild): run expansion loop over command line bfd too. | |
1500 | (lang_ini_script_file): initialize more parts of the command line | |
1501 | bfd. | |
1502 | * ldlex.l: fix DEFINED start states. | |
8ddef552 | 1503 | |
85e38cfa SC |
1504 | Mon Dec 7 08:43:41 1992 Steve Chamberlain ([email protected]) |
1505 | -y support | |
1506 | * ld.texinfo: new doc. | |
1507 | * ldgram.y, ldlex.l: understand -y<symbol> | |
1508 | * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and | |
1509 | print info. (add_ysym): new function. | |
1510 | * ldsym.h: (ldsym_type): new define SYM_Y. | |
1511 | ||
e20873a7 JG |
1512 | Sat Nov 21 03:15:27 1992 John Gilmore ([email protected]) |
1513 | ||
1514 | * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, | |
1515 | ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h, | |
1516 | ldwrite.h, relax.h: Replace all uses of EXFUN and PROTO ansi-glue | |
1517 | macros with PARAMS. Recreational cleanup. Update copyrights. | |
1518 | ||
1519 | Tue Nov 10 00:23:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1520 | ||
1521 | * Makefile.in: pass down the bfd source directory for includes | |
1522 | ||
22292613 ILT |
1523 | Thu Nov 5 15:41:55 1992 Ian Lance Taylor ([email protected]) |
1524 | ||
1525 | * ldlang.c (lang_size_sections): don't change size and address for | |
1526 | SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD | |
1527 | sections. | |
1528 | ||
85c838d6 SC |
1529 | Thu Nov 5 11:33:57 1992 Steve Chamberlain ([email protected]) |
1530 | ||
1531 | * relax.c (build_it): re-enable the processing of data_statements | |
1532 | in scripts, makes counted contructor lists work again. | |
1533 | ||
6e94236a JG |
1534 | Thu Nov 5 05:43:01 1992 John Gilmore ([email protected]) |
1535 | ||
1536 | * ldemul.h: Remove uses of SDEF and PROTO macros (use PARAMS). | |
1537 | ||
1538 | Tue Oct 20 10:56:06 1992 Ian Lance Taylor ([email protected]) | |
1539 | ||
1540 | * m68kcoff.sc-sh: don't use initial underscores for etext, edata | |
1541 | and end. | |
1542 | ||
e9b63852 ILT |
1543 | Mon Oct 19 09:45:38 1992 Ian Lance Taylor ([email protected]) |
1544 | ||
1545 | * Support for i386-sysv. | |
1546 | configure.in: check for i386-*-sysv* and i386-*-sco*. | |
1547 | i386coff.sc-sh: rewrote to support SVR3 by default. | |
1548 | ldctor.c (find_constructors): preserve stat_ptr. | |
1549 | ldlang.c (wild_doit): initialize vma and size of new output | |
1550 | section to corresponding input section. This is required for | |
1551 | shared library support. | |
1552 | (lang_size_sections): don't modify vma and size of sections which | |
1553 | are never loaded (for shared libraries). | |
1554 | ldwrite.c (copy_and_relocate): copy the contents of any section | |
1555 | which has contents, not just sections which are loaded (for shared | |
1556 | libraries). | |
1557 | ||
ba2c2b1c SC |
1558 | Thu Oct 15 15:20:26 1992 Steve Chamberlain ([email protected]) |
1559 | ||
1560 | * ldlang.c (size_input_section): count the sizes of all sections | |
1561 | we allocate. | |
1562 | ||
a385b38f SC |
1563 | Thu Oct 8 09:05:25 1992 Steve Chamberlain ([email protected]) |
1564 | ||
1565 | * ldmisc.c (demangle,vfinfo): use the new underscore in bfd to | |
1566 | to demangle symbols better | |
1567 | ||
81150d34 ILT |
1568 | Tue Oct 6 13:08:54 1992 Ian Lance Taylor ([email protected]) |
1569 | ||
1570 | * ldlang.c (lang_finish): don't warn if -e start symbol does not | |
1571 | exist when linking with -r. | |
1572 | ||
b5ddf942 ILT |
1573 | Mon Oct 5 14:07:37 1992 Ian Lance Taylor ([email protected]) |
1574 | ||
1575 | * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the | |
1576 | .bss segment. | |
1577 | ||
f3739bc3 SC |
1578 | Mon Oct 5 08:55:14 1992 Steve Chamberlain ([email protected]) |
1579 | ||
1580 | * ldmain.c (linear_library): don't even think about processing | |
1581 | an object file if it's already been done | |
1582 | ||
1583 | Thu Oct 1 23:14:59 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1584 | ||
1585 | * configure.in: the hp9000/300 config file is now hp300 | |
1586 | ||
ac0832f3 SC |
1587 | Wed Sep 30 07:34:09 1992 Steve Chamberlain ([email protected]) |
1588 | ||
1589 | * config/z8ksim.mt: new file | |
1590 | ||
f3b36ecb KR |
1591 | Fri Sep 25 13:49:52 1992 Ken Raeburn ([email protected]) |
1592 | ||
1593 | * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o, | |
1594 | lexsup.o, mri.o, relax.o): Indicate dependence on ldgram.h. | |
1595 | ||
1596 | * ld.h (strip_symbols_type): Add value STRIP_SOME. | |
1597 | * ldgram.y (OPTION_RETAIN_SYMBOLS_FILE): New terminal token. | |
ac0832f3 | 1598 | * ldlang.c (lang_add_keepsyms_file): New function. |
f3b36ecb KR |
1599 | * ldlex.l: Handle "-retain-symbols-file". |
1600 | * ldsym.c (keepsyms_file, kept_syms): New vars. | |
1601 | (process_keepsyms): New functihon; reads file, marks symbols for | |
1602 | saving. | |
1603 | (write_file_locals): File symbols should always be kept. | |
1604 | (ldsym_write): Warn about "-retain-symbols-file" overriding "-S" | |
1605 | and "-s". Process retain-symbols file before setting symtab. | |
1606 | * ldsym.h (SYM_KEEP): New flag for ldsym_type flags. | |
1607 | (keepsyms_file, kept_syms): Declare them. | |
1608 | ||
1609 | * ldmain.c (main): Non-fatal errors should still cause non-zero | |
1610 | exit status even with -r. | |
1611 | ||
22a78f0d SC |
1612 | Fri Sep 25 11:08:01 1992 Steve Chamberlain ([email protected]) |
1613 | ||
1614 | Added initial support for the z8k | |
1615 | * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files | |
1616 | * configure.in, Makefile.in: modified to reflect above | |
1617 | ||
1618 | * ldlang.c (lang_check): when linking conflicting architectures, | |
1619 | make the output file reflect at least one of the bad inputs. | |
1620 | ||
56409445 ILT |
1621 | Tue Sep 15 15:35:38 1992 Ian Lance Taylor ([email protected]) |
1622 | ||
1623 | * Makefile.in (install): if $(tooldir) exists, install ld in | |
1624 | $(tooldir)/bin. | |
1625 | ||
99e6298a SC |
1626 | Fri Sep 11 10:24:22 1992 Steve Chamberlain ([email protected]) |
1627 | ||
1628 | * Makefile.in, configure.in: modified to support i386-coff | |
1629 | * i386coff.sh: new file | |
1630 | ||
ab57b174 ILT |
1631 | Wed Sep 9 11:52:58 1992 Ian Lance Taylor ([email protected]) |
1632 | ||
1633 | * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: | |
1634 | added m68k-coff emulation mode, stolen from a29k emulation. | |
1635 | Almost certainly wrong, but perhaps better than sun3. | |
1636 | ||
8e71a984 PB |
1637 | Thu Sep 3 14:19:30 1992 Per Bothner ([email protected]) |
1638 | ||
ab57b174 ILT |
1639 | * Makefile.in, Makefile.dos, generic.em, genscripts.sh, |
1640 | gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em, | |
1641 | vanilla.em: Rename all (generated) ld__*.c files to em_.c. | |
1642 | This is one character shorter, and lets people build on | |
1643 | SVR3 system. (ld__h8300xray.[co] was the killer there; | |
1644 | h8300xray.sc-sh is also overlong, but seems harmless.) | |
1645 | Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>. | |
1646 | * Makefile.in (clean): Fix typo mostclean -> mostlyclean. | |
1647 | * configure.in: Add host isc. | |
1648 | ||
8e71a984 PB |
1649 | * ldver.c: Call it version 2.0. |
1650 | ||
1651 | Wed Sep 2 00:21:33 1992 Per Bothner ([email protected]) | |
1652 | ||
1653 | * ldver.c: Bump to version 0.98. | |
1654 | * TODO: New file. | |
1655 | ||
1656 | * Makefile.in: Added mostlyclean, distclean, realclean rules. | |
1657 | ||
c52bdfec PB |
1658 | Tue Sep 1 23:42:16 1992 Per Bothner ([email protected]) |
1659 | ||
1660 | * ldmisc.c (xrealloc): New (needed by ../libiberty/cplus.dem.c). | |
1661 | * ldlex.l: Moved comment() to end, since some compilers | |
1662 | otherwise have problems with input() used before it is defined. | |
1663 | ||
2df68136 DZ |
1664 | Tue Sep 1 17:45:51 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
1665 | ||
1666 | * configure.in: added Solaris 2 and Irix 4 host support. | |
1667 | ||
1668 | Mon Aug 31 19:27:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1669 | ||
1670 | * Makefile.in: remove -S flag from the FLEX definition | |
1671 | ||
1672 | * configure.in: rewrote, using new style case statement. use | |
1673 | m68k.mt for m68k-aout systems | |
1674 | ||
0bb95ac8 ILT |
1675 | Sun Aug 30 21:38:53 1992 Ian Lance Taylor ([email protected]) |
1676 | ||
1677 | * Makefile.in: map "ld" through program_transform_name when | |
1678 | installing. | |
1679 | ||
fe2b6209 PB |
1680 | Sun Aug 30 18:12:13 1992 Per Bothner ([email protected]) |
1681 | ||
1682 | * cplus-dem.c: Removed. Use the version in libiberty now. | |
1683 | * ldmisc.c: Use new libiberty version of cplus_demangle(). | |
1684 | ||
94cc1ee7 ILT |
1685 | Thu Aug 27 16:38:42 1992 Ian Lance Taylor ([email protected]) |
1686 | ||
5f2d9799 ILT |
1687 | * gld960.em (gld960_choose_target): default to little endian, not |
1688 | big endian. | |
94cc1ee7 | 1689 | |
cd1d8c6d SC |
1690 | Wed Aug 26 17:28:51 1992 Steve Chamberlain ([email protected]) |
1691 | ||
1692 | * ldlang.c (lang_process): don't pass null pointers when | |
1693 | abs_output_section is what is required. | |
1694 | * ldwrite.c (ldwrite): use malloc to allocate the largest space | |
1695 | used, and pass that down. | |
1696 | * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather | |
1697 | than alloca. | |
1698 | ||
afba2b22 ILT |
1699 | Mon Aug 24 14:42:06 1992 Ian Lance Taylor ([email protected]) |
1700 | ||
1701 | * configure.in, config/ose68.mt: renamed OSE to ose. | |
1702 | ||
571c4c26 KR |
1703 | Thu Aug 20 19:55:22 1992 Ken Raeburn ([email protected]) |
1704 | ||
1705 | * ldsym.c (write_file_locals): Reorder check for common or | |
1706 | undefined symbols so that it works. | |
1707 | ||
b189e892 ILT |
1708 | Tue Aug 18 13:41:36 1992 Ian Lance Taylor ([email protected]) |
1709 | ||
1710 | * configure.in: accept all m68K family members. | |
1711 | ||
1712 | * Makefile.in: always create installation directories. | |
1713 | ||
6bf2e3a7 SC |
1714 | Thu Aug 13 11:49:34 1992 Steve Chamberlain ([email protected]) |
1715 | ||
1716 | * ldlex.l: now parses comment correctly, added ~ to acceptable | |
1717 | chars in filenames | |
1718 | ||
1719 | * ldexp.c (exp_unop): pass down abs_output_section - now can have | |
1720 | unary -ve constants. | |
1721 | ||
1722 | * ldlang.c (lang_finish): warn when an entry symbol supplied on | |
1723 | the command line can't be found. | |
1724 | ||
ae475b39 SC |
1725 | Fri Aug 7 12:31:10 1992 Steve Chamberlain ([email protected]) |
1726 | ||
1727 | * ldlang.h: add new field "loadable" to output_section_statement. | |
1728 | * ldlang.c (lang_output_section_statement_lookup): initilize new | |
1729 | field. (wild_doit): if new field is not set, then stop output | |
1730 | section from being loadable. | |
1731 | (lang_enter_output_section_statement): set the field from the | |
1732 | NOLOAD keyword | |
1733 | * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too. | |
1734 | * h8300hms.sc-sh, h8300hms.em: get -r right. | |
1735 | ||
4b91c519 PB |
1736 | Thu Aug 6 18:35:21 1992 Per Bothner ([email protected]) |
1737 | ||
1738 | * ldint.texinfo: New internals manual (beginnings thereof). | |
1739 | * PORTING: Removed, merged into ldint.texinfo. | |
1740 | ||
917bffa7 PB |
1741 | Tue Aug 4 21:12:29 1992 Per Bothner ([email protected]) |
1742 | ||
1743 | * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc, | |
1744 | cdtest.exp: A test program (copied from libg++/test-install) | |
1745 | that tests that constructor and destructors are handled | |
1746 | corrrectly. | |
1747 | ||
b40f9c73 DZ |
1748 | Mon Aug 3 14:58:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
1749 | ||
1750 | * Makefile.in (install): install from ld.new, renaming during the | |
1751 | copy, or else the next 'make install' needs to re-link ld. | |
1752 | ||
1753 | Mon Jul 20 03:37:06 1992 D. V. Henkel-Wallace ([email protected]) | |
1754 | ||
1755 | * configure.in: generalise hp recognition (from sef). | |
1756 | ||
1757 | Sat Jul 18 14:46:04 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
1758 | ||
1759 | * configure.in: recognize bsd and hpux hppa configurations. | |
1760 | error messages echo to stderr, not stdout | |
1761 | ||
ec467c83 RP |
1762 | Fri Jul 17 22:06:11 1992 K. Richard Pixley ([email protected]) |
1763 | ||
1764 | * Makefile.dos, gld.1, ld.texinfo, ldemul.c, ldfile.c, ldlang.c, | |
1765 | ldmisc.c: removed rcsid's. | |
1766 | ||
67cddd9f SC |
1767 | Tue Jul 14 08:34:34 1992 Steve Chamberlain ([email protected]) |
1768 | ||
1769 | * ldlang.c (lang_map): print changes in sizes due to relaxing | |
1770 | (size_input_section): maintain the delta information. | |
1771 | * ldlang.h: add new field to struct to contain delta info. | |
1772 | * relax.c (relax_section): complain if input not relaxable. | |
1773 | * ldlex.l : add '_', ',' and '$' to chars which can appear at the | |
1774 | start of a filename | |
1775 | ||
f7c76897 SC |
1776 | Mon Jul 13 17:33:00 1992 Steve Chamberlain ([email protected]) |
1777 | ||
1778 | * ldmain.c(main): prevent -r and -relax from being on at the same | |
1779 | time. | |
1780 | ||
28b6b1ab SC |
1781 | Wed Jul 1 17:51:19 1992 Steve Chamberlain ([email protected]) |
1782 | ||
1783 | * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for | |
1784 | aliasing problems | |
1785 | ||
1786 | ||
30d1a390 SC |
1787 | Thu Jun 18 09:38:56 1992 Steve Chamberlain ([email protected]) |
1788 | ||
1789 | * h8300hms.em, h8300hms.sc-sh: do the right thing for -r | |
1790 | * ldexp.c: lint | |
1791 | * ldlang.c(open_output): set the target arch and machine as soon | |
1792 | as we can. (lang_size_sections): use new macros for setting vma | |
1793 | * ldwrite.c: lint | |
1794 | ||
5bdf878e MT |
1795 | Mon Jun 15 08:47:43 1992 Michael Tiemann ([email protected]) |
1796 | ||
1797 | * configure.in (my_target): Accept m680?0 for wrs as vxworks68. | |
1798 | Also deleted an unreachable path to wrs. | |
1799 | ||
1800 | Wed May 27 23:24:19 1992 Michael Tiemann ([email protected]) | |
1801 | ||
1802 | * Makefile.in (install): use -d test for $tooldir before | |
1803 | installing ld there so that $tooldir can be inherited from | |
1804 | top-level Makefile. | |
1805 | ||
1806 | Wed May 27 16:56:48 1992 Per Bothner ([email protected]) | |
1807 | ||
1808 | * ldlang.c: Two non-substantial changes for the sake of | |
1809 | the old Portable C Compiler. | |
1810 | ||
5e81edb2 SC |
1811 | Wed May 27 15:15:58 1992 Steve Chamberlain ([email protected]) |
1812 | ||
1813 | * ldgram.y, ldlex.l: parse ABSOLUTE | |
1814 | * ldexp.c: add support for ABSOLUTE | |
1815 | ||
7aacc9cc PB |
1816 | Wed May 27 13:07:20 1992 Per Bothner ([email protected]) |
1817 | ||
1818 | * Makefile.in: Added default definitions for HOSTING_CRT0, | |
1819 | HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh. | |
1820 | * config/*.mh: Miscellaneous clean-up: Removed definitions | |
1821 | of YACC (since it is not longer used in the Makefile). | |
1822 | Remove HOSTING_* definitions that are subsumed by the | |
1823 | ones added to Makefile.in. Removed most definitions of CC. | |
1824 | * config/{sparc,news,hp300bsd,decstation}.mh: Removed; | |
1825 | These are no longer needed. | |
1826 | ||
91e25b4f PB |
1827 | Fri May 22 13:47:19 1992 Per Bothner ([email protected]) |
1828 | ||
5ff21fa5 PB |
1829 | * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex |
1830 | rules, since these are used when building a distribution. | |
1831 | * Makefile.in (ldlex.c): Don't re-direct output, since that | |
1832 | leaves a bogus output files if it fails. | |
1833 | ||
91e25b4f PB |
1834 | * config/sparc.mh: Fix HOSTING_LIBS so it has a chance of working. |
1835 | * ldlex.c: Fix some unnecessary flex-specific-isms. | |
1836 | ||
1837 | Fri May 8 11:49:43 1992 Steve Chamberlain ([email protected]) | |
1838 | ||
1839 | * ldgram.y: move spurious semicolon | |
1840 | * ldexp.h: fix prototype | |
1841 | ||
82d1666a RP |
1842 | Thu May 7 17:01:12 1992 Roland H. Pesch ([email protected]) |
1843 | ||
1844 | * ld.texinfo: references to linker now say "ld" not "gld". | |
1845 | ||
32846f9c SC |
1846 | Wed May 6 13:26:19 1992 Steve Chamberlain ([email protected]) |
1847 | ||
1848 | changed calling convention for Q_enter_global_ref | |
1849 | * ldexp.c, ldlang.c, ldmain.c: reflect this | |
1850 | * ldver.c: bump version to 1.97.1 | |
1851 | * ldindr.c (add_indirect): when an edict declaring an indirect | |
1852 | symbol is found, make sure that any ideas about the symbol being | |
1853 | common are changed if it now known to be defined. | |
1854 | * ldmain.c (linear_library): complain once if archive isn't | |
1855 | ranlibbed. | |
1856 | * ldlang.h, ldlang.c: make room for and initialize the complain | |
1857 | once field. | |
1858 | ||
bf3acf44 RP |
1859 | Wed May 6 11:07:35 1992 K. Richard Pixley ([email protected]) |
1860 | ||
1861 | * Makefile.in: use flex & bison from ../ if they exist. | |
1862 | ||
9c99a57e SC |
1863 | Tue May 5 17:47:33 1992 Steve Chamberlain ([email protected]) |
1864 | ||
1865 | * relax.c (build_it): don't allocate space in the output file for | |
1866 | stuff if -R flag applys to it. | |
7153b2ff SC |
1867 | * ldfile.c: merge in VMS filename support |
1868 | * ldmain.c (main): take out ./ from library path, and close file | |
1869 | before unlinking. Make multiple defs of a symbol create an | |
1870 | unexecable file. | |
1871 | * ldmisc.c: fatal errosrs delete output file | |
9c99a57e | 1872 | |
98377f31 PB |
1873 | Tue May 5 14:05:05 1992 Per Bothner ([email protected]) |
1874 | ||
1875 | * ldver.c: Increase version number to 1.97, for consistency | |
1876 | with ../binutils. | |
1877 | ||
3f350eda RP |
1878 | Tue May 5 12:12:24 1992 K. Richard Pixley ([email protected]) |
1879 | ||
813da1a5 RP |
1880 | * Makefile.in: FLEX -> LEX. |
1881 | ||
3f350eda RP |
1882 | * ld.texinfo: {} -> @{@}. |
1883 | ||
e0047d49 RP |
1884 | Mon May 4 17:52:41 1992 Roland H. Pesch ([email protected]) |
1885 | ||
1886 | * ld.texinfo: describe alternate, MRI-compatible linker scripts | |
1887 | (and associated change in -c option, now used for these scripts) | |
1888 | ||
bfbdc80f SC |
1889 | Mon May 4 16:10:10 1992 Steve Chamberlain ([email protected]) |
1890 | ||
1891 | * ldver.c: Bumped version to 1.96 - new release, resync with the | |
1892 | bfd too #. | |
1893 | * ldexp.c, ldlang.c: now build memory shape tree in obstacks | |
1894 | rather than with raw malloc, makes it easier to track where memory | |
1895 | is going. | |
1896 | * ldsym.h, ldsym.c: create obstack for all global symbols too. | |
1897 | * ldwrite.c (ldwrite): moved malloc so only used when needed. | |
1898 | * sa29200-sc.sh: added support for .lit, data1 and data2 sections. | |
1899 | ||
1900 | ||
d3451fe8 RP |
1901 | Fri May 1 18:17:52 1992 K. Richard Pixley ([email protected]) |
1902 | ||
1903 | * config/sparc.mh: use ../gcc/libgcc.a on check if it exists. | |
1904 | ||
1905 | * Makefile.in: use bootstrap for check. | |
1906 | ||
dc4726c2 SC |
1907 | Fri May 1 13:03:41 1992 Steve Chamberlain ([email protected]) |
1908 | ||
e14a43bf SC |
1909 | * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and |
1910 | PUBLIC. | |
1911 | * Makefile.in: now use flex, not lex | |
dc4726c2 SC |
1912 | * ldlex.l, ldlang.c, ldctor.c: lint |
1913 | ||
ee0c4cf7 SC |
1914 | Wed Apr 22 12:48:42 1992 Steve Chamberlain ([email protected]) |
1915 | ||
1916 | * ldlex.l: added CMDFILENAMECHAR state so that you can lex | |
1917 | different sorts of filenames on the command line than in a script. | |
1918 | ||
77b19d3d RP |
1919 | Mon Apr 20 22:37:04 1992 K. Richard Pixley ([email protected]) |
1920 | ||
1921 | * Makefile.in: rework CFLAGS so that they can be passed on the | |
1922 | make command line. Remove MINUS_G. Default CFLAGS to -g. | |
1923 | ||
119afd7b RP |
1924 | Fri Apr 17 08:57:17 1992 Steve Chamberlain ([email protected]) |
1925 | ||
1926 | * relax.c: added handling for new "padding" seclet type, used to | |
1927 | fill out gaps between section. | |
1928 | * ldgram.y, ldlex.l: now -defsym on the command line is done | |
1929 | properly. | |
1930 | ||
1931 | Wed Apr 15 21:20:07 1992 K. Richard Pixley ([email protected]) | |
1932 | ||
1933 | * Makefile.in: the tooldir copy of ld goes directly in tooldir. | |
1934 | ||
2e38b71d SC |
1935 | Wed Apr 15 16:09:33 1992 Steve Chamberlain ([email protected]) |
1936 | ||
1937 | * mri.c, ldgram.y, ldlex.l: added support for minimal strange link | |
1938 | scripts. | |
1939 | ||
1900f884 KR |
1940 | Thu Apr 9 05:52:02 1992 Ken Raeburn ([email protected]) |
1941 | ||
1942 | * Makefile.in (install): Install second copy in $(tooldir)/bin | |
1943 | without $(program_prefix), since that's what gcc expects. | |
1944 | ||
9d1fe8a4 SC |
1945 | Sat Apr 4 17:44:06 1992 Steve Chamberlain ([email protected]) |
1946 | ||
1947 | * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer. | |
1948 | * h8300*: fix bit rot and add support for h8300xray target | |
1949 | * go32.sh: target emulation for go32. | |
1950 | ||
9d1fe8a4 SC |
1951 | Mon Mar 16 14:53:29 1992 Steve Chamberlain ([email protected]) |
1952 | ||
1953 | * gld960.em, i960.sc-sh. Fix i960 bit rot | |
1954 | ||
f0280cd2 RP |
1955 | Fri Mar 13 19:47:22 1992 K. Richard Pixley ([email protected]) |
1956 | ||
1957 | * Makefile.in: install man page. | |
1958 | ||
12fa72d4 SC |
1959 | Fri Mar 13 08:23:59 1992 Steve Chamberlain ([email protected]) |
1960 | ||
1961 | * config/mt-<foo> renamed to <foo>.mt | |
1962 | * config/mh-<foo> renamed to <foo>.mt | |
1963 | * configure.in changed to reflect this | |
1964 | * genscripts.sh now make .xbn files rather than .xN files | |
1965 | ||
1966 | Sat Mar 7 03:40:40 1992 K. Richard Pixley ([email protected]) | |
1967 | ||
1968 | * ldver.h: fix decl of ldversion. | |
1969 | ||
1970 | Fri Mar 6 22:00:35 1992 K. Richard Pixley ([email protected]) | |
1971 | ||
1972 | * Makefile.in: added check target. | |
1973 | ||
fe563ffe SC |
1974 | Fri Mar 6 06:59:04 1992 Steve Chamberlain ([email protected]) |
1975 | ||
1976 | * ldmain.c (Q_enter_file_symbols): now aliases work again | |
1977 | ||
12fa72d4 SC |
1978 | Thu Mar 5 21:39:29 1992 K. Richard Pixley ([email protected]) |
1979 | ||
1980 | * Makefile.in: added clean-info target. | |
1981 | ||
fe563ffe SC |
1982 | Thu Mar 5 16:55:56 1992 Steve Chamberlain ([email protected]) |
1983 | ||
1984 | * ldexp.c (exp_print_tree): don't try and follow null pointers | |
1985 | around. | |
1986 | * ldgram.y: remove 11 shift reduce errors | |
d2861901 | 1987 | |
12fa72d4 SC |
1988 | Tue Mar 3 15:46:39 1992 K. Richard Pixley ([email protected]) |
1989 | ||
1990 | * Makefile.in: added tooldir and program_prefix. | |
1991 | ||
fe563ffe SC |
1992 | Fri Feb 28 08:17:45 1992 Steve Chamberlain (sac at thepub.cygnus.com) |
1993 | ||
1994 | * ldlang.c (size_input_section): don't move absolute sections | |
1995 | around! | |
1996 | ||
1997 | ||
1998 | Thu Feb 27 09:20:41 1992 Steve Chamberlain (sac at thepub.cygnus.com) | |
1999 | ||
d2861901 SC |
2000 | * cplus-dem.c: yet another copy of this - maybe it should go into |
2001 | libiberty ? | |
2002 | * ldgram.y: now -V and -v have different actions | |
2003 | * ldver.c: if -V, prints list of emulations compiled in | |
2004 | * ldmisc.c: support for cplus demangling | |
2005 | ||
2006 | ||
12fa72d4 SC |
2007 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) |
2008 | ||
2009 | * Makefile.in, configure.in: removed traces of namesubdir, | |
2010 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
2011 | copyrights to '92, changed some from Cygnus to FSF. | |
2012 | ||
d2861901 SC |
2013 | Thu Feb 20 17:43:46 1992 Per Bothner (bothner at cygnus.com) |
2014 | ||
2015 | * Makefile.in: Change mkscript rule into one for ./mkscript | |
2016 | (for the sake of makes that don't realize they're the same). | |
2017 | * PORTING: Add more details. | |
2018 | * genscripts.sh: Add more tailorability of DATA_ALIGNMENT. | |
2019 | ||
1584d069 PB |
2020 | Mon Feb 17 12:04:36 1992 Per Bothner (bothner at cygnus.com) |
2021 | ||
2022 | * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd, | |
2023 | config/mt-hp300bsd: New port to hp300 running BSD. | |
2024 | ||
7e5c1057 PB |
2025 | Sat Feb 15 13:59:54 1992 Per Bothner (bothner at cygnus.com) |
2026 | ||
2027 | Major rewrite of how ld is configured. The major idea | |
2028 | is to use shell scripts to generate everything. | |
2029 | * generic.em replaces ldtemplate. | |
2030 | * Other *.em files replace various *.c files. | |
2031 | A *.em file is a shell script that generates the corresponding | |
2032 | ld__*.c file that implements an emulation. This is usually | |
2033 | a straight 'cat' of a here-document, possibly with substitutions. | |
2034 | * Script files (*.sc) are places by *.sc-sh scripts. | |
2035 | Again, these are simple shell scripts that 'cat' | |
2036 | here-documents, usually with some substitutions. | |
2037 | The output a *.sc-sh is a script file. | |
2038 | * Each emulation is defined by a short shell script with | |
2039 | extension *.sh that specifies the emulation-specific | |
2040 | parameters (such as the name of the *.sh-sc and *.em | |
2041 | files to use). | |
2042 | * genscript.sh is the master shell script used to generate | |
2043 | an emulation. It is passed various argument, including | |
2044 | the name a the emulation-speciic *.sh file that it | |
2045 | "sources" to set variables to emulation-specifc parameters. | |
2046 | * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAME | |
2047 | to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) | |
2048 | * config/mh-foo: Rename LDEMULATION names as appropriate | |
2049 | (usually 'gldfoo' -> plain 'foo'). | |
2050 | * ldwrite.c: Fixed a typo in a comment. | |
2051 | * Makefile.in: Major changes. Removed some the sed | |
2052 | magic to converts scripts, since that is now handled | |
2053 | by genscripts.sh and the *.sc-sh scipt generators. | |
2054 | * config.h: Remove a bunch of macros defining emulations | |
2055 | and targets. This becomes one less file to edit when | |
2056 | adding emulations or targets. | |
2057 | * ldemul.h (struct ld_emulation_xfer_struct): Add | |
2058 | emulation_name and target_name fields. | |
2059 | * ldemul.c, ldemul.h: Define some default functions used | |
2060 | by most emulations (and remove from the *.em scripts). | |
2061 | * ldemul.c (ldemul_choose_target): Search the new | |
2062 | ld_emulations array using a loop (instead of a hardwired | |
2063 | nested if statement). | |
2064 | Define the ld_emulation from the automatically-geenrated | |
2065 | ldemul-list.h. This means you no longer have to edit ldemul.c | |
2066 | to add a new emulation. | |
2067 | * ldmain.c: Replace {GLD,LNK}960_EMULATION_NAME by | |
2068 | their expansions, since the former no longer exist. | |
2069 | * PORTING: A very rough first draft of a porting guide. | |
2070 | ||
2071 | * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment | |
2072 | to be terminated by a new-line (instead of requiring a semicolon). | |
2073 | ||
2074 | Mon Feb 10 16:21:02 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
2075 | ||
2076 | * ldexp.c, ldlang.c: added new idea "abs_output_section", removes | |
2077 | tests for NULL pointers all over the place. | |
2078 | * ldlang.c (lang_process): remember to relocate global symbols | |
2079 | *after* relaxing has done it stuff. | |
2080 | ||
2081 | Thu Feb 6 11:40:15 1992 Steve Chamberlain (sac at rtl.cygnus.com) | |
2082 | ||
2083 | * config/mt-coff-h8300: use EMUL like everything else | |
2084 | * ldlang.c: (print_padding_statement): print the right address. | |
2085 | * Makefile.in, config.h, ldemul.c: renamed h8300hds to h8300hms | |
2086 | ||
2087 | ||
aa34a7c3 SC |
2088 | Tue Feb 4 15:28:01 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
2089 | ||
2090 | * ldlex.l: Put pack -noinhibit-exec and -sort-common | |
2091 | * ldlang.c (print_data_statement): print the right address. | |
2092 | ||
2093 | Thu Jan 30 17:51:53 1992 Per Bothner (bothner at cygnus.com) | |
2094 | ||
2095 | * Makefile.in: The rule for testing ld by re-linking itself | |
2096 | via an intermediate -r link was moved to the ld1 rule | |
2097 | instead of the ld2 rule. This allows ld2 and ld3 to be identical, | |
2098 | which allows the bootstrap rule to work. | |
2099 | * ldctor.c (find_constructors): Don't create a constructor | |
2100 | list if it is already defined (as would happen if ld is | |
2101 | invoked by collect). | |
2102 | ||
cbbdbb9f SC |
2103 | Wed Jan 29 08:35:39 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
2104 | ||
2105 | * config/mh-sparc.h: now uses libgcc.a | |
2106 | * ldmain.c: quit using exit | |
2107 | * *sc: use *(COMMON) rather than [COMMON] | |
2108 | * ldlex.l, lexsup.c: much thinking moved from .l and put into .c, | |
2109 | to allow preprocessing of .l file. | |
2110 | * Makefile.in: New ldlex.l mangling | |
2111 | * ldexp.c (fold_binary): perform expressions with % and / in | |
2112 | integer. | |
2113 | * ldfile.c (open_a): open archives on VMS in a special way | |
2114 | ||
2115 | ||
870f54b2 SC |
2116 | Tue Jan 28 10:18:16 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
2117 | ||
2118 | * ldgram.y: map -M behave in the same way as -Map (sets file name | |
2119 | to be "-". | |
2120 | * ldsym.c, ldlang.c: remember that size of a section is dependent on | |
2121 | whether or not relaxing has been done. | |
2122 | * ldmain.c: don't open a map file if it doesn't have a name | |
2123 | * relax.c: all the brains have moved into bfd. | |
2124 | * ldwrite.c: ammend comment | |
2125 | ||
2e2bf962 SC |
2126 | Fri Jan 24 14:23:46 1992 Steve Chamberlain (sac at rtl.cygnus.com) |
2127 | ||
2128 | * Makefile.in: added relax, also made three stage go through a | |
2129 | partial link stage. | |
2130 | * relax.c : added | |
2131 | * config.h: if GNU960 defined, then default emulation mode is | |
2132 | GLD960 | |
2133 | * ldexp.h, ldexp.c: map to file hooks | |
2134 | * ldlang.c: map to file hooks | |
2135 | * ldgram.y: added -Map -relax | |
2136 | * ldlex.l: added -relax, -Map | |
2137 | * ldmain.c: open map file | |
2138 | * ldmisc.c: support for map file | |
2139 | * ldwrite.c: new relax magic | |
2140 | ||
2141 | Thu Dec 19 18:49:51 1991 John Gilmore (gnu at cygnus.com) | |
2142 | ||
2143 | * Makefile.in, config/tm-*.h: Clean up make output, only | |
2144 | pass DEFAULT_EMULATION to ldmain.c. | |
2145 | ||
2146 | Wed Dec 18 15:02:47 1991 Per Bothner (bothner at cygnus.com) | |
2147 | ||
2148 | * ldver.c: Bump to version 1.94. | |
2149 | ||
2150 | Tue Dec 10 04:07:23 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
2151 | ||
2152 | * Makefile.in: infodir belongs in datadir. | |
2153 | ||
e06ba18d PB |
2154 | Mon Dec 9 16:26:43 1991 Per Bothner (bothner at cygnus.com) |
2155 | ||
2156 | * Makefile.in: Pass -y to bison. (Again; | |
2157 | accidentally deleted by Rich.) | |
2158 | * news.sc, ldgld68k.sc: Define __end as well as _end. | |
2159 | ||
2160 | Sat Dec 7 17:19:26 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
2161 | ||
2162 | * ldindr.h: added to contain prototypes of ldindr.c | |
2163 | * ldfile.c: include ctype.h | |
2164 | * ldmain.c: include the requried prototype headers | |
2165 | * ldwrite.c: get_reloc_upper_bound has been renamed | |
2166 | bfd_get_reloc_upper_bound | |
2167 | ||
818a192a RP |
2168 | Fri Dec 6 23:29:26 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
2169 | ||
2170 | * Makefile.in: punt "fundamental" mode because it breaks my emacs | |
2171 | macros. install using INSTALL_PROGRAM and INSTALL_DATA. remove | |
2172 | spaces following hyphens, bsd make can't cope. added | |
2173 | standards.text support and made it look like all the other | |
2174 | makefiles. | |
2175 | ||
2176 | * configure.in: configure now runs entirely in objdir so make file | |
2177 | existence checks against ${srcdir}. Mark this directory as | |
2178 | target dependent. | |
2179 | ||
2180 | Thu Dec 5 22:46:16 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
2181 | ||
2182 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
2183 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
2184 | and mandir now keyed off datadir by default. | |
2185 | ||
2186 | Wed Dec 4 23:36:55 1991 Per Bothner (bothner at cygnus.com) | |
2187 | ||
2188 | * ldver.c: Bumped version to 1.93. | |
2189 | * Makefile.in: Pass -y to bison. | |
2190 | ||
2191 | Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com) | |
2192 | ||
2193 | * config.h: h8 is now coff, not ieee | |
2194 | * h8300hds.sc: reflect the same | |
2195 | ||
2196 | Thu Nov 14 19:55:09 1991 Per Bothner (bothner at cygnus.com) | |
2197 | ||
2198 | * ldver.c (ldversion()): Update to 1.92. | |
2199 | * ldctor.c: There are two places constructor sets | |
2200 | can be defined. One of them checked for an existing | |
2201 | duplicate, the other didn't. Unfortunately, the latter | |
2202 | was called after the former ... | |
2203 | So, factor out code for inserting a new element into | |
2204 | constructor_name_list (after checking for a duplicate) | |
2205 | into a new function add_constructor_name, and call | |
2206 | it from both aforementioned places (ldlang_add_constructor | |
2207 | and ldlang_check_for_constructors). | |
2208 | ||
2209 | Wed Nov 13 15:17:43 1991 Per Bothner (bothner at cygnus.com) | |
2210 | ||
2211 | * Makefile.in: Rename .c files generated from ldtemplate | |
2212 | to have names starting with ld__. This helps 'make clean'. | |
2213 | ||
092df318 SC |
2214 | Tue Nov 12 18:36:50 1991 Steve Chamberlain (sac at cygnus.com) |
2215 | ||
2216 | * Makefile.in: Take out the version number for install | |
2217 | * m88kbcs.sc: put in contructor blocks. | |
2218 | ||
1c9e4b15 PB |
2219 | Mon Nov 11 18:47:33 1991 Per Bothner (bothner at cygnus.com) |
2220 | ||
2221 | * ldmisc.c, ldmisc.h: Re-write info() to take a filename | |
2222 | parameter, a format, and an arg pointer, and rename it to | |
2223 | vfinfo(). Write info() in terms of new vfinfo(). | |
2224 | New einfo() is the same as info(), except it writes to stderr. | |
2225 | * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c, | |
2226 | ldmisc.c: Replace "error" calls to info() by new einfo(). | |
2227 | ||
550e87b5 SC |
2228 | Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com) |
2229 | ||
2230 | * ldlex.l ldgram.y: made -V option do same as -v | |
2231 | * Makefile.in: Added $(MINUS_G) flag so debugging can be | |
2232 | turned off | |
2233 | ||
2234 | Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com) | |
2235 | i386 aout changes from Bob Kukura | |
2236 | * Makefile.in, config.h: added i386aout support | |
2237 | * configure.in: fixed /h-{myhost} typo | |
2238 | * ldgram.y: -MM now gives more boring map. | |
2239 | * ldlang.c: now does D_PAGED flag the right way. | |
2240 | * ldsym.c: -MM flags does the right thing. | |
2241 | ||
aeedc30e PB |
2242 | Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com) |
2243 | ||
2244 | * configure.in: Fixed typo. Also, a fix for hp300bsd. | |
2245 | * ldlang.c (init_os): Compensate for BFD change, | |
2246 | where bfd_make_section now returns NULL for a duplicate | |
2247 | section request, instead of the old section. | |
2248 | ||
2249 | Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com) | |
2250 | ||
2251 | * ldver.c: Bump to version 1.91 (consistent with binutils). | |
2252 | ||
2d1a2445 PB |
2253 | Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com) |
2254 | ||
2255 | * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h, | |
2256 | ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h, | |
2257 | ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h, | |
3410447c | 2258 | ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c: |
2d1a2445 PB |
2259 | Add or update copyright notices. |
2260 | ||
2261 | Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com) | |
2262 | ||
2263 | * README: New file. | |
2264 | * Makefile.in: Changed installation directory name scheme | |
2265 | to be consistent with gcc. Also changed 'install'. | |
2266 | ||
954ac2ea RP |
2267 | Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com) |
2268 | ||
2269 | * Makefile.in: new targets ld.mm, ld.me | |
2270 | ||
972e7b4b PB |
2271 | Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com) |
2272 | ||
2273 | * Makefile.in, ldtemplate: Need to use separate scripts | |
2274 | for -n and -N options. Yet more complication. | |
2275 | ||
33ce0085 JG |
2276 | Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com) |
2277 | ||
2278 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | |
2279 | work). Add some lines to avoid Sun Make VPATH bugs. | |
2280 | ||
b7e24eef PB |
2281 | Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com) |
2282 | ||
2283 | * news.sc: Add alignment for data segment. | |
2284 | * ldtemplate: Add (yet another) script to get for -n or -N | |
2285 | options. (These need different alignment than ZMAGIC files.) | |
2286 | * Makefile.in: Add stuff for new foo.xn scripts. | |
2287 | These are generated by replacing "ALIGN(0x...00)" by ".". | |
2288 | ||
b55e0948 RP |
2289 | Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com) |
2290 | ||
2291 | * Makefile.in: new targets ld.ms, ld-index.ms | |
2292 | ld.texinfo: remove tabs, other cleanups for texi2roff | |
2293 | ||
6719c75b PB |
2294 | Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com) |
2295 | ||
2296 | * ldmain.c (main): Make config.magic_demand_paged be true | |
2297 | by default. Don't the WP_TEXT and D_PAGED flags of | |
2298 | output_bfd here; it's too late, so set it when output_bfd | |
2299 | is created (in ldlang.c). Also fix setting of EXEC_P flag | |
2300 | * ldlang.c (ldlang_open_output): Set output_bfd->flags here. | |
2301 | * ldlang.c: Remove some duplicate extern declarations. | |
2302 | * ldgram.y: Fixes to -N and -n options. | |
2303 | * Makefile.in: Recognize upper case letters in sed script | |
2304 | to remove assignments from script files. | |
2305 | * ldtemplate: Don't assukme that -N or -n options | |
2306 | imply use of -r script. | |
2307 | * mkscript.c: Tweaking to correctly handle \n and \\ in input. | |
2308 | ||
8e10cea1 SC |
2309 | Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com) |
2310 | ||
2311 | * ldtemplate: include bfd.h before sysdep.h. | |
2312 | ||
1f8fc34f JG |
2313 | Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com) |
2314 | ||
2315 | Restructure configuration scheme for bfd, binutils, ld. | |
2316 | ||
2317 | * include/sys/h-*.h: Move to bfd/hosts/h-*.h. | |
2318 | * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. | |
2319 | Change some config names to match other dirs. | |
2320 | * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() | |
2321 | get defined first. | |
2322 | * config/: Rename some config files to match up h-*.h names. | |
2323 | Remove all the HOST_SYS definitions from the config files. | |
2324 | ||
2325 | Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com) | |
2326 | ||
2327 | * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean. | |
2328 | * ldtemplate: Remove ldfile_add_library_path calls; | |
2329 | just use the SEARCH_DIR commands in the script files. | |
2330 | * Makefile.in: Add LIB_PATH macro, which if set is used to replace | |
2331 | the SEARCH_DIR commands in the scripts (using ugly sed magic). | |
2332 | This is primarily intended for cross-linking, where you would | |
2333 | place libaries in a different place than native libraries. | |
2334 | Also, emulations made from ldtemplate now use $(srcdir). | |
2335 | * ldglda29k.sc: Change SEARCH_DIR commands to a conventional | |
2336 | form; people can use the Makefile's LIB_PATH to override. | |
2337 | ||
8d317d2a RP |
2338 | Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com) |
2339 | ||
2340 | * Makefile.in: fix target ld.dvi, add target ld.info | |
2341 | ld.texinfo: make info filename ld.info | |
2342 | ||
558175fb JG |
2343 | Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com) |
2344 | ||
2345 | * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun | |
2346 | Make). | |
2347 | * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a | |
2348 | few BFD types & enums. | |
2349 |