85f8ca3ca959cb3ac88b09321912ab6dbfbd60a7
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 Wed Dec 1 23:37:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2
3 * Makefile (clean): Depend on clean-here.
4
5 Wed Dec 1 11:35:21 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
6
7 * config/ho-go32.h: Include fopen-bin.h.
8 * as.h: If FOPEN_WB isn't defined, include fopen-same.h.
9 * output-file.c (output_file_create): Use FOPEN_WB instead of "w".
10 * input-file.c (input_file_open): Use FOPEN_RT instead of "r".
11 * listing.c (file_info): Use FOPEN_RB instead of "rb".
12 * read.c (s_include): Use FOPEN_RT instead of "r".
13
14 * stabs.c: Include obstack.h.
15
16 * tc.h (md_create_long_jump): Don't declare if it's already
17 defined as a macro.
18 (md_create_short_jump, md_estimate_size_before_relax): Ditto.
19
20 * messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_errmsg instead
21 of strerror. Clear bfd_error.
22
23 * config/te-lynx.h (LOCAL_LABELS_FB): Define, if not already
24 defined.
25
26 Wed Dec 1 10:41:56 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
27
28 * config/tc-hppa.c (hppa_elf_mark_end_of_function): New function.
29 (pa_process_exit, pa_procend): Call it for ELF objects.
30
31 Wed Dec 1 12:10:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32
33 * config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.d
34 case. See comment. From wilson@cygnus.com: for M_L_DAB, set
35 coproc before doing goto ld.
36
37 Tue Nov 30 13:40:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
38
39 * write.c (TC_FORCE_RELOCATION): Provide a default definition.
40 (fixup_segment): Allow the target machine to specify that a
41 relocation must be generated for a particular fixup. Remove
42 #ifndef TC_HPPA hack.
43
44 * config/tc-hppa.h (TC_FORCE_RELOCATION): Define.
45
46 * config/tc-hppa.c (md_apply_fix_1): Never change fx_addsy to
47 be NULL. Only fixup_segment is supposed to do that.
48 (hppa_force_relocation): New function.
49
50 Tue Nov 30 11:21:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
51
52 * Makefile.in (stabs.o): Added dependencies.
53
54 * config/obj-ecoff.c (ecoff_frob_file): Don't call bfd_set_symtab.
55
56 Sun Nov 28 12:11:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
57
58 * app.c (do_scrub_next_char): Output a TAB before any
59 .app* directive.
60
61 * config/tc-hppa.c (fix_new_hppa): Make sure a sub_symbol
62 exists before trying to peek at its name.
63 (pa_space): Do not call pa_align_subseg. See hppa/unsorted/align3.s
64 for testcase.
65 (pa_align_subseg): Delete unused/unwanted function.
66
67 Sat Nov 27 22:49:07 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
68
69 * read.c (read_a_source_file): Fix test for when to stick a colon
70 on the end of a label. Make code conditional on either MRI or
71 LABELS_WITHOUT_COLONS.
72
73 * app.c (do_scrub_next_char): If a line begins with whitespace, leave
74 the single whitespace character alone. Eat all others.
75
76 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.
77
78 Wed Nov 24 01:22:54 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
79
80 * config/tc-hppa.c (pa_procend): Do not call process_exit.
81 (exit_processing_complete): Delete unwanted variable and all
82 references.
83
84 Wed Nov 24 02:31:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
85
86 * ecoff.c (ecoff_setup_ext): Renamed from ecoff_build_ext.
87 Changed to not actually build the external symbol information, as
88 that is now done by the ECOFF back end.
89 (ecoff_build_debug): Changed accordingly.
90 * ecoff.h (obj_ecoff_set_ext): Declare. obj-format.c function
91 called by ecoff_setup_ext.
92 * config/obj-ecoff.c (ecoff_frob_file): If debug_info count is 0,
93 set corresponding pointer to NULL. Don't set raw_size and
94 raw_syments.
95 (obj_ecoff_set_sym_index): Removed.
96 (obj_ecoff_set_ext): New function.
97 * config/obj-ecoff.h (obj_set_sym_index): Don't define.
98 (obj_ecoff_set_sym_index): Don't declare.
99 * config/obj-elf.c (obj_ecoff_set_ext, elf_get_extr,
100 elf_set_index): New functions used for ECOFF_DEBUGGING.
101 (elf_frob_file): Reworked ECOFF debug generation to use
102 new functions in bfd/ecofflink.c.
103
104 Sun Nov 21 23:54:52 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
105
106 * config/tc-hppa.c (pa_def_subspaces): Only create the unwind
107 subspace for ELF. In the SOM world, the linker is responsible
108 for creating the unwind subspaces.
109
110 Fri Nov 19 16:25:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
111
112 * config/obj-coffbfd.c: Use PARAMS rather than EXFUN.
113 (yank_symbols): Don't call S_SET_EXTERNAL if the storage class is
114 already set. Fixes .def var; .val external_var; .scl 3; .endef.
115 (adjust_stab_section): Make static. Declare return type. Remove
116 unused variables.
117
118 * config/tc-i386.h: Declare tc_coff_fix2rtype and
119 tc_coff_sizemachdep.
120
121 Fri Nov 19 04:33:59 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
122
123 * write.c (write_object_file): Disable obj_check_file_symbols
124 hook; only back end using it wasn't using it correctly.
125 (write_object_file): Always call obj_frob_symbol and
126 tc_frob_symbol; always retain symbol if it's used by a relocation,
127 regardless of what these routines indicate.
128 * config/obj-coff.c (coff_frob_symbol): Renamed from
129 coff_check_file_symbols.
130 * config/obj-coff.h (obj_check_file_symbols): Deleted.
131 (coff_frob_symbol): Declare.
132 (obj_frob_symbol): Call it.
133
134 * config/obj-coff.c (obj_crawl_symbol_chain, obj_emit_strings,
135 obj_pre_write_hook): Don't define for BFD_ASSEMBLER.
136 (c_section_header): Ditto. Delete superfluous return at end of
137 function.
138
139 * config/obj-coff.h [TC_SPARC]: Include coff/sparc.h, and specify
140 coff-sparc-lynx.
141 (SA_GET_SYM_TAGNDX): Use BFD_HEADERS version for BFD_ASSEMBLER
142 too.
143 (c_section_header): Rewrite prototype so that it contains no
144 preprocessing directives. Don't declare it at all if
145 BFD_ASSEMBLER.
146
147 * configure.in (sparc*-*-lynxos): New target, using coff and
148 BFD_ASSEMBLER.
149
150 * stabs.c: New file.
151 * Makefile.in (REAL_SOURCES, OBJS): List it.
152 * read.c (STAB_SECTION_NAME, STAB_STRING_SECTION_NAME,
153 get_stab_string_offset, s_stab_generic, s_stab, s_xstab, s_desc):
154 Moved to new file.
155
156 * config/tc-sparc.c (tc_gen_reloc): Handle coff files like elf
157 files.
158
159 Wed Nov 17 17:23:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
160
161 * configure.in (mips-*-irix5*): New target. Use elf and mips-big.
162 * config/obj-elf.c: If ECOFF_DEBUGGING, include ecoff.h.
163 (obj_pseudo_table): If ECOFF_DEBUGGING, define ECOFF
164 pseudo-ops.
165 (obj_read_begin_hook): If ECOFF_DEBUGGING, call
166 ecoff_read_begin_hook.
167 (obj_symbol_new_hook): If ECOFF_DEBUGGING, call
168 ecoff_symbol_new_hook.
169 (obj_elf_init_stab_section): Cast alloca result.
170 (elf_frob_file): If ECOFF_DEBUGGING, finish up ECOFF debugging
171 information and write it out into .mdebug section.
172 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): New macro.
173 (TARGET_SYMBOL_FIELDS): Use ELF_TARGET_SYMBOL_FIELDS.
174 (ECOFF_DEBUGGING): Define if TC_MIPS.
175 (TARGET_SYMBOL_FIELDS): If ECOFF_DEBUGGING, override to add
176 fields required by ECOFF.
177 * config/tc-mips.c: Check ECOFF_DEBUGGING rather than
178 OBJ_ECOFF in many cases.
179 (mips_any_noreorder): New variable.
180 (mips_cprestore_offset): Initialize to -1.
181 (mips_frame_reg): New variable.
182 (RELAX_ENCODE, RELAX_OLD, RELAX_NEW, RELAX_RELOC1,
183 RELAX_RELOC2, RELAX_RELOC3, RELAX_WARN): New macros.
184 (md_pseudo_table): Handle "gpword" and "cpadd".
185 (md_begin): Initialize ok to false. If OBJ_ELF, set alignment
186 of text, data and bss sections to 4. Set alignment of
187 .reginfo section to 2. If ECOFF_DEBUGGING, create .mdebug
188 section.
189 (ALIGN_ERR, ALIGN_ERR2): Removed unused and useless alignment
190 check.
191 (append_insn, macro_build, macro_build_lui): Take place
192 argument. Changed all callers.
193 (append_insn): If appending a nop, don't emit one.
194 (macro_build): Changed assertion for 'i', 'j', 'o' case.
195 (gp_reference): Removed.
196 (load_address): New function.
197 (macro): If mips_noreorder is used, set mips_any_noreorder.
198 Extensive changes to handle GP and PIC symbols differently.
199 Build both possible code choices using a variant frag, and
200 make a final decision at the end of assembly when all
201 information is known. Added PIC support for all symbol
202 references.
203 (mips_ip): Don't permit anything but a number after $ for a
204 coprocessor register. Don't use .lit4 or .lit8 sections when
205 generating PIC code. If OBJ_ELF, set alignment of .lit4 or
206 .lit8 section to 4.
207 (md_apply_fix): Accept and ignore GOT16 and GPREL32 relocs.
208 (s_change_sec): Set alignment of ELF .rodata or .sdata section
209 to 4.
210 (s_mipsset): If .set noreorder, set mips_any_noreorder.
211 (s_cpload): Ignore .cpload if not generating PIC code. Warn
212 if .cpload is not in noreorder section.
213 (s_cprestore): Ignore .cprestore if not generating PIC code.
214 (s_gpword, s_cpadd): New functions.
215 (tc_get_register): Added frame argument; if true, set
216 mips_frame_reg to return value. Changed all callers.
217 (md_estimate_size_before_relax): Don't error out, but instead
218 determine how much a frag should grow.
219 (tc_gen_reloc): Return multiple relocs if appropriate, as
220 determined by md_estimate_size_before_relax.
221 (md_convert_frag): New function.
222 (mips_elf_final_processing): Set ELF header flags based on
223 mips_any_noreorder and mips_pic.
224 * config/tc-mips.h (RELOC_EXPANSION_POSSIBLE): Define.
225 (MAX_RELOC_EXPANSION): Define to be 3.
226 (md_relax_frag): Define to be 0.
227 (md_convert_frag): Don't define.
228 (tc_get_register): Changed declaration.
229
230 * ecoff.h, ecoff.c: New files pulled out of config/obj-ecoff.c to
231 support generating ECOFF debugging information for MIPS ELF
232 targets. Compiled only if ECOFF_DEBUGGING is defined. Changed
233 handling of external symbols: it now always generates exactly
234 those external symbols that are defined in the global symbol list.
235 * Makefile.in (REAL_SOURCES): Added ecoff.c.
236 (REAL_HEADERS): Added ecoff.h.
237 (OBJS): Added ecoff.o.
238 (ecoff.o): New target.
239 * config/obj-ecoff.c: Almost entirely moved into ecoff.c.
240 Remaining code mostly just calls ecoff.c code.
241 * config/obj-ecoff.h: Define ECOFF_DEBUGGING.
242 (TARGET_SYMBOL_FIELDS): Make ecoff_symbol a pointer to a
243 struct localsym.
244 (obj_read_begin_hook, obj_symbol_new_hook): Define to call
245 functions in ecoff.c.
246 (ecoff_stab): Don't declare (now declared in ecoff.h).
247 (obj_set_sym_index): Define.
248 (obj_ecoff_set_sym_index): Declare.
249
250 * frags.h (frag_grow): Declare.
251 * frags.c (frag_grow): Made non-static.
252
253 * write.c (is_dnrange): Do not define if md_relax_frag is defined.
254 (relax_segment): If md_relax_frag is defined, use it to handle a
255 frag of type rs_machine_dependent rather than looking through
256 md_relax_table.
257
258 * read.c (read_a_source_file): If we find a bad pseudo-op,
259 do a continue to go on to the next line rather than a break.
260 Removed duplicate bad pseudo-op code which was never executed.
261
262 * read.c (s_lcomm): Do not require a comma after the name.
263
264 * subsegs.h (segment_info_type): Changed hadone field to bitfield.
265 Added bss bitfield.
266 * as.c (perform_an_assembly_pass): Set bss flag for bss_section.
267 * read.c (s_lcomm): Set bss flag for .sbss section if used.
268 * write.c (relax_and_size_seg): Don't set SEC_HAS_CONTENTS for a
269 bss section. Set SEC_RELOC if there are any relocations, even for
270 a zero size section.
271
272 * write.c (write_relocs): In RELOC_EXPANSION_POSSIBLE case, base
273 data offset on reloc[0]->address rather than reloc[j]->address, so
274 that multiple relocs can affect different memory locations.
275
276 * write.c (chain_frchains_together, relax_and_size_seg,
277 adjust_reloc_syms, write_relocs): Make third argument PTR, not
278 char *, to match definition of bfd_map_over_sections.
279
280 * app.c (do_scrub_next_char): Don't interpret a comment character
281 as starting a CPP line directive unless it is a '#' and is the
282 very first characters on the line (i.e., do not permit leading
283 whitespace).
284
285 * messages.c (identify): Make file argument non-const, to match
286 callers.
287
288 Tue Nov 16 20:38:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
289
290 * config/tc-hppa.c (pa_ip): Fix thinko in 21bit range check.
291
292 Sat Nov 13 18:22:48 1993 Steve Chamberlain (sac@jonny.cygnus.com)
293
294 * config/tc-sh.c (md_apply_fix): Cope with IMM16 type too.
295 * config/tc-z8k.c (build_bytes, md_apply_fix): Understand nDISP7
296 relocs.
297
298 Fri Nov 12 16:51:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
299
300 * config/tc-hppa.[ch]: Fix assorted trivial indention problems.
301 * config/obj-som.c (obj_som_version): Add missing ';'.
302 (som_frob_file): Delete whitespace at EOL.
303
304 Fri Nov 12 15:26:21 1993 Ken Raeburn (raeburn@cygnus.com)
305
306 * Makefile.in (VERSION): Updated following 2.2 release.
307
308 Fri Nov 12 14:52:17 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
309
310 * config/tc-hppa.c (hppa_fix_struct): Use a real type for the
311 field selector, rather than an int. All uses of field selectors
312 fixed.
313 (tc_gen_reloc): For SOM PLABELs, always set addend to zero for now.
314 (md_apply_fix_1): Do not call hppa_field_adjust for any PLABEL
315 field.
316
317 Thu Nov 11 15:49:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
318
319 * config/tc-hppa.c (pa_type_args): For .import statements,
320 silently ignore attempt to change the symbol type for a function
321 from ST_ENTRY to ST_CODE on .import.
322
323 Wed Nov 10 16:19:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
324
325 * write.h (fixS): Rename fx_callj field to fx_tcbit.
326 * write.c, config/obj-coff.c, config/obj-coffbfd.c,
327 config/tc-i960.c: Corresponding changes.
328
329 Tue Nov 9 00:49:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
330
331 * Makefile.in (distclean): Delete config-stamp and config.h
332
333 * config/tc-hppa.c (evaluate_absolute): Avoid relying on
334 ANSI-C features.
335
336 * config/tc-hppa.c (pa_type_args): Renamed from pa_export_args.
337 Accept new argument "is_export". All callers changed. When
338 processing a .export directive for a function, do not allow
339 the user to set the type to "CODE", instead warn and set the
340 type to "ENTRY".
341
342 Mon Nov 8 12:05:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
343
344 * config/tc-mips.c (mips_ip, printInsn): Handle 'k' (from Ted
345 Lemon <mellon@pepper.ncd.com>).
346 (mips_ip): Permit odd numbered floating point registers if -mips3.
347 (macro): Use BFD_RELOC_MIPS_LITERAL relocation for M_LI_SS.
348
349 Mon Nov 8 07:45:01 1993 Doug Evans (dje@canuck.cygnus.com)
350
351 * configure.in: Remove h8300h, we have multilib now.
352
353 Mon Nov 8 06:09:18 1993 D. V. Henkel-Wallace (gumby@cirdan.cygnus.com)
354
355 * configure.in: Support generic netware as being ELF format.
356 Recognise unixware if the user supplies it.
357
358 Sun Nov 7 01:02:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
359
360 * First cut at cleaning up PA instruction parsing.
361 * config/tc-hppa.c (pa_get_absolute_expression): Accept pointer to
362 insn structure as an argument, and a pointer to a string. All
363 callers changed. Always read any field selector here. Call
364 evaluate absolute to get a return value.
365 (evaluate_absolute): Addept pointer to insn structure as its
366 argument. All callers changed.
367 (INSERT_FIELD_AND_CONTINUE): New macro for inserting a bitfield
368 into an instruction and continuing the main pa_ip loop.
369 (CHECK_FIELD): New macro for simple range checking of fields.
370 (pa_ip): Delete unused variables. Use INSERT_FIELD_AND_CONTINUE
371 and CHECK_FIELD. All immediate fields now pass through
372 pa_get_absolute_expression which will also handle field selectors.
373 Delete dead code. Simplify.
374 (md_apply_fix_1): Use CHECK_FIELD to verify any fixes that are
375 applied are in range. Use bfd_put_32 rather than inserting each
376 byte of the fixed instrution into the buffer ourselves.
377
378 * write.c (fixup_segment): Delete {SEG,GLOBAL}_DIFF_ALLOWED code,
379 it was PA specific and is no longer needed (it's now handled
380 within the PA backend).
381 * config/tc-hppa.h (SEG_DIFF_ALLOWED): Delete definition.
382 * config/tc-hppa.c (fix_new_hppa): If the subtract symbol for
383 a fixup is $global$ change it to NULL as $global$ is really only
384 needed long enough to determine the base type of relocation to use.
385
386 * config/tc-hppa.c (create_new_subspace): Initialize subspace_defined.
387
388 * config/tc-hppa.c (pa-ip, case 'z'): Make field selectors work
389 for 'z' operands (target of ble branch).
390
391 Sat Nov 6 22:41:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
392
393 * config/tc-hppa.c: (update_subspace): Fix type and name of last
394 parameter. All callers fixed.
395 (md_begin, pa_chk_field_selector, pa_entry): Lint.
396
397 * config/tc-hppa.c (cons_fix_new_hppa): Reset field selector
398 to default state after it's been used.
399
400 Fri Nov 5 12:08:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
401
402 * config/obj-som.c (obj_som_init_stab_section): Change
403 space/subspace sort keys for the stab sections so as to avoid
404 bugs in the hp linker and pxdb.
405
406 Thu Nov 4 17:00:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
407
408 * write.c (chain_frchains_together): Update pointer to last
409 frag for a segment in the seginfo structure.
410
411 Thu Nov 04 09:09:35 1993 Jeffrey Wheat (cassidy@cygnus.com)
412
413 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
414
415 Wed Nov 3 12:16:27 1993 Ken Raeburn (raeburn@rover.cygnus.com)
416
417 * write.c (fixup_segment): Handle conversion of subtraction to
418 pc-relative addressing even if pc-relative flag is already set.
419
420 * config/tc-m68k.c (m68k_ip_op): Use strchr, not index. Don't
421 declare either.
422
423 * doc/Makefile.in (distclean): Delete intermediate files from dvi
424 build, but not the dvi or info files.
425 * Makefile.in (clean-here): New target; cleans up current
426 directory only.
427 (distclean): Use it instead of clean.
428
429 * read.c (s_xstab): Don't use alloca.
430
431 * messages.c (identify): New routine; print message identifying
432 following messages as coming from assembler.
433 (as_show_where, as_bad_internal, as_bad_where): Call it.
434 (as_fatal): Don't need to identify program any more.
435
436 Tue Nov 2 18:04:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
437
438 * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF as
439 well as MIPS ECOFF.
440 (get_stab_string_offset): Remove unused variable aligned.
441
442 Tue Nov 2 15:07:07 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
443
444 * tc-hppa.c: Add %dp and %rp as synonyms for %r27 and %r2 in the
445 predefined register table.
446 (pa_parse_number): Handle %rp in common register shortcut code.
447 Consistently set return value to -1 for an error. Clean up error
448 messages and only print them when "print_errors" is true. Handle
449 empty string case like the HP assembler -- assume a value of
450 zero.
451
452 * config/ho-hpux.h: Do not include ho-sysv.h. Instead include
453 standard hpux include files to pick up various function decls.
454
455 * config/ho-hppaosf.h: Delete _IO* macros. They are defined in
456 stdio.h. Delete bogus declaration of free. Get path to
457 alloca-conf.h right.
458
459 Tue Nov 2 13:57:30 1993 Ken Raeburn (raeburn@rover.cygnus.com)
460
461 * expr.c (operand): Fix checks for characters following "0b" or
462 "0f".
463
464 Mon Nov 1 21:37:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
465
466 * config/obj-som.h (obj_attach_unwind_info): Define as a hook
467 so GAS can attach unwind descriptor information to a BFD symbol.
468 * config/tc-hppa.c (fix_new_hppa): If necessary attach unwind
469 descriptor information to the BFD symbol.
470 (md_apply_fix): R_HPPA_ENTRY and R_HPPA_EXIT can never be "applied",
471 they are simply markers. Make R_HPPA_UNWIND_* handling OBJ_ELF
472 dependent.
473 (pa_build_unwind_subspace): Whole function is OBJ_ELF dependent.
474 (pa_entry): Build a R_HPPA_ENTRY relocation when configured for SOM.
475 (pa_exit): Likewise, but built a R_HPPA_EXIT relocation. Do not
476 build "end-of-function" symbols for SOM, they are not needed.
477
478 * config/tc-hppa.c (process_exit): Create temporary symbols with
479 correct prefixes so they can be eliminated later.
480
481 * config/tc-hppa.c (call_info struct): Delete unused "frame" field.
482 (pa_callinfo): Insert framesize into the unwind information as
483 soon as it's available.
484 (pa_build_unwind_subspace): Do not insert framesize into the unwind
485 information here.
486
487 * Add support for marker type relocations. These mark areas
488 of interest to the linker. ENTRY/EXIT relocations for SOM are
489 an example of marker relocations.
490 * write.c (write_relocs): Instead of assuming size of a relocation
491 is 4 bytes, pick up the size from relocation itself.
492 (fixup_segment): Do not complain that a value is too small for
493 marker relocations.
494
495 * struc-symbol.h: Add new "sy_used" field to the symbol structure.
496 * expr.c (operand): Set sy_used for any symbol used as an operand.
497 (expr): Likewise for any symbol used in an expression.
498 * config/tc-hppa.h (tc_frob_symbol): Define. Punt imported
499 symbols which are never used and absolute symbols which local scope.
500
501 * config/obj-som.h (obj_frob_file): Define.
502 * config/obj-som.c (obj_som_init_stab_section): Set alignment
503 of stab sections. Make space for the special stab entry.
504 (adjust_stab_sections): Adjust the special entry in the
505 stabs section.
506 (som_frob_file): New function. Simply calls adjust_stab_sections
507 for each section.
508
509 Mon Nov 1 17:54:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
510
511 * config/tc-mips.c (PIC_CALL_REG, SP, FP): Define.
512 (mips_pic, mips_cprestore_offset): New static variables.
513 (md_pseudo_table): Handle .abicalls, .cpload, and .cprestore.
514 Ignore .bgnb and .endb.
515 (gp_reference): _gp_disp is never addressed off GP.
516 (macro_build): Ignore macros while searching for insn. For cases
517 i, j, and o, accept the reloc type as an argument rather than
518 assuming BFD_RELOC_LO16. Don't try to convert BFD_RELOC_LO16 to
519 BFD_RELOC_MIPS_GPREL. Added new case a.
520 (set_at, load_register, macro): Changed calls to macro_build to
521 pass new argument for i, j and o cases.
522 (macro): Handle M_JAL_1, M_JAL_2 and M_JAL_A. These require
523 special handling when generating SVR4 PIC code.
524 (mips_ip, tc_get_register, s_frame): Use macros FP, SP, GP and AT
525 rather than hard coded constants.
526 (md_apply_fix): Handle BFD_RELOC_MIPS_LITERAL and
527 BFD_RELOC_MIPS_CALL16.
528 (s_option): Set mips_pic based on .option picN.
529 (s_abicalls): New function; set mips_pic to 2.
530 (s_cpload): New function; handle .cpload.
531 (s_cprestore): New function; handle .cprestore.
532
533 * config/obj-ecoff.c (obj_pseudo_table): Add entries for .bgnb,
534 .endb and .verstamp, setting them to s_ignore.
535
536 Sun Oct 31 00:36:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
537
538 * config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_defined
539 field. Define SUBSPACE_DEFINED accessor macro.
540 (pa_subspace): Allow user to override subspace attributes for
541 built-in subspaces. Set ssd_defined at the end of fcn -- that
542 way the attributes can only be changed once. Pass newly allocated
543 name to is_defined_subspace, not a pointer to the input line.
544 Fix typo in space/subspace rework.
545 (is_defined_subspace): Delete unused 2nd arg. All callers changed.
546
547 * config/tc-hppa.c (pa_import): If currently in the text segment
548 and a symbol is imported without type information, set BSF_FUNCTION
549 for the symbol.
550 * write.c (relax_and_size_seg): Correct test to determine if
551 the section's size was rounded up.
552
553 * config/obj-som.h (obj_set_symbol_type): Define a hook so GAS
554 can properly set all the SOM symbol types.
555 * config/tc-hppa.c (pa_symbol_type): New enum to represent the
556 symbol types which can be set from an IMPORT/EXPORT statement.
557 (pa_export_args): Set the pa_symbol_type type based on arguments.
558 If defined, call obj_set_symbol_type to pass this information on
559 to the BFD backend.
560
561 * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any
562 stab section we make.
563 (s_stab_generic): Likewise.
564
565 Sat Oct 30 14:26:20 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
566
567 * Allow backends to override the value of the fake label.
568 * write.h (LOCAL_LABEL): Delete DOT_LABEL_PREFIX code. Instead
569 assume backends will define LOCAL_LABEL if anything other than
570 'L' is used to denote a local label.
571 (FAKE_LABEL_NAME): New macro. Defines the default name used for
572 the "fake" label.
573 * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX code
574 and instead simply use the string defined by FAKE_LABEL_NAME.
575 (operand): Likewise.
576 * read.c (s_stab_generic): Likewise.
577 * config/tc-hppa.h (FAKE_LABEL_NAME): Define as L$0\001 so it's
578 known to be a local label.
579 * config/tc-i386.h (DOT_LABEL_PREFIX): Delete.
580 (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
581 * config/tc-m68k.h (DOT_LABEL_PREFIX): Delete.
582 (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
583 * config/te-sco386.h (DOT_LABEL_PREFIX): Delete.
584 (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
585
586 Rework space/subspace handling in PA code to fully support
587 SOM spaces/subspaces.
588 * config/tc-hppa.c (USE_ALIASES): New object-format dependent define
589 to control the use of space/subspace name aliases.
590 (update_subspace): Accept space chain entry for containing space
591 as a new parameter. All callers changed.
592 (pa_get_label): Use current_space rather than pa_segment_to_space.
593 (pa_define_label): Likewise.
594 (pa_undefine_label): Likewise.
595 (md_begin): Change into the (possibly modified) text_section.
596 (pa_parse_space_stmt): Create a new segment/space if create_flag
597 is true, and the space name is not one of the two predefined spaces.
598 (pa_subspace): Use current_space rather than a lookup via
599 pa_segment_to_space. Reset BFD section flags as required by
600 the .subspace directive. Likewise for the section alignment.
601 Pass the current space to update_subspace and create_new_subspace.
602 (pa_spaces_begin): Only use space/subspace aliases if USE_ALIASES
603 is true. When not using aliases, create a BFD section for each
604 subspace encountered. When not using aliases replace the default
605 text, data, and bss segments with new ones.
606 (create_new_subspace): When not using aliases each subspace has a
607 section/segment and subsegments are not needed, so set the subsegment
608 to zero.
609
610 * config/tc-hppa.c (pa_parse_space_stmt): If needed, call
611 obj_set_section_attributes to pass space attributes to the
612 BFD backend.
613 (create_new_space): Likewise.
614 (create_new_subspace): Likewise for subspace attributes using
615 obj_set_subsection_attributes.
616 (update_subspace): Likewise for subspace attributes using
617 obj_set_subsection_attributes.
618
619 * config/tc-hppa.c (pa_parse_space_stmt): Get segment and sort key
620 for $TEXT$ and $PRIVATE$ from the default space structure.
621
622 * config/tc-hppa.c (pa_export_args): Always set BSF_FUNCTION
623 as appropriate for the given type.
624
625 * config/tc-hppa.c (tc_gen_reloc): Preliminary stab at handling
626 SOM relocations.
627
628 * config/tc-hppa.c (pa_comm): Delete incorrect check for symbol
629 redefinition.
630
631 * config/obj-som.[ch]: New files for SOM support. Note SOM
632 support is not yet complete in GAS or BFD.
633
634 * config/ho-hppabsd.h: Delete IO* macros, they are defined in
635 stdio.h. Delete declaration of free. Include stdlib.h, unistd.h,
636 and string.h.
637
638 Fri Oct 29 13:26:12 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
639
640 * Allow backends to override the section names used for embedded
641 stabs support. Needed for SOM.
642 * read.c (STAB_SECTION_NAME): Default the name of the stab section
643 to ".stab".
644 (STAB_STRING_SECTION_NAME): Likewise for the stab strings section.
645 (get_stab_string_offset): Is now passed the full name for the
646 stab string section rather than a name prefix. All references
647 changed.
648 (s_stab_generic): New argument for the stab string section name.
649 all references changed.
650 (s_xstab): Append "str" to the stab section name to get the
651 stab string section name.
652 * config/obj-coffbfd.c (obj_coff_init_stab_section): Append "str"
653 to stab section name to get the stab string section name. Pass
654 the full name of the stab string section to get_stab_string_offset.
655 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
656
657 * config/tc-hppa.c (md_begin): Disable "-R" option to fold
658 textand data segments. Warn user "-R" is unsupported on the
659 PA.
660
661 Thu Oct 28 12:36:13 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
662
663 * config/tc-hppa.c (md_pseudo_table): Default alignment is 8 for
664 .align and .ALIGN directives.
665
666 * config/tc-hppa.c (pa_space): Do not report an error for a .space
667 directive which does not define a "well-known" space and does
668 not include a space number as an argument.
669
670 * config/tc-hppa.c (pa_def_subspaces): Correct initialization of the
671 "defined", "loadable", "code_only" and "space_index" fields.
672 (pa_def_spaces): Correct initialization of the "spnum", "defined",
673 and "private" fields.
674
675 * write.h (struct fix): Add new tc_fix_data field for the various
676 backends to attach machine dependent fixup information to.
677 * write.c (fix_new_internal): Initialize new tc_fix_data field.
678 * config/tc-hppa.c (hppa_fix_struct): Delete unnecessary fix_fixP and
679 fx_next fields.
680 (hppa_find_hppa_fix): Delete unnecessary function. Fix all
681 callers to get HPPA fixup information from the tc_fix_data field
682 in the GAS fixup.
683 (hppa_fix_root): Delete unnecessary variable.
684 (fix_new_hppa): Attach HPPA fixup data to the GAS fixup.
685
686 * config/tc-hppa.c (pa_set_start_symbol); Delete unwanted
687 function. Fix all callers.
688 (subspace_dictionary_chain): Delete unused ssd_start_sym field.
689
690 * config/tc-hppa.c (hppa_fix_adjustable): New function to determine
691 if a particular fixup is adjustable.
692 * config/tc-hppa.h (tc_fix_adjustable): Call hppa_fix_adjustable to
693 perform the real work.
694
695 * config/tc-hppa.h (RELOC_EXPANSION_POSSIBLE): Move definition out
696 of OBJ_XXX conditionals.
697 (MAX_RELOC_EXPANSION): Likewise.
698
699 * config/tc-hppa.c (log2): Renamed from is_power_of_2. Fix all
700 callers. Now returns log2 (N) for positive N which are an exact
701 power of two or -1 for an error.
702
703 * config/tc-hppa.c (pa_callinfo): Range check values provided for
704 ENTRY_GR, ENTRY_FR and ENTRY_SR. Properly adjust vaues before
705 inserting them into the unwind table.
706
707 * config/tc-hppa.c (NEEDS_FIXUP): Delete definition and all references.
708 (hppa_gen_reloc_type): New object format dependent macro.
709 (pa_ip): Delete tons of code which was either OBJ_SOM or OBJ_ELF
710 conditional. The code can (and will) be shared between SOM & ELF
711 formats in the near future.
712 (cons_fix_new_hppa, md_apply_fix_1): Likewise.
713 (pa_build_unwind_subspace, process_exit, pa_exit): Likewise.
714 (tc_gen_reloc): Use hppa_gen_reloc rather than an object format
715 specific call.
716
717 * config/tc-hppa.c (pa_comm): Set the segment for a common symbol
718 to bfd_und_section.
719
720 * config/obj-elf.h (obj_elf_version): Add extern prototype.
721
722 * configure.in (hppa-*-bsd*): New configuration.
723 BFD is always used for GAS generating SOM objects.
724
725 * write.c (adjust_reloc_syms): Set sy_used_in_reloc if an
726 adjustment is rejected by the target machine.
727
728 * config/tc-hppa.c (pa_big_cons): Delete function and its
729 declaration. All callers changed to use pa_cons.
730
731 * write.c (fixup_segment): Fix indention and open/close brace
732 problem.
733
734 From Pete Hoogenboom:
735 * config/tc-hppa.c (md_atof): Return a NULL on success rather than
736 an empty string.
737
738 * config/tc-hppa.c (pa_parse_space_stmt): Advance
739 input_line_poitner when an invalid argument is encountered.
740
741 Thu Oct 28 13:09:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
742
743 * config/tc-a29k.c (md_begin): When opcodes are mashed together in
744 the table, require that the one without bit 0x1000000 set come
745 first. Require further that it be case 'b' or 'P'. The a29k
746 opcode table already meets these constraints.
747 (machine_ip): When handling case 'i' or 'A', make sure that the
748 appropriate opcode really exists by looking at the next entry in
749 the opcode table.
750
751 Wed Oct 27 11:48:56 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
752
753 * config/tc-m68k.c (m68k_ip): Adjust offsets for PC relative
754 fixups. Add 6 for long 7.3 case, 2 for short 7.2 case.
755
756 * config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number
757 after a .ent directive.
758
759 * config/tc-mips.c (mips_ip): Handle '>' case (shift amount
760 between 32 and 63 for double shift instruction). Do & 0x1f rather
761 than % 32.
762 (printInsn): Handle '>'.
763
764 Tue Oct 26 16:58:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
765
766 * config/tc-ns32k.c (tc_aout_fix_to_chars): Output the symbol
767 number in the right place. Untested. Probably does not work for
768 cross assembly. From cagney@cs.adelaide.edu.au (Andrew Cagney).
769
770 * config/tc-m68k.c (md_apply_fix_2): Error if a short branch uses
771 an illegal offset of 0 or -1.
772
773 * config/obj-elf.c (obj_elf_init_stab_section): Align .stab
774 section to a longword boundary.
775
776 Tue Oct 26 10:24:31 1993 Ken Raeburn (raeburn@cygnus.com)
777
778 * Makefile.in (CHECKFLAGS): Pass down RUNTESTFLAGS.
779
780 From Jeff Law:
781 * config/tc-hppa.c (tc_gen_reloc): ELF32_HPPA_R_ADDEND ->
782 HPPA_R_ADDEND.
783
784 Mon Oct 25 11:17:58 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
785
786 * config/tc-sh.c (build_Mbytes): Write the relocs to the correct
787 address. (md_assemble): Make error handling a bit more graceful.
788 (md_apply_fix): Don't warn on non aligned displacement.
789
790 * config/tc-z8k.c (get_specific, built_bytes): Understand all the
791 aspects of lda.
792
793 Mon Oct 25 10:20:31 1993 Ken Raeburn (raeburn@rover.cygnus.com)
794
795 * doc/Makefile.in (install-info): Use "$<*" so VPATH will find
796 as.info* even if they're in $(srcdir) (e.g., for FSF
797 distributions).
798
799 * write.c (write_relocs): For relocs that are pc_relative and
800 pcrel_offset and not partial_inplace, adjust reloc->addend to
801 compensate for a bfd_perform_relocation bug.
802
803 * config/tc-sparc.h: Removed remaining non-BFD_ASSEMBLER code.
804 * config/tc-sparc.c: Ditto.
805 (tc_gen_reloc): Include fx_offset for pcrel fixups.
806
807 Sun Oct 24 16:49:00 1993 Jim Wilson (wilson@x1.cygnus.com)
808
809 * tc-mips.c (md_pseudo_table): Add dword pseudo op.
810
811 Fri Oct 22 20:40:56 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
812
813 * messages.c: replaced all variables called Format with 'format',
814 for consistency throughout
815
816 * configure.in: handle mips*- instead of mips, mips*el for little
817 endian configurations
818
819 Fri Oct 22 14:45:49 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
820
821 * input-scrub.c (physical_input_file, logical_input_file,
822 physical_input_line, logical_input_line): Made static.
823 (as_where): Return current file name and line number, don't print
824 them out.
825 * messages.c (as_show_where): New static function. Other
826 functions use it instead of as_where.
827 (as_bad_internal): New static function.
828 (as_bad): Use as_bad_internal.
829 (as_bad_where): New function, like as_bad but taking a file name
830 and line number.
831 * as.h (as_bad_where): Declare.
832 (as_where): Change prototype for new arguments.
833 * write.h (fixS): Added fields fx_file and fx_line.
834 * write.c (fix_new_internal): Save file and line number in fix.
835 (fixup_segment): Use as_bad_where, not as_bad.
836 * input-file.c (f_in, file_name): Made static.
837 * cond.c (struct file_line): Just use file and line fields.
838 (s_else): Use as_where and as_bad_where, not get_file_line and
839 set_file_line.
840 (get_file_line, set_file_line): Removed.
841 * listing.c (listing_newline): Use as_where.
842 * config/obj-coffbfd.c (obj_coff_init_stab_section): Use as_where.
843 * config/obj-ecoff.c (add_file): Use as_where.
844 * config/obj-elf.c (obj_elf_init_stab_section): Use as_where.
845 * config/tc-m68k.c (md_apply_fix_2): Use as_bad_where.
846 * config/tc-mips.c (tc_gen_reloc): Use as_bad_where, not assert.
847
848 Thu Oct 21 12:52:01 1993 Ken Raeburn (raeburn@cygnus.com)
849
850 * config/tc-m68k.h: Don't define REGISTER_PREFIX or
851 OPTIONAL_REGISTER_PREFIX if either is already defined.
852
853 * config/tc-m68k.c (m68k_ip): Delete some code in "#if 0".
854
855 * configure.in: Set bfd_gas for all sparc targets. Added facility
856 for keeping or rejecting configurations still under development;
857 default is to assume production environment, and reject configs
858 still being worked on. Mark Elf configurations (except sparc and
859 i386) as developmental. Deleted cases matching some generic names
860 in favor of more specific names. (E.g., when we get Alpha
861 support, we'll still only support VMS for Vax.)
862
863 * config/tc-sparc.h (md_end): New macro.
864 * config/tc-sparc.c (md_end): Function deleted.
865 (BFD_RELOC_*): Delete macros that used to help keep the non-bfd
866 version compiling. All sparc targets will use bfd now.
867 * tc.h (md_end): Don't declare if it's defined as a macro.
868
869 Changes from Jeff Law and Peter Hoogenboom:
870
871 * read.c (next_char_of_string): Limit octal character constants to
872 three digits.
873
874 * config/tc-hppa.h: Major cleanup. Use GNU-style comments. Warn
875 against placing additional object-file dependent code here. Warn
876 against contaminating all of GAS with the internals of tc-hppa.c
877 through inclusion of tc-hppa.h. Delete all forward declarations
878 for functions only used within tc-hppa.c, likewise for structures,
879 variables, and #defines. Try to group OBJ_ELF and OBJ_SOM
880 conditional code in a few small places.
881
882 * config/tc-hppa.c: Major cleanup. Use GNU-style comments. Group
883 structures, global variables, forward declarations together.
884 Reduce (or in some cases eliminate) OBJ_ELF and OBJ_SOM
885 conditional code -- try to group conditional code together
886 into a few places. Make all functions and variables which
887 are only used within tc-hppa.c static. PARAMize all functions.
888 Add comments to functions. Delete unused functions, variables,
889 #defines, etc. Delete unused members within structures. Delete
890 ldil;ble hacks -- it is believed they were installed to work
891 around old gas bugs. Avoid using mixed case for local
892 functions, variables, and structures. Fix formatting problems
893 not found by GNU-indent. Add FIXME notices for things which
894 should be worked on the near future. Delete lots of old
895 useless (1.36 PA-SOM) code.
896
897 * config/tc-hppa.c: (fix_new_hppa): Initialize the fx_r_type
898 field of the fixS structure. Needed to build unwind
899 descriptors correctly.
900
901 * write.c: (fixup_segment): Allow expressions such as
902 sym1-sym2+const as long as sym2 is $global$.
903
904 * write.c (adjust_reloc_syms): Provide a hook so that a target
905 cpu configuration can reject certain relocation reductions.
906 * tc-hppa.h (tc_fix_adjustable): New macro. Only accept relocations
907 which do not involve function symbols.
908
909 * config/tc-hppa.h: Reindent with GNU-indent. Delete references
910 to OBJ_OSFROSE. Fix typos (OBJ_SOME -> OBJ_SOM). Delete unused
911 STAB_FIXUP macro.
912 * config/tc-hppa.c: Likewise.
913
914 * config/tc-hppa.c (md_apply_fix_1): Use elf_symbol_type, instead
915 of elf32_symbol_type.
916 (pa_export_args): Likewise.
917 (elf_hppa_final_processing): Likewise.
918 (pa_desc): Do not call obj_elf_desc. (Is pa_desc even needed
919 anymore?)
920 (hppa_tc_make_sections): Do not declare elf_get_symtab_map any
921 ore.
922
923 * config/tc-hppa.c: (md_section_align): Align all sections to
924 a multiple of the section alignment rather than always a
925 multiple of 8.
926
927 * config/tc-hppa.c (hppa_tc_symbol): If the argument relocation
928 bits are zero (eg they specify no relocations), then do not even
929 bother adding their entries to thesymextn section.
930
931 Thu Oct 21 15:44:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
932
933 * config/tc-sparc.c (md_parse_option): Accept and ignore -sparc
934 option, which is used by the SunOS make default .s.o rule.
935
936 Tue Oct 19 18:13:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
937
938 * config/tc-m68k.h (AOUT_MACHTYPE): Define to be external variable
939 m68k_aout_machtype.
940 * config/tc-m68k.c (omagic): Remove obsolete and unused variable.
941 (m68k_aout_machtype): New variable, if OBJ_AOUT.
942 (md_assemble): Initialize m68k_aout_machtype based on
943 current_architecture, if OBJ_AOUT.
944 (md_parse_option): Remove obsolete reference to omagic.
945
946 Thu Oct 14 16:51:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
947
948 * config/tc-mips.c (md_pseudo_table): Ignore .livereg pseudo-op.
949 (s_option): Ignore .option O* and .option pic*.
950 (s_ent): Skip whitespace between symbol and optional digit.
951 (my_getSmallExpression): Handle ($xx) correctly: assume 0($xx).
952
953 * app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
954 characters in state 6.
955 * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
956 hexidecimal digits.
957
958 * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work
959 for ELF by hacking around bizarre bfd_perform_relocation behaviour
960 that I don't dare change.
961
962 Thu Oct 14 11:33:25 1993 Michael Meissner (meissner@osf.org)
963
964 * config/tc-i386.c: (md_begin): Do not zero static arrays. Don't
965 call strchr for each character to see if it is a special char,
966 instead add a second loop over special_chars. Set alignment
967 of text, data and bss sections to 4.
968 (pi, te, pt, pe, ps): Add declarations so that DEBUG386 can be
969 used again.
970 (reloc): Don't return 8 and 16 bit non-PC relative relocations on
971 ELF, since the ELF object format does not have these type of
972 relocations. Change the abort into as as_bad and return
973 BFD_RELOC_NONE to silence compiler warnings.
974 (md_assemble): Keep track of the instruction size. Allow white
975 space between the $ and the constant for compatibility with older
976 gases and other assemblers.
977 (i386_operand): Skip spaces between $ and expression.
978 (tc_gen_reloc): Don't allow anything but 32 bit relocations on
979 ELF. Convert abort into an as_bad and assert into as_fatal.
980
981 Wed Oct 13 16:50:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
982
983 * config/obj-coffbfd.c (fixup_segment) [DIFF_EXPR_OK]: If
984 sub_symbolP is in the current segment, convert to a PC-relative
985 fixup and discard the symbol.
986
987 Wed Oct 13 14:00:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
988
989 * config/obj-ecoff.c (ecoff_build_symbols): Handle st_End symbol
990 for st_StaticProc just like st_Proc.
991
992 * write.c (relax_and_size_all_segments): Moved #endif for OBJ_BOUT
993 so that OBJ_BOUT doesn't forget to adjust all the fragments in the
994 .bss section.
995
996 Tue Oct 12 17:26:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
997
998 * config/tc-mips.c: If OBJ_ELF, include elf/mips.h.
999 (mips_regmask_frag): New static variable, if OBJ_ELF.
1000 (md_begin): If OBJ_ELF, create .reginfo section and set
1001 mips_regmask_frag to a frag.
1002 (mips_elf_final_processing): New function, if OBJ_ELF. Set
1003 mips_regmask_frag to register mask information.
1004 * config/tc-mips.h (elf_tc_final_processing): New macro, defined
1005 if OBJ_ELF.
1006
1007 Tue Oct 12 03:33:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1008
1009 * messages.c (as_fatal): Use myname when printing messages.
1010
1011 * config/tc-i960.c (md_begin): Use null pointer, not empty string,
1012 as initial "return" value in case hashing isn't needed.
1013
1014 * config/tc-a29k.c (md_atof): Return null, not empty string, on
1015 success.
1016 * config/tc-h8300.c (md_atof), config/tc-h8500.c (md_atof),
1017 config/tc-hppa.c (md_atof), config/tc-i860.c (md_atof),
1018 config/tc-i960.c (md_atof), config/tc-m88k.c (md_atof),
1019 config/tc-ns32k.c (md_atof), config/tc-sh.c (md_atof): Ditto.
1020
1021 Mon Oct 11 16:46:31 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1022
1023 fix for pr 3571
1024 * config/tc-h8300.c (get_specific): Special action if 8 bit
1025 address seen. (check_operand): Don't complain if truncating top
1026 bits of an 8 bit address. (build_bytes): Allow an immediate and
1027 an absolute in the same insn.
1028
1029 Mon Oct 11 17:18:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1030
1031 * write.c (write_contents): Don't crash if seginfo is NULL.
1032
1033 * config/obj-ecoff.c (ecoff_frob_file): Write out register masks
1034 by modifying .reginfo section, not by directly modifying BFD
1035 backend data.
1036
1037 Mon Oct 11 14:11:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1038
1039 * config/ho-sunos.h: remove extern time declaration
1040
1041 Mon Oct 11 16:14:43 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1042
1043 * messages.c (as_fatal): Do mention that it's the assembler that
1044 got the fatal error.
1045
1046 Fri Oct 8 14:09:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1047
1048 * config/tc-mips.c (mips_gprmask, mips_cprmask): New variables to
1049 hold register masks.
1050 (md_begin): Initialize them to zero.
1051 (append_insn): Update mips_gprmask and mips_cprmask. Also add
1052 register variables pinfo and prev_pinfo.
1053 * config/tc-mips.h (mips_gprmask, mips_cprmask): Declare.
1054 * config/obj-ecoff.c (ecoff_frob_file): If TC_MIPS, set gprmask
1055 and cprmask from mips_gprmask and mips_cprmask.
1056
1057 * config/tc-mips.h: Define TARGET_FORMAT if OBJ_ELF.
1058 * config/tc-mips.c (GPOPT): Define if OBJ_ECOFF or OBJ_ELF.
1059 (various): Change all references to GP references to apply if
1060 GPOPT, not if OBJ_ECOFF.
1061 (s_change_sec): Rearrange somewhat. If OBJ_ELF, use .rodata
1062 instead of .rdata. If OBJ_ELF, set section flags for .rodata and
1063 .sdata sections.
1064 (s_frame, s_loc, s_mask): Comment out entire functions, rather
1065 than just body. They're not used anyhow.
1066 * configure.in: Set cpu_type to mips for mips*. Accept
1067 mips-*-elfl* and mips-*-elf*.
1068
1069 Thu Oct 7 18:36:29 1993 Michael Meissner (meissner@osf.org)
1070
1071 * config/obj-elf.c (obj_elf_common): Allow the alignment field to
1072 not be specified.
1073
1074 Wed Oct 6 13:01:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1075
1076 * config/tc-mips.c (cons_fix_new_mips): New function. Turn
1077 BFD_RELOC_64 into BFD_RELOC_32.
1078 * config/tc-mips.h (TC_CONS_FIX_NEW): Define.
1079 (cons_fix_new_mips): Declare.
1080
1081 Changes to let cons handle bignums like general expressions.
1082 * expr.h (expressionS): New field X_unsigned.
1083 * expr.c (operand): Initialize X_unsigned to 1. Set it to 0 for
1084 unary minus case.
1085 (expr) Fix typo resultP to right if missing operand. Set
1086 X_unsigned to 1 when building new expression.
1087 * read.c (potable): Make "octa" and "quad" call cons, not
1088 big_cons.
1089 (cons): Handle bignums. If given an O_constant (small integer) to
1090 fill a big space, turn it into a bignum.
1091 (parse_bitfield_cons): Set X_unsigned field.
1092 (bignum_low, bignum_limit, bignum_high, grow_bignum, big_cons):
1093 Removed.
1094 * read.h (big_cons): Remove prototype.
1095 * symbols.c (resolve_symbol_value): Don't give a warning if a
1096 symbol in expr_section can not be resolved.
1097 (S_SET_VALUE): Clear X_unsigned.
1098 * write.c (write_object_file): If resolve_symbol_value failed on a
1099 symbol we are writing out, give a warning.
1100 * config/tc-h8500.c (parse_reglist): Set X_unsigned.
1101 * config/tc-hppa.c (md_pseudo_table): Change "octa" and "quad" to
1102 call pa_cons, not pa_big_cons.
1103 (pa_big_cons): Remove.
1104 * config/tc-hppa.h (pa_big_cons): Remove declaration.
1105 * config/tc-i960.c (md_pseudo_table): Change "quad" to call cons,
1106 not big_cons.
1107
1108 Tue Oct 5 10:53:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1109
1110 * doc/as.texinfo (Copying): new node, to handle the recent changes
1111 in the texinfo/gpl.texinfo file
1112
1113 Mon Oct 4 17:10:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1114
1115 * read.c (big_cons): Handle "0" correctly.
1116
1117 * config/tc-mips.c (md_begin): Set target_big_endian correctly.
1118
1119 Mon Oct 4 15:37:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1120
1121 * config/tc-m68k.c (m68k_ip): Mode 7.3 operand using PC should
1122 have pc-relative fixup.
1123 (md_parse_option): Move "-k" case down near "-pic" case.
1124
1125 * configure.in: Alphabetize list of cpu type alternatives. Enable
1126 OS values of "linux*elf*" and "linux*coff*" to select those
1127 formats, with linux emulation. Don't bother checking for upper-
1128 or mixed-case versions of "ose".
1129
1130 Thu Sep 30 11:05:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1131
1132 * config/z8k.c (md_pseudo_table): add "unseg".
1133
1134 Wed Sep 29 16:15:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1135
1136 * config/m88k-opcode.h (m88k_opcodes): correct a few mistakes
1137 found while extending the dissassembler.
1138
1139 Tue Sep 28 12:02:04 1993 Stan Shebs (shebs@rtl.cygnus.com)
1140
1141 * configure.in: Split i386 LynxOS out from other coff targets,
1142 add a specific Lynx emulation.
1143 Add m68k LynxOS target.
1144 * config/tc-i386.c: Define specific Lynx target format.
1145 * config/tc-m68k.c: Define specific Lynx target format.
1146 * config/te-lynx.h: New file.
1147
1148 * config/obj-coffbfd.h: Don't set TARGET_FORMAT to be
1149 "coff-{i386,m68k}" if TARGET_FORMAT already defined.
1150 (INIT_STAB_SECTION): Define.
1151 * config/obj-coffbfd.c: Include <time.h>.
1152 (write_object_file): Look for .stab sections and call
1153 adjust_stab_section.
1154 (adjust_stab_section): New function, fills in the first symbol
1155 of a stab section with number of symbols and string table size.
1156 (obj_coff_init_stab_section): New function, creates the initial
1157 symbol for a stab section.
1158
1159 Mon Sep 27 15:21:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1160
1161 * config/atof-vax.c (md_atof): Return null on success instead of
1162 empty string.
1163 * config/atof-tahoe.c (md_atof): Ditto.
1164 * read.c (float_cons): Expect a null pointer for success, not an
1165 empty string.
1166
1167 * hash.c (hash_insert, hash_jam, hash_grow): Return null pointer
1168 on success, instead of empty string. All callers changed.
1169
1170 * config/tc-vax.c: Use PARAMS in declarations.
1171 (vip_op): Use NULL instead of empty string for success in error
1172 and warning fields.
1173
1174 Sun Sep 26 23:45:29 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1175
1176 * expr.c (expr) [DIFF_EXPR_OK]: Permit subtraction of two symbols
1177 in different defined segments.
1178
1179 * write.c (relax_segment): Localize "aim" variable. If
1180 DIFF_EXPR_OK, don't impose checks on symbol segment types.
1181 (fixup_segment) [DIFF_EXPR_OK]: If sub_symbolP is in the current
1182 segment, convert to a PC-relative fixup and discard the symbol.
1183
1184 * config/tc-m68k.c (flag_want_pic): New variable, mostly ignored.
1185 (md_parse_option) [TE_SUN3]: Set it for "-k".
1186 (m68k_ip): Generate proper fixup for mode 7.3.
1187 * config/tc-m68k.h (DIFF_EXPR_OK): Define.
1188
1189 Sat Sep 25 05:08:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1190
1191 * config/tc-m68k.c (struct m68k_incant, getone, gettwo): Moved
1192 earlier in the file.
1193 (insop, add_exp): Now defined as functions, for readability.
1194 (insop): Now takes two arguments; callers changed.
1195
1196 Fri Sep 24 12:37:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1197
1198 * config/tc-m88k.c (get_o6): new function.
1199 (get_bf, get_cmp, get_cnd, get_cr, get_fcr, get_imm16, get_reg,
1200 get_vec9, getval, get_pcr, calcop, match_name): make static and
1201 prototype.
1202 (s_file): remove extraneous forward decl.
1203 (md_begin): add const to retval decl.
1204 (calcop): cope with instructions without arguments. Handle 'o'
1205 type argument, the o6 field of the prot insn.
1206 (md_estimate_size_before_relax): return a dummy value.
1207
1208 * config/m88k-opcode.h (m88k_opcodes): comment change; o6 field is
1209 in bits 10 through 7. flt.[dxs]s requires an r register in the
1210 second argument. New instruction lda.x. New instruction muls
1211 (alias for mul).
1212
1213 Fri Sep 24 13:43:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1214
1215 * Makefile.in (distclean): Recurse like clean.
1216 * doc/Makefile.in (distclean): New target.
1217
1218 * config/tc-mips.c (md_begin): Set BFD architecture and machine
1219 based on MIPS ISA level.
1220
1221 Thu Sep 23 17:58:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1222
1223 * as.c (main): "exhausted", not "exhuasted".
1224
1225 * struc-symbol.h (struct symbol): Add sy_used_in_reloc field.
1226 * write.c (adjust_reloc_syms): Set sy_used_in_reloc.
1227 (write_object_file): Never strip symbols with sy_used_in_reloc
1228 set.
1229
1230 * config/obj-elf.c (obj_elf_section): Rewrote to handle both
1231 Solaris and SVR4 style .section pseudo-ops.
1232 (obj_elf_ident): Set SEC_READONLY for .comment section.
1233 * config/tc-sparc.c (md_apply_fix): If this is ELF, and we're
1234 generating a reloc, don't apply a fix.
1235
1236 Thu Sep 23 13:16:58 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1237
1238 * config/obj-coffbfd.c (relax_align): Now static.
1239
1240 Mon Sep 20 19:23:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1241
1242 * read.c (get_stab_string_offset): Make non-static. Make
1243 arguments const. Don't align strings to 4 byte boundaries.
1244 * read.h: Declare get_stab_string_offset.
1245 * config/obj-elf.c (obj_elf_section): Set SEC_ALLOC as well as
1246 SEC_LOAD for progbits section.
1247 (obj_elf_init_stab_section): New function.
1248 (adjust_stab_sections): Add casts to avoid warnings.
1249 * config/obj-elf.h (INIT_STAB_SECTION): Call
1250 obj_elf_init_stab_section.
1251 (OBJ_PROCESS_STAB): Removed definition.
1252
1253 Fri Sep 17 18:12:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1254
1255 * config/obj-elf.h (S_GET_SIZE): Define.
1256 (obj_frob_forward_symbol): Define.
1257 * config/tc-i386.c (line_comment_chars): Initialize in all cases.
1258
1259 Thu Sep 16 14:23:08 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1260
1261 * tc.h: Declare tc_gen_reloc differently depending upon
1262 RELOC_EXPANSION_POSSIBLE.
1263 * config/obj-elf.c (obj_elf_section): Only set flags when first
1264 creating the section.
1265
1266 Wed Sep 15 12:15:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1267
1268 * config/tc-mips.c (append_insn): Don't swap a trap instruction
1269 with a branch.
1270
1271 Tue Sep 14 13:31:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1272
1273 * config/obj-elf.c (obj_elf_data, obj_elf_text): New functions;
1274 set previous_section and previous_subsection and then call s_data
1275 and s_text, respectively.
1276 (obj_pseudo_table): Add data and text.
1277 (obj_elf_section): Add SEC_LOAD to default initialization of
1278 flags. Treat .rodata1 like .rodata. Set SEC_LOAD as well as
1279 SEC_ALLOC for "alloc" string. Don't bother trying to find the
1280 section; just use subseg_new.
1281
1282 * read.c (change_to_section): Removed. This is now done by
1283 subseg_new.
1284 (get_stab_string_offset): Rearranged somewhat. Create the section
1285 using subseg_new. Store the string index in seg_info, rather than
1286 in a static variable. Force the first string to be empty. Use
1287 frag_more rather than FRAG_APPEND_1_CHAR.
1288 (s_stab_generic): Rewrote.
1289 * subsegs.h (segment_info_type): Added stabu union.
1290 * subsegs.c (subseg_new): Initialize stab_string_size to 0.
1291 * config/obj-aout.c: Don't include aout/stab_gnu.h.
1292 (obj_aout_stab, obj_aout_desc): Removed.
1293 (obj_pseudo_table): Removed desc and stabX entries.
1294 * config/obj-bout.c: Same changes as config/obj-aout.c.
1295 * config/obj-bout.h (S_SET_TYPE): Define.
1296 (tc_bout_fix_to_chars): Declare.
1297 * config/obj-coff.c (obj_coff_stab): Removed.
1298 (obj_pseudo_table): Removed desc and stabX entries.
1299 * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Define.
1300 * config/obj-coffbfd.c (current_stab_symbol): Removed.
1301 * config/obj-coffbfd.h (obj_symbol_type): Removed n_strx, n_type,
1302 n_other, n_desc and n_value fields.
1303 (S_{S,G}ET_{OFFSET,OTHER,TYPE,DESC}): Removed.
1304 (MAKE_STAB_SYMBOL): Removed.
1305 * config/obj-ecoff.c (obj_ecoff_stab): Renamed to ecoff_stab.
1306 Changed arguments and removed parsing code.
1307 (obj_pseudo_table): Removed stabX entries.
1308 * config/obj-ecoff.h (ecoff_stab): Declare.
1309 (OBJ_PROCESS_STAB): Define.
1310 * config/obj-elf.c: Don't include aout/stab_gnu.h.
1311 (obj_elf_stab, obj_elf_xstab, obj_elf_desc,
1312 elf_stab_symbol_string, elf_stab_symbol, obj_elf_stab_generic):
1313 Removed.
1314 (obj_pseudo_table): Removed desc, stabX and xstabs entries.
1315 (obj_elf_version): Use subseg_new, not bfd_make_section. Don't
1316 set SEC_LOAD for .note section.
1317 (adjust_stab_sections): Get frag pointer from seg_info, rather
1318 than looking through frags.
1319 * config/obj-elf.h (S_{S,G}ET_{OTHER,TYPE,DESC}): Removed.
1320 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
1321 Define.
1322 * config/obj-vms.c (obj_aout_stab): Removed.
1323 (obj_pseudo_table): Removed stabX entries.
1324 * config/obj-vms.h (S_SET_TYPE): Define.
1325
1326 * as.h: Declare listing.
1327 * read.c: Don't declare listing.
1328 (emit_expr): Cast fix_new_exp argument.
1329 (parse_bitfield_cons): Correct printf format.
1330 * symbols.c (symbol_new): Add cast to avoid warning.
1331 * write.h: Declare text_last_frag and data_last_frag.
1332 * config/obj-bout.c (obj_bout_line): Added dummy argument.
1333 * config/obj-coffbfd.c: Add some casts to avoid warnings.
1334 * config/tc-a29k.c: Likewise.
1335 * config/tc-i960.c: Likewise. Also fully bracket structure
1336 initializations, fix printf formats, and remove unused variables.
1337
1338 Mon Sep 13 16:48:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1339
1340 * read.c (s_desc): Only compile and use if S_SET_DESC is defined.
1341 * struc-symbol.h: Declare verify_symbol_chain and
1342 verify_symbol_chain_2 even if not SYMBOLS_NEED_BACKPOINTERS.
1343 * symbols.c (verify_symbol_chain): Removed useless expression.
1344 * write.c (headers, the_object_file): Only use if not
1345 BFD_ASSEMBLER and not BFD.
1346 (fixup_segment, cvs_frag_to_fill): Only use if BFD_ASSEMBLER or
1347 not BFD.
1348 (merge_data_into_text): Only use if BFD_ASSEMBLER or (not BFD and
1349 not OBJ_AOUT).
1350 * write.h: Declare relax_segment.
1351 * config/obj-coffbfd.c (stack_pop, stack_push, stack_init): Made
1352 static.
1353 (stack_top): Commented out, since it's not used.
1354 Fixed up pseudo-op functions to take an ignored int argument.
1355 (size_section): Added default BAD_CASE to switch.
1356 Changed bzero calls to memset.
1357 * config/obj-coffbfd.h (S_IS_LOCAL): Call strchr on S_GET_NAME
1358 (s), not on s itself.
1359 * config/tc-a29k.c (s_use): Take ignored int argument. Only
1360 define if OBJ_COFF is not defined.
1361 * config/tc-i386.c: (fits_in_signed_byte, smallest_imm_type): Make
1362 argument signed again.
1363 * config/tc-m68k.c (s_bss, s_even, s_proc): Take ignored int
1364 argument.
1365 (m68k_ip): Fully bracket initialization of archs.
1366 Correct several formats for __LINE__ to be %d rather than %s.
1367 (init_table): Fully bracket initialization.
1368 Cast values larger than 0x7f assigned to fr_opcode to char.
1369
1370 * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set.
1371 Wrote non-BFD_ASSEMBLER subseg_new. Now subseg_new always takes a
1372 section name, and subseg_set always takes a segT. Changed all
1373 callers as appropriate.
1374 * config/obj-coffbfd.c (change_to_section): Renamed to
1375 obj_coff_add_segment. Corrected. Made callers use subseg_new.
1376 * config/obj-coffbfd.h (obj_segment_name, obj_add_segment):
1377 Define.
1378
1379 Mon Sep 13 13:15:03 1993 Doug Evans (dje@canuck.cygnus.com)
1380
1381 * config/tc-sparc.h (LOCAL_LABEL): Remove test for name[0] == 'L'.
1382
1383 Fri Sep 10 11:22:08 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1384
1385 * config/obj-elf.h (S_SET_SIZE): Actually set the size.
1386
1387 Gcc lint.
1388 * Added a number of casts to function calls.
1389 * app.c (do_scrub_begin), as.c (main), expr.c (integer_constant,
1390 operand, expr), read.c (read_begin, HANDLE_CONDITIONAL_ASSEMBLY,
1391 read_a_source_file, s_align_bytes, demand_empty_rest_of_line,
1392 ignore_rest_of_line, big_cons, is_it_end_of_statement, s_ignore),
1393 read.h (is_name_beginner, is_part_of_name), config/obj-elf.c
1394 (obj_elf_section), config/tc-i386.c (parse_register),
1395 config/tc-sparc.c (isoctal, s_proc): Cast char
1396 array indices to unsigned char.
1397 * app.c (process_escape): Make static. Add prototype. Change
1398 argument from char to int.
1399 * as.c: Include output-file.h for prototypes. Comment out unused
1400 function got_sig.
1401 * Makefile.in (as.o): Depend on output-file.h.
1402 * as.h (BAD_CASE): Cast val argument to long, and use %ld.
1403 (pseudo_typeS): Add prototype to poc_handler field.
1404 (print_version_id): Add prototype.
1405 (xmalloc, xrealloc): Change size arguments to unsigned long.
1406 (do_scrub_next_char): Add prototypes for function arguments.
1407 (had_errors, had_warnings, scrub_from_file): Remove duplicate
1408 declarations.
1409 * atof-generic.c (atof_generic): Make size variables unsigned.
1410 * cond.c (ignore_input): Removed unused local variable ptr.
1411 * expr.c (floating_constant, integer_constant): Make static. Add
1412 prototypes.
1413 * flonum-copy.c (flonum_copy): Make size variables unsigned.
1414 * frags.h: Add prototype for frag_init.
1415 * hash.h, hash.c: Change hash values from char * to PTR, make hash
1416 strings const, make returned error strings const char *. Added
1417 prototypes for functions.
1418 * input-file.h, input-file.c (input_file_buffer_size): Return
1419 unsigned int.
1420 * input-scrub.c (buffer_length): Make unsigned.
1421 (input_scrub_push, input_scrub_pop): Make static.
1422 * listing.c (list_symbol_table): Cast sprintf argument to unsigned
1423 long and use %lx. Print name of segment rather than address of
1424 structure.
1425 (listing_list, listing_title): Change argument to int.
1426 (listing_eject, listing_flags, listing_psize): Add int argument.
1427 * listing.h: Corresponding declaration changes.
1428 * obj.h (obj_emit_symbols): Rename prototype argument to avoid
1429 shadowing.
1430 * read.h: Change get_absolute_expression prototype to return
1431 offsetT. Add prototype for next_char_of_string. Various
1432 prototype changes.
1433 * read.c: Remove prototype for next_char_of_string.
1434 (pobegin): Make errtxt const. Make new_length, tmp_len and num
1435 unsigned.
1436 (s_abort, s_align_ptwo, s_comm, s_data, s_app_line, s_fill,
1437 s_globl, s_lsym, s_org, s_set, s_text, s_desc): Add int argument.
1438 Change all callers.
1439 (s_comm): Change temp from valueT to offsetT. Cast to long when
1440 printing and use %ld (only for error messages anyhow).
1441 (s_long, s_int): Remove unused functions.
1442 (cons): Change argument to int.
1443 (emit_expr): Use %lx when printing longs.
1444 (get_absolute_expression): Return offsetT, not long.
1445 (get_stab_string_offset): Comment out unless
1446 SEPARATE_STAB_SECTIONS.
1447 (s_stab_generic): Remove unused offset. Define seg_is_new only
1448 if SEPARATE_STAB_SECTIONS. Use toP only in local block.
1449 * struc-symbol.h (verify_symbol_chain_2): Add prototype.
1450 * symbols.c: Remove nested comment.
1451 (symbol_new): Rename value to valu.
1452 (colon): Use %ld and cast to long in error message.
1453 * symbols.h: Remove duplicate verify_symbol_chain declaration.
1454 * tc.h: Remove unused md_emit_relocations declaration.
1455 (tc_gen_reloc): Add declaration.
1456 * write.c (cvt_frag_to_fill): Change first argument name depending
1457 on BFD_ASSEMBLER.
1458 (write_relocs): Remove unused offset, frags. Remove tc_gen_reloc
1459 declarations. Make n unsigned.
1460 (write_contents): Remove unused i, n, relocs, fixp. Rename frags
1461 to f to avoid shadowing.
1462 (write_object_file): Define fragP only if not BFD_ASSEMBLER or not
1463 WORKING_DOT_WORD. Remove unused keep. Only declare punt and
1464 punt_it if they will be used. Make i and n unsigned.
1465 (fixup_segment): Cast to long and use %ld in error message.
1466 * xmalloc.c (xmalloc, xrealloc): Make size argument unsigned.
1467 * config/obj-aout.h: Remove nested comment. Add prototype for
1468 obj_aout_frob_symbol.
1469 (obj_aout_line, obj_aout_desc): Add int argument.
1470 * config/obj-ecoff.c: Changed build routines to use an unsigned
1471 offset.
1472 (add_string): Make len unsigned long.
1473 (obj_ecoff_stab): Use %lu in error message.
1474 * config/obj-elf.c (obj_elf_common): Comment out unused label
1475 allocate_bss.
1476 (obj_elf_frob_symbol): Return 0 (currently broken).
1477 (obj_elf_desc, obj_elf_version, obj_elf_size, obj_elf_type,
1478 obj_elf_ident, obj_elf_weak, obj_elf_local, obj_elf_common,
1479 obj_elf_line, obj_elf_previous): Add int argument.
1480 (obj_elf_write_symbol_p): Make static.
1481 * config/obj-elf.h (obj_elf_write_symbol): Add prototype.
1482 * config/tc-hppa.h: Remove declarations of functions declared in
1483 read.h.
1484 * config/tc-i386.c (ENCODE_RELAX_STATE): Cast to relax_substateT.
1485 (s_bss): Add int argument.
1486 (fits_in_signed_byte, smallest_imm_type): Make argument unsigned.
1487 (dummy): Remove unused function.
1488 (md_assemble): Rename local o to op to avoid shadowing.
1489 (tc_gen_reloc): Rename local reloc to rel to avoid shadowing.
1490 * config/tc-m68k.c (s_data1, s_data2): Add int argument.
1491 * config/tc-mips.c (mips_ip, md_apply_fix): Cast to long and use
1492 %ld in error messages.
1493 * config/tc-sparc.c: Remove duplicate declarations.
1494 (getExpression): Rewrite condition to avoid empty conditional
1495 body.
1496 (s_reg, s_proc, s_reserve, s_common, s_seg, s_xword): Add int
1497 argument.
1498
1499 Thu Sep 9 17:10:00 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1500
1501 Changes from Jeff Law:
1502
1503 * config/tc-hppa.c (md_assemble): Fix typo.
1504 (pa_ip): Delete unused variables and labels. Do not check for
1505 unsigned values being < 0, it can't happen.
1506 (is_same_frag): Return a value in recursive call case.
1507 (pa_callinfo): Delete unused variables and labels.
1508 (pa_comm): Likewise.
1509 (pa_copyright): Likewise.
1510 (pa_export): Likewise.
1511 (pa_import): Likewise.
1512 (pa_param): Likewise.
1513 (pa_space): Likewise.
1514 (pa_subspace): Likewise.
1515
1516 Thu Sep 9 15:05:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1517
1518 * read.c (get_stab_string_offset, s_stab_generic): If
1519 BFD_ASSEMBLER, call subseg_set rather than subseg_new.
1520
1521 Wed Sep 8 15:09:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1522
1523 * config/obj-elf.c (obj_elf_section): Set SEC_LOAD when using
1524 default flag values.
1525
1526 Tue Sep 7 10:22:52 1993 Stan Shebs (shebs@rtl.cygnus.com)
1527
1528 * read.c: (change_to_section): Don't include body if not MANY_SECTIONS.
1529
1530 * read.c: (s_stab, s_xstab, s_desc): New functions to parse
1531 various stab-related directives.
1532 * read.h: (s_stab, s_xstab, s_desc): New function prototypes.
1533 * write.c: (merge_data_into_text): Fix ifdef tangle.
1534 * config/obj-coffbfd.c (current_stab_symbol): Fake symbol
1535 for stab reader to use.
1536 * config/obj-coffbfdh.h (obj_symbol_type): Added fields for
1537 stab reader, macros to access.
1538
1539 Fri Sep 3 16:44:03 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1540
1541 * config/obj-elf.h (elf_symbol): Fixed name of elf_symbol_type.
1542
1543 * config/tc-hppa.h (struct default_subspace_dict, struct
1544 default_space_dict): Field "sort" is now unsigned char.
1545
1546 * config/tc-hppa.c (pa_def_subspaces, pa_def_spaces): Align
1547 columns for easier reading.
1548 (bcmp, index): Deleted USG-specific definitions. Should be dealt
1549 with in ho-*.h, or in libiberty. Changed mention of index to
1550 strchr.
1551 (label_symbolP, label_symbol_defined, callinfo_found,
1552 within_entry_exit, exit_processing_complete, within_procedure,
1553 pa_def_subspaces, pa_def_spaces, pa_pseudo_op_moves_pc,
1554 label_symbols_rootP, pa_get_label, pa_label_is_defined,
1555 pa_undefine_label): Now static.
1556 (movers): Now const, in addition to pointing to const data.
1557 * config/tc-hppa.h (label_symbolS_rootP, pa_get_label,
1558 pa_label_is_defined, pa_undefine_label, pa_pseudo_op_moves_pc):
1559 Delete declarations.
1560
1561 Merged more changes from Jeff Law and Pete Hoogenboom:
1562
1563 * config/tc-hppa.c (pa_def_subspaces, pa_def_subspaces): Remove
1564 entries for .stab and .stabstr.
1565
1566 * config/obj-elf.c: (elf_stab_symbol_string): Set the
1567 SEC_LOAD attribute for the .stabstr section.
1568 (obj_elf_stab_generic): Set the SEC_LOAD attribute for the
1569 .stab section.
1570 (obj_elf_stab_generic): Change '#if 1' to '#if 0'.
1571 (obj_elf_stab_generic): Incorrect byte count on call to
1572 md_number_to_chars function.
1573
1574 * config/tc-hppa.c (hppa_tc_symbol): Static functions need
1575 argument relocation bits too.
1576
1577 * config/tc-hppa.c (pa_stringer): Correctly handle escaping
1578 characters which should appear unaltered in the output string (for
1579 example an escaped double-quote).
1580
1581 * config/tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): Always
1582 initialize name.
1583 (pa_parse_neg_cmpsub_cmpltr): Likewise.
1584 (pa_parse_nonneg_add_cmpltr): Likewise.
1585 (pa_parse_neg_add_cmpltr): Likewise.
1586
1587 * config/tc-hppa.h (parse_cons_expression_hppa): Remove prototype
1588 for now.
1589 (cons_fix_new_hppa): Likewise.
1590 * config/tc-hppa.c (md_apply_fix): Fix type of valp to match
1591 prototype.
1592
1593 * config/tc-hppa.c: Include libhppa.h.
1594
1595 * config/tc-hppa.h: Delete extern declarations of functions
1596 found in libhppa.h.
1597
1598 * config/tc-hppa.c (pa_space): Rework to avoid unwanted #ifdef
1599 OBJ_ELF conditionals.
1600 * config/tc-hppa.h (LOCAL_LABEL): Correctly identify local labels
1601 on the PA.
1602
1603 Thu Sep 2 10:43:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1604
1605 * config/tc-mips.c (macro_build): Accept 'z', and ignore it.
1606 (macro): Use "z,s,t" for div instructions to match corresponding
1607 change in opcode table.
1608 (mips_ip): Added 'z'--must be zero register.
1609
1610 Wed Sep 1 15:56:42 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1611
1612 * write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Declare
1613 tc_gen_reloc correctly.
1614
1615 * configure.in: Use "case" instead of "if" when possible. Rewrote
1616 Makefile editing to reduce work done. Treat "hppa*" as "hppa".
1617
1618 Wed Sep 1 12:19:07 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1619
1620 * config/obj-coffbfd.c (obj_coff_section): add 'd' as an alias for
1621 section type of data. 'd' seems to be used for m88k.
1622
1623 Wed Aug 25 22:33:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1624
1625 * config/tc-mips.c (mips_align, s_stringer, s_cons, s_float_cons,
1626 s_mips_space): Set insn_label to NULL to avoid changing it at the
1627 next .align statement.
1628 (append_insn): Don't swap jal with instruction that sets the
1629 register that jal sets.
1630
1631 Wed Aug 25 16:15:57 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1632
1633 * configure.in: recognize m88110.
1634
1635 Wed Aug 25 13:37:46 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1636
1637 Merged changes from Pete Hoogenboom and Jeff Law at Utah:
1638 * config/tc-hppa.c (pa_build_unwind_subspace): SEC_ALLOC should
1639 not be on for .hppa_unwind.
1640 (md_pseudo_table): .PARAM and .param are valid pseudo-ops for GAS.
1641 (pa_param): New function to handle .PARAM directives.
1642 (pa_ip): Pass "isbranch" argument down to pa_parse_*_compltr
1643 functions. Handle '|' for movb; allow movb,n.
1644 (pa_parse_nonneg_cmpsub_cmpltr): Delete old useless
1645 version. Handle cases where no completer exists for
1646 comb,n or addb,n.
1647 (pa_parse_neg_cmpsub_cmpltr): Handle cases where no
1648 completer exists for comb,n or addb,n. Make logic
1649 mirror that of pa_parse_nonneg_cmpsub_cmpltr.
1650 (pa_parse_nonneg_add_cmpltr): Likewise.
1651 (pa_parse_neg_add_cmpltr): Likewise.
1652 * tc-hppa.h (pa_param): Declare.
1653
1654 Tue Aug 24 15:41:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1655
1656 * config/tc-hppa.c (hppa_tc_make_symextn_section): Now static.
1657 Added forward declaration.
1658
1659 Merged changes from Pete Hoogenboom and Jeff Law at Utah:
1660
1661 * config/obj-elf.c (elf_frob_file): Arguments were incorrect on
1662 call to elf_tc_make_sections.
1663 (obj_elf_version): A .note section shouldn't have the SEC_ALLOC
1664 attribute.
1665
1666 * config/tc-hppa.c (hppa_tc_make_sections): Add some processing to
1667 handle symbol extension sections.
1668
1669 * config/tc-hppa.c (pa_build_symextn_section): New function to
1670 create a symbol extension section.
1671 (pa_export_args): Make call to pa_build_symextn_section.
1672 (hppa_tc_symbol, hppa_tc_make_sections,
1673 hppa_tc_make_symextn_section): New functions.
1674 * config/tc-hppa.h: Update elf_tc_symbol and elf_tc_make_sections
1675 macros.
1676
1677 * read.c (emit_expr): Place check for TC_CONS_FIX_NEW in the
1678 BFD_ASSEMBLER branch as well.
1679
1680 * config/tc-hppa.h: If ELF is the target object format, define
1681 some ELF- and hppa-specific types and constants.
1682
1683 * config/tc-hppa.c (getExpression): Fix a typo.
1684
1685 * read.c (read_a_source_file): Use TC_EQUAL_IN_INSN to determine
1686 if a `=' is part of an instruction.
1687 (read_a_source_file): Handle case where end-of-line markers are
1688 also used within instructions.
1689 * config/tc-hppa.h (TC_EQUAL_IN_INSN, TC_EOL_IN_INSN): Define.
1690
1691 * config/tc-hppa.c (md_apply_fix_1): Keep relocations for
1692 out-of-range branches/'calls using "bl" or calls which may need
1693 argument relocation stubs. Do not need/keep relocations for
1694 conditional branches.
1695 (elf_hppa_final_processing): Fix calculation of function size.
1696
1697 * config/obj-elf.c (obj_elf_version): Mark .note section as
1698 READONLY.
1699
1700 * config/tc-hppa.c (parse_cons_expression_hppa): Pass exp, not the
1701 address of exp, to expression.
1702 (pa_build_unwind_subspace): Turn SEC_HAS_CONTENTS flag on.
1703 (md_apply_fix_1): Delete unwanted comments.
1704 (process_exit): Symbols marking the end of a function are always
1705 BSF_LOCAL.
1706
1707 * config/tc-hppa.c: Include elf32-hppa.h from BFD tree.
1708 (pa_space): Declare and initialize gdb_section.
1709
1710 * config/obj-elf.c (elf_frob_file): Change
1711 elf_tc_final_processing_hook to elf_tc_final_processing.
1712
1713 * config/tc-hppa.c (fix_new_hppa): Fix argument list to match
1714 argument type declarations.
1715 (getExpression): Fix typo.
1716 (pa_export_args): Change elf_symbol_type to elf32_symbol_type.
1717 (elf_hppa_final_processing): Likewise. Name changed from
1718 elf_hppa_final_processing_hook.
1719 (start_symbol_root, start_symbol_last): Deleted.
1720
1721 * config/tc-hppa.h (TC_PARSE_CONS_EXPRESSION): Fix typo.
1722
1723 * config/tc-hppa.h: Replace "symbolS" with "struct symbol" to
1724 avoid changing include ordering.
1725
1726 * config/tc-hppa.c (pa_ip, case 'y'): Handle just like 't'.
1727
1728 Mon Aug 23 12:47:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1729
1730 * config/tc-mips.c (set_at): Added unsignedp argument. Use
1731 load_register.
1732 (set_at_unsigned): Removed; changed callers to use set_at.
1733 (load_register): Removed unused ip argument. Changed callers.
1734 (append_insn): Don't swap branch and branch likely.
1735 (macro_build): Handle 'u'.
1736 (load_register): Handle 64 bit constants.
1737 (macro): Added M_DABS, removed M_ABSU. Numerous changes to
1738 support 64 bit constants.
1739 (mips_ip): Use hex constants in range checks for clarity.
1740 (md_number_to_chars): Support 8 byte values.
1741
1742 Fri Aug 20 16:50:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1743
1744 * config/tc-m88k.h: updated copyrights.
1745 (TC_CONS_RELOC): declare to be RELOC_32.
1746
1747 Fri Aug 20 11:16:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1748
1749 * config/tc-mips.c (mips_isa): New static variable.
1750 (md_begin): Initialize mips_isa based on TARGET_CPU. Don't sanity
1751 check macros. Set text alignment and GP size here.
1752 (md_assemble): Don't set text alignment and GP size here.
1753 (append_insn): Don't insert NOPs for load delays if mips_isa >= 2.
1754 Use the right mask and shift for WRITE_FPR_T and WRITE_FPR_S. Add
1755 a NOP after a branch likely.
1756 (mips_emit_delays): Don't insert NOPS for load delays if mips_isa
1757 >= 2.
1758 (macro): Support r6000 and r4000 macros.
1759 (mips_ip): Check insn ISA level against mips_isa before using it.
1760 Added 'x' case for ignored register.
1761 (md_parse_option): Handle -mipsN and -mcpu=XX.
1762
1763 Fri Aug 20 01:26:52 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1764
1765 * config/tc-i386.c (md_pseudo_table) [OBJ_ELF]: Handle ".zero".
1766
1767 Thu Aug 19 12:15:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1768
1769 * config/tc-sparc.c (s_local): Function moved and renamed...
1770 * config/obj-elf.c (obj_elf_local): ...to here.
1771 * config/tc-sparc.c (md_pseudo_table), config/obj-elf.c
1772 (obj_pseudo_table): Move handling of ".local".
1773
1774 * tc.h (md_parse_option): Don't declare if defined as a macro.
1775
1776 * config/tc-i386.h (NO_RELOC) [BFD_ASSEMBLER]: Define as
1777 BFD_RELOC_NONE.
1778 (md_parse_option): New macro, converted from function.
1779 * config/tc-i386.c (md_parse_option): Function deleted.
1780 (comment_chars) [OBJ_ELF]: Include "/".
1781 (line_comment_chars) [OBJ_ELF || TE_I386AIX]: Don't include "/".
1782 (md_assemble): Cast 0xe9 to char explicitly, to avoid compiler
1783 warning.
1784 (md_assemble, md_estimate_size_before_relax, md_create_long_jump):
1785 Call reloc for fix_new type, or use correct enumerator, instead of
1786 always using NO_RELOC.
1787 (i386_operand): Change "ifndef I386COFF" to "ifdef OBJ_AOUT" for
1788 tests for valid section.
1789 (md_convert_frag) [BFD_ASSEMBLER]: Compensate for frag start
1790 address.
1791 (md_apply_fix_1) [BFD_ASSEMBLER]: For pc-relative reloc with
1792 symbol, compensate for location of reloc.
1793 (reloc, BFD_RELOC_32, BFD_RELOC_32_PCREL) [!BFD_ASSEMBLER]: Define
1794 to return zero.
1795
1796 Wed Aug 18 16:51:29 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1797
1798 * config/obj-elf.c: Undef NO_RELOC before including aout/aout64.h.
1799 (obj_elf_weak): New function.
1800 (obj_pseudo_table): Handle ".weak".
1801 (obj_elf_section): If section directive includes a string, ignore
1802 it for now. Accept "progbits" flag.
1803 (obj_elf_type): Accept `@' before flag name.
1804
1805 * write.c (relax_and_size_seg) [BFD_ASSEMBLER]: Get rid of `if(1)'
1806 condition.
1807 (fixup_segment) [BFD_ASSEMBLER]: Use bfd_is_com_section, rather
1808 than checking for bfd_com_section directly.
1809 (fixup_segment): Simplify range check.
1810 (fixup_segment) [OBJ_COFF && TC_I960]: Simplify cpp condition
1811 test.
1812
1813 * symbols.h (S_SET_WEAK): Declare.
1814 * symbols.c (S_SET_WEAK): New function.
1815 (S_SET_EXTERNAL, S_CLEAR_EXTERNAL): Don't bother with BSF_EXPORT,
1816 it's not a separate flag any more. Clear BSF_WEAK.
1817
1818 * read.c (potable): Treat "string" like "asciz".
1819
1820 Wed Aug 18 15:30:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1821
1822 * config/tc-mips.c (append_insn): Don't swap branch instructions
1823 if .set nobopt or .set volatile.
1824 (gp_reference): .lit8 and .lit4 are accessed via the GP register.
1825 (macro): Added cases M_LI_S, M_LI_SS. Fixed M_LI_D and M_LI_DD.
1826 (mips_ip): Added cases 'F', 'L', 'f', 'l' for floating point.
1827 * config/obj-ecoff.c: Renamed some variables to avoid shadow
1828 warnings.
1829
1830 Mon Aug 16 14:16:02 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1831
1832 * config/obj-coff.h (S_IS_COMMON): add missing backslash
1833
1834 * configure.in (z8k-*-{coff,sim}): use coffbfd for this target
1835
1836 Thu Aug 12 11:47:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1837
1838 * config/tc-mips.c (mips_ip): Suggested by
1839 davidj@ICSI.Berkeley.EDU (David Johnson): Don't accept symbolic
1840 names for 'E' and 'G' argument types (coprocessor registers) and
1841 don't warn if $1 is used on the coprocessor.
1842 (macro): Handle M_{L,S}WC{0,2,3}_AB correctly.
1843
1844 Mon Aug 9 12:09:14 1993 Doug Evans (dje@canuck.cygnus.com)
1845
1846 * read.c (emit_expr): Use BFD_RELOC_16 for 2-byte values.
1847 * config/tc-sparc.c (md_apply_fix, tc_gen_reloc): Handle
1848 BFD_RELOC_16.
1849 * config/tc-sparc.h (WORKING_DOT_WORD): Define.
1850
1851 Mon Aug 9 13:36:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1852
1853 * write.c (merge_data_into_text): Define only if BFD_ASSEMBLER is
1854 defined or BFD is not.
1855 (relax_and_size_all_segments): Declare local variable fragP.
1856
1857 Fri Aug 6 15:22:53 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1858
1859 * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_32): Fill in
1860 bytes with real values, not zeros.
1861
1862 Fri Aug 6 10:57:59 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1863
1864 * configure.in (mips-*-riscos*, mips-*-sysv*): New (untested)
1865 targets, using ecoff and mips-big.
1866
1867 * config/tc-mips.c (mips_ip): From davidj@ICSI.Berkeley.EDU (David
1868 Johnson): Added case for 'C' for coprocessor instruction codes.
1869
1870 Thu Aug 5 13:08:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1871
1872 * config/obj-elf.c (obj_pseudo_table): Handle ".8byte".
1873
1874 * read.c (emit_expr): Use BFD_RELOC_64 for 8-byte expressions.
1875
1876 * write.c (write_object_file): Test DEBUG_SYMS instead of DEBUG
1877 for verifying symbol chain.
1878 (merge_data_into_text, relax_and_size_all_segments): New
1879 functions, split out from write_object_file.
1880
1881 Tue Aug 3 15:43:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1882
1883 * config/obj-elf.c (obj_elf_stab_generic, in disabled code): If
1884 debug section is new, allocate an extra 12 bytes at its start. If
1885 ".stabs" type is N_SO, fill in filename symbol field of that first
1886 entry. Return early if "goof", to simplify later code slightly.
1887 (adjust_stab_sections): New function.
1888 (elf_frob_file): Apply adjust_stab_sections to each section.
1889
1890 * config/obj-elf.c (obj_elf_section, obj_elf_previous): No longer
1891 static.
1892 * config/obj-elf.h (obj_elf_section, obj_elf_previous): Declare.
1893 * config/tc-sparc.c (md_pseudo_table): Call them for "pushsection"
1894 and "popsection", and call cons for "uaword" and "uahalf".
1895
1896 * config/obj-elf.c (obj_elf_version): Use English in error
1897 messages.
1898
1899 Tue Aug 3 11:29:06 1993 Ian Lance Taylor (ian@cygnus.com)
1900
1901 * config/obj-ecoff.c: Updated for BFD ECOFF changes. Now gets the
1902 swapping routines and external structure sizes via the
1903 ecoff_backend information. No longer includes coff/mips.h.
1904
1905 Mon Aug 2 17:35:48 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1906
1907 * config/obj-ecoff.c (get_tag): Save tag name in permanent memory
1908 and in hash_ptr->string.
1909
1910 * app.c (do_scrub_next_char): Reset state to 0 after .appline if
1911 file name is not seen.
1912
1913 Thu Jul 29 22:21:28 1993 Ian Lance Taylor (ian@cygnus.com)
1914
1915 * write.c: Don't use short int in a prototype.
1916
1917 * expr.c (operand): Make return value simply depend on contents of
1918 returned expression.
1919
1920 Thu Jul 29 18:38:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1921
1922 * configure.in: sparc*-aout and sparc*-vxworks are BFD assemblers
1923
1924 Thu Jul 29 18:38:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1925
1926 * config/ho-sunos.h: remove some old function decls that conflict
1927 w/ ANSI, and which weren't needed anyway
1928
1929 Wed Jul 28 16:34:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1930
1931 * config/obj-elf.h (obj_frob_symbol): Renamed from tc_frob_symbol,
1932 and disabled since it breaks Ian's new symbol-value code.
1933
1934 * expr.c (integer_constant): Accept more digits if BFD64.
1935
1936 Wed Jul 28 11:30:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1937
1938 * config/tc-m68k.c (m68k_ip): If we have a normal constant when we
1939 expect a bignum, turn it into a bignum. Output extra zeroes
1940 before a short bignum, rather than after.
1941
1942 Tue Jul 27 15:54:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1943
1944 * symbols.c (symbol_new): Conditionalize verify_symbol_chain call
1945 on DEBUG_SYMS, not DEBUG.
1946 (symbol_remove): Likewise.
1947 (symbol_insert): Likewise.
1948
1949 Tue Jul 27 08:45:05 1993 Ian Lance Taylor (ian@cygnus.com)
1950
1951 * config/tc-mips.c (mips_optimize): New static variable.
1952 (append_insn): If mips_optimize == 0, always insert NOP
1953 instructions. If mips_optimize < 2, don't swap branches.
1954 (md_parse_option): If -Ox or -gx, set mips_optimize accordingly.
1955
1956 Mon Jul 26 18:02:43 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1957
1958 * Makefile.in (clean): if testsuite does not exist, then skip it.
1959
1960 Fri Jul 23 14:13:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1961
1962 * config/tc-mips.c (prev_insn_unreordered,
1963 prev_prev_insn_unreordered): New static variables.
1964 (append_insn): Don't swap branch instruction if
1965 prev_prev_insn_unreordered (see comment).
1966 (mips_no_prev_insn): Clear the unreordered variables.
1967 (s_mipsset): When turning on reordering, set the unreordered
1968 variables.
1969
1970 Fri Jul 23 13:09:44 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1971
1972 * config/obj-elf.c (obj_elf_section): Sections ".init" and ".fini"
1973 are also magic, and have special default flag settings.
1974 (obj_elf_frob_symbol): Since the return value from this function
1975 isn't used, don't bother calling obj_elf_write_symbol_p, since it
1976 doesn't accomplish anything else.
1977
1978 * config/tc-sparc.c (md_section_align): Round up section size only
1979 for a.out format.
1980
1981 * symbols.c: Don't define DEBUG by default.
1982
1983 Thu Jul 22 12:09:41 1993 Ian Lance Taylor (ian@cygnus.com)
1984
1985 * write.c (fix_new_exp): Handle a O_uminus expression.
1986
1987 * expr.c (expr): Don't let absolute_section override
1988 undefined_section for the return value.
1989
1990 * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a
1991 pseudo-op with a poc_handler field of NULL, ignore it and treat it
1992 as an instruction instead.
1993 * config/tc-m88k.c (md_pseudo_table): Add "set" with a NULL
1994 poc_handler field.
1995
1996 * config/tc-h8500.c (md_begin): Use a local variable when
1997 initializing md_relax_table to avoid warnings about modifying a
1998 supposedly const data structure.
1999
2000 Thu Jul 22 10:58:51 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
2001
2002 * config/obj-aout.c: Only include aout/aout64.h if BFD_ASSEMBLER
2003 is defined.
2004
2005 Wed Jul 21 17:32:02 1993 Fred Fish (fnf@deneb.cygnus.com)
2006
2007 * configure.in (case ${host}): Map *-*-sysv4* to gas_host=sysv.
2008 * configure.in (case ${generic_target}): Add i[34]86-*-sysv4*
2009 case to set obj_format=elf. Must go before i386-*-sysv* case that
2010 sets obj_format=coffbsd. Add *-*-sysv4* to *-*-elf and
2011 *-*-solaris case, and move to before *-sysv* case that wants to
2012 set obj_format to coff.
2013 * config/tc-i386.c (i386_operand): Change all 'exp.X_op' to
2014 'exp->X_op'.
2015 * config/tc-i386.c (md_apply_fix): Fix valp to be 'valueT *' for
2016 BFD_ASSEMBLER case.
2017
2018 Wed Jul 21 12:47:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2019
2020 * config/obj-aout.c: Include aout/aout64.h.
2021 (obj_aout_frob_symbol): Set BSF_DEBUGGING for a constructor
2022 symbol, so that BFD doesn't tamper with the type.
2023
2024 * read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look
2025 up opcodes as pseudo-ops even if they don't start with '.'.
2026 * config/tc-m88k.h (NO_PSEUDO_DOT): Define.
2027 * config/tc-m88k.c (md_assemble): Removed special pseudo-op
2028 handling.
2029 (md_apply_fix): Set fx_offset to the upper 16 bits of the reloc.
2030 Output the low 16 bits for RELOC_HI16, not the high 16 bits.
2031 * config/obj-coffbfd.c (do_relocs_for): If TC_M88K, set the
2032 r_offset field of the reloc to the fixup offset.
2033 (fixup_segments): If TC_M88K, don't warn about fixup overflows.
2034 * doc/as.texinfo: Minor updates.
2035
2036 Tue Jul 20 19:28:56 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2037
2038 * Extensive changes to permit symbols to contain any expression
2039 type and to delay the computation of the expression until the
2040 value is actually needed. This permits setting symbols to values
2041 calculated based on object code size. Expressions were changed to
2042 no longer be in a section, to stop the overloading of segment and
2043 expression type that previously occurred.
2044
2045 * as.c (big_section, pass1_section, diff_section, absent_section):
2046 Removed.
2047 (expr_section): Added (used for dummy symbols which hold
2048 intermediate expression values).
2049 (perform_an_assembly_pass): Create expr_section, do not create the
2050 sections now removed.
2051 * as.h (segT): Removed SEG_ABSENT, SEG_PASS1, SEG_BIG, and
2052 SEG_DIFFERENCE. Added SEG_EXPR.
2053 (SEG_NORMAL): Corresponding changes.
2054 * subsegs.c (seg_name, subsegs_begin): Changed accordingly.
2055 * write.c (write_object_file): Ditto.
2056 * config/obj-aout.c (seg_N_TYPE): Ditto.
2057 * config/obj-bout.c (seg_N_TYPE): Ditto.
2058 * config/obj-coff.c (seg_N_TYPE): Ditto.
2059 * config/obj-coffbfd.c (seg_N_TYPE): Ditto.
2060 * config/obj-vms.c (seg_N_TYPE): Ditto.
2061
2062 * expr.h (operatorT): Moved in from expr.c, added some values.
2063 (expressionS): Added X_op field, removed X_seg field; renamed
2064 X_subtract_symbol to X_op_symbol.
2065 * expr.c: Extensive changes to assign expression types rather than
2066 sections and to simplify the parsing.
2067 * write.c (fix_new_internal): New static function.
2068 (fix_new): Removed sub_symbol argument.
2069 (fix_new_exp): New function, takes expression argument.
2070 * write.h: Prototype changes for fix_new and fix_new_exp.
2071 * cond.c (s_if): Changed accordingly.
2072 * read.c (s_lsym, pseudo_set, emit_expr, parse_bitfield_cons,
2073 parse_repeat_cons, get_segmented_expression,
2074 get_known_segmented_expression, get_absolute_expression): Ditto.
2075 * symbols.c (resolve_symbol_value, S_GET_VALUE, S_SET_VALUE):
2076 Ditto.
2077 * write.c (write_object_file): Ditto.
2078 * config/obj-coff.c (obj_coff_def, obj_coff_val): Ditto.
2079 * config/obj-coffbfd.c (obj_coff_def, obj_coff_val,
2080 obj_coff_endef, yank_symbols): Ditto.
2081 * config/obj-elf.c (obj_elf_stab_generic, obj_elf_size): Ditto.
2082 * config/tc-a29k.c (md_assemble, parse_operand, machine_ip,
2083 print_insn, md_operand): Ditto.
2084 * config/tc-h8300.c (parse_exp, colonmod24, check_operand,
2085 do_a_fix_imm, build_bytes): Ditto.
2086 * config/tc-h8500.c (parse_exp, skip_colonthing, parse_reglist,
2087 get_specific, check, insert, md_convert_frag): Ditto.
2088 * config/tc-hppa.c (the_insn, fix_new_hppa, cons_fix_new_hppa,
2089 md_assemble, pa_ip, getExpression, getAbsoluteExpression,
2090 evaluateAbsolute, pa_build_unwind_subspace, pa_entry,
2091 process_exit): Ditto.
2092 * config/tc-hppa.h (STAB_FIXUP, is_DP_relative, is_PC_relative,
2093 is_complex): Ditto.
2094 * config/tc-i386.c (pe, md_assemble, i386_operand,
2095 md_estimate_size_before_relax, md_create_long_jump): Ditto.
2096 * config/tc-i860.c (md_assemble, getExpression, print_insn):
2097 Ditto.
2098 * config/tc-i960.c (parse_expr, subs, segs, md_convert_frag,
2099 get_cdisp, mem_fmt, parse_ldconst, relax_cobr, s_sysproc,
2100 i960_handle_align): Ditto.
2101 * config/tc-m68k.c (struct m68k_exp, struct m68k_it, seg, op,
2102 subs, add_fix, isvar, m68k_ip, md_assemble, md_convert_frag_1,
2103 md_estimate_size_before_relax, md_create_long_jump, get_num):
2104 Ditto.
2105 * config/tc-m88k.c (md_assemble, get_imm16, get_pcr,
2106 md_create_short_jump, md_create_long_jump): Ditto.
2107 * config/tc-mips.c (md_assemble, append_insn, gp_reference,
2108 macro_build, macro, my_getExpression): Ditto. Also removed
2109 get_optional_absolute_expression; just use get_absolute_expression
2110 instead.
2111 * config/tc-ns32k.c (get_addr_mode, evaluate_expr, convert_iif,
2112 fix_new_ns32k, fix_new_ns32k_exp, cons_fix_new_ns32k): Ditto.
2113 * config/tc-ns32k.h (fix_new_ns32k prototype): Ditto.
2114 * config/tc-sh.c (parse_exp, check, insert, md_convert_frag):
2115 Ditto.
2116 * config/tc-sparc.c (md_assemble, sparc_ip, getExpression,
2117 print_insn): Ditto.
2118 * config/tc-tahoe.c (struct top, md_estimate_size_before_relax,
2119 tip_op, md_assemble): Ditto.
2120 * config/tc-vax.c (seg_of_operand, md_assemble,
2121 md_estimate_size_before_relax, md_create_long_jump): Ditto.
2122 * config/tc-z8k.c (parse_exp, check_operand, newfix): Ditto.
2123
2124 Tue Jul 20 12:17:16 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2125
2126 * configure.in: i386-lynx is the same as i386-coff
2127
2128 Mon Jul 19 15:21:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
2129
2130 * config/obj-elf.c (obj_elf_previous): New function.
2131 (previous_section, previous_subsection): New vars.
2132 (obj_elf_section): Save current place in case DWARF code wants us
2133 to pop back to it. Handle unquoted section name as well as quoted
2134 section name. Don't crash on invalid strings.
2135 (obj_pseudo_table): Handle new pseudos "previous", "2byte", and
2136 "4byte".
2137
2138 * config/obj-elf.h: Don't include struc-symbol.h.
2139 (obj_elf_frob_symbol): Declare arg as struct symbol *.
2140
2141 * tc-sparc.h (LOCAL_LABEL) [OBJ_ELF]: Local labels can start with
2142 "L" or "_.L_".
2143
2144 * write.c (write_relocs): New function, split off from
2145 write_contents. Use memset instead of bzero.
2146 (write_object_file): Apply write_relocs to each section before
2147 applying write_contents.
2148
2149 * read.c (read_begin): Call obstack_begin with values closer to 1K
2150 multiples.
2151 (read_a_source_file, big_cons, float_cons): Use memcpy instead of
2152 bcopy.
2153
2154 Mon Jul 19 14:30:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2155
2156 * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when
2157 calculating opP->isiz; this permits the expression size to be
2158 determined as well, later on.
2159
2160 * expr.c (clean_up_expression): Don't cancel the subtraction of
2161 undefined symbols.
2162
2163 * read.c (s_data), config/obj-coffbfd.c (obj_coff_data): If -R,
2164 switch to text section rather than data section.
2165
2166 Mon Jul 19 12:35:39 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2167
2168 * config/tc-m68k.c (m68k_ip, case AINDX): Add 6 to operand
2169 expression (to take the pc-rel instruction itself into account)
2170 before using the expression, instead of after.
2171
2172 Fri Jul 16 08:56:04 1993 Ian Lance Taylor (ian@cygnus.com)
2173
2174 * read.c (float_cons): Simplified parsing logic. If
2175 REPEAT_CONS_EXPRESSIONS is defined, accept a repeat count.
2176
2177 * symbols.c (colon): Rather than a special case for TC_HPPA,
2178 use new macro tc_frob_label.
2179 * config/tc-hppa.h (tc_frob_label): Define.
2180
2181 * config/tc-mips.c: Many changes to support simple assembler
2182 optimization.
2183 (insn_label, prev_insn, prev_prev_insn, dummy_opcode,
2184 prev_insn_valid, prev_insn_frag, prev_insn_where,
2185 prev_insn_fixp, prev_insn_is_delay_slot): New static
2186 variables.
2187 (insn_uses_reg, mips_no_prev_insn, mips_emit_delays,
2188 mips_align, s_stringer, s_mips_space): New static functions.
2189 (mips_define_label): New global function.
2190 (md_pseudo_table): For "ascii", "asciz", "asciiz", call
2191 s_stringer. Changed argument to float_cons from 0 or 1 to 'f'
2192 or 'd'. For "space" call s_mips_space.
2193 (md_begin): Call mips_no_prev_insn.
2194 (append_insn): Only insert necessary NOP instructions.
2195 (macro): Call mips_emit_delays before setting mips_noreorder.
2196 Increment and decrement mips_noreorder rather than using
2197 save_reorder_condition. Don't bother to use noreorder in
2198 M_L_DOB and M_L_DAB, since append_insn will not insert a NOP.
2199 (md_atof): Handle floating point numbers correctly for both
2200 big and little endian targets.
2201 (s_align, s_cons): Call mips_align rather than frag_align.
2202 (s_change_seg, s_cons): Call mips_emit_delays.
2203 (s_float_cons): Let float_cons do the work.
2204 (s_mipsset): Call mips_emit_delays when setting noreorder.
2205 * config/tc-mips.h (tc_frob_label): Define to be
2206 mips_define_label.
2207
2208 * config/obj-ecoff.c (ecoff_build_symbols, ecoff_build_procs,
2209 ecoff_frob_files): Consistently use S_GET_VALUE rather than
2210 bfd_asymbol_value. Warn if taking difference of symbols in
2211 different segments.
2212
2213 Thu Jul 15 11:51:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2214
2215 * config/obj-ecoff.c (ecoff_frob_file): Discard all open scopes,
2216 with a warning.
2217
2218 * config/obj-coffbfd.c (fixup_segment): If TC_M88K, don't adjust
2219 by md_pcrel_from if we are relocating against a symbol (we still
2220 need md_pcrel_from for a PC relative relocation within the same
2221 file).
2222 * config/tc-m88k.c (md_pcrel_from): Corrected return value.
2223 (omagic): Removed unused variable.
2224
2225 * Preliminary support for m88k-coff.
2226 * configure.in (m88k-*-coff*): New target. Use coffbfd and
2227 m88kcoff.
2228 * config/m88kcoff.mt: New file.
2229 * read.c (lex_type): New macro LEX_AT to set lex type of '@'.
2230 (pseudo_set): Handle difference of symbols in different fragments
2231 by saving the entire expression as the value of the symbol.
2232 * symbols.c (resolve_symbol_value): Resolve difference
2233 expressions.
2234 * config/obj-coffbfd.c (obj_pseudo_table): If TC_M88K, accept
2235 "sdef" as a synonym for "def".
2236 * config/obj-coffbfd.h: If TC_M88K, include coff/m88k.h and set
2237 TARGET_FORMAT.
2238 (S_IS_LOCAL): Any symbol which includes \001 in the name is local.
2239 * config/tc-m88k.c, config/tc-m88k.h: Numerous changes to bring
2240 m88k port up to date, and to add COFF support.
2241
2242 Wed Jul 14 15:09:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2243
2244 * Removed sy_forward and replaced it with an undefined expression
2245 as the value of a symbol.
2246 * struc-symbol.h (struct symbol): Removed sy_forward field. Added
2247 sy_resolved and sy_resolving single bit fields.
2248 * symbols.c (symbol_new): Don't initialize sy_forward field.
2249 (resolve_symbol_value): New function to adjust symbol value by
2250 fragment address, using recursion to resolve forward symbols.
2251 * symbols.h: Added prototype for new function.
2252 * read.c (pseudo_set): Set symbolP->sy_value to an undefined
2253 expression rather than setting symbolP->sy_forward.
2254 * write.c (write_object_file): Use resolve_symbol_value on
2255 symbols, keeping the common case (the old behaviour) inline.
2256 * config/obj-aout.c (obj_aout_frob_symbol): Removed sy_forward
2257 handling (subsumed by write.c change).
2258 * config/obj-coff.c, config/obj-coffbfd.c (obj_coff_val): Set
2259 sy_value rather than sy_forward.
2260 * config/obj-coffbfd.c (obj_coff_endef, yank_symbols): Check
2261 expression segment rather than sy_forward.
2262 (yank_symbols): Use resolve_symbol_value.
2263 (crawl_symbols): Removed extra pass over symbols.
2264 * config/obj-aout.c, config/obj-bout.c, config/obj-coff.c,
2265 config/obj-vms.c (obj_crawl_symbol_chain): Removed extra pass over
2266 symbols which handled sy_forward; use resolve_symbol_value
2267 instead.
2268 * config/obj-coff.h, config/obj-coffbfd.h (obj_frob_forward_symbol):
2269 Define.
2270 * config/obj-elf.c (obj_elf_stab_generic): Check expression
2271 segment rather than sy_forward.
2272 * config/obj-vms.c (VMS_Check_For_Main): Don't initialize
2273 sy_forward; do initialize sy_resolved and sy_resolving.
2274 * config/tc-hppa.h (STAB_FIXUP): Use sy_value, not sy_forward.
2275
2276 * Changes to keep a full expression as the value of a symbol, not
2277 just a longword:
2278 * struc-symbol.h: New field sy_value.
2279 * as.h: Include expr.h before struc-symbol.h.
2280 * expr.h: Use struct symbol rather than symbolS.
2281 * symbols.c (S_GET_VALUE, S_SET_VALUE): Rewrote to retrieve value
2282 of sy_value field; compile unconditionally, not just if
2283 BFD_ASSEMBLER.
2284 * symbols.h: Compile S_{SG}ET_VALUE prototypes unconditionally.
2285 * write.c (write_object_file): Set BFD symbol value to gas symbol
2286 value.
2287 * config/obj-aout.h, config/obj-bout.h, config/obj-coff.h,
2288 config/obj-coffbfd.h, config/obj-generic.h, config/obj-vms.h
2289 (S_GET_VALUE, S_SET_VALUE): Removed macro definitions.
2290 * config/obj-ieee.c (S_GET_VALUE, S_SET_VALUE): Removed.
2291 * config/obj-coff.h, obj-coffbfd.h: Rewrote several macros to use
2292 S_GET_VALUE rather than ost_entry.n_value.
2293 * config/obj-aout.c (obj_symbol_to_chars), config/obj-bout.c
2294 (obj_symbol_to_chars), config/obj-coff.c (obj_symbol_to_chars),
2295 config/obj-coffbfd.c (symbol_to_chars): Get value to write out
2296 using S_GET_VALUE--don't assume it is already set.
2297 * config/obj-ieee.c (do_symbols): Set BFD symbol value to gas
2298 symbol value.
2299 * config/obj-vms.c (various): Don't assign directly to
2300 S_GET_VALUE; use S_SET_VALUE instead.
2301
2302 Wed Jul 14 09:35:23 1993 Doug Evans (dje@canuck.cygnus.com)
2303
2304 * configure.in: Recognize h8300h.
2305
2306 Tue Jul 13 12:09:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2307
2308 * config/tc-h8500.c (line_comment_chars): Add hash.
2309 (parse_exp, skip_colonthing, build_bytes): Add support for
2310 R_H8500_HIGH16 relocation type.
2311
2312 Mon Jul 12 11:15:34 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2313
2314 * config/obj-elf.c (obj_elf_section): Allow `@' to introduce an
2315 attribute name. Handle `execinstr' attribute.
2316
2317 Mon Jul 12 07:22:28 1993 Ian Lance Taylor (ian@cygnus.com)
2318
2319 * config/tc-mips.c (mips_ip): Don't warn on 'i' or 'j' mismatch if
2320 there is another alternative for the instruction.
2321
2322 Fri Jul 9 17:31:34 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2323
2324 * doc/as.texinfo: updates for H8/300H
2325
2326 Thu Jul 8 14:41:43 1993 Mark Eichin (eichin@cygnus.com)
2327
2328 * config/tc-i960.c (md_create_short_jump, md_create_long_jump,
2329 md_number_to_chars, md_section_align): Adjusted to use valueT,
2330 addressT, to match tc.h.
2331
2332 Thu Jul 8 14:15:05 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2333
2334 * config/tc-sparc.c (s_common): Revamp to handle both syntaxes,
2335 independent of format.
2336
2337 Thu Jul 8 07:25:25 1993 Doug Evans (dje@canuck.cygnus.com)
2338
2339 * config/tc-h8300.h (TC_CONS_RELOC): Use R_RELLONG if h8/300h.
2340
2341 Wed Jul 7 18:11:07 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2342
2343 * configure.in: define CROSS=-DCROSS_COMPILE if it is a cross
2344 build; also recognize h8300-*-coff
2345
2346 Wed Jul 7 10:21:24 1993 Ian Lance Taylor (ian@cygnus.com)
2347
2348 * symbols.c (fb_label_instance, fb_label_instance_inc): Don't dump
2349 core just because somebody uses a label before it is defined.
2350
2351 * config/mips-opcode.h: Moved to opcode/mips.h.
2352 * config/tc-mips.c: Include opcode/mips.h rather than
2353 mips-opcode.h.
2354 (append_insn): An extra NOP is only needed after instructions
2355 which set HI or LO, not after instructions which read it.
2356 (macro_build, mips_ip): Support new 'E', 'G' and 'B' arguments.
2357 (macro): cfc1 and ctc1 now take "t,G" rather than "t,d".
2358 * config/tc-mips.h (struct mips_opcode): Don't define.
2359 * config/mips-big.mt, config/mips-lit.mt (TARG_CPU_DEPENDENTS):
2360 Set to $(srcdir)/../include/opcode/mips.h.
2361
2362 Get the MIPS assembler up to speed with other gas changes:
2363
2364 * config/obj-ecoff.c (ecoff_set_vma, ecoff_frob_symbol):
2365 Removed; don't change the symbol value.
2366 (ecoff_build_symbols, ecoff_build_procs, ecoff_frob_file): Use
2367 bfd_asymbol_value rather than S_GET_VALUE to include section
2368 vma in symbol value.
2369 (ecoff_frob_file): Ignore BSF_SECTION_SYM symbols, since ECOFF
2370 doesn't output them. Set the vma of sections.
2371 * config/obj-ecoff.h: Don't define obj_frob_symbol.
2372 * config/tc-mips.c (tc_gen_reloc): Adjustment by section vma is no
2373 longer necessary.
2374 (various): use valueT rather than long.
2375
2376 Wed Jul 7 08:33:30 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2377
2378 * as.h (valueT): Typedef moved here.
2379 * struc-symbol.h (valueT): ...from here.
2380 * write.c (write_object_file): Locals from_addr, to_addr,
2381 table_addr are now addressT. Supply prototype for bfd_alloc for
2382 now.
2383 (fixup_segment): Local add_number is now valueT. Correct some
2384 range-checking bugs.
2385 (relax_align): Type `int' should be sufficient for the exponent.
2386 (fix_new): Argument offset is type offsetT. Locals size and
2387 newsize are type valueT.
2388 * write.h (struct fix): Fields fx_offset and fx_addnumber are now
2389 type valueT.
2390 (fix_new): Fix prototype.
2391 * symbols.c (symbol_new): Symbol value is type valueT.
2392 (S_SET_VALUE, S_GET_VALUE): Likewise.
2393 (S_IS_*): Specify int return type explicitly.
2394 * symbols.h (symbol_new, S_GET_VALUE, S_SET_VALUE): Fixed
2395 prototypes.
2396 * read.c (s_comm): Values read are type valueT.
2397 * expr.h (expressionS): Field X_add_number is an offsetT.
2398 * tc.h (md_create_long_jump, md_create_short_jump,
2399 md_section_align): Addresses are now type addressT.
2400 (md_number_to_chars, md_apply_fix): Pass value as valueT.
2401 * config/tc-i386.c (md_create_short_jump, md_create_long_jump,
2402 md_number_to_chars, md_section_align): Adjusted.
2403 * config/tc-sparc.c (sparc_ip): Initialize `len' variable to make
2404 gcc shut up.
2405 (md_create_short_jump, md_create_long_jump, md_number_to_chars,
2406 md_section_align): Adjusted.
2407
2408 * config/tc-sparc.c (s_reserve): Permit use for other than a.out
2409 format.
2410 (s_common): Handle Solaris-2 version.
2411
2412 * config/ho-generic.h (free): Returns void if __STDC__.
2413
2414 * config/obj-elf.h (obj_elf_frob_symbol, elf_frob_file,
2415 elf_file_symbol): Declare.
2416
2417 * expr.c (floating_constant, integer_constant): Now return void.
2418
2419 Thu Jul 1 12:13:43 1993 Ian Lance Taylor (ian@cygnus.com)
2420
2421 * configure.in: Match on sparc*-fujitsu-none rather than
2422 sparclite*-fujitsu-none.
2423
2424 Wed Jun 30 11:12:02 1993 Ian Lance Taylor (ian@cygnus.com)
2425
2426 * read.c (cons): Conditionalize parsing of expression. Move
2427 putting value into object file into separate function. Separate
2428 out MRI and WANT_BITFIELDS cases into separate functions.
2429 (emit_expr): New function to write data into object file.
2430 Conditionalize on TC_CONS_FIX_NEW and TC_CONS_RELOC rather than on
2431 processor types.
2432 (parse_bitfield_cons): New function to parse bitfield expressions
2433 as used by i960 assemblers. Only compiled if
2434 BITFIELD_CONS_EXPRESSIONS is defined.
2435 (parse_mri_cons): New function to parse MRI style strings. Only
2436 compiled if MRI is defined.
2437 (parse_repeat_cons): New function to parse repeat counts. Only
2438 compiled if REPEAT_CONS_EXPRESSIONS is defined.
2439 * read.h (emit_expr): Added declaration of new function.
2440 * config/tc-a29k.h (TC_CONS_RELOC): Define to be RELOC_32.
2441 * config/tc-h8300.h (TC_CONS_RELOC): Define to be R_RELWORD.
2442 * config/tc-hppa.c (parse_cons_expression_hppa): New function to
2443 parse a HPPA expression, rather than special case in cons
2444 function.
2445 (cons_fix_new_hppa): New function to emit an HPPA fixup, rather
2446 than special case in emit_expr function.
2447 * config/tc-hppa.h (TC_PARSE_CONS_EXPRESSION, TC_CONS_FIX_NEW):
2448 Define to use new functions from tc-hppa.c.
2449 * config/tc-i960.h (BITFIELD_CONS_EXPRESSIONS): Define.
2450 (WANT_BITFIELDS): Removed; now obsolete.
2451 * config/tc-mips.h (REPEAT_CONS_EXPRESSIONS): Define.
2452 * config/tc-ns32k.c (cons_fix_new_ns32k): New function to emit an
2453 NS32K fixup, rather than special case in emit_expr function.
2454 * config/tc-ns32k.h (TC_CONS_FIX_NEW): Define to be
2455 cons_fix_new_ns32k. Also use PARAMS rather than checking
2456 __STDC__.
2457 * config/tc-sparc.h (TC_CONS_RELOC): Define to RELOC_32.
2458
2459 * write.c (relax_and_size_seg, adjust_reloc_syms, write_contents):
2460 Don't core dump if gas has no information about a section.
2461
2462 Wed Jun 30 06:21:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2463
2464 * write.c (relax_and_size_seg): Always fully process a section.
2465 Section size is last frag's (vm)address plus its size. If no
2466 relocations are present, force SEC_RELOC flag clear.
2467 (dump_section_relocs): New debugging routine.
2468 (adjust_reloc_syms): New routine, broken out from write_contents.
2469 Don't adjust relocs that are already relative to section symbol.
2470 Look for obj_fix_adjustable macro to know what else to skip,
2471 instead of obj_write_symbol. Look for section symbol stored in
2472 section information.
2473 (write_object_file): Map adjust_reloc_syms over all sections.
2474 (write_contents): Clear SEC_RELOC flag if no relocations are
2475 found.
2476
2477 * as.h (__PTR_TO_INT, __INT_TO_PTR): New versions for Saber, to
2478 keep it quiet.
2479
2480 * write.c (remove_subsegs): Don't define for BFD_ASSEMBLER.
2481
2482 Fri Jun 25 14:42:53 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2483
2484 * Makefile.in (all, dvi, info, install-info, clean-info): do not
2485 echo recursion lines.
2486 (install-info, clean-info): collapse into the dvi and info rule.
2487
2488 Fri Jun 25 03:43:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2489
2490 * as.h (strstr): Disable declaration for now.
2491 (fprint_value, sprint_value): Declare.
2492
2493 * subsegs.c (subseg_new_rest): Use memset to clear new frag.
2494 (subseg_new) [BFD_ASSEMBLER]: Initialize all seginfo fields.
2495
2496 * expr.c (expr_part): Made sanity checks a.out-specific.
2497 (expr): Disabled sanity checks.
2498
2499 * subsegs.h (segment_info_type) [BFD_ASSEMBLER]: Add field for
2500 section symbol.
2501 * subsegs.c (subseg_change): Initialize section symbol pointer
2502 when setting up a new section.
2503
2504 * symbols.c (symbol_new) [BFD_ASSEMBLER]: Point BFD symbol's udata
2505 field back at gas symbol structure.
2506
2507 * symbols.c (colon): Cast obstack_next_free value to char* before
2508 doing arithmetic on it.
2509 * subsegs.c (subseg_new_rest): Likewise.
2510 * as.h (frag_now_fix): Likewise.
2511
2512 * config/obj-elf.c (elf_file_symbol): Use subseg_new instead of
2513 calling bfd_make_section_old_way directly, and call subseg_set
2514 instead of subseg_change. Now returns void.
2515 (obj_elf_write_symbol): Only check local symbols for now.
2516 (elf_stab_symbol): Now static and void, and disabled until it
2517 works completely.
2518 (obj_elf_size): For expression values, fail silently for now.
2519 (obj_symbol_new_hook): Do nothing.
2520
2521 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP22
2522 relocation.
2523 (s_local) [OBJ_ELF]: New function.
2524 (md_pseudo_table) [OBJ_ELF]: Call it for "local".
2525 (s_common): Rearrange to handle Solaris .common pseudo, which may
2526 sometimes use bss space instead of common.
2527 * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Add new `local' field.
2528
2529 Thu Jun 24 16:33:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2530
2531 * configure.in: set host config to hpux for hppa*-hp-hpux
2532
2533 Thu Jun 24 13:35:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2534
2535 * app.c (app_pop, app_push): Fix bug reported by Chris Arthur.
2536
2537 Tue Jun 22 01:04:23 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2538
2539 * subsegs.c (subseg_new): Don't special-case a.out -R flag here.
2540 * config/obj-aout.c (s_sect): Do it here.
2541
2542 * as.h (BAD_CASE): Don't make some lame compilers think we want
2543 substitution inside strings.
2544
2545 * as.c (print_version_id): New function, split off from main.
2546 (main): Call it.
2547 * config/tc-sparc.c (md_parse_option) [OBJ_ELF]: Print version id
2548 for -V. Ignore -Q and -s options for now.
2549
2550 Mon Jun 21 17:37:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2551
2552 * Makefile.in: make installation & builds work again for crosses
2553
2554 Sun Jun 20 18:18:26 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2555
2556 * listing.c (list_symbol_table): Rewrite to print wide (>32 bits)
2557 symbol values correctly.
2558
2559 * write.c (write_object_file): Deleted unused variables.
2560 (fixup_segment): Use sprint_value.
2561
2562 * messages.c (sprint_value, fprint_value): New routines.
2563
2564 * config/obj-elf.c (elf_stab_symbol): Now returns void.
2565 (obj_elf_stab_generic): Fix typo in logic.
2566
2567 * Makefile.in (INCLUDES): Look in ../bfd for bfd.h.
2568
2569 * as.h (addressT, offsetT): New types, using BFD types if
2570 available.
2571 (relax_addressT, struct frag): Use them.
2572 * struc-symbol.h (valueT, struct broken_word): Likewise.
2573
2574 * as.h (subseg_new) [BFD_ASSEMBLER]: Name argument is const.
2575 * subsegs.c (subseg_new) [BFD_ASSEMBLER]: Name argument is const.
2576
2577 Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
2578
2579 * Makefile.in: canonicalize install.sh; for use within
2580 this directory (and subdirs)
2581
2582 Sun Jun 20 02:34:04 1993 Ashley Saulsbury (ans@sics.se)
2583
2584 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
2585 specified, should have both S1 and S2 fields identical
2586 If only finding the problem was as fast as fixing the bug !!!!
2587
2588 Tue Jun 15 16:01:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2589
2590 * write.c (write_contents): Do write out non-loadable sections.
2591 Debug sections can fall in this category.
2592
2593 * read.c (s_app_file): Call elf_file_symbol for ELF files.
2594 * config/obj-elf.c (elf_file_symbol): New function.
2595
2596 * config/obj-elf.c (elf_stab_symbol_string): Renamed from pa_...,
2597 added argument to specify section base name.
2598 (obj_elf_stab_generic): Renamed from ..._stab. New argument
2599 specifies section base name.
2600 (obj_elf_stab): New function, calls obj_elf_stab_generic with
2601 ".stab" as section base name.
2602 (obj_elf_xstab): New function, calls obj_elf_stab_generic.
2603 (obj_elf_type): Handle "object". Use bitwise-or to merge in
2604 symbol flags rather than simply replacing, so global/local flags
2605 are preserved.
2606 (obj_elf_ident): Rewrite.
2607
2608 Tue Jun 15 17:03:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2609
2610 * Makefile.in: remove parentdir support; use INSTALL_XFORM
2611
2612 Wed Jun 9 11:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
2613
2614 * config/tc-i386.c (md_pseudo_table): .align uses a power of two
2615 for any a.out target, not just Linux and 386BSD.
2616 * config/tc-i386.h (DOT_LABEL_PREFIX): Do not define for any a.out
2617 target.
2618
2619 Mon Jun 7 13:33:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2620
2621 * config/tc-m88k.c: Don't include flonum.h, md.h, m88k.h. They
2622 don't exist or duplicate other inclusions.
2623
2624 * config/tc-vax.h (NO_RELOC): Define.
2625
2626 Sat Jun 5 19:32:52 1993 Torbjorn Granlund (tege@nada.kth.se)
2627
2628 * gas/config/m88k-opcode.h (m88k_opcodes): Add 88110 instructions.
2629 * gas/config/tc-m88k.c (get_reg): New arg reg_prefix. Compare first
2630 char to reg_prefix instead of to 'r'.
2631 (calcop): Change calls to get_reg.
2632 (calcop): Handle new case 'x' to set reg_prefix.
2633 (calcop): Set reg_prefix to 'r' after each call to get_reg.
2634 (cmpslot): Add 88110 conditions.
2635
2636 * gas/config/m88k-opcode.h: Swap cases for "rot" for consistency.
2637
2638 * gas/config/tc-m88k.c (get_bf): Always restore input_line_pointer
2639 before returning.
2640
2641 * gas/config/m88k-opcode.h (m88k_opcodes): Make equal mnemonics
2642 adjacent; mov.s and mov.d swapped.
2643 (m88k_opcodes): Fix typo `r2' -> `2'.
2644
2645 Fri Jun 4 15:59:31 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2646
2647 * config/h8300.c: Support for H8/300-H opcodes.
2648
2649 * config/obj-coffbfd.c (w_strings): String table length is 4
2650 bytes, no matter what the host int size is.
2651
2652 * configure.in (alpha-*-osf*): New.
2653
2654 Fri Jun 4 07:51:18 1993 Ian Lance Taylor (ian@cygnus.com)
2655
2656 * configure.in (mips-*-ecoffl*): New target; use ecoff and
2657 mips-lit.
2658 (mips-*-ecoff*): Added trailing '*'.
2659
2660 * config/obj-ecoff.c (ecoff_build_procs): Force the adr of the
2661 first FDR in a file to be zero.
2662
2663 Thu Jun 3 14:09:59 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2664
2665 * Makefile.in (VERSION): Jump to 2.1.4.
2666
2667 * config/ho-hppabsd.h: New file, from Peter Hoogenboom.
2668
2669 * config/tc-mips.c (md_assemble): Call bfd_set_gp_size only for
2670 ECOFF format.
2671
2672 Tue Jun 1 15:21:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2673
2674 * config/tc-m68k.c (md_assemble): The 68040 cpu doesn't want a
2675 separate '851 mmu.
2676
2677 * config/obj-elf.c, config/obj-elf.h: Update for new type, macro,
2678 and routine names. Assuming 32 bits for now.
2679
2680 * config/obj-elf.c (elf_frob_file): Look for macro
2681 elf_tc_final_processing_hook, instead of assuming a function
2682 always exists.
2683 * config/tc-hppa.c (elf_hppa_final_processing_hook): Renamed from
2684 tc_final_processing_hook.
2685 * config/tc-hppa.h (elf_tc_final_processing_hook): Use it.
2686
2687 * config/tc-hppa.h (elf_tc_symbol, elf_tc_make_sections): Macros
2688 moved here from obj-elf.h.
2689 * config/obj-elf.h: Don't include CPU-specific header files.
2690
2691 Sun May 30 16:49:37 1993 Peter Hoogenboom (hoogen@fast.cs.utah.edu)
2692
2693 * configure.in: configurations should match on 'hppa*' not 'hppa'.
2694
2695 * read.c: Add support for HPPA assembly language syntax (denoted
2696 with '#ifdef TC_HPPA').
2697
2698 * symbols.c: Add support for HPPA assembly language syntax (denoted
2699 with '#ifdef TC_HPPA').
2700
2701 * write.c (write_contents): Add support for HPPA-style
2702 relocations.
2703
2704 * config/obj-elf.c: Stab symbols weren't written properly.
2705 (obj_elf_version):
2706 (obj_elf_desc):
2707 (obj_elf_write_symbol):
2708 (obj_elf_write_symbol_p):
2709 (obj_elf_frob_symbol):
2710 (elf_stab_symbol):
2711 (elf_frob_file):
2712
2713 * config/tc-hppa.c: Support for HPPA symbol extension sections.
2714 Remove some unused code. Support for HPPA assembly language
2715 syntax.
2716
2717 * app.c:
2718
2719 * symbols.c:
2720
2721 * config/obj-elf.h:
2722 (obj_write_symbol):
2723 (obj_frob_file):
2724 (elf_tc_symbol):
2725 (elf_tc_make_sections):
2726
2727 * config/tc-hppa.h:
2728
2729 Sun May 30 21:44:45 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
2730
2731 * config/obj-ecoff.c (obj_read_begin_hook, add_file): Assume
2732 hash_new will have succeeded if it returns.
2733 * config/tc-a29k.c (md_begin): Likewise.
2734
2735 * config/tc-i386.c (tc_aout_fix_to_chars): Now nbytes_r_length is
2736 const.
2737 (mode_from_disp_size, opcode_suffic_to_type): Now inline under
2738 gcc.
2739 (fits_in_{signed,unsigned}_{byte,word}): Likewise.
2740
2741 * expr.c: Delete register declarations; gcc ignores them anyways.
2742
2743 Fri May 28 19:03:32 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2744
2745 * hash.c (hash_new): Use xmalloc, since many callers don't check
2746 for failure.
2747
2748 Thu May 27 13:02:15 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2749
2750 * frags.c (zero_address_frag, bss_address_frag): These are
2751 external.
2752
2753 * tc.h (md_reloc_size): This is const.
2754 * config/tc-{a29k,h8300,h8500,i386,i860,i960,m68k,ns32k,z8k}.c
2755 (md_reloc_size): Now const.
2756
2757 * config/aout_gnu.h (enum machine_type, enum reloc_type): Delete
2758 trailing commas.
2759 * as.h (enum _segT): Ditto.
2760
2761 * struc-symbol.h (N_TYPE_seg): This should be const.
2762
2763 Thu May 27 11:43:59 1993 Michael Meissner (meissner@osf.org)
2764
2765 * config/obj-ecoff.c (add_file): Cast file_name to char * in
2766 listing_source_file call.
2767
2768 * config/obj-elf.c (elf_stab_symbol_string): Cast first argument
2769 of subseg_new call to eliminate const attribute.
2770 (obj_elf_stab): Ditto.
2771 (obj_symbol_new_hook): Cast first argument of bzero call to char *.
2772
2773 * read.c (s_align_bytes): Properly record alignment.
2774
2775 * expr.c (__): Undefine __ macro before use, since OSF/1 uses it
2776 for the prototype/no prototype macro.
2777
2778 * as.c (got_sig): Don't do return ((SIGTY) 0), SIGTY might well be
2779 void.
2780
2781 * as.h (relax_stateT enum): Delete trailing comma.
2782
2783 Thu May 27 11:07:50 1993 Ian Lance Taylor (ian@cygnus.com)
2784
2785 * app.c (do_scrub_begin): Let line_comment_chars override
2786 comment_chars.
2787 (do_scrub_next_char): If a line comment character is not at the
2788 start of a line, treat it as a comment character if it is one.
2789 For a CPP line comment use pseudo-op .appline rather than .line.
2790 * input-scrub.c (logical_input_line): Make int rather than
2791 unsigned.
2792 (input_scrub_push, input_scrub_begin): Initialize
2793 logical_input_line to -1 rather than 0.
2794 (bump_line_counters): Increment logical_input_line.
2795 (new_logical_line): If line_number is -2, decrement
2796 logical_input_line.
2797 (as_where): Use logical_input_line even if it is 0.
2798 * read.h (s_app_file prototype): Now takes an int argument.
2799 * read.c (potable): Make .appfile call s_app_file with 1. New
2800 .appline pseudo-op calls s_app_line.
2801 (s_app_file): If .appfile, call new_logical_line with -2 to
2802 account for newline inserted by do_scrub_next_char. If listing,
2803 call listing_source_file.
2804 (s_app_line): New function to handle fake pseudo-op .appline.
2805 * config/obj-coff.c (obj_pseudo_table): Make .appline call
2806 obj_coff_ln.
2807 (obj_coff_ln): Added argument to indicate whether .appline.
2808 * config/obj-coffbfd.c (obj_pseudo_table): Make .appline call
2809 obj_coff_ln.
2810 (obj_coff_ln): Added argument to indicate whether .appline.
2811 * config/tc-mips.c (s_file): Pass argument to s_app_file.
2812
2813 Tue May 25 11:59:07 1993 Ian Lance Taylor (ian@cygnus.com)
2814
2815 * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.
2816
2817 Thu May 20 19:14:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2818
2819 * config/tc-m68k.c (md_apply_fix_2): Straighten out check for
2820 invalid values.
2821
2822 Wed May 19 07:33:17 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2823
2824 * config/tc-h5000.c (build_bytes): Understand @rd mode and build
2825 relocations correctly.
2826
2827 Mon May 17 15:06:26 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2828
2829 * Makefile.in (FLAGS_TO_PASS): Leave out TEXI2DVI for now, because
2830 it's wrong.
2831
2832 * config/tc-m68k.c (md_apply_fix_2): Apply range checks and warn
2833 if value is out of range.
2834
2835 Patch from Minh Tran-Le:
2836 * config/tc-i386.c (i386_operand): For in/out port register used
2837 as base reg, include InOutPortReg in operand type.
2838 (MATCH): Accept overlap value of InOutPortReg.
2839
2840 Mon May 17 09:29:34 1993 Ian Lance Taylor (ian@cygnus.com)
2841
2842 * config/obj-ecoff.c (add_file, obj_ecoff_loc, obj_ecoff_stab):
2843 Add calls to listing routines to produce combined source/assembler
2844 listings.
2845 (obj_ecoff_stab): Create a file pointer if none used yet.
2846 (ecoff_frob_file): Set symcount to correct value.
2847
2848 Fri May 14 06:53:33 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2849
2850 * Makefile.in (VERSION): Bump to version 2.1, in preparation for
2851 release.
2852
2853 * config/obj-aout.h (H_GET_HEADER_SIZE, H_SET_SYMBOL_TABLE_SIZE):
2854 Define in terms of constants, not C structure sizes.
2855
2856 * config/tc-rs6000.c, config/tc-rs6000.h: Delete empty files.
2857
2858 Thu May 13 17:01:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2859
2860 * config/obj-aout.c (obj_header_append): Don't define if it's
2861 defined as a macro.
2862 * config/obj-hp300.h (obj_header_append): Define it as a macro.
2863 * config/obj-hp300.c (hp300_header_append): New function.
2864
2865 * Makefile.in (distclean): Don't bother cleaning up doc files;
2866 they aren't going to be in this directory.
2867
2868 Thu May 13 07:51:35 1993 Ian Lance Taylor (ian@cygnus.com)
2869
2870 * config/obj-ecoff.c (ecoff_build_symbols): Handle absolute
2871 symbols.
2872
2873 * tc.h (TC_COFF_SIZEMACHDEP): Don't define here.
2874 * config/tc-sh.h (TC_COFF_SIZEMACHDEP): Define here instead.
2875
2876 Mon May 10 06:01:12 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
2877
2878 * config/obj-vms.c (VMS_Symbol_type_list): Don't bother with
2879 initialization.
2880
2881 * configure.in (targets): Treat m68*-*-sysv* like m68k-*-coff.
2882
2883 Wed May 5 14:00:49 1993 Ian Lance Taylor (ian@cygnus.com)
2884
2885 * config/tc-mips.c (macro): Correct floating point double word
2886 loads and stores for big endian target.
2887
2888 Wed May 5 08:39:21 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2889
2890 * config/tc-i386.c: Replace SEG_* with *_section, fix up subseg_*
2891 calls. Deleted some unused code.
2892 * config/obj-coff.c: Likewise.
2893
2894 ELF support, mostly contributed by Utah:
2895 * config/obj-elf.c (obj_elf_section, obj_elf_stab, obj_elf_line,
2896 obj_elf_type): Rewrite.
2897 (obj_elf_frob_symbol, elf_stab_symbol_string, elf_stab_symbol,
2898 obj_elf_desc, obj_elf_version, obj_symbol_new_hook, obj_elf_size):
2899 New functions.
2900 (obj_elf_ident): Dummy.
2901 * config/obj-elf.h (FALSE, TRUE, S_*, tc_frob_symbol,
2902 TARGET_SYMBOL_FIELDS): New macros.
2903 (gdb_section): New variable decl.
2904
2905 * config/tc-i386.c (md_atof): Return zero, not empty string, on
2906 success.
2907
2908 BFD_ASSEMBLER conditional changes:
2909 * config/obj-coff.c (lineno_rootP, seg_N_TYPE, *_section_header):
2910 Don't define these.
2911 (SA_SET_SYM_ENDNDX, SA_SET_SYM_TAGNDX): New functions.
2912 (fetch_coff_debug_section): Ditto.
2913 (obj_coff_endef): Call fetch_coff_debug_section.
2914 (struct line_no): New type.
2915 (c_symbol_merge): New way for copying aux fields.
2916 (c_dot_file_symbol): Put symbol in absolute section, and set flag
2917 BSF_DEBUGGING.
2918 (function_lineoff): New symbol.
2919 (function_lineoff, text_lineno_number, our_lineno_number,
2920 lineno_lastP): Don't define.
2921 (c_line_new): Don't define.
2922 (obj_emit_lineno, obj_coff_endef): Use abort calls as, uh,
2923 placeholders, until
2924 line-number recording gets implemented.
2925 (obj_new_symbol_hook): New code for handling aux fields.
2926 (add_lineno, add_linesym): New functions.
2927 (obj_coff_ln): Call add_lineno, not c_line_new.
2928 (obj_coff_endef): New code for handling symbol names. New lineno
2929 code. Look for section name "*DEBUG*" for debugging section.
2930 (align, coff_check_file_symbols, obj_coff_section,
2931 coff_frob_file): New functions.
2932 * config/obj-coff.h: Reordered some includes.
2933 (BYTE_ORDERING, FILE_HEADER_MAGIC, seg_N_TYPE, N_TYPE_seg,
2934 DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE, AOUTHDR, AOUTHDRSIZE): Don't
2935 define these.
2936 (TARGET_SYMBOL_FIELDS, I960_SYM_FIELDS): New macros.
2937 (SYM_AUXENT): New macro (for non-BFD_ASSEMBLER too) for accessing
2938 aux entries. Most SA_* macros now use it unconditionally.
2939 (S_*): Use `bsym' field, and access BFD private data.
2940 (SF_*): Use `sy_flags' symbol field for most of these.
2941 (H_*, object_headers, lineno, lineno_*P, OBJ_EMIT_LINENO): Don't
2942 define.
2943 (*_section_header): Don't define.
2944 * config/tc-i386.c (md_convert_frag, md_apply_fix): Changed
2945 interface.
2946 (tc_gen_reloc) [I386COFF]: New function.
2947 (tc_aout_fix_to_chars, tc_coff_fix2rtype): Don't define.
2948 * config/tc-i386.h (TARGET_ARCH, TARGET_BYTES_BIG_ENDIAN): New
2949 macros.
2950
2951 * config/obj-coff.c (stack_init): Don't do assignments inside
2952 conditions.
2953 (obj_coff_def): Simplified handling of symbol name a bit.
2954 (tag_insert): Name argument is now pointer to CONST.
2955 (obj_crawl_symbol_chain): Commented out.
2956
2957 * config/obj-coff.h: Use PARAMS macro in prototypes.
2958
2959 * write.c (relax_and_size_seg) [BFD_ASSEMBLER]: Don't indirect
2960 through frchainP pointer if it is null.
2961
2962 * configure.in: Warn if BFD mode is explicitly turned off but is
2963 required by specified target.
2964 (mips ecoff targets): Don't need to set bfd_gas here; it gets
2965 taken care of later.
2966
2967 * config/obj-coffbfd.c (crawl_symbols): Don't clear sy_forward
2968 field.
2969 (yank_symbols): Merge symbols only if sy_forward is null.
2970
2971 * config/tc-m68k.h (AOUT_MACHTYPE): Don't define if already
2972 defined.
2973
2974 * tc.h (md_convert_frag) [BFD_ASSEMBLER]: Section arg is not
2975 pointer.
2976 * config/tc-m68k.c (md_convert_frag) [BFD_ASSEMBLER]: Ditto.
2977
2978 * config/tc-sparc.h (LOCAL_LABEL) [OBJ_ELF]: Anything starting
2979 with "." is a local label.
2980
2981 * config/te-hppa.h, config/tc-hppa.h, config/tc-hppa.c: New config
2982 files.
2983
2984 * config/te-linux.h, config/te-386bsd.h: New config files.
2985 * configure.in (i386-*-linux, i386-*-bsd): Use them.
2986 * config/tc-i386.h (TARGET_FORMAT): Select format based on target
2987 environment.
2988 (DOT_LABEL_PREFIX): Don't define for 386bsd or Linux.
2989
2990 Wed May 5 13:14:01 1993 Ian Lance Taylor (ian@cygnus.com)
2991
2992 * config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seems
2993 to want it that way.
2994 (ecoff_build_symbols): Turn local st_Proc symbols into
2995 st_StaticProc symbols. Set index field of external st_Proc and
2996 st_staticProc symbols correctly.
2997 * config/tc-mips.h (NO_LISTING): Don't define. People might want
2998 listings.
2999
3000 Tue May 4 21:22:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3001
3002 * config/obj-hp300.h, config/obj-hp300.c, config/te-hp300.h: New
3003 files.
3004 * configure.in (m68k-*-hpux): Use them.
3005
3006 * config/obj-aout.c (obj_pre_write_hook): Use AOUT_VERSION if
3007 defined, otherwise zero.
3008
3009 * config/aout_gnu.h (OMAGIC): Don't define if already defined.
3010
3011 Mon May 3 15:59:32 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3012
3013 * config/tc-sparc.c (sparc_ip): Allow any abs expression as an
3014 address space number.
3015
3016 Wed Apr 28 19:11:22 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
3017
3018 * config/obj-aout.h (TARGET_DEFAULT): Don't default this at all.
3019
3020 * config/tc-a29k.c: Include ctype.h.
3021 (define_some_regs): Added special-purpose registers for 29050.
3022
3023 * config/tc-i386.c (comment_chars) [TE_I386AIX]: Include "/".
3024
3025 * config/obj-coffbfd.c (fill_section): Don't set STYP_REG here.
3026 (change_to_section): Set it here instead.
3027
3028 Wed Apr 28 13:40:29 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
3029
3030 * config/obj-ecoff.c (obj_symbol_new_hook): Make up a .file if one
3031 hasn't been seen yet.
3032 (add_ecoff_symbol): Don't refer to cur_file_ptr if it is NULL.
3033
3034 Mon Apr 26 18:29:05 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3035
3036 * config/tc-sh.ch, config/tc-sh.h: New files supporting Hitachi
3037 SH.
3038
3039 Mon Apr 26 12:28:27 1993 Ian Lance Taylor (ian@cygnus.com)
3040
3041 * expr.c (operand): Fix unary plus operator (previously was the
3042 same as '~' operator!).
3043
3044 Wed Apr 21 00:20:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3045
3046 * write.c (cvt_frag_to_fill): Define even if BFD is defined.
3047 (write_object_file): Do define if BFD_ASSEMBLER. Invoke
3048 obj_check_file_symbols if defined. Call verify_symbol_chain_2
3049 instead of open-coding it. Fix some bugs in patching up symbol
3050 chain.
3051 (relax_segment): Make some code we "ought to be able to" use for
3052 all targets no longer conditionalized on ns32k target; instead, do
3053 it always, and if the appropriate conditions fail, abort.
3054
3055 * symbols.c (DEBUG): Enabled.
3056 (symbol_new): Make sure bfd_make_empty_symbol works.
3057 (verify_symbol_chain_2): New funcion; takes one symbol as
3058 argument, anywhere in the chain.
3059 (dollar_label*): Use default initializers.
3060
3061 * as.c (perform_an_assembly_pass): Call md_begin here...
3062 (main): ...and not here.
3063
3064 * config/tc-m68k.h (TARGET_FORMAT): Use a.out-sunos-big for a.out.
3065 (tc_frob_symbol): New macro: Get rid of symbols in reg_section.
3066
3067 * config/tc-m68k.c (omagic): Don't define for BFD_ASSEMBLER.
3068 (add_fix, add_frag): Now functions instead of macros.
3069 (m68k_reg_parse, m68k_ip, md_estimate_size_before_relax, get_num,
3070 s_data1, s_data2, s_bss): Use new *_section names, for
3071 compatibility with BFD_ASSEMBLER mode; rewrite switch statements
3072 to handle non-integral segT.
3073 (tc_coff_fix2rtype, tc_aout_fix_to_chars,
3074 tc_coff_symbol_emit_hook): Don't define for BFD_ASSEMBLER.
3075 (tc_gen_reloc): New routine for BFD_ASSEMBLER.
3076 (md_apply_fix, md_apply_fix_2): Renamed old md_apply_fix to
3077 md_apply_fix_2; new md_apply_fix definition varies interface
3078 depending on BFD_ASSEMBLER.
3079 (md_convert_frag, md_convert_frag_1): Likewise. Use new *_section
3080 names.
3081
3082 * config/obj-vms.c: Include config.h.
3083 (version_string): Delete declaration.
3084 (Write_VMS_MHD_Records): Use GAS_VERSION instead.
3085 (vms_resolve_symbol_redef): New function, taken from VMS code in
3086 symbols.c.
3087 (_doprnt): Deleted.
3088 (VMS_Store_Struct, VMS_Def_Struct, VMS_Set_Struct,
3089 VMS_TBT_Block_End, get_VMS_time_on_unix, generate_suffix,
3090 VMS_Psect_Spec): Fixed to compiler under traditional C.
3091 * config/obj-vms.h: Use PARAMS macro.
3092 (vms_resolve_symbol_redef): Declare.
3093 (RESOLVE_SYMBOL_REDEFINITION): New macro.
3094 * symbols.c (colon): Remove some VMS-specific code, look for
3095 RESOLVE_SYMBOL_REDEFINITION macro instead.
3096
3097 * config/tc-m68k.c (m68k_ip): Don't try expanding DBcc
3098 instructions.
3099
3100 * config/tc-i386.c: Reordered some functions so inlining might
3101 work. Use PARAMS in function declarations.
3102 (reloc): New routine.
3103 (md_assemble): Rearrange switch statements to work with
3104 non-integral segT.
3105
3106 * struc-symbol.h [BFD_ASSEMBLER]: Undefine
3107 SYMBOLS_NEED_BACKPOINTERS before defining it.
3108
3109 * subsegs.c (subseg_new_rest): Now static.
3110
3111 * read.c (pseudo_set): Better error message for difference of
3112 symbols in different frags.
3113
3114 * Makefile.in (check): Pass down some new variables, indicating
3115 pathname or program name for cc, nm, objdump.
3116
3117 * as.h (OUTPUT_FLAVOR): New macro.
3118 * config/tc-sparc.c (tc_gen_reloc): Use OUTPUT_FLAVOR.
3119
3120 * configure.in: Initialize bfd_gas properly. Warn that ELF
3121 support is incomplete.
3122
3123 Thu Apr 15 22:39:05 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3124
3125 * read.c (float_cons): Accept null pointer return from md_atof.
3126 * config/tc-m68k.c (md_atof): Return null for success.
3127 * config/tc-sparc.c (md_atof): Ditto.
3128
3129 Thu Apr 15 16:04:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3130
3131 * doc/as.texinfo: formatting and comment cleanups; show SPARC
3132 alternative options in same style as other machines; simplify some
3133 conditional use; include GPL as separate file (from texinfo dir)
3134
3135 * doc/Makefile.in: (as.info) include directory containing GPL in
3136 makeinfo search path
3137
3138 * doc/h8.texi: new file; conditional settings for GAS manual
3139 on Hitachi chips
3140
3141 Tue Apr 13 15:31:40 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3142
3143 * doc/as.texinfo: mention SPARC architecture options.
3144
3145 Fri Apr 9 17:43:11 1993 Ken Raeburn (raeburn@cygnus.com)
3146
3147 * configure.in: Rearranged whitespace in per-host/per-target
3148 sections. Added hooks for dropping in HPPA support (not included
3149 yet). Separate out overrides of variables based on target format
3150 and bfd-gas selection from actual target-specific commands. Add
3151 error message for recognized but unsupported format name.
3152
3153 Fri Apr 9 09:05:47 1993 Ian Lance Taylor (ian@cygnus.com)
3154
3155 * config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax in
3156 symbolic header match cline in FDR; the native linker seems to
3157 want that.
3158
3159 Thu Apr 8 15:51:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3160
3161 * doc/Makefile.in: as.texinfo is in $(srcdir). Use
3162 $(srcdir)/as.texinfo explicitly in several places
3163
3164 Thu Apr 8 15:15:02 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3165
3166 * doc/Makefile.in: update dvi, clean targets for new source
3167 file structure
3168
3169 Thu Apr 8 12:52:46 1993 Ian Lance Taylor (ian@cygnus.com)
3170
3171 * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,
3172 rather than undefining know.
3173 * configure.in: Match ultrix*, not just ultrix.
3174
3175 Wed Apr 7 20:18:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3176
3177 * doc/as.texinfo: converted conditional markup to use new
3178 Texinfo facilities, avoiding m4.
3179
3180 * doc/as-all.texinfo, all.m4, pretex.m4: deleted.
3181
3182 * doc/Makefile.in: recast doc configuration to use a link to an
3183 included texinfo file.
3184
3185 * doc/all.texi: settings for generic form of documentation.
3186
3187 Tue Apr 6 11:56:21 1993 Ian Lance Taylor (ian@cygnus.com)
3188
3189 * read.c (cons): Zero out frag when creating reloc.
3190
3191 Mon Apr 5 09:41:58 1993 Ian Lance Taylor (ian@cygnus.com)
3192
3193 * config/tc-mips.c (gp_reference): Certain magic symbols can never
3194 be referenced off the GP register.
3195
3196 * app.c (do_scrub_next_char): Handle states 9 and 10 correctly
3197 when dealing with characters of type LEX_IS_TWOCHAR_COMMENT_1ST,
3198 LEX_IS_STRINGQUOTE, and LEX_IS_ONECHAR_QUOTE.
3199
3200 * config/te-irix.h: New file; irix needs a different LOCAL_LABEL
3201 definition from other MIPS targets.
3202 * configure.in (mips-*-irix): Use emulation irix.
3203
3204 Sun Apr 4 15:21:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3205
3206 * config/tc-h8500.c: Get relax size of branch instructions right,
3207 (get_operand): Parse @sp+ correctly.
3208
3209 Fri Apr 2 15:59:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3210
3211 * subsegs.h (segment_info_type) [BFD_ASSEMBLER]: Don't include
3212 COFF section header field.
3213
3214 * configure.in: Print error message if host or target is not
3215 supported.
3216
3217 * configure.in: If with-bfd-assembler, use obj-coff instead of
3218 obj-coffbfd.
3219
3220 * config/ho-generic.h: Include string.h.
3221
3222 Fri Apr 2 08:54:57 1993 Ian Lance Taylor (ian@cygnus.com)
3223
3224 * config/tc-mips.h (LOCAL_LABEL): Treat any label starting with
3225 '$' as local, for any object file format.
3226
3227 * config/tc-mips.c (macro): Optimizations to branching code and a
3228 couple of bug fixes from ralphc@pyrps5.eng.pyramid.com (Ralph
3229 Campbell).
3230
3231 * config/ho-irix.h: New file; if not gcc, define BROKEN_ASSERT.
3232 * configure.in (mips-sgi-irix*): Set gas_host to irix.
3233
3234 Wed Mar 31 17:53:54 1993 Ian Lance Taylor (ian@cygnus.com)
3235
3236 * subsegs.c (subseg_new): Set output_section of new section.
3237 * as.c (perform_an_assemly_pass): Don't set output_section here.
3238 * expr.c (expr_part, expr): Turn off section assertions for ECOFF,
3239 since it has additional sections.
3240 * read.c (s_lcomm): For MIPS ECOFF, put small objects in .sbss,
3241 not bss_section.
3242 * config/obj-ecoff.h (TARGET_SYMBOL_FIELDS): Added
3243 ecoff_undefined field.
3244 * config/obj-ecoff.c (obj_symbol_new_hook): Initialize
3245 ecoff_undefined field.
3246 (add_file): If using stabs, just output a stabs symbol rather than
3247 creating a new fdr.
3248 (obj_ecoff_begin, obj_ecoff_bend): Ignore line number by reading
3249 it with get_absolute_expression, rather than skipping it by hand.
3250 (obj_ecoff_loc): If using stabs, just output a stabs symbol rather
3251 than ECOFF line number information.
3252 (obj_ecoff_stab): Accept non-zero values for stabs line number.
3253 (ecoff_build_symbols): Set ifilesym correctly. Set storage class
3254 to small, undefined and/or readonly sections if appropriate.
3255 Don't output symbol names containing \001 characters.
3256 (ecoff_frob_file): Make sure at least one fdr is output.
3257 * config/tc-mips.h: Define TC_MIPS.
3258 * config/tc-mips.c (g_switch_value): New static variable.
3259 (md_assemble): Set gp size of output BFD.
3260 (gp_reference): New function; returns 1 if expression can be
3261 accesssed via gp. Always returns 0 if not using ECOFF.
3262 (macro_build): Convert BFD_RELOC_LO16 to BFD_RELOC_MIPS_GPREL if
3263 possible.
3264 (macro): Generate sequences using gp if possible.
3265 (md_parse_option): Ignore -EL and -EB. Parse -G.
3266 (md_apply_fix): Added BFD_RELOC_MIPS_GPREL to ignored case.
3267 (s_change_sec): Handle .rdata and .sdata for ECOFF.
3268 (s_extern): Mark symbol as external. Set ecoff_undefined field.
3269
3270 Tue Mar 30 10:11:41 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3271
3272 * output-file.c (output_file_create): Don't call as_perror for
3273 filename rejected by application.
3274
3275 * as.c (main) [BFD_ASSEMBLER]: If errors occur, close and unlink
3276 the output file.
3277
3278 * doc/as.texinfo: Don't use @value in node names for the moment;
3279 references don't appear to work right.
3280
3281 * as.h (const, volatile): Put these definitions back, and use
3282 them.
3283
3284 * doc/as.texinfo: First pass at using new texinfo features --
3285 variables, conditional tests. Far from complete.
3286
3287 Mon Mar 29 16:05:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3288
3289 * read.c: Temporary hack to handle some 64-bit constants. This
3290 should be redone later.
3291 (target_big_endian): Declare.
3292 (big_cons): If it's set, reverse order of bytes being copied.
3293 * config/tc-sparc.c (md_begin): Set target_big_endian.
3294
3295 * read.c (s_ignore): Delete declaration of is_end_of_line.
3296
3297 * config/obj-coffbfd.c (yank_symbols): Build list of file symbol
3298 forward pointers properly.
3299
3300 Mon Mar 29 13:47:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3301
3302 * config/obj-coffbfd.c (do_relocs_for): Fix bug where nrelocs
3303 wasn't being stored into scnhdr.
3304 * config/obj-coffbfd.h: Add prototype of s_get_segment.
3305 * read.c (TC_START_LABEL): Default definition.
3306 (read_a_source_file): Use TC_START_LABEL macro to work out
3307 if a label has been seen.
3308
3309 Mon Mar 29 12:56:56 1993 Ian Lance Taylor (ian@cygnus.com)
3310
3311 * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not
3312 the bottom (make expands variables in dependencies when the
3313 dependencies are read, not when they are used).
3314
3315 * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for
3316 a29k .bss section; the mondfe program doesn't like it.
3317
3318 Sun Mar 28 08:12:53 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3319
3320 * config/tc-m68k.c: Use PARAMS macro, and use CONST instead of
3321 const.
3322 (current_architecture): Don't need initializer.
3323
3324 Fri Mar 26 08:12:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3325
3326 * doc/none.m4: Define Z8000.
3327 * doc/Makefile.in (as-*.texinfo): Refer to $(srcdir). Remove the
3328 texinfo file before recreating it.
3329 (TEXI2DVI): Need to set TEXINPUTS if "make as.dvi" is to work in
3330 this directory.
3331 (srcdir): Delete second, bogus definition.
3332 (as.info): Look for as-*.texinfo in current directory rather than
3333 in $(srcdir).
3334 (as.dvi): Ditto.
3335 (dvi): New rule.
3336 * doc/configure.in: Create links to all as-*.texinfo files in the
3337 source directory, if that's not the current directory.
3338
3339 * configure.in (per-host): Accept MIPS host with BSD version
3340 number.
3341 (per-target): Classify i486 as i386. Use generic cpu_type instead
3342 of target_cpu in selecting format etc.
3343
3344 * app.c (do_scrub_next_char): Use .appfile, not .app-file.
3345 * read.c (potable): Change .app-file to .appfile.
3346
3347 * config/ho-decstatn.h: Renamed from ho-decstation.h.
3348 * configure.in: Adjusted.
3349
3350 * config/obj-bfd-sunos.*: Unused; deleted.
3351
3352 * Makefile.in (version.c, vers-stamp): Deleted.
3353 (config.h): Define GAS_VERSION.
3354 * as.c (version_string): Deleted declaration.
3355 (main): Look for GAS_VERSION instead.
3356
3357 * doc/as.texinfo: Updated description of -a* (listing) options,
3358 and describe how to pass them through from gcc.
3359
3360 * config/obj-coffbfd.c (do_relocs_for): Don't allocate storage or
3361 process relocs if there aren't any relocs to process. Avoids
3362 malloc/free bug on SCO too.
3363
3364 * as.h: Move local include files below system include files, to
3365 avoid some redefinition complaints on some systems.
3366 (const, volatile): Don't need these conditionally defined if we
3367 use CONST and VOLATILE from ansidecl.h.
3368 (seg_name): Use CONST, not const.
3369
3370 Fri Mar 26 10:22:04 1993 Ian Lance Taylor (ian@cygnus.com)
3371
3372 * config/tc-mips.c: Reindented to GNU standards.
3373
3374 Thu Mar 25 08:59:14 1993 Ian Lance Taylor (ian@cygnus.com)
3375
3376 * config/obj-coffbfd.c (do_relocs_for): Remove a29k special case.
3377 (fixup_segment): Add a29k special case; the linker is not prepared
3378 to see a segment offset here.
3379
3380 * app.c (do_scrub_next_char): Added new state, 10, modifying state
3381 9 to only keep a space in between identifier characters.
3382
3383 Wed Mar 24 02:16:22 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3384
3385 * Makefile.in: add dvi target; as-$(config).texinfo might live in
3386 srcdir, might be in objdir.
3387
3388 * doc/Makefile.in: dvi depends on as.dvi
3389
3390 Mon Mar 22 23:59:13 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3391
3392 * Makefile.in: add installcheck target
3393
3394 Mon Mar 22 10:19:00 1993 Ian Lance Taylor (ian@cygnus.com)
3395
3396 * config/tc-mips.c (macro): Use $AT for any floating point load.
3397
3398 Sat Mar 20 12:50:51 1993 Ken Raeburn (raeburn@urth.cygnus.com)
3399
3400 * config/tc-m68k.c (m68k_ip): For operand type 'M', reject
3401 bignums, but don't emit error message.
3402
3403 Fri Mar 19 21:02:19 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
3404
3405 * Makefile.in (targ-cpu.o): Depend on config.h.
3406
3407 Wed Mar 17 16:44:06 1993 Ian Lance Taylor (ian@cygnus.com)
3408
3409 * app.c (do_scrub_next_char): Added new state, 9, to avoid
3410 dropping a space immediately following an identifier.
3411 * expr.c, write.c: Rewrote assert expressions to not use multiple
3412 lines; I don't think that can be done portably.
3413 * config/tc-mips.c (macro): Use $AT if target register is zero in
3414 load instruction, which it can be for a floating point load.
3415
3416 Mon Mar 15 12:17:28 1993 Ian Lance Taylor (ian@cygnus.com)
3417
3418 * write.c (write_contents): Compute the relocs before writing out
3419 the section contents.
3420 * config/obj-ecoff.h, config/obj-ecoff.c: Numerous changes to get
3421 symbol table and values right.
3422 * config/tc-mips.h (LOCAL_LABEL): If OBJ_ECOFF, any label starting
3423 with $L is local.
3424 * config/tc-mips.c (tc_gen_reloc): If OBJ_ECOFF, adjust the addend
3425 by the section vma.
3426
3427 * config/z8k.mt (TARG_CPU_DEPENDENTS): The relevant file is
3428 z8k-opc.h, not z8k.h.
3429
3430 * config/obj-coffbfd.c (obj_coff_endef): Correct test for .bf
3431 symbol.
3432
3433 Fri Mar 12 18:33:36 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3434
3435 * configure.in: recognize sparc-sun-solaris2* instead of -solaris2
3436
3437 Fri Mar 12 12:00:07 1993 Ian Lance Taylor (ian@cygnus.com)
3438
3439 * expr.c, write.c: Ultrix native 4.2 cc requires assert condition
3440 to be on a single line.
3441
3442 Thu Mar 11 17:56:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3443
3444 * Makefile.in (config.h): Create file, writing out definitions of
3445 target cpu, alias, and canonical name.
3446 (ALL_CFLAGS): No longer define TARGET_CPU.
3447
3448 * Makefile.in (check): Print a message, instead of quitting
3449 silently.
3450
3451 * as.c (main): Don't catch any signals, for now.
3452
3453 * version.c: Deleted.
3454 * Makefile.in: Generate it, putting in only the version number
3455 itself.
3456 (VERSION): New variable.
3457 * as.c: Include config.h.
3458 (main): Reformatted version string. Include target alias. Don't
3459 print if not requested (i.e., unknown -v argument).
3460
3461 * as.c (stralloc): Deleted.
3462 (main): Call strdup instead.
3463
3464 * configure.in: Handle all 68300 series chips.
3465 * config/tc-m68k.c: Include config.h.
3466 (md_assemble): Assume TARGET_CPU is defined. Accept some 68300
3467 series cpus as defaults.
3468 (md_parse_option): Accept some m68300 series CPUs as defaults.
3469
3470 Wed Mar 10 17:41:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3471
3472 * as.c (EXIT_SUCCESS, EXIT_FAILURE): Define to normal values if
3473 not already defined.
3474 (main, got_sig): Use them.
3475 * config/ho-vms.h (EXIT_SUCCESS, EXIT_FAILURE): Reverse default
3476 values.
3477
3478 Tue Mar 9 07:40:06 1993 Ian Lance Taylor (ian@cygnus.com)
3479
3480 * config/obj-ecoff.c, config/obj-ecoff.h: Preliminary ECOFF
3481 support.
3482
3483 * config/tc-mips.h (TARGET_FORMAT): Define based on OBJ_AOUT vs.
3484 OBJ_ECOFF as well as TARGET_BYTES_*_ENDIAN.
3485 (struct loc, struct proc, struct file): Moved to tc-mips.c within
3486 #ifndef OBJ_ECOFF block, since ECOFF uses different versions.
3487 * config/tc-mips.c: Rearranged for ECOFF support. Added
3488 prototypes for all static functions. Moved existing minimal
3489 debugging format support info #ifndef OBJ_ECOFF blocks.
3490 (macro_build_lui): Eliminated sign_extend argument, because ECOFF
3491 does not support a non sign extended high 16 bits reloc. Adjusted
3492 all callers accordingly.
3493 (tc_get_register): Renamed from get_register, and made non-static.
3494
3495 * config/mips-big.mt, config/mips-lit.mt: New files. Define
3496 TARGET_BYTES_BIG_ENDIAN and TARGET_BYTES_LITTLE_ENDIAN,
3497 respectively.
3498 * configure.in (mips-*-bsd*): Use gas_target mips-lit.
3499 (mips-*-ultrix*, mips-*-irix*, mips-*-ecoff): New targets, using
3500 obj_format ecoff and gas_target mips-lit or mips-big.
3501
3502 Tue Mar 9 07:43:01 1993 Ken Raeburn (raeburn@cygnus.com)
3503
3504 * version.c: Bump to version 2.0.1.
3505
3506 Tue Mar 9 07:40:06 1993 Ian Lance Taylor (ian@cygnus.com)
3507
3508 * write.c (chain_frchains_together): Check that seg_info (section)
3509 is not NULL.
3510 (write_object_file): Call obj_frob_file after setting the symbols,
3511 not before.
3512
3513 Tue Mar 9 00:00:00 1993 Ken Raeburn (raeburn@cygnus.com)
3514
3515 * Version 2.0 released.
3516
3517 Mon Mar 8 14:57:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3518
3519 * config/tc-i386.h (TC_COUNT_RELOC): Look for fx_addsy only.
3520
3521 Fri Mar 5 09:05:55 1993 Ian Lance Taylor (ian@cygnus.com)
3522
3523 * read.h: Define stringer here.
3524 read.c, config/obj-ieee.c, config/obj-tcm88k.c: Not any of these
3525 places.
3526
3527 Thu Mar 4 11:52:23 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3528
3529 * read.c (s_space): Multiply repeat count by mult, not fill.
3530
3531 Thu Mar 4 05:20:42 1993 Ken Raeburn (raeburn@cygnus.com)
3532
3533 * read.c: Include ctype.h.
3534
3535 Wed Mar 3 10:41:46 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3536
3537 Patches from Eric Youngdale:
3538 * make-gas.com: Find obstack.obj if it's not in the current
3539 directory.
3540 * read.c (s_ignore): Don't declare is_end_of_line. It's
3541 redundant, and triggers a VMS gcc compiler bug.
3542
3543 * write.c (write_object_file): Macro SUB_SEGMENT_ALIGN now takes
3544 current segment as an argument. (Ignored in all cases but VMS.)
3545 All callers and definitions changed.
3546
3547 Tue Mar 2 11:56:19 1993 Ian Lance Taylor (ian@cygnus.com)
3548
3549 * listing.c: Cleaned up a bit, added prototypes, made NO_LISTING
3550 case compile again.
3551
3552 Tue Mar 2 08:53:34 1993 Ken Raeburn (raeburn@cygnus.com)
3553
3554 * config/tc-m68k.c (isbyte): Accept all values from -255 to +255,
3555 so "~0x80" won't be rejected.
3556
3557 * config/obj-elf.c: No longer include elf/reloc.h.
3558 (obj_elf_section): Set SEC_READONLY and SEC_CODE for text section.
3559 (obj_elf_stab, obj_elf_desc): Deleted do-nothing and commented-out
3560 routines.
3561 (obj_elf_xstab): New routine.
3562 (obj_elf_set_size): Call as_warn, not fprintf. Pass desired
3563 argument to s_ignore. Put "#if 0" around unused code.
3564 (obj_pseudo_table): Use s_ignore instead of do-nothing routines.
3565 Call elf_xstabs for .stabs and .xstabs operators.
3566
3567 * config/tc-sparc.h (TARGET_FORMAT) [OBJ_ELF]: Now "elf32-sparc".
3568
3569 * write.c (relax_and_size_seg): Set SEC_RELOC only if fixups are
3570 present.
3571
3572 * configure.in: mips-bsd configuration was missing format spec.
3573 Should use aout.
3574
3575 * Makefile.in (Makefile): Depends on configure.in.
3576
3577 * config/tc-mips.c (append_insn): Don't check for alignment of
3578 frag in memory; alignment of instructions in section is a separate
3579 matter.
3580
3581 * config/tc-mips.c (macro_build_lui): Fix some assumptions of ANSI
3582 C availability.
3583
3584 * listing.h: Always provide function declarations, not macros, so
3585 pcc won't lose.
3586
3587 Tue Mar 2 00:50:43 1993 John Gilmore (gnu@cygnus.com)
3588
3589 * CONTRIBUTORS: Update Gilmore entry.
3590
3591 Wed Feb 24 14:58:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3592
3593 * frags.c (frag_init): New function.
3594 (zero_address_frag, bss_address_frag): Now initialized at run
3595 time.
3596 * as.c (main): Call frag_init.
3597
3598 Wed Feb 24 10:32:42 1993 Ian Lance Taylor (ian@cygnus.com)
3599
3600 * app.c (do_scrub_next_char): In LEX_IS_LINE_COMMENT_START case:
3601 Don't unget ch2 if we didn't get it.
3602
3603 Wed Feb 24 04:14:07 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3604
3605 * doc/Makefile.in (TEXIDIR): Updated for new layout.
3606
3607 * config/tc-sparc.c (s_common): Add support for ELF version.
3608 (tc_gen_reloc) [BFD_ASSEMBLER]: New function.
3609 * config/tc-sparc.h (TARGET_ARCH, TARGET_FORMAT) [BFD_ASSEMBLER]:
3610 New macros.
3611 (md_convert_frag): New macro.
3612
3613 * config/tc-m68k.c (m68k_ip): For PC-relative addressing of a
3614 symbol, fix the offset so "+2" isn't required.
3615
3616 * config/tc-i960.c (line_comment_chars, line_separator_chars):
3617 Define as common/bss.
3618 (op_hash, reg_hash, areg_hash, iclasses_seen, br_cnt): Default C
3619 initializers are sufficient.
3620
3621 * config/obj-aout.h [BFD_ASSEMBLER]: Include libaout.h from bfd.
3622 (TARGET_FORMAT) [BFD_ASSEMBLER]: Default to "a.out".
3623 (S_SET_*, S_GET_*, obj_frob_symbol) [BFD_ASSEMBLER]: New macros.
3624 (S_SET_TYPE) [!BFD_ASSEMBLER]: New macro.
3625 * config/obj-aout.c: Use PARAMS macro for declarations. Remove
3626 "IGNORE_DEBUG" conditional, since both branches are identical.
3627 Use S_SET_TYPE, S_GET_TYPE, and S_GET_DESC instead of directly
3628 referencing symbol structure members.
3629 (obj_aout_frob_symbol) [BFD_ASSEMBLER]: New function.
3630
3631 * as.h (struct frag): Reordered a couple of fields for better
3632 packing.
3633
3634 * write.c (record_alignment) [BFD_ASSEMBLER]: Record it in the
3635 section info.
3636 (write_contents) [BFD_ASSEMBLER]: New function.
3637 (write_object_file) [BFD_ASSEMBLER]: Always handle -R here. Call
3638 fix_new with BFD_RELOC_NONE instead of 0 or NO_RELOC. Call
3639 obj_frob_file, obj_frob_symbol, tc_frob_symbol if defined.
3640 (fixup_segment): Make sure common-section symbols get treated the
3641 same as undefined symbols.
3642 (fix_new) [BFD_ASSEMBLER]: Argument r_type is of type
3643 bfd_reloc_code_real_type. Use seg_fix_{root,tail}P derived from
3644 section info.
3645 * write.h (fix_new): Update prototype.
3646
3647 * tc.h (md_operand, md_convert_frag, tc_headers_hook,
3648 md_section_align, md_undefined_symbol): Don't provide prototypes
3649 if these are defined as macros.
3650 (md_convert_frag) [BFD_ASSEMBLER]: BFD version needs bfd and
3651 section passed.
3652
3653 * symbols.c (symbol_new): Argument NAME is now pointer to const.
3654 Simplified STRIP_UNDERSCORE code. Remove assumptions about null
3655 pointers in freshly allocated storage. [BFD_ASSEMBLER]: Get new
3656 BFD symbol.
3657 (colon): Display other/desc fields of redefined symbol only if
3658 S_GET_OTHER and S_GET_DESC are defined.
3659 (symbol_make): Argument NAME is now pointer to const.
3660 (symbol_find, symbol_find_base): Likewise.
3661 (S_IS_*, S_GET_*, S_SET_*) [BFD_ASSEMBLER]: New functions.
3662 * symbols.h: Fix prototypes for new const arguments. Add
3663 prototypes for BFD_ASSEMBLER S_* functions.
3664
3665 * subsegs.c (subseg_change) [BFD_ASSEMBLER]: BFD version of code
3666 for changing to an existing section.
3667 (subseg_new_rest) [BFD_ASSEMBLER]: Split off from subseg_new,
3668 called by subseg_new and subseg_set.
3669 (subseg_new) [BFD_ASSEMBLER]: Rewritten to change to new section,
3670 given section name and subseg number.
3671 (subseg_set) [BFD_ASSEMBLER]: New function; change to a possibly
3672 new section/subsection.
3673
3674 * read.c: Don't include ctype.h.
3675 (cons) [BFD_ASSEMBLER]: For undefined symbols, use BFD_RELOC_32
3676 for now; should be machine-dependent.
3677
3678 * configure.in: Accept *-*-elf and *-*-solaris* as ELF format
3679 targets, forcing BFD use.
3680
3681 Wed Feb 17 18:59:03 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3682
3683 * config/tc-sparc.c: Use PARAMS macro for static function
3684 declarations. Use BFD_RELOC_ macros everywhere, with
3685 compatibility macros declared for non-BFD mode.
3686 (struct sparc_it) [BFD_ASSEMBLER]: Use bfd_reloc_code_real_type
3687 instead of enum reloc_type.
3688 (emit_sparc_reloc): Commented-out function deleted.
3689 (md_convert_frag): Deleted.
3690 (tc_aout_pre_write_hook): Don't define for BFD_ASSEMBLER.
3691 (md_apply_fix): Changed calling sequence (conditionally) for BFD
3692 version.
3693 * config/tc-sparc.h (md_convert_frag): New macro.
3694
3695 * config/obj-aout.c (obj_aout_stab): Refer to undefined_section,
3696 not SEG_UNKNOWN. Use S_SET_TYPE, S_GET_TYPE, S_GET_DESC instead
3697 of referencing fields directly.
3698
3699 * write.c (cvt_frag_to_fill): New function; extracted from
3700 write_object_file.
3701 (write_object_file) [! BFD_ASSEMBLER]: Call it.
3702 (relax_and_size_seg) [BFD_ASSEMBLER]: New function; relax section
3703 and set its size and flags.
3704
3705 * struc-symbol.h (struct symbol) [BFD_ASSEMBLER]: Replace some
3706 fields with BFD equivalents. Turn on back-pointers, and add
3707 target-specific fields at end.
3708
3709 Thu Feb 11 09:20:37 1993 Ian Lance Taylor (ian@cygnus.com)
3710
3711 * config/obj-coffbfd.c (fill_section): Don't set vaddr here.
3712 (write_object_file): Set it here instead, so that fixup_segment
3713 can see the correct value.
3714
3715 Mon Feb 8 13:56:17 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3716
3717 * write.c (write_object_file): Check for errors and warnings and
3718 bail out before processing contents.
3719 (chain_frchains_together_1): New function, does most of the work
3720 of remove_subsegs.
3721 (chain_frchains_together) [BFD_ASSEMBLER]: New function.
3722 (remove_subsegs) [! BFD]: Call it.
3723 (write_object_file) [BFD_ASSEMBLER]: Converted to use BFD
3724 structures and routines.
3725
3726 * config/obj-elf.*: New files.
3727
3728 * config/mips.mt, config/rs6000.mt: Deleted.
3729
3730 * config/h8300.mt: Don't specify compiler here.
3731
3732 * config/z8k.mt: The z8k code depends on the z8k opcode table,
3733 not the h8300 one.
3734 * config/tc-z8k.h: Comment fix.
3735
3736 * write.c: Reordered some functions for better inlining.
3737 (fixup_segment): Linkrelax code is no longer conditional on
3738 TC_I960.
3739
3740 Thu Feb 4 12:45:16 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3741
3742 * config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
3743 obj-coffbfd.h}: support for the H8/500
3744
3745 Wed Feb 3 19:28:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3746
3747 * config/obj-vms.h (SUB_SEGMENT_ALIGN): Define VMS version here.
3748 * write.c (write_object_file): Not here.
3749 (fix_new): Initialize fx_addnumber.
3750
3751 * listing.c: Don't include target-cpu.h explicitly, since as.h
3752 includes it.
3753
3754 Thu Jan 28 00:35:40 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3755
3756 * write.h [BFD_ASSEMBLER]: Don't declare next_object_file_charP,
3757 *_fix_root, *_fix_tail, seg_fix_rootP, seg_fix_tailP.
3758 (struct fix): Reordered fields for compactness and efficiency.
3759 Converted some logical fields to 1-bit fields.
3760
3761 * config/obj-aout.h: Use PARAMS.
3762 [BFD_ASSEMBLER]: Don't define/declare AOUT_MACHTYPE, seg_N_TYPE,
3763 N_TYPE_seg, DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE.
3764
3765 * read.c: Don't include listing.h; as.h includes it. Removed
3766 DONTDEF code.
3767 [BFD_ASSEMBLER]: Include subsegs.h.
3768 (old_buffer, new_broken_words): Default initialization is
3769 sufficient.
3770
3771 * output-file.c [BFD_ASSEMBLER]: Include bfd.h, default TARGET_MACH
3772 to 0, define stdoutput.
3773 (output_file_create) [BFD_ASSEMBLER]: Call bfd_perror on failure.
3774 Call bfd_set_arch_mach.
3775 (output_file_close) [BFD_ASSEMBLER]: Call bfd_close, not
3776 bfd_close_all_done. Call bfd_perror on failure.
3777 (output_file_append) [BFD_ASSEMBLER]: Don't define.
3778
3779 * config/m68kcoff.mt (LOCAL_LOADLIBES): Delete definition.
3780
3781 * subsegs.h (segment_info_type): Always define. Omit field scnhdr
3782 if not MANY_SEGMENTS. Define new field bfd_section if
3783 BFD_ASSEMBLER.
3784 (seg_info): New macro.
3785
3786 * expr.c, input-scrub.c: Use PARAMS macro. Deleted unused
3787 variables, and some irrelevant comments.
3788
3789 * Makefile.in (ALL_CFLAGS): Include $(BFDDEF).
3790 (LIBS): Include $(BFDLIB). Don't bother with $(CLIB).
3791 * configure.in: Permit --with-bfd-assembler now, with a warning.
3792 Variable need_bfd is now a boolean, as is new variable bfd_gas.
3793 Set BFDDEF and BFDLIB in Makefile when appropriate.
3794
3795 * as.c: Removed "#ifdef DONTDEF" and "#ifdef comment" code.
3796 (main): Refer to flag_always_generate_output instead of
3797 flagseen['Z'].
3798
3799 * as.c (main) [BFD_ASSEMBLER]: Open output bfd.
3800 (*_section) [BFD_ASSEMBLER]: Define them.
3801 (perform_an_assembly_pass) [BFD_ASSEMBLER]: Initialize them, and
3802 set section flags when appropriate.
3803 * as.h (SEG_NORMAL) [BFD_ASSEMBLER]: Require that the specified
3804 section is not absolute, undefined, or an assembler internal one.
3805 (absolute_section, undefined_section): Always define.
3806 * expr.c, read.c, symbols.c: Refer to *_section, not SEG_*; break
3807 switch statements into if-else trees.
3808 * symbols.c [MANY_SEGMENTS]: Deleted redundant definitions of
3809 SEG_BSS and SEG_DATA.
3810
3811 * as.h (frag_now_fix): New macro.
3812 * symbols.c (colon): Use it.
3813
3814 Wed Jan 27 21:43:53 PST 1993 Ralph Campbell (ralphc@pyramid.com)
3815
3816 * config/tc-mips.c: Added mips support for mips-dec-bsd.
3817 * config/tc-mips.h: Added mips support for mips-dec-bsd.
3818 * config/ho-mipsbsd.h: Added mips support for mips-dec-bsd.
3819 * config/mips-opcode.h: Added mips support for mips-dec-bsd.
3820 * configure.in: Added mips support for mips-dec-bsd.
3821 * atof-generic.c: Define TRUE and FALSE if not defined.
3822
3823 Thu Jan 21 12:48:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3824
3825 * version.c: Bumped version number to 1.93.05.
3826
3827 Wed Jan 20 17:11:53 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3828
3829 * config/obj-coff.c (obj_emit_relocations): Don't use #elif.
3830 (obj_emit_lineno): Don't need return at end of void function.
3831 (obj_symbol_new_hook): Ditto.
3832
3833 * config/tc-m68k.c: Removed some unused code.
3834 (tc_aout_fix_to_chars): Array nbytes_r_length is now const.
3835
3836 * config/tc-m68k.h (TC_COUNT_RELOC): Don't emit reloc if only
3837 offset field is set.
3838
3839 Fri Jan 8 05:44:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3840
3841 * config/tc-sparc.c (architecture_requested, warn_on_bump,
3842 md_relax_table): Use default zero initialization.
3843 (s_reserve): Since SEG_E2 is equivalent to SEG_BSS, just use the
3844 latter, instead of selecting with preprocessor conditionals.
3845
3846 Thu Jan 7 08:58:21 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3847
3848 * configure.in: recognise all sparclite variants
3849
3850 Thu Jan 7 05:25:25 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3851
3852 * read.c (s_data) [!BFD_ASSEMBLER]: Fix typo in 4 Jan change --
3853 accidentally changed to use subseg_change where it should have
3854 been subseg_new.
3855
3856 Tue Jan 5 08:42:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3857
3858 * expr.c (operand): If character other than comma or newline is a
3859 logical end-of-line character, use the newline case.
3860 From Eric Youngdale:
3861 (operand): Set X_add_number field for floating-point numbers.
3862 (operand): Treat zero byte as end-of-operand.
3863
3864 * configure.in (per-target): Look for with_bfd_assembler option.
3865 For now, only accept "no", until the merge is done.
3866
3867 Merged changes from Eric Youngdale (youngdale@v6550c.nrl.navy.mil):
3868 * as.c, flonum-konst.c, hex-value.c, input-file.c, version.c,
3869 config/obj-aout.h, config/obj-vms.c: VMS -> HO_VMS.
3870 * read.c: Finish conversion to S_* macros in the VMS only
3871 parts of the program. Add "const" modifier to hex_value.
3872 * as.c, read.c, symbols.c, write.c: Change "ifdef VMS" to
3873 "ifdef OBJ_VMS".
3874 * expr.c: Add "const" modifier to hex_value.
3875 * symbols.c: Finish conversion to S_* macros in the VMS only
3876 parts of the program. Add "const" modifier to
3877 md_[long,short]_jump_size. Remove declaration of const_flag
3878 (which will be declared in obj-vms.h).
3879 * write.c: Add "const" modifier to md_[long,short]_jump_size.
3880 Fix arguments to VMS_write_object_file.
3881 * config-gas.com: New file. Script for VMS systems to set up the
3882 configuration to build gas for VMS, and create config.status.
3883 * make-gas.com: Redone to work with new scheme.
3884 * obj-vms.c: Patch to fix bug where we were not correctly parsing the
3885 stabs directives.
3886 * obj-vms.c: Define macros COPY_LONG and COPY_SHORT which
3887 will swap bytes if needed on a big endian system. Use throughout
3888 as needed.
3889 * obj-vms.c (obj_aout_stab): Add code to generate listing file.
3890 * obj-vms.c (VMS_typedef_parse): Add alias to correctly handle certain
3891 types of malformed stabs. Change parsing algorithm so that we are
3892 more certain of having all of the information that we need on hand.
3893 * obj-vms.c (final_forward_reference): New function, used to help
3894 resolve the data types of as many struct elements as possible
3895 when some part of the struct is not fully defined by the compiler.
3896 * obj-vms.c (VMS_LSYM_Parse): Correctly handle case of continuation
3897 stabs directives.
3898 * obj-vms.c (VMS_write_object_file): Define all vtable psects
3899 as symbols as well in the object file. Look for external functions
3900 that start with "__vt.", and turn them into variables, since the
3901 g++ compiler is incapable of doing this.
3902 * tc-vax.c: Add '1' option for backward compatibility with older GCC
3903 versions.
3904 * bignum-copy.c (bignum_copy): Fix bug where we pad with zeroes.
3905 * input-scrub.c (as_where): Fix bug where as would crash if we did not
3906 have the name of the source file yet.
3907 * config/ho-vms.h: define HO_VMS, not HO_VAX.
3908
3909 Mon Jan 4 05:17:26 1993 Ken Raeburn (raeburn@cygnus.com)
3910
3911 * read.c (s_data): Always use "data_section", since it'll map to
3912 SEG_DATA or SEG_E1 if needed.
3913 (s_lcomm): Likewise with bss_section.
3914 (s_fill): Use memset, not bzero.
3915
3916 Thu Dec 31 04:29:27 1992 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3917
3918 * read.c: Deleted some code under "#ifdef DONTDEF" that was for
3919 handling GDB symbol table data.
3920
3921 * config/obj-aout.h (segment_name): Delete definition.
3922 (seg_name): Delete declaration.
3923 * config/obj-bout.h (segment_name, seg_name): Ditto.
3924 * config/obj-vms.h (segment_name, seg_name): Ditto.
3925 * config/obj-coff.h (segment_name): Ditto.
3926 * config/obj-coffbfd.h (segment_name): Ditto.
3927
3928 * Changes for BFD_ASSEMBLER:
3929 * obj.h (obj_crawl_symbol_chain): Declare only if not
3930 BFD_ASSEMBLER.
3931 (obj_header_append, obj_pre_write_hook): Ditto.
3932 * as.h (stdoutput): New var, defined only if BFD_ASSEMBLER.
3933 (segT) [BFD_ASSEMBLER]: New typedef for "asection *".
3934 (segment_name) If BFD_ASSEMBLER, look up BFD section name;
3935 otherwise, use seg_name array.
3936 (seg_name): Declare only if not BFD_ASSEMBLER.
3937 (section_alignment): Declare only if not BFD_ASSEMBLER.
3938 (big_section, reg_section, pass1_section, diff_section,
3939 absent_section, text_section, data_section, bss_section): If
3940 BFD_ASSEMBLER, declare as variables; otherwise, declare as macros,
3941 mapping to segT enum values.
3942 (tc_aout_fix_to_chars, next_object_file_charP): Force parse errors
3943 if these are used or defined, if BFD_ASSEMBLER.
3944 (subseg_set, subseg_new) [BFD_ASSEMBLER]: Functionality of old
3945 subseg_new split into two functions.
3946 (SEG_NORMAL): For BFD_ASSEMBLER, always return true, for now.
3947
3948 * as.h (volatile): Don't define if already defined.
3949 (had_errors, had_warnings): Provide prototypes for ANSI C even if
3950 NO_STDARG.
3951 (as_bad, as_fatal, as_tsktsk, as_warn): For GNU C version 2,
3952 declare with format attribute for -Wformat checking.
3953
3954 Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)
3955
3956 * app.c, config/tc-*.c: Don't include read.h, since it is already
3957 included by as.h.
3958
3959 * These are based on patches from Minh Tran-le
3960 <mtranle@paris.intellicorp.com>.
3961 * configure.in (i[34]86-ibm-aix*): Accept i486 for host. Use
3962 obj_format coffbfd and gas_target i386coff for target.
3963 (i[34]86-*-isc*): New host (uses sysv).
3964 * config/i386aix.mt: Removed (no longer used).
3965 * config/mh-i386aix (RANLIB): Use true rather than /bin/true.
3966 (MINUS_G): Removed.
3967 (LDFLAGS): Added, defined as -shlib.
3968 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Undefine.
3969 * config/te-sco386.h (LOCAL_LABEL): Don't define.
3970 (DOT_LABEL_PREFIX): Define.
3971 * expr.c (operand): If DOT_LABEL_PREFIX, use .L0\001 as a label
3972 name rather than L0\001.
3973 * read.c (s_lcomm): Make a frag in SEG_BSS rather than using
3974 local_bss_counter.
3975 * symbols.c, symbols.h (local_bss_counter): Removed.
3976 * write.c (write_object_file): bss no longer uses
3977 local_bss_counter. Pass correct data and bss size to
3978 VMS_write_object_file.
3979 * config/obj-vms.c (VMS_write_object_file): Accept bss size as
3980 argument, rather than using local_bss_counter.
3981 * config/tc-m88k.c (s_bss): Don't use local_bss_counter.
3982 * config/tc-sparc.c (s_reserve): Don't use local_bss_counter.
3983 * config/obj-coffbfd.c (had_lineno, had_reloc): Removed.
3984 (size_section): Restored sanity check.
3985 (do_relocs_for): Base section address on s_paddr rather than
3986 computing it. Adjust a29k R_IHIHALF special case to account for
3987 section paddr (used to require paddr to be zero). If there are no
3988 reclos, set s_relptr to 0. Set relocation size in object_headers.
3989 (fill_section): Always set s_vaddr here, removing
3990 ZERO_BASED_SEGMENTS case. Force s_scnptr for bss to 0. Don't set
3991 NOLOAD for i386 .bss, because it confuses the SVR3 native linker.
3992 Set STYP_INFO for .comment.
3993 (coff_header_append): Use object headers and H_{SET,GET}_* macros.
3994 Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.
3995 (crawl_symbols): Handle 8 character section name correctly. Use
3996 H_{SET,GET}_* macros.
3997 (do_linenos_for): Set lineno size in object_headers.
3998 (write_object_file): Use H_{SET,GET}_* macros. Don't bother to
3999 set s_vaddr here. If string_byte_count remains 4, set it back to
4000 0, and only write strings out if there are some. Call
4001 fill_section before do_relocs_for and do_linenos_for.
4002 (obj_coff_section): Handle optional quoted second argument giving
4003 section characteristics.
4004 (obj_coff_bss): Added to handle .bss.
4005 (obj_coff_ident): Added to handle .ident (puts string in .comment
4006 section).
4007 (obj_coff_lcomm): Put common symbols in .bss, not .data.
4008 (fixup_mdeps): Change to segment. Call frag_wane after
4009 md_convert_frag.
4010 (fixup_segment): Explicitly check S_IS_COMMON before making 386
4011 adjustment (already happened only for common symbols, but this is
4012 clearer).
4013 * config/obj-coffbfd.h (OBJ_COFF_OMIT_OPTIONAL_HEADER): Define.
4014 * config/tc-i386.c (s_bss): Don't use if I386COFF.
4015 (md_pseudo_table): Ignore .optim and .noopt.
4016 (tc_coff_sizemachdep): New function.
4017 * config/tc-i386.h (REVERSE_SORT_RELOCS): Undef, for SVR3
4018 compatibility.
4019 (LOCAL_LABEL): Removed definition.
4020 (DOT_LABEL_PREFIX): Defined.
4021
4022 Mon Dec 28 10:32:05 1992 Ken Raeburn (raeburn@cygnus.com)
4023
4024 * app.c (app_push): Use memcpy, not bcopy.
4025 (do_scrub_next_char): For \", return " not '.
4026 (symbol_chars): Now const.
4027
4028 * expr.c (operand): If not LOCAL_LABELS_FB, don't look for "0f"
4029 and "0b". If LOCAL_LABELS_DOLLAR, check for "0$".
4030
4031 * config/obj-coff.h: Don't use #elif.
4032
4033 * config/ho-sunos.h: Don't include sys/stdtypes.h; 4.0.3 doesn't
4034 have it. (Reported by Noah Friedman, friedman@gnu.ai.mit.edu.)
4035
4036 Wed Dec 16 12:12:33 1992 Ian Lance Taylor (ian@cygnus.com)
4037
4038 * write.c, obj-ieee.c: don't define SUB_SEGMENT_ALIGN if it is
4039 already defined.
4040
4041 Tue Dec 15 12:40:11 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4042
4043 * app.c (do_scrub_begin): allow single quote strings if so
4044 configured.
4045
4046 * config/*z8k*: checkpoint
4047
4048 Sun Dec 13 00:04:38 1992 Ian Lance Taylor (ian@cygnus.com)
4049
4050 * read.c (read_a_source_file): avoid calling xmalloc (0).
4051
4052 Sat Dec 12 15:26:34 1992 Ian Lance Taylor (ian@cygnus.com)
4053
4054 * listing.c: Call xmalloc, not malloc; don't declare malloc.
4055
4056 * Changes to support SCO 3.2v4:
4057 * read.c (s_align_bytes, s_align_ptwo): If not SEG_DATA or
4058 SEG_BSS, fill with NOP_OPCODE.
4059 * config/i386coff.mt: Add opcode/i386.h to TARG_CPU_DEPENDENTS.
4060 * config/obj-coffbfd.c (do_relocs_for): Increment addr even if not
4061 using ZERO_BASED_SEGMENTS.
4062 (fill_section): If ZERO_BASED_SEGMENTS, set segment addresses, but
4063 never set segment address for SEG_E2 (.bss) and don't write out
4064 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.
4065 (obj_coff_endef): Don't merge labels or symbols awaiting forward
4066 definitions, and don't merge tags with non-tags. Check for .bf
4067 rather than just checking whether the second character is b and
4068 the third character is f.
4069 (obj_coff_val): gcc can generate values which we don't handle
4070 correctly; discard information for now, since it only affects the
4071 debugging information.
4072 (tag_find_or_name): Don't insert tags in the symbol table.
4073 (yank_symbols): Don't merge labels.
4074 (write_object_file): Don't define SUB_SEGMENT_ALIGN if it is
4075 already defined. Fill subsegments with NOP_OPCODE, not 0. Don't
4076 set segment address if ZERO_BASED_SEGMENTS.
4077 (obj_coff_section): Accept and ignore a trailing quoted string, as
4078 used in AT&T i386 syntax.
4079 (fixup_segment): Take segment as argument. On the i386, adjust PC
4080 relative addends by the segment vaddr.
4081 * tc-i386.h: Define SUB_SEGMENT_ALIGN.
4082 * tc-a29k.h: Define ZERO_BASED_SEGMENTS.
4083 * tc-i386.c: (i386_operand): If I386COFF, accept any segment type.
4084
4085 Tue Dec 8 00:06:48 1992 Ken Raeburn (raeburn@rtl.cygnus.com)
4086
4087 * config/obj-coffbfd.c: Include libcoff.h.
4088
4089 * version.c: Now version 1.93.
4090
4091 Mon Dec 7 00:39:09 1992 Ken Raeburn (raeburn@cygnus.com)
4092
4093 * config/tc-i386.c (md_pseudo_table): For 386bsd and linux, do
4094 power-of-two alignment for .align.
4095
4096 * as.h: If BROKEN_ASSERT, just redefine `assert' to be trivial,
4097 and leave everything else alone.
4098
4099 Fri Dec 4 16:58:42 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4100
4101 * Makefile.in (as.new): Don't bother saving as.old.
4102
4103 * write.c: Conditionalize on OBJ_VMS, not VMS.
4104 (magic_number_for_object_file): Don't define if OBJ_VMS.
4105
4106 * config/obj-vms.c: Changes for traditional C.
4107
4108 Thu Dec 3 01:24:07 1992 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4109
4110 * config/ho-generic.h (malloc, realloc): Declare.
4111
4112 * Lots of comment/whitespace changes.
4113
4114 * write.h (struct fix): Some fields reordered, narrowed.
4115
4116 * read.c (MASK_CHAR): Define using C types, not magic number.
4117
4118 * as.c, input-file.c: Deleted some unused code.
4119
4120 * app.c, as.h: Doc fix.
4121
4122 * flonum-konst.c, flonum-mult.c: Include ansidecl.h.
4123
4124 * as.h (xmalloc): Argument is long.
4125
4126 * xmalloc.c (error): Remove declaration; as.h takes care of it.
4127
4128 * doc/as.texinfo: Regrouped documentation of some command-line
4129 options. Updated options documentation for m68k. Some minor
4130 wording/punctuation changes.
4131
4132 Mon Nov 30 11:42:11 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4133
4134 * configure.in: Accept target OS "vms".
4135
4136 * symbols.c: Merged ANSI and non-ANSI function decls, using
4137 PARAMS macro.
4138
4139 * xmalloc.c: Just include as.h, don't bother trying to figure out
4140 other header files.
4141
4142 * strstr.c, strerror.c: Deleted.
4143 * Makefile.in: Deleted references.
4144
4145 * config/tc-ns32k.c: Don't include header file for string
4146 declarations; leave that to ho-*.h.
4147
4148 Fri Nov 27 04:11:36 1992 Ken Raeburn (raeburn at cambridge-laptop.cygnus.com)
4149
4150 * config/coff_gnu.h [TC_I860]: Guesses for reloc type values,
4151 imported from FSF sources.
4152
4153 * messages.c (strerror): Declare unconditionally.
4154
4155 * as.h: Delete alloca and register definitions.
4156
4157 * config/atof-ieee.c (mask): Now const.
4158
4159 * obstack.c, obstack.h: Deleted.
4160
4161 * as.h (flag_readonly_data_in_text): New flag.
4162 * as.c (main): Set it for -R.
4163
4164 * as.h (flag_suppress_warnings): New flag.
4165 * as.c (main): Set it for -W.
4166 * messages.c (as_warn): Check it instead of flagseen['W'].
4167
4168 * as.h (flag_always_generate_output): New flag.
4169 * as.c (main): Set it for -Z.
4170
4171 * config/tc-sparc.h: Define NEED_FX_R_TYPE.
4172 * config/tc-a29k.h: Ditto.
4173 * write.h (struct fix): Don't conditionalize fx_r_type field on TC
4174 macros.
4175
4176 * as.h: Merged ANSI and non-ANSI function decls, using PARAMS
4177 macro.
4178 * bignum.h, expr.h, flonum.h, frags.h, input-file.h, listing.h,
4179 obj.h, output-file.h, read.h, struc-symbol.h, symbols.h, tc.h,
4180 write.h: Likewise.
4181 * read.c: Likewise.
4182
4183 * xmalloc.c: Conditionalize on HAVE_MALLOC_H, not USG. Fold in
4184 xrealloc from xrealloc.c.
4185 * xrealloc.c: Deleted.
4186 * Makefile.in (REAL_SOURCES, OBJS): Adjusted.
4187
4188 * configure.in: For host CPU a29k, rs6000, vax, consider using bsd
4189 or vms ho- files.
4190
4191 * config/ho-sysv.h (setbuffer, HO_USG): Deleted.
4192
4193 * config/atof-ieee.c (atof_ieee): Exponent field isn't a pointer;
4194 don't initialize it with NULL.
4195
4196 * config/ho-vax.h (M_VAX): Deleted; was unused.
4197
4198 * README-vms, config/ho-vms.h, config/obj-vms.c, config/obj-vms.h:
4199 New files imported from FSF version, contributed by Eric Youngdale.
4200 * README-vms-dbg, config/vms: Deleted.
4201
4202 * ChangeLog, config/ChangeLog: Merged.
4203
4204 * config/*tahoe*, configure.in: Tahoe support brought in from FSF
4205 version.
4206
4207 * input-file.c (input_file_open): Eliminate call to setvbuf.
4208 [USG] (setbuffer): Deleted macro.
4209
4210 Mon Nov 23 11:00:16 1992 Ken Raeburn (raeburn@cygnus.com)
4211
4212 * all files: Whitespace changes for GNU indentation style, done by
4213 GNU `indent'. Some cleanup still needed, especially of comments.
4214
4215 * configure.in: No te-386bsd.h file exists; don't try to use it.
4216
4217 * obj-coff.c (obj_coff_endef): Use as_warn, not fprintf.
4218
4219 * tc-m68k.c (md_assemble): Don't complain about 68000 with 68881;
4220 could be doing emulation.
4221
4222 Thu Nov 19 11:47:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4223
4224 z8000 documentation
4225 * doc/Makefile.in, doc/all.m4, doc/as-all.texinfo, doc/as.texinfo:
4226 all modified.
4227
4228 Tue Nov 10 09:49:24 1992 Ian Lance Taylor (ian@cygnus.com)
4229
4230 * Makefile.in (as.o, obj-format.o): added dependency on subsegs.h.
4231
4232 * subsegs.h: add extern to segment_info declaration.
4233
4234 * read.h: added extern declarations for comment_chars,
4235 line_comment_chars, and line_separator_chars.
4236 read.c, app.c: removed definitions of comment_chars,
4237 line_comment_chars, and line_separator_chars.
4238
4239 * tc-m68k.c (m68k_reg_parse): If REGISTER_PREFIX isn't defined,
4240 still accept (but don't require) OPTIONAL_REGISTER_PREFIX before
4241 the register name.
4242 (insert_reg): put REGISTER_PREFIX before register names before
4243 putting them in the symbol table.
4244 * tc-m68k.h (OPTIONAL_REGISTER_PREFIX): Define to be "%", if not
4245 M68KCOFF.
4246
4247 * obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss
4248 section.
4249
4250 * atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS,
4251 comment_chars, line_comment_chars and line_seperator_chars
4252 consistently const, and always initialized them. Included read.h.
4253
4254 Thu Nov 5 17:55:41 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
4255
4256 * tc-sparc.c (sparc_ip): Add code to flag error if an absolute
4257 constant will not fit in an immediate field.
4258 (md_apply_fix, RELOC_BASE13 case): Check for relocation overflow.
4259
4260 Wed Nov 4 07:50:46 1992 Ken Raeburn (raeburn@cygnus.com)
4261
4262 * obj-coff.c (callj_table): Delete global variable.
4263 (obj_emit_relocations): Define it locally here, and only if
4264 TC_I960 is defined.
4265
4266 * tc-m68k.c (m68k_reg_parse): Underscore is part of a symbol name.
4267 (m68k_ip): Don't warn about bignum used as float bit-pattern.
4268
4269 * obj-coff.c: Replaced ANSI and non-ANSI function declarations
4270 with a single set using PARAMS macro.
4271
4272 * tc-i960.c (tc_bout_fix_to_chars): Bit-field fixups want a length
4273 of 2.
4274
4275 * tc-i960.c: Missed a couple of 0->NO_RELOC conversions.
4276
4277 * tc-i960.h (N_BALNAME, N_CALLNAME): Define as char-type values,
4278 so widening works consistently.
4279
4280 Wed Oct 28 08:52:34 1992 Ken Raeburn (raeburn@cygnus.com)
4281
4282 * version.c: Put conditional "const" before version_string, not
4283 before dummy function for VMS. Now version 1.91.03.
4284
4285 * app.c (do_scrub_next_char): Need double-\ before `000' to show
4286 printed rep of null character.
4287
4288 Fri Oct 23 14:40:38 1992 Ian Lance Taylor (ian@cygnus.com)
4289
4290 * obj-coffbfd.c (write_object_file): check return value of
4291 bfd_close_all_done.
4292
4293 Tue Oct 20 12:18:08 1992 Ian Lance Taylor (ian@cygnus.com)
4294
4295 * Support for i386-sysv.
4296 obj-coffbfd.c (do_relocs_for, write_object_file): set segment
4297 addresses to reasonable sizes. New define ZERO_BASED_SEGMENTS can
4298 be used to set them all to zero as was done before.
4299 (fill_section): segment addresses now set in write_object_file.
4300 (fill_section): Don't set STYP_NOLOAD for .bss section.
4301 (fixup_segment): 386 uses strange common symbol format.
4302 tc-i386.c (tc_coff_fix2rtype): use R_DIR32, not R_RELLONG, for
4303 compatibility with SVR3.2 linker.
4304 * configure.in: i386-sysv and i386-sco use coffbfd.
4305
4306 * app.c (do_scrub_next_char): discard whitespace after a label.
4307
4308 Sat Oct 10 12:33:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4309
4310 * configure.in: differentiate between SunOS 4 and Solaris2 for Sun4
4311 hosts, use the sysv configuration for solaris2
4312
4313 Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4314
4315 fix i960+non-bfd coff bit rot.
4316 * obj-coff.c (c_dot_file_symbol, obj_coff_ln, obj_coff_line):
4317 support for C source listings. (obj_coff_endef): look in the right
4318 part of the symbol for the symbol name
4319
4320 * tc-m68k.c (get_num): make it work for all segments, not just the
4321 first three.
4322
4323 Mon Oct 5 03:30:36 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
4324
4325 * configure.in: recognize i386-*-bsd emulation.
4326
4327 Thu Oct 1 23:05:12 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4328
4329 * configure.in: use the cpu-vendor-os triple for host and target
4330
4331 Tue Sep 29 12:22:52 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4332
4333 * obj-coffbfd.c (write_object_file): don't fixup for the z8k
4334 * tc-z8k.c: lots of bug fixes
4335
4336 Tue Sep 29 10:51:55 1992 Ian Lance Taylor (ian@cygnus.com)
4337
4338 * tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
4339 #elif, since it is not supported by old compilers.
4340 ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a
4341 couple of expressions in tc-m68k.c.
4342
4343 Mon Sep 28 21:18:24 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4344
4345 * read.c (cons): If NO_RELOC is defined, use it.
4346
4347 * tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
4348
4349 Fri Sep 25 18:18:52 1992 Ian Lance Taylor (ian@cygnus.com)
4350
4351 * tc-m68k.h: if M68KCOFF, define DOT_LABEL_PREFIX (to require
4352 local labels to start with a .) and set REGISTER_PREFIX to %.
4353 tc-m68k.c (m68k_reg_parse): accept REGISTER_PREFIX if defined.
4354
4355 Fri Sep 25 17:53:43 1992 John Gilmore (gnu@cygnus.com)
4356
4357 * messages.c: Comment changes.
4358
4359 Fri Sep 25 14:12:58 1992 Ken Raeburn (raeburn@kyriath.cygnus.com)
4360
4361 * as.h: Test if __STDC__ is defined only, don't test its value.
4362 * messages.c: If __STDC__ is not defined, define NO_STDARG.
4363
4364 Thu Sep 24 12:42:32 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
4365
4366 * listing.c (debugging_pseudo): Add stabs and stabn as things to
4367 ignore.
4368
4369 Tue Sep 22 13:02:07 1992 Sean Eric Fagan (sef@cygnus.com)
4370
4371 * obj-coffbfd.c (do_relocs_for,fill_section): now allocate all
4372 sections starting from zero, rather than making them consecutive.
4373 This makes subsequent reloc calculations easier, esp if the object
4374 format doesn't understand addends. (obj_coff_lcomm): (maybe temporarily)
4375 allocate lcomm in .data rather than in .bss. It seems that some
4376 tools can't cope with a non-zero sized bss before linkage.
4377
4378 Tue Sep 22 15:10:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4379
4380 * tc-m68k.c: Replace "enum m68k_architecture" with "int"
4381 throughout. That enum no longer means what we thought it meant.
4382
4383 * tc-m68k.c (md_assemble, md_parse_option): Handle new
4384 "-mno-688[58]1" options.
4385
4386 * tc-m68k.c: Added CPU32 support.
4387
4388 Fri Sep 18 08:02:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4389
4390 * tc-m68k.c (m68k_ip): An(disp) is not pc relative.
4391
4392 Tue Sep 15 17:25:05 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
4393
4394 * Makefile.in (as.new): Remove dependence on LOCAL_LOADLIBES.
4395 Change LIBDEPS dependence to LIBS.
4396
4397 Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com)
4398
4399 * Makefile.in (install): if $(tooldir) exists, install as in
4400 $(tooldir)/bin.
4401
4402 Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)
4403
4404 * Added WARN_SIGNED_OVERFLOW_WORD define to give an error if any
4405 .word is < -32768 or > 32767. The -J flag causes the error to be
4406 ignored. This is to catch over-sized switches generated by gcc on
4407 systems which don't support the broken .word hack.
4408 as.c (main): permit -J if WARN_SIGNED_OVERFLOW_WORD.
4409 write.c (fixup_segment): check for signed .word overflow if
4410 WARN_SIGNED_OVERFLOW_WORD.
4411
4412 * write.c (fixup_segment): fixed missing parens in expression
4413 checking for byte or word overflow.
4414
4415 * obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
4416 obj-coffbfd.c (fixup_segment): check for signed .word overflow if
4417 WARN_SIGNED_OVERFLOW_WORD.
4418
4419 * obj-coffbfd.c (fixup_segment): fixed missing parens in
4420 expression checking for byte or word overflow.
4421
4422 Fri Sep 11 10:21:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4423
4424 Support for i386 coff
4425 * obj-coffbfd.h : added stuff
4426 * tc-i386.c (tc_coff_fix2rtype): new function
4427 * tc-i386.h : new coff defines
4428
4429 Thu Sep 10 09:23:15 1992 Ian Lance Taylor (ian@cygnus.com)
4430
4431 * input-scrub.c (input_scrub_push): call input_file_begin, not
4432 input_scrub_begin.
4433 messages.c (as_perror): print ": " between the passed in error and
4434 the strerror, like perror does.
4435
4436 Wed Sep 9 11:06:25 1992 Ian Lance Taylor (ian@cygnus.com)
4437
4438 * Makefile.in: use gas_target instead of modifying target_cpu.
4439 From Steve Chamberlain:
4440 Makefile.in: Handle m68*-*-coff*.
4441 read.c, read.h: add mult argument to s_space
4442
4443 * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
4444 Motorola and MIT syntax; gas can now assemble either type of
4445 file.
4446 tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
4447 From Steve Chamberlain:
4448 m68kcoff.mt: for m68k COFF.
4449 obj-coffbfd.c: (fixup_mdeps) added
4450 (size_section) removed bad sanity check
4451 (fill_section) added rs_machine_dependent case
4452 (write_object_file) call fixup_mdeps
4453 (fixup_segment) set fx_subsy to 0.
4454 obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
4455 handle m68k.
4456 tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
4457 pseudo ops.
4458
4459 Tue Sep 8 17:10:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4460
4461 * Makefile.in (LIBS): Include opcode library.
4462
4463 Fri Sep 4 18:20:56 1992 Ken Raeburn (raeburn@cygnus.com)
4464
4465 * config/tc-m68k.c (get_num, case SEG_BIG): If only small integers
4466 including zero are accepted, pass +0.0.
4467
4468 Sun Aug 30 21:24:46 1992 Ian Lance Taylor (ian@cygnus.com)
4469
4470 * Makefile.in: map "as" through program_transform_name when
4471 installing.
4472
4473 * doc/Makefile.in: map "as" through program_transform_name when
4474 installing.
4475
4476 Sat Aug 29 12:11:12 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
4477
4478 * Makefile.in (as.new): Depend on LOCAL_LOADLIBES.
4479
4480 Fri Aug 28 16:25:22 1992 Ian Lance Taylor (ian@cygnus.com)
4481
4482 * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
4483 tc-i960.c (md_ri_to_chars): Always output bout object file in
4484 little endian byte order (used to use endianness of host).
4485
4486 Tue Aug 25 15:50:48 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4487
4488 * config/tc-m68k.c (init_table): Now const. Always include 68851
4489 data, so that "bc" is available to 68040 cache instructions.
4490 Added "tt0", "tt1", and 68ec030 variants.
4491 (md_assemble): Complain if 68000 (only) and 68881 are specified.
4492 (enum _register): Added TT0, TT1.
4493 (m68k_ip, cases '3' and 't'): Handle new operand type codes. Pass
4494 line number correctly in "internal error" messages. Don't print
4495 architecture-mismatch message for operand errors.
4496
4497 From Colin Smith (colin@wrs.com):
4498 * config/tc-m68k.c (m68k_ip, case '_'): Use addword twice rather
4499 than install_operand.
4500
4501 Tue Aug 25 15:13:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4502
4503 * listing.c (buffer_line): rewind to the start of include
4504 files, they might be included twice.
4505
4506 * z8k.c, z8k.h, z8k.mt: z8000 support stuff
4507
4508 Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
4509
4510 * Makefile.in: defined TARGET_CPU for C code so that it can choose
4511 one element of a family.
4512
4513 * tc-m68k.c: use TARGET_CPU to choose default cpu type.
4514
4515 * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
4516 so that we can assemble hand-written libgcc code.
4517
4518 Fri Aug 21 14:38:44 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
4519
4520 * messages.c (as_warn): Use fputs, not fprintf, with a buffer that
4521 has already been formatted (but may still contain %-characters).
4522 (as_bad): Likewise.
4523
4524 Wed Aug 19 11:20:59 1992 Ian Lance Taylor (ian@cygnus.com)
4525
4526 * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
4527 written with indirection on the last two operands, which can be
4528 either data or address registers. Added a new operand type 'r'
4529 which accepts either register type. Added '(' to notend stuff in
4530 tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
4531
4532 Wed Aug 19 09:25:09 1992 Ken Raeburn (raeburn@cygnus.com)
4533
4534 * as.h (enum _relax_state): Start off at one, not zero, to better
4535 catch uninitialized-variable errors.
4536 (linkrelax): Declare new variable.
4537
4538 * messages.c (warning_count, error_count): Default initializer is
4539 sufficient.
4540
4541 * write.c: Merged some declarations, using PARMS macro.
4542 (text_frag_root, data_frag_root, bss_frag_root, text_last_frag,
4543 data_last_frag): No longer static.
4544 (write_object_file, case rs_align or rs_org): If HANDLE_ALIGN is
4545 defined, call it. Change segments before calling fixup_segment.
4546 (relax_align): If linkrelax, provide extra padding.
4547
4548 * obj-bout.c (obj_emit_relocations): Emit alignment relocs despite
4549 their not having symbols associated.
4550
4551 * tc-i960.c (norelax, instrument_branches): Default initializer is
4552 sufficient.
4553 (linkrelax): Delete variable definition.
4554 (mem_fmt): Call fix_new with NO_RELOC.
4555 (tc_bout_fix_to_chars): Handle alignment relocs.
4556 (i960_handle_align): New function.
4557 * tc-i960.h (linkrelax): Delete declaration.
4558 (HANDLE_ALIGN): New macro; calls i960_handle_align.
4559 (NEED_FX_R_TYPE, NO_RELOC): New macros.
4560
4561 Tue Aug 18 14:59:21 1992 Ken Raeburn (raeburn@cygnus.com)
4562
4563 * config/sparc.mt: New file. Grab sparc opcode table from bfd
4564 library.
4565
4566 Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com)
4567
4568 * Makefile.in: always create installation directories. Removed
4569 MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed
4570 FLAGS_TO_PASS to recursive makes.
4571
4572 * doc/Makefile.in: always create installation directories.
4573
4574 Mon Aug 17 15:09:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4575
4576 * input-scrub.c (input_scrub_pop, input_scrub_push): memcpy was
4577 being used with args swapped, causing occasional lossage when
4578 refilling buffers after an include file.
4579
4580 Mon Aug 17 13:18:51 1992 Ken Raeburn (raeburn@cygnus.com)
4581
4582 * messages.c (as_tsktsk): Use correct ANSI form for stdarg
4583 version. Discard bogus DONTDEF version.
4584 (as_warn, as_bad, as_fatal): Likewise.
4585
4586 Fri Aug 14 18:31:14 1992 Ken Raeburn (raeburn@cygnus.com)
4587
4588 * config/tc-m68k.c (m68k_ip): If instruction is invalid for the
4589 selected architecture, print a message saying so and listing what
4590 processors support it, rather than saying "operands mismatch".
4591
4592 Thu Aug 13 13:53:19 1992 Ken Raeburn (raeburn@cygnus.com)
4593
4594 * as.h [BROKEN_ASSERT]: If defined, turn off all assertion checks.
4595
4596 * config/ho-rs6000.h (M_RS6000): Don't define it.
4597 (free): Declare it.
4598 (BROKEN_ASSERT): Define it if not __STDC__.
4599
4600 Tue Aug 11 12:58:14 1992 Ken Raeburn (raeburn@cygnus.com)
4601
4602 * sparc.mt: New file.
4603
4604 Mon Aug 10 14:37:08 1992 Per Bothner (bothner@cygnus.com)
4605
4606 * tc-m68k.c: ".align N" means align to N-byte boundary *only*
4607 if TN_SUN3; otherwise align to 2**N-byte bounary.
4608
4609 Thu Aug 6 12:10:39 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4610
4611 * read.c (s_fill): make the .fill size clamped error a warn and
4612 fix bug where 0's were always placed.
4613
4614 * config/tc-h8300.c: if a :8 is seen after an operand, fill top
4615 two bytes of any constant with 0xff:
4616
4617 Wed Aug 5 12:02:40 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4618
4619 * config/tc-m68k.c (md_pseudo_table): fix the .align thing
4620 the right way; for just the 68k. Sun 3 .align is nbytes, not ptwo.
4621
4622 Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
4623
4624 * tc-m68k.c (try_index): Error if index scaling specified and
4625 assembling for an older CPU than a 68020.
4626
4627 Sat Aug 1 19:10:13 1992 Ken Raeburn (raeburn@cygnus.com)
4628
4629 * config/tc-sparc.c (tc_aout_fix_to_chars): If pc-relative, take
4630 fx_offset into account.
4631
4632 Fri Jul 31 21:53:28 1992 Ken Raeburn (raeburn@cygnus.com)
4633
4634 * configure.in (mips host): Accept "ultrix" with version number.
4635
4636 * expr.c (floating_constant): Separate "=-" to avoid confusing
4637 ancient or broken compilers.
4638
4639 * config/tc-m68k.c (m68k_ip): Mismatch error could also indicate
4640 processor/opcode mismatch, so reword the error message.
4641 (md_assemble): If no CPU has been set (even if FPU/PMMU
4642 characteristics have been), default to 68020. Don't need extra
4643 quotes around error string.
4644
4645 Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
4646
4647 * read.c (potable): Revert sac's incorrect change made Jul 13.
4648 Align really is supposed to be ptwo not nbytes.
4649
4650 Mon Jul 20 02:51:59 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
4651
4652 * Makefile.in: _Do_ include libiberty. (from sef)
4653
4654 Fri Jul 17 15:15:28 1992 Ken Raeburn (raeburn@cygnus.com)
4655
4656 * expr.c (integer_constant): Handle "0f" and "0b" label references
4657 properly.
4658
4659 Thu Jul 16 08:20:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4660
4661 * write.c (fixup_segment): if relaxing, don't do anything.
4662 * config/obj-bout.[ch] : maintain the a_relaxable file header info
4663 * config/tc-i960.c: new option -linkrelax
4664
4665 Mon Jul 13 14:11:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4666
4667 * expr.c (expr): allow SEG_BSS in expressions
4668 * read.c (potable): align should be nbytes, not ptwo!
4669 * write.c (write_object_file): extra glue for new bss attributes
4670 (relax_segment): SEG_BSS is ok now
4671 * config/tc-m68k.c (m68k_ip_op): can now parse more @( modes
4672
4673 Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
4674
4675 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
4676
4677 Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
4678
4679 * configure.in: recognize m680x0 as having sun3 emulation mode for
4680 vxworks environment.
4681
4682
4683 Tue Jun 30 20:25:54 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
4684
4685 * Makefile.in: Add program_suffix (parallel to program_prefix)
4686
4687 Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4688
4689 * app.c (process_escape): new function to handle escapes the right
4690 way, (do_scrub_next_char): use new function
4691 * cond.c (s_ifdef): do ifdef/ifndef right
4692 * read.c (s_fill): make the , expressions optional like the doc
4693 says
4694 * config/tc-h8300.[ch]: better warnings
4695
4696 Tue Jun 9 07:54:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4697
4698 * subsegs.c (subsegs_begin): create bss0_frchainP in the same was
4699 as data0_frchainP
4700
4701 * write.c (write_object_file): various changes to handle data in
4702 the BSS segment in much the same was as stuff in the DATA segment.
4703
4704 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
4705 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
4706 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
4707 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
4708 it into SEG_BSS
4709
4710 Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4711
4712 * expr.c(expr): allow SEG_REGISTER in expressions.
4713 * read.c(pseudo_set): register expressions can be the source of a
4714 set.
4715 * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
4716 goto SEG_TEXT (if a.out)
4717 * write.c (write_object_file): If a.out don't use the old way for
4718 -R.
4719 * config/obj-a.out (s_sect): complain if the user tries to use a
4720 subsegment with a value which might interfere with out -R hackery.
4721 * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
4722 rather than use ugly if tree. (init_regtable): insert register
4723 names into symbol table.
4724
4725 Tue Jun 2 16:47:09 1992 Steve Chamberlain (sac@cygnus.com)
4726
4727 * write.c (write_object_file): keep the fix_tail clean, which
4728 fixes a bug in -R where relocations were being lost.
4729
4730 Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
4731
4732 * configure.in: recognize m680x0 as having sun3 emulation mode for
4733 vxworks environment.
4734
4735 Sun May 31 05:33:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
4736
4737 * configure.in: recognize m680x0 as an m68k
4738
4739 Thu May 28 11:22:02 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
4740
4741 * configure.in: Recognize sparclite as a sparc variant.
4742
4743 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
4744 -Asparclite flag.
4745
4746 Tue May 26 16:47:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4747
4748 * config/tc-a29k.c: lint
4749 * listing.c, expr.c: patches from Andrew Smith
4750
4751 Thu May 14 17:22:48 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4752
4753 * doc/Makefile.in: use m4 rather than gm4.
4754
4755 Mon May 4 18:56:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4756
4757 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
4758 calc the base of relocs correctly.
4759 * tc-a29k.c (parse_operand): allow expressions to be in any section.
4760
4761 Mon Apr 27 13:13:31 1992 K. Richard Pixley (rich@cygnus.com)
4762
4763 * as.c, write.c: use -K rather than -k for the broken word warning
4764 option.
4765
4766 Tue Apr 21 13:35:30 1992 K. Richard Pixley (rich@cygnus.com)
4767
4768 * Makefile.in: do not print recursion lines.
4769
4770 Wed Apr 15 21:19:31 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4771
4772 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
4773
4774 Tue Apr 14 14:50:22 1992 Ken Raeburn (Raeburn@Cygnus.COM)
4775
4776 * write.c (write_object_file): For b.out format, round up section
4777 start addresses to match required alignment.
4778
4779 Thu Apr 9 05:45:29 1992 Ken Raeburn (Raeburn@Cygnus.COM)
4780
4781 * Makefile.in (install): Install into $(tooldir)/bin, since that's
4782 where gcc looks for it.
4783
4784 Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com)
4785
4786 * Makefile.in: Changed some lines to be less confusing for some
4787 makes.
4788
4789 * input-file.c: Conditionalize on _IOFBF, not VMS.
4790
4791 * read.c, write.c: Change a series of ifdef/elif to
4792 ifdef/else/ifdef etc.
4793
4794 Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com)
4795
4796 * symbols.c (fb_label_init): fix sizeof to memset.
4797
4798 Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
4799
4800 * Makefile.in: install the man page.
4801
4802 * Makefile.in: pass down MAKEINFO explicitly on info.
4803
4804 * doc/Makefile.in: use $(MAKEINFO) not makeinfo.
4805
4806 Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
4807
4808 * flonum-const.c: renamed flonum-konst.c to stop dos name
4809 conflict.
4810
4811 Thu Mar 12 04:42:38 1992 K. Richard Pixley (rich@cygnus.com)
4812
4813 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
4814 tc-m68k.h to te-sun3.h.
4815
4816 Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
4817
4818 * configure.in: vxworks68 gets te-sun3.h.
4819
4820 * expr.c: remove limitation that local_labels_dollar or
4821 local_labels_fb must be < 10.
4822
4823 * symbols.c: remove local_labels_dollar, replace with a function
4824 interface for a sparse array. All users adjusted.
4825
4826 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
4827
4828 Sat Mar 7 00:06:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4829
4830 * doc/Makefile.in: commented out line for building as-all.texinfo.
4831 This is temporary.
4832
4833 * doc/as.texinfo, doc/as-all.texinfo: added menu item hooks.
4834
4835 Fri Mar 6 21:57:18 1992 K. Richard Pixley (rich@cygnus.com)
4836
4837 * Makefile.in: added check target.
4838
4839 Tue Mar 3 15:45:56 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4840
4841 * Makefile.in: added tooldir and program_prefix.
4842
4843 Sun Mar 1 04:43:19 1992 Michael Tiemann (tiemann@cygnus.com)
4844
4845 * write.{c,h} (fix_new): Make these declarations consistent.
4846
4847 Sat Feb 29 13:59:10 1992 Michael Tiemann (tiemann@cygnus.com)
4848
4849 * Makefile.in (strerror.o): Add rule so that broken Sun make can
4850 work in subdirs.
4851
4852 Wed Feb 26 19:26:28 1992 Steve Chamberlain (sac at thepub.cygnus.com)
4853
4854 * read.c, obj-coffbfd.c : fix h8300 specific bit rot
4855
4856 * expr.c (operand): if can't work out what sort of operand it is,
4857 then look through FLT_CHARS for a hint.
4858
4859 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
4860
4861 * Makefile.in, configure.in: removed traces of namesubdir,
4862 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
4863 copyrights to '92, changed some from Cygnus to FSF.
4864
4865 * doc/Makefile.in, doc/configure.in: removed traces of namesubdir,
4866 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
4867 copyrights to '92, changed some from Cygnus to FSF.
4868
4869 Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
4870
4871 * expr.c: If an expression is single comma, then return with
4872 SEG_ABSENT rather than an error - since the sparc front end does
4873 really strange things with things like fbge,a
4874
4875 * as.h: include bfd.h if using many sections
4876 * expr.c: LOCAL_LABELS_FB had been changed to lower case - so
4877 local labels didn't work.
4878 * listing.c (list_symbol_table): don't core dump when there's no
4879 symbol there.
4880 * write.c, write.h: call fix_new with the right number of args on
4881 the H8.
4882 * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
4883 errors nices
4884
4885 Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
4886
4887 * app.c: MRI compatibility - allow single quote to start a string.
4888 * as.c: fix typo recently introduced.
4889 * as.h : Don't include aout/reloc.h - it's not right for COFF!
4890 * expr.c: Much rewriting, to accomodate MRI syntax for
4891 expressions. Also easier to read now.
4892 * listing.c: Put back defuns
4893 * read.c: modified to accept MRI syntax, put back listing pseudo
4894 ops so that an assembler built with NO_LISTING ignores list ops
4895 rather than pukes.
4896 * write.c, write.h: fixs - only keep a reloc type in a fix if the target
4897 machine is a SPARC or a 29K.
4898 * config/obj-aout.c: added s_sect pseudo op
4899 * config/obj-coffbfd.c: lints, set the filehdr flags right and
4900 fill in the timestamp.
4901 * config/obj-coffbfd.h: Since we don't include aout/reloc.h
4902 anymore, define all the relocs which the tc-<x> bit will use so we
4903 can translate from them to the coff types.
4904 * config/tc-a29k.c: reloc_type isn't ane enum any more
4905 * config/tc-m68k.c: Added NO_RELOC definition.
4906
4907 Fri Feb 21 06:21:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
4908
4909 * Makefile.in: put header files before C source for TAGS; remove
4910 references to non-existent syscalls.h.
4911
4912 * read.c, write.c subsegs.c: back out the .bss changes.
4913
4914 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
4915
4916 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
4917
4918 * a.out.h: removed.
4919
4920 Fri Feb 21 01:08:48 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
4921
4922 * symbols.c (local_label_name): symbols now start with ^A.
4923
4924 * read.c, subsegs.c, write.c obj-coff.c: added handling of
4925 `.bss` pseudo op for unitialized data. The new gcc (1.37.9x)
4926 generate these sections. .align: will use NOP_OPCODE or 0
4927 for padding. This is just for being nice to the
4928 disassembler.
4929
4930 * expr.c (operand): changed to generate local label "\001L0"
4931 starting with a ^A so that it is recognized as a local label.
4932
4933 * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
4934
4935 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
4936 i/o opcodes - inb, inw, outb and outw. string manipulation with
4937 att syntax - scmp, slod, smov, ssca, ssto.
4938
4939 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
4940 to just after .file .
4941
4942 In obj_crawl_symbol_chain() where it tries to put the external
4943 symbols apart, with the condition:
4944 (!S_IS_DEFINED(symbolP) &&
4945 !S_IS_DEBUG(symbolP) &&
4946 !SF_GET_STATICS(symbolP))
4947 it was moving too many symbols out. So I switch it back to the
4948 condition:
4949 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
4950
4951 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
4952 so that we don't use the F_RELFLG which make the linker complain
4953 that somebody has stripped the relocation info.
4954
4955 Also, the AIX ld program require that the relocation table
4956 is sorted by r_vaddr like the standard ATT assembler does.
4957
4958 [he also changed the sizeof(struct ...)'s into the coff
4959 style FOOSZ macros. I'm not sure this is right, but I can't
4960 remember why. xoxorich.]
4961
4962 Fri Feb 21 01:08:48 1992 K. Richard Pixley (rich@cygnus.com)
4963
4964 * Makefile.in, configure.in, doc: use the doc. Build it, install
4965 it, clean it, etc.
4966
4967 Tue Feb 18 02:21:25 1992 K. Richard Pixley (rich at cygnus.com)
4968
4969 * read.c: white space and comments only.
4970
4971 * configure.in: use the new atof-ns32.c for ns32k.
4972
4973 * write.c: comment change only.
4974
4975 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
4976 aren't yet integrated.
4977
4978 * tc-i860.[hc]: blew off the dust. Something must still be done
4979 about conflicting relocation types.
4980
4981 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
4982 real thing.
4983
4984 * tc-i960.c, tc-sparc.c: white space and comments only.
4985
4986 * tc-a29k.h: delete duplicate macro definition.
4987
4988 * new file atof-ns32k.c copied from hack's last unreleased gas.
4989
4990 Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
4991
4992 * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
4993 rather than abort.
4994
4995 * nearly everything. flush ChangeLog, package as gas-1.92.1.
4996 ChangeLog's prior to this are sketchy at best. I have logs.
4997 They just aren't ChangeLogs.
This page took 0.213535 seconds and 3 git commands to generate.