]> Git Repo - binutils.git/blame - bfd/ChangeLog
* ecofflink.c: New file to hold ECOFF debug information linking
[binutils.git] / bfd / ChangeLog
CommitLineData
8d12f138
ILT
1Wed Nov 24 02:02:41 1993 Ian Lance Taylor ([email protected])
2
3 * ecofflink.c: New file to hold ECOFF debug information linking
4 routines.
5 * ecoff.c (ecoff_clear_output_flags, ecoff_rel, ecoff_dump_seclet,
6 ecoff_add_string, ecoff_get_debug): Removed. Functionality now in
7 ecofflink.c.
8 (ecoff_get_extr, ecoff_set_index): New functions.
9 (ecoff_slurp_symbolic_info): Don't save raw_size.
10 (ecoff_bfd_seclet_link): Rewrote to use ecofflink.c functions.
11 (ecoff_compute_section_file_positions): Don't set EXEC_P just
12 because there is a start address.
13 (ecoff_write_object_contents): Handle external symbols here. Use
14 ecofflink.c functions to write out debugging information.
15 * elf32-mips.c (mips_elf_read_ecoff_info, mips_elf_get_extr,
16 mips_elf_set_index): New functions.
17 (mips_elf_seclet_link): Discard empty sections, the .options
18 section and .gptab sections. Handle linking .mdebug section.
19 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
20 * libelf.h (elf_symbol_type): Added mips_extr to tc_data union.
21 * bfd-in.h: Added prototypes for routines in ecofflink.c (some are
22 called by gas, so they are public).
23 * bfd-in2.h: Rebuilt.
24 * Makefile.in (BFD_LIBS): Added ecofflink.o.
25 (CFILES): Added ecofflink.c.
26 (ecofflink.o): New target. Rebuilt dependencies.
27
abb324b2
JL
28Mon Nov 22 22:26:42 1993 Jeffrey A. Law ([email protected])
29
30 * som.c (hppa_object_p): Also recognize SHARED_MAGIC_CNX as
31 a valid magic number if it's been defined.
32
8f45f604
ILT
33Mon Nov 22 14:17:36 1993 Ian Lance Taylor ([email protected])
34
35 * ecoff.c (ecoff_mkobject): Don't create .scommon section; linker
36 no longer requires it.
37 (ecoff_bfd_seclet_link, ecoff_sizeof_headers,
38 ecoff_write_object_contents): Don't treat .scommon section
39 specially.
40
c236d8b3
FF
41Mon Nov 22 10:54:27 1993 Fred Fish ([email protected])
42
43 Merged changes from [email protected] (Kevin A. Buettner):
44 * bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE.
45 * bfd/config/delta88.mh (HDEPFILES): Defined to be ptrace-core.o.
46 * bfd/ptrace-core.c: New file for dealing with core files with
47 start with the ptrace_user structure found on BCS compliant systems.
48 * bfd/targets.c (ptrace_core_vec): New vector.
49
36456a67
JL
50Mon Nov 22 02:33:12 1993 Jeffrey A. Law ([email protected])
51
52 * Minimal support for reading SOM fixup streams. Allows
53 objdump -r to do something reasonable.
54 * som.c (som_get_reloc_upper_bound): Implement.
55 (som_canonicalize_reloc): Implement.
56 (som_set_reloc_info, som_slurp_reloc_table): New functions.
57
8d12f138
ILT
58Sun Nov 21 13:46:55 1993 Ken Raeburn ([email protected])
59
60 * hosts/lynx.h (FPRINTF_ALREADY_DECLARED): Define.
61 * hosts/sparclynx.h: Include lynx.h instead of duplicating it.
62
a1bff336
ILT
63Fri Nov 19 14:34:04 1993 Ian Lance Taylor ([email protected])
64
533af031
ILT
65 * coff-a29k.c (a29k_reloc): For R_IREL, don't left shift
66 signed_value before sign extending it. Don't subtract out
67 reloc_entry->address. This makes it compatible with what gas is
68 generating.
69
a1bff336
ILT
70 * elfcode.h (elf_fake_sections): Accept .sbss as the name for a
71 SHT_NOBITS sections.
72 (map_program_segments): Don't leave the loop after the first
73 SHT_NOBITS section.
74 (assign_file_positions_except_relocs): Only force sh_offset and
75 sh_addr to match modulo maxpagesize for a section which is not
76 SHT_NOBITS. Changed the method used to force page alignment after
77 a SHT_NOBITS section to only do it for the last such consecutive
78 section, and to really force page alignment.
79
96be1f52
KR
80Fri Nov 19 04:02:01 1993 Ken Raeburn ([email protected])
81
4c01d9b5
KR
82 * coffcode.h (coff_slurp_symbol_table): Print more verbose message
83 in the case of an unknown (or unhandled) storage class.
84
96be1f52
KR
85 * config/i386-lynx.mt (TDEFINES): FPRINTF_ALREADY_DECLARED should
86 not be defined here, since it is a host attribute, not a target
87 one.
88 * config/m68k-lynx.mt, config/sparc-lynx.mt: Ditto.
89
90 * coffcode.h (coff_bfd_reloc_type_lookup): Don't define if already
91 defined.
92
93 * coff-sparc.c: Define some relocations, based on ELF relocations.
94 (enum reloc_type, bfd_coff_generic_reloc, coff_sparc_howto_table,
95 struct coff_reloc_map, sparc_reloc_map,
96 coff_sparc_reloc_type_lookup): Borrowed from elf32-sparc.c and
97 elf.c, renamed.
98 (coff_bfd_reloc_type_lookup): Define to be coff_sparc_reloc_....
99 (rtype2howto): Index into coff_sparc_howto_table using
100 dst->r_type.
101
f8944f84
ILT
102Thu Nov 18 11:45:39 1993 Ian Lance Taylor ([email protected])
103
104 * config.bfd (mips*-*-irix5*): New target; use mipsbelf.
105 * configure.host (mips-sgi-irix5*) New host; use irix5 (no
106 hosts/irix5.h created; just use std-host.h).
107 * config/irix5.mh: New file; like irix4.mh, but don't use -G or
108 -lmalloc.
109 * Makefile.in: Rebuilt dependencies.
110
111 * ecoffswap.h: Changed type of internal pointers for swap out
112 functions to const *.
113
114 * elf32-mips.c (mips_elf_got16_reloc): New function. Handle GOT16
115 correctly for assembler, but linker support not implemented.
116 (elf_mips_howto_table): Use mips_elf_got16_reloc for GOT16.
117 (mips_elf_sym_is_global): New function; at least on Irix 5, all
118 non section symbols are considered global.
119 (elf_backend_sym_is_global): Define.
120 (mips_elf_final_write_processing): New function. Set the MIPS
121 architecture level correctly.
122 (elf_backend_final_write_processing): Define.
123 (mips_elf_section_from_shdr): Handle SHT_MIPS_OPTIONS.
124 (mips_elf_fake_sections): Set entsize of .mdebug or .reginfo
125 section to 1. Handle .options section.
126 (mips_elf_acom_section, mips_elf_acom_symbol,
127 mips_elf_acom_symbol_ptr): New static variables, used to build a
128 generic .acommon section to hold SHN_MIPS_ACOMMON symbols.
129 (mips_elf_symbol_processing): Handle SHN_MIPS_ACOMMON symbols by
130 putting them all in a global .acommon section.
131
132 * elfcode.h (bfd_section_from_shdr): Don't dump core if target
133 section has no ELF section data.
134 (elf_make_sections): Set addralign of reloc section to 4.
135 (elf_fake_sections): Likewise.
136 (map_program_segments): Don't consider section 0.
137 (assign_file_positions_except_relocs): Don't consider section 0.
138 In the main loop, skip the symtab and strtab sections, since their
139 positions are set elsewhere.
140 (swap_out_syms): Set addralign of symtab section to 4. Set
141 addralign of strtab sections to 1.
142 (assign_file_positions_for_relocs): Don't consider section 0.
143 (write_object_contents): Don't write out section 0.
144
145 * libelf.h (struct elf_backend_data): Added fields
146 elf_backend_sym_is_global and elf_backend_final_write_processing.
147 * elf32-target.h (elf32_bed): Added corresponding initializers.
148 * elf64-target.h (elf64_bed): Likewise.
149 * elfcode.h (sym_is_global): Take abfd argument. Call
150 elf_backend_sym_is_global if it is not NULL.
151 (elf_map_symbols): Pass abfd to sym_is_global.
152 (write_object_contents): Call elf_backend_final_write_processing
153 if it is defined.
154
c9668c58
ILT
155Wed Nov 17 18:43:28 1993 Ian Lance Taylor ([email protected])
156
157 * libecoff.h: Include coff/ecoff.h.
158 (struct ecoff_backend_data): Move external debugging information
159 fields into a single field pointing to an ecoff_debug_swap
160 structure.
161 (ecoff_data_type): Move debugging information fields into a single
162 field pointing to an ecoff_debug_info structure.
163 * coff-alpha.c, coff-mips.c, ecoff.c: Corresponding changes.
164
55ff7aef
SS
165Wed Nov 17 13:56:10 1993 Stan Shebs ([email protected])
166
167 * i386lynx.c (swap_std_reloc_in, swap_ext_reloc_in): Ignore
168 garbage bits appearing in the upper end of symbolnums.
169
170 * config/sparc-lynx.mt (TDEFINES): Add -DFPRINTF_ALREADY_DECLARED.
171
343c1a96
SG
172Tue Nov 16 17:03:41 1993 Stu Grossman (grossman at cygnus.com)
173
174 * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
175 * m68klynx.c: Define core file macros.
176 * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all
177 non-architecture specific stuff into lynx.h.
178
794057a7
JK
179Tue Nov 16 15:45:54 1993 Jim Kingdon ([email protected])
180
181 * i386linux.c: Define new macro ZMAGIC_DISK_BLOCK_SIZE to 1024, and
182 change PAGE_SIZE to 4096.
183
184Mon Nov 15 11:48:08 1993 Ken Raeburn ([email protected])
185
186 * Makefile.in (diststuff): New target.
187
188 * VERSION: Updated.
189
09796011
JL
190Sun Nov 14 23:33:01 1993 Jeffrey A. Law ([email protected])
191
3be54498
JL
192 * som.c (som_object_setup): Do not create dummy ".text", ".data",
193 and ".bss" sections.
194 (setup_sections): Do not set SEC_HAS_CONTENTS if a section's size
195 is zero. Recognize BSS type sections and turn off SEC_LOAD and
196 SEC_DATA (so binutils/size works). Set the correct value for
197 a section's _raw_size.
198 (som_slurp_symbol_table): Program entry points, and millicode are
199 also functions. Mark them as such. Also mark L$* symbols as
200 debugging symbols.
201
09796011
JL
202 * bfd-in2.h: Rebuilt.
203
aff97790
JL
204Sat Nov 13 15:27:15 1993 Jeffrey A. Law ([email protected])
205
91c0bcbb
JL
206 * som.c (som_bfd_reloc_type_lookup): Add missing prototype. Returns
207 a pointer to constant data. Delete bogus #define which made the
208 function useless.
209
aff97790 210 * som.c (som_prep_for_fixups): New function.
9d0dea6f 211 (som_write_fixups): New function.
0b35f7ec 212 (som_write_space_strings): New function.
6eb64408
JL
213 (som_write_symbol_strings): New function.
214 (som_begin_writing): New function.
aff97790 215
40249bfb
JL
216Fri Nov 12 15:29:36 1993 Jeffrey A. Law ([email protected])
217
980bac64
JL
218 * som.c (som_write_object_contents): Do not abort. Flesh out.
219 (som_set_section_contents): Do not abort. Flesh out.
220
efc0df7c
JL
221 * som.c (som_write_headers): New function.
222 (som_prep_headers): New function.
713de7ec 223 (som_build_and_write_symbol_table): New function.
7057b78f 224
2212ff92
JL
225 * som.c (som_sizeof_headers): Add missing prototype.
226 (som_set_arch_mach): Do not abort.
227
5532fc5a
JL
228 * som.c (som_count_spaces): New function.
229 (som_count_subspaces): New function.
230 (compare_syms): New function.
231 (som_compute_checksum): New function.
232
32619c58
JL
233 * som.c (hppa_som_gen_reloc_type): New function.
234 (som_bfd_reloc_type_lookup): New function.
235
54bbfd37
JL
236 * som.c (try_prev_fixup): New function.
237 (som_reloc_skip): New function.
238 (som_reloc_addend): New function.
efc0df7c 239 (som_reloc_call): New function.
54bbfd37 240
d125665c
JL
241 * som.c (som_initialize_reloc_queue): New function.
242 (som_reloc_queue_insert): Likewise.
243 (som_reloc_queue_fix): Likewise.
244 (som_reloc_queue_find): Likewise.
245
fcb0c846
JL
246 * som.c (som_hppa_howto_table): SOM howto relocation table.
247 (hppa_som_reloc): New function.
248
4fdb66cd
JL
249 * som.c (struct reloc_queue): New structure to keep track of
250 the last four multibyte relocations emitted.
251 (enum pa_symbol_type): Type to fully describe the symbol types
252 associated with .import/.export assembler directives.
253
70f1d738
JL
254 * som.c: Include libhppa.h
255
40249bfb
JL
256 * som.c (bfd_som_set_section_attributes): New function.
257 (bfd_som_set_subsection_attributes): Likewise.
258 (bfd_som_set_symboL_type): Likewise.
259 (bfd_som_attach_unwind_info): Likewise.
260 * som.h: Declare new exported functions.
261
262 * som.h (struct som_symbol): Add new fields to hold additional
263 information needed to build/write symbol tables and fixup streams.
264 (struct som_section_data_struct): Add new fields to hold additional
265 information needed to build/write space and subspace headers.
266 (som_symbol_data): New accessor macro for SOM symbol information.
267 (R_HPPA_*): Basic relocation types to be used by the assembler.
268
115f7430
JK
269Fri Nov 12 11:00:28 1993 Jim Kingdon ([email protected])
270
271 * trad-core.c (trad_unix_core_file_p): If new hook
272 TRAD_CORE_ALLOW_ANY_EXTRA_SIZE defined, then skip the check for the
273 corefile being too big.
274 * hosts/i386sco.h: Define it.
275
3e80841e
JL
276Thu Nov 11 15:16:28 1993 Jeffrey A. Law ([email protected])
277
8a71bf96
JL
278 * bfd.c (struct _bfd): Add hppabsd_core_data.
279 * targets.c (target_vector): Add hppabsd_core_vec.
280 * hpux-core.c (hpux_core_core_file_p): Fail if an unknown core
281 section is encountered during core section scanning.
282 * hppabsd-core.c: New file.
283 * config/hppabsd.mh: Enable HPPA BSD core files.
284
3e80841e
JL
285 * elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code
286 which is either commented out or ifdef'd out. Add, update and
287 clean comments. Fix various indention and spacing problems. Handle
288 problems related to using "ble" to jump to a stub rather than "bl"
289 (%r31 is trashed by "ble", but not by "bl").
290 (NEW_INSTRUCTION): Put inside curly braces.
291 (CURRENT_STUB_OFFSET): Fix indention problems.
292 (hppa_elf_build_arg_reloc_stub): Fix indention and spacing problems.
293 Add, update and clean comments. Handle "ble" %r31 lossage problems.
294 (hppa_elf_build_long_branch_stub): Likewise.
295 (hppa_look_for_stubs_in_section): Likewise.
296 (hppa_elf_stub_check): Remove obsolete function.
297
298 * hppa_stubs.h: Add new instructions to deal with %r31 lossage
299 problems. Delete unused instructions.
300
0f5bc783
SS
301Tue Nov 9 11:40:27 1993 Stan Shebs ([email protected])
302
303 * m68klynx.c (TARGET_IS_BIG_ENDIAN_P): Define.
304
95469b02
ILT
305Tue Nov 9 11:26:05 1993 Ian Lance Taylor ([email protected])
306
346f0414
ILT
307 * elfcode.h (elf_object_p): Rather than looking through an array
308 of architectures, get the ELF EM_xxx code from the backend
309 information. Let the generic ELF target match any EM_xxx code not
310 matched by another ELF target. Call elf_backend_object_p to let
311 the backend do more checks and set global information.
312 * libelf.h (struct elf_backend_data): Added elf_machine_code and
313 elf_backend_object_p fields.
314 (struct bfd_elf_arch_map): Removed.
315 (bfd_elf_arch_map, bfd_elf_arch_map_size): Don't declare.
316 * elf32-target.h, elf64-target.h: Initialize elf_machine_code
317 field with ELF_MACHINE_CODE. Initialize elf_backend_object_p
318 field with elf_backend_object_p (if it is defined).
319 * elf32-gen.c, elf32-hppa.c, elf32-i386.c, elf32-i860.c,
320 elf32-m68k.c, elf32-m88k.c, elf32-mips.c, elf32-sparc.c,
321 elf64-gen.c (ELF_MACHINE_CODE): Defined.
322 * elf32-mips.c: Include ecoffswap.h to get ECOFF swapping
323 routines.
324 (mips_elf_object_p): Set the right machine number.
325 (mips_elf_ecoff_debug_swap): Defined.
326 (elf_backend_object_p): Defined to be mips_elf_object_p.
327 (elf_backend_ecoff_debug_swap): Defined to be
328 mips_elf_ecoff_debug_swap.
329 * elf.c (bfd_elf_arch_map, bfd_elf_arch_map_size): Removed.
330
331 * libbfd-in.h (target_vector, default_vector): Declare.
332 * libbfd.h: Rebuilt.
333 * format.c (target_vector, default_vector): Don't declare.
334
335 * elf32-mips.c (elf_mips_howto_table): Don't complain on overflow
336 for R_MIPS_26. Correct overflow detection requires matching the
337 upper four bits of the destination against the PC. From Ted Lemon
338 <[email protected]>.
339
340 * bout.c (b_out_reloc_type_lookup): Return type should point to
341 const data.
342 * coff-i960.c (coff_i960_reloc_type_lookup): Likewise.
343 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Likewise.
344 * mipsbsd.c (MY(reloc_howto_type_lookup)): Likewise.
345 * coff-i386.c (coff_i386_reloc): Made howto const.
346 * oasys.c (oasys_write_data): Made how const.
347
95469b02
ILT
348 * libelf.h: Added some comments.
349 (struct elf_backend_data): Added elf_backend_ecoff_debug_swap
350 field. Removed unused write_relocs field.
351 * elf32-target.h: Adjusted elf_backend_data initialization
352 accordingly.
353 * elf64-target.h: Corrected elf_backend_data initialization to
354 fill in all fields and to set elf_64_p to 1.
355
e2756048
ILT
356Mon Nov 8 18:13:14 1993 Ian Lance Taylor ([email protected])
357
7b8106b4
ILT
358 * elfcode.h (bfd_section_from_shdr): Remove duplicate assignment
359 to filepos in SHT_STRTAB case.
360 (assign_file_position_for_section): Set BFD section filepos as
361 well as ELF section sh_offset.
362
e2756048
ILT
363 * reloc.c: Use const instead of CONST.
364 (bfd_perform_relocation): Make variable howto a const pointer.
365 * bfd-in2.h, libbfd.h: Rebuilt.
366
367Mon Nov 8 12:19:15 1993 Jim Kingdon ([email protected])
368
369 * Makefile.in (realclean): Don't remove generated headers. Reverts
370 change of 2 Jul 1993.
371
007455de
DHW
372Mon Nov 8 06:08:31 1993 D. V. Henkel-Wallace ([email protected])
373
374 * configure.bfd: make unixware equivalent to sysv4.
375
376 * config/i386-nlm.mt: bring in elf config; make it the default.
377
1d3e8847
JL
378Sun Nov 7 20:21:38 1993 Jeffrey A. Law ([email protected])
379
380 * libbfd.c (bfd_put_8): Add parens around reference to "val"
381 argument.
382
2ccb88c0
DM
383Fri Nov 5 21:45:09 1993 David J. Mackenzie ([email protected])
384
385 * hosts/i386mach3.h (HOST_SEGMENT_SIZE),
386 i386mach3.c (SEGMENT_SIZE, TEXT_START_ADDR): Correct values (?).
387
0f396d2a
ILT
388Fri Nov 5 15:17:57 1993 Ian Lance Taylor ([email protected])
389
390 * coffcode.h (coff_write_object_contents): Zero out internal_a.
391
c188b0be
DM
392Fri Nov 5 10:41:07 1993 David J. Mackenzie ([email protected])
393
394 * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coffcode.h,
395 core.c, ctor.c, format.c, init.c, libbfd.c, opncls.c, reloc.c,
396 section.c, syms.c, targets.c:
397 Doc cleanup (spelling, punctuation, grammar, formatting).
398 * bfd-in2.h, libbfd.h: Rebuild.
c188b0be 399
baf205c4
JG
400Thu Nov 4 14:46:14 1993 John Gilmore ([email protected])
401
402 * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.
403 * bfd.c, opncls.c: Improve comments on file descriptor cacheing.
404
fa8e8648
JL
405Thu Nov 4 08:54:30 1993 Jeffrey A. Law ([email protected])
406
407 * From Pete Hoogenboom ([email protected])
408 * elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error
409 in last change. Always rebuild symbol extension section the first
410 time though if output sections exist (fixes ld -r problems).
411
d5d53b0a
JW
412Thu Nov 04 08:08:46 1993 Jeffrey Wheat ([email protected])
413
414 * Makefile.in: Add .PHONY for check and installcheck rules.
415
416Tue Nov 2 14:42:27 1993 Bill Cox ([email protected])
417
418 * libbfd-in.h (artdata): Use long, not time_t for portability, at
419 least to HPUX. File below is a derived file.
420
31eb3ead
BC
421Tue Nov 2 14:42:27 1993 Bill Cox ([email protected])
422
423 * libbfd.h (artdata): Use long, not time_t for portability, at
424 least to HPUX.
425
242f60e2
JK
426Tue Nov 2 09:32:25 1993 Jim Kingdon ([email protected])
427
428 * config.bfd: Use bigmips for mips*-*-bsd*.
429
55d5b62d
ILT
430Mon Nov 1 14:30:09 1993 Ian Lance Taylor ([email protected])
431
f2e945df
ILT
432 * elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
433 Handle symbol number of zero.
434
7386c3b7
ILT
435 * reloc.c (enum bfd_reloc_code_real): Added
436 BFD_RELOC_MIPS_LITERAL, BFD_RELOC_MIPS_GOT16,
437 BFD_RELOC_MIPS_CALL16, BFD_RELOC_MIPS_GPREL32.
438 * bfd-in2.h: Rebuilt.
439 * coff-mips.c (mips_bfd_reloc_type_lookup): Handle
440 BFD_RELOC_MIPS_LITERAL.
441 * elf32-mips.c (mips_reloc_map): Handle new relocs.
442 (mips_elf_hi16_reloc, mips_elf_lo16_reloc): Rearrange _gp_disp
443 checks slightly.
444
55d5b62d
ILT
445 * aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end,
446 MY_bfd_debug_info_accumulat [sic]): Remove unused definitions.
447 (MY_bfd_get_relocated_section_contents, MY_bfd_relax_section,
448 MY_bfd_seclet_link): Define.
449 (MY_bfd_reloc_type_lookup): Rename from
450 MY_reloc_howto_type_lookup.
451 (MY_bfd_make_debug_symbol): Rename from MY_make_debug_symbol.
452 (MY(vec)): Use JUMP_TABLE rather than listing functions.
453 * hp300hpux.c (MY_get_symtab, MY_get_symtab_upper_bound,
454 MY_canonicalize_reloc, MY_write_object_contents): Don't define in
455 terms of MY, because that causes a recusive invocation of CAT when
456 expanded within JUMP_TABLE, and ANSI compilers don't expand
457 recursive macros.
458 * mipsbsd.c (MY_bfd_reloc_type_lookup): Rename from
459 MY_reloc_howto_type_lookup, and don't define in terms of MY.
460 (MY_canonicalize_reloc): Don't define in terms of MY.
461 (aout_mips_little_vec, aout_mips_big_vec): Use JUMP_TABLE rather
462 than listing functions.
463
6198b7a1
JK
464Mon Nov 1 09:12:25 1993 Jim Kingdon ([email protected])
465
466 * config.bfd: Use m68k-elf for m68*-*-sysv4*.
467
ceeca31c 468See file ChangeLog.1
e6d739eb 469
41126f15
JK
470\f
471Local Variables:
472mode: indented-text
473left-margin: 8
474fill-column: 74
475version-control: never
476End:
This page took 0.209988 seconds and 4 git commands to generate.