yet more vms work
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
ac24997f
KR
1Mon Jul 31 21:40:47 1995 Ken Raeburn <raeburn@cygnus.com>
2
3 Sat Jul 29 18:55:23 1995 Pat Rankin <rankin@eql.caltech.edu>
4
5 * config/obj-vms.c (COPY_SHORT, COPY_LONG, PUT_SHORT, PUT_LONG):
6 Make expansion be safe for use in expressions.
7 (PUT_COUNTED_STRING): Bracket expansion with `do {...} while (0)'
8 rather than just `{...}'.
9
5f57cea3
SC
10Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
11
12 * gasp.c (change_base): Don't modify numbers in strings. (pr7583)
13 * testsuite/gas/gasp/*: New.
14
f641906b
KR
15Mon Jul 31 12:16:21 1995 Ian Lance Taylor <ian@cygnus.com>
16
17 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Define. From Niclas
18 Andersson <nican@ida.liu.se>.
19
20Thu Jul 27 20:47:12 1995 Ken Raeburn <raeburn@cygnus.com>
21
22 * config/obj-coff.c (fixup_segment): Don't do further pcrel
23 processing after converting difference of two symbols in the
24 same segment. From Jim Wilson.
25
26 * configure.in (i386-*-linuxoldld): Add as synonym for
27 i386-*-linux*aout*. From Fred Fish.
28 * configure: Regenerated.
29
5700b874
KR
30Thu Jul 27 16:14:56 1995 Pat Rankin <rankin@eql.caltech.edu>
31
32 * config/obj-vms.c (enum ps_type {ps_TEXT,ps_DATA,ps_COMMON,
33 ps_CONST}): New constants.
34 (VMS_Psect_Spec): Use them instead of literal strings.
35 (vms_write_object_file, global_symbol_directory): Adjust callers.
36
37Wed Jul 26 18:31:35 1995 Pat Rankin <rankin@eql.caltech.edu>
38
39 * config/obj-vms.c (const_flag): Change from char to unsigned char.
40 * config/obj-vms.h (const_flag): Ditto.
41 (struct nlist): Replace union n_un and n_un.{n_name,n_next,n_strx}
42 fields with just n_name; delete field n_value; change n_other from
43 char to unsigned char and n_desc from short to int; insert explicit
44 padding for alignment.
45
a619d6d9
KR
46Mon Jul 24 20:06:17 1995 Ken Raeburn <raeburn@cygnus.com>
47
48 * subsegs.h (struct seg_info_trash): Make bitfield types valid.
49
50 * config/obj-coff.c (fixup_segment): Local add_number should not
51 be declared register since its address is taken for
52 MD_APPLY_FIX3.
53
5700b874
KR
54 Fri Jul 21 15:28:18 1995 Pat Rankin <rankin@eql.caltech.edu>
55
56 Split huge vms_write_object_file routine into managable pieces.
57
58 * config/obj-vms.c (vms_fixup_text_section, synthesize_data_segment,
59 vms_fixup_data_section, global_symbol_directory, local_symbols_DST,
60 vms_build_DST): New routines.
61 (vms_write_object_file): Call them.
62 (struct vms_obj_state): New file scope variable used by the above.
63
a91c6b08
ILT
64Mon Jul 24 14:10:24 1995 Ian Lance Taylor <ian@cygnus.com>
65
66 * config/tc-sh.c (md_pseudo_table): Add "uses".
67 (s_uses): New static function.
68 (sh_coff_frob_file): New function.
69 (md_convert_frag): Call subseg_change before calling fix_new.
70 (sh_handle_align): New function.
71 (SWITCH_TABLE): Define.
72 (sh_force_relocation): New function.
73 (md_apply_fix): Handle R_SH_USES, R_SH_COUNT and R_SH_ALIGN.
74 (sh_coff_reloc_mangle): Likewise. Also handle switch table
75 entries.
76 * config/tc-sh.h (HANDLE_ALIGN): Define.
77 (sh_handle_align): Declare.
78 (TC_FORCE_RELOCATION): Define.
79 (sh_force_relocation): Declare.
80 (TC_COUNT_RELOC): Simplify; rely on TC_FORCE_RELOCATION instead.
81 (tc_frob_file): Define.
82 (sh_coff_frob_file): Declare.
83 * config/obj-coff.c (write_object_file): Call tc_frob_file if it
84 is defined.
85 (fixup_mdeps): Call HANDLE_ALIGN if it is defined.
86 (TC_FORCE_RELOCATION): Define if not defined.
87 (fixup_segment): Use TC_FORCE_RELOCATION to decide whether to
88 clear the symbol fields of fixP.
89
90Fri Jul 21 22:38:00 1995 Michael Meissner <meissner@cygnus.com>
91
92 * config/tc-ppc.c (ppc_elf_suffix): Add support for R_PPC_SDAREL
93 relocation.
94 (md_apply_fix3): Ditto.
95
9d249d34
KR
96Thu Jul 20 13:00:56 1995 Ken Raeburn <raeburn@cygnus.com>
97
98 * config/tc-m68k.c (md_convert_frag): Rename argument seg to sec,
99 since seg is a macro name in this file.
100
5a929558
KR
101 * configure.in (arm-*-riscix*): Don't set emulation.
102
d0ac7e70
DE
103Wed Jul 19 16:08:29 1995 Doug Evans <dje@canuck.cygnus.com>
104
105 * config/obj-coff.h (TE_PE): Delete.
106 * config/tc-arm.h (BYTE_ORDER): Delete.
107 (TARGET_FORMAT): Provide value for OBJ_COFF and TE_PE.
108 (ARM_BI_ENDIAN): Define if OBJ_COFF and TE_PE.
109 * config/tc-arm.c (byte_order): Delete.
110 (md_number_to_chars): Reference target_big_endian, not byte_order.
111 (md_chars_to_number): Likewise.
112 (md_longopts): Add -EB/-EL if ARM_BI_ENDIAN.
113 (md_parse_options): Recognize -EB/-EL.
114 (md_show_usage): List -EB/-EL.
115
5f8cb05e
ILT
116Wed Jul 19 11:49:25 1995 Ian Lance Taylor <ian@cygnus.com>
117
fe98e22d
ILT
118 * gasp.c (process_assigns): Use toupper before comparing against
119 upper case letter.
120 (whatcond): Likewise.
121
5f8cb05e
ILT
122 * config/tc-sh.c (sh_relax): Rename from relax, and make global.
123 Renamed all uses.
124 (insert): Pass a size of 2, not 4.
125 (build_relax): Remove unused len variable.
126 (md_show_usage): Mention -little option.
127 (md_convert_frag): Add segT argument. Rewrite to generate relocs
128 rather than to generate complete instructions here.
129 (md_apply_fix): Adjust and clarify R_SH_PCRELIMM8BY4 case for
130 changes in insert and md_pcrel_from. Add cases for R_SH_PCDISP
131 and R_SH_PCDISP8BY2.
132 (md_pcrel_from): Don't subtract 1, add 2.
133 (tc_coff_fix2rtype): Remove.
134 (sh_coff_reloc_mangle): New function.
135 * config/tc-sh.h (TC_COFF_FIX2RTYPE): Just return fx_r_type.
136 (sh_relax): Declare.
137 (TC_COUNT_RELOC): If relaxing, count PC relative relocs.
138 (TC_RELOC_MANGLE): Define.
139 (sh_coff_reloc_mangle): Declare.
140 (tc_coff_sizemachdep): Declare.
141 * tc.h (md_convert_frag): Add segT parameter to non BFD_ASSEMBLER
142 declaration.
143 * write.c (cvt_frag_to_fill): Add sec argument to non
144 BFD_ASSEMBLER version. Pass it to md_convert_frag.
145 (write_object_file): Pass SEG_TEXT to cvs_frag_to_fill.
146 * config/obj-coff.c (do_relocs_for): Pass segment info to
147 TC_RELOC_MANGLE.
148 (fixup_mdeps): Pass segment type to md_convert_frag.
149 * config/tc-a29k.c (md_convert_frag): Add segT argument.
150 * config/tc-h8300.c (md_convert_frag): Likewise.
151 * config/tc-h8500.c (md_convert_frag): Likewise.
152 * config/tc-i386.c (md_convert_frag): Likewise.
153 * config/tc-i860.c (md_convert_frag): Likewise.
154 * config/tc-i960.c (md_convert_frag): Likewise.
155 * config/tc-m68k.c (md_convert_frag): Likewise.
156 * config/tc-m88k.h (md_convert_frag): Likewise.
157 * config/tc-ns32k.c (md_convert_frag): Likewise.
158 * config/tc-rce.c (md_convert_frag): Likewise.
159 * config/tc-tahoe.c (md_convert_frag): Likewise.
160 * config/tc-vax.c (md_convert_frag): Likewise.
161 * config/tc-w65.c (md_convert_frag): Likewise.
162 * config/tc-z8k.c (md_convert_frag): Likewise.
163 * config/tc-h8300.h (TC_RELOC_MANGLE): Add segment argument.
164 * config/tc-h8500.h (TC_RELOC_MANGLE): Likewise.
165 * config/tc-rce.h (TC_RELOC_MANGLE): Likewise.
166 * config/tc-w65.h (TC_RELOC_MANGLE): Likewise.
167 * config/tc-z8k.h (TC_RELOC_MANGLE): Likewise.
168
169Mon Jul 17 15:02:54 1995 Pat Rankin <rankin@eql.caltech.edu>
170
171 * config/obj-vms.c (Current_Routine, Text_Psect): Delete as file
172 scope variables.
173 (Define_Routine, Define_Local_Symbols): Take Current_Routine and
174 Text_Psect as arguments.
175 (VMS_DBG_Define_Routine): Delete.
176 (VMS_TBT_Block_End): Change `Size' argument from int to valueT.
177 (vms_write_object_file: text and data fixup loops): Difference
178 of two symbols has type offsetT rather than int; convert with
179 md_number_to_chars before passing to VMS_Store_Immediate_Data.
180 (vms_write_object_file: debug symbol loop): Call Define_Routine
181 instead of VMS_DBG_Define_Routine.
182
fadd4ee1
MM
183Sat Jul 15 00:01:35 1995 Michael Meissner <meissner@cygnus.com>
184
185 * config/tc-ppc.c (ppc_elf_suffix): Add @fixup so that the
186 compiler can mark which relocs not to complain about with
187 -mrelocatable.
188 (ppc_elf_validate_fix): Add .fixup to sections not to complain
189 about, and also don't complain for BFD_RELOC_CTOR relocations in
190 writable non-code segments.
191 (md_apply_fix): Treat BFD_RELOC_CTOR just like BFD_RELOC_32.
192
88f4ab5f
ILT
193Fri Jul 14 19:54:28 1995 Ian Lance Taylor <ian@cygnus.com>
194
195 Add support for SPARC SunOS PIC:
196 * config/tc-sparc.h (sparc_pic_code): Always declare, not just
197 when OBJ_ELF.
198 (TC_RELOC_RTSYM_LOC_FIXUP): Define when OBJ_AOUT.
199 (tc_fix_adjustable): New definition for OBJ_AOUT.
200 * config/tc-sparc.c (sparc_pic_code): Always define, not just when
201 OBJ_ELF.
202 (md_apply_fix): Adjust reloc addend for OBJ_AOUT and PIC. In
203 BFD_RELOC_32_PCREL_S2 case, don't increment val for an external
204 symbol when PIC.
205 (tc_gen_reloc): Generate different PIC relocs when OBJ_AOUT, as
206 well as when OBJ_ELF.
207 (md_shortopts): If OBJ_AOUT, include `k'.
208 (md_parse_option): If OBJ_AOUT, handle 'k'.
209 (md_show_usage): Mention -k if OBJ_AOUT, and -KPIC if OBJ_ELF.
210 (md_pcrel_from): Don't add in size for an external symbol when
211 PIC.
212
403d21d2
DE
213start-sanitize-arc
214Fri Jul 14 10:26:43 1995 Doug Evans <dje@canuck.cygnus.com>
215
216 * config/tc-arc.c (byte_order): Provide explicit initial value.
217end-sanitize-arc
218
4575a69d
JL
219Thu Jul 13 21:16:43 1995 Jeff Law (law@snake.cs.utah.edu)
220
221 * config/tc-hppa.h (UNDEFINED_DIFFERENCE_OK): Define for SOM.
222 * write.c (adjust_reloc_syms): Set sy_used_in_reloc for both
223 symbols in a fixup where a defined symbol is subtracted from an
224 undefined symbol (when UNDEFINED_DIFFERENCE_OK is defined).
225 (fixup_segment): Do nothing for the difference of two symbols if
226 UNDEFINED_DIFFERENCE_OK is defined.
227
ac7530a8
ILT
228Wed Jul 12 23:33:40 1995 Ian Lance Taylor <ian@cygnus.com>
229
230 * config/obj-coff.c (fixup_segment): Support MD_APPLY_FIX3.
231
f7da4a99
KR
232Wed Jul 12 01:12:12 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
233
234 * write.c (fix_new): Use int, not short int, for argument type.
235 (fix_new_exp): Ditto.
236
237 * configure.in (arm-*-riscix*): Don't set emulations.
238
239 * config/tc-mips.c (NO_ECOFF_DEBUGGING): Define if ECOFF_DEBUGGING
240 wasn't previously defined.
241 (s_extern): Don't set ecoff_extern_size if NO_ECOFF_DEBUGGING.
242 (nopic_need_relax): Don't check it if NO_ECOFF_DEBUGGING.
243 (macro_build) [!USE_STDARG]: Don't use variadic prototype.
244 (mips_local_label) [NO_ECOFF_DEBUGGING]: Don't preserve potential
245 ECOFF debugging symbols.
246
247 * emul.h (struct emulation): Use unsigned, not unsigned char, for
248 bitfields.
249 * obj.h (struct format_ops): Likewise.
250
251 * config/tc-arm.c (symbol_make_empty) [BFD_ASSEMBLER]: Set
252 udata.p, not udata.
253
6804bd6c
ILT
254Tue Jul 11 14:30:19 1995 Ian Lance Taylor <ian@cygnus.com>
255
256 * doc/c-mips.texi: Document -m4010 and -mno-4010.
257
258Tue Jul 11 14:28:55 1995 Jeff Spiegel <jeffs@lsil.com>
259
260 * config/tc-mips.c (mips_4010): New static variable.
261 (interlocks): New static variable.
262 (md_begin): Check for a cpu of "r4010". Set mips_4010 correctly.
263 If mips_4650 or mips_4010, set interlocks.
264 (append_insn): Check interlocks, not mips_4650.
265 (mips_emit_delays): Likewise.
266 (mips_ip): Only permit INSN_4010 instructions if mips_4010.
267 (md_longopts): Add "m4010" and "no-m4010".
268 (md_parse_option): Accept -mcpu=r4010. Handle -m4010 and
269 -no-m4010.
270 (md_show_usage): Document -m4010 and -no-m4010.
271
e5fa3f23
ILT
272Tue Jul 11 13:22:50 1995 Ian Lance Taylor <ian@cygnus.com>
273
274 * ecoff.c (struct efdr): Add new field fake.
275 (init_file): Initialize fake.
276 (add_file): Add new parameter fake. Change all callers.
277 (ecoff_build_debug): Don't warn about a missing .end for a fake
278 file.
279
cc02a8a9
KR
280Mon Jul 10 16:01:31 1995 Ken Raeburn <raeburn@cygnus.com>
281
e5fa3f23
ILT
282 * doc/as.texinfo: Split out most cpu chapters...
283 * doc/c-*.texi: ...to here.
284
cc02a8a9
KR
285 * read.c (po_hash): Now static.
286
84144a8f
ILT
287Mon Jul 10 13:47:22 1995 Ian Lance Taylor <ian@cygnus.com>
288
fb33961b
ILT
289 Based on patches from H.J. Lu <hjl@nynexst.com>:
290 * config/tc-i386.c (md_apply_fix3): Rename from md_apply_fix1.
291 Accept pointer to value and segment. Fix OBJ_ELF PCREL case to
292 handle global defined symbols correctly.
293 (md_apply_fix): Remove both versions.
294 * config/tc-i386.h (MD_APPLY_FIX3): Define.
295
84144a8f
ILT
296 * configure.in: When switching on ${cpu}, use ${cpu}, not
297 $[target_cpu}, in default case.
298 * configure: Rebuild.
299
ed453d2e
ILT
300Sat Jul 8 13:27:55 1995 Ian Lance Taylor <ian@cygnus.com>
301
302 * write.c (fixup_segment): Call resolve_symbol_value on
303 sub_symbolP, in case it isn't in the symbol table.
304
cebf05ad
ILT
305Fri Jul 7 11:17:27 1995 Ian Lance Taylor <ian@cygnus.com>
306
c71a604a
ILT
307 * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.
308
ae99a672
ILT
309 * config/obj-coff.c (coff_frob_symbol): If SF_GET_FUNCTION, set
310 BSF_FUNCTION.
311 (symbol_globalP, symbol_global_lastP): New global variables.
312 (yank_symbols): Sort defined global symbols to the end, just
313 before the undefined symbols.
314 (glue_symbols): Add two arguments, and use them instead of
315 referring directly to global variables.
316 (crawl_symbols): Call glue_symbols twice, once for defined globals
317 and once for undefined. Add corresponding know calls.
318
6be977fb
ILT
319 * app.c (do_scrub_next_char): Always accept \v. Don't make it
320 conditional on BACKSLASH_V.
321 * read.c (next_char_of_string): Likewise.
322 * config/obj-bout.h (BACKSLASH_V): Don't define.
323 * config/tc-mips.h (BACKSLASH_V): Don't define.
324
5767cfb7
ILT
325 Add SPARC ELF PIC support.
326 * write.c (fixup_segment): Pass fixP to TC_RELOC_RTSYM_LOC_FIXUP,
327 not fixP->fx_r_type.
328 * config/tc-sparc.c (sparc_pic_code): New global variable.
329 (md_apply_fix): If generating PIC, adjust fx_addnumber for any non
330 PC relative reloc.
331 (tc_gen_reloc): If generating PIC, adjust various reloc types.
332 Remove fx_pcrel assert, since it is no longer true.
333 (md_parse_option): Handle -K PIC.
334 * config/tc-sparc.h (sparc_pic_code): Declare if OBJ_ELF.
335 (TC_RELOC_RTSYM_LOC_FIXUP): Define if OBJ_ELF.
336 (tc_fix_adjustable): Don't adjust PC relative relocs if PIC.
337 * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Take a fixp, not a
338 reloc type.
339
cebf05ad
ILT
340 * Makefile.in (Makefile): Add dependency on conf.in, so that conf
341 is rebuilt when conf.in changes.
342
a2a5a4fa
KR
343Thu Jul 6 16:49:38 1995 Ken Raeburn <raeburn@cygnus.com>
344
345 * All files: Updated FSF address.
346
37ea6121
JW
347Thu Jul 6 16:30:34 1995 Jim Wilson <wilson@chestnut.cygnus.com>
348
349 * ecoff.c (add_file): Don't collapse multiple .file commands into
350 a single file structure.
351 (ecoff_build_lineno): Set ilineBase to sum of previous file's
352 ilineBase and cline.
353
265d172e
ILT
354Thu Jul 6 12:54:27 1995 Ian Lance Taylor <ian@cygnus.com>
355
85a961c6
ILT
356 Patches from Jerry Blakely <gerry_blakley@wellfleet.com>:
357 * as.c (listing_filename): New static variable.
358 (show_usage): Mention -a=file.
359 (parse_args): Support = option of -a to set name of listing file.
360 (main): Pass listing_filename to listing_print.
361 * listing.c (list_file): New static variable.
362 (various): Replace printf with fprintf to list_file.
363 (listing_print): If name argument is not NULL, open it as
364 list_file.
365 * doc/as.texinfo, doc/as.1: Document -a=file.
366
a0eb1c2c
ILT
367 * config/tc-sparc.c (s_reserve): Don't permit redefinition, even
368 if the symbol was already in bss_section. Fix warning message.
369
bcaa9b05
ILT
370 * listing.c (struct file_info_struct): Rename end_pending field to
371 at_end.
372 (file_info): Initialize at_end, not end_pending.
373 (buffer_line): If at_end set, just return immediately. Don't
374 worry about end_pending cases. Set at_end when EOF is read.
375 (print_source): Check at_end, not end_pending.
376 (listing_listing): Likewise.
377
265d172e
ILT
378 * config/tc-alpha.h (alpha_do_align): Don't declare.
379 (md_do_align): Don't define.
380 (tc_frob_label): Define.
381 (alpha_define_label): Declare.
382 (md_flush_pending_output): Define.
383 (alpha_flush_pending_output): Declare.
384 * config/tc-alpha.c (insn_label): New static variable.
385 (auto_align): New static variable.
386 (md_pseudo_table): Add cases for .text, .data, .align, .byte,
387 .hword, .int, .long, .octa, .quad, .short, .word, .double, .float,
388 and .single. Change .t_floating, .s_floating, .f_floating,
389 .g_floating, and .d_floating to use s_alpha_float_cons rather than
390 float_cons.
391 (s_alpha_text, s_alpha_data): New static functions.
392 (s_rdata, s_sdata): Clear insn_label and set auto_align.
393 (s_gprel32): If auto_align, align. Clear insn_label.
394 (emit_insn): Clear insn_label.
395 (s_alpha_align): New static function.
396 (alpha_align): Make static. Take label argument.
397 (alpha_flush_pending_output): New static function.
398 (s_alpha_cons, s_alpha_float_cons): New static functions.
399 (alpha_define_label): New function.
400
4b18b7cd
KR
401Wed Jul 5 22:49:31 1995 Ken Raeburn <raeburn@cygnus.com>
402
ad0ab4eb
KR
403 * conf.in: Regenerate with autoreconf.
404
4b18b7cd
KR
405 Mon Jul 3 19:47:53 1995 Pat Rankin (rankin@eql.caltech.edu)
406
407 * config/obj-vms.h (vms_resolve_symbol_redef): Use full prototype.
408 (vms_check_for_special_label, tc_frob_label): Move them to group
409 with other prototypes.
410 [WANT_VMS_OBJ_DEFS]: Only define the many OBJ_x, DBG_x, and DST_x
411 macros when this is defined.
412 * config/obj-vms.c: Fully prototype all local functions.
413 [symbolS, fragS]: Use consistently instead of their struct tags.
414 [WANT_VMS_OBJ_DEFS]: Define this.
415 (s_const): Make definition correctly match actual usage.
416 (VMS_stab_parse): Make `expected_type' arg be int rather than char.
417 (get_VMS_time_on_unix): Define as `static void'.
418 (hash_string): Make definition match actual usage; argument is
419 `char const *' rather than `unsigned char *'.
420 (VMS_Case_Hack_Symbol, VMS_Modify_Psect_Attributes, VMS_Psect_Spec,
421 VMS_Global_Symbol_Spec): Declare string args as `const char *'.
422 [IS_GXX_VTABLE]: New macro.
423 (vms_write_object_file: GSD loop): Use it.
424 (vms_write_object_file: data segment): Reorganize `fill' loop.
425
22ba90ce
ILT
426Wed Jul 5 12:01:49 1995 Ian Lance Taylor <ian@cygnus.com>
427
a7aa7a2b
ILT
428 * config/tc-sparc.c (md_shortopts): Add "K:" if OBJ_ELF.
429 (md_parse_option): If OBJ_ELF, check for -K. Die if -K PIC, since
430 PIC code is not currently supported.
431
432 * as.c (parse_args): Change std_shortopts to be an array rather
433 than a constant string. Only include 'K' if WORKING_DOT_WORD is
434 not defined. Only check for 'K' in that case as well.
435 * as.h (flag_warn_displacement): Only declare if WORKING_DOT_WORD
436 is not defined.
437
9814e22f
ILT
438 * conf.in: Add undef of HAVE_SBRK.
439
3f8416d5
ILT
440 * config/obj-coff.c (obj_coff_line): Call listing_source_line, in
441 both BFD_ASSEMBLER and non BFD_ASSEMBLER versions of the function.
442
56dc989a
ILT
443 * symbols.c (S_SET_EXTERNAL): Warn if symbol is weak.
444 (S_CLEAR_EXTERNAL): Likewise.
445 (S_SET_WEAK): Warn if symbol is global.
446
f219dc65
ILT
447 * config/obj-aout.c (obj_aout_frob_symbol): Warn about an attempt
448 to put an undefined symbol into a set.
449
816a827b
ILT
450 * Makefile.in: Remove @configure_input@; it's not needed in
451 files named Makefile.
452
ca046e34
ILT
453 * config/tc-m88k.c (md_pseudo_table): Add ".set" so that the
454 explicit pseudo-op works, while continuing to treat "set" as an
455 instruction.
456
22ba90ce
ILT
457 * ecoff.c (ecoff_debugging_seen): New global variable.
458 (ecoff_directive_def): Set ecoff_debugging_seen.
459 (ecoff_stab): Likewise.
460 * ecoff.h: Make idempotent.
461 (ecoff_debugging_seen): Declare.
462 * config/tc-mips.c: Include ecoff.h.
463 (mips_debug): New static variable.
464 (s_stringer, s_mips_space): Remove unneeded declarations.
465 (md_parse_option): In case 'g', set mips_debug to debugging level.
466 (mips_local_label): New function.
467 * tc-mips.h (LOCAL_LABEL): Call mips_local_label.
468 (mips_local_label): Declare.
469
e63c594d
FF
470Wed Jul 5 00:59:22 1995 Fred Fish (fnf@cygnus.com)
471
472 * as.c (main): Only use sbrk when HAVE_SBRK defined.
473 * configure.in: Add test for sbrk.
474 * configure: Regenerate using autoconf 2.4.
475
249c7415
JL
476Mon Jul 3 15:58:16 1995 Jeff Law (law@snake.cs.utah.edu)
477
478 * config/tc-hppa.h (MAX_RELOC_EXPANSION): Bump to 6.
479 * config/tc-hppa.c (tc_gen_reloc, SOM version): Handle
480 relocations for the difference of two (possibly external)
481 symbols.
482 (hppa_fix_adjustable): For SOM, reject reductions involving
483 the difference of two symbols.
484 (hppa_force_relocation): Force relocations for expressions
485 involving the difference of two symbols.
486
6c186c48
SC
487Mon Jul 3 14:22:59 1995 Steve Chamberlain <sac@slash.cygnus.com>
488
489 * configure[.in] (i386-*-win32): New host and target.
490
e5c5ce23
SC
491Thu Jun 29 17:25:43 1995 Steve Chamberlain <sac@slash.cygnus.com>
492
ac7530a8 493 Support for long filenames non-bfd coff.
e5c5ce23
SC
494 * config/obj-coff.c (filename_list_head, filename_list_tail): New.
495 (yank_symbols): Notice and record filenames which are too long.
496 (w_strings): Write out filename strings.
497 (c_dot_file_symbols): Put long filenames onto list.
498
30355216
SC
499Wed Jun 28 17:33:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
500
e5c5ce23 501 * config/obj-coff.c (fixup_segment): PE doesn't use
30355216
SC
502 the strange common symbol format that other 386s formats
503 do.
504 * config/tc-i386.c (md_begin): If LEX_AT defined then
505 '@' is in the set of identifiers.
506 (i386_operand): If LEX_AT, then don't look for @goto stuff.
507 * config/te-pe.h: Define LEX_AT.
508
4a998308
KR
509Wed Jun 28 17:49:59 1995 Ken Raeburn <raeburn@cygnus.com>
510
1a9924d8
KR
511 * doc/as.texinfo (H8/500 Floating Point): Indicate that IEEE FP
512 numbers are for the standard emulation code.
513 (SH Floating Point): Ditto.
514 (Overview): Describe new --emulation option for MIPS.
4a998308
KR
515 * doc/*.m4: Deleted.
516
517Thu Jun 22 19:26:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
518
519 Sun May 7 11:53:41 MDT 1995 Bryan Ford <baford@cs.utah.edu>
520
521 * configure.in: Added i386-*-moss* target.
522
3f4ca874
MM
523Thu Jun 22 14:41:23 1995 Michael Meissner <meissner@tiktok.cygnus.com>
524
525 * write.c (write_object_file): Cast decode_local_label_name
526 argument to char * to avoid warning.
527
a1835409
KR
528Wed Jun 21 18:07:59 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
529
c151fd1e
KR
530 Changes from Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>:
531 * config/tc-m68k.c (insword): Increment the frag offsets.
532 (struct m68k_it): Add reloc[].pcrel_fix field to hold pc-rel
533 fixup.
534 (add_fix): Accept additional parameter, the pc-rel fixup. All
535 callers changed. Fix offset address if width == 'b'.
536 (m68k_ip) [case AINDX]: Allow explicit size spec. Don't make the
537 outer displacement pc-relative.
538 (md_pcrel_from): Make it relative to the first extension word of
539 the operand.
540 (opcode_ptr): Make it a macro if DO_BREAK_UP_BIG_DECL is
541 undefined.
542 (md_convert_frag_1): Don't reference fragP->fr_opcode[2..].
543 (md_estimate_size_before_relax) [case TAB (FBRANCH, SZ_UNDEF)]:
544 Turn on long bit.
545 (m68k_ip) [case 'C']: Don't set set long bit, set it in the opcode
546 table.
547 (md_estimate_size_before_relax) [case TAB (PCINDEX, SZ_UNDEF)]:
548 Variable part increases by four, not six.
549 * write.c (fixup_segment) [TC_M68K]: Don't do further pcrel
550 processing after converting difference of two symbols in the
551 same segment.
552
553 * write.c (fixup_segment): Don't conditionalize the pcrel fix on
554 TC_M68K.
555
a1835409
KR
556 * config/tc-sparc.c (sparc_ip, case 'A'): If ASI is not a "#"
557 value, don't shift it an extra time.
558
85b369b3
SC
559Wed Jun 21 14:18:37 1995 Steve Chamberlain <sac@slash.cygnus.com>
560
561 * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitive
ac7530a8 562 string compares.
85b369b3 563
34308df7
KR
564Tue Jun 20 14:55:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
565
566 * config/obj-coff.c (write_object_file): Cast time() argument to
567 time_t *.
568
420c479b
JL
569Tue Jun 20 12:00:53 1995 Jeff Law (law@snake.cs.utah.edu)
570
571 * config/tc-hppa.c (pa_build_unwind_subspace): Fix typo in last
572 change.
573
76477190
JL
574Mon Jun 19 15:27:17 1995 Jeff Law (law@snake.cs.utah.edu)
575
576 * config/tc-hppa.c (pa_build_unwind_subspace): Zero out memory
577 from frag_more calls.
578
d21041b3
SS
579Thu Jun 15 16:53:37 1995 Stan Shebs <shebs@andros.cygnus.com>
580
581 * config/obj-coff.c: Don't use "bfd/" when including libbfd.h
582 and libcoff.h.
583 (fill_section): Call PROGRESS.
584 * Makefile.in (INCLUDES): Add bfd srcdir.
585
586 * mpw-config.in: Add bfd_gas flag and set for each config.
587 (i386-unknown-go32, m68k-unknown-coff): Recognize.
588 * mpw-make.in (HACK_O_RAMA, OBJ_COFF_OMIT_TIMESTAMP): Add to
589 config.h.
590
f6d6f102
DE
591Thu Jun 15 10:04:26 1995 Doug Evans <dje@canuck.cygnus.com>
592
593 * config/tc-arm.h (LOCAL_LABEL): Prepend '.' if not OBJ_AOUT.
594 (FAKE_LABEL_NAME): Likewise.
595
4ff6f92a
JL
596Mon Jun 12 22:25:39 1995 Jeff Law (law@snake.cs.utah.edu)
597
598 * config/tc-hppa.c (pa_ip): Check for invalid register in single
599 precision fmpyadd and fmpysub instructions.
600
69cb5925 601Thu Jun 8 19:33:02 1995 Pat Rankin (rankin@eql.caltech.edu)
3c650d09
KR
602
603 * config/obj-vms.c (myname): Delete all references.
604 (VMS_stab_parse, Write_VMS_MHD_Records, VMS_Case_Hack_Symbol):
605 Replace printf calls with as_tsktsk.
606 (PUT_LONG, PUT_SHORT): Use COPY_LONG, COPY_SHORT.
607 (VMS_Store_Immediate_Data): Move second buffer capacity check
608 below bottom of loop; first check at top suffices for loop itself.
609 (find_file): Remove redundant pointer checks in first two loops;
610 replace third loop with pointer to last list element determined
611 in first loop.
612
0cd27550
DE
613start-sanitize-arc
614Thu Jun 8 11:44:35 1995 Doug Evans <dje@chestnut.cygnus.com>
615
616 * config/tc-arc.h (MD_APPLY_FIX3): Define.
617 * config/tc-arc.c (md_apply_fix3): Renamed from md_apply_fix.
618 Undo effects of md_pcrel_from if symbol is in another section.
619end-sanitize-arc
620
d5263ab4
KR
621Tue Jun 6 13:53:06 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
622
0cd27550
DE
623 * config/tc-sparc.c (sparc_ip): Handle defined absolute symbols as
624 ASI values.
625
d5263ab4
KR
626 * config/obj-vms.c (vms_write_object_file, case N_DATA): Use
627 strcmp against FAKE_LABEL_NAME instead of checking third
628 character. (Suggested by Pat Rankin.)
629
69cb5925 630Mon Jun 5 20:10:46 1995 Pat Rankin (rankin@eql.caltech.edu)
d5263ab4
KR
631
632 Add support for N_ABS and N_ABS|N_EXT type symbols.
633
634 * config/obj-vms.h (LSY_S_M_{DEF,REL}, ENV_S_M_{DEF,NESTED}):
635 New macros for local symbols (from <lsydef.h> and <envdef.h>).
636 * config/obj-vms.c (Current_Environment): New file-scope variable.
637 (VMS_Local_Environment_Setup): New routine.
638 (GBLSYM_LCL): New macro.
639 (VMS_Global_Symbol_Spec): Handle local symbols too.
640 (VMS_Psect_Spec): Set GLOBALVALUE_BIT for absolute symbols.
641 (VMS_Emit_Globalvalues): Handle local and global absolute symbols.
642 (VMS_Store_PIC_Symbol_Reference): Ditto.
643 (vms_write_object_file: GSD symbol loop): Ditto.
644
645Mon Jun 5 16:10:40 1995 Steve Chamberlain <sac@slash.cygnus.com>
646
647 * config/tc-arm.h (LOCAL_LABELS_FB): Define.
648
1be0c30e
KR
649Mon Jun 5 02:17:58 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
650
651 * configure.in (i386-*-gnu*): Always use GNU ELF config.
652
69cb5925 653Wed May 31 17:49:18 1995 Pat Rankin (rankin@eql.caltech.edu)
58abad7d
KR
654
655 * config/obj-vms.c (obj_crawl_symbol_chain): Update *symbolPP
656 in `else' clause when removing a symbol. Also, revise comments
657 to match the code.
658 (vms_write_object_file (GSD symbol loop, case N_DATA)): Never
659 output symbol definitions for local numeric labels.
660
1cb0d00d
KR
661Tue May 30 18:29:10 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
662
663 * configure.in (architecture variants, cases armeb and arm*): Remove
664 spaces round assignment to endian.
665
0b143492
KR
666Tue May 30 12:31:31 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
667
668 * write.c (write_object_file): Check for undefined local dollar
669 and fb labels.
670
671 * symbols.c (decode_local_label_name): Extract instance number
672 from the correct location.
673
6053ed62
C
674Sat May 27 21:28:49 1995 J.T. Conklin <jtc@rtl.cygnus.com>
675
676 * config/te-dpx2.h: Include obj-format.h.
677 (COFF_MAGIC): Renamed from FILE_HEADER_MAGIC.
678
679Wed May 24 13:45:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
680
681 * configure, configure.in, config/obj-coff.c, config/obj-coff.h:
682 Add support for ARM pe
683
2e715f06
DE
684Tue May 23 17:00:32 1995 Doug Evans <dje@canuck.cygnus.com>
685
686 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP16
687 and BFD_RELOC_SPARC_WDISP19.
688
6e43bf82
KR
689Tue May 23 19:18:33 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
690
691 * as.c (parse_args) [! USE_EMULATIONS]: Always print an error
692 message.
693
2e715f06
DE
694 * doc/internals.texi: Document obj_app_file and
695 TARGET_BYTES_BIG_ENDIAN.
696
4761bb02
KR
697Mon May 22 20:03:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
698
70d6c396
KR
699 * ecoff.c (ecoff_stab): Add extra leading argument, for 4 May
700 change.
701 * ecoff.h (ecoff_stab): Fix declaration.
702 * obj.h (format_ops.process_stab): Include prototype.
703 * config/obj-elf.h (OBJ_PROCESS_STAB): Pass through seg argument.
704 * config/obj-ecoff.h (OBJ_PROCESS_STAB): Ditto.
705
4761bb02
KR
706 * config/e-mipself.c (mipself): New emulation mode, doesn't change
707 endianness from configured default.
708 * config/e-mipsecoff.c (mipsecoff): Ditto.
709 * configure.in (mips ecoff/elf targets): Include them.
710 * as.c (mipself, mipsecoff): Declare.
711
712 * as.c (emulation_name): New variable.
713 (select_emulation_mode): Set emulation_name. Don't change argv.
714 (parse_args): Handle --emulation; complain if the supplied name
715 isn't what select_emulation_name came up with.
716
1fc2205e
DE
717start-sanitize-arc
718Mon May 22 16:56:58 1995 Doug Evans <dje@chestnut.cygnus.com>
719
720 * config/tc-arc.c (md_pcrel_from): Return 0 for undefined symbols.
721end-sanitize-arc
722
723Sun May 21 21:36:17 1995 Jeff Law (law@snake.cs.utah.edu)
724
725 * config/tc-hppa.c: Reverse changes from Dec. 19th which
726 changed the way unwinds were built for ELF. Rely on relocation
727 symbol reductions to avoid placing the end of function marker
728 symbols into the object file's symbol table.
729
a088fb62
KR
730Sat May 20 12:31:36 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
731
0509f064
KR
732 Added improved VMS support from Pat Rankin:
733
734 Fri 19 May 16:51:40 1995 Pat Rankin (rankin@eql.caltech.edu)
735
736 * config/obj-vms.h (AOUT_STABS): Define.
737
738 * config/obj-vms.c (fpush, rpush): New routines.
739 (push): Replaced by the above.
740 (find_symbol): Slight reorganization to expose tail recursion.
a088fb62
KR
741
742 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
743
744 * Makefile.in (VMS_OTHER_OBJS): delete this.
745 * vmsconf.sh (make-gas.com): build ../libiberty/liberty.olb
746 first if necessary; link gas against it.
747
078d1a5a
KR
748Fri May 19 16:37:39 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
749
750 * gasp.c (istrue): Correctly test for string inequality.
751
ff15324f
KR
752Thu May 18 04:25:11 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
753
754 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
755
69cb5925 756 * config/tc-arm.c (CP_T_{Pre,UD,WB}): Define, bits in co-processor
ff15324f
KR
757 instructions.
758 ([ls]fm_flags): Correct error in bitmasks.
69cb5925
KR
759 (cp_address_required_here): Delete second parameter, FLAGS. All
760 callers changed. Remove all dead code referring to FLAGS. If
ff15324f 761 address is just "[Reg]" then convert into a PRE-INCREMENT UP format.
69cb5925 762 (do_fp_ldmstm): Handle full-descending and empty-ascending stack
ff15324f
KR
763 formats explicitly.
764
765 * config/tc-arm.c (internalError): Define.
766 (ARM_{1,2,250,3,6,7,7DM,ANY,2UP,ALL,3UP,6UP,LONGMUL}): Define processor
767 variants.
768 (FPU_{CORE,FPA10,FPA11,NONE,ALL,MEMMULTI}): Define floating point
769 variants.
770 ({CPU,FPU}_DEFAULT): Define.
771 (cpu_variant): New variable.
772 (asm_flg): Change more_flags to flag_bits.
773 Add prototypes for new functions.
774 (FLAG_{S,P,B,T,ED,FD,FA,EA,IB,IA,DB,DA,L}): Delete.
775 (s_flag[], ldst_flags[], byte_flag[], cmp_flags[], ldm_flags[],
776 stm_flags[], lfm_flags[], sfm_flags[], round_flags[], except_flags[],
777 cplong_flag[]): New variables.
778 (asm_opcode, insns[]): New format, add version support.
779 (arm_flg_hsh): Delete.
780 (do_mul, do_mla): Remove "Warning" from warning messages.
781 (do_arit): Simplify.
782 (do_swap): Make error message more appropriate.
783 (md_begin): Build hash tables starting at first entry in tables.
784 (md_number_to_chars): Cope with big/little-endian selection.
785 (md_chars_to_number): New function.
786 (md_apply_fix): Rewrite to make endian independent.
787 (tc_gen_reloc): Better error messages.
788 (md_assemble): Reject opcodes forbidden by the currently selected cpu
789 variant. Rewrite handling code for instruction flags.
790 (md_shortopts): Add option "m:".
791 (md_parse_option): Get the desired cpu/fpu variant.
792
793 From: David Taylor (dtaylor@armltd.co.uk)
794 * configure.in (architecture variants): Check for "armeb" and "arm*",
795 set endianness accordingly.
796 * read.c (read_a_source_file): New hooks md_start_line_hook and
797 md_after_pass_hook.
798 * config/arm-{big,lit}.mt: New files
799 * config/tc-arm.h ({LITTLE,BIG}_ENDIAN, BYTE_ORDER): Define.
69cb5925 800 (TARGET_FORMAT): Select depending on endianness and emulation and
ff15324f
KR
801 object format.
802 (md_after_pass_hook, md_start_line_hook): Define.
803 * config/tc-arm.c: Include subsegs.h, symbols.h and listing.h.
804 (shift[]): Add uppper case equivalents.
805 (CP_T_[XY], TRANS_BIT): Define.
69cb5925 806 (conds[]): Delete initial NULL entry, add "lo" entry as synonym for
ff15324f
KR
807 "cc".
808 (LONGEST_FLAG, flags[]): Delete.
809 (arm_psr): New structure.
810 (psrs[]): New variable.
811 (PSR_ALL): Define.
812 (LONGEST_INST): Bump to 5.
813 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.
814 (OPCODE_{AND,EOR,SUB,RSB,ADD,ADC,SBC,RSC,TST,TEQ,CMP,CMN,ORR,MOV,BIC,
815 MVN}): Define.
816 (insns[]): Add smull, umull, smlal, umlal, ldfm, stfm, msr and mrs
817 instructions. Add nop and adr pseudo ops.
818 (reg_table): Add APCS register name variants.
819 (arm_psr_hsh): New hash table.
69cb5925 820 (md_pseudo_table): Add "ltorg", "pool", "extend", "ldouble" and
ff15324f
KR
821 "packed".
822 (MAX_LITERAL_POOL_SIZE): Define.
823 (struct literalS): New structure.
824 (literals, next_literal_pool_place, lit_pool_num, current_poolP): New
825 variables.
826 (add_to_lit_pool, symbol_locate, symbol_make_empty): New functions.
827 (validate_immediate): Return FAIL on failure.
828 (s_ltorg): New function.
829 (psr_required_here, psrf_required_here): New functions.
830 (cp_address_required_here): New parameter, flag, all callers changed.
831 If flag is non-zero, restrict the legal addressing modes.
832 (do_nop, do_mrs, do_msr, do_mull): New functions.
833 (negate_data_op): New function.
834 (data_op2): accept #x,y meaning x rotated right by y, but only when
835 suitable constants. If immediate is not legal, try changing the
836 opcode.
837 (do_adr): New function.
838 (do_ldst): accept "ldr reg, =expr". Put expr in the pool if it can't
839 be done as an immediate.
840 (do_fp_ldst): Use CP_T_[XY], not immediate values.
841 (do_fp_ldmstm): New function.
842 (arm_psr_parse): New function.
843 (output_inst): Use INSN_SIZE in call to md_number_to_chars.
844 (md_assemble): Add hack so that "Label instruction" causes alignment of
845 the label.
69cb5925 846 (arm_after_pass_hook, arm_start_line_hook, arm_frob_symbol): New
ff15324f
KR
847 functions.
848
849Wed May 17 05:25:16 1995 Michael Meissner <meissner@tiktok.cygnus.com>
850
851 * config/tc-ppc.c (md_show_usage): Add \'s at end of lines in
852 strings for non-GCC compilers.
853
ff17873d
KR
854Tue May 16 19:36:00 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
855
856 * config/obj-ecoff.c (ecoff_pop_insert): New function.
857 (ecoff_format_ops): Use it.
858 (obj_ecoff_frob_symbol): Now static.
859
99146659
MM
860Wed May 17 00:59:12 1995 Andrew Cagney - aka Noid <cagney@highland.com.au>
861
862 * config/tc-ppc.c (md_begin): Was assuming that an instruction was
863 bigendian and hence 16bit relocs withing instructions would
69cb5925 864 ALWAYS be at addresses i+2-i+3. In LE mode it is i+0-i+1.
99146659 865
b0d41996
KR
866Tue May 16 16:29:58 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
867
739708fa
KR
868 * config/obj-multi.h (obj_frob_symbol, obj_frob_file, S_GET_SIZE,
869 S_SET_SIZE, S_GET_ALIGN, S_SET_ALIGN, obj_copy_symbol_attributes,
870 OBJ_PROCESS_STAB): New macros.
871 * config/tc-mips.c: Protect against redefining them also when
872 including obj-elf.h. Test only OBJ_ELF for including elf/mips.h.
b444036d
KR
873 (mips_init_after_args): New function. Set byte_order here.
874 (md_parse_option): Not here.
875 (byte_order): Don't bother initializing.
876 * config/tc-mips.h (mips_init_after_args): Declare.
877 (tc_init_after_args): New macro.
739708fa 878
b0d41996
KR
879 * read.c (s_lcomm): Do ELF/ECOFF test at run time, not compile
880 time.
881
b04b02a5
SC
882Fri May 12 14:17:47 1995 Steve Chamberlain <sac@slash.cygnus.com>
883
884 Initial support for PE object files.
885 * configure.in, configure (i386-*-pe, i386-*-*nt): Add.
886 * config/obj-coff.c (fixup_segment): Cope with PE wierdness.
887 * config/obj-coff.h (TE_PE): New target format.
888
bb2c9281
KR
889Thu May 11 14:58:21 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
890
891 * config/obj-elf.c (NEED_ECOFF_DEBUG): Define if ECOFF_DEBUGGING
892 was defined by header files. Test in preprocessor conditionals
893 instead of ECOFF_DEBUGGING.
894 (ecoff_debug_pseudo_table): Make empty if NEED_ECOFF_DEBUG is not
895 defined.
896 (obj_read_begin_hook, obj_symbol_new_hook, elf_frob_symbol,
897 elf_frob_file): Only call ecoff routines if NEED_ECOFF_DEBUG is
898 defined.
899 (elf_ecoff_set_ext, elf_get_extr, elf_set_index): Define only if
900 NEED_ECOFF_DEBUG is defined.
901 (elf_format_ops): Reference elf_ecoff_set_ext only if
902 NEED_ECOFF_DEBUG.
903
e7757ad0
KR
904Wed May 10 18:09:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
905
906 * Makefile.in (OBJS): Include @extra_objects@.
907 (obj-elf.o, obj-ecoff.o, e-mipself.o, e-mipsecoff.o): New rules
908 for building these independently.
909 * emul-target.h, config/e-mipself.c, config/e-mipsecoff.c: New
910 files.
911
912 * acconfig.h (DEFAULT_EMULATION, EMULATIONS, USE_EMULATIONS,
913 OBJ_MAYBE_*, I386COFF, M68KCOFF, M88KCOFF): New macros.
914 * aclocal.m4 (GAS_UNIQ): New macro.
915
916 * as.c (emulations, n_emulations) [USE_EMULATIONS]: New variable.
917 (select_emulation_mode, default_emul_bfd_name, common_emul_init)
918 [USE_EMULATIONS]: New functions.
919 (main) [USE_EMULATIONS]: Call select_emulation_mode before other
920 initialization.
921 * emul.h: New file.
922 * as.h [USE_EMULATIONS]: Include it.
923
924 * configure.in: Handle enable-targets option. Iterate over target
925 list, building up a list of object file formats and emulation
926 configurations. (Only supports emulations for MIPS CPU so far.)
927 If multiple formats are needed, set obj_format to multi and add
928 format config files to extra_files. If emulation modes are
929 needed, add the relevant files to extra_files.
930
931 * configure.in: Define I386COFF, M68KCOFF, M88KCOFF for those
932 configurations.
933
934 * ecoff.c (ecoff_generate_asm_lineno): Filename argument now
935 points to const.
936 * ecoff.h (ecoff_generate_asm_lineno): Updated declaration.
937
938 * obj.h (obj_read_begin_hook): Don't declare function if it's
939 already a macro.
940
941 * read.c (s_space, cons, stringer): If md_flush_pending_output is
942 defined, call it on entry.
943 * config/obj-elf.c (obj_elf_section): If md_flush_pending_output
944 is defined, call it on entry. If md_elf_section_change_hook is
945 defined, call it before returning normally.
946
947 * read.h (target_big_endian): Declare.
948
949 * obj.h (struct format_ops): Added new function pointer fields
950 ecoff_set_ext, read_begin_hook, symbol_new_hook.
951 (ecoff_format_ops, elf_format_ops): Declare.
952 * config/obj-elf.c (elf_s_get_size, elf_s_set_size,
953 elf_s_get_align, elf_s_set_align, elf_copy_symbol_attributes,
954 elf_sec_sym_ok_for_reloc): New functions.
955 (elf_format_ops): New variable.
956 (elf_frob_symbol): Now takes additional int* argument.
957 * config/obj-elf.h (elf_frob_symbol): Update declaration.
958 (elf_pop_insert): Declare.
959 (obj_pop_insert): Define to call elf_pop_insert.
960 * config/obj-ecoff.c (ecoff_sec_sym_ok_for_reloc,
961 obj_ecoff_frob_symbol): New functions.
962 (ecoff_format_ops): New variable.
963
964 * config/te-generic.h: If OBJ_HEADER is defined, use it as the
965 filename to include in place of obj-format.h.
966 * config/te-multi.h: New file, copied from te-generic.h.
967 * config/obj-elf.c (OBJ_HEADER): Define it to "obj-elf.h".
968 * config/obj-ecoff.c (OBJ_HEADER): Define it to "obj-ecoff.h".
969
970 * config/obj-elf.c (ECOFF_DEBUGGING): Default to 0.
971 (obj_read_begin_hook, obj_symbol_new_hook, elf_frob_symbol,
972 elf_frob_file): Test it at run time.
973 (obj_ecoff_set_ext, elf_get_extr, elf_set_index): Define
974 unconditionally.
975 (elf_pseudo_table): Renamed from obj_pseudo_table, now static.
976 (ecoff_debug_pseudo_table): Split off into separate table. Define
977 it unconditionally.
978 (elf_pop_insert): New function.
979 * config/obj-elf.h (elf_pop_insert): Declare.
980 (obj_pop_insert): New macro.
981 (obj_ecoff_set_ext) [!OBJ_MAYBE_ELF]: Define to elf_ecoff_set_ext.
982 * config/obj-ecoff.h (obj_ecoff_set_ext): Define to ecoff_set_ext.
983
984 * config/tc-mips.h: Protect against multiple inclusions.
985 (mips_pop_insert): Declare.
986 (md_pop_insert): Call it.
987
988 * config/tc-mips.c: If OBJ_MAYBE_ELF is defined, include
989 obj-elf.h, but preserve OUTPUT_FLAVOR and protect some other
990 macros from redefinition.
991 (ECOFF_DEBUGGING): Default to 0. All references changed to
992 run-time tests or made unconditional.
993 (s_stringer, s_mips_space, s_elf_section): Deleted.
994 (md_pseudo_table): Don't refer to them. Split table into three
995 sections, for MIPS, non-ECOFF_DEBUGGING, and ELF.
996 (mips_pop_insert): New function.
997 (mips_flush_pending_output): New function.
998 (mips_enable_auto_align): New function.
999 * config/tc-mips.h (mips_pop_insert): Declare.
1000 (md_pop_insert): New macro.
1001 (mips_flush_pending_output): Declare.
1002 (md_flush_pending_output): New macro.
1003 (mips_enable_auto_align): Declare.
1004 (md_elf_section_change_hook): New macro, calls
1005 mips_enable_auto_align.
1006
8370e93e
MM
1007Tue May 9 17:07:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1008
1009 * configure.in: Add little endian PowerPC support.
1010 * configure: Rebuild with autoconf.
1011 * config/ppc-big.mt: New file for big endian PowerPC systems.
1012 * config/ppc-lit.mt: New file for little endian PowerPC systems.
1013
1014 * config/tc-ppc.h (target_big_endian): Declare.
1015 (TARGET_FORMAT): Deal with little and big endian ELF variants.
1016 (TARGET_BYTES_BIG_ENDIAN): Define as 1, not empty.
1017
1018 * config/tc-ppc.c (ppc_big_endian): Delete variable, use
1019 target_big_endian instead.
1020 (md_parse_option): Parse -mlittle and -mlittle-endian to use
1021 little endian support. Parse -mbig and -mbig-endian to use big
1022 endian support.
1023 (md_show_usage): Update to reflect current switches.
1024 (ppc_set_cpu): Recognize powerpcle as little endian PowerPC. Use
1025 as_fatal, not abort if unknown machine.
1026
56187f65
JL
1027Tue May 9 10:58:41 1995 Jeff Law (law@snake.cs.utah.edu)
1028
1029 * config/tc-hppa.c (md_apply_fix): Cast *valp to an integer when
1030 comparing against signed values.
1031 (hppa_force_relocation): Make "distance" an integer.
1032
1e63de91
KR
1033Tue May 9 00:47:03 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1034
1035 * obj.h (struct format_ops) [BFD_ASSEMBLER]: New type.
1036 (this_format) [BFD_ASSEMBLER]: Declare new variable, if not
1037 already defined as a macro.
1038
fd1fdba2
KR
1039Mon May 8 21:44:13 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1040
1041 * subsegs.h (seg_info): Provide dummy version for
1042 non-BFD_ASSEMBLER, non-MANY_SEGMENTS configuration. It should
1043 never get invoked, but this is easier than conditionalizing some
1044 of the uses.
1045 (struct seg_info_trash): Dummy type used by above to make code
1046 compile.
1047
e51a3912
KR
1048Fri May 5 14:47:13 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1049
1050 * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Define to 1, not
1051 empty.
1052 * config/obj-elf.h (SEPARATE_STAB_SECTIONS): Ditto.
1053 * config/obj-som.h (SEPARATE_STAB_SECTIONS): Ditto.
1054
8c5e0f5e
KR
1055Thu May 4 19:26:55 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1056
1057 * stabs.c (get_stab_string_offset): Always define. If
1058 SEPARATE_STAB_SECTIONS isn't set, abort.
1059 (SEPARATE_STAB_SECTIONS): Default to zero.
1060 (aout_process_stab): New function, split out from s_stab_generic.
1061 (OBJ_PROCESS_STAB) [AOUT_STABS]: Define to call aout_process_stab,
1062 if not already defined.
1063 (s_stab_generic): Test SEPARATE_STAB_SECTIONS at run time. If
1064 it's not set, and OBJ_PROCESS_STAB isn't defined, abort. Always
1065 pass six arguments to OBJ_PROCESS_STAB.
52f969e2 1066 * read.h (get_stab_string_offset): Declare unconditionally.
8c5e0f5e
KR
1067 * config/obj-aout.h (AOUT_STABS): Define.
1068 * config/obj-bout.h (AOUT_STABS): Define.
1069 * config/obj-ecoff.h (OBJ_PROCESS_STAB): Add new first argument,
1070 ignored.
1071 * config/obj-elf.h (OBJ_PROCESS_STAB) [ECOFF_DEBUGGING]: Ditto.
1072
1073 * config/obj-ecoff.h (ECOFF_DEBUGGING): Define to 1, not empty.
1074 * config/obj-elf.h (ECOFF_DEBUGGING): Ditto. Test value, not
1075 whether it's defined.
1076
9777b772
KR
1077Wed May 3 21:38:20 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1078
1079 * as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already
1080 defined, define them to zero.
1081 * config/tc-*.h, config/te-*.h: If defining them, define them to
1082 be 1 instead of empty.
1083 * expr.c (integer_constant, operand): Test them at run time
1084 instead of compile time.
1085 * read.c (read_a_source_file): Ditto.
1086 * symbols.c (colon): Ditto.
1087 (dollar_*, define_dollar_label, fb_*): Define unconditionally.
1088 * symbols.h (dollar_*, define_dollar_label, fb_*): Declare
1089 unconditionally.
1090
4829cd65
JL
1091Wed May 3 13:08:53 1995 Jeff Law (law@snake.cs.utah.edu)
1092
69cb5925 1093 * config/tc-hppa.c (md_apply_fix): Do nothing for an out of range
4829cd65
JL
1094 PC relative call since those only occur in cases where the linker
1095 can fix them up.
1096 (hppa_force_relocation): Force relocations for out of range PC
1097 relative calls.
1098
55ac59da
JL
1099Tue May 2 16:34:47 1995 Jeff Law (law@snake.cs.utah.edu)
1100
1101 * configure (hppa*-*-lites*): Handle just like hppa*-*-*elf*.
1102 * configure.in: Likewise.
1103
2c4022af
KR
1104Tue May 2 11:22:00 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1105
1106 * read.c (pop_insert): New function.
1107 (pop_override_ok, pop_table_name): New variables.
1108 (md_pop_insert, obj_pop_insert): New macros.
1109 (pobegin): Use them.
1110
1111 * config/tc-mips.c: Use USE_STDARG and USE_VARARGS instead of
1112 NO_STDARG &c.
1113
1114 * read.c (target_big_endian): If TARGET_BYTES_BIG_ENDIAN is
1115 defined, initialize to 1.
1116 * config/tc-mips.c (mips_target_format): Changed to a function,
1117 checking flavor and byte order at run time.
1118 (md_parse_option, cases OPTION_EB and OPTION_EL): Set
1119 target_big_endian here.
1120 (md_begin): Not here.
1121 * config/tc-mips.h (mips_target_format): Adjust declaration.
1122 (TARGET_FORMAT): Call mips_target_format.
1123
1124 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Define in terms of
1125 OUTPUT_FLAVOR.
1126 * config/tc-mips.c (g_switch_value, g_switch_seen): Define
1127 unconditionally.
1128 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
1129 s_abicalls, nopic_need_relax): Check USE_GLOBAL_POINTER_OPT at run
1130 time, instead of compiling conditionally on GPOPT.
1131 (GPOPT): Don't define.
1132 (md_shortopts): Always include -G.
1133 (RDATA_SECTION_NAME): Select at run time.
1134 (md_begin): Test for ELF format at run time instead of compile time.
1135 (mips_ip, s_change_sec): Ditto.
1136 (md_parse_option, cases OPTION_CALL_SHARED and OPTION_NON_SHARED):
1137 Ditto.
1138 (OPTION_CALL_SHARED, OPTION_NON_SHARED, mips_regmask_frag): Define
1139 unconditionally.
1140
91a165d1
KR
1141Tue May 2 00:17:04 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1142
833c46e1
KR
1143 * Makefile.in (TARG_CPU_DEP_*): New variables.
1144 (targ-cpu.o): Depend on one, selected by autoconf substitution,
1145 instead of TARG_CPU_DEPENDENTS.
1146 * configure.in: Substitute $cpu_type, $obj_format, $atof, and
1147 $emulation into Makefile.in.
1148start-sanitize-arc
1149 * config/arc.mt: Deleted.
1150end-sanitize-arc
1151 * config/h8300.mt: Deleted.
1152 * config/h8500.mt: Deleted.
1153 * config/i386coff.mt (TARG_CPU_DEPENDENTS): Deleted.
1154 * config/m68k.mt: Deleted.
1155 * config/m68kcoff.mt (TARG_CPU_DEPENDENTS): Deleted.
1156 * config/m88kcoff.mt (TARG_CPU_DEPENDENTS): Deleted.
1157 * config/mips-big.mt (TARG_CPU_DEPENDENTS): Deleted.
1158 * config/mips-lit.mt (TARG_CPU_DEPENDENTS): Deleted.
1159start-sanitize-rce
1160 * config/rce.mt: Deleted.
1161end-sanitize-rce
1162 * config/sh.mt: Deleted.
1163 * config/w65.mt: Deleted.
1164 * config/z8k.mt: Deleted.
1165
78dace0a
KR
1166 * config/te-dpx2.h (dpx2): Deleted unused macro.
1167 * config/te-generic.h (TE_GENERIC): Ditto.
91a165d1
KR
1168 * config/te-go32.h (TE_GO32): Ditto.
1169 * config/te-hp300.h (TE_HP300): Ditto.
78dace0a 1170 * config/te-hppa.h (PA, _TE_PA_H): Ditto.
91a165d1
KR
1171 * config/te-ic960.h (TE_IC960): Ditto.
1172 * config/te-nbsd532.h (TE_NETBSD532): Ditto.
1173 * config/te-pc532mach.h (TE_PC532MACH): Ditto.
1174 * config/te-ppcnw.h (TE_PPCNW): Ditto.
78dace0a 1175 * config/te-sco386.h (scounix): Ditto.
91a165d1
KR
1176
1177Mon May 1 15:59:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1178
1179 * read.c (s_app_file): If obj_app_file is defined, call it with
1180 string as argument. Don't call c_dot_file_symbol or
1181 elf_file_symbol.
1182 * config/obj-coff.h (obj_app_file): Define as c_dot_file_symbol.
1183 * config/obj-elf.h (obj_app_file): Define as elf_file_symbol.
1184
1185 * as.h (OUTPUT_FLAVOR): Don't define here.
1186 * config/obj-aout.h (OUTPUT_FLAVOR) [BFD_ASSEMBLER]: Define.
1187 * config/obj-bout.h (OUTPUT_FLAVOR): Define.
1188 * config/obj-coff.h (OUTPUT_FLAVOR) [BFD_ASSEMBLER]: Define.
1189 * config/obj-ecoff.h (OUTPUT_FLAVOR): Define.
1190 * config/obj-elf.h (OUTPUT_FLAVOR): Define.
1191
86a90ab9
DE
1192start-sanitize-arc
1193Sat Apr 29 21:44:57 1995 Doug Evans <dje@chestnut.cygnus.com>
1194
1195 * config/tc-arc.c (delay_slot_type): Deleted.
1196 (md_assemble): Remember suffixes seen.
1197 Issue warnings for 8 byte jump with delay slot, and conditional
1198 branch immediately following set of condition codes.
1199end-sanitize-arc
1200
85f667f7
DE
1201Thu Apr 27 20:07:33 1995 Doug Evans <dje@canuck.cygnus.com>
1202
1203 * Makefile.in (RUNTEST): Use one in srcdir if present.
1204 (RUNTESTFLAGS): Define.
1205
931a8fab
KR
1206Wed Apr 26 15:54:10 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1207
1208 Support for more portable alignment handling in assembly code,
1209 based on patches from Bryan Ford <baford@schirf.cs.utah.edu>:
1210 * read.c (potable): Added balign and p2align, for aligning by
1211 bytes or powers of two independent of what ".align" does for a
1212 given target.
1213 * doc/as.texinfo: Document them.
1214
404f16f5
RS
1215Tue Apr 25 11:12:04 1995 Rob Savoye <rob@thepub.cygnus.com>
1216
1217 * configure, configure.in: Look for m68k-*-vxworks* rather than
1218 just m68k-wrs-vxworks so gas can be configured for
1219 m68k-vxworks5.1.
1220
1221Fri Apr 21 15:19:06 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1222
1223 * config/tc-sh.c (md_apply_fix): If fx_r_type is zero, handle
1224 fx_size of 1, and abort on unrecognized sizes.
1225
1226 * config/tc-m68k.c (m68k_ip): Fix bug in last change regarding
1227 non-isvar case.
1228
1229Sun Apr 16 01:52:52 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1230
1231 * config/tc-m68k.h (md_relax_table, TC_GENERIC_RELAX_TABLE):
1232 Missed this one in 11 Apr changes.
1233
1234 * config/tc-i386.h (TC_GENERIC_RELAX_TABLE): Fix typo.
1235
bcee935e
KR
1236Thu Apr 13 18:18:08 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1237
51ba1ae6
KR
1238 * config/tc-sh.c (md_convert_frag): Instead of aborting on large
1239 displacements, print an error message. Don't invoke the code that
1240 followed the abort call until it's been verified.
1241
bcee935e
KR
1242 * config/tc-m68k.c (md_show_usage): Add 68060 to list. Split cpu
1243 list into three lines.
1244
1245Thu Apr 13 14:34:36 1995 Torbjorn Granlund <tege@adder.cygnus.com>
1246
1247 * tc-m68k.c (m68k_init_after_args): Test for m68360.
1248 (md_parse_option): Likewise.
1249 (md_show_usage): Mention m68360.
1250 * tc-m68k.h (TARGET_WORD_SIZE): Define.
1251 (TARGET_ARCH): Define.
1252
1253 * expr.c (integer_constant): If TARGET_WORD_SIZE is defined,
1254 sign-extend appropriately.
1255
1256Thu Apr 13 11:20:17 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1257
1258 * config/tc-ppc.c (ppc_elf_validate_fix): Properly use PARAMS to
1259 hide prototype from non-ANSI compilers, and don't use ANSI syntax
1260 for arguments.
1261
b5549686
SS
1262Wed Apr 12 12:20:19 1995 Stan Shebs <shebs@andros.cygnus.com>
1263
1264 * mpw-config.in (TDEFINES): Put empty definition into
1265 makefile fragment.
1266 * mpw-make.in (xmalloc.c.o): Remove.
1267 (as.new): Depend on Version.r.
1268 (Version.r): Generate from version info.
1269
1270 * mpw-make.in: Delete references to hex-value.c.
1271
1272 * mpw-config.in: Add mapping from configs to object file formats,
1273 get VERSION from Makefile.in and add to mk.tmp.
1274 (mips-idt-ecoff) [TDEFINES]: Add TARGET_BYTES_BIG_ENDIAN.
1275 * mpw-make.in (VERSION, gC): Don't define.
1276 (ALL_CFLAGS): Remove -d flags.
1277 (config.h): Remove definition of MPW, add HAVE_STDARG_H,
1278 BFD_ASSEMBLER.
1279
1280 * mpw-make.in (ALL_CFLAGS): Add definition of HAVE_STDARG_H,
1281 include of ::libiberty:.
1282 (config.h): Ifdef contents on GAS_VERSION.
1283
1284 * mpw-make.in (as.c): Compile with C not gC.
1285 (config-stamp): Touch correctly.
1286 (install-only): New target.
1287 (install): Depend on all and install-only.
1288
1289 * mpw-config.in: Parse target and use to generate forward includes
1290 to tc-, obj-, and atof- files, use te-generic.h for emulation.
1291 * mpw-make.in (VERSION): Define.
1292 (as.c): Compile with GCC.
1293 (TARG_OBJECTS, CLIBS): Define.
1294 (as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link
1295 command.
1296 (config.h, config-stamp): Build.
1297
1298 * mpw-make.in (C, CFLAGS): Removed definitions.
1299 (ALL_CFLAGS): Define.
1300 Set default rule to use {CC} instead of {C}.
1301
1302 * mpw-make.in (install): Moved here from mpw-build.in.
1303 * mpw-build.in: Removed, functionality in mpw-make.in
1304
1305 * mpw-make.in (CFLAGS): Add more include paths.
1306
1307 * mpw-config.in (varargs.h, sys/*.h): Don't create when
1308 configuring.
1309 * mpw-make.in (CFLAGS): Add -w flag.
1310
1311 * mpw-make.in: Replace 8-bit chars with their names.
1312
1313 * mpw-config.in: New file, MPW version of configure.in.
1314 * mpw-make.in: New file, MPW version of Makefile.in.
1315
5d57a66b
DE
1316start-sanitize-arc
1317Wed Apr 12 07:35:44 1995 Doug Evans <dje@canuck.cygnus.com>
1318
1319 * config/tc-arc.c (delay_slot_type): New function.
1320 (md_assemble): Use hashed list of insns.
1321 Print warning if 8 byte insn appears in delay slot.
1322 (md_operand): Handle %st(sym1-sym2).
1323 (get_arc_exp_reloc_type): Likewise.
1324 (md_apply_fix, case BFD_RELOC_ARC_B26): Now using implicit addends
1325 so must store them here.
1326end-sanitize-arc
1327
7beebeb6
KR
1328Tue Apr 11 01:42:36 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1329
98df0912
KR
1330 * configure.in: Require at least autoconf 2.3, because earlier
1331 versions lose on some AIX versions.
1332 * configure: Regenerated.
1333
1334 * configure.in: Add m68k-*-elf.
1335 * config/tc-m68k.c (comment_chars) [OBJ_ELF]: Include '#'.
1336 (md_pseudo_table) [OBJ_ELF]: Ignore "swbeg".
1337 (md_begin): Set alt_notend_table['&'], so svr4-style immediate
1338 operands are accepted.
1339 (md_apply_fix): Argument VALP should point to valueT.
1340 (md_convert_frag): Argument SEC should be type segT.
1341 (md_shortopts) [OBJ_ELF]: Accept 'Q' with an argument.
1342 (md_parse_option): Ignore it.
1343 (md_convert_frag_1): Add in frag address for the symbol in the
1344 displacement calculation.
1345 * config/tc-m68k.h (TARGET_FORMAT) [OBJ_ELF]: Use "elf32-m68k".
1346 (TARGET_ARCH): Define.
1347 (REGISTER_PREFIX_OPTIONAL) [OBJ_ELF]: Default to 0.
1348 (LOCAL_LABEL, FAKE_LABEL_NAME, REGISTER_PREFIX_OPTIONAL): Handle
1349 these the same way for OBJ_ELF as for M68KCOFF.
1350
7beebeb6
KR
1351 * gdbinit.in: Add breakpoint in as_abort.
1352
1353 * write.c (cvt_frag_to_fill): If offset is less than zero,
1354 complain about it specifically, instead of reporting an assertion
1355 failure.
1356 (relax_segment): Complain about .org backwards, then ignore it.
1357 Do generic rs_machine_dependent relaxation only if
1358 TC_GENERIC_RELAX_TABLE is defined, and use its value for the base
1359 of the table.
1360 * tc.h (md_relax_table): Delete declaration.
7b1f56d4 1361 * as.h (struct relax_type): Add forward declaration for type.
7beebeb6
KR
1362 * config/tc-a29k.c: Deleted md_relax_table.
1363 * config/tc-{alpha,arm,h8300,hppa,i860,m88k,mips,ppc,sparc,z8k}.c:
1364 Ditto.
1365 * config/tc-{h8500,i386,i960,ns32k,sh,tahoe,vax,w65}.h: Declare
1366 md_relax_table here, and define TC_GENERIC_RELAX_TABLE to expand
1367 to md_relax_table.
1368 * config/tc-h8500.c (md_relax_table): No longer const.
1369 * config/tc-w65.c (md_relax_table): Ditto.
1370 * config/tc-sparc.c (md_short_jump_size, md_long_jump_size):
1371 Deleted.
1372start-sanitize-arc
1373 * config/tc-arc.c (md_relax_table, md_short_jump_size,
1374 md_long_jump_size): Deleted.
1375end-sanitize-arc
1376start-sanitize-rce
1377 * config/tc-rce.h: Declare md_relax_table here, and define
1378 TC_GENERIC_RELAX_TABLE to expand to it.
1379end-sanitize-rce
faf2dc27
KR
1380 * doc/internals.texi: Describe TC_GENERIC_RELAX_TABLE and
1381 WORKING_DOT_WORD. Mention md_*_jump_size (but description needs
1382 to be fleshed out later). Note m68k PCINDEX mode has been checked
1383 in.
7beebeb6 1384
7015284b
KR
1385Mon Apr 10 15:57:42 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1386
7beebeb6
KR
1387 * config/tc-mips.c (nopic_need_relax): New static function, split
1388 out from md_estimate_size_before_relax.
1389 (md_estimate_size_before_relax): Call it.
1390 (load_address, macro): In NO_PIC branches, if nopic_need_relax
1391 returns nonzero, don't attempt GP optimization.
1392
1393 * config/tc-m68k.c (PCINDEX): New macro.
1394 (md_relax_table): No longer const. Add PCINDEX entries.
1395 (m68k_ip): For AINDX with simple symbol operand, generate a
1396 PCINDEX frag if PC is used, or do normal non-AINDX processing for
1397 address register.
1398 (m68k_init_after_args): If cpu is 68000 or 68010, fix
1399 md_relax_table to prevent relaxation of PCINDEX/BYTE mode to
1400 SHORT, since they don't support that mode.
1401 (md_convert_frag_1, case PCLEA/LONG): Add 4 to offset, not 2. Add
1402 support for new PCINDEX modes.
1403 (md_estimate_size_before_relax): Process PCINDEX/SZ_UNDEF mode.
1404
1405 * config/tc-m68k.c (md_convert_frag_1, case PCLEA/SHORT): Add 2 to
1406 offset.
1407 (m68k_ip, case most punctuation/AOFF): If using PC, call add_frag
1408 using PCLEA.
1409
1410 * config/tc-m68k.c: Don't explicitly include config.h. Deleted a
1411 bunch of "#if 0" code and useless comments.
1412 (struct m68k_cpu): New type.
1413 (archs, n_archs): New variables, with single list of name/enum
1414 mapping and aliases.
1415 (m68k_ip): Delete the table here.
1416 (m68k_init_after_args): Use the new table here instead of
1417 open-coding it.
1418 (md_parse_option, case 'm'): Ditto.
1419
7015284b
KR
1420 * doc/Makefile.in (Makefile): Fix rule for running config.status.
1421 (internals.dvi, internals.ps, internals.ps4): New targets, not
1422 built by default.
1423
1424 * doc/internals.texi: Add loud disclaimer. Refill to 79 columns,
1425 specify fill-column in local-variables section. Change
1426 subheadings to subsections so they can be cross-referenced.
1427 Describe broken words, frags, frag chains, generic relaxation,
1428 relax table, m68k relaxation, m68k addressing modes, test suite
1429 code. Add a few words about various file formats.
1430
1431 * doc/as.texinfo (m68k): Recommend using `%' with registers as the
1432 normal case, instead of the exceptional case.
1433
47ba63b2
DE
1434start-sanitize-arc
1435Thu Apr 6 20:00:11 1995 Doug Evans <dje@chestnut.cygnus.com>
1436
1437 * config/tc-arc.c (arc_condition_codes): Deleted.
1438 (init_opcode_tables): Delete cpu_type_map, call
1439 arc_get_opcode_mach instead.
1440 (arc_common): Delete non-ELF stuff. Require leading '.' in .data.
1441 (md_apply_fix): Delete non-ELF stuff.
1442 Disable special handling of limm values, treat them normally.
1443 (get_arc_exp_reloc_type): New argument `data_p'. Callers updated.
1444 (md_assemble): All limm operands must be output by gas, the opcode
1445 insertion routines cannot be used (they don't do anything and we're
69cb5925 1446 using implicit addends now so we need to output something).
47ba63b2
DE
1447 * config/tc-arc.h (FAKE_LABEL_NAME): Define.
1448end-sanitize-arc
1449
1450Thu Mar 30 14:38:47 1995 H.J. Lu (hjl@nynexst.com)
1451
1452 * configure.in: Change linux to default to elf. Using
1453 i[345]86-*-linuxaout will defaults to a.out.
1454 * configure: Rebuild.
1455
6d7bcd2f
TG
1456Wed Mar 29 17:16:30 1995 Torbjorn Granlund <tege@adder.cygnus.com>
1457
1458 * config/tc-m68k.c (md_apply_fix_2): Cast negative offsets to offsetT
1459 (for hosting on 64 bit machines).
1460
350f083c
ILT
1461Tue Mar 21 16:53:27 1995 Ian Lance Taylor <ian@cygnus.com>
1462
1463 * config/tc-mips.c (md_show_usage): Mention -mips4 and -m4650.
1464
1465Fri Mar 17 16:47:13 1995 Stan Shebs <shebs@andros.cygnus.com>
1466
1467 * write.c (write_object_file): Add PROGRESS macros.
1468
bff1e14d
JL
1469Fri Mar 17 12:40:34 1995 Jeff Law (law@snake.cs.utah.edu)
1470
1471 * config/tc-hppa.c (pa_comm): Make sure to always reset the frag
1472 and section for common symbols.
1473
1474Thu Mar 16 17:26:18 1995 Michael Meissner <meissner@cygnus.com>
1475
1476 * config/tc-ppc.c (ppc_elf_validate_fix): Allow non PC relative
1477 pointers in the .ctors and .dtors section also when using the
1478 -mrelocatable option.
1479 (md_parse_option): Support -m403 as a PowerPC computer.
1480 (md_show_usage): Ditto.
1481
e5926c4a
ILT
1482Wed Mar 15 14:45:42 1995 Ian Lance Taylor <ian@cygnus.com>
1483
1484 * ecoff.c (ecoff_build_debug): The cur_scope field of a fil_ptr
1485 may be NULL when given strange input. Don't core dump.
1486
a7f668c0
ILT
1487Tue Mar 14 21:36:34 1995 Ian Lance Taylor <ian@cygnus.com>
1488
1489 * config/tc-mips.c (load_register): Don't use addiu for dli of an
1490 unsigned seemingly negative number. Don't bother shifting a zero
1491 value.
1492 (mips_ip): For case 'j', if there are more alternatives, and the
1493 ISA level is at least 3, don't accept an unsigned seemingly
1494 negative number.
1495
f6bc42a3
KR
1496Tue Mar 14 19:16:43 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1497
1498 * read.c (s_app_line): Fix last patch to deal with a line number
1499 of 1.
1500
ce9a2805
MM
1501Tue Mar 14 17:00:57 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1502
1503 * config/tc-ppc.c (ppc_elf_validate_fix): Use as_warn_where, not
1504 as_bad_where to give a warning instead of an error.
1505
85a30e59
KR
1506Mon Mar 13 17:03:46 1995 Pat Rankin (rankin@eql.caltech.edu)
1507
1508 * config/tc-vax.c (md_assemble): issue a warning if a constant
1509 is used as an operand where an immediate value is not allowed.
1510
78fcad58
KR
1511Fri Mar 10 19:21:19 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1512
69cb5925 1513 * config/obj-coff.c: Redo my 10 Jan change, but get it right this
78fcad58
KR
1514 time. :-)
1515 (fixup_segment): If linkrelax is set, just return.
1516 (write_object_file): Don't treat h8300 and z8k specially with
1517 regard to fixups.
1518 * config/tc-h8300.c (md_begin): Set linkrelax.
1519 * config/tc-z8k.c (md_begin): Ditto.
1520
5fc2a6ec
ILT
1521Thu Mar 9 18:01:37 1995 Ian Lance Taylor <ian@cygnus.com>
1522
1523 * config/obj-coff.c (coff_header_append): Check return value of
1524 bfd_coff_swap_scnhdr_out.
1525
9a6ec5eb
DE
1526Thu Mar 9 13:51:30 1995 Doug Evans <dje@canuck.cygnus.com>
1527
1528 Delete this patch, it breaks the h8300 assembler.
1529 Tue Jan 10 13:34:14 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1530 * config/obj-coff.c (write_object_file): Don't treat h8300 and z8k
1531 specially with regard to fixups.
1532
1533Thu Mar 9 12:28:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1534
1535 * config/tc-ppc.c (mrelocatable): Change type to boolean.
1536 (md_begin): Set the EF_PPC_RELOCATABLE if -mrelocatable.
1537
a79bf95d
ILT
1538Wed Mar 8 15:39:39 1995 Ian Lance Taylor <ian@cygnus.com>
1539
1540 * config/tc-mips.c (md_begin): Check for a cpu string of r8000 or
1541 r10000. If mips_isa is 4, set the machine number to 8000.
1542 (append_insn): If mips_isa is at least 4, don't generate nops for
1543 coprocessor delays. Check INSN_READ_FPR_R when setting
1544 mips_cprmask[1].
1545 (mips_emit_delays): If mips_isa is at least 4, don't generate nops
1546 for coprocessor delays.
1547 (mips_ip): Check for INSN_ISA4 instructions. Handle new argument
1548 types 'h', 'R', 'N', and 'M'.
1549 (md_longopts): Accept "mips4".
1550 (md_parse_option): Handle -mips4, and -mcpu=10000 and -mcpu=8000.
1551 (s_mipsset): Permit .set mips4.
1552
74e1b52e
MM
1553Wed Mar 8 09:36:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1554
1555 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .stab sections to
1556 have non PC relative relocations with -mrelocatable.
1557
82a7c457
KR
1558Wed Mar 8 02:57:53 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1559
1560 * config/tc-m68k.c (opcode_ptr): Return pointer to const.
1561 (md_begin): Make hash table errors fatal. Process opcode aliases
1562 after main opcode table.
1563 (md_apply_fix_2, case 4): Recode setting of lower_limit to avoid
1564 gcc warning.
1565
3f4487d0
DE
1566start-sanitize-arc
1567Tue Mar 7 20:42:35 1995 Doug Evans <dje@chestnut.cygnus.com>
1568
1569 * config/tc-arc.h (LITTLE_ENDIAN, BIG_ENDIAN): Define.
1570 (DEFAULT_TARGET_FORMAT): Define.
1571 (DEFAULT_BYTE_ORDER): Define to little endian.
1572 (TARGET_FORMAT): Byte order is now selectable.
1573 * config/tc-arc.c (arc_target_format): New variable.
1574 (byte_order): New variable.
1575 (md_longopts): New options -EL, -EB.
1576 (md_parse_option): Recognize them.
1577 (md_show_usage): Print them.
1578 (md_begin): Set target_big_endian.
1579end-sanitize-arc
1580
3e39a556
ILT
1581Tue Mar 7 16:07:10 1995 Ian Lance Taylor <ian@cygnus.com>
1582
1583 * doc/as.texinfo: Add documentation for SPARC V9, from Doug Evans
1584 <dje@cygnus.com>.
1585
5f241617
JL
1586Mon Mar 6 09:58:34 1995 Jeff Law (law@snake.cs.utah.edu)
1587
1588 * config/tc-hppa.c: Change all occurences of pa-89 with pa-11 to
1589 be consistent with current naming conventions.
1590 (md_begin): Set a default architecture and machine type.
1591 (pa_ip): If the current instruction specifies a newer machine type
1592 than the current machine type, then update the current machine
1593 type.
1594 (need_pa11_opcode): Likewise.
1595
2c23d22b
JL
1596Sun Mar 5 19:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
1597
1598 * config/tc-hppa.c (pa_ip, case 'z'): Don't lose argument
1599 relocation bits for absolute calls.
1600
0578ade3
KR
1601Fri Mar 3 17:41:50 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1602
cb7973c3
KR
1603 * config/tc-h8300.* (md_operand): Change empty function to empty
1604 macro.
1605
1606 * config/tc-h8300.c (build_bytes): Make H8/300-H warning message
1607 clearer.
1608
0578ade3
KR
1609 * write.c (write_contents): If bfd_set_section_contents fails,
1610 print a message and exit, instead of aborting.
1611
3f81f3cf
MM
1612Fri Mar 3 16:26:19 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1613
1614 * tc.h (md_apply_fix3): If MD_APPLY_FIX3 is defined, declare
1615 md_apply_fix3.
1616
1617 * write.c (fixup_segment): If MD_APPLY_FIX3 is defined, call
1618 md_apply_fix3 with the normal 2 arguments and the current segment
1619 pointer instead of md_apply_fix.
1620
1621 * config/tc-ppc.h (MD_APPLY_FIX3): Define.
1622
1623 * config/tc-ppc.c (ppc_elf_validate_fix): Warn if -mrelocatable
1624 and a non PC relative relocation that isn't in the .got2 segment
1625 was performed.
1626 (md_apply_fix3): Rename from md_apply_fix and take segment pointer
1627 as third argument. If ELF object format, call ppc_elf_validate_fix
1628 for normal relocations.
1629 (md_parse_option): If ELF object format, recognize the
1630 -mrelocatable switch.
1631
1632Thu Mar 2 16:34:44 1995 Ian Lance Taylor <ian@cygnus.com>
1633
1634 * config/tc-i386.h (AOUT_MACHTYPE): Define as 100, not 0.
1635
33d8f469
KR
1636Tue Feb 28 18:29:27 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1637
1638 * config/tc-arm.c, config/tc-arm.h (md_operand): Replaced empty
1639 function in .c file with empty macro in .h file.
1640 * config/tc-h8500.*, config/tc-hppa.*, config/tc-i386.*,
1641 config/tc-i860.*, config/tc-i960.*, config/tc-ns32k.*,
1642 config/tc-ppc.*, config/tc-sh.*, config/tc-sparc.*,
1643 config/tc-tahoe.*, config/tc-vax.*, config/tc-w65.*,
1644 config/tc-z8k.*: Ditto.
1645start-sanitize-rce
1646 * config/tc-rce.*: Ditto.
1647end-sanitize-rce
46f12809
KR
1648 * config/tc-m68k.*: Ditto.
1649
1650 * config/tc-m68k.c (mote_pseudo_table): Removed dots from opcode
1651 names.
33d8f469
KR
1652
1653 * read.c (s_app_line): Ignore non-positive line numbers.
1654
0877841d
ILT
1655Tue Feb 28 15:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
1656
1657 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust PLT or
1658 GOT relocs either.
1659
d2c02060
KH
1660Mon Feb 27 13:03:41 1995 Kung Hsu <kung@mexican.cygnus.com>
1661
1662 * configure.in: add a29k-*-vxworks configuration.
1663
7811254c
ILT
1664Fri Feb 24 14:41:15 1995 Ian Lance Taylor <ian@cygnus.com>
1665
d2c02060
KH
1666 * config/tc-mips.c (load_register): Take dbl argument to determine
1667 handling of signed 32 bit values in 64 bit modes. Change all
1668 callers.
1669 (macro): Handle M_DLI and M_DLA_AB.
7811254c 1670
e386acc8
JL
1671Wed Feb 22 23:10:56 1995 Jeff Law (law@snake.cs.utah.edu)
1672
1673 * config/tc-hppa.c (md_apply_fix): Don't subtract the value of the
1674 add symbol if it's a common symbol (the value of a common symbol
1675 is its size, not a value in the traditional sense).
1676
546f5536
ILT
1677Wed Feb 22 21:12:28 1995 Ian Lance Taylor <ian@cygnus.com>
1678
1679 * config/tc-mips.c (append_insn): If listing_prev_line is called,
1680 call frag_grow to make sure there is still room for a variant.
1681
7a3761e1
ILT
1682Fri Feb 17 14:50:08 1995 Ian Lance Taylor <ian@cygnus.com>
1683
61420a20
ILT
1684 * config/tc-mips.c (md_pseudo_table): Add 2byte, 4byte and 8byte
1685 if OBJ_ELF. From gary@Intrepid.COM (Gary Funck).
1686
7a3761e1
ILT
1687 * config/obj-elf.c (elf_frob_symbol): Warn if a symbol is both
1688 weak and common.
1689 * config/obj-aout.c (obj_aout_frob_symbol): Likewise.
1690
5836732b
MM
1691Fri Feb 17 12:43:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1692
1693 * config/tc-ppc.c (md_pseudo_table): Don't redefine byte under
1694 ELF.
1695 (ppc_elf_cons): Don't support @pcrel any more, since DIFF_EXPR_OK
1696 allows the normal expressions to generate it.
1697 (md_apply_fix): Convert BFD_RELOC_32 with pcrel bit set into
1698 BFD_RELOC_32_PCREL. Abort if either BFD_RELOC_16 or BFD_RELOC_8
1699 need PC relative relocations.
1700
1701 * config/tc-ppc.h (DIFF_EXPR_OK): Define to allow PC relative
1702 expressions to be handled.
1703
b8ed3de3
DE
1704Thu Feb 16 14:30:13 1995 Doug Evans <dje@cygnus.com>
1705
1706 * expr.c (operand): Move md_operand handling to default case
1707 (so it works).
1708
efc538ba
ILT
1709Wed Feb 15 16:08:47 1995 Jason Molenda <crash@cygnus.com>
1710
1711 * config/tc-h8500.c (tc_coff_symbol_emit_hook): Add ignored
1712 parameter, to match prototype.
1713
4a6b2f8b
MM
1714Wed Feb 15 15:07:00 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1715
1716 * config/tc-ppc.c (md_pseudo_table): If ELF, go to ppc_elf_cons
1717 instead of cons.
1718 (md_show_usage): Show all of the PowerPc options.
1719 (ppc_elf_suffix): New function to recognize ELF suffixes that
1720 specify a relocation, such as @GOT.
1721 (ppc_elf_cons): Replacement for the standard cons function that
1722 knows about the ELF suffixes.
1723 (ppc_fixup): Add reloc field to hold non-standard relocation.
1724 (md_assemble): Handle ELF suffixes like @GOT.
1725 (md_create_short_jump): Dummy in case WORKING_DOT_WORD is not
1726 defined.
1727 (md_create_long_jump): Ditto.
1728 (md_short_jump_size): Ditto.
1729 (md_long_jump_size): Ditto.
1730 (md_apply_fix): Handle BFD_RELOC_32_PCREL, BFD_RELOC_LO16,
1731 BFD_RELOC_HI16, BFD_RELOC_HI16_S, BFD_RELOC_PPC_TOC16, and
1732 BFD_RELOC_16 relocations. If relocation can not be found, print
1733 the decimal value of the relocation.
1734
b2b8c24e
ILT
1735Wed Feb 15 11:46:02 1995 Ian Lance Taylor <ian@cygnus.com>
1736
49ad0c4c
ILT
1737 * config/tc-mips.c (md_apply_fix): Accept BFD_RELOC_16, for
1738 DWARF. From gary@Intrepid.COM (Gary Funck).
1739
adcf2b9d
ILT
1740 * config/tc-mips.c (macro): Handle M_U{L,S}D[_A] (unaligned double
1741 loads and stores).
1742
1743 * config/tc-i386.c (tc_i386_fix_adjustable): Do adjust global
1744 symbols if OBJ_AOUT.
1745
b2b8c24e
ILT
1746 * config/tc-mips.c (macro): Don't use the target register as a
1747 base register when building the address for M_L{W,D}{L,R}_AB.
1748
08b7351f
ILT
1749Mon Feb 13 14:44:32 1995 Ian Lance Taylor <ian@cygnus.com>
1750
b2b8c24e
ILT
1751 * config/tc-mips.c (KT0, KT1): Define.
1752 (mips_ip): Recognize $kt0 and $kt1 as register names.
1753
08b7351f
ILT
1754 * config/tc-sparc.h (tc_fix_adjustable): Define if OBJ_ELF.
1755 * config/tc-sparc.c (md_apply_fix): If OBJ_ELF, subtract out the
1756 value of a defined symbol; the value was added in by
1757 fixup_segment. This was previously corrected, if the reloc was
1758 changed to be against a section symbol, in tc_gen_reloc.
1759
1760start-sanitize-arc
1761Mon Feb 13 10:02:35 1995 Doug Evans <dje@canuck.cygnus.com>
1762
1763 * config/tc-arc.h (TC_PARSE_CONS_EXPRESSION): Define.
1764 (TC_CONS_FIX_NEW): Define.
1765 * config/tc-arc.c (get_arc_exp_operand_type): New function.
1766 (init_opcode_tables): Insert registers into global symbol table.
1767 (md_assemble): Call `expression' to parse all expressions.
1768 Call `get_arc_exp_operand_type'.
1769 (md_operand): Recognize %st(foo).
1770 (arc_parse_cons_expression): New function.
1771 (arc_cons_fix_new): New function.
1772 (md_apply_fix): Handle new reloc BFD_RELOC_ARC_B26.
1773end-sanitize-arc
1774
e13a80f7
ILT
1775Fri Feb 10 14:04:04 1995 Ian Lance Taylor <ian@cygnus.com>
1776
1777 * config/tc-i386.c (tc_i386_fix_adjustable): Use S_IS_EXTERN
1778 rather than !S_IS_LOCAL.
1779
2ec8f45e
DE
1780start-sanitize-arc
1781Thu Feb 9 17:44:29 1995 Doug Evans <dje@canuck.cygnus.com>
1782
1783 * config/tc-arc.c (md_pseudo_table): Add .cpu.
1784 (comment_chars): Add ';'.
1785 (arc_mach_type, mach_type_specified, cpu_tables_init_p): New globals.
1786 (md_parse_option): Delete support for -mmult. Add -mcpu=xxx.
1787 (md_begin): Current ARCs are little endian.
1788 Call bfd_set_arch_mach to set the cpu type.
1789 (init_opcode_tables): New function.
1790 (md_begin): Ignore suffixes and registers not supported by cpu.
1791 (md_assemble): Initialize opcode tables here.
1792 Ignore opcodes not supported by selected cpu.
1793 Always ask for more memory in one piece.
1794 (arc_cpu): New function.
1795 (md_numbers_to_chars): Support both endians (will probably be needed
1796 eventually anyway).
1797 (md_apply_fix): Likewise.
1798 * config/tc-arc.h (LOCAL_LABEL): Delete "_.L_", gcc works around
1799 dwarfout.c quirk.
1800end-sanitize-arc
1801
79c4bb34
ILT
1802Thu Feb 9 18:16:34 1995 Ian Lance Taylor <ian@cygnus.com>
1803
1804 * config/tc-i386.c (md_assemble): Adjust conditions for changing
1805 BFD_RELOC_32 to BFD_RELOC_386_GOTPC to handle a switch in frags.
1806 Patch originally from Rob Ryan <robr@cmu.edu>.
1807
1808 * config/tc-i386.c: Include subsegs.h.
1809 (tc_i386_fix_adjustable): Declare return value.
1810 (i386_operand): Don't use an assignment directly as a condition.
1811
e6d31135
JL
1812Thu Feb 9 10:37:13 1995 Jeff Law (law@snake.cs.utah.edu)
1813
1814 * config/tc-hppa.c (md_apply_fix): In some cases subtract the
1815 value of the add symbol from valp. Offsets braindamage in the
1816 "machine independent" fixup_segment.
1817
15f146be
KR
1818Wed Feb 8 18:51:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1819
e10c7dfc
KR
1820 * messages.c (as_abort): New function.
1821 * as.h (as_abort): Declare it.
1822 (abort): New macro.
1823
15f146be
KR
1824 Thu Jan 19 18:10:05 1995 Pat Rankin (rankin@eql.caltech.edu)
1825
1826 * config/vms-conf.h (HAVE_UNISTD_H): define it unconditionally.
1827 * config-gas.com: test for availability of <unistd.h>; create a
1828 rudimentary one if necessary.
1829
06c08e9a
MM
1830Tue Feb 7 13:34:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1831
1832 * configure.in: Add powerpc-*-eabi support, which is the same as
1833 powerpc-*-elf.
1834 (configure): Rebuild with autoconf.
1835
c54c7aac
KR
1836Mon Feb 6 03:37:00 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1837
1838 Changes from Bryan Ford <baford@schirf.cs.utah.edu> for i386
1839 16-bit and msdos support:
1840 * config/tc-i386.c (flag_16bit_code): New variable.
1841 (set_16bit_code_flag): New function.
1842 (md_pseudo_table): Added entries "code16" and "code32".
1843 (md_assemble): Ensure that correct data-size prefixes get emitted,
1844 based on the current mode. Ensure that 32-bit addressing will
1845 always be done. Move segment-prefix handling code. (Why?) Use
1846 16-bit jumps for 16-bit code, 32-bit jumps for 32-bit code.
1847 * config/tc-i386.h (MAX_PREFIXES): Bump to 5.
1848 (Data16, Data32): Define.
1849 * doc/as.texinfo (i386-16bit): New node.
1850 * configure.in (i386-*-msdos*): New target, using a.out format.
1851 * configure: Regenerated.
1852
e2bf6880
KR
1853Thu Feb 2 15:21:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1854
1855 * config/tc-m68k.c (cpu32_control_regs): New macro.
1856 (m68k_init_after_args): Use it, for cpu32 processors.
1857
b003a2d9
KR
1858 Tue Jan 31 17:20:45 1995 Pat Rankin (rankin@eql.caltech.edu)
1859
1860 * config/obj-vms.c (vms_tir_stack_psect): new routine;
1861 (VMS_Set_Data, VMS_Set_Psect, VMS_Store_PIC_Symbol_Reference,
1862 VMS_TBT_Routine_Begin, VMS_TBT_Line_PC_Correlation): use it;
1863 (VMS_Global_Symbol_Spec, VMS_Procedure_Entry_Pt): treat
1864 Psect_Number as `unsigned'.
1865
1866 Thu Jan 26 17:06:28 1995 Pat Rankin (rankin@eql.caltech.edu)
1867
1868 * config/obj-vms.c: performance tuning.
1869 (VMS_Symbol_type_list): convert from single list head to small
1870 array of list heads;
1871 (SYMTYP_HASH): new macro for accessing VMS_Symbol_type_list[];
1872 (find_symbol, setup_basic_type, VMS_typedef_parse): use it;
1873 (VMS_RSYM_Parse): move S_GET_VALUE() inside switch to avoid
1874 calling it for uninteresting cases.
1875
b4682e51
JL
1876Wed Feb 1 23:52:45 1995 Jeff Law (law@snake.cs.utah.edu)
1877
1878 * config/tc-hppa.c (md_apply_fix): Go ahead and call
1879 hppa_field_adjust to get a new value for R_DATA_ONE_SYMBOL
1880 relocations in SOM.
1881 (hppa_fix_adjustable): Refine somewhat.
1882
e2bf6880
KR
1883Fri Jan 27 21:29:53 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1884
1885 * config/tc-ppc.h (NO_STRING_ESCAPES): Don't define if we are
1886 using ELF.
1887
a18a0f22
KR
1888Thu Jan 26 19:03:42 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1889
1890 * config/tc-h8300.c (get_specific): Add parens around | inside &.
1891 (skip_colonthing): Set L_8 if ":8" is specified.
1892
76e30835
ILT
1893Thu Jan 26 18:38:01 1995 Ian Lance Taylor <ian@cygnus.com>
1894
1895 * config/tc-ppc.c (md_begin): Permit mfdec to be duplicated on the
1896 601. Check that the error return from hash_insert is "exists".
1897
da8fa3ba
MM
1898Thu Jan 26 11:35:33 1995 Michael Meissner <meissner@cygnus.com>
1899
1900 * configure: Add support for configuring powerpc-*-eabi.
1901
1902 * config/tc-ppc.c (GOT_symbol): Define if object format is ELF.
1903
1904 * config/tc-ppc.h (GLOBAL_OFFSET_TABLE_NAME): Define if object
1905 format is ELF and not defined to be "_GLOBAL_OFFSET_TABLE_".
1906
8d9a1cce
JW
1907Wed Jan 25 16:23:13 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1908
1909 * tc-sh.c (little): Add argument IGNORE to avoid compiler warnings.
1910 (md_pseudo_table): Add space for consistent formatting.
1911 (COND8_RANGE, COND12_RANGE): Delete unused macros.
1912 (COND8_F, COND8_M, COND12_F, COND12_M, UNCOND12_F, UNCOND12_M):
1913 Correct minimum and maximum branch offsets. Add comments explaining
1914 why these numbers are correct.
1915
1eeb357e
ILT
1916Wed Jan 25 15:32:09 1995 David Edelsohn <edelsohn@mhpcc.edu>
1917
1918 * config/tc-ppc.c (md_parse_option): Accept mpwr2 as a synonym for
1919 mpwrx; mppc32, m603, and m604 as synonyms for mppc; and mppc64 and
1920 m620 for PowerPC64 mode.
1921 (ppc_symbol_new_hook): Add T0 as synonym for TC0 suffix.
1922
f2224fe2
KR
1923Tue Jan 24 16:44:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1924
1925 * config/tc-vax.c (vip): Introduce new ptr-to-const local variable
1926 for scanning operand string.
1927
1928 Sat Jan 21 17:50:38 1995 Pat Rankin (rankin@eql.caltech.edu)
1929
1930 * config/vax-inst.h (struct vop, fields `vop_warn', `vop_error'):
1931 make them pointers to const char;
1932 (struct vit, field `vit_error'): ditto.
1933 * config/atof-vax.c (md_atof): rename local `littlenum_pointer'
1934 to `littlenumP' to avoid shadowing file scope variable.
1935 * config/tc-vax.c (vip_begin, vip_op_defaults, vip_op_1): make
1936 string arguments be pointers to const char;
1937 (vip): make `alloperr' const char *;
1938 (vip_op): make `err' and `wrn' const char *; rename `access' to
1939 `access_mode' to avoid shadowing library function.
1940 * config/obj-vms.c (`symbol_name'): make it const char *;
1941 (get_struct_name): cast one use of `symbol_name' to char *
1942 [caller guarantees that it won't modify the pointer's target];
1943 (PUT_COUNTED_STRING): use pointer to const char;
1944 (VMS_typedef_parse): make `pnt2' const char *;
1945 (Write_VMS_MHD_Records): make `cp' const char *;
1946 (VMS_Modify_Psect_Attributes, array `Attributes'): make const,
1947 and make field `Name' pointer to const char;
1948
1949 * as.h (`seg_name[]' declaration): pointers to const char;
1950 (struct _pseudo_type, field `poc_name'): pointer to const char.
1951 * subsegs.c (`seg_name[]' definition): ditto;
1952 * hash.c (hash_ask): rename argument `access' to `access_type'
1953 to avoid shadowing library function.
1954 * write.c (variable `the_object_file'): move from file scope
1955 to block scope within write_object_file(); free it after use;
1956 (fixup_segment): conditionally exclude it for OBJ_VMS.
1957 (cvt_frag_to_fill): rename argument `headers' to `headersP'
1958 to avoid shadowing file scope variable.
1959
359bb9a3
JL
1960Mon Jan 23 21:42:39 1995 Jeff Law (law@snake.cs.utah.edu)
1961
1962 * config/tc-hppa.c (pa_ip, case 'D'): Fix typo which caused
1963 miscompilation of "diag" instructions.
1964
73433384
KR
1965Mon Jan 23 15:51:41 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1966
1967 * configure: Regenerated.
1968
1969 * config/tc-mips.c: Include libiberty.h.
1970
eb10ff23
ILT
1971Mon Jan 23 14:07:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1972
9cc7c60b
ILT
1973 * config/tc-sh.h (tc_init_after_args): Don't define.
1974 * config/tc-sh.c (md_begin): Remove unused variable table.
1975 (md_assemble): Remove unused variable p.
1976 (md_convert_frag): Cast fr_address to unsigned long for printf.
1977 (md_apply_fix): Use as_warn_where rather than as_warn.
1978 (sh_init_after_args): Remove empty function.
1979
eb10ff23
ILT
1980 * configure.in (i386-*-gnu*elf*): New target.
1981
be7571b6
ILT
1982Sat Jan 21 19:02:23 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
1983
1984 * hash.c (hash_ask): If we find the slot after wrapping around,
1985 break out of the loop. Fixes bug in Jan 18 change.
1986
b2683e09
KR
1987Fri Jan 20 17:07:31 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1988
1989 * hash.c (hash_code): Undo last change.
1990
8e86815b
KR
1991Thu Jan 19 14:49:47 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1992
11618ce8
KR
1993 * config/tc-alpha.c (alpha_ip): Initialize local variables to keep
1994 gcc quiet.
1995 (gpdisp_hi16_howto): Don't use "const" with reloc_howto_type.
1996 (in_range_signed): Add parens around subtraction inside shift.
1997 * gasp.c (do_data): Initialize local variable "opname".
1998 (istrue): Provide a default case to set "res" and keep "gcc -Wall"
1999 quiet.
2000 * write.c (write_contents): Deleted unused variable.
2001 (print_symbol_value_1): Declare.
2002 * hash.c (hash_ask): Delete disabled non-strcmp version of the
2003 code, and automatic variables used only in those sections.
2004 * write.c (chain_frchains_together_1): Only define local variable
2005 "prev_fix" if BFD_ASSEMBLER.
2006 * flonum-konst.c (dummy1): Return void.
2007 * config/tc-vax.c (md_assemble): Remove two comparisons of
2008 unsigned numbers versus zero.
b2683e09
KR
2009 * as.h (bcopy): If neither memcpy nor bcopy is defined as a macro,
2010 define to use memcpy.
11618ce8
KR
2011
2012 * config/tc-alpha.c, config/alpha-opcode.h: Revert 2 June changes.
2013 Turns out we never got the assignment done after all.
2014
8e86815b
KR
2015 Cleanup of VAX and VMS code, from Pat Rankin:
2016 * config/obj-vms.c: Changed exported function names to lower case.
2017 (Changed call sites in write.c.) Declare VMS system function
2018 names used, conditional on actually being on VMS. Changed many
2019 functions that returned no useful value to now be declared to
2020 return void. Removed many unused variables. Supply missing
2021 return statements or values. Supply `default' case in switch
2022 statements. Ensure local variables get initialized.
2023 * config/tc-vax.c: Minor changes to silence "gcc -Wall".
2024 * config/obj-vms.h, config/tc-vax.h: Added some missing
2025 declarations.
2026
29c8d82c
KR
2027Wed Jan 18 13:49:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2028
fca2796a
KR
2029 * atof-generic.c (flonum_print) [TRACE]: New function.
2030 (atof_generic) [TRACE]: Print multiplier before multiplication,
2031 and print multiplication result before and after copy.
2032
2033 * flonum-mult.c (flonum_multip): Avoid sign extension problems
2034 around multiplication operation.
2035
2036 * atof-generic.c (ASSUME_DECIMAL_MARK_IS_DOT): Define.
2037 (atof_generic) [ASSUME_DECIMAL_MARK_IS_DOT]: Check for '.'
2038 explicitly instead of calling strchr.
2039
29c8d82c
KR
2040 * config/tc-sparc.c (sparc_ip): When scanning successive opcode
2041 table entries, check names for pointer equality before doing
2042 string comparisons.
2043
2044 * hash.c (hash_ask): Call strcmp instead of expanding it inline.
2045 (hash_code): Replaced with a version from bfd.
2046
2047 * config/obj-coff.c (write_object_file): If COFF_FLAGS isn't
2048 defined, default it to zero.
2049
96d1566d
ILT
2050Wed Jan 18 12:16:07 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2051
6ece68f0
ILT
2052 * write.c (fix_new_internal): Clear fx_bsr on those targets which
2053 use it.
2054
96d1566d
ILT
2055 * expr.c (operand): Parenthesize && within ||.
2056 * listing.c (listing_newline): Likewise.
2057 (list_symbol_table): Use %lu to print sizeof.
2058 * symbols.c: Comment out unused function indent.
2059 (print_symbol_value_1): Cast pointer to unsigned long for printf.
2060 * config/obj-coff.c (do_relocs_for): Only declare symbol_ptr if it
2061 will be used.
2062 * config/tc-h8300.c (md_begin): Remove unused variable reg.
2063 (get_operand): Declare type of parameter direction. Remove unused
2064 variable size.
2065 (get_specific): Fix comment to avoid nested comments.
2066 (check_operand): Cast X_add_number to unsigned long for printf.
2067 (build_bytes): Remove unused local variables output_ptr, part, and
2068 high.
2069 (build_bytes): Cast X_add_number to unsigned long for printf.
2070 (clever_message): Remove unused variable scan.
2071 (md_assemble): Remove unused variable i.
2072 (tc_coff_sizemachdep): Remove unused function.
2073 * tc-h8300.h (tc_reloc_mangle): Declare.
2074
23f61eaa
ILT
2075Tue Jan 17 10:58:06 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2076
2077 * config/tc-mips.c (mips_4650): New static variable.
2078 (md_begin): Handle a cpu string of "4650". If mips_4650 was not
2079 initialized, set it to 0.
2080 (append_insn): Don't insert nops around HI and LO on a 4650.
2081 (mips_emit_delays): Likewise.
2082 (mips_ip): Use INSN_ISA mask to check ISA of instruction. Check
2083 for INSN_4650.
2084 (md_longopts): Add m4650 and no-m4650.
2085 (md_parse_option): Handle mips-cpu=4650. Handle -m4650 and
2086 -no-m4650.
2087 * doc/as.texinfo: Document new MIPS options.
2088
a11a8d55
SC
2089Sat Jan 14 23:48:13 1995 Steve Chamberlain <sac@jonny>
2090
2091 * config/tc-w65.c, config/tc-w65.h, config/w65.mt: Newfiles.
2092 * config/obj-coff.h: Cope with w65.
2093 * configure, configure.in: Recognize w65.
2094
3a762a0b
KR
2095Thu Jan 12 17:56:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2096
20323565
KR
2097 * app.c (do_scrub_next_char) [__GNUC__ && __OPTIMIZE__]: If `get'
2098 function is scrub_from_file, call scrub_from_file directly, and
2099 get gcc's inlining capability into the act.
2100
3a762a0b
KR
2101 * Makefile.in (VMS_OTHER_OBJS): Add ../libiberty/hex.o.
2102 (OBJS): Delete hex-value.o.
2103 (REAL_SOURCES): Delete hex-value.c.
2104 (hex-value.o): Delete dependencies.
2105 * hex-value.c: Deleted.
2106 * as.c (main): Call hex_init.
2107 * expr.c, config/tc-mips.c: Include libiberty.h. Replace
2108 hex_value array references with hex_* macros.
2109
c01ebe2a
KR
2110Wed Jan 11 17:51:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2111
3a762a0b
KR
2112 * config/tc-h8300.h (COFF_FLAGS): Don't define.
2113 * config/tc-h8500.h (COFF_FLAGS), config/tc-sh.h (COFF_FLAGS),
2114 config/tc-z8k.h (COFF_FLAGS): Ditto.
2115start-sanitize-rce
2116 * config/tc-rce.h (COFF_FLAGS): Ditto.
2117end-sanitize-rce
2118
2119 * config/obj-coff.c (KEEP_RELOC_INFO): Make sure it's always
2120 defined.
2121
c01ebe2a
KR
2122 * config/tc-m68k.c (m68k_ip, cases AOFF and AINDEX): Don't
2123 generate 68020 addressing modes for a 68000 processor.
2124 (md_estimate_size_before_relax, cases PCREL and PCLEA): Ditto.
2125
7a55f462
KR
2126Tue Jan 10 13:34:14 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2127
2128 * config/obj-coff.c (write_object_file): Don't treat h8300 and z8k
2129 specially with regard to fixups.
2130
aac4d5a7
KR
2131Mon Jan 9 16:22:28 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2132
483971bd
KR
2133 * config/tc-mips.c (RELAX_RELOC1, RELAX_RELOC2): Cast values to
2134 bfd_vma before subtracting.
2135
aac4d5a7
KR
2136 * config/obj-coff.c (size_section): Handle rs_space like rs_fill,
2137 but make sure fr_symbol is null.
2138 (fill_section): Ditto.
2139
1113140a
ILT
2140Sun Jan 8 16:14:19 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
2141
2142 * config/tc-mips.c (mips_ip): Fix handling of floating point
2143 values when GPOPT is not defined.
2144
2a6978af
KR
2145Fri Jan 6 16:59:41 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2146
2147 * gasp.c: Include string.h. Put config.h before other includes.
2148
71f9b3c0
KR
2149 * config/tc-alpha.c (alpha_ip): Delay calls to emit_add64 until
2150 after any remaining operands are also known to match.
2151
f949f7b8
KR
2152Fri Dec 30 18:21:41 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2153
2154 * listing.c (list_symbol_table): Build a format string based on
2155 the size of the value to be printed, as long as "unsigned long" is
2156 at least as wide, after handling the special case of 4-byte
2157 values.
2158
84951544
KR
2159 * Makefile.in (dependencies): Make $(OBJS) depend on as.h and
2160 everything it includes. Delete those files from per-file
2161 dependencies.
2162
cd3b81bd
KR
2163 * as.h (relax_substateT): Now defined to be unsigned int.
2164 (relax_stateT): Separate typedef from enum definition.
2165 (enum _relax_state): Reordered for better punctuation. Added new
2166 values rs_align_code and rs_space.
2167 (lineno, struct lineno_struct): Unused, deleted.
2168
2169 * as.h: No longer include assert.h.
2170 (as_assert): Declare.
2171 (assert): New definition, calls as_assert longer needed.
2172 (__PRETTY_FUNCTION__): Provide default for older versions of gcc.
2173 * messages.c (as_assert): New function.
2174 * gdbinit.in: Put a breakpoint there.
2175
2176 * read.c (s_space): Rewrite to handle general expressions.
2177 Generate rs_space frags for non-constant values.
2178 * write.c (cvt_frag_to_fill): Treat rs_align_code and rs_space
2179 like rs_align and rs_org. Verify that fr_offset is non-negative,
2180 and force frag type to rs_fill only after assertion checks.
2181 (relax_segment): Treat rs_align_code like rs_align. Treat
2182 rs_space like rs_org in the first switch; in the second, force the
2183 operand to a constant, and use it for the growth size.
2184
582d2a4d
JL
2185Wed Dec 28 20:57:37 1994 Jeff Law (law@snake.cs.utah.edu)
2186
2187 * config/tc-hppa.c (pa_subspace): For sections with the ZERO
2188 attribute, set the "bss" field in the appropriate seginfo structure.
2189
4a9c666e
KR
2190Wed Dec 28 15:01:01 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2191
2192 * subsegs.h: Include obstack.h.
2193
2194Tue Dec 27 18:16:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2195
2196 * as.h (struct frag): Enable align* components now.
2197
7e2283d4
KR
2198Tue Dec 20 14:56:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2199
87e48495
KR
2200 * frags.c (frag_init): Call obstack_begin on `frags'.
2201 * subsegs.c (subsegs_begin): Don't do it here.
2202 * as.c (main): Call frag_init before subsegs_begin.
2203
2204 * frags.c (frag_append_1_char): New function.
2205 * frags.h (frag_append_1_char): Declare it.
2206 (FRAG_APPEND_1_CHAR): Call it. Old definition is commented out
2207 for now.
2208
2209 * as.h (struct frag): Added (but commented out) new fields for
2210 tracking current alignment.
2211 (frag_now_fix): Changed macro to function declaration.
2212 * frags.c (frag_now_fix): Define function here.
2213 (frag_new): Use it instead of accessing `frags' directly.
2214 * frags.h (frags): Change comment to indicate it shouldn't be
2215 accessed directly.
2216 * subsegs.h (struct frchain): New field frch_obstack, intended to
2217 eventually replace global `frags' obstack.
2218 * subsegs.c (subseg_set_rest): Use frag_now_fix instead of
2219 accessing `frags' directly. Initialize fields of new frchainS
2220 explicitly instead of with memset.
2221 * config/obj-coff.c (obj_coff_ln) [!BFD_ASSEMBLER]: Use
2222 frag_now_fix.
2223 * config/tc-mips.c (s_loc), config/obj-vms.c
2224 (vms_resolve_symbol_redef), symbols.c (colon): Likewise.
2225
9ad5755f
KR
2226 * config/tc-m68k.c (md_apply_fix_2): Use offsetT and addressT
2227 instead of long and unsigned long.
2228 (md_apply_fix): Cast value before passing it.
2229
d675782a
KR
2230 * config/obj-aout.h, config/obj-coff.c, config/obj-elf.h,
2231 config/obj-som.h, config/tc-h8500.c, config/tc-hppa.c,
2232 config/tc-hppa.h, config/tc-sh.c, config/tc-z8k.c: Don't rely on
2233 use of ".." when including header files.
2234start-sanitize-rce
2235 * config/tc-rce.c: Ditto.
2236end-sanitize-rce
2237
2238 * config/obj-coff.c (fixup_segment): Reformat condition in an `if'
2239 statement.
2240
7e2283d4
KR
2241 * Makefile.in (SUBDIR_INCLUDES): Deleted.
2242
972b2401
ILT
2243Tue Dec 20 13:40:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2244
2245 * config/obj-coff.h: Include bfd/libcoff.h, not libcoff.h.
2246
2247start-sanitize-arc
2248Tue Dec 20 09:10:40 1994 Doug Evans <dje@canuck.cygnus.com>
2249
2250 * config/tc-arc.c: Delete lots of sparc pseudo-ops.
2251end-sanitize-arc
2252
847a01cd
ILT
2253Mon Dec 19 16:53:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2254
2255 * config/tc-mips.c (load_register): Rewrite to handle O_big 64 bit
2256 constants.
2257 (mips_ip): Accept O_big constants in case 'I'. Change case
2258 'i'/'j' to treat an O_big constant as an out of range value.
2259
60937ce7
JL
2260Mon Dec 19 14:15:07 1994 Jeff Law (law@snake.cs.utah.edu)
2261
b8f7596c
JL
2262 * config/tc-hppa.c (pa_subspace): Make sure SEC_HAS_CONTENTS is
2263 clear for a section with the "ZERO" attribute.
2264
60937ce7
JL
2265 * Reduce useless symbols for ELF in an attempt to make smaller
2266 objects and speed up the linker.
2267 * config/tc-hppa.c (struct call_info): Replace end_symbol field
2268 with a size field.
2269 (hppa_elf_mark_end_function): Delete unneeded function.
2270 (pa_build_unwind_subspace): For the 2nd unwind relocation, use
2271 the function symbol + function size instead of a special symbol
2272 for the end of the function.
69cb5925 2273 (process_exit): Compute the function size here. Don't call
60937ce7
JL
2274 hppa_elf_mark_end_of_function anymore.
2275 (pa_procend): Likewise.
2276 (hppa_fix_adjustable): Only reject 32bit relocations for SOM.
2277 (elf_hppa_final_processing): Simplify.
2278
88cc1324
DE
2279start-sanitize-arc
2280Mon Dec 19 12:57:09 1994 Doug Evans <dje@canuck.cygnus.com>
2281
2282 * config/tc-arc.c (arc_insert_operand): Change reg parm to pointer
2283 to table entry. All callers changed.
2284 (md_shortopts): New argument -mmult.
2285 (md_parse_option): Recognize it.
2286 (md_show_usage): Print it.
2287 (md_begin): If -mmult, say we have the new multiply and shift insns.
2288 (md_assemble): Fix reloc generation for 32 bit immediate values.
2289 Clean up modifier handling. Try next insn if fake operand says there's
2290 an error. Update to new syntax of insertion/extraction fns.
2291 Recognize predefined aux regs. Don't abort if insertion fn missing.
2292end-sanitize-arc
2293
703139a8
KR
2294Mon Dec 19 13:49:07 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2295
5cda0c7a
KR
2296 * configure.in: Recognize mips-sony-bsd and mips-dec-bsd, but
2297 reject other vendors until we can be sure we're consistent with
2298 bfd.
2299
703139a8
KR
2300 * config/obj-vms.c (Create_VMS_Object_File): Instead of formatting
2301 a buffer to pass to `error', just call `as_fatal' directly.
2302 (VMS_Psect_Spec): Ditto.
2303 (VMS_TBT_Module_Begin, VMS_TBT_Source_File, gen1,
2304 VMS_typedef_parse, VMS_LSYM_Parse, VMS_Emit_Globalvalues): Call
2305 as_tsktsk instead of printf.
2306 (VMS_TBT_Module_Begin, VMS_TBT_Line_PC_Correlation,
2307 VMS_TBT_Source_File, VMS_TBT_Source_Lines,
2308 VMS_Store_Repeated_Data, VMS_Check_For_Main): Use explicit
2309 integers rather than sizeof expressions using basic integer types,
2310 in case host and target aren't the same. Use memcpy or COPY_*
2311 macros instead of possibly unaligned word or longword assignment.
2312
2313 * config/obj-vms.h (OBJ_SYMFIELD_TYPE): New macro.
2314 * config/obj-vms.c (VMS_Store_PIC_Symbol_Reference,
2315 VMS_Check_For_Main, VMS_write_object_file): Use sy_obj instead of
2316 forcing sy_number to hold a pointer.
2317
b63defaa
KR
2318Fri Dec 16 14:40:16 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2319
d6905776
KR
2320 * config/tc-sh.c (md_begin): Don't fill in md_relax_table here.
2321 (md_relax_table): Use static initialization.
2322
091f3a62
KR
2323 * config/tc-h8300.c (parse_exp, get_operands, clever_message,
2324 md_assemble, tc_crawl_symbol_chain, md_undefined_symbol,
2325 tc_headers_hook, md_operand, md_number_to_chars): Don't use DEFUN.
2326
b63defaa
KR
2327 * Makefile.in (CHECKFLAGS): Don't pass AS_FOR_TARGET,
2328 CC_FOR_TARGET, OBJDUMP_FOR_TARGET, NM_FOR_TARGET; they're not
2329 used.
2330 (AS_FOR_TARGET, CC_FOR_TARGET, OBJDUMP, OBJDUMP_FOR_TARGET, NM,
2331 NM_FOR_TARGET): Don't define.
2332 (VMS_OTHER_OBJS): Add xmalloc.o and xexit.o from libiberty.
2333 (tooldir): Use exec_prefix, not libdir.
2334
719153bf
SS
2335Fri Dec 16 11:07:10 1994 Stan Shebs <shebs@andros.cygnus.com>
2336
254603ca
SS
2337 * config/obj-coff.h: Include libcoff.h, not ../bfd/libcoff.h.
2338
719153bf
SS
2339 * as.h: Include progress.h.
2340 * as.c (main): Call START_PROGRESS and END_PROGRESS.
2341 (main, perform_an_assembly_pass): Call PROGRESS.
2342
0141b6c2
ILT
2343Fri Dec 16 00:46:08 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
2344
2345 * write.c (adjust_reloc_syms): Use bfd_is_und_section and
2346 bfd_is_abs_section rather than comparing against &bfd_und_section
2347 and &bfd_abs_section.
2348
8b1f3552
JW
2349Thu Dec 15 15:27:14 1994 Jim Wilson <wilson@chestnut.cygnus.com>
2350
2351 * config/tc-sh.c (md_begin): Use a local variable when
2352 initializing md_relax_table to avoid errors about modifying a
2353 const data structure.
2354
7ac36f64
ILT
2355Tue Dec 13 15:42:27 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2356
2357 * config/tc-ppc.c (tc_gen_reloc): Remove OBJ_ELF hack which
2358 appears to no longer be needed.
2359
6baef6d2
ILT
2360Tue Dec 13 08:04:15 1994 Ian Lance Taylor <ian@cygnus.com>
2361
2362 * config/tc-mips.c (macro_build): Accept BFD_RELOC_PCREL* without
2363 requiring that the X_op_symbol be in the text_section.
2364 (macro): Change the test for a legel expression difference to
2365 correspond to changes in pseudo_set in read.c.
2366
bd869652
KR
2367Fri Dec 9 21:04:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2368
a55774a1
KR
2369 * write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Use
2370 bfd_install_relocation.
2371
3504635a
KR
2372 * ecoff.c (ecoff_set_gp_prolog_size): If there is no current
2373 routine, just return.
2374
bd869652
KR
2375 * config/tc-alpha.c (alpha_ip, case 'B', subcase 'c'): Use opcode
2376 value from pattern instead of assuming jsr.
2377 * config/alpha-opcode.h (jmp): Add a "1,Bc" form.
2378
4181c985
KR
2379Thu Dec 8 17:48:25 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2380
b8f52750
KR
2381 * Makefile.in (NM_FOR_TARGET): Use ../binutils/nm.new, not just
2382 plain nm.
2383
4181c985
KR
2384 * configure.in (ns32k-pc532-mach*): Select correct emulation.
2385 (mips-sony-bsd*): Use ecoff.
c5745996 2386 (mips-*-gnu*): New target, using aout format, from Roland McGrath.
4181c985
KR
2387 * configure: Regenerated.
2388
6ea93cc9
DE
2389start-sanitize-arc
2390Tue Nov 29 18:12:22 1994 Doug Evans <dje@canuck.cygnus.com>
2391
2392 * configure.in (arc-*-elf*): Recognize.
2393 * configure: "regenerated".
4181c985 2394 * config/tc-arc.c, config/tc-arc.h, config/arc.mt: New files.
6ea93cc9
DE
2395end-sanitize-arc
2396
75af551f
KR
2397Tue Nov 29 13:58:10 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2398
d2a0c9f9
KR
2399 Use libiberty version of xmalloc:
2400 * Makefile.in (REAL_SOURCES): Delete xmalloc.c.
2401 (OBJS): Delete xmalloc.o.
2402 (xmalloc.o): Delete dependencies.
2403 * as.c (main): Call xmalloc_set_program_name once program name is
2404 known.
2405
75af551f
KR
2406 * config/tc-alpha.c (in_range_signed, in_range_unsigned): New
2407 routines, split from in_range.
2408 (in_range): Deleted. All calls changed to in_range_*signed.
2409 (create_lita_section): Macro deleted. Single use expanded in
2410 place.
2411 (alpha_ip): Handle `t' and `8' operand types.
2412 (md_apply_fix): Handle BFD_RELOC_12_PCREL. Print name of
2413 unhandled relocation types.
2414 * config/alpha-opcode.h: Added HALT and DRAINA. Disabled MOVI,
2415 since it doesn't work, and isn't supported by the native
2416 assembler.
2417
2418 * input-scrub.c: Change wording of a comment to avoid interference
2419 with Cygnus source-control tools.
2420
2421 * as.h (errno) [NEED_DECLARATION_ERRNO]: Declare.
2422
2423 * config/tc-m68k.c (init_table): List buscr and pcr control
2424 registers.
2425 (m68k_ip, case 'J'): Handle them.
2426
23c17fea
KR
2427 Delete signal handler code. It's been disabled since March 1993
2428 without complaints.
2429 * as.c: Don't include signal.h.
2430 (got_sig): Unused function deleted, declaration deleted.
2431 (SIGTY): Macro deleted.
2432 (main): Deleted disabled code for establishing signal handler.
2433
4181c985 2434start-sanitize-rce
75af551f
KR
2435 Tiemann should've noted something like this:
2436 * config/tc-rce.c, config/tc-rce.h: New files.
2437 * as.c (main) [TC_RCE]: Call dump_literals.
2438 * configure.in: Handle rce-*-aout.
2439 * configure: Regenerated.
4181c985 2440end-sanitize-rce
75af551f 2441
326fe1a3
DE
2442Mon Nov 28 11:37:35 1994 Doug Evans <dje@canuck.cygnus.com>
2443
2444 * app.c (do_scrub_next_char): Insert missing newline at end of file
2445 like warning says we do.
2446
e07f8926
JL
2447Mon Nov 28 00:11:15 1994 Jeff Law (law@snake.cs.utah.edu)
2448
2449 * config/tc-hppa.h (pa_check_eof): Declare new extern function.
2450 (tc_frob_file): Define to call pa_check_eof.
2451
2452 * config/tc-hppa.c (pa_check_current_space_and_subspace): New
2453 function to verify the current space and subspace are reasonable.
2454 Call for the appropriate pseudo-ops and before instruction parsing.
2455 (pa_check_eof): New function to verify enter/exit and proc/procend
2456 pairs match at EOF.
2457 (pa_code): Simplify.
2458
2459 * config/obj-som.c: Delete #if 0 code.
2460
3f67e000
SC
2461Wed Nov 23 19:36:09 1994 Steve Chamberlain (sac@jonny.cygnus.com)
2462
3f81f3cf
MM
2463 * config/obj-coff.h (TARGET_FORMAT): Select between coff-shl and
2464 coff-sh.
3f67e000
SC
2465 * config/sh.mh (TARG_CPU_DEPENDENTS): Get it right.
2466 * config/tc-sh.c (little): New function.
2467 (md_parse_option): Notice new option.
2468 (build_relax, build_Mytes, md_atof, md_convert_frag, md_apply_fix):
69cb5925 2469 Cope with little endian data.
3f67e000
SC
2470 * config/tc-sh.h (COFF_MAGIC, LISTING_HEADER): Endian dependent.
2471
32c7d5d8
JL
2472Wed Nov 23 10:54:38 1994 Jeff Law (law@snake.cs.utah.edu)
2473
2474 * config/tc-hppa.c (tc_gen_reloc, ELF variant): Revert last
2475 change. The real bug was in bfd/elfcode.h and has been fixed.
2476
740e5428
JL
2477Tue Nov 22 23:31:20 1994 Jeff Law (law@snake.cs.utah.edu)
2478
2479 * config/tc-hppa.c (tc_gen_reloc, ELF variant): Add section->vma
2480 to the relocation's offset.
2481
aa30c7ee
SC
2482Tue Nov 22 14:37:58 1994 Steve Chamberlain (sac@jonny.cygnus.com)
2483
2484 * Makefile.in (INSTALL_XFORM): Fix typo.
2485
3a443b1e
C
2486Tue Nov 22 10:23:25 1994 J.T. Conklin <jtc@rtl.cygnus.com>
2487
2488 * config/tc-alpha.c (s_alpha_set): Ignore the .set (no)move and
2489 .set (no)volatile directives.
2490
e67b3aa3
JL
2491Tue Nov 15 21:44:13 1994 Jeff Law (law@snake.cs.utah.edu)
2492
3a443b1e
C
2493 * config/tc-hppa.c (pa_subspace): Make sure to always reset
2494 current_subspace.
2495 (pa_text, pa_data): Likewise.
2496
e67b3aa3
JL
2497 * config/tc-hppa.c (pa_align): New function. Aligns the current
2498 offset within the current subspace along with updating the
2499 alignment of the subspace itself.
2500 (pa_subspace): Default alignment to one byte rathern than zero
2501 bytes to avoid setting alignment to log2(0).
2502 (md_pseudo_table): Use pa_alignment for .align.
2503
8de6b5f8
KR
2504Tue Nov 15 15:24:45 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2505
2506 * messages.c (as_fatal): Always put a space after "fatal error:"
2507 when printing message.
2508
1a9a95bb
JL
2509Tue Nov 15 11:10:43 1994 Jeff Law (law@snake.cs.utah.edu)
2510
2511 * config/tc-hppa.h (obj_frob_symbol): Delete.
2512 (tc_frob_symbol): Make definition conditional on OBJ_SOM or
2513 OBJ_ELF. For ELF subtract out symbol->section->vma for non common
2514 symbols.
2515
757d4129
KR
2516Wed Nov 9 14:53:03 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2517
2518 * config/te-delta.h: New file, derived from te-sysv32.h.
2519
642b6186
ILT
2520Wed Nov 9 11:52:44 1994 Ian Lance Taylor (ian@cygnus.com)
2521
2522 * config/tc-ppc.c (ppc_bf): Always set coff_line_base.
2523
f4c01c95
KR
2524Mon Nov 7 01:58:49 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2525
642b6186
ILT
2526 * Makefile.in (VERSION): Bump to 2.5.3.
2527
3e7acf98
KR
2528 * configure.in: Compare generic cpu name against "sparc", not
2529 "sparc*", since sparc variants should be changed to "sparc".
2530 * configure: Regenerated with autoconf 2.1.
2531
f4c01c95
KR
2532 * config/tc-a29k.c (octal, toHex): Variables deleted.
2533 (isoctal): Macro deleted.
2534 (md_begin): Don't initialize them.
2535 (machine_ip, case 'P'/'A'): For absolute operand, generate an
2536 error message if it's out of range.
2537 (md_apply_fix, case RELOC_JUMPTARG): Check range for PC-relative
2538 jumps.
2539 (md_apply_fix): Delete code inside "#if 0".
2540
5b162d37
KR
2541Thu Nov 3 20:20:40 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2542
b4123234
KR
2543 * config/go32.mh: Unused file deleted.
2544
5b162d37
KR
2545 * read.c (get_absolute_expression): Indicate that the error may
2546 merely be that the expression can't currently be reduced.
2547
0cb42d6f
C
2548Thu Nov 3 16:09:59 1994 J.T. Conklin (jtc@rtl.cygnus.com)
2549
2550 * config/tc-m68k.h (TARGET_FORMAT): If TE_NetBSD define as
2551 "a.out-m68k-netbsd".
2552 * config/tc-sparc.h (TARGET_FORMAT): If TE_NetBSD define as
2553 "a.out-sparc-netbsd".
2554
2555 * config/te-nbsd.h: New file, NetBSD target emulation
2556 * config/te-netbsd.h: Removed.
69cb5925 2557 * configure.in (i[345]86-*-netbsd*,m68*-*-netbsd*,sparc*-*-netbsd*):
0cb42d6f
C
2558 Set bfd_gas. Use nbsd emulation.
2559
f2889110
KR
2560Thu Nov 3 17:44:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2561
2562 Changes from net 2.5.2 release branch:
2563
2564 * configure.in: Put AC_DEFINE(sparcv9) on its own line, so that
2565 the shell variable settings associated with it are permanent. For
2566 CPUs requiring bfd_gas=yes, select it based on CPU only, not
2567 individual target names. Handle m68k-hp-hpux*, not just -hpux.
2568
2569 * config/tc-z8k.c (tc_coff_symbol_emit_hook): Add dummy argument
2570 to match prototype in obj-coff.h.
2571
2572 * configure.in: Skip tests for defining WANT_FOPEN_BIN and
2573 IBM_COMPILER_SUX.
2574 * acconfig.h: Deleted them.
2575 * configure, conf.in: Rebuild with autoconf 2.0.
2576 * config/go32.cfg, config/vms-conf.h: Updated.
2577
2578 * config/tc-m68k.c (md_apply_fix_2, md_convert_frag_1): Always use
2579 IBM_COMPILER_SUX version of code, with comments indicating why.
2580
2581 * listing.c (file_info): Use text mode when opening file for read.
2582 Use "r" directly, no macro.
2583 * input-file.c (input_file_open): Don't use FOPEN_RT, just use
2584 "r".
2585 * read.c (s_include): Ditto.
2586 * output-file.c (output_file_create): Try both "wb" and "w", don't
2587 bother with FOPEN_* macros.
2588 * as.h: Don't include fopen-*.h.
2589
2590 * config/alpha-opcode.h: Make "ret" with no operands equivalent to
2591 "ret zero,(ra)", to match OSF1 and to be consistent with both
2592 one-operand forms.
2593
2594 Patches from DJ Delorie:
2595 * as.h (alloca): undef alloca before defining it just in case
2596 * config/go32.cfg: new file for autoconf values
2597 * config/te-go32.h: new file
2598 * configure.bat: new for autoconf
2599
2600 * config/tc-i386.c (md_assemble): Fix typo in GOTPC check; had =
2601 for ==.
2602
2603 * configure.in: If target_frag doesn't exist, use /dev/null.
2604
2605 * as.c (parse_args): For non-VMS systems, re-add `v' to
2606 std_shortopts. Add "verbose" to list of long options.
2607
2608 * write.c (adjust_reloc_syms): When generating an absolute section
2609 symbol as a placeholder, don't mark it as used in a relocation
2610 entry, here.
2611
2612 * Makefile.in (comparison): Compare using makefile code from gcc,
2613 stripped down to discard subdir stuff and adapted to give a
2614 non-zero exit status if either file differs.
2615
a2c49209
ILT
2616Thu Nov 3 15:43:02 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2617
2618 * config/tc-mips.c (load_address): Fix RELAX_ENCODE arguments for
2619 NO_PIC case.
2620
2622a6c2 2621Tue Nov 1 16:10:59 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
da15a93e
ILT
2622
2623 * config/tc-mips.c (s_change_sec): If not GPOPT, don't permit
2624 switching to the readonly data section.
2622a6c2
ILT
2625
2626 * ecoff.c (ecoff_directive_type): Fix warning message.
2627
ec11c09c
JL
2628Sun Oct 30 00:57:35 1994 Jeff Law (law@snake.cs.utah.edu)
2629
2630 * config/tc-hppa.c (pa_proc): Delete disabled code to put each
2631 proc in its own subspace, we're not going to use it.
2632
4bb0cc41
ILT
2633Tue Oct 25 14:44:33 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2634
94b68f04
ILT
2635 * config/tc-mips.c (macro): Ensure that mips2 case of M_LI_DD in
2636 .rdata does not become a variant frag.
2637
4bb0cc41
ILT
2638 * config/tc-mips.c (mips_cpu): Initialize to -1.
2639 (md_begin): Don't mips_cpu if it was already set.
2640 (md_parse_option): For -mipsN, don't set mips_cpu if it was
2641 already set. For -mcpu=, just set mips_cpu, not mips_isa.
2642
9da4c5d1
ILT
2643Fri Oct 21 20:42:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2644
2645 * config/tc-mips.c (md_pseudo_table): If OBJ_ELF, handle .section.
2646 (s_elf_section): New static function.
2647 * ecoff.c (ecoff_build_symbols): Don't abort if we don't recognize
2648 the section when setting the storage class; default to sc_Data.
2649
e443a021
JL
2650Thu Oct 20 00:43:38 1994 Jeff Law (law@snake.cs.utah.edu)
2651
2652 * config/tc-hppa.c (md_apply_fix): Set new_val to 8 for all
2653 fixups to branch instructions (not just pc-relative ones) which
2654 will generate SOM relocations.
2655
030915dc
ILT
2656Wed Oct 19 13:41:56 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2657
2658 * config/tc-a29k.c: Include ctype.h with angle brackets.
2659 (define_some_regs): Add new special register names defined on the
2660 29040.
2661 (parse_operand): Add argument opt. If non-zero, don't warn about
2662 a missing operand.
2663 (machine_ip): If handling argument type 'I', pass opt as non-zero
2664 to parse_operand. Handle new optional operand type 'I'.
2665 (md_undefined_symbol): Handle special register names (srNN).
2666
683f4743
ILT
2667Tue Oct 18 00:45:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2668
2669 * write.c (renumber_sections): New static BFD_ASSEMBLER function.
2670 (write_object_file): Call it after removing gas created sections.
2671
f10a96cb
ILT
2672Mon Oct 17 18:06:05 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2673
62d39689
ILT
2674 * symbols.c (symbol_create): Use udata.p, not just udata.
2675 * config/obj-elf.c (obj_ecoff_set_ext): Likewise.
2676 (elf_get_extr): Likewise.
2677
f10a96cb
ILT
2678 * read.c (read_a_source_file): The second argument to as_where is
2679 unsigned int *, not int *.
2680
2681Mon Oct 17 02:26:32 1994 Jeff Law (law@snake.cs.utah.edu)
2682
2683 * config/tc-hppa.c: Eliminate all uses of fx_addnumber.
2684 (tc_gen_reloc): Simplify. It's no longer necessary to set a
2685 reloc's addend field to zero for function symbols.
2686 (md_apply_fix): Simplify. For fixups which will require a SOM
2687 reloc, just clear out the necessary bits in the output file.
2688
2d928291
KR
2689Fri Oct 14 19:06:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2690
2691 * Makefile.in (BISON): Use bison -y, not bison.
2692
2693Thu Oct 13 19:22:54 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2694
2695 * Makefile.in (VERSION): Updated to 2.5.
2696 (clean-here): Delete stamp-mk.com.
2697 (distclean): Delete .gdbinit.
2698 * Version 2.5 released.
2699
ba49e48d
KR
2700Wed Oct 12 20:30:51 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2701
2702 * config/te-nbsd532.h: Renamed from te-netbsd532.h.
2703 * configure.in, configure: Adjusted.
2704
4992dbc9
C
2705Wed Oct 12 16:33:38 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2706
2707 * config/cplus-dem.c: Removed. It isn't used. Even if it was,
2708 it's better to use the one in libiberty.
2709
2cc0357f
KR
2710Wed Oct 12 18:48:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2711
2712 * symbols.c (resolve_symbol_value, case O_symbol): Undo last
2713 change; it breaks the rs6000 support, and doesn't seem to be
2714 needed.
2715
eab55c1c
C
2716Wed Oct 12 11:56:50 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2717
2718 * config/tc-i386.h,te-netbsd532.h (TARGET_FORMAT): Changed to
2719 a.out-<arch>-netbsd to match corresponding changes in BFD.
2720
f0b556a2
ILT
2721Wed Oct 12 11:06:11 1994 Ian Lance Taylor (ian@cygnus.com)
2722
2723 * config/tc-ppc.c (ppc_fix_adjustable): Resolve symbol values
2724 rather than explicitly adding the frag address.
2725 * config/obj-coff.c (coff_frob_symbol): Add a zero entry to mark
2726 the end of the line numbers; this replaces the zero entry which
2727 used to be added by coff_add_linesym, removed Oct 7.
2728 (coff_adjust_section_syms): Ignore sections with no seginfo.
2729
3256c4b5
KR
2730Wed Oct 12 01:41:37 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2731
2732 * Makefile.in (bootstrap, bootstrap2, bootstrap3): Create a
2733 "stage" symlink to the appropriate stage* directory, and use it
2734 instead in the -B options.
2735 (comparison): Revert yesterday's change.
2736
15dc8a20
KR
2737Tue Oct 11 16:48:11 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2738
2739 * config/tc-sparc.c (tc_gen_reloc): For non-a.out relocations, if
2740 pc-relative, use fx_offset only, ignore address of relocation.
2741
c8caa6c5
ILT
2742Tue Oct 11 15:24:00 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2743
2744 * config/tc-mips.c (mips_ip): Don't use S_IS_LOCAL when checking
2745 for an embedded PIC switch expression, since the definition of
2746 S_IS_LOCAL was changed.
2747
6d60424f
KR
2748Tue Oct 11 15:05:11 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
2749
2750 * Makefile.in (comparison): When comparing as.new or gasp.new, try
2751 running the binary through sed to avoid differences due to
2752 "stage1" or "stage2" having been written into the binary.
2753
15a90f75
KR
2754Sat Oct 8 01:48:04 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
2755
2756 ELF symbol size handling, based on code from Eric Youngdale:
2757 * config/obj-elf.h (OBJ_SYMFIELD_TYPE): New macro. Adds an
2758 expression pointer to the symbol structure, used for `size'
2759 expressions that couldn't be reduced to constants when initially
2760 processed.
2761 (elf_frob_symbol): Declare.
2762 (obj_frob_symbol): Call elf_frob_symbol always, rather than
2763 ecoff_frob_symbol only if ECOFF_DEBUGGING defined.
2764 * config/obj-elf.c (obj_symbol_new_hook): Deleted unused code.
2765 Clear sy_obj field.
2766 (obj_elf_size): Deleted unused code. If size is non-reducible
2767 expression, allocate some storage for the sy_obj field and copy
2768 the expression.
2769 (elf_frob_symbol): New function. Computes sizes, calls
2770 ecoff_frob_symbol if appropriate.
2771
2772 * write.c (fixup_segment): For i386 elf and coff (for now), don't
2773 add in value of symbol from another defined section of the file.
2774
ecee4027
KR
2775Fri Oct 7 17:54:02 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2776
2777 * config/tc-m88k.h (TC_KEEP_FX_OFFSET): Define.
2778 * config/obj-coff.c (do_relocs_for): Test only TC_KEEP_FX_OFFSET,
2779 rather than both it and TC_M88K.
2780 (coff_adjust_section_syms): New function.
2781 (coff_frob_section): For non-empty sections, create aux entry for
2782 the section symbol, indicating the size.
2783 (n_line_nos): New variable.
2784 (add_lineno): Increment it.
2785 (coff_add_linesym): Increment n_line_nos, don't call add_lineno.
2786 (coff_frob_file): New function; map coff_adjust_section_syms over
2787 sections.
2788 (obj_coff_line): Only reset line_base for .bf symbols.
2789 * config/obj-coff.h (coff_adjust_section_syms, coff_frob_file):
2790 Declare.
2791 (obj_frob_file): New macro.
2792
2793 * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Renamed from
2794 obj_frob_forward_symbol, and rewritten for new parameter list.
2795
2796 Mon Oct 3 21:02:38 1994 Pat Rankin (rankin@eql.caltech.edu)
2797
2798 * config/obj-vms.h (S_IS_LOCAL): fix obsolete flagseen[] reference.
2799
2800Wed Oct 5 11:49:26 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2801
2802 * config/obj-ecoff.c (obj_pseudo_table): Accept .esize and .etype
2803 as synonyms for .size and .type.
2804
b2d7b325
ILT
2805Wed Oct 5 00:08:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2806
2807 * config/obj-coff.c (coff_frob_section): Remove assert about
2808 section alignment.
2809 * config/tc-sparc.c (md_section_align): Use section alignment, not
2810 xvec align_power_min field.
2811
dc87e0ce
KR
2812Fri Sep 30 19:05:20 1994 Pat Rankin (rankin@eql.caltech.edu)
2813
2814 * vmsconf.sh (make-gas.com): handle DCL verification to enable
2815 sensible feedback to the user while gas is being built.
2816
76a390e2
KR
2817Fri Sep 30 16:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2818
13a336c4
KR
2819 * Makefile.in (DISTSTUFF): New variable, listing only make-gas.com
2820 for now.
2821 (diststuff): New target; builds DISTSTUFF.
2822 (realclean): Separate target, depend on clean and distclean, then
2823 delete DISTSTUFF.
dc87e0ce
KR
2824 * make-gas.com: Deleted.
2825
76a390e2
KR
2826 * config/tc-i386.c (i386_validate_fix) [BFD_ASSEMBLER]: New
2827 function. Converts reloc for "foo-GOT" to BFD_RELOC_386_GOTOFF
2828 reloc for "foo".
2829 (i386_operand): Don't look up section symbol for
2830 undefined_section.
2831 (reloc): Always permit return of 8- and 16-bit relocation types.
2832 Add a space after "pc-relative" in the error message.
2833 (tc_i386_fix_adjustable) [BFD_ASSEMBLER]: Reject
2834 BFD_RELOC_386_GOTOFF relocs.
2835 (i386_operand): For any GOTOFF reloc, convert it to a BFD_RELOC_32
2836 with a "foo-GOT" value.
2837 * config/tc-i386.h (i386_validate_fix): Declare it.
2838 (TC_VALIDATE_FIX): New macro -- call it.
2839 (NOP_OPCODE): Cast to `char' to avoid compiler warnings.
2840
2841 * as.h: If __STDC__ is not defined and varargs.h is available, use
2842 it rather than stdarg.h.
2843
2844 * write.h (struct fix): Added new bitfield fx_plt, for fixups
2845 referring to PLT entries.
2846 * write.c (fix_new_internal): Initialize fx_plt to zero.
2847 (adjust_reloc_syms): Re-fetch `sym' after top of reduction loop.
2848 Don't adjust fx_offset by frag address, since S_GET_VALUE now
2849 includes the frag address.
2850 (fixup_segment): Changed local var PCREL to type int, added PLT.
2851 If PC-relative fixup refers to a PLT entry for a symbol in the
2852 current section, don't reduce it.
2853
2854 * write.c (adjust_reloc_syms): Exit loop through a label. If
2855 DEBUG5 is defined, print out each fixup before and after
2856 processing.
2857 (fixup_segment): If DEBUG5 is defined, print out each fixup before
2858 and after processing.
2859 (print_fixup): Added prototype. Show address on first line. Show
2860 fx_offset and fx_subsy. [!BFD_ASSEMBLER]: Only show fx_r_type if
2861 NEED_FX_R_TYPE is defined.
2862
2863 * symbols.c (print_symbol_value_1): Check S_IS_LOCAL, S_IS_EXTERN,
2864 S_IS_DEBUG, S_IS_DEFINED also.
2865
9dc6c00f
KR
2866Thu Sep 29 18:57:06 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2867
10ff87e9
KR
2868 * Makefile.in (all): Depend on .gdbinit.
2869 (.gdbinit): Rebuild from gdbinit.in by running config.status.
2870
2871 * gdbinit.in: Define new function "pf". Fix doc on "pe" and "ps".
2872
9dc6c00f
KR
2873 * write.c (print_fixup): Print source location on first line.
2874 Show fx_r_type and fx_addsy fields.
2875
648acaa0
KR
2876Wed Sep 28 14:56:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2877
b8480abc
KR
2878 * configure.in: Set bfd_gas for all sparc targets in one place,
2879 instead of separately for each. Correctly handle user-supplied
2880 "--enable-bfd-gas" option.
2881
2882 * gdbinit.in: Move "break abort" to end, in case gdb complains.
2883
2884 * as.h (PRINTF_WHERE_LIKE, PRINT_LIKE) [USE_STDARG, !__GNUC__]:
2885 Use PARAMS macro.
2886
2887 * symbols.c (resolve_symbol_value, case O_symbol): Don't do any
2888 processing if add_symbol is undefined or in expr_section.
2889 (resolve_symbol_value, case O_add): For symbol plus
2890 constant-valued symbol, convert to O_symbol and re-reduce.
2891 (S_GET_VALUE): If symbol needs resolving, resolve it.
2892 (indent_level): No longer static.
2893 (print_symbol_value_1): Don't print frag address if it matches
2894 zero_address_frag. Don't print "resolving" if already resolved.
2895 Print segment name. Don't call print_expr_1 on an undefined
2896 symbol.
2897 (print_expr_1): Fix whitespace before printing X_add_number.
2898
648acaa0
KR
2899 * expr.c (make_expr_symbol): No longer static. Use symbol_create,
2900 not symbol_new, for symbols holding expression values.
2901 * expr.h (make_expr_symbol): Move declaration here.
9ff0f5ef
KR
2902 * write.c (fix_new_exp): Handle O_add by creating an
2903 expression-valued symbol, and calling fix_new_exp recursively.
2904 (adjust_reloc_syms): If a fixup's symbol value is a sum of an
2905 undefined symbol and a constant, fold the constant into the fixup,
2906 and refer to the undefined symbol directly. Then process the
2907 fixup again from scratch.
2908 (write_object_file): Before calling adjust_reloc_syms, make a pass
2909 through the symbol list trying to resolve values.
2910
2911 * write.c (print_fixup): New routine, for debugging.
2912 (write_relocs): Call bfd_install_relocation. Deleted various
2913 hacks for working around problems with bfd_perform_relocation.
2914
2915 * Makefile.in (VERSION): Update to 2.4.90.
648acaa0 2916
7b777690
ILT
2917Wed Sep 28 11:50:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2918
620a590e
ILT
2919 * Makefile.in (gasp.o): Depends upon config.h.
2920
3f42c69e
ILT
2921 * config/tc-mips.c: Include subsegs.h.
2922 (md_apply_fix): If an unconditional b or bal overflows, and we are
2923 not assembling PIC code, replace it with a j or jal.
2924
7b777690
ILT
2925 * config/tc-mips.c (md_apply_fix): Correct branch overflow test.
2926 Use as_bad_where and as_warn_where rather than as_bad and as_warn.
2927
2928Mon Sep 26 17:15:59 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2929
2930 * write.c (write_relocs): Add file name and line number to
2931 as_fatal calls. Handle bfd_reloc_overflow case specifically when
2932 RELOC_EXPANSION_POSSIBLE.
2933
2934Fri Sep 23 16:11:28 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2935
2936 * as.h (USE_STDARG, USE_VARARGS): Define one or neither of these
2937 here. Use them for deciding which PRINTF*LIKE macro definitions
2938 to use.
2939 * messages.c: Use them, instead of NO_STDARG, NO_VARARGS.
2940 [!USE_STDARG && !USE_VARARGS] (va_alist, va_dcl, ...): Provide
2941 default definitions matching what we were doing before.
2942 (as_tsktsk): Remove the non-stdarg, non-varargs version, and
2943 always use the varargs form if not using stdarg. It's safe to
2944 always use vfprintf, because libiberty will provide it if the
2945 native system doesn't. Also, always make format be const.
2946 (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
2947
144659ab
ILT
2948Fri Sep 23 14:42:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2949
2950 * config/tc-mips.c (load_register): Always use addiu when adding a
2951 constant to $zero--no need to use daddiu.
2952 (macro): Hack the -mips3 overflow tests to not fail when offsetT
2953 is only 32 bits.
2954
2955 * symbols.h (copy_symbol_attributes): Declare.
2956
2957Thu Sep 22 21:58:24 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2958
2959 * listing.c: Bugfixes based in part on patches from Paul
2960 Kranenburg.
2961 (listing_newline): Check filename as well as line number when
2962 deciding whether to record it.
2963 (list_symbol_table) [S_IS_REGISTER]: Check that S_IS_REGISTER is
2964 false (if defined) as well as checking for reg_section.
2965 (listing_listing): Iterate fetching lines while line number is too
2966 low, and we haven't run off the end of the input file.
2967
2968 * config/vms-conf.h: Changed HAVE_DELETE to HAVE_REMOVE.
2969
bdaa198a
KH
2970Thu Sep 22 13:39:10 1994 Kung Hsu (kung@x1.cygnus.com)
2971
2972 * ecoff.c (ecoff_generate_asm_lineno): check if
2973 current_stabs_filename is NULL before strcmp.
cacd15c4 2974 * read.c (read_a_source_file): fix a bug in generate_asm_lineno
bdaa198a
KH
2975 checking.
2976
8068b96a
KR
2977Wed Sep 21 18:17:35 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2978
2979 * config/ho-*.h: Now-unused files deleted.
2980
2981 * symbols.c (copy_symbol_attributes): New function. Copies BFD
2982 symbol flags and calls OBJ_COPY_SYMBOL_ATTRIBUTES.
2983 (resolve_symbol_value, case O_symbol): Call it, if X_add_number is
2984 zero. Don't call obj_frob_forward_symbol.
2985 * read.c (pseudo_set): Call copy_symbol_attributes, but only if
2986 X_add_number is zero.
2987 * config/obj-elf.h (obj_frob_forward_symbol): Deleted.
2988
144659ab
ILT
2989 * config/tc-i960.c: Lots of whitespace, comment reformatting,
2990 using GNU indent.
2991 (strchr): Don't declare.
2992 [BFD_ASSEMBLER]: Don't compile md_convert_frag,
2993 md_estimate_size_before_relax, md_ri_to_chars,
2994 md_create_short_jump, md_create_long_jump.
2995 (brtab_emit): Use data_section, not SEG_DATA.
2996
cacd15c4 2997 Mon Sep 19 17:14:44 1994 Pat Rankin (rankin@eql.caltech.edu)
8068b96a
KR
2998
2999 * config/vms-conf.h: new file, manually derived from conf.in.
3000 * config-gas.com: use it, and eliminate obsolete "host.h".
3001
3af9783a
ILT
3002Wed Sep 21 11:11:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3003
87bbf920
ILT
3004 * config/tc-ppc.c (ppc_current_block): New static variable.
3005 (ppc_stabx): Set sy_tc.within of a C_STSYM symbol to
3006 ppc_current_block. Don't move around any stab symbol, just those
3007 for common symbols.
3008 (ppc_bs): Set ppc_current_block.
3009 (ppc_es): Clear ppc_current_block.
3010 (ppc_frob_symbol): Set the value of a C_STSYM symbol to the offset
3011 from the csect of the enclosing block.
3012
3af9783a
ILT
3013 * config/tc-mips.c (insns_since_cache_access): Remove.
3014 (append_insn): Remove setting of insns_since_cache_access, and
3015 special 4600 handling; it turns out not to be required.
3016
e8d4d475
ILT
3017Tue Sep 20 16:13:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3018
3019 * config/tc-mips.c (md_shortopts): Remove E.
3020 (md_longopts): Add EB and EL.
3021 (md_parse_option): Handle -EB and -EL as separate options, rather
3022 than as a single -E option with an argument.
3023
8268e3ec
JL
3024Mon Sep 19 12:42:05 1994 Jeff Law (law@snake.cs.utah.edu)
3025
3026 * config/tc-hppa.c (hppa_fix_adjustable): Reject reductions
3027 involving global symbols too.
3028
eb3028aa
KR
3029Mon Sep 19 12:12:46 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3030
3031 * as.h: Test NEED_DECLARATION_*, not NEED_*_DECLARATION.
3032
3033 * configure.in: Test for remove, not delete. Fix cross-assembler
3034 test.
3035 * as.h: Test HAVE_REMOVE, not HAVE_DELETE; define unlink to
3036 remove, not delete.
3037
35e70f58
KR
3038 * read.c (pseudo_set, case O_symbol): If
3039 OBJ_COPY_SYMBOL_ATTRIBUTES is defined, invoke it.
3040 [BFD_ASSEMBLER]: Copy BSF_FUNCTION setting too.
3041 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define.
3042
3043 Wed Aug 10 19:15:30 1994 Pat Rankin (rankin@eql.caltech.edu)
3044
3045 * config/obj-vms.h (DSG_S_C_UBITU, DST_K_VFLAGS_DSC, DST_K_TS_ATOM,
3046 many others): new macros; values obtained from "DSTRECRDS.SDL".
3047 * config/obj-vms.h (various): use them.
3048 (USE_BITSTRING_DESCRIPTOR): new macro, for selecting bitfield
3049 representation (only enum bitfields can avoid being bitstrings).
3050 (bitfield_suffix, setup_basic_type): new routines.
3051 (VMS_typedef_parse): use them. Now recognize bitfields of all
3052 integral types, not just type `int'. Caveat: the representation
3053 used for bitfields still does not work for objects placed in
3054 registers, and gcc's optimizer sometimes puts small structs there.
3055
3056 Tue Jun 14 17:31:44 1994 Pat Rankin (rankin@eql.caltech.edu)
3057
3058 * read.c (s_text) [#if OBJ_VMS]: clear the IN_DEFAULT_SECTION
3059 bit from const_flag.
3060 * config/obj-vms.h (IN_DEFAULT_SECTION): define this macro.
3061 (tc_frob_label): define this to call vms_check_for_special_label,
3062 and declare the latter.
3063 * config/obj-vms.c (vax_g_doubles): declare this file-scope
3064 variable.
3065 (const_flag): initialize to IN_DEFAULT_SECTION instead of 0.
3066 (vms_check_for_special_label): new routine (tc_frob_label).
3067 (VMS_TBT_Routine_End): don't bother checking for `gcc_compiled.'
3068 and `gcc2_compiled.' labels; they won't reach here any more.
3069 (VMS_typedef_parse) [case 'r']: for types `double' and `complex
3070 double', use `vax_g_doubles' flag to select type of double.
3071 (VMS_write_object_file) [traceback setup]: don't pass symbols
3072 with the IN_DEFAULT_SECTION attribute to the TBT_Routine_Begin
3073 and TBT_Routine_End functions.
3074
3075 Mon Jun 6 20:52:20 1994 Pat Rankin (rankin@eql.caltech.edu)
3076
3077 * config/obj-vms.c (VMS_TBT_Routine_End): cache the result of
3078 S_GET_VALUE() to avoid many repeated function calls.
3079 (VMS_Check_For_Main) [#if HACK_DEC_C_STARTUP]: capitalize
3080 _C$MAIN_ARGS in advance, in case -h3 (leave symbol name as-is)
3081 gets requested. [All the HACK_DEC_C_STARTUP code appears to
3082 be obsolete; gcc does it automatically for vms target. It's
3083 also misnamed, because it is for the "VAX C" run-time library,
3084 not the newer "DEC C" one which has much different startup code.]
3085 {various}: use `S_SET_xxx(symbol,new_value)' rather than
3086 `S_GET_xxx(symbol) = new_value'.
3087
d1578de3
ILT
3088Mon Sep 19 12:05:03 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3089
3090 * config/obj-coff.c (c_dot_file_symbol): Use bfd_abs_section_ptr,
3091 not &bfd_abs_section.
3092
e3683042
ILT
3093Thu Sep 15 18:36:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3094
3095 * expr.c (clean_up_expression): Use addressT, not bfd_vma.
3096
75c28b49
JL
3097Tue Sep 13 20:05:47 1994 Jeff Law (law@snake.cs.utah.edu)
3098
fcacfef6
JL
3099 * expr.c (expr): Don't reduce the difference of two symbols in the
3100 same frag if the symbols are not in normal sections.
3101
75c28b49
JL
3102 * config/obj-som.h (S_SET_OTHER, S_SET_TYPE): Delete a.out crud.
3103 (S_SET_DESC, S_GET_OTHER, S_GET_TYPE, S_GET_DESC): Likewise.
3104 (obj_attach_unwind_info): Do not define. Not needed anymore.
3105 * config/tc-hppa.c: Delete whitespace at EOL.
3106 (struct hppa_fix_struct): Delete fx_unwind field and all references.
3107 (fix_new_hppa): Last arg is now a pointer to an int. Do not
3108 call obj_attach_unwind_info anymore. For SOM R_ENTRY and R_EXIT
3109 fixups, store 32bits of unwind information in the fx_addnumber
3110 field of the fixup.
3111 (md_assemble, pa_entry, process_exit, pa_procend): For SOM R_ENTRY
3112 and R_EXIT fixups, pass a NULL pointer to fix_new_hppa, and a
69cb5925 3113 pointer to 32 bits of unwind info.
75c28b49
JL
3114 (tc_gen_reloc): For SOM R_ENTRY and R_EXIT fixups, set the symbol
3115 pointer to the dummy symbol; set the addend field to fx_addnumber.
3116 (pa_comm, pa_equ, pa_type_args, pa_import): Use bfd_XXX_section_ptr
3117 rather than &bfd_XXX_section.
3118
26f4447a
KR
3119Tue Sep 13 21:15:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3120
d7152d07
KR
3121 * config/tc-i386.c (md_apply_fix_1): For GOTPC relocs, decrement
3122 value by one; discard adjustments previously being made. From
3123 Eric Youngdale.
3124
26f4447a
KR
3125 VMS- and Vax-related changes from Pat Rankin:
3126 * Makefile.in (VMS_OTHER_OBJS): add concat, getopt, and getopt1.
3127 * vmsconf.sh: no longer have make-gas.com echo text about needing
3128 to modify the gcc-vms driver when intending to use with gcc 1.x.
3129 * as.c (parse_options): suppress 'v' from std_short_options and
3130 eliminate VMS-specific conditional initialization;
3131 [default case]: check for '-v' if md_parse_options doesn't recognize
3132 an option;
3133 [default case, #if VMS]: check for filename argument when '-v' seen;
3134 [case 'v']: delete.
3135 * config/tc-vax.c (md_assemble): don't rely on `this_add_number'
3136 for O_big literal operands (double floats and long long ints);
3137 [VMS, md_shortopts]: add second colon after 'v';
3138 (md_parse_options) [VMS, case 'v']: check for argument, so
3139 caller can handle `-v' w/o arg.
3140
a9898563
SC
3141Tue Sep 13 16:45:08 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3142
3143 * config/obj-coff.c (do_relocs_for): If TC_KEEP_FX_OFFSET
3144 is defined, put the tx_offset into the r_offset.
3145 * config/tc-sh.c (line_comment_chars): Add #
3146 (tc_reloc_mangle): Deleted.
3147 * config/tc-sh.h (TC_KEEP_FX_OFFSET): Define.
3148 (TC_RELOC_MANGLE): Delete.
3149
28d3e4a3
KR
3150Tue Sep 13 16:20:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3151
b9419dd2
KR
3152 * flonum-konst.c: Change preprocessor tests of HO_VMS to just VMS.
3153 * hex-value.c: Ditto.
3154 * config/obj-vms.c: Ditto.
3155
460531da
KR
3156 * config/tc-sparc.c (sparc_ip): Replace as_bad/exit sequence with
3157 a call to as_fatal.
3158 * config/tc-i860.c (i860_ip): Ditto.
3159 * config/tc-hppa.c (pa_ip): Ditto.
3160 * config/tc-alpha.c (alpha_ip): Ditto.
3161 * as.c (parse_args): Ditto.
3162
3163 * config/tc-mips.c (mips_ip): Replace as_warn/exit sequence with a
3164 call to as_fatal.
3165
3166 * write.c (write_contents): Use EXIT_FAILURE.
3167 * output-file.c (output_file_create, output_file_close,
3168 output_file_create, output_file_close): Ditto.
3169 * messages.c (as_fatal): Ditto.
3170 * config/obj-som.c (obj_som_version, obj_som_copyright): Ditto.
3171 * config/obj-ieee.c (write_object_file): Ditto.
3172 * config/obj-coff.c (write_object_file): Ditto.
3173 * config/tc-vax.c (main): Use EXIT_SUCCESS.
3174 * config/tc-m68k.c (main): Ditto.
3175
3176 * hash.c (main): Pass a value to exit().
3177
3178 * as.h (EXIT_SUCCESS, EXIT_FAILURE): Moved here.
3179 * as.c: ...from here.
3180 (parse_args): Use them always.
3181 (main): Use exit rather than return.
3182
28d3e4a3
KR
3183 * Makefile.in (*_FOR_TARGET, INSTALL_XFORM, install, uninstall):
3184 Rewrite handling of program_transform_name.
3185
b9419dd2
KR
3186 * configure.in: Test for functions unlink and delete.
3187 * as.h: If unlink isn't available but delete is, define unlink to
3188 be delete.
28d3e4a3
KR
3189
3190 Update for autoconf 1.118:
3191 * gdbinit.in: New file, created from old .gdbinit.
3192 * .gdbinit: Deleted.
3193 * aclocal.m4 (GAS_GDBINIT): Deleted.
3194 * configure.in: Don't use it. Instead, generate .gdbinit from
3195 gdbinit.in. Don't substitute cpu_type, obj_format, emulation,
3196 atof. Switched order of AC_LINK_FILES arguments. Use AC_PREREQ
3197 to ensure that older versions of autoconf aren't used.
3198 * Makefile.in: Added @configure_input@ line.
3199 (configure): Deleted rule.
3200
430a3997
ILT
3201Tue Sep 13 12:08:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3202
3203 * config/obj-coff.c (fixup_segment): After handling the difference
3204 of two symbols from the same segment, set fx_subsy to NULL, to
3205 satisfy existing TC_COUNT_RELOC macros.
3206
e23b25ec
KR
3207Tue Sep 13 01:47:08 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3208
3209 * aclocal.m4 (GAS_GDBINIT): New macro.
3210 * configure.in: Use it.
3211 * configure: Regenerated.
3212
c570d361
KR
3213Mon Sep 12 20:56:38 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
3214
3215 * .gdbinit (pe, ps): Define new commands.
3216 * symbols.c (indent_level): New static variable.
3217 (indent, print_expr_1, print_symbol_value_1, print_symbol_value,
3218 print_expr): New functions.
3219
3220 * Makefile.in (config-stamp): Add a "this file generated by make"
3221 message to config.h.
3222
3223 PIC implementation for i386-linux, based on code from Eric
3224 Youngdale and Paul Kranenburg, with some work of my own:
3225
3226 * write.c (fixup_segment): Test TC_RELOC_RTSYM_LOC_FIXUP on fixup
3227 before processing same-section pcrel relocations.
3228 (TC_RELOC_RTSYM_LOC_FIXUP): Default to 1.
3229
3230 * expr.c (make_expr_symbol): If operator is O_symbol and
3231 X_add_number is zero, just return the symbol. If operator is
3232 O_constant, resolve the symbol's value before returning.
3233 (operand): Permit use of "[]" for grouping.
3234 (clean_up_expression): For difference of two symbols in the same
3235 frag, add the difference of their offsets into X_add_number.
3236 (expr): Reduce difference of two symbols in same frag to their
3237 difference.
3238
3239 * config/tc-i386.c (TC_RELOC): New macro.
3240 (struct _i386_insn): New field disp_reloc.
3241 (GOT_symbol): New variable.
3242 (operand_special_chars): Added square-brackets and at-sign.
3243 (reloc) [BFD_ASSEMBLER]: Added new argument OTHER; if it is not
3244 NO_RELOC, just return it.
3245 (reloc) [! BFD_ASSEMBLER]: Add third argument to dummy macro.
3246 (BFD_RELOC_386_PLT32, _GOT32, _GOTOFF) [! BFD_ASSEMBLER]: More
3247 dummy macros.
3248 (tc_i386_fix_adjustable): New function. Returns zero if symbol in
3249 fixup is not local, to prevent relocations against externals from
3250 being dropped.
3251 (md_assemble): Initialize disp_reloc field to NO_RELOC. Pass
3252 disp_reloc field to reloc() function, and use TC_RELOC to generate
3253 value to pass to fix_new_exp.
3254 (md_assemble): Change 32-bit reloc against GOT_symbol into a GOTPC
3255 reloc.
3256 (i386_operand): Initialize disp_reloc field to NO_RELOC. Handle
3257 @GOTOFF, @PLT, @GOT operands. For GOTOFF relocations with local
3258 symbols, force generation of the section symbol.
3259 (md_estimate_size_before_relax): If GOT_symbol exists, decide
3260 we're generating PIC code, and convert relocations against
3261 undefined symbols from PCREL to PLT32.
3262 (md_apply_fix_1) [OBJ_ELF]: Fix up values for dynamic-linking
3263 relocs.
3264 (md_undefined_symbol): Notice GLOBAL_OFFSET_TABLE_NAME and set
3265 and return GOT_symbol if it matches.
3266 (F, MAP): Move macro definitions outside function.
3267 (tc_gen_reloc): Only switch on size and pcrel if code wasn't
3268 already supplied as PLT32. GOT32, GOTOFF, or GOTPC. Convert
3269 BFD_RELOC_32 using GOT_symbol into GOTPC.
3270 * config/tc-i386.h (TC_RELOC, tc_fix_adjustable,
3271 TC_RELOC_GLOBAL_OFFSET_TABLE, TC_RELOC_RTSYM_LOC_FIXUP): New
3272 macros.
3273 (NEED_FX_R_TYPE): Define.
3274 (LOCAL_LABEL): Accept ".X" prefix too.
3275 (GLOBAL_OFFSET_TABLE_NAME): Default to "_GLOBAL_OFFSET_TABLE_".
3276
1b434ced
ILT
3277Mon Sep 12 17:51:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3278
1779d515
ILT
3279 * config/obj-elf.c (obj_elf_type): Rewrite to accept syntax
3280 reportedly to be used on Irix 6.
3281
c1444ec4
ILT
3282 * config/tc-mips.c (md_pseudo_table): Handle .globl and .global.
3283 (s_mips_globl): New static function; needed for Irix 5 support.
3284 * ecoff.c (ecoff_build_symbols): If BSF_FUNCTION is set for an
3285 external symbol with no type, set the type to st_Proc rather than
3286 st_Global. Don't set the index of an external st_Proc or
3287 st_StaticProc symbol unless it is also a local symbol.
3288
1b434ced
ILT
3289 * read.c (read_a_source_file): The second argument to as_where is
3290 unsigned int *, not int *.
3291
326d16ca
KH
3292Thu Sep 8 17:18:24 1994 Kung Hsu (kung@mexican.cygnus.com)
3293
3294 * config/obj-ecoff.h : Change names to OBJ_GENERATE_ASM_LINENO,
3295 and generate_asm_lineno.
3296 * config/obj-elf.h : ditto.
3297 * read.h : ditto.
3298 * read.c (read_a_source_file): if no file when inst is read, set
3299 generate_asm_lineno to true.
3300 * ecoff.h : change name to generate_asm_lineno and add function
3301 ecoff_no_current_file.
3302 * ecoff.c : change name to generate_asm_lineno.
69cb5925 3303 * ecoff.c (ecoff_generate_asm_lineno) : new function, to generate
326d16ca
KH
3304 ecoff style line for asm file.
3305
eb4fd16f
ILT
3306Thu Sep 8 19:43:49 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3307
3308 * config/obj-coff.c (size_section): Do an fprintf to stderr rather
3309 than a printf.
3310 (fixup_segment): Use as_bad_where rather than as_bad.
3311
20c9d49a
SC
3312Wed Sep 7 17:21:12 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3313
eb4fd16f
ILT
3314 * config/tc-{h8300,sh}.[ch] (tc_coff_symbol_emit): Function doing
3315 nothing becomes macro doing nothing.
20c9d49a 3316
bf111c9f
KR
3317Wed Sep 7 19:10:09 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3318
353acf31
KR
3319 * Makefile.in (Makefile): Depend on config.status.
3320 (config.status): Run config.status from . instead of srcdir.
3321
72373532
KR
3322 * config/tc-i386.c (tc_gen_reloc): Use bfd_get_reloc_code_name to
3323 display the name of the relocation type that couldn't be handled.
3324 * config/tc-sparc.c (tc_gen_reloc): Likewise.
3325 * config/tc-alpha.c (tc_gen_reloc): Likewise. Deleted abort call
3326 after call to as_fatal.
3327
3328 * configure.in (i386-*-linux*): Don't set bfd_gas.
3329
3330 * Makefile.in (CC_FOR_TARGET, NM_FOR_TARGET, OBJDUMP_FOR_TARGET,
3331 install, uninstall): Don't use "brokensed" hack any more, the new
3332 autoconf code should never let program_transform_name be empty.
3333
bf111c9f
KR
3334 Update for autoconf beta 1.112:
3335 * aclocal.m4 (GAS_CHECK_DECL_NEEDED, GAS_WORKING_ASSERT): New
3336 macros.
3337 * configure.in: Use them. Use AC_ARG_PROGRAM (now provided by
3338 autoconf) instead of my hacked-up AC_PROGRAM_TRANSFORM_NAME. Move
3339 test for CROSS_COMPILE just before AC_FUNC_ALLOCA, and emit a
3340 message to try to ease confusion about autoconf's
3341 "cross-compiling" message.
3342 * acconfig.h (NEED_DECLARATION_MALLOC, NEED_DECLARATION_FREE,
3343 NEED_DECLARATION_ERRNO): Renamed from NEED_*_DECLARATION.
3344 * configure, conf.in: Regenerated.
3345
c8570de8
ILT
3346Wed Sep 7 12:49:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3347
3348 * configure.in: Check ${host} and ${target} rather than
3349 ${host_canon} and ${target_canon}.
3350 * configure: Likewise.
3351
8c63448a
ILT
3352Tue Sep 6 11:42:38 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3353
3354 * config/tc-mips.c (mips_cpu): New static variable.
3355 (insns_since_cache_access): New static variable.
3356 (md_begin): Set mips_cpu as well as mips_isa.
3357 (append_insn): If mips_cpu is 4600, require four nop instructions
3358 between an instruction which accesses the cache and certain CACHE
3359 instructions. Keep track of the number of instructions seen since
3360 an instruction which accesses the cache.
3361 (md_parse_option): Set mips_cpu as well as mips_isa.
3362
a5a2f156
KR
3363Mon Sep 5 07:09:00 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3364
3365 * doc/Makefile.in (VPATH): Define using @srcdir@.
3366 (prefix, program_transform_name, exec_prefix): Use autoconf style
3367 @-substitutions.
3368
8c63448a 3369Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
3370
3371 * config/ho-riscix.h, config/tc-arm.c, config/tc-arm.h: New files
3372 * configure.in: Recognize the arm.
3373
3ffbc907
ILT
3374Fri Sep 2 16:05:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3375
3376 * ecoff.c (add_file): Don't try to generate line numbers if the
3377 symbol table has been frozen.
3378
3379Thu Sep 1 19:48:01 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3380
3381 * aclocal.m4 (AC_PROG_CC): Use AC_DEFUN, and omit AC_PROVIDE.
3382
3383 * configure.in: Handle user-specified bfd-assembler option with
3384 separate variable from preferred configuration, until the two are
3385 resolved. Indicate bfd_gas=preferred for linux a.out. Use
3386 AC_PROGRAM_TRANSFORM_NAME, for which a patch has been sent to djm.
3387 * Makefile.in (target_alias, program_transform_name): Define,
3388 using autoconf @-substitutions.
3389
fb589130
KR
3390Wed Aug 31 17:43:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3391
7f64fd4e
KR
3392 * atof-generic.c: Deleted alloca handling here.
3393
fb589130
KR
3394 * Makefile.in (prefix, exec_prefix): Use @-subtitutions.
3395
3396 * aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since
3397 autoconf 1.109 has this fixed.
3398 * configure.in: Don't change quote characters around AC_MSG_ERROR
3399 invocation. Don't use AC_HEADER_STDC, since it requires running a
3400 program. Cache NEED_*_DECLARATION values.
3401 * configure, conf.in: Regenerated with a modified autoconf 1.109.
3402
c7072f56
KR
3403 * as.h (volatile): Don't test or define here; not needed.
3404 (alloca): Replace alloca-conf.h inclusion with code recommended in
3405 autoconf documentation. Include config.h first.
3406
bdee23af
ILT
3407Wed Aug 31 11:20:48 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3408
3409 * config/obj-coff.h (S_IS_DEFINED): Absolute symbols are defined
3410 also.
3411
3412 * configure.in, configure: Initialize bfd_gas to no.
3413
a48f997a
KR
3414Tue Aug 30 19:31:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3415
3416 * as.h: Include alloca-conf.h from "libiberty", not
3417 "../libiberty".
3418
0c49642d
ILT
3419Mon Aug 29 16:11:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3420
3421 * config/tc-ppc.c (md_apply_fix): Don't generate a reloc when a
3422 symbol is used as an offset into a CSECT that is not a TOC. These
3423 types of loads are generated by gcc -mminimal-toc.
3424
65ad84c1
KR
3425Sun Aug 28 13:22:52 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
3426
e9296bdb
KR
3427 * as.h (flag_*): Added comments describing meanings of some of
3428 these variables.
3429 (struct frag): Add some comments about the ns32k-specific fields
3430 and why they're here.
3431 (SIZEOF_STRUCT_FRAG): Cast addresses to char*, not int.
3432 (flag_print_statistics): Declare.
3433
3434 * as.c (parse_args): Set flag_print_statistics instead of
3435 statistics_flag. Options array is now const. Added new option
3436 "dump-config"; if specified, print TARGET_ALIAS, TARGET_CANONICAL,
3437 TARGET_CPU, TARGET_OBJ_FORMAT, and TARGET_FORMAT, if defined.
3438 (main): Change test to check flag_print_statistics.
3439 (statistics_flag): Deleted.
3440
c72aa0e2
KR
3441 * frags.c (frag_variant): Removed PCREL_ADJUST and BSR arguments.
3442 Always initialize them to zero.
3443 * frags.h (frag_variant): Fixed prototype.
3444 * config/tc-i960.c (get_cdisp): Don't pass the extra zero args.
3445 * config/tc-ns32k.c (convert_iif): Don't pass the arguments; cache
3446 the value of frag_now and fill in the fields later.
3447
65ad84c1
KR
3448 * Makefile.in (distclean, realclean): Remove new
3449 configure-generated files.
3450
aaeee550
KR
3451Sat Aug 27 20:26:12 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
3452
b11fb939
KR
3453 Conversion to autoconf:
3454 * acconfig.h, aclocal.m4: New files.
3455 * configure.in: Rewritten (except for some target-specific code)
3456 for autoconf.
3457 * conf.in, configure: New files, generated from the above.
3458 * Makefile.in: Changed magic sequence indicating insertion of
3459 makefile fragments.
3460 (VPATH, srcdir, CC, LIBS, OBJS dependencies): Use @-substitutions
3461 from configure.
3462 (LINKED_HEADERS): Deleted a.out.gnu.h, a.out.h, and host.h.
3463 (config.status, configure): Rewrite rules.
3464 (config-stamp): Depend on conf. Skip variables that configure is
3465 now substituting itself.
3466 (*.o dependencies): Deleted host.h.
3467 (distclean, realclean): Don't delete host.h.
3468 * as.c: Don't include stdio.h, string.h, sys/types.h. Include
3469 signal.h after as.h.
3470 * as.h: Include alloca-conf.h first. Include ctype.h, string.h,
3471 strings.h, stdlib.h, unistd.h, sys/types.h, fopen-bin.h,
3472 fopen-same.h, as suggested by autoconf test results.
3473 [BROKEN_ASSERT]: Don't include assert.h.
3474 (strdup): Declare.
3475 (volatile, const): Define if not __STDC__ and not already defined.
3476 (malloc, realloc) [NEED_MALLOC_DECLARATION]: Declare.
3477 (free) [NEED_FREE_DECLARATION]: Declare.
3478 * gasp.c: Include config.h, stdlib.h (if HAVE_STDLIB_H). Don't
3479 include host.h.
3480 (malloc) [NEED_MALLOC_DECLARATION]: Declare.
3481 * messages.c: Include as.h first. Include errno.h only if
3482 HAVE_ERRNO_H. If HAVE_VARARGS_H and not __STDC__, undefine
3483 HAVE_STDARG_H. Set NO_STDARG and NO_VARARGS as appropriate.
3484 * doc/Makefile.in (srcdir, INSTALL, INSTALL_PROGRAM,
3485 INSTALL_DATA): Use autoconf @-substitutions.
3486
27bf48ec
KR
3487 * input-file.c: Don't include assert.h here, 'cause as.h already
3488 includes it.
3489
aaeee550
KR
3490 * config/tc-alpha.c: Added various prototypes for static
3491 functions.
3492 (in_range): New function, tests whether a value can fit in an
3493 N-bit field.
3494 (build_mem, build_operate_n): New functions for constructing
3495 opcode values.
3496 (emit_sll_n, emit_ldah_num, emit_addq_r, emit_lda_n): New
3497 functions for emitting single instructions, no longer requiring a
3498 recursive call to md_assemble.
3499 (emit_add64): New function for expanding a REG:=REG+CONST
3500 operation into one or more instructions, to handle wide constants.
3501 (clear_insn): New variable.
3502 (md_begin): Fill it in with zeros and BFD_RELOC_NONE values.
3503 (alpha_ip): Use it to initialize local variable insns.
3504 (alpha_ip, label "immediate" and cases 'P', 'G'): Use emit_add64
3505 for calculations.
3506
6668a062
KR
3507Fri Aug 26 14:46:15 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
3508
3509 * subsegs.c (section_symbol): Reverse still-wrong test of
3510 EMIT_SECTION_SYMBOLS.
3511
8ef75e2c
KR
3512 * write.c (BFD_FAST_SECTION_FILL): Always define.
3513 (write_contents): If fill_size is 1, use memset instead of looping
3514 calling memcpy.
3515
904b6037
ILT
3516Wed Aug 24 12:46:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3517
20ae2fb8
ILT
3518 * config/tc-mips.h (LOCAL_LABEL): Define as 0, for compatibility
3519 with native MIPS assembler.
3520 * configure.in (mips-*-irix*): Don't set emulation.
3521 * config/te-irix.h: Remove.
3522
fd4f335c
ILT
3523 * ecoff.c (ecoff_symbol_new_hook): Don't add a new file if we
3524 haven't seen any input files yet.
3525 * config/tc-alpha.c (md_begin): Just call symbol_create, rather
3526 than calling symbol_new and then removing the symbol from the
3527 list.
3528
a2a1a548
ILT
3529 * as.c (main): Move a inside the #if 0 block which uses it.
3530 * ecoff.c (current_stabs_filename): Make const.
3531 * frags.h (frag_align_pattern): Declare.
3532 * gasp.c (new_file): Cast isp to long, and use %ld to print it.
3533 * config/tc-alpha.h (md_operand): Add cast to void.
3534 (alpha_do_align): Declare argument types.
3535 (tc_get_register): Declare.
3536 (alpha_frob_ecoff_data): Declare.
3537 * config/tc-alpha.c: Include <ctype.h>.
3538 (s_mask): Don't declare; does not exist.
3539 (line_comment_chars): Remove /* from descriptive comment.
3540 (tc_get_register): Remove unused local reg.
3541 (tc_gen_reloc): Don't bother to compare unsigned to zero.
3542 (s_base): Correct warning to actually print register number.
3543 (md_begin): Remove unused locals retval, lose, and i.
3544 (alpha_fix_adjustable): Move default case inside switch to avoid
3545 warning.
3546 (load_symbol_address): Remove unused locals reloc_addr, p, sym,
3547 and addend.
3548 (emit_byte_manip_r): Declare types for all arguments.
3549 (emit_extract_r, emit_insert_r, emit_mask_r): Likewise.
3550 (emit_sign_extend, emit_bis_r, s_proc): Likewise.
3551 (alpha_ip): Use sprint_value to print offsetT value. Remove
3552 unused local size. Remove unused label get_macro.
3553 (alpha_do_align): Make fill const.
3554 (md_apply_fix): Remove unused label check_zov.
3555
904b6037
ILT
3556 * configure.in: Recognize i586 as a synonym for i[34]86.
3557
3558Tue Aug 23 12:32:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3559
3560 * config/obj-coff.c (c_line_new): Change line_number argument from
3561 unsigned short to int so that the type in the prototype matches
3562 the promoted type in the definition.
3563 (stack_delete): Comment out; not used.
3564 * config/obj-coff.h (tc_coff_symbol_emit_hook): Declare if not
3565 BFD_ASSEMBLER, not if BFD_ASSEMBLER. Declare argument type.
3566 * config/tc-m68k.h (tc_coff_sizemachdep): Declare.
3567 * config/tc-m68k.c (tc_coff_symbol_emit_hook): Add ignored
3568 argument.
3569
2cffb4f4
JL
3570Tue Aug 16 01:48:20 1994 Jeff Law (law@snake.cs.utah.edu)
3571
05d0c2cc
JL
3572 * gas/config/tc-hppa.c (pa_comm): Undo last change. Set sy_frag for
3573 the common symbol to the zero address frag (the correct fix).
3574
3575Tue Aug 16 01:48:20 1994 Jeff Law (law@snake.cs.utah.edu)
3576
3577 * gas/config/tc-hppa.c (pa_comm): Undo last change. Set sy_frag for
3578 the common symbol to the zero address frag (the correct fix).
3579
3580 * config/tc-hppa.c (pa_comm): Set sy_resolved for the common
69cb5925 3581 symbol.
2cffb4f4 3582
101fbf7e
ILT
3583Fri Aug 12 17:51:48 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3584
3585 * config/tc-mips.c (md_begin): Drop "el" from the end of
3586 TARGET_CPU. Check for mips64orion.
3587
a1dafd55
SG
3588Tue Aug 9 19:43:45 1994 Stu Grossman (grossman@cygnus.com)
3589
3590 * configure.in: Recognize ppc-*-netware.
3591 * config/te-ppcnw.h: New file to support Power-PC/Netware
3592 configurations. Currently, it just enables the use of backslash
3593 escapes in string directives.
3594
55933a58
ILT
3595Tue Aug 9 11:12:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3596
8e479636
ILT
3597 * config/tc-ppc.c (ppc_stabx): Call expression directly, rather
3598 than via pseudo_set. If expression is a symbol, move stab symbol
3599 to just after symbol from expression.
3600
c9a89891
ILT
3601 * ecoff.c (ecoff_build_procs): Don't force adr of first fdr to be
3602 zero. Undoes change of June 4, 1993.
3603
55933a58
ILT
3604 * config/tc-mips.c (md_parse_option): Accept -mcpu=4400, 4600, and
3605 orion.
3606
3607Mon Aug 8 16:28:08 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3608
3609 * as.h: Remove FOPEN_WB patch of Aug 6.
3610 * configure.in: Configure for ho-go32 correctly.
3611 * config/ho-go32.h: Fix copyright.
3612
1503edcc
JL
3613Mon Aug 8 11:59:51 1994 Jeff Law (law@snake.cs.utah.edu)
3614
3615 * gas/config/tc-hppa.c (md_pseudo_table): Delete redundant
3616 upper-case versions of the pseudo-ops.
3617
2cd14ddc
ILT
3618Mon Aug 8 13:42:16 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3619
3620 * config/tc-sparc.c (md_apply_fix): If we are going to generate a
3621 non PC relative reloc, don't put the addend in the object file.
3622
6670b7f3
SC
3623Sat Aug 6 01:15:02 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3624
3625 * as.h: If FOPEN_WB is not defined, do the right thing in a go32
3626 environment.
3627
3628Mon Jul 11 11:34:52 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3629
3630 * config/tc-h8300.c (pint): New function for handling varying
3631 size of int pseudo op.
3632 * doc/as.texinfo: Fix typo describing .h8300h pseduop.
3633
363d6150
JL
3634Mon Aug 1 02:40:43 1994 Jeff Law (law@snake.cs.utah.edu)
3635
fbf71886
JL
3636 * config/tc-hppa.c (create_new_space): Initialize sd_subspaces
3637 field in the space chain.
3638
363d6150
JL
3639 * config/tc-hppa.c (tc_gen_reloc): Cast return value from
3640 hppa_gen_reloc_type.
3641
5e0a90a8
KR
3642Thu Jul 28 15:45:37 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3643
3644 * config/tc-sparc.c (sparc_ip): Check more carefully for
3645 conflicting architectures.
3646 (md_parse_option) [NO_V9]: Complain if v9 was selected.
3647 (md_show_usage): Derive architecture list in usage message from
3648 architecture_pname array.
3649 (cypress): Macro deleted.
3650 (op_hash): Don't initialize.
3651 (s_common): Use bfd_und_section_ptr instead of bfd_und_section.
3652
3653 * config/tc-sparc.c (BSR): New function.
3654 (sparc_ip): Use it for right-shift operations of 32 bits or more.
3655
3656 * config/tc-sparc.c (sparc_ip): Implement new operand type 'x'.
3657
39792caf
KR
3658Tue Jul 26 18:21:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3659
3660 * config/obj-coff.h: Moved common includes and TARGET_FORMAT
3661 definitions together.
3662 (WORKING_DOT_WORD, WARN_SIGNED_OVERFLOW_WORD,
3663 OBJ_COFF_OMIT_OPTIONAL_HEADER, BFD_HEADERS, BFD) [!BFD_ASSEMBLER]:
3664 Moved these definitions to the start of the file, before the
3665 includes.
3666 (SYMBOLS_NEED_BACKPOINTERS, OBJ_COFF_MAX_AUXENTRIES): Always
3667 define these.
3668 (S_GET_ZEROES): Deleted.
3669 (S_SET_ZEROES): Moved to obj-coff.c.
3670
3671 * config/obj-coff.c (obj_coff_* psuedo-op fns): Deleted
3672 forward declarations.
3673 (obj_pseudo_table): Moved to one version end of file,
3674 conditionalized internally.
3675 (stack typedef, stack_init, stack_delete, stack_push, stack_pop,
3676 tag_hash, tag_init, tag_insert, tag_find, tag_find_or_make): Moved
3677 to one combined version at top of file, unconditional. Deleted
3678 forward declarations.
3679 (s_get_name): Moved one copy of declarations to start of file.
3680 (def_symbol_in_progress): Ditto. Don't initialize.
3681 (S_SET_ZEROES): Moved here from obj-coff.h.
3682 (write_object_file): If TC_COFF_SET_MACHINE is defined, call it on
3683 the file headers.
3684
3685 * config/obj-coff.c (seg_info_off_by_4): Now const and static.
3686 (SEG_INFO_FROM_SEG_NUMBER): Unused macro deleted.
3687 (previous_file_symbol, def_symbol_in_progress, symbol_externP,
3688 symbol_extern_lastP, last_functionP) [!BFD_ASSEMBLER]: Don't
3689 bother explicitly initializing to zero value.
3690
3691 * config/obj-coff.c (fixup_segment) [TC_I960]: Use SF_GET_BALNAME
3692 and SF_GET_CALLNAME instead of the TC_S_IS_ versions.
3693
10db66ec
KR
3694 * config/tc-i960.h (TC_COFF_SET_MACHINE): New macro. Calls
3695 tc_headers_hook.
3696
3697 * config/tc-i960.c (targ_has_iclass): Use I_CX | I_CX2 where I_CX
3698 was used previously.
3699 (tc_headers_hook): If I_CX2 is found, set flags to F_I960CA.
3700
3701 * config/tc-i960.c (po_hash): Declaration deleted.
3702 (next_object_file_charP): Ditto.
3703 (regnames, aregs, coj): Now const.
3704 (parse_memop): Static array def_scale now const.
3705 (md_begin): Cast away const when passing hash routines addresses
3706 of values in regnames or aregs.
3707 (md_longopts): Added "link-relax" and "no-relax" hyphenated forms.
3708 Continue to accept one-word forms.
3709 (struct tabentry, arch_tab): Moved to top level from inside
3710 md_parse_option. Now const.
3711 (md_show_usage): Use arch_tab to generate usage message. Print
3712 hyphenated forms of relax options.
3713
3714 * config/tc-i960.h (DEFINE_I960_AOUT, TC_S_IS_*, TC_S_*_SYSPROC,
3715 TC_S_FORCE_TO_*): Moved from here...
3716 * config/tc-i960.c: ... to here. Changed DEFINE_I960_AOUT stuff
3717 to test OBJ_AOUT and OBJ_BOUT directly.
3718
3719 * config/tc-i960.h (CTRL, COBR, COJ, REG, MEM*, FBRA, CALLJ,
3720 M1-M3, REG_OPC, R_*, SFR, LIT, FP, OP, R, RS, RL, RSL, F,
3721 {R,F}{,L}{2,4}, M, SFR_OK, LIT_OK, FP_OK, REG_ALIGN, MEMOP, I_*):
3722 Macros deleted.
3723
3724 start-sanitize-i960xl
3725 * config/tc-i960.c (ARCH_XL): Define.
3726 (arch_tab): Include XL.
3727 (targ_has_sfr, targ_has_iclass): Handle XL.
3728 (tc_headers_hook): Set flags to F_I960XL for i960XL.
3729 end-sanitize-i960xl
3730
39792caf
KR
3731Fri Jul 15 15:36:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3732
3733 * subsegs.c (section_symbol): Had last change backwards.
3734
3b6d6f71
KR
3735Thu Jul 14 13:21:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3736
462ab71d
KR
3737 * config/atof-ns32k.c: Deleted.
3738
3b6d6f71
KR
3739 * config/obj-aout.c (obj_aout_frob_symbol): Use
3740 bfd_ind_section_ptr and bfd_und_section_ptr.
3741
3742 * subsegs.c (subseg_set_rest): Compare segT values directly,
3743 without casting to int first.
3744
259e35d4
KR
3745 * config/tc-ns32k.c (md_begin): Return value from hash_insert
3746 should be pointer to const. Don't call exit explicitly after
3747 calling as_fatal; it won't return.
3748 (convert_iif): Make local variable j be pointer to bit_fixS, since
3749 that's how it's used.
3750 (encode_operand, case 'b'): Ignore sprintf return value. Don't try
3751 converting freeptr to int and back.
3752
3753 Merged in NS32K support update from Ian Dall (dall@hfrd.dsto.gov.au):
3754
3755 * config/te-pc532mach.h: New file. pc532-mach target emulation.
3756
3757 * config/te-netbsd532.h: New file. Netbsd532 target emulation.
3758
3759 * config/tc-ns32k.h: Add definition of NOP_OPCODE.
3760
3761 * config/tc-ns32k.h: Add prototype for fix_new_ns32k_exp.
3762
3763 * config/tc-ns32k.h: Add BFD_ASSEMBLER support.
3764
3765 * config/tc-ns32k.c (tc_gen_reloc): New function for BFD_ASSEMBLER.
3766
3767 * config/tc-ns32k.c (fix_new_ns32k_exp): Get reloc type
3768 differently for BFD_ASSEMBLER.
3769
3770 * config/tc-ns32k.c (md_estimate_size_before_relax): Get reloc
3771 type differently for BFD_ASSEMBLER.
3772
3773 * config/tc-ns32k.c (md_create_long_jump): Size of opcode is one
3774 not 2.
3775
3776 * config/tc-ns32k.c (md_convert_frag): Code for the BFD_ASSEMBLER
3777 case. Also use smart md_pcrel_adjust function.
3778
3779 * config/tc-ns32k.c (md_apply_fix): Code for the BFD_ASSEMBLER
3780 case. Also use smart md_fix_pcrel_adjust function.
3781
3782 * config/tc-ns32k.c (md_fix_pcrel_adjust): New function which can
3783 find offset from opcode to operand even if in another frag
3784 and in the presence of relaxing.
3785
3786 * config/tc-ns32k.c (md_pcrel_adjust): New function which can
3787 find offset from opcode to operand even if in another frag
3788 and in the presence of relaxing.
3789
3790 * config/tc-ns32k.c (md_number_to_disp): Check ranges properly.
3791
3792 * config/tc-ns32k.c (md_atof): use atof_ieee instead of special
3793 atof_ns32k.
3794
3795 * config/tc-ns32k.c (reloc): New (static) function for
3796 BFD_ASSEMBLER.
3797
3798 * config/tc-ns32k.c (convert_iif): More correct pc relative code.
3799 md_relax must be able to find opcode address even if in another frag.
3800
3801 * config/tc-ns32k.c: More extensive comments.
3802
3803 * config/tc-ns32k.c (encode_operand): Support new operand classes I
3804 and Z. Drop Q.
3805
3806 * config/tc-ns32k.c (fix_new_ns32k_exp): new function and
3807 corresponding prototype.
3808
3809 * config/tc-ns32k.c: make 32532 default machine instead of 32032.
3810
3811 * config/tc-ns32k.c: include opcode/ns32k.h after as.h
3812
3813 * aout_gnu.h: r_disp needs to be 2 bits for TC_NS32K
3814
3815 * write.h: fx_im_disp needs to be 2 bits big for TC_NS32K
3816
3817 * write.c (relax_segment): Use TC_PCREL_ADJUST macro (if defined)
3818 instead of adding pcrel_adjust.
3819
3820 * write.c (write_object_file): Adjust to_addr for the
3821 BROKEN_DOT_WORD feature for the BFD_ASSEMBLER case.
3822
3823 * write.c (write_object_file): Use TC_CONS_FIX_NEW if it is defined.
3824
3825 * write.c (write_contents): Add code (currently if
3826 BFD_FAST_SECTION_FILL is defined) to make large fills a lot faster.
3827
3828 * configure.in: Remove ns32k from special FP list. All the ns32k
3829 series use ieee float.
3830
3831 * configure.in: Add ns32k-pc532-mach and ns32k-pc532-netbsd targets
3832
3833 * as.h: include expr.h before targ-env.h. Some target dependent file
3834 want to use expr structures.
3835
4ac7a9e4
ILT
3836Wed Jul 13 14:49:05 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3837
3838 * config/tc-m68k.c (m68k_ip): Change rp to be a const pointer.
3839 (md_parse_option): Clear cpu field of current_architecture before
3840 setting a new cpu type. Clear no_68881 for m68881 or m68882.
3841 Clear no_68851 for m68851.
3842
6b510a40
KR
3843Tue Jul 12 21:27:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3844
3845 * config/ho-sysv.h (realloc): Declare.
3846
3c498933
KR
3847 * symbols.c (symbol_create): New function, most of the guts of the
3848 old symbol_new function.
3849 (symbol_new): Now just checks symbol_table_frozen, calls
3850 symbol_create, and enters the symbol into the symbol table.
3851 * subsegs.c (section_symbol): If EMIT_SECTION_SYMBOLS is not true,
3852 and the symbol table is frozen, call symbol_create instead of
3853 symbol_new.
3854 * symbols.h (symbol_create, symbol_table_frozen): Declare.
3855
3856 * symbols.c (symbol_clear_list_pointers): Always a function now.
3857 * struc-symbol.h (symbol_clear_list_pointers): Deleted macro
3858 version.
3859
3860 * symbols.c (debug_verify_symchain): New macro, defined to be
3861 verify_symbol_chain or a cast to void, depending on DEBUG_SYMS.
3862 (many functions): Invoke debug_verify_symchain unconditionally.
3863
a85cd289
KH
3864Tue Jul 12 12:06:42 1994 Kung Hsu (kung@x1.cygnus.com)
3865
3866 * config/obj-ecoff.h: change calling interface of
3867 OBJ_GENERATE_ASM_LINE_STAB.
3868 * config/obj-elf.h: ditto.
3869 * read.c (read_a_source_file): ditto.
3870 * ecoff.h: change calling interface of
3871 ecoff_generate_asm_line_stab.
3872 * ecoff.c (add_file): record of filename to handle case of include
3873 files, also change default built-in type from int to void for
3874 asm file.
3875 * ecoff.c (ecoff_generate_asm_line_stab): handle case of include
3876 files.
3877
51d8e5ae
ILT
3878Mon Jul 11 17:20:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3879
3880 * config/tc-mips.c (macro): In case M_LA_AB, SVR4_PIC, large
3881 constant, and case ldd_std, set mips_optimize to 2 temporarily to
3882 avoid inserting an unexpected nop instruction.
3883
64d527f7
ILT
3884Sat Jul 9 00:05:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3885
3886 * ecoff.c (ecoff_build_lineno): Handle count correctly for last
3887 line number.
3888
6f15d409
SC
3889Fri Jul 8 15:22:07 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3890
6670b7f3 3891 * gasp.c (process_pseudo_op): Pass right args to do do_aif.
6f15d409
SC
3892 (get_any_string): New arg 'pretend_quote'.
3893 (get_and_process, do_formals, macro_expand, do_sdata,
3894 process_pseudo_op): Use new arg.
3895
daad3bbf
KH
3896Fri Jul 8 12:23:44 1994 Kung Hsu (kung@mexican.cygnus.com)
3897
3898 * config/obj-ecoff.h: define macro OBJ_GENERATE_ASM_LINE_STAB.
3899 * config/obj-elf.h: ditto.
3900 * read.c (read_a_source_file): generate line stabs for asm file.
3901 * read.h: add extern generate_asm_line_stab.
3902 * ecoff.h : add prototype for ecoff_generate_asm_line_stab().
3903 * ecoff.c (add_file): if there's no filename provided, set switch
3904 to generate line stabs for .s file.
3905 * ecoff.c (add_procedure): add stabs symbol for .ent directive.
3906 * ecoff.c (generate_ecoff_stab): creates an artificial stabs.
3907 * ecoff.c (generate_asm_line_stab): generate a artifitial label
3908 for each line and generate a stabn for the line.
3909
13d9fd33
SC
3910Thu Jul 7 17:04:03 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3911
3912 * gasp.c (get_any_string): Cope with getting a string with an
3913 alternate base specifier.
3914 (do_aif, do_aelse): Only enable output if expression is true and previous
3915 level was on.
3916 (chartype_init): Add BASEBIT chartype.
3917 (process_pseudo_op): Notice nesteed AIFs.
3918
3919Thu Jul 7 12:30:22 1994 Steve Chamberlain (sac@jonny.cygnus.com)
3920
3921 * h8300.c (do_a_fix_imm): Code for 2 bit reloc type using in trapa
3922 insn. (fix pr 5165, 5174)
3923
8fd04cba
JL
3924Thu Jul 7 11:31:32 1994 Jeff Law (law@snake.cs.utah.edu)
3925
13d9fd33
SC
3926 * config/tc-hppa.c (R_DLT_REL): If it isn't defined, then define
3927 to an appropriate value to avoid losing on old hpux systems.
3928
8fd04cba
JL
3929 * config/tc-hppa.c (hppa_fix_adjustable): Reject reductions for
3930 symbols in DLT relative relocs.
3931 (tc_gen_reloc): Zero out the addend field for DLT relative relocs.
3932
8882a587
ILT
3933Wed Jul 6 01:07:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3934
3935 * config/tc-ppc.c (ppc_tc): If not OBJ_COFF, force TOC entry to
3936 align to a four byte boundary.
3937
4174e052
KR
3938Tue Jul 5 15:42:09 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3939
3940 * config/tc-alpha.c (load_expression): Handle 32-bit addends.
3941 (gpdisp_hi16_howto): Now points to const.
3942 (load_insn_table, alpha_ip): Fix uses of const.
3943
10f67315
KR
3944 * doc/internals.texi: Updates to COFF description. Added "@end
3945 defmac" as needed, and some extra heading and "@bye" so it'll
3946 format as a separate document.
3947
bcb62abf
ILT
3948Tue Jul 5 13:54:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3949
3950 * config/obj-elf.h (S_GET_ALIGN, S_SET_ALIGN): Define.
3951 * config/obj-elf.c (obj_elf_common): Set alignment of common
3952 symbol.
3953 * config/tc-sparc.c (s_common): If OBJ_ELF, set alignment of
3954 common symbol.
3955
655f3ef4
JL
3956Mon Jul 4 18:29:43 1994 Jeff Law (law@snake.cs.utah.edu)
3957
3958 * config/tc-hppa.c (is_complex): New macro.
3959 (cons_fix_new_hppa): "Handle" complex expressions.
3960
3961Fri Jul 1 00:48:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3962
3963 * config/obj-coff.c (write_object_file): Set s_align field from
3964 section_alignment array.
3965
04f0c2e3
KR
3966Thu Jun 30 15:05:28 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3967
3968 * write.c (write_object_file): Use bfd_com_section_ptr.
3969 * as.h (absolute_section, undefined_section): Use new BFD macros
3970 bfd_abs_section_ptr and bfd_und_section_ptr.
3971
f2554579
ILT
3972Thu Jun 30 14:36:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3973
3974 * config/tc-mips.c (macro): For M_LI_SS, decide how to handle it
3975 based on contents of imm_expr and offset_expr, rather than
3976 mips_pic. For M_LI_DD, decide how to handle it based on segment
3977 name of offset_expr, rather than mips_pic.
3978 (mips_ip): If g_switch_value < 4, use immediate values for 'l'.
3979 If g_switch_value < 8, use .rdata rather than .lit for 'L'.
3980
6f0b87c3
SS
3981Wed Jun 29 17:30:46 1994 Stan Shebs (shebs@andros.cygnus.com)
3982
3983 * as.c (show_usage): Break long string into shorter ones.
3984 (parse_args): Add -v, prints version id and continues.
3985 * config/tc-mips.c (md_show_usage): Break long string.
3986
3987Mon Jun 27 09:47:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
3988
3989 * config/tc-i386.c (md_parse_option): Handle "-V" and "-Q" if
3990 OBJ_ELF is defined.
3991
f488a4d6
SS
3992Sun Jun 26 16:30:48 1994 Stan Shebs (shebs@andros.cygnus.com)
3993
3994 * as.c (main) [HOST_SPECIAL_INIT]: New hook, for host-specific
3995 initialization.
3996
1f12ae43
JL
3997Wed Jun 22 00:24:55 1994 Jeff Law (law@snake.cs.utah.edu)
3998
3999 * config/tc-hppa.h (obj_frob_symbol): Define for OBJ_ELF.
4000 More gas/bfd lossage exposed by the new linker code.
4001
dff770c8
ILT
4002Tue Jun 21 11:32:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4003
1f12ae43
JL
4004 * subsegs.c (subseg_change): Clear seginfo after allocating it.
4005 (subseg_get): Pass actual size of seginfo to memset.
4006
dff770c8
ILT
4007 * subsegs.c (abs_seg_info, und_seg_info): Define if BFD_ASSEMBLER.
4008 (subseg_change): Store seg_info for bfd_abs_section_ptr in
4009 abs_seg_info, and store seg_info for bfd_und_section_ptr in
4010 und_seg_info.
4011 (subseg_get): Likewise. Also, don't set output_section if it is
4012 already set.
4013 (seg_info): Define as function.
4014 * subsegs.h (seg_info): Declare as function rather than defining
4015 as macro.
4016 * write.c (relax_and_size_seg): Call seg_info rather than
4017 bfd_get_section_userdata.
4018
e0b36f18
KR
4019Mon Jun 20 16:30:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4020
639c820d
KR
4021 * configure.in (ppc-*-elf*): New target, like -sysv4*.
4022
e0b36f18
KR
4023 * expr.c (operand): If "0f" is followed by '\0', don't do eol
4024 checks.
4025
256816ca
ILT
4026Mon Jun 20 15:17:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4027
4028 * ecoff.c (ecoff_build_aux): Call swap_tir_out and swap_rndx_out
4029 via backend pointer, not directly.
4030
de442a3c
ILT
4031Fri Jun 17 18:05:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4032
4033 * Makefile.in (config-stamp): Make sure there is at least one
4034 element in the for loop.
4035
0e68b3bc
JL
4036Fri Jun 17 11:01:04 1994 Jeff Law (law@snake.cs.utah.edu)
4037
239f16dd
JL
4038 * config/tc-hppa.c: Misc trivial changes to make gcc -Wall happy.
4039
0e68b3bc
JL
4040 * config/tc-hppa.h (elf_hppa_final_processing): Declare.
4041
5ee93e0a
KR
4042Wed Jun 15 20:44:46 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4043
286272fb
KR
4044 * as.c (parse_args): Cast xmalloc return value.
4045
5ee93e0a
KR
4046 * Makefile.in (config-stamp): If $(defs) contains multiple words,
4047 emit a #define line for each.
4048 * configure.in: For sparc64 target, use sparc cpu files and add
4049 sparcv9 to extra_defs. No longer treat sparc64-*-aout* specially.
4050
4051 * config/tc-sparc.c (membar_masks): Now static and const.
4052 (md_show_usage) [!NO_V9]: Add -Av9 to usage message.
4053 (current_architecture) [sparcv9]: Initialize to v9.
4054 (md_begin) [sparcv9]: Don't bother changing it unconditionally
4055 here.
4056 (s_reserve): Don't pass unexpected argument to as_bad with
4057 bad-segment message.
4058
4059 * as.h (bfd_alloc_by_size_t) [BFD_ASSEMBLER]: Declare.
4060
4061 * config/atof-ieee.c (int_to_gen): Commented out unused routine.
4062
4063 * config/tc-vax.c (md_assemble): Removed check of operand section.
4064
4065 Fri Jun 3 17:25:08 1994 Pat Rankin (rankin@eql.caltech.edu)
4066
4067 * config/obj-vms.h (DBG_S_C_COMPLX4, DBG_S_C_COMPLX8): define
4068 these new VMS symbol-type macros for `complex float' and
4069 `complex double' support. Their values come from the existing
4070 DSC$K_DTYPE_FC and DSC$K_DTYPE_DC macros in <descrip.h>.
4071 (DBG_S_C_REAL8_G, DBG_S_C_COMPLX8_G): G_float versions of
4072 REAL8 and COMPLX8; not used yet, because gcc outputs the same
4073 .stabs for `double' regardless of whether `-mg' is used.
4174e052 4074 * config/obj-vms.c (VMS_typedef_parse) [case 'r']: add entries
5ee93e0a
KR
4075 for gcc2's predefined types "complex float", "complex double",
4076 and "complex long double" (identical to complex double).
4077
36a87ad7
ILT
4078Wed Jun 15 12:32:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4079
0e35ba9b
ILT
4080 * config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
4081 section symbol, not C_LABEL.
4082
adf05987
ILT
4083 * config/tc-mips.c (mips_ip): Permit a modifier in 'o' case, and
4084 permit non constant expressions in 'u' case. Lets ``lui
4085 $8,%hi(foo); lw $8,%lo(foo)($8)'' work correctly.
36a87ad7 4086
a5183648
ILT
4087Mon Jun 13 12:08:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4088
4089 * config/obj-aout.c (obj_aout_frob_symbol): Warn about an attempt
4090 to put a common symbol in a set.
4091
02d4e923
ILT
4092Sat Jun 11 16:41:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4093
4094 Add weak symbols as an extension to a.out.
4095 * read.c (pseudo_set): Only preserve external bit for OBJ_AOUT and
4096 OBJ_BOUT if not BFD_ASSEMBLER.
4097 * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):
4098 Define as in ../include/aout/aout64.h.
4099 * config/obj-aout.h (OBJ_SYMFIELD_TYPE): If not BFD_ASSEMBLER,
4100 define as char.
4101 (S_GET_WEAK, S_SET_WEAK): Define if not BFD_ASSEMBLER.
4102 * config/obj-aout.c (obj_pseudo_table): Add "weak".
4103 (obj_emit_symbols): Adjust type of weak symbols.
4104 (obj_aout_weak): New static function.
4105
726672c5
ILT
4106Fri Jun 10 13:48:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4107
7b1e07b4
ILT
4108 * config/obj-elf.c (obj_elf_section): Don't set any flags based on
4109 the type of a special section.
4110
726672c5
ILT
4111 * config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,
4112 realloc, free, or atol.
4113
0b3d0999
BC
4114Wed Jun 8 06:28:37 1994 Bill Cox (bill@cygnus.com)
4115
4116 * Makefile.in (check): Delete as.new dependency, so that
4117 regression test doesn't trigger an assembler build.
4118
daa7e184
ILT
4119Tue Jun 7 13:33:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4120
4121 * Makefile.in (mostlyclean, realclean): New targets.
4122 * doc/Makefile.in, testsuite/Makefile.in: Likewise.
4123
d2c71068
ILT
4124Mon Jun 6 13:10:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4125
4126 * config/tc-mips.c (RDATA_SECTION_NAME): Define.
4127 (macro): Correct M_LI_SS SVR4_PIC/EMBEDDED_PIC case. After M_LI_D
4128 or M_L_DOB or label dob, force a new frag to avoid getting
4129 confused in tc_gen_reloc.
4130 (mips_ip): Use RDATA_SECTION_NAME, not .rdata.
4131 (s_change_sec): Likewise.
4132
1fbfe108
ILT
4133Fri Jun 3 23:35:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4134
4135 * read.c (emit_expr): Use memset to zero out memory, rather than
4136 going through md_number_to_chars. This permits handling symbolic
4137 arguments when the size is larger than sizeof (valueT), if
4138 TC_CONS_FIX_NEW is prepared to handle the case (as it is on MIPS).
4139
f3d817d8
DM
4140Fri Jun 3 12:50:13 1994 David J. MacKenzie (djm@rtl.cygnus.com)
4141
baed44cd
DM
4142 * as.c (show_usage), config/tc-alpha.c (md_show_usage),
4143 config/tc-mips.c (md_show_usage): Fix up messages.
4144
def66e24
DM
4145 * as.h: Replace flagseen with separate variables.
4146 * as.c (parse_args): Set them. Don't accept -1 option, or -v
4147 explicitly (it's a synonym for --version).
69cb5925 4148 * as.c, input-scrub.c, messages.c, read.c, symbols.c, write.c,
def66e24
DM
4149 config/obj-aout.c, config/obj-aout.h, config/obj-bout.c,
4150 config/obj-bout.h, config/obj-coff.c, config/obj-coff.h,
4151 config/obj-vms.c, config/tc-hppa.c, config/tc-i386.c,
4152 config/tc-i960.c, config/tc-m68k.c, config/tc-mips.c,
4153 config/tc-vax.c: Use the new flag variables instead of flagseen.
4154 * config/tc-vax.c [OBJ_VMS]: Recognize -+, -1, -v, and document in
69cb5925 4155 usage.
def66e24 4156
f3d817d8
DM
4157 * as.c (show_usage): Remove target specific messages;
4158 instead, call md_show_usage.
4159 (parse_args): Use getopt_long_only. Take pointers to argc and
4160 argv.
4161 (main): Pass parse_args pointers.
4162 * as.h: Remove 3 variables that are redundant with flagseen.
4163 * as.c, messages.c: Change their users to use flagseen.
4164 Define getopt stuff.
4165 * tc.h: Update md_parse_option decl. Add md_show_usage decl.
4166 * config/tc-*.c: Add md_shortopts, md_longopts,
4167 md_longopts_size, md_show_usage. Change calling convention for
4168 md_parse_option. Remove md_parse_long_option.
4169 * config/tc-ns32k.c: Rename `struct option' to `struct ns32k_option'.
4170 * config/tc-i386.h: Don't define md_parse_option.
4171
ebd6f117
DM
4172Thu Jun 2 13:54:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4173
4174 * as.c (show_usage): New function.
4175 (parse_args): Code moved from main.
4176 Recognize --help and --version.
4177 * config/tc-ns32k.h: Define TC_NS32K.
4178 * doc/as.texinfo: Document all of the target-independent command
4179 line options.
4180
314628f6
KR
4181Thu Jun 2 12:07:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4182
4183 * gasp.c (hash_new_table): Clear newly allocated table.
4184
4185 * config/tc-m68k.c (enum _register): Add 68060 control registers
4186 BUSCR and PCR.
4187 (last_movec_reg): New macro.
4188 (m68000_control_regs, m68010_control_regs, m68020_control_regs,
4189 m68040_control_regs, m68060_control_regs): New arrays.
4190 (control_regs): New pointer.
4191 (m68k_ip): Use control_regs instead of testing CPU every time.
4192 Use last_movec_reg too. In error messages, handle 68060, and
4193 print 68060 for mfloat, too.
4194 (m68k_init_after_args): Handle "68060". Use m68040up for making
4195 m68851 choice. Set control_regs.
4196 (md_parse_option): Handle "68060".
4197 * configure.in: Setting cpu_type, recognize m68060 too.
4198
4199 * config/obj-coff.c (fixup_segment) [!BFD_ASSEMBLER]
4200 [DIFF_EXPR_OK]: Do conversion to pc-relative for difference, even
4201 if pcrel is already set.
4202
4203 * read.c (potable): Add this_gcc_requires_the_gnu_assembler in all
4204 lower-case, in case we're ignoring case of opcodes in the input
4205 file.
4206
4207 * doc/as.texinfo (.section): Document as unavailable for a.out
4208 type formats.
4209
4210 * config/tc-alpha.c (machine): New variable.
4211 (load_insn): New macro.
4212 (load_insn_table): New function.
4213 (md_begin): Call load_insn_table, once for basic instructions and
4214 once for appropriate PAL instruction table.
4215 (md_parse_option): Set `machine' based on -m##### arguments.
4216 * config/alpha-opcode.h (alpha_pal21064_opcodes): Split out from
4217 alpha_opcodes.
4218 (alpha_pal21164_opcodes): New table.
4219 (NUM21064OPCODES, NUM21164OPCODES): New macros.
4220
4221 * configure.in (target i386-*-netbsd0.8): Use 386bsd emulation.
4222
4223 * doc/Makefile.in (install-info-gasp): Use $$dir when installing
4224 file.
4225
0221ddf7
ILT
4226Wed Jun 1 10:48:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4227
4228 * config/tc-mips.c (mips_ip): Force floating point values to be
4229 aligned correctly.
4230
488442d4 4231Fri May 27 10:05:53 1994 Ken Raeburn (raeburn@cygnus.com)
c06e55d9
KR
4232
4233 Merged in changes from gas-2.3 net release:
4234
4235 * Makefile.in (VERSION): Updated to cygnus-2.3.1.
4236
4237 * config/obj-vms.c: Replaced unchecked uses of malloc with
4238 xmalloc.
4239
4240 * listing.c (list_symbol_table): Only test BFD64, not
4241 BFD_ASSEMBLER too.
4242
314628f6
KR
4243 * config/obj-coff.c (fixup_segment) [BFD_ASSEMBLER]
4244 [DIFF_EXPR_OK]: Don't check pcrel, just convert it.
c06e55d9
KR
4245
4246 * config/obj-vms.c: Removed lots of extra semicolons after
4247 compound statements.
4248 (strchr): Don't declare here.
4249
4250 * config/ho-vax.h (realloc): Declare.
4251
4252 * config/ho-vms.h (strchr, strdup): Declare.
4253
4254 * config/tc-sparc.c (md_parse_option) [OBJ_ELF]: Accept and ignore
4255 option `-q'.
4256
4257 Wed May 18 20:50:35 1994 Pat Rankin (rankin@eql.caltech.edu)
4258
4259 * config/obj-vms.h (DBG_S_C_SQUAD, DBG_S_C_UQUAD): define these
4260 new VMS symbol-type macros; signed and unsigned quadword integers,
4261 for `long long' support. Their values come from the existing
4262 DSC$K_DTYPE_QU and DSC$K_DTYPE_Q macros in <descrip.h>. The
4263 VMS debugger now recognizes `long long' variables correctly.
4174e052 4264 * config/obj-vms.c (VMS_typedef_parse) [case 'r']: add entries
c06e55d9
KR
4265 for gcc2's predefined types "long double" (same as double, as
4266 per gcc's current state), "long long int", "long long unsigned
4267 int", and final `otherwise' case (to avoid uninitialized type
4268 and size fields). [caveat: predefined types "complex int",
4269 "complex float", "complex double", and "complex long double" are
4270 still missing.]
4271
4272 * config/ho-vms.h (EXIT_FAILURE): define as 0x10000002 instead
4273 of 0, because the latter indicates success rather than failure
4274 when passed to `exit' or return from `main' compiled by gcc2.
4275
4276 * config/obj-vms.c (array_suffix, generate_suffix): replace two
4277 hardcoded `0xa3's with macro DBG_S_C_ADVANCED_TYPE from obj-vms.h.
4278 (VMS_typedef_parse): eliminate redundant if-then-else when
4279 allocating new symbol entry and linking it to VMS_Symbol_type_list.
4280
4281 Tue May 17 20:47:31 1994 Pat Rankin (rankin@eql.caltech.edu)
4282
4283 * config/obj-vms.c (Write_VMS_MHD_Records): don't try to interpret
4284 the contents of the GAS_VERSION string when falling back to it for
4285 language processor identification.
4286
4287 * make-gas.com, vmsconf.sh (ENVIRON): fix misspelling of
4288 `psect_attr' in linker options.
4289
4290 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
4291
4292 * configure.bat: update to latest makefile.in
4293 * config/te-go32.h: [new] go32's environment
4294
a193acc0
ILT
4295Fri May 20 17:59:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4296
4297 * as.h: Don't declare parameters for strstr.
4298
f9c57637
ILT
4299Thu May 19 15:40:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4300
4301 * config/tc-sparc.c (md_section_align): Don't change the size if
4302 OBJ_ELF.
4303
ac7f7dfe
ILT
4304Wed May 18 13:08:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4305
4306 * Makefile.in (install): Redirect ln output to /dev/null. If ln
4307 fails on gasp, install gasp.new, not gasp.
4308
44e8d616
JL
4309Wed May 18 09:16:36 1994 Jeff Law (law@snake.cs.utah.edu)
4310
4311 * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
4312 absolute calls.
4313
ee8b8346
JL
4314Tue May 17 12:50:46 1994 Jeff Law (law@snake.cs.utah.edu)
4315
4316 * config/tc-hppa.c (pa_parse_fp_cmp_cond): Report an error
4317 on a partial completer match.
4318
3315c7c7
JL
4319Mon May 16 12:03:49 1994 Jeff Law (law@snake.cs.utah.edu)
4320
4321 * config/tc-hppa.c: Change .hppa_unwind to .PARISC.unwind
4322 throughout code.
4323 (is_complex): Delete definition and support for complex relocation
4324 types.
4325 (tc_gen_reloc): Delete special unwind crud for ELF. Simplify and
4326 rewrite ELF code based on 94-02-02 PA ELF draft spec.
4327 (pa_build_unwind_subspace): Use standard PARISC_DIR32 relocs for
4328 the unwind descriptors.
4329
c794f0aa
SC
4330Fri May 6 14:13:15 1994 Steve Chamberlain (sac@cygnus.com)
4331
69cb5925 4332 * config/go32.mh: New makefile fragment for go32 crossing.
c794f0aa
SC
4333 * configure.in (host==go32): Use new fragment.
4334
2db90a63
ILT
4335Fri May 6 14:35:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4336
4337 * gasp.c: Include libiberty.h.
4338 (main): Remove unused variable i.
4339
4340 * config/tc-ppc.c (md_begin): When using -many, permit comparison
4341 instructions to appear multiple times in the opcode table.
4342
59232011
KR
4343Thu May 5 19:14:43 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4344
2db90a63
ILT
4345 * Makefile.in (VERSION): Update to 2.2.90.
4346
fbefddfb
KR
4347 * symbols.c (symbol_new) [BFD_ASSEMBLER]: Don't permit additions
4348 to the symbol table if it's already been set in the output bfd.
4349 (symbol_begin) [! EMIT_SECTION_SYMBOLS] [RELOC_REQUIRES_SYMBOL]:
4350 Don't use bfd_abs_section.symbol for gas absolute symbol.
4351
59232011
KR
4352 * doc/Makefile.in (distclean, clean-dvi, clean-info): Delete gasp
4353 files too.
4354
6d41de19
ILT
4355Thu May 5 18:12:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4356
4357 * config/tc-mips.c (mips_emit_delays): Make call to
4358 mips_no_prev_insn unconditional.
4359
a139d99b
KR
4360Thu May 5 17:25:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4361
4362 * config/obj-coff*.*: Merged coffbfd versions into coff versions,
4363 with a single "#ifdef BFD_ASSEMBLER" controlling most of it for
4364 now. Deleted obj-coffbfd.* files.
4365 * configure.in: Always use obj-coff.* for COFF targets.
4366
9267b020
KR
4367Wed May 4 13:34:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4368
a139d99b
KR
4369 * config/te-dpx2.h (TARGET_FORMAT, REGISTER_PREFIX_OPTIONAL):
4370 Define.
4371 * configure.in (m68k-bull-sysv3*): Enable.
4372
9267b020
KR
4373 * config/coff_gnu.h: Deleted.
4374
9fc63ce0
ILT
4375Wed May 4 11:29:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4376
2237e240
ILT
4377 * config/tc-m68k.h (TARGET_FORMAT): If not TE_SUN3, define as
4378 "a.out-zero.big".
4379
9fc63ce0
ILT
4380 * config/obj-coffbfd.c (fixup_segment): Make common symbol and PC
4381 relative adjustments when TE_LYNX is defined as well as when
4382 TC_I386 is defined.
4383
a3547e53
KR
4384Wed May 4 02:29:21 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4385
3f048548
KR
4386 * as.h (strstr): Restore declaration.
4387 (subseg_get) [BFD_ASSEMBLER]: Declare.
4388
4389 * write.c (write_object_file): If obj_adjust_symtab is defined,
4390 invoke it. Then call set_symtab, and finally invoke *_frob_file
4391 hooks.
4392 * config/obj-coff.c (coff_adjust_symtab): Renamed from
4393 coff_frob_file.
4394 * config/obj-coff.h (coff_adjust_symtab): Changed declaration
4395 accordingly.
4396 (obj_adjust_symtab): Macro also changed.
4397
a3547e53
KR
4398 * configure.in (i386-*-gnu*): New target, handled like i386-mach.
4399
4400Tue May 3 21:04:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4401
4402 * config/obj-coff.h (TARGET_FORMAT) [TC_I960]: Select little
4403 endian version.
4404
4405 * config/obj-coffbfd.h (TARGET_FORMAT) [TC_I960]: Ditto.
4406
4407 * config/obj-coff.c (coff_frob_section): Round up the size of
4408 every section to a multiple of the alignment, so that BFD doesn't
4409 surprise us.
4410
4411 Eliminate many simple differences between the two COFF back ends:
4412
4413 * config/obj-coffbfd.c: Removed all uses of DEFUN and DEFUN_VOID.
4414 Made minor stylistic changes, deleted some register declarations.
4415 (stack_top): Deleted.
4416 (symbol_to_chars): Use absolute_section and reg_section instead of
4417 the corresponding SEG_* symbols.
4418 (obj_coff_endef, tag_find_or_make, fixup_segment): Likewise.
4419 (stack typedef, stack_init, stack_delete, stack_push, stack_pop):
4420 Moved to just after pseudo-op table. All functions now static.
4421 (stack_delete): Removed declaration.
4422 (tag_init, tag_insert, tag_find_or_make, tag_find): Moved to just
4423 after stack functions.
4424 * config/obj-coffbfd.h: Reordered some declarations and macros.
4425 (stack_init, stack_delete, stack_push, stack_pop): Don't declare.
4426 (stack typedef): Deleted.
4427 (SYMBOLS_NEED_BACKPOINTERS): Always undef then define; don't test.
4428 (SYM_AUXENT): New macro.
4429 (SA_GET_*, SA_SET_*): Define in terms of SYM_AUXENT when feasible.
4430 (SF_GET_*, SF_SET_*): Define in terms of SF_GET when feasible.
4431 (SA_GET_SYM_TAGNDX, SA_GET_SYM_ENDNDX, SA_SET_SYM_TAGNDX,
4432 SA_SET_SYM_ENDNDX, object_headers typedef, data_section_header,
4433 text_section_header): Delete non-BFD_HEADERS versions, since we
4434 always define that symbol now.
4435
4436 * config/obj-coff.c (stack_top): Deleted.
4437 (obj_coff_endef, obj_coff_dim, obj_coff_line, obj_coff_size,
4438 obj_coff_scl, obj_coff_tag, obj_coff_type, obj_coff_val): Change
4439 argument name from "ignored" to "ignore".
4440 (obj_coff_val): Use frag_now_fix.
4441 (obj_pseudo_table): Removed IGNORE_DEBUG version, since it doesn't
4442 get used.
4443 (stack typedef, stack_init, stack_delete, stack_push, stack_pop):
4444 Moved to just after pseudo-op table. All functions now static.
4445 (tag_init, tag_insert, tag_find_or_make, tag_find): Moved to just
4446 after stack functions.
4447 * config/obj-coff.h: Reordered some declarations and macros.
4448 Protected against multiple inclusions.
4449 (stack_init, stack_delete, stack_push, stack_pop): Don't declare.
4450 (stack typedef): Deleted.
4451 (SYMBOLS_NEED_BACKPOINTERS): Always undef then define; don't test.
4452 (stdoutput): Deleted declaration.
4453 (TARGET_FORMAT) [TC_I386]: Don't define if already defined.
4454
1b96bdce
ILT
4455Mon May 2 17:09:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4456
4457 * subsegs.h (segment_info_type): Use fix_tail field even if
4458 BFD_ASSEMBLER.
4459 * subsegs.c (subseg_change): Initialize fix_tail field.
4460 (subseg_get): Likewise.
4461 * write.c (frags_chained): New static variable.
4462 (fix_new_internal): If frags_chained is set, use fix_root and
4463 fix_tail from seg_info (now_seg), rather than frchain_now.
4464 (chain_frchains_together_1): Set fix_tail field.
4465 (chain_frchains_together): Set frags_chained.
4466
17f0b355
KR
4467Thu Apr 28 01:39:15 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4468
4469 * config/tc-mips.c (s_option): Only refer to g_switch_* variables
4470 if GPOPT is defined.
4471 (s_abicalls): Ditto.
4472 (md_apply_fix): Cast char* to unsigned char* to avoid pointer
4473 mismatch.
4474
fa1a86f3
SC
4475Wed Apr 27 11:06:32 1994 Steve Chamberlain (sac@cygnus.com)
4476
4477 * configure.in (i386-*-go32): Uses coff now.
69cb5925 4478 * gasp.c (main): Now takes -D on command line.
fa1a86f3
SC
4479 (show_usage): Describe new options.
4480
b46f83f2
KR
4481Tue Apr 26 17:10:30 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4482
4483 * listing.c (list_symbol_table): Print "NO DEFINED SYMBOLS" and
4484 "NO UNDEFINED SYMBOLS" if there aren't any, instead of displaying
4485 the header with an empty list.
4486
fb51366f
KR
4487 * config/obj-coffbfd.c (fill_section): Check COFF_NOLOAD_PROBLEM
4488 also before setting STYP_NOLOAD for .bss section.
4489
926ffe94
KR
4490 * config/tc-m68k.c (flag_reg_prefix_optional): New variable.
4491 Initialized to value of REGISTER_PREFIX_OPTIONAL, if defined, or
4492 zero.
4493 (m68k_reg_parse): If flag_reg_prefix_optional is set, permit
4494 register prefix to be absent.
4495 (m68k_ip_op): Accept `&' also for immediate constants.
4496 (insert_reg): Don't bother with (two!?) sanity checks of the
4497 symbol table when inserting each register.
4498 (m68k_parse_long_option): New function. Set
4499 flag_reg_prefix_optional if "register-prefix-optional" is passed.
4500 * config/tc-m68k.h (REGISTER_PREFIX): Always define if not already
4501 defined.
4502 (OPTIONAL_REGISTER_PREFIX): Don't define.
4503 (REGISTER_PREFIX_OPTIONAL): If not already defined, define as zero
4504 or one depending on M68KCOFF.
4505
4506 Some changes to help Apollo support, from troy@cbme.unsw.edu.au:
4507 * config/tc-m68k.c (DATA, ADDR, SP, FPREG, COPNUM, BAD, BAC):
4508 Define as macros instead of enumerators, since the Apollo compiler
4509 can't handle "enumVal1, enumVal2 = enumVal1" when defining an enum
4510 type.
4511 (make_pcrel_absolute) [NO_PCREL_RELOCS]: New function.
4512 (tc_coff_fix2rtype) [NO_PCREL_RELOCS]: Generate only R_RELBYTE,
4513 R_DIR16, and R_DIR32 relocs.
4514 * config/tc-m68k.h [TE_APOLLO] (COFF_MAGIC, COFF_AOUTHDR_MAGIC):
4515 Use Apollo versions.
4516 [TE_APOLLO] (OBJ_COFF_OMIT_OPTIONAL_HEADER): Undefine. That is,
4517 do include the optional header for Apollo target.
4518 (COFF_MAGIC): Don't define as MC68MAGIC if it's already defined.
4519
4520 * config/tc-m68k.h [TE_DELTA] (LEX_PCT): Define as 1, so that `%'
4521 can be used within a label name.
4522
4523 * config/tc-m68k.h (m68k_init_after_args): Declare.
4524 (tc_init_after_args): Define as m68k_init_after_args.
4525 * config/tc-m68k.c (m68k_init_after_args): New function,
4526 containing one-shot code from md_assemble. Added warning for
4527 combination of 68040 and 68851.
4528 (md_assemble): Startup-time code deleted.
4529
497c179a
ILT
4530Mon Apr 25 16:19:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4531
4532 * doc/Makefile.in (clean, distclean): Remove asconfig.texi.
4533
f38cd6ec
JL
4534Sun Apr 24 00:13:08 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4535
4536 * config/tc-hppa.c (pa_ip): 13 bit immediate constant (for break
4537 instruction) is unsigned.
4538
92867d8e
ILT
4539Fri Apr 22 17:58:22 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4540
4541 * config/obj-ecoff.c (ecoff_frob_file): Use bfd_ecoff_set_gp_value
4542 and bfd_ecoff_set_regmasks to set the GP value and the register
4543 masks, rather than using the now obsolete fake .reginfo section.
4544
e860dfd0
KR
4545Fri Apr 22 15:17:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4546
4547 * listing.c (list_symbol_table): Don't print register symbols as
4548 undefined.
4549
988238d3
KR
4550 * config/obj-coff.c (obj_symbol_new_hook): Don't need to strip
4551 underscores, since symbol_new will already have done it.
4552 * config/obj-coffbfd.c (obj_symbol_new_hook): Ditto.
4553
a926dd6a
KR
4554 * as.c (main): If tc_init_after_args is defined, invoke it after
4555 all arguments have been processed.
4556
4557 Some changes to help Apollo support, from troy@cbme.unsw.edu.au:
4558 * as.c (perform_an_assembly_pass) [TE_APOLLO]: Create .wtext
4559 section instead of .text. Call create_target_segments.
4560 * read.c (demand_copy_string): No longer static.
4561
6fdc26e6
ILT
4562Thu Apr 21 15:50:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4563
4564 * config/tc-mips.c (append_insn): Permit branches to be switched
4565 with the preceding instruction even if .set nobopt has been seen.
4566 .set nobopt actually controls whether to bring up an instruction
4567 from the branch target, which gas does not currently support.
4568
a6652b1c
KR
4569Wed Apr 20 18:46:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4570
71b4de6f
KR
4571 * config/obj-coff.h, config/obj-coff.c: Deleted all code used only
4572 when BFD_ASSEMBLER is not defined, and all conditionals relating
4573 to such code. No such targets remain.
4574
4575 Fixes for stabs-in-coff:
4576 * config/obj-coff.c: Include subsegs.h.
4577 (coff_frob_section): New function.
4578 (obj_coff_init_stab_section): New function.
4579 * config/obj-coff.h (obj_coff_init_stab_section,
4580 coff_frob_section): Declare.
4581 (obj_frob_section): New macro; uses coff_frob_section.
4582 (INIT_STAB_SECTION): New macro; uses obj_coff_init_stab_section.
4583
a6652b1c
KR
4584 * config/tc-sparc.c (md_section_align): Always round up to
4585 multiple of alignment power specified in bfd target vector.
d924d209
KR
4586
4587 * gasp.c: Include ctype.h.
4588
19990560
KR
4589Mon Apr 18 21:08:01 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4590
4591 * doc/Makefile.in, doc/as.texinfo: Renamed asdoc-config.texi to
4592 asconfig.texi.
4593
4594 * doc/Makefile.in (install-info-as, install-info-gasp): Get file
4595 names from source directory without pathname.
4596
4597 * config/obj-vms.c (VMS_write_object_file): While looking for
4598 register mask, skip empty fill frags caused by enabling listing
4599 output.
4600
4601 * config/ho-sysv.h: Include string.h.
4602
4603 * doc/internals.texi: New (well, recently added) file. Just added
4604 info on as_warn and friends.
4605
9de7c1fc
JL
4606Mon Apr 18 14:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4607
4608 * config/tc-hppa.c (pa_parse_space_stmt): Use the built-in
4609 defaults for defined, private, and spnum fields for the
4610 $TEXT$ and $PRIVATE$ spaces. Do not clobber spnum. Do
4611 not reset the segment if just updating a space.
4612 (pa_spaces_begin): Set BFD section flags for all built-in
4613 subspaces.
4614
e904716c
ILT
4615Fri Apr 15 10:51:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4616
37032d95
ILT
4617 * ecoff.c (first_proc_ptr): New static variable.
4618 (add_procedure): Set first_proc_ptr if it hasn't been set.
4619 (ecoff_build_lineno): If the first procedure does not start at
4620 address zero, insert a dummy line to compensate.
4621
e904716c
ILT
4622 * Makefile.in (bootstrap, bootstrap2, bootstrap3): Make gasp.new
4623 as well as as.new.
4624
d6f98c55
KR
4625Thu Apr 14 15:12:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4626
4627 * expr.c (operand): Try to parse "0f" and "0b" sequences as
4628 floating point and binary numbers respectively; if it doesn't
4629 work, treat them as local labels.
4630
c92d9ee9
KR
4631 * Makefile.in: Make $(OBJS) depend on $(ALL_OBJ_DEPS).
4632 * configure.in: Set ALL_OBJ_DEPS in output Makefile.
4633
4634 Based on suggestions from <BAILEY@hmivax.humgen.upenn.edu>
4635 (Charles Bailey):
4636 * vmsconf.sh: In generated file, get ".obj" suffix right, build
4637 source files from other directories into objects in the current
4638 directory, and specify PSECT attributes explicitly to linker.
4639 Also added missing label.
4640 * Makefile.in (stamp-mk.com): Reference new variable
4641 VMS_OTHER_OBJS for list of non-local object files, instead of
4642 listing them here.
4643 (VMS_OTHER_OBJS): New variable, added more libiberty files.
4644 * make-gas.com: Regenerated.
4645
4646 * config/ho-vms.h (unlink): Define as delete.
4647
4648 * config-gas.com: Fix quoting on TARGET_CANONICAL definition.
4649 Delete files before creating them.
4650
1a69212c
ILT
4651Thu Apr 14 13:34:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4652
b3cd8555
ILT
4653 * Makefile.in (de-stage1, de-stage2, de-stage3): Use rm -f.
4654
1a69212c
ILT
4655 * config/tc-mips.h (DIFF_EXPR_OK): Define.
4656 * config/tc-mips.c (macro_build): Permit BFD_RELOC_PCREL_LO16 for
4657 certain cases of 'i', 'j' and 'o'. Change 'u' to take an
4658 argument, the reloc type.
4659 (load_register): Pass reloc type to macro_build for 'u'.
4660 (macro): Likewise. For M_LA_AB permit a difference expression
4661 when generating embedded PIC code between an arbitrary symbol and
4662 a symbol in the .text section.
4663 (mips_force_relocation): Force BFD_RELOC_PCREL_HI16_S and
4664 BFD_RELOC_PCREL_LO16 to be emitted.
4665 (md_apply_fix): Check that most relocs are not PC relative.
4666 Handle BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
4667 (tc_gen_reloc): Change #error to as_fatal. Handle
4668 BFD_RELOC_PCREL_LO16 and BFD_RELOC_PCREL_HI16_S.
4669
cc886e3d
SS
4670Tue Apr 12 18:25:13 1994 Stan Shebs (shebs@andros.cygnus.com)
4671
4672 * subsegs.c (subsegs_begin): Call memset with args in the correct
4673 order.
4674 (subseg_get): Clear newly allocated seginfo, set its pointer slots
4675 to NULL instead of 0.
4676
05210990
JL
4677Mon Apr 11 09:00:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4678
caed9e82
JL
4679 * config/tc-hppa.c (pa_procend): Handle case where label was
4680 defined after the .proc directive.
4681
05210990
JL
4682 * config/tc-hppa.c (pa_procend): Give an error if we encounter a
4683 procend for a procedure without a name.
4684
1c803e52
ILT
4685Thu Apr 7 14:28:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4686
4687 * config/tc-mips.c (macro): Pass NULL for expression argument to
4688 macro_build for nori case.
4689 (SWITCH_TABLE): Define.
4690 (mips_force_relocation): Force a relocation for a switch table
4691 entry.
4692 (md_apply_fix): Write switch table entry value into file.
4693 (tc_gen_reloc): Use BFD_RELOC_GPREL32 for a switch table entry,
4694 and set the addend to the difference between the reloc address and
4695 the subtrahend.
4696
0b503989
JL
4697Thu Apr 7 10:38:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4698
4699 * config/tc-hppa.h (elf_tc_symbol): Delete. No longer used.
4700 (elf_tc_make_sections): Likewise.
4701 (hppa_tc_make_sections, hppa_tc_symbol): Delete extern decls.
4702
4703 * config/tc-hppa.c (hppa_tc_make_sections): Delete function.
4704 (hppa_tc_symbol): Likewise.
4705
4706 * config/obj-elf.c (elf_frob_file): Delete elf_tc_symbol and
4707 elf_tc_make_sections stuff. It was there to support PA braindamage
4708 which has been fixed, and in the case of elf_tc_make_sections is
4709 redundant with elf_tc_final_processing.
4710
f39a73b1
JL
4711Wed Apr 6 20:48:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4712
4713 * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the
4714 manufacturer.
4715
f3645945
ILT
4716Tue Apr 5 15:48:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4717
4718 * config/tc-mips.c (mips_ip): For case 'o', when generating
4719 embedded PIC code, accept the difference between two local symbols
4720 as being constant.
4721 (mips_force_relocation): Only force a reloc to be generated for a
4722 PC relative fixup.
4723 (md_apply_fix): For BFD_RELOC_32 and BFD_RELOC_LO16, put the fixup
4724 value into the file if the fixup will not generate a reloc.
4725
03fcf1f8
KR
4726Tue Apr 5 11:14:14 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
4727
4728 * config/tc-sparc.c (s_reserve): If section passed isn't bss,
4729 don't spew remainder of input file in error message.
4730 (tc_gen_reloc): If bfd_reloc_type_lookup returns null, print error
4731 message with reloc type and try to process remainder of file.
4732
4733 * doc/Makefile.in (install-info-as, install-info-gasp): New
4734 targets, now explicitly checking $(srcdir) for info files.
4735 (install-info): Depend on both of them; do nothing more.
4736
79381848
JL
4737Mon Apr 4 17:06:04 1994 Jeffrey A. Law (law@cygnus.com)
4738
4739 * config/tc-hppa.c (tc_gen_reloc): Fix thinko in ELF version.
4740
1e147242
ILT
4741Mon Apr 4 12:39:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4742
1937a665
ILT
4743 * config/tc-ppc.c (ppc_insert_operand): Check PPC_OPERAND_SIGNED
4744 flag rather than signedp field. Only permit extended range if
4745 PPC_OPERAND_SIGNOPT flag is set and assembling in 32 bit mode.
4746 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
4747
1e147242
ILT
4748 * config/tc-ppc.c (ppc_size): New static variable.
4749 (ppc_arch): Check for PPC_OPCODE_PPC before PPC_OPCODE_POWER.
4750 (md_begin): If an instruction has a size specific flag set, only
4751 add it if we are assembling that size.
4752
7ab2e983
ILT
4753Thu Mar 31 16:51:16 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4754
4755 * config/tc-sparc.c (tc_gen_reloc): Add a gruesome hack to get
4756 cross section PC relative relocs right for COFF and ELF.
4757
75d20ac8
KR
4758Mon Mar 28 14:38:23 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4759
4760 * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Always define.
4761 (OBJ_PROCESS_STAB): Don't define.
4762
57afabd0
ILT
4763Mon Mar 28 12:40:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4764
4765 * config/obj-aout.c (obj_aout_frob_symbols): Don't let BFD clobber
4766 the type of symbol set symbols which happen to be in the absolute
4767 or undefined section.
4768
882bdc69
ILT
4769Mon Mar 28 12:35:00 1994 David Edelsohn (edelsohn@npac.syr.edu)
4770
4771 * config/tc-ppc.c (md_parse_option): Add -mpwrx (POWER/2 aka
4772 RIOS2), -mpwr (POWER aka RIOS1), -mppc (PowerPC aka MPC603/604),
4773 and -many (all architectures).
4774
de3ffc7a
JL
4775Sun Mar 27 14:04:19 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4776
69cb5925 4777 * config/tc-hppa.c (tc_gen_reloc): Set addend for relocation
de3ffc7a
JL
4778 involving a function symbol which is not a plabel to zero.
4779 (md_apply_fix): Never pass a function symbol to field_adjust.
4780
5b63f465
ILT
4781Fri Mar 25 17:35:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4782
645f842c
ILT
4783 * config/obj-aout.c (obj_aout_frob_symbol): If N_EXT is set for an
4784 N_INDR symbol, set BSF_EXPORT and clear BSF_LOCAL.
4785
5b63f465
ILT
4786 * config/tc-mips.c (append_insn): If EMBEDDED_PIC, don't swap a
4787 branch with an instruction that uses $at, in case the branch is
4788 later expanded.
4789 (macro): If EMBEDDED_PIC, case M_JAL_A may use $at.
4790 (md_pcrel_from): If not OBJ_AOUT, return 4 for an undefined symbol
4791 to make it pcrel_offset.
4792 (tc_gen_reloc): If not OBJ_AOUT, set the reloc addend to
4793 reloc->address; another gruesome hack to get gas reloc handling to
4794 do the right thing.
4795
11d7c064
KR
4796Thu Mar 24 21:29:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4797
4798 * config/tc-alpha.c (alpha_ip): Only set GP prolog size if using
4799 PV register.
4800 (T12): New macro.
4801 (emit_insn): New function.
4802 (md_assemble): Call it.
4803 (alpha_force_relocation): Handle BFD_RELOC_26, for call_pal
4804 instructions.
4805 (lituse_pending): New variable. Set by anything that generates a
4806 LITERAL reloc, cleared by anything that generates a LITUSE reloc,
4807 tested by code that might want to emit a LITUSE reloc.
4808 (emit_unaligned_io): New function. Currently calls md_assemble,
4809 but it should eventually be converted to generate the insn itself
4810 and call emit_insn directly.
4811 (emit_load_unal, emit_store_unal, emit_byte_manip_r,
4812 emit_extract_r, emit_insert_r, emit_mask_r, emit_sign_extend,
4813 emit_bis_r): Likewise.
4814 (alpha_ip, case 'I'): Handle with BFD_RELOC_23.
4815 (alpha_ip, label get_macro): Don't emit the final instruction if
4816 the opcode is zero.
4817 (alpha_ip, case 'B', subcase 'd'): New case, for subword and
4818 unaligned memory access macros.
4819 (md_apply_fix): Handle BFD_RELOC_26. Generate an error message if
4820 the value can't be resolved.
4821
4822Wed Mar 23 16:06:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4823
4824 * config/tc-mips.c (md_parse_option): For -membedded-pic, force
4825 the -G value to 0x7fffffff. For SVR4 PIC options, don't call
4826 bfd_set_gp_size here, it's done in md_begin. Don't permit -G with
4827 -membedded-pic.
4828 (mips_force_relocation): New function.
4829 (md_apply_fix): Set fixP->fx_done appropriately.
4830 (s_change_sec): For EMBEDDED_PIC, change .data and .rdata to
4831 .sdata.
4832 * config/tc-mips.h (TC_FORCE_RELOCATION): Define.
4833 (mips_force_relocation): Declare.
4834 (TC_HANDLE_FX_DONE): Define.
4835
e1b5066f
ILT
4836Tue Mar 22 13:58:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4837
d9aba805
ILT
4838 * config/tc-mips.c (enum mips_pic_level): New enum.
4839 (mips_pic): Change from int to enum mips_pic_level. Change all
4840 uses (0 becomes NO_PIC, 2 becomes SVR4_PIC).
4841 (load_address): Handle EMBEDDED_PIC.
4842 (macro): Handle EMBEDDED_PIC in all PIC cases.
4843 (md_parse_option): Accept -membedded-pic to use EMBEDDED_PIC. If
4844 OBJ_ELF, accept -KPIC and -call_shared to use SVR4_PIC and accept
4845 -non_shared to use NO_PIC (this is how the Irix 5 assembler
4846 works). Do not permit -G with SVR4_PIC.
4847 (s_abicalls): Warn if -G was used, and force -G 0.
4848 (tc_gen_reloc): Set reloc->addend to 0 for a PC relative reloc for
4849 anything but a.out, not just for ELF. For ECOFF, don't generate a
4850 BFD_RELOC_16_PCREL_S2 reloc unless using EMBEDDED_PIC.
4851
e1b5066f
ILT
4852 * config/obj-ecoff.h (obj_sec_sym_ok_for_reloc): Define to be 1.
4853
4854Sun Mar 20 16:31:55 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4855
4856 * config/tc-hppa.c (create_new_space): Use ints, not chars as
4857 parameters to avoid losing when compiling with HP CC.
4858 (create_new_subspace, update_subspace, fix_new_hppa): Likewise.
4859
1871f91a
KR
4860Sun Mar 20 14:43:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4861
c37f6138
KR
4862 * Makefile.in (config-stamp): If `defs' is defined, emit a
4863 preprocessor directive to create a macro named by this value into
4864 config.new; don't explicitly go for BFD_ASSEMBLER.
4865 * configure.in: Define `defs', not `BFDDEF'. Set it to
4866 MANY_SEGMENTS for any obj-coffbfd target.
4867 * config/obj-coffbfd.h (BFD_HEADERS, BFD): Define.
4868 * config/i386coff.mt (TDEFINES): Don't define BFD, MANY_SEGMENTS,
4869 or BFD_HEADERS.
4870 (LOCAL_LOADLIBES): Deleted.
4871 * config/m68kcoff.mt (TDEFINES): Don't define those macros.
4872 * config/m88kcoff.mt (TDEFINES): Ditto.
4873 * config/ebmon29k.mt: Deleted.
4874 * config/h8300hds.mt: Deleted.
4875 * config/ic960coff.mt: Deleted.
4876 * config/sparc.mt: Deleted.
4877 * config/h8300.mt (LOCAL_LOADLIBES, TDEFINES): Deleted.
4878 * config/h8500.mt (LOCAL_LOADLIBES, TDEFINES): Deleted.
4879 * config/sh.mt (LOCAL_LOADLIBES, TDEFINES): Deleted.
4880 * config/z8k.mt (LOCAL_LOADLIBES): Deleted.
4881 (TDEFINES): Don't define the coffbfd macros.
4882
4883 * Makefile.in: Insert makefile fragments before OBJS definition.
4884 (OBJS): Add $(TE_OBJS).
4885
3680de74
KR
4886 * config/obj-coff.c (obj_pseudo_table): Supply "section"
4887 unconditionally.
4888
1871f91a
KR
4889 * write.c (set_symtab): Define only if BFD_ASSEMBLER.
4890
c20c7506
JL
4891Sun Mar 20 12:06:05 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4892
4893 * Makefile.in (STAGESTUFF): Add gasp.new.
4894
634233a3
KR
4895Fri Mar 18 20:09:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4896
1cf7548e
KR
4897 * write.c (symbol_table_frozen): New variable, to be set after
4898 bfd_set_symtab is called.
4899 (dump_section_relocs): Note whether a symbol is a section symbol
4900 or not.
4901 (adjust_reloc_syms): For now, always supply an absolute symbol for
4902 fixups without symbols but not yet `done'. Use section_symbol to
4903 get the symbol, instead of going directly for abs_symbol.
4904 (write_relocs) [DEBUG4]: Abort if any symbol referred to by a
4905 reloc is not a section symbol and is not in the symbol table.
4906 (set_symtab): New function, broken out from write_object_file.
4907 Counts symbol table instead of relying on an earlier count.
4908 (write_object_file): Call set_symtab, but do it after potentially
4909 invoking the *_frob_file macros. Don't bother counting symbols.
4910 Call symbol_remove, instead of expanding it in place. Moved the
4911 conditionalized `object_file_size' declaration down to
4912 conditionalized block where it's used. When using the absolute
4913 symbol for a fixup without a symbol, set sy_used_in_reloc.
4914 (write_object_file) [BFD_ASSEMBLER]: Call section_symbol to get
4915 the correct symbol for the absolute section.
4916
ec3c65e1
KR
4917 * subsegs.c (section_symbol): Use symbol_new instead of
4918 symbol_make, since we may want it to go into the symbol table.
4919 Make the new symbol have internal linkage. If
4920 obj_sec_sym_ok_for_reloc says it's okay, use the BFD section
4921 symbol with the newly created GAS symbol.
4922 (obj_sec_sym_ok_for_reloc): Default to always returning 0.
4923 * config/obj-aout.h (obj_sec_sym_ok_for_reloc) [BFD_ASSEMBLER]:
4924 New macro.
4925 * config/obj-elf.h (obj_sec_sym_ok_for_reloc): New macro.
4926
4927 * config/tc-sparc.c: Include subsegs.h.
4928 (in_signed_range): New function.
4929 (sparc_ip): Use it.
4930 (sparc_ip, case 'i'): Use BFD_RELOC_SPARC13, not _BASE13.
4931 (sparc_ip, label "immediate"): Reject constants for pcrel
4932 instructions only if the relocation type indicates a "call"
4933 instruction and the offset is within range of a "jmpl %g0". If
4934 it's not in range, use the absolute section symbol plus an offset.
4935 (md_apply_fix): Use in_signed_range. Combined _SPARC13 and
4936 _BASE13 cases.
4937 (tc_gen_reloc): Permit BFD_RELOC_SPARC13.
4938
1be3cf74
KR
4939 * config/ic960coff.mt (TDEFINES): Fixed typo (MANY_SECTIONS, not
4940 MANY_SEGMENTS).
4941
634233a3
KR
4942 * configure.in: Eliminated all targets using obj-coff but not
4943 defining BFD_ASSEMBLER; I think all such targets that are
4944 supported will be matched by real CPU-OS combinations earlier in
4945 the case statement.
4946 (targets *-*-coff*, *-sysv*, *-*-sco*, *-*-sysv32): Deleted. Made
4947 some comments about the dpx2 configuration, but left it disabled,
4948 since it couldn't be reached before.
4949 (target a29k-amd-ebmonold): Deleted.
4950
49ccc555
JL
4951Thu Mar 17 13:36:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4952
4953 * config/tc-hppa.c (pa_import): Correctly handle importing of an
4954 already defined symbol.
4955
23dc1ae3
ILT
4956Wed Mar 16 17:11:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4957
614a3211
ILT
4958 * config/tc-mips.c (mips_ip): Only accept overly large values for
4959 the 'j' operand if there are no further alternatives for this
4960 instruction.
4961
d6e6bc1c
ILT
4962 * config/obj-coffbfd.c (adjust_stab_section): Initialize
4963 stabstrseg to SEG_UNKNOWN, not -1. After loop, check whether it
4964 is not SEG_UNKNOWN rather than checking whether it is >= 0.
4965
23dc1ae3
ILT
4966 * config/tc-mips.c (mips_align): Take new argument, label, and use
4967 it instead of global insn_label.
4968 (s_align, s_cons, s_float_cons, s_gpword): Save insn_label before
4969 call to mips_emit_delay and pass it to mips_align.
4970
4971Wed Mar 16 11:54:12 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4972
69cb5925 4973 * config/tc-hppa.c (pa_equ): Handle both .reg and .equ correctly.
c38c91da 4974
f2ada910
JL
4975 * config/tc-hppa.c (pa_callinfo): Accept "millicode" as an
4976 argument to a .callinfo directive. Don't loop forever on errors.
4977
69cb5925
KR
4978 * config/tc-hppa.c (pa_equ): Use pa_parse_number so that we can
4979 use pre-defined registers as arguments.
23dc1ae3 4980
954979ca
KR
4981Mon Mar 14 14:29:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4982
dbc529c4
KR
4983 * write.c (write_object_file): Check both S_IS_LOCAL and
4984 S_IS_EXTERNAL when deciding whether to discard a symbol.
4985
4986 * config-gas.com: Scan Makefile.in, not version.c, for current
4987 version number. Delete all versions of temp files when finished
4988 with them. Create config.h.
4989
4990 * config/obj-vms.c (VMS_Initialized_Data_Size): Cache symbol
4991 values to reduce number of lookups with S_GET_VALUE. Skip debug
4992 symbols to avoid "a really nasty bug". (From Holger Teutsch,
4993 holger@botbso.rhein-main.de.)
4994 (VMS_write_object_file): For "__vt.*" symbols, set S_GET_OTHER
4995 field. (Also from Holger Teutsch.) Watch for a would-be register
4996 mask that spans frags.
4997
4998 * config/obj-coffbfd.c (obj_coff_line): Set symbol lnno field with
4999 this_base, not line_base. (Patch from Andreas Arens,
5000 ari@obelix.av.rwth-aachen.de.)
5001
5002 * config/obj-aout.c (obj_crawl_symbol_chain): Retain symbols that
5003 look local if they're exported or undefined. Used to be done for
5004 i960 only.
5005
5006 * read.c (s_lcomm, s_comm): Print symbol name being redefined.
5007 Get it from the looked-up symbol, instead of using the string from
5008 the input stream, which is no longer null-terminated.
5009 (LEX_PCT): New macro, defaults to 0.
5010 (lex_type): Use it for `%'.
5011
5012 * config/tc-vax.c (md_parse_option): Handle `-h#' option for VMS.
5013 (vip_op): Now static, and returns void. Callers changed. Added
5014 forward decl.
5015 (vip): Ditto. Call as_fatal directly if a program bug is
5016 detected.
5017 (op_hash): Let default initialization suffice.
5018
954979ca
KR
5019 * Makefile.in (literal.o): Provide dependencies.
5020
5021 * configure.in: Set new makefile variable OPCODES_LIB.
5022 * Makefile.in (LIBS): Use it.
5023
5024 * Makefile.in (make-gas.com, stamp-mk.com): New targets.
5025 * vmsconf.sh: New file.
5026 * make-gas.com: Regenerated from new script.
5027
5028 * configure.in (sparc*-*-lynxos*): Handle any version number
5029 suffix after "lynxos". Set emulation to lynx.
5030
5031Mon Mar 14 11:30:49 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
5032
5033 * config/obj-coff.c (obj_coff_section): Delete declaration.
5034
62ea7974
ILT
5035Fri Mar 11 22:25:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5036
5037 * config/tc-ppc.c (md_pcrel_from): Return 0 for undefined ELF
5038 symbols.
5039 (ppc_is_toc_sym): Change .toc to .got.
5040 (md_apply_fix): Change handling of ELF relocs.
5041 (tc_gen_reloc): Likewise.
5042
63ca2e81
KR
5043Fri Mar 11 17:42:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5044
5045 * config/obj-vms.c (Close_VMS_Object_File): Add comment pointing
5046 out some code that doesn't belong in this file.
5047
5048 * config/obj-vms.h: Include aout/stab_gnu.h.
5049 (N_GSYM, ..., N_LENG): Deleted.
5050 (NO_RELOC): Undefine before defining as part of enum reloc_type.
5051
5052 * config/tc-alpha.c: Add comment questioning need for all the
5053 characters in FLT_CHARS.
5054
5055 * as.c (main) [OBJ_VMS]: Don't call output_file_close.
5056
5057 * config/obj-ecoff.c (ecoff_frob_file): Set strict order for
5058 sections with recognized names, before computing VMA values.
5059
be22008b
ILT
5060Fri Mar 11 17:56:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5061
5062 * config/tc-mips.c (mips_ip): Accept numbers between 0x8000 and
5063 0xffff for 'j' to be compatible with MIPS assembler. These
5064 numbers are actually treated as negative.
5065
2c6db5a1
DE
5066Thu Mar 10 13:36:29 1994 Doug Evans (dje@canuck.cygnus.com)
5067
5068 * config/tc-sparc.h (LOCAL_LABEL): Local labels are .Lfoo.
5069
9e12fbbc
KR
5070Tue Mar 8 21:17:12 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5071
5072 * config/obj-coff.c: Minor formatting/stylistic changes, plus:
5073 (obj_coff_section): Declare.
5074 (obj_pseudo_table): Make it available only if MANY_SECTIONS.
5075 (obj_symbol_to_chars) [CROSS_COMPILE]: Some attemps to make this
5076 work. It still doesn't. It now fails to compile, instead of
5077 silently compiling to do nothing.
5078 * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Define only if
5079 MANY_SECTIONS.
5080 (OBJ_PROCESS_STAB) [! MANY_SECTIONS]: New macro, just emits
5081 warning.
5082
5083 Handle Alpha load-immediate-FP pseudo-instructions:
5084 * config/alpha-opcode.h (ldif, ldig, ldis, ldit): New patterns.
5085 * config/tc-alpha.c (lit8_sec, lit4_sec, lit8_sym, lit4_sym): New
5086 variables.
5087 (create_literal_section): New function.
5088 (create_lita_section): Now a macro.
5089 (get_lit8_offset, get_lit4_offset): New functions.
5090 (maybe_set_gp): New function.
5091 (select_gp_value): Call it.
5092 (load_expression): Preserve addend if symbol is a section symbol.
5093 (alpha_ip): Handle new operand type `F' for floating-point
5094 constants; store them in .lit{4,8} sections.
5095 (alpha_ip, case 'G'): Emit LITUSE relocations for symbol exprs.
5096
5097 * config/tc-i386.c (smallest_imm_type): Never return Imm1.
5098
2bac8c54
SC
5099Tue Mar 8 14:18:15 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5100
5101 * config/obj-coffbfd.c (w_strings): Only copy strings out if
5102 their symbols are going to be written.
5103
d16938f5
ILT
5104Tue Mar 8 11:49:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5105
5106 * messages.c (as_perror): Declare arguments const.
5107 * as.h (as_perror): Change declaration.
5108
8ea7f4e8
ILT
5109Mon Mar 7 16:08:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5110
5111 * config/tc-mips.c (load_address): When calling frag_grow, allow
5112 for the (up to) two nops which may be inserted by append_insn if
5113 mips_optimize is 0.
5114 (macro): Likewise.
5115
fa47b47e
DE
5116Thu Mar 3 11:37:55 1994 Doug Evans (dje@canuck.cygnus.com)
5117
5118 * config/atof-ieee.c (make_invalid_floating_point_number):
5119 Add cast to avoid warning from gcc.
5120
34b16850
JL
5121Wed Mar 2 10:31:01 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5122
69cb5925 5123 * config/tc-hppa.c: Add a few casts to make HP C compiler happy.
fb338f1d 5124
69cb5925 5125 * config/obj-som.c (obj_som_version, obj_som_copyright): Be
fb338f1d 5126 prepared
69cb5925 5127 to handle an error from bfd_som_attach_aux_hdr.
fb338f1d 5128
34b16850
JL
5129 * config/tc-hppa.h: Wrap ELF specific decls inside an ifdef.
5130
994fde6d
KR
5131Mon Feb 28 15:03:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5132
5133 * config/tc-alpha.c (md_atof): Omit warning about FP values.
5134 (line_comment_chars): Add ! to list.
5135 (md_apply_fix): Do process 32- and 64-bit relocations.
5136
5137 * config/obj-coffbfd.c (obj_coff_lcomm): Put "#if 0" around the
5138 unused parts (most of the function).
5139 (obj_coff_init_stab_section): Cast alloca result.
5140
5141 * configure.in (i960-*-coff, i960-*-vxworks5.*): Use coffbfd, and
5142 gas_target ic960coff.
5143 * config/ic960coff.mt: New file.
5144 * config/obj-coffbfd.h [TC_I960]: Include coff/i960.h.
5145 (TARGET_FORMAT) [TC_I960]: Use coff-Intel-little.
5146 * config/te-ic960.h (CROSS_COMPILE): Don't undef this. We'll
5147 always build little-endian object files.
5148 * config/tc-i960.c (md_reloc_size): Don't define at all if BFD or
5149 BFD_ASSEMBLER is defined.
5150 (mem_fmt): Since COFF doesn't handle callx relocations yet, treat
5151 them like normal 32-bit relocations.
5152 (md_apply_fix): For callx relocations, store zero.
5153 (tc_bout_fix_to_chars): Store symbol index for all callx
5154 relocations, regardless of link-relax setting.
5155 (tc_coff_fix2rtype, tc_coff_sizemachdep): New functions.
5156 (i960_handle_align) [! OBJ_BOUT]: If link-relax option is
5157 selected, print an error message and clear it.
5158 * config/tc-i960.h (BFD_ARCH, COFF_FLAGS, COFF_MAGIC,
5159 TC_COUNT_RELOC, TC_COFF_FIX2RTYPE, TC_COFF_SIZEMACHDEP,
5160 tc_fix_adjustable): New macros.
5161 (tc_coff_fix2rtype, tc_coff_sizemachdep): Declare.
5162
e03095c9
JL
5163Fri Feb 25 20:56:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5164
5165 * config/tc-hppa.c (hppa_tc_symbol): Call PA ELF BFD version.
5166 (hppa_tc_make_sections): Likewise.
5167 (pa_build_symextn_section): Delete unused function.
5168 (hppa_tc_make_symextn_section): Likewise.
5169 (pa_export): Delete call to pa_build_symextn_section.
5170
5171 * config/tc-hppa.h (hppa_tc_symbol): Add extern decl.
5172 (elf_hppa_final_processing): Delete extern decl.
5173 (hppa_tc_symbol): Delete extern decl.
5174
3919ffeb
ILT
5175Fri Feb 25 13:15:31 1994 Ian Lance Taylor (ian@cygnus.com)
5176
5177 * config/obj-coffbfd.c (fill_section): Correct test for whether to
5178 fill a section (from Minh Tran-Le <TRANLE@intellicorp.com>).
5179
f95de5d9
KR
5180Thu Feb 24 11:30:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5181
3919ffeb
ILT
5182 * configure.in: Don't require version number for i386-*-mach.
5183
f95de5d9
KR
5184 * read.c (potable): Added ".this_GCC_requires_the_GNU_assembler",
5185 which is ignored by gas, but will cause other assemblers to choke.
5186 Intended for use by gcc ports that require gas instead of native
5187 assemblers.
5188
cb6af928
JL
5189Thu Feb 24 07:10:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5190
5191 * config/ho-hppaosf.h: Fix braino in test for ANSI-C.
5192
08c5812c
JL
5193Wed Feb 23 16:51:43 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5194
5195 * write.c (write_contents): Give the user a reasonable error
5196 message rather than "assertion failed" if bfd_set_section_contents
5197 fails.
5198
c9c45af1
KR
5199Tue Feb 22 10:07:32 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
5200
5201 * config/ho-mach3.h: New file.
5202
9eb5f4b8
ILT
5203Mon Feb 21 11:41:18 1994 Ian Lance Taylor (ian@cygnus.com)
5204
2e5fdb1d
ILT
5205 * ecoff.c (ecoff_build_debug): Don't set hdr->magic here. It is
5206 now set in bfd/ecofflink.c:ecoff_write_symhdr.
5207
9d90491e
ILT
5208 * config/obj-coffbfd.c (write_object_file): use bfd_get_error (),
5209 not bfd_error.
5210 * config/obj-elf.c (elf_frob_file): Likewise.
5211
5212 * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcomm
5213 variables.
5214
c8d02404
ILT
5215 * config/ho-hpux.h (BROKEN_ASSERT): Define if not __GNUC__.
5216
9eb5f4b8
ILT
5217 * read.c (read_a_source_file): Use correct arguments to memcpy
5218 (broken 19 Jul 1993). From kjd@pescadero.stanford.edu (Kenneth
5219 Duda).
5220
4d88d6dc
ILT
5221Sun Feb 20 18:01:54 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
5222
5223 * config/obj-coff.h (obj_coff_section): Declare.
5224 * config/obj-coff.c (obj_pseudo_table): For "section", use
5225 obj_coff_section.
5226 (obj_coff_section): Rewrite.
5227
741f4d66
KR
5228Fri Feb 18 14:16:32 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5229
9e0cbfbb
KR
5230 * configure.in (i386-*-mach3*): New target; uses BFD.
5231 * config/te-mach.h: New file.
5232 * config/obj-aout.c (obj_aout_frob_file): New function.
5233 * config/obj-aout.h (obj_aout_frob_file): Declare it.
5234 (frob_file): New macro.
5235 * config/tc-i386.c (md_apply_fix_1) [TE_Mach]: Don't adjust
5236 pcrel32 relocations.
5237 * config/tc-i386.h (TARGET_FORMAT) [TE_Mach]: Use a.out-mach3.
5238
741f4d66
KR
5239 * write.c (write_object_file): Removed register declarations.
5240
5e65fbc8
ILT
5241Thu Feb 17 16:25:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5242
254f8450 5243 Some support for PowerPC ELF.
5e65fbc8
ILT
5244 * configure.in: If cpu is powerpc*, use ppc.
5245 (ppc-*-sysv4*): Use object format elf.
5246 * config/tc-ppc.h: Only declare a number of things if OBJ_COFF is
5247 defined.
5248 (TARGET_ARCH): Make it call ppc_arch.
5249 (ppc_arch): Declare.
5250 (TARGET_FORMAT): Set based on OBJ_COFF or OBJ_ELF.
5251 (NO_STRING_ESCAPES): Define.
5252 (LOCAL_LABEL, FAKE_LABEL_NAME): Define for OBJ_ELF.
5253 * config/tc-ppc.c: Only define a number of functions of OBJ_COFF
5254 is defined.
5255 (md_pseudo_table): Most pseudo-ops are OBJ_COFF specific. Added
5256 OBJ_COFF specific "bi" and "ei".
5257 (md_parse_option): Fix handling of -u. Make -m601 set
5258 PPC_OPCODE_601. If OBJ_ELF, accept -V and -Q.
5259 (ppc_set_cpu): New function.
5260 (ppc_arch): New function.
5261 (md_begin): Call ppc_set_cpu.
5262 (ppc_insert_operand): For a signed operand accept an unsigned
5263 value, for IBM compatibility.
5264 (ppc_byte): Don't call stringer for strings; instead, treat two
5265 double quotes as a single double quote.
5266 (ppc_comm): Set sy_tc.output for a .lcomm symbol.
5267 (ppc_biei): New function.
5268 (ppc_tc): If not OBJ_COFF, ignore first argument.
5269 (ppc_fix_adjustable): Call as_bad_where, not as_bad.
5270 (ppc_is_toc_sym): New function.
5271 (md_apply_fix): Use ppc_is_toc_sym. Handle BFD_RELOC_16 and
5272 BFD_RELOC_8.
5273
f61b81b7
DM
5274Thu Feb 17 09:29:37 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5275
5276 * messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_get_error and
69cb5925 5277 bfd_set_error and new error names.
f61b81b7 5278
c25be7f4
KR
5279Tue Feb 15 20:23:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5280
5281 * configure.in: Support i960-vxworks versions > 5.0 as coff.
5282 Default is still bout if no version is specified.
5283
04bde70d
KR
5284 * atof-generic.c (atof_generic): Use switch and strcasecmp instead
5285 of large number of compares when looking for inf/nan values.
5286
b1237b9d
ILT
5287Fri Feb 11 13:13:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5288
5289 * config/tc-mips.c (macro): Do unaligned loads and stores
5290 correctly when big endian, and give errors on overflow rather than
5291 generating incorrect code.
5292
605e1d90
ILT
5293Thu Feb 10 11:24:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5294
5295 * as.c: Include libiberty.h.
5296
5297 * read.c (do_align): Don't define label just_record_alignment
5298 unless it might be used.
5299
5300 * as.c (main): If md_parse_long_option is defined, call it with a
5301 long option.
5302 * config/tc-mips.h (md_parse_long_option): Define.
5303 * config/tc-mips.c (mips_trap): New static variable.
5304 (md_begin): Report an error if mips_trap is set at ISA level 1.
5305 (macro): If mips_trap, use trap instructions instead of break
5306 instructions for overflow and divide by zero detection.
5307 (mips_parse_long_option): New function. Support --trap,
5308 --no-break, --break and --no-trap.
5309 * doc/as.texinfo: Document new options.
5310
5311 * read.c (potable): Add "zero".
5312 * config/tc-i386.c (md_pseudo_table): Remove "zero".
5313 * config/tc-m88k.c (md_pseudo_table): Likewise.
5314
6440d65c
KR
5315Thu Feb 10 01:24:27 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5316
5317 * config/tc-sparc.c (sparc_ip): Reject integer values for
5318 pc-relative operand fields. This forces "call 0" to become "jmpl
5319 %g0,%o7" with no relocations needed.
5320
ddb393cf
ILT
5321Wed Feb 9 13:08:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5322
d87c080e
ILT
5323 * as.h (xmalloc, xrealloc): Declare using PTR rather than char *.
5324 * xmalloc.c (xmalloc, xrealloc): Use PTR rather than char *.
5325
ddb393cf
ILT
5326 * app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined,
5327 don't treat backslash specially inside strings.
5328 * read.c (next_char_of_string): Likewise.
5329
66c774bb
SS
5330Wed Feb 9 09:42:45 1994 Stan Shebs (shebs@andros.cygnus.com)
5331
5332 * config/obj-coffbfd.c (obj_coff_init_stab_section): Use memset
5333 instead of memcpy to zero the initial stab symbol, duh.
5334 * config/obj-elf.c (obj_elf_init_stab_section): Ditto.
5335 * config/obj-som.c (obj_som_init_stab_section): Ditto.
5336
356315fe
ILT
5337Tue Feb 8 17:25:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5338
5339 * write.c (fixup_segment): Use as_bad_where, not as_bad.
5340
5341 * subsegs.c (subseg_set_rest): Call memset with the arguments in
5342 the right order. Explicitly clear fix_root and fix_tail fields.
5343
df44a852
KR
5344Tue Feb 8 16:00:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5345
cfaf70e3
KR
5346 * config/obj-coff.c (coff_frob_symbol): For abs_symbol, set *punt
5347 and do nothing else.
5348
5349 * symbols.c (symbol_begin): Initialize value of abs_symbol
5350 properly.
5351
5352 * write.c (adjust_reloc_syms): Use abs_symbol instead of calling
5353 section_symbol.
5354
cafb569b
KR
5355 * ecoff.c (ecoff_build_debug): Fix "/*" in comment to silence
5356 complaint from "gcc -Wall".
5357
7496639a
KR
5358 * configure.in (alpha-*-netware*): New target, like alpha-*-osf*.
5359
8a74b870
KR
5360 * config/tc-alpha.c (GP_ADJUSTMENT): Move definition to start of
5361 file.
5362 (tc_gen_reloc): Remove uninitialized variable `code', and code
5363 that tried to use it (incorrectly). For LITERAL reloc, set addend
5364 to negative of GP value.
5365 (load_symbol_address): Don't adjust return value by GP_ADJUSTMENT.
5366
df44a852
KR
5367 * write.c (write_relocs): Print some sensible error message if
5368 bfd_perform_relocation returns bfd_reloc_overflow.
5369
5370Mon Feb 7 15:49:24 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5371
5372 * configure.in (hppa*-*elf*): New configuration for PA ELF.
5373 (hppa*-*-osf*): Default object format is SOM.
5374
c3591adb
KR
5375Mon Feb 7 16:07:35 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5376
2d33b3aa
KR
5377 * config/tc-alpha.c (md_atof): Warn that floating-point values
5378 might not assemble properly.
5379
c3591adb
KR
5380 * configure.in (target alpha-*-osf*): Don't set "dev=yes" any
5381 more.
5382
5383 * config/tc-alpha.c (load_expression): Parenthesize operations in
5384 range checking, to avoid precedence questions.
fc6b54fd 5385
c3591adb
KR
5386 * config/tc-alpha.c (addr32): New static variable.
5387 (md_parse_option): Set it for "-32addr".
5388 (load_symbol_address): If addr32 is set, use ldl instead of ldq.
5389
5390 * atof-generic.c (atof_generic): Calculate maximum_useful_digits
5391 and more_than_enough_bits_for_digits in integer arithmetic, to
5392 eliminate the only sources of dependence on floating point
5393 support, which doesn't work yet on the Alpha.
5394
5395Mon Feb 7 03:56:05 1994 Ken Raeburn (raeburn@cambridge.cygnus.com)
fc6b54fd
KR
5396
5397 * ecoff.c (ecoff_build_debug) [TC_ALPHA]: Specify version stamp as
5398 0x30b for Alpha for now, until ".verstamp" is handled.
5399
5400 * literal.c (add_to_literal_pool): Use seginfo->frchainP, which
5401 actually refers to the literal pool section, rather than
5402 frchain_now, which refers to whatever section the assembler was
5403 in.
5404
5405 * write.c (fixup_segment): Only do range checking if size of fixup
5406 is smaller than word size. Otherwise, we always wind up with
5407 zeros.
5408
5facbfd4
KR
5409 * config/tc-alpha.c (md_section_align): Change second argument and
5410 return type to valueT, to agree with tc.h.
5411 (alpha_do_align): Local static array nop_pattern is now unsigned
5412 char, to avoid overflow warnings.
5413 * config/tc-alpha.h (md_section_align): Delete declaration.
5414
5415 * config/obj-ecoff.c (ecoff_frob_file): Ensure that ecoff_data for
5416 output bfd is non-null before indirecting through it.
5417
5418 * config/tc-alpha.c (alpha_frob_ecoff_data): Renamed from
5419 alpha_frob_file.
5420 * config/tc-alpha.h (tc_frob_file): Macro deleted.
5421 * config/obj-ecoff.c (ecoff_frob_file) [TC_ALPHA]: Call
5422 alpha_frob_ecoff_data, then fill in optional-header info with gp
5423 value and register masks.
5424
dc536cc0
JL
5425Sun Feb 6 16:13:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5426
f8693e71
JL
5427 * configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
5428
dc536cc0
JL
5429 * config/obj-som.c (obj_som_init_stab_section): Same change
5430 as coffbfd and elf below. Zero the initial stab symbol after
5431 allocating it.
5432
41b5ef0f
SS
5433Sat Feb 5 12:30:32 1994 Stan Shebs (shebs@andros.cygnus.com)
5434
5435 * config/obj-coffbfd.c (obj_coff_init_stab_section): Zero the
5436 initial stab symbol after allocating it.
5437 * config/obj-elf.c (obj_elf_init_stab_section): Ditto.
5438
fa4beb7e
JL
5439Sat Feb 5 11:53:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5440
5441 * config/tc-hppa.c (pa_ip): addb[tf] should only accept
5442 non-negated condition completers. Add support for addb pseudo-op
5443 which accepts both negated and non-negated completers.
5444
1c11ab0e
ILT
5445Sat Feb 5 00:15:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5446
5447 * configure.in (rs6000*): Use cpu_type ppc.
5448 (ppc-*-aix*): New target; use coff and force bfd_gas.
5449 * config/tc-ppc.h, config/tc-ppc.c: New files for PowerPC/POWER
5450 (RS/6000) support. At the moment, only XCOFF is supported.
5451
5452 * config/obj-coff.c (SA_SET_SYM_ENDNDX): Made non-static.
5453 (S_SET_DATA_TYPE): Likewise.
5454 (coff_last_function): Renamed from local static last_functionP in
5455 coff_frob_symbol and made externally visible.
5456 (coff_frob_symbol): New local static set_end; use it to try to
5457 avoid calling SA_SET_SYM_ENDNDX on a symbol that will be punted.
5458 * config/obj-coff.h (S_SET_DATA_TYPE): Declare.
5459 (SA_SET_SYM_ENDNDX): Declare.
5460 (coff_last_function): Declare.
5461
5462 * expr.c (operand): If DOLLAR_DOT is defined, accept `$' as
5463 equivalent to `.' to mean the current location.
5464
5465 * read.c (LEX_BR): If not defined, define as 0.
5466 (lex_type): Use LEX_BR as the type of `{',`}',`[',`]'.
5467
5468 * symbols.c (symbol_new): If tc_canonicalize_symbol_name is
5469 defined, call it with preserved_copy_of_name. If
5470 tc_symbol_new_hook is defined, call it on the new symbol.
5471 (symbol_find_base): If tc_canonicalize_symbol_name is defined,
5472 call it on a copy of the name argument.
5473
5474 * write.c (write_object_file): Simplified usage of obj_frob_symbol
5475 and tc_frob_symbol. Always call both if the symbol is going to be
5476 output.
5477
5478 * write.c (relax_segment): Use %ld rather than %d when printing
5479 fragP->fr_var, and cast it to long.
5480
5481 Changed relocs to be based on subsegments (when BFD_ASSEMBLER).
5482 * subsegs.h (struct frchain): If BFD_ASSEMBLER, added new fields
5483 fix_root and fix_tail.
5484 (segment_info_type): If BFD_ASSEMBLER, don't define fix_tail
5485 field.
5486 * write.c (fix_new_internal): If BFD_ASSEMBLER, set fix_rootP and
5487 fix_tailP based on frchain_now, not seg_info (now_seg).
5488 (chain_frchains_together_1): Chain the subsegment relocs together.
5489 * subsegs.c (subseg_change): Don't clear fix_tail field.
5490 (subseg_get): Likewise.
5491 * literal.c (add_to_literal_pool): Look through the relocs via
5492 frchain_now, not seginfo.
5493
f85ad9d5
ILT
5494Thu Feb 3 23:07:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5495
5496 * config/obj-ecoff.h (TARGET_SYMBOL_FIELDS): Changed
5497 ecoff_undefined to ecoff_extern_size.
5498 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Likewise.
5499 * config/tc-mips.c (s_extern): Set ecoff_extern_size to the
5500 external symbol size, rathern than setting the symbol value.
5501 (md_estimate_size_before_relax): Check both ecoff_extern_size and
5502 symbol value to see if GP referencing can be used.
5503 * ecoff.c (ecoff_symbol_new_hook): Clear ecoff_extern_size, not
5504 ecoff_undefined.
5505 (ecoff_frob_symbol): Don't check ecoff_undefined.
5506 (ecoff_build_symbols): Get size of an undefined symbol from
5507 sym->ecoff_extern_size, not S_GET_VALUE (sym).
5508
b4bd2c92
JL
5509Wed Feb 2 13:55:08 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5510
5511 * Makefile.in: Avoid bug in losing hpux sed.
5512
1051c97f
ILT
5513Wed Feb 2 11:40:11 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5514
5515 * config/tc-mips.c (file_mips_isa): New static variable.
5516 (md_begin): Set it.
5517 (s_mipsset): Add support for .set mipN to set the ISA level.
5518
5519 * gasp.c (kinfo): Fully bracket initializer.
5520
f2cdeec4
KR
5521Tue Feb 1 19:28:12 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5522
5523 * gasp.c (malloc): Don't declare, since host.h or system header
5524 files may declare it differently.
5525
5526 * config/atof-ieee.c (int_to_gen): Now static.
5527
5528 * config/ho-i386aix.h: Include sys/types.h and stdlib.h, not
5529 ho-sysv.h. Based loosely on a patch from Minh Tran-Le.
5530
e2847e64
SC
5531Tue Feb 1 10:50:17 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5532
5533 * gasp.c: Include host.h.
5534
9cbf9e57
ILT
5535Tue Feb 1 12:13:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5536
8bbad6fd
ILT
5537 * config/tc-mips.c (mips_ip): Make an unsupported instruction a
5538 warning, not an error.
5539
9cbf9e57
ILT
5540 * config/obj-coff.c (dot_text_symbol, dot_data_symbol,
5541 dot_bss_symbol): Don't define if BFD_ASSEMBLER.
5542 (obj_symbol_to_chars): bfd_coff_swap_aux_out now takes more
5543 arguments.
5544 (coff_line_base): Renamed from line_base. Changed all uses.
5545 (coff_add_linesym): Renamed from add_line_sym. Made non-static.
5546 Changed all uses.
5547 * config/obj-coff.h: If TC_PPC, include coff/rs6000.h.
5548 (S_SET_STORAGE_CLASS, S_GET_STORAGE_CLASS): Declare if
5549 BFD_ASSEMBLER.
5550 (coff_line_base): Declare.
5551 (coff_add_linesym): Declare if BFD_ASSEMBLER.
5552 * config/obj-coffbfd.c (symbol_to_chars): bfd_coff_swap_aux_out
5553 now takes more arguments.
5554
2abb453d
SS
5555Mon Jan 31 17:55:14 1994 Stan Shebs (shebs@andros.cygnus.com)
5556
5557 * as.c (statistics_flag): Renamed from quiet_flag.
5558 (main): Get statistics with --statistics instead of -noquiet.
5559
a5a4b5ac
SC
5560Mon Jan 31 07:19:30 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5561
5562 * Makefile.in: Support for Gnu ASsembler Preprocessor.
5563 * gasp.c: New file.
5564 * read.c (s_lcomm): Align lcomm data.
69cb5925 5565 * config/tc-z8k.c (tc_reloc_mangle): Don't allow subtraction
a5a4b5ac
SC
5566 from different sections.
5567
7909261f
KR
5568Sun Jan 30 14:58:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5569
5570 * write.c (write_object_file): If tc_frob_file is defined, call it
5571 just before calling obj_frob_file.
5572 * config/tc-alpha.c (alpha_gp_value): Renamed from gp_value
5573 (references changed), and made non-static.
5574 (getExpression): Return void.
5575 (select_gp_value): Abort if gp_value is non-zero. Delete call to
5576 non-existent bfd_set_gp_value.
5577 (alpha_validate_fix): Function deleted.
5578 (alpha_frob_symbol): Function deleted.
5579 (alpha_local_label): Function deleted.
5580 (alpha_frob_file): Renamed from alpha_end.
5581 * config/tc-alpha.h (alpha_frob_symbol, alpha_validate_fix,
5582 alpha_local_label, alpha_end): Declarations deleted.
5583 (alpha_gp_value, alpha_frob_file): Declare.
5584 (tc_frob_symbol, TC_VALIDATE_FIX, md_end): Macros deleted.
5585 (LOCAL_LABEL): Move code here from tc-alpha.c:alpha_local_label.
5586 (md_convert_frag): Simplified slightly.
5587 (tc_frob_file): New macro.
5588
5589 * read.c (do_align): New function, most of guts of s_align_*
5590 functions. Look for md_do_align macro, give it a chance to bypass
5591 all but recording of section alignment.
5592 (s_align_bytes, s_align_ptwo): Call do_align.
5593 (s_lcomm) [TC_ALPHA]: Align object to largest power of two that
5594 divides object size.
5595
5596 * frags.c (frag_align_pattern): New function.
5597 (frag_align): Rewrite for clarity.
5598
5599 * config/tc-vax.c (md_assemble): Handle O_constant expression.
5600 (vip_begin): Returns pointer to const char. Cast hash_insert arg
5601 to PTR to avoid compiler complaints about const.
5602 (md_begin): Local variable errtxt must point to const.
5603
5604 * configure.in: Handle host vax-*-ultrix* like vax-*-bsd*. Don't
5605 bother with *-*-ultrix or *-*-sysv*, except *-*-sysv, since only
5606 the last has an existing host support file. Do handle vax-bsd and
5607 vax-ultrix targets.
5608
1f029792
ILT
5609Fri Jan 28 11:26:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5610
5611 * config/obj-coff.c (obj_coff_section_header_append): Do not
5612 declare if BFD_ASSEMBLER.
5613 (stack_pop): Correct test for stack underflow.
5614 (obj_coff_endef, obj_coff_dim, obj_coff_line, obj_coff_size,
5615 obj_coff_scl, obj_coff_tag, obj_coff_type, obj_coff_val): Declare
5616 type of ignored argument to avoid gcc warning.
5617 (align): Removed unused function.
5618
6221fe20
KR
5619Thu Jan 27 18:14:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5620
81f6013a
KR
5621 * config/tc-alpha.c, config/tc-alpha.h, config/alpha-opcode.h: New
5622 files, based on port of gas-1.38 contributed by CMU, using a.out
5623 variant. Updated for gas-2.x and ECOFF. Floating-point constants
5624 are still broken, bootstrap testing incomplete.
5625
5626 * literal.c: Comment changes.
5627
5628 * listing.c (listing_source_file): Check for null listing_tail
5629 before indirecting through it.
5630
5631 * expr.h (struct expressionS): Added struct tag.
5632
5633 * as.h: If __GNUC__ and inline are both undefined, define inline
5634 away.
5635
5636 * write.c (cvt_frag_to_fill): Don't assume that fr_var for
5637 rs_align or rs_org frags will be 1.
5638 (relax_segment): For rs_align, if fr_var is not 1, complain if
5639 required padding is not a multiple of the size of the pad pattern.
5640 (fixup_segment): Leave gp-relative relocations alone. For pcrel
5641 relocations referring to the same segment, clear fx_pcrel when
5642 clearing fx_addsy.
5643 * as.h: Adjust comments on rs_align.
5644
6221fe20
KR
5645 * atof-generic.c: Some reformatting.
5646 (atof_generic): Be careful when mixing signed/unsigned values of
5647 different sizes.
5648
81f6013a
KR
5649 * write.c, config/obj-{aout,bout,coff*}.c, config/tc-sparc.c:
5650 Query the fx_done field instead of fx_addsy to see if the fixup
5651 still needs to be applied. Set fx_done and clear fx_addsy both,
5652 for now. If TC_HANDLES_FX_DONE isn't defined, assume md_apply_fix
5653 will only clear fx_addsy, and set fx_done accordingly after
5654 returning.
5655 * config/tc-sparc.h (TC_HANDLES_FX_DONE): Define.
5656 * config/tc-sparc.c (md_apply_fix): Set fx_done for non-pcrel fix
5657 with no fx_addsy.
5658
5659 * symbols.c (dot_text_symbol, dot_data_symbol, dot_bss_symbol):
5660 Deleted.
5661 (symbol_begin): Moved to end of file, so function inlining can
5662 work better.
5663 (fb_label_count, fb_label_max): Default C static initializers are
5664 sufficient.
5665 * symbols.h (dot_text_symbol, dot_data_symbol, dot_bss_symbol):
5666 Declarations deleted.
5667 * config/obj-coff.c (dot_text_symbol, dot_data_symbol,
5668 dot_bss_symbol): Defined here, static.
5669
5670 * config/obj-aout.c [BFD_ASSEMBLER]: Undef NO_RELOC before
5671 including aout/aout64.h.
5672
5673 * write.c (write_object_file): If EMIT_SECTION_SYMBOLS is false,
5674 don't write out a section symbol even if it's used in a
5675 relocation; assume relocations will handle section numbers
5676 somehow. Rename "punt_it" label to "punt_it_if_unused" to reflect
5677 it's true use.
5678 (EMIT_SECTION_SYMBOLS): Default to 1.
5679 (adjust_reloc_syms): Don't create a new symbol for an absolute
5680 reference; just use the absolute section symbol.
5681 (write_relocs): Make printout of reloc values dependent on flag
5682 DEBUG3, not DEBUG2.
5683 * config/obj-aout.h (EMIT_SECTION_SYMBOLS): Define as 0.
5684 * config/obj-ecoff.h (EMIT_SECTION_SYMBOLS): Ditto.
5685
a57180ad
ILT
5686Thu Jan 27 16:43:51 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5687
ec7a69ea
ILT
5688 * read.c (lex_type): No longer make '{' a valid character for
5689 symbol names.
5690
fe920573
ILT
5691 * as.c (main): Print long values using %ld.
5692
a57180ad
ILT
5693 * messages.c (as_warn_internal): New static function.
5694 (as_warn, 3 versions): Use as_warn_internal.
5695 (as_warn_where, 3 versions): New function.
5696 * as.h (as_warn_where): Declare.
5697
ca7bd557
SS
5698Tue Jan 25 18:30:34 1994 Stan Shebs (shebs@andros.cygnus.com)
5699
5700 * as.c (quiet_flag): New flag.
5701 (main): If -noquiet given, display execution time and memory used.
5702
9dcf8057
JL
5703Tue Jan 25 15:53:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5704
5705 * doc/{all.texi,as.texinfo}: Add documentation for HPPA port.
5706
f71babce
ILT
5707Mon Jan 24 19:18:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5708
5709 * ecoff.c (ecoff_frob_symbol): New function. Put undefined
5710 symbols of known size in the undefined section. Put small common
5711 symbols in a .scommon section.
5712 * ecoff.h (ecoff_frob_symbol): Declare.
5713 * config/obj-ecoff.h (obj_frob_symbol): Define.
5714 * config/obj-elf.c (obj_elf_write_symbol_p, obj_elf_write_symbol,
5715 obj_elf_frob_symbol): Removed unused functions.
5716 * config/obj-elf.h (obj_frob_symbol, obj_write_symbol): Removed
5717 unused macros.
5718 (obj_elf_frob_symbol, obj_elf_write_symbol): Removed declarations
5719 of unused functions.
5720 (obj_frob_symbol): Define if ECOFF_DEBUGGING.
5721
5722 * tc-mips.c (g_switch_seen): New static variable.
5723 (md_parse_option): Set g_switch_seen for -G option.
5724 (s_option): If creating PIC code, force the GP size to be 0. Warn
5725 if -G switch used with a non-zero value.
5726
5727 * symbols.c (S_IS_COMMON): Use bfd_is_com_section rather than
5728 comparing against bfd_com_section.
5729
2ef7731d
KR
5730Mon Jan 24 14:12:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5731
5732 * read.c (s_lcomm): Treat Alpha like MIPS in handling of .sbss
5733 section.
5734
7691379e
KR
5735Thu Jan 20 13:17:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5736
5737 * expr.c (operand): For floating point operand with unusual fp
5738 char from FLT_CHARS, preserve the character. Patch from Lisa
5739 Repka.
5740
eb8fd0e9
ILT
5741Wed Jan 19 23:15:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5742
5743 * config/tc-mips.c (md_pseudo_table): Add all data allocation
5744 pseudo-ops: .hword, .int, .long, .octa, .quad, .short, .single.
5745
d9420fc1
SC
5746Tue Jan 18 15:51:59 1994 Steve Chamberlain (sac@jonny.cygnus.com)
5747
5748 * config/obj-coffbfd.c (obj_coff_endef): For C_EFCN, C_BLOCK and
5749 C_FCN assume .val has been set to .
5750
2f156c92
JL
5751Tue Jan 18 16:19:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5752
5753 * config/tc-hppa.c: Disable multiple $CODE$ subspace code. It
5754 confuses GDB for some unknown reason.
5755 * cofnig/obj-som.c: Likewise.
5756
19302e44
KR
5757Tue Jan 18 19:05:32 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5758
5759 * literal.c (add_to_literal_pool): Handle duplicates of values
5760 already written to literal pool.
5761
4bda835f
ILT
5762Tue Jan 18 17:23:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5763
5764 * config/obj-aout.c (obj_aout_frob_symbol): Try to get symbols
5765 with explicitly marked stabs through BFD: if a symbol marked
5766 N_UNDF | N_EXT is in the absolute section, move it to the
5767 undefined section; move a symbol marked N_INDR into
13655af6
ILT
5768 bfd_ind_section and set the BSF_INDIRECT flag; set the
5769 BSF_WARNING flag for a symbol makred N_WARNING.
4bda835f 5770
17ed84ed
ILT
5771Mon Jan 17 15:40:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5772
5773 * ecoff.h (ecoff_set_gp_prolog_size): Declare.
5774 * ecoff.c (ecoff_set_gp_prolog_size): Return type is void.
5775
d0286a21
JL
5776Mon Jan 17 00:18:55 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5777
51517966
JL
5778 * config/tc-hppa.c (pa_ip): Explicitly check for comma before 'u'
5779 and 'f' template operand.
5780
d0286a21
JL
5781 * config/tc-hppa.c (pa_ip): Handle 'N', 'O', 'o', '0', '1', 'u',
5782 and '2' in copr and sfu instruction templates.
5783
e7501ac7
JL
5784Sun Jan 16 16:44:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5785
5786 * as.h (subseg_force_new): Add prototype.
5787
d2550c72
DE
5788Sat Jan 15 09:20:55 1994 Doug Evans (dje@canuck.cygnus.com)
5789
d307fed1
DE
5790 * app.c (do_scrub_next_char): Allow lines like " foolab :".
5791
d2550c72
DE
5792 * read.c (emit_expr): Fix computation of mask.
5793 * config/obj-elf.c (obj_elf_section): Fix loop termination test.
5794
d211303d
KR
5795Thu Jan 13 16:15:15 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5796
64270963
KR
5797 * ecoff.c (ecoff_set_gp_prolog_size): New function.
5798 (current_file_idx): New static variable.
5799 (add_file): Use and increment current_file_idx instead of indx
5800 parameter.
5801
ff4325cb
KR
5802 * struc-symbol.h (struct symbol): Make all bitfields unsigned.
5803
d211303d
KR
5804 * config/tc-i960.c (i960_validate_fix): Added argument
5805 add_symbolPP. Indirect through it to get "add_symbolP".
5806 * config/tc-i960.h (i960_validate_fix): Supply prototype.
5807 (TC_VALIDATE_FIX): Pass address of add_symbolP.
5808
5809 * configure.in (i386-*-netbsd*): New target, using te-netbsd.h.
5810 (i386-*-netbsd0.8): New target, like 386bsd.
5811
5812 * configure.in: Set BFDDEF in Makefile to "define" or "undef".
5813 * Makefile.in (config.h): Protect against multiple inclusions.
5814 Define or undef BFD_ASSEMBLER as specified by $(BFDDEF).
5815 (ALL_CFLAGS): Omit $(BFDDEF).
5816 * as.h: Include config.h.
5817 (struct symbol): Added forward declaration.
5818 (add_to_literal_pool): Fix declaration.
64270963 5819 * as.c: Don't include config.h.
d211303d
KR
5820
5821 * literal.c (add_to_literal_pool): Take symbol and addend as
5822 arguments, instead of expression, for now. Fix calculation of
5823 offset to return.
5824
5825 * subsegs.h (segment_info_type) [NEED_LITERAL_POOL]: Add field
5826 literal_pool_size.
5827
500828a0
JL
5828Thu Jan 13 12:14:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu
5829
5830 * subsegs.c (subseg_get): Accept new argument "force_new". If
5831 set then a new segment is always created. All callers changed.
5832 (subseg_force_new): New function. Similar to subseg_new, but
5833 always force a new segment to be created.
5834
5835 * config/obj-som.c (som_frob_file): Call adjust_code_sections
5836 for each section.
5837 (adjust_code_sections): New function. Adjusts the VMA for all the
5838 $CODE$ subspaces.
5839
5840 * config/tc-hppa.c (md_assemble): Also handle creating a fixup
5841 for the unwind descriptors if a function's label follows the
5842 .PROC and .ENTRY directives.
5843 (pa_entry): Don't set BSF_FUNCTION for the label symbol here; it
5844 is done elsewhere. Don't create a fixup for the unwind
5845 descriptors if the function's label has not been defined yet.
5846 (pa_proc): For SOM, place each procedure within a new $CODE$
5847 subspace. Adjust the segment and frag for the associated
5848 function label if it exists.
5849
5850Wed Jan 12 22:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5851
5852 * config/tc-hppa.c (hppa_fix_struct): Add new "segment" field.
5853 (hppa_fix_new): Initialize segment field.
5854 (md_apply_fix): Do nothing for pc-relative fixup which involves
5855 crossing a segment boundary.
5856 (pa_procend): Undefine the current label after handling .PROC
5857 and .PROCEND directives.
5858 (dummy_symbol): Make type "symbolS *". Change references as
5859 appropriate.
5860
bbf7e43d
ILT
5861Wed Jan 12 13:29:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5862
5863 * read.c (read_a_source_file): Cast array argument to unsigned
5864 char.
5865 * write.c (adjust_reloc_syms): Remove unused variable symseginfo.
5866 (write_object_file): Don't define punt_it if it won't be used.
5867 (fixup_segment): Don't define skip if it won't be used.
5868
5869 * config/tc-mips.h (TARGET_FORMAT): Define as mips_target_format.
5870 (mips_target_format): Declare.
5871 * config/tc-mips.c (mips_target_format): Define with appropriate
5872 default definition.
5873 (md_parse_option): If -EL or -EB is used, change byte_order and
5874 mips_target_format as appropriate.
5875
a1c91916
JL
5876Tue Jan 11 21:52:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5877
5878 * app.c (do_scrub_next_char): Another attempt to fix bugs
5879 dealing with labels without colons (for HPPA and MRI).
5880
44ce2f32
DE
5881Tue Jan 11 17:01:06 1994 Doug Evans (dje@canuck.cygnus.com)
5882
fd4b7c25
KR
5883 * config/tc-sparc.c (sparc_ip): Truncate args to %hi/%lo to 32 bits.
5884
44ce2f32
DE
5885 * expr.c (integer_constant): Fix computation of too_many_digits.
5886 Variable digit_2 renamed to start. Fix check for whether number
5887 will fit in 32 bits.
5888 * read.c (emit_expr): Use valueT instead of long.
5889
af255ca0
ILT
5890Tue Jan 11 13:01:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5891
f34e27a1
ILT
5892 * config/obj-elf.c: If TC_MIPS, include elf/mips.h.
5893 (special_sections): Define.
5894 (obj_elf_special_section): Get default types and attributes from
5895 list of special sections.
5896 * config/tc-mips.c (ELF_TC_SPECIAL_SECTIONS): Define.
5897
4e76ae53
ILT
5898 * config/obj-ecoff.c (ecoff_frob_file): Force .sdata and .sbss
5899 sections to be close together.
5900
8197b589
ILT
5901 * config/tc-mips.c (macro): Corrected $at warnings in a couple of
5902 spots.
5903
af255ca0
ILT
5904 * listing.c (listing_prev_line): New function.
5905 * listing.c: Include subsegs.h.
5906 (listing_prev_line): New function.
5907 (calc_hex): Reset byte_in_frag to zero for each new frag.
5908 * config/tc-mips.c (append_insn): Call listing_prev_line after
5909 emitting nop instructions.
5910 * Makefile.in (listing.o): Depends upon subsegs.h.
5911
4047ff1d
JL
5912Mon Jan 10 09:52:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
5913
5914 * config/tc-hppa.c (pa_ip): Put check for missing label on .PROC
5915 here. Handle case where label may be defined after the .PROC.
5916 (pa_proc): It is not an error if the procedure's label isn't
5917 defined before the .PROC directive.
5918
6f1c6a67
KR
5919Sun Jan 9 04:43:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
5920
5921 * config/te-netbsd.h: New file.
5922 * config/tc-i386.h (TARGET_FORMAT) [TE_NetBSD]: Use bfd target
5923 a.out-netbsd-386 for this configuration.
5924
fe4e3290
ILT
5925Fri Jan 7 17:38:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5926
5927 * ecoff.c (ecoff_stab): Don't clobber the ECOFF symbol information
af255ca0 5928 with the associated stabs information.
fe4e3290
ILT
5929 (ecoff_build_symbols): Never set the type of stabs symbols to
5930 st_Global. Don't update the symbol index or ifd if the gas symbol
5931 is not the same as the ECOFF symbol (which is now the case for
5932 stabs symbols).
5933
917fae09
SS
5934Fri Jan 7 11:14:07 1994 Stan Shebs (shebs@andros.cygnus.com)
5935
5936 * config/tc-mips.c (macro): Add a LOSING_COMPILER ifdef that
5937 splits the function.
5938 (macro2): New function, if LOSING_COMPILER defined.
5939
03a372ed
SC
5940Fri Jan 7 09:38:25 1994 Steve Chamberlain (sac@cygnus.com)
5941
5942 * config/obj-coffbfd.c (fill_section): Don't ever fill past the
5943 end of a section. (write_object_file): Temporary fix - setup
5944 stdoutput.
5945
fd0e2cf2
KR
5946Thu Jan 6 18:05:21 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5947
5948 * config/tc-sparc.c (tc_gen_reloc): Fix handling of addends in
5949 non-pcrel_offset relocations.
5950
13fe1379
ILT
5951Thu Jan 6 01:06:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5952
5953 * config/tc-mips.c (mips_ip): Warn about using $1 as well as $at
5954 without .set noat.
5955
311ff8d6
KR
5956Wed Jan 5 14:22:22 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
5957
2d29d89d 5958 * literal.c: New file.
d4aad2b4
KR
5959 * Makefile.in (REAL_SOURCES, OBJS): List it.
5960
5961 * as.h (DEBUG): Don't define.
5962 (struct expressionS, struct fix): Declare in case they're used in
5963 prototypes.
5964 (add_to_literal_pool) [BFD_ASSEMBLER]: Declare.
2d29d89d 5965
311ff8d6
KR
5966 * config/tc-mips.h (TARGET_FORMAT) [OBJ_AOUT]: Fix for new names
5967 in bfd.
5968
5969 * subsegs.c (subseg_get): New function. Creates segment if
5970 needed, returns pointer, but doesn't change current segment.
5971 (subseg_new): Use it.
5972
5a051773
SS
5973Tue Jan 4 15:12:43 1994 Stan Shebs (shebs@andros.cygnus.com)
5974
5975 * Makefile.in (INCLUDES): Add $(srcdir)/.. to places to search.
5976 * config/obj-ecoff.c: Include files as "bfd/" instead of "../bfd/".
5977 * app.c, flonum.h, hex-value.c (const): Change #if to be more
5978 portable.
5979
fce98d63
RS
5980Tue Jan 4 22:11:34 1994 Rob Savoye (rob@darkstar.cygnus.com)
5981
69cb5925
KR
5982 * config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa
5983 micro-kernel.
fce98d63 5984
5a051773
SS
5985Thu Dec 30 15:27:16 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5986
5987 * write.c (write_relocs): bfd_perform_relocation now takes an
5988 additional argument, to return an error string (which we ignore).
5989
9314b3a1
KR
5990Wed Dec 29 14:37:26 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
5991
5992 * write.h (struct fix): Field tc_fix_data should be type PTR, not
5993 void*, for compatibility with non-ANSI compilers. Added
5994 single-bit field "fx_done".
5995
45db9caf
TG
5996Sun Dec 26 14:31:47 1993 Torbjorn Granlund (tege@adder.cygnus.com)
5997
5998 * tc-hppa.c (pre_defined_registers): Convert to lower case.
5999 Delete spurious register names "%r4L", etc.
6000 (selector_table): Sort and convert to lower case.
6001 (cons_fix_new_hppa): `reloc_type' => `rel_type'.
6002 (pa_ip): Always use strcmp for non-text and strcasecmp for text.
6003 (reg_name_search): Rewrite to call strcasecmp only once per
6004 iteration.
6005 (pa_chk_field_selector): Rewrite to use binary search.
6006 (pa_parse_neg_add_cmpltr): Use strcasecmp for completer comparisons.
6007 (pa_parse_space_stmt): $TEXT$ and $PRIVATE$ are symbols; use case
6008 sensitive comparisons.
6009 (pa_parse_space_stmt): Canonicalize strncasecmp arg to lower case.
6010 (pa_space): "$text$" => "$TEXT$"; "$private$" => "$PRIVATE$". Use
6011 case sensitive comparison for all symbolic names.
6012 (pa_subspace): Canonicalize strncasecmp arg to lower case.
6013 (pa_subspace_start): Use case sensitive comparison for symbolic names.
6014
8b13fa4e
KR
6015Mon Dec 20 10:37:48 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
6016
0a75cb6c
KR
6017 * write.c (adjust_reloc_syms) [RELOC_REQUIRES_SYMBOL]: If no
6018 symbol is present (i.e., relocation against absolute), create a
6019 phony local symbol, and use it in the reloc.
6020 (fixup_segment): When adjusting a reloc with an absolute symbol,
6021 have TC_FORCE_RELOCATION control clearing add_symbolP too.
6022 * config/tc-sparc.h (RELOC_REQUIRES_SYMBOL): Define, for OBJ_COFF.
6023
6024 * symbols.c (S_IS_EXTERNAL, S_IS_LOCAL): Don't use both BSF_EXPORT
6025 and BSF_GLOBAL, since they're the same.
6026
d3e3010b
KR
6027 * as.c (main): Only invoke md_end if it's defined as a macro.
6028 * tc.h (md_end): Don't declare it.
6029 * config/tc-*.[ch] (md_end): Deleted, in cases where it doesn't do
6030 anything.
6031 * config/tc-vax.c (vip_end): Deleted null function.
6032 * config/tc-mips.c (md_mips_end): Renamed from md_end.
6033 * config/tc-mips.h (md_mips_end): Declare.
6034 (md_end): New macro, calls md_mips_end.
6035
6036 * write.c (write_object_file): Don't close output file.
6037 * as.c (main): Close output file (if needed) after calling
6038 listing_print, which should be after calling write_object_file,
6039 which sets the frag addresses.
6040
6041 * config/obj-coff.c (obj_coff_dim, obj_coff_endef, obj_coff_line,
6042 obj_coff_scl, obj_coff_size, obj_coff_tag, obj_coff_type,
6043 obj_coff_val): Add unused int argument to satisfy prototypes; goes
6044 with Ian's 10 Sep changes.
6045 (S_GET_DATA_TYPE, S_SET_DATA_TYPE, S_GET_STORAGE_CLASS,
6046 S_SET_STORAGE_CLASS): Now function instead of macros.
6047 (obj_emit_lineno) [BFD_ASSEMBLER]: Deleted.
6048 (tag_insert): Local var ERROR_STRING is const. Use "const" not
6049 "CONST" for argument NAME. Fixed prototype.
6050 (coff_frob_symbol): Removed explicit "#if 1" directive. If
6051 S_IS_EXTERNAL, set storage class to C_EXT.
6052 (s_get_name): Use "const" not "CONST".
6053 * config/obj-coff.h (S_GET_DATA_TYPE, S_SET_DATA_TYPE,
6054 S_GET_STORAGE_CLASS, S_SET_STORAGE_CLASS): Deleted.
6055 (obj_emit_lineno): Declare only for non-BFD_ASSEMBLER. For
6056 BFD_ASSEMBLER, define as macro that aborts.
6057 (obj_extra_stuff, tc_headers_hook): Declare only for
6058 non-BFD_ASSEMBLER.
6059 (coff_frob_symbol): Fix prototype.
8b13fa4e
KR
6060
6061Sun Dec 19 00:37:20 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6062
6063 * config/tc-sparc.c (tc_gen_reloc): Test of pcrel_offset had sense
6064 reversed.
6065
5ea18b5d
JL
6066Thu Dec 16 21:13:11 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6067
6068 * config/tc-hppa.c (md_begin): Initialize "dummy_label".
6069 (tc_gen_reloc, SOM version): For relocations which have no symbol,
6070 set sym_ptr_ptr to dummy_label. Avoids lossage in generic BFD code.
6071
a8a72d74
KR
6072Thu Dec 16 16:07:56 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
6073
6074 * read.c (lex_type): No longer make '[' a valid character for
6075 symbol names.
6076
50f75add
KR
6077 * config/tc-vax.c (tc_aout_fix_to_chars): Local variable
6078 NBYTES_R_LENGTH now const.
6079
6080 * config/obj-*.c, config/tc-*.c: Omit superfluous "return"
6081 statements at ends of functions. Don't check for null return from
6082 hash_new, since it won't return at all if there's no memory
6083 available. Also, check for null return from hash_insert, rather
6084 than zero-length string, as success indicator.
6085
6086 * subsegs.c (section_symbol): New function.
6087 * subsegs.h (section_symbol): Declare.
6088 * write.c (adjust_reloc_syms): Use it.
6089
cf4aca57
KR
6090Wed Dec 15 15:39:53 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
6091
7387c355
KR
6092 * Makefile.in (RUNTEST): New variable.
6093 (CHECKFLAGS): Pass it down.
6094
cf4aca57
KR
6095 * ecoff.c (ecoff_directive_frame): Permit extra trailing operands;
6096 unused for now, but supplied by Alpha OSF1 compiler.
6097
6098 * as.h: Protect against multiple inclusions.
6099 (int_to_gen): Don't declare.
6100
6101 * config/atof-vax.c (atof_vax): NULL is not a valid character
6102 constant.
6103
551d2fd4
JL
6104Tue Dec 14 21:38:25 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6105
26da0351
JL
6106 * configure.in (hppa*-*-osf*): Do not consider this a developmental
6107 configuration.
6108
551d2fd4
JL
6109 * config/tc-hppa.c (md_apply_fix): Handle cases where no
6110 relocation will be emitted for 32bit formats.
6111
9d5a9b20
JL
6112Mon Dec 13 23:33:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6113
6114 * config/tc-hppa.c (md_apply_fix): Do not call hppa_field_adjust
6115 for any of the 'T' field selectors.
6116
2b5936ff
SC
6117Sat Dec 11 11:23:12 1993 Steve Chamberlain (sac@thepub.cygnus.com)
6118
6119 * config/tc-h8500.c (build_bytes): Get reloc type right for a
6120 %page operation. (md_assemble): Don't modify input_line_pointer.
6121 (mdcoff_sizemachdep): New function.
6122 * config/tc-h8500.h (TC_COFF_SIZEMACHDEP): New macro.
6123 * config/tc-z8k.c (get_operand): Delete bogus check.
6124
a1328e79
KR
6125Wed Dec 8 16:31:51 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6126
6127 * write.c (number_to_chars_*): Delete bogus range check.
6128
6129 * output-file.c (TARGET_ARCH): No default.
6130
ef7ce769
SC
6131Tue Dec 7 16:02:53 1993 Steve Chamberlain (sac@jonny.cygnus.com)
6132
6133 * config/tc-sh.c (md_convert_frag): Truncate disps before calling
6134 md_number_to_chars. (md_assemble): Don't modify
6135 input_line_pointer.
6136
67707031
DE
6137Mon Dec 6 11:49:03 1993 Doug Evans (dje@canuck.cygnus.com)
6138
6139 * config/tc-h8300.c (md_assemble): Don't update input_line_pointer.
6140
dd2f509f
JL
6141Mon Dec 6 11:20:02 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6142
6143 * config/obj-som.[ch] (obj_read_begin_hook): Remove last change.
6144 Breaks with the HP compilers.
6145
6146 * config/tc-hppa.c (struct call_info): Remove fields which were
6147 set but never used. Remove all code which sets those fields.
6148 (struct subspace_dictionary_chain): Likewise.
6149 (struct space_dictionary_chain): Likewise.
6150 (pa_desc): Delete useless function. Delete all references.
6151 (hppa_tc_make_sections): No need to count the number of symbols for
69cb5925 6152 the symbol extension section.
dd2f509f 6153
7b624bf2
JL
6154Sun Dec 5 17:05:29 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6155
eb91665b
JL
6156 * config/obj-som.c (obj_som_version): Pass version string to
6157 SOM BFD backend.
6158 (obj_som_copyright): New function. Much like obj_som_version.
6159
6160 * config/tc-hppa.c (obj_copyright): Define as appropriate for
69cb5925 6161 SOM and ELF.
eb91665b
JL
6162 (pa_copyright): Just a stub now.
6163
42ecb409
JL
6164 * config/obj-som.c (obj_read_begin_hook): Delete unused function.
6165 * config/obj-som.h (obj_read_begin_hook): Provide dummy definition.
6166 (TARGET_SYMBOL_FIELDS): Delete. SOM isn't making use of them.
6167
4165dcc2
JL
6168 * config/tc-hppa.c (tc_gen_reloc, SOM version): Handle relocation
6169 expansion due to rounding mode selectors. Handle R_[RDSN]_MODE
6170 relocations for selecting the current rounding mode.
6171
7b624bf2
JL
6172 * config/tc-hppa.c (evaluate_absolute): Support e_rrsel and
6173 e_rlsel field selectors.
6174
6175Fri Dec 3 18:33:24 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6176
6177 * config/obj-elf.h: If ECOFF_DEBUGGING, undef
6178 SEPARATE_STAB_SECTIONS and INIT_STAB_SECTION, and define
6179 OBJ_PROCESS_STAB to call ecoff_stab.
6180 * config/obj-elf.c: Don't compile obj_elf_init_stab_section if
6181 INIT_STAB_SECTION is not defined.
6182
753dcbbd
JL
6183Fri Dec 3 10:56:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6184
6185 * config/tc-hppa.c (md_apply_fix): Delete old wrapper function.
6186 (md_apply_fix_1): Rename to md_apply_fix. Fix argument decls.
6187 Fix comments in various places. Always return a value.
6188 Avoid dereferencing a NULL fx_addsy.
6189 (hppa_force_relocation): Avoid dereferencing a NULL fx_addsy.
6190
585635c7
JL
6191 Fri Dec 3 09:47:30 1993 Pete Hoogenboom (hoogen@cs.utah.edu)
6192
6193 * tc-hppa.c: (tc_gen_reloc): Addend for a plabel relocation should
6194 be either 0 or 2 (no static link or static link required). Always
6195 assume no static link.
6196
bfbfba45
KR
6197Thu Dec 2 11:52:21 1993 Ken Raeburn (raeburn@cygnus.com)
6198
6199 * config/tc-sparc.c (tc_gen_reloc): Make adjustment to addend be
6200 dependent on howto fields, not on format flavour.
6201
6202 * struc-symbol.h (struct symbol): New fields sy_obj and sy_tc,
6203 defined as types OBJ_SYMFIELD_TYPE and TC_SYMFIELD_TYPE, if those
6204 macros are defined.
6205 * config/obj-coff.h (TC_SYMFIELD_TYPE, OBJ_SYMFIELD_TYPE): Define.
6206 (TARGET_SYMBOL_FIELDS, I960_SYM_FIELDS): Don't define.
6207 (sy_tc, sy_obj): Define so that the fields look like they used to,
6208 until all references get changed.
6209
6210 * write.c (fixup_segment): Lots of variables no longer register.
6211 Reordered some code for easier reading.
6212 * config/obj-coff.c (obj_coff_dim): dim_index no longer register.
6213 Deleted superfluous return statement.
6214 (obj_coff_line, obj_coff_size, obj_coff_scl, obj_coff_type,
6215 obj_coff_val, tag_init, tag_insert): Deleted superfluous return
6216 statement.
6217 (align, obj_coff_section): Deleted debugging printfs.
6218 * config/tc-i386.c (md_assemble): Discard some register decls.
6219 Use assignment rather than memcpy to copy template.
6220 (op_hash, reg_hash, prefix_hash): Default C initialization of
6221 statics is sufficient.
6222 * config/tc-sparc.c (print_insn): Array Reloc is now const, and
6223 points to const.
6224
6225 * config/obj-coff.h (TARGET_FORMAT): Only use coff-sparc-lynx if
6226 TE_LYNX; use coff-sparc otherwise.
6227 [USE_NATIVE_HEADERS]: Delete this code; it isn't used.
6228
6229 * write.c (fixup_segment): Call TC_VALIDATE_FIX, if defined,
6230 before processing a fixup. Call TC_ADJUST_RELOC_COUNT just before
6231 returning. Remove some i960-coff-specific code.
6232 (TC_ADJUST_RELOC_COUNT): Default to doing nothing.
6233 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT) [OBJ_COFF]: Define.
6234 (i960_validate_fix): Declare.
6235 (TC_VALIDATE_FIX): Define.
6236 * config/tc-i960.c (i960_validate_fix): New function.
6237
6238 * write.c (number_to_chars_littleendian): New function. Write out
6239 bytes in little endian order, doing size and range checking.
6240 (number_to_chars_bigendian): New function, similar.
6241 * write.h: Declare them.
6242 * config/tc-*.c (md_number_to_chars): Use them.
6243 * config/tc-vax.c (md_apply_fix): Ditto.
6244 * config/tc-i386.c (md_apply_fix): Ditto.
6245
6246 * config/obj-coff.c: Rearranged code for handling line number
6247 data.
6248 (line_fsym): Renamed from function_lineoff in BFD_ASSEMBLER case,
6249 since the usage is different from non-BFD_ASSEMBLER case.
6250 (in_function, clear_function, set_function): New macros, to
6251 combine some of the functionality implemented in differnet ways in
6252 BFD_ASSEMBLER and non-... code. Used in other functions that used
6253 to check function_lineoff &c.
6254 (obj_emit_lineno): Split into two copies, one for BFD_ASSEMBLER,
6255 one for not. Non-BFD_ASSEMBLER version now has temporary variable
6256 to contain char* pointer pointed to by char** argument. Always
6257 follow CROSS_COMPILE code; easier to read that way.
6258 (obj_coff_ln): Don't call add_lineno or c_line_new if appline is
6259 set.
6260 (obj_coff_endef) [BFD_ASSEMBLER]: Don't do anything special for
6261 ".bf", it's been done elsewhere.
6262 (coff_frob_symbol): If ilne number data is pending, call
6263 add_linesym to flush it.
6264 (coff_frob_file): Don't do that here.
6265 * config/obj-coff.h (coff_frob_file): Declare.
6266 (obj_frob_file): Define, to call it.
6267
6268 * config/tc-sparc.h (md_create_short_jump, md_create_long_jump,
6269 md_estimate_size_before_relax: Define them as macros calling
6270 as_fatal.
6271 * config/tc-sparc.c: Don't define them as functions.
6272
6273 * configure.in: Handle target alpha-*-osf*. (No cpu files yet.)
6274
0a8ae18f
JL
6275Wed Dec 1 23:37:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6276
6277 * Makefile (clean): Depend on clean-here.
6278
9a048e48
KR
6279Wed Dec 1 11:35:21 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
6280
6281 * config/ho-go32.h: Include fopen-bin.h.
6282 * as.h: If FOPEN_WB isn't defined, include fopen-same.h.
6283 * output-file.c (output_file_create): Use FOPEN_WB instead of "w".
6284 * input-file.c (input_file_open): Use FOPEN_RT instead of "r".
6285 * listing.c (file_info): Use FOPEN_RB instead of "rb".
6286 * read.c (s_include): Use FOPEN_RT instead of "r".
6287
6288 * stabs.c: Include obstack.h.
6289
6290 * tc.h (md_create_long_jump): Don't declare if it's already
6291 defined as a macro.
6292 (md_create_short_jump, md_estimate_size_before_relax): Ditto.
6293
6294 * messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_errmsg instead
6295 of strerror. Clear bfd_error.
6296
6297 * config/te-lynx.h (LOCAL_LABELS_FB): Define, if not already
6298 defined.
6299
44c0de53
JL
6300Wed Dec 1 10:41:56 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6301
6302 * config/tc-hppa.c (hppa_elf_mark_end_of_function): New function.
6303 (pa_process_exit, pa_procend): Call it for ELF objects.
6304
777ad64d
ILT
6305Wed Dec 1 12:10:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6306
6307 * config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.d
4032d3f0
ILT
6308 case. See comment. From wilson@cygnus.com: for M_L_DAB, set
6309 coproc before doing goto ld.
777ad64d 6310
335d35c8
JL
6311Tue Nov 30 13:40:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6312
6313 * write.c (TC_FORCE_RELOCATION): Provide a default definition.
69cb5925 6314 (fixup_segment): Allow the target machine to specify that a
335d35c8
JL
6315 relocation must be generated for a particular fixup. Remove
6316 #ifndef TC_HPPA hack.
6317
6318 * config/tc-hppa.h (TC_FORCE_RELOCATION): Define.
6319
6320 * config/tc-hppa.c (md_apply_fix_1): Never change fx_addsy to
6321 be NULL. Only fixup_segment is supposed to do that.
6322 (hppa_force_relocation): New function.
6323
018f2bba
ILT
6324Tue Nov 30 11:21:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6325
c751ad19
ILT
6326 * Makefile.in (stabs.o): Added dependencies.
6327
018f2bba
ILT
6328 * config/obj-ecoff.c (ecoff_frob_file): Don't call bfd_set_symtab.
6329
81413fa2
JL
6330Sun Nov 28 12:11:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6331
278cd007
JL
6332 * app.c (do_scrub_next_char): Output a TAB before any
6333 .app* directive.
6334
81413fa2
JL
6335 * config/tc-hppa.c (fix_new_hppa): Make sure a sub_symbol
6336 exists before trying to peek at its name.
6337 (pa_space): Do not call pa_align_subseg. See hppa/unsorted/align3.s
6338 for testcase.
6339 (pa_align_subseg): Delete unused/unwanted function.
6340
385ce433
JL
6341Sat Nov 27 22:49:07 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6342
6343 * read.c (read_a_source_file): Fix test for when to stick a colon
6344 on the end of a label. Make code conditional on either MRI or
6345 LABELS_WITHOUT_COLONS.
6346
6347 * app.c (do_scrub_next_char): If a line begins with whitespace, leave
6348 the single whitespace character alone. Eat all others.
6349
6350 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.
6351
31a385d1
JL
6352Wed Nov 24 01:22:54 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6353
6354 * config/tc-hppa.c (pa_procend): Do not call process_exit.
6355 (exit_processing_complete): Delete unwanted variable and all
6356 references.
6357
c5953036
ILT
6358Wed Nov 24 02:31:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6359
6360 * ecoff.c (ecoff_setup_ext): Renamed from ecoff_build_ext.
6361 Changed to not actually build the external symbol information, as
6362 that is now done by the ECOFF back end.
6363 (ecoff_build_debug): Changed accordingly.
6364 * ecoff.h (obj_ecoff_set_ext): Declare. obj-format.c function
6365 called by ecoff_setup_ext.
6366 * config/obj-ecoff.c (ecoff_frob_file): If debug_info count is 0,
6367 set corresponding pointer to NULL. Don't set raw_size and
6368 raw_syments.
6369 (obj_ecoff_set_sym_index): Removed.
6370 (obj_ecoff_set_ext): New function.
6371 * config/obj-ecoff.h (obj_set_sym_index): Don't define.
6372 (obj_ecoff_set_sym_index): Don't declare.
6373 * config/obj-elf.c (obj_ecoff_set_ext, elf_get_extr,
6374 elf_set_index): New functions used for ECOFF_DEBUGGING.
6375 (elf_frob_file): Reworked ECOFF debug generation to use
6376 new functions in bfd/ecofflink.c.
6377
6378Sun Nov 21 23:54:52 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6379
6380 * config/tc-hppa.c (pa_def_subspaces): Only create the unwind
6381 subspace for ELF. In the SOM world, the linker is responsible
6382 for creating the unwind subspaces.
6383
e0209756
ILT
6384Fri Nov 19 16:25:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6385
6386 * config/obj-coffbfd.c: Use PARAMS rather than EXFUN.
6387 (yank_symbols): Don't call S_SET_EXTERNAL if the storage class is
6388 already set. Fixes .def var; .val external_var; .scl 3; .endef.
6389 (adjust_stab_section): Make static. Declare return type. Remove
6390 unused variables.
6391
6392 * config/tc-i386.h: Declare tc_coff_fix2rtype and
6393 tc_coff_sizemachdep.
6394
0669e047
KR
6395Fri Nov 19 04:33:59 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6396
6397 * write.c (write_object_file): Disable obj_check_file_symbols
6398 hook; only back end using it wasn't using it correctly.
6399 (write_object_file): Always call obj_frob_symbol and
6400 tc_frob_symbol; always retain symbol if it's used by a relocation,
6401 regardless of what these routines indicate.
6402 * config/obj-coff.c (coff_frob_symbol): Renamed from
6403 coff_check_file_symbols.
6404 * config/obj-coff.h (obj_check_file_symbols): Deleted.
6405 (coff_frob_symbol): Declare.
6406 (obj_frob_symbol): Call it.
6407
6408 * config/obj-coff.c (obj_crawl_symbol_chain, obj_emit_strings,
6409 obj_pre_write_hook): Don't define for BFD_ASSEMBLER.
6410 (c_section_header): Ditto. Delete superfluous return at end of
6411 function.
6412
6413 * config/obj-coff.h [TC_SPARC]: Include coff/sparc.h, and specify
6414 coff-sparc-lynx.
6415 (SA_GET_SYM_TAGNDX): Use BFD_HEADERS version for BFD_ASSEMBLER
6416 too.
6417 (c_section_header): Rewrite prototype so that it contains no
6418 preprocessing directives. Don't declare it at all if
6419 BFD_ASSEMBLER.
6420
6421 * configure.in (sparc*-*-lynxos): New target, using coff and
6422 BFD_ASSEMBLER.
6423
6424 * stabs.c: New file.
6425 * Makefile.in (REAL_SOURCES, OBJS): List it.
6426 * read.c (STAB_SECTION_NAME, STAB_STRING_SECTION_NAME,
6427 get_stab_string_offset, s_stab_generic, s_stab, s_xstab, s_desc):
6428 Moved to new file.
6429
6430 * config/tc-sparc.c (tc_gen_reloc): Handle coff files like elf
6431 files.
6432
29cc5816
ILT
6433Wed Nov 17 17:23:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6434
6435 * configure.in (mips-*-irix5*): New target. Use elf and mips-big.
6436 * config/obj-elf.c: If ECOFF_DEBUGGING, include ecoff.h.
6437 (obj_pseudo_table): If ECOFF_DEBUGGING, define ECOFF
6438 pseudo-ops.
6439 (obj_read_begin_hook): If ECOFF_DEBUGGING, call
6440 ecoff_read_begin_hook.
6441 (obj_symbol_new_hook): If ECOFF_DEBUGGING, call
6442 ecoff_symbol_new_hook.
6443 (obj_elf_init_stab_section): Cast alloca result.
6444 (elf_frob_file): If ECOFF_DEBUGGING, finish up ECOFF debugging
6445 information and write it out into .mdebug section.
6446 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): New macro.
6447 (TARGET_SYMBOL_FIELDS): Use ELF_TARGET_SYMBOL_FIELDS.
6448 (ECOFF_DEBUGGING): Define if TC_MIPS.
6449 (TARGET_SYMBOL_FIELDS): If ECOFF_DEBUGGING, override to add
6450 fields required by ECOFF.
6451 * config/tc-mips.c: Check ECOFF_DEBUGGING rather than
6452 OBJ_ECOFF in many cases.
6453 (mips_any_noreorder): New variable.
6454 (mips_cprestore_offset): Initialize to -1.
6455 (mips_frame_reg): New variable.
6456 (RELAX_ENCODE, RELAX_OLD, RELAX_NEW, RELAX_RELOC1,
6457 RELAX_RELOC2, RELAX_RELOC3, RELAX_WARN): New macros.
6458 (md_pseudo_table): Handle "gpword" and "cpadd".
6459 (md_begin): Initialize ok to false. If OBJ_ELF, set alignment
6460 of text, data and bss sections to 4. Set alignment of
6461 .reginfo section to 2. If ECOFF_DEBUGGING, create .mdebug
6462 section.
6463 (ALIGN_ERR, ALIGN_ERR2): Removed unused and useless alignment
6464 check.
6465 (append_insn, macro_build, macro_build_lui): Take place
6466 argument. Changed all callers.
6467 (append_insn): If appending a nop, don't emit one.
6468 (macro_build): Changed assertion for 'i', 'j', 'o' case.
6469 (gp_reference): Removed.
6470 (load_address): New function.
6471 (macro): If mips_noreorder is used, set mips_any_noreorder.
6472 Extensive changes to handle GP and PIC symbols differently.
6473 Build both possible code choices using a variant frag, and
6474 make a final decision at the end of assembly when all
6475 information is known. Added PIC support for all symbol
6476 references.
6477 (mips_ip): Don't permit anything but a number after $ for a
6478 coprocessor register. Don't use .lit4 or .lit8 sections when
6479 generating PIC code. If OBJ_ELF, set alignment of .lit4 or
6480 .lit8 section to 4.
6481 (md_apply_fix): Accept and ignore GOT16 and GPREL32 relocs.
6482 (s_change_sec): Set alignment of ELF .rodata or .sdata section
6483 to 4.
6484 (s_mipsset): If .set noreorder, set mips_any_noreorder.
6485 (s_cpload): Ignore .cpload if not generating PIC code. Warn
6486 if .cpload is not in noreorder section.
6487 (s_cprestore): Ignore .cprestore if not generating PIC code.
6488 (s_gpword, s_cpadd): New functions.
6489 (tc_get_register): Added frame argument; if true, set
6490 mips_frame_reg to return value. Changed all callers.
6491 (md_estimate_size_before_relax): Don't error out, but instead
6492 determine how much a frag should grow.
6493 (tc_gen_reloc): Return multiple relocs if appropriate, as
6494 determined by md_estimate_size_before_relax.
6495 (md_convert_frag): New function.
6496 (mips_elf_final_processing): Set ELF header flags based on
6497 mips_any_noreorder and mips_pic.
6498 * config/tc-mips.h (RELOC_EXPANSION_POSSIBLE): Define.
6499 (MAX_RELOC_EXPANSION): Define to be 3.
6500 (md_relax_frag): Define to be 0.
6501 (md_convert_frag): Don't define.
6502 (tc_get_register): Changed declaration.
6503
6504 * ecoff.h, ecoff.c: New files pulled out of config/obj-ecoff.c to
6505 support generating ECOFF debugging information for MIPS ELF
6506 targets. Compiled only if ECOFF_DEBUGGING is defined. Changed
6507 handling of external symbols: it now always generates exactly
6508 those external symbols that are defined in the global symbol list.
6509 * Makefile.in (REAL_SOURCES): Added ecoff.c.
6510 (REAL_HEADERS): Added ecoff.h.
6511 (OBJS): Added ecoff.o.
6512 (ecoff.o): New target.
6513 * config/obj-ecoff.c: Almost entirely moved into ecoff.c.
6514 Remaining code mostly just calls ecoff.c code.
6515 * config/obj-ecoff.h: Define ECOFF_DEBUGGING.
6516 (TARGET_SYMBOL_FIELDS): Make ecoff_symbol a pointer to a
6517 struct localsym.
6518 (obj_read_begin_hook, obj_symbol_new_hook): Define to call
6519 functions in ecoff.c.
6520 (ecoff_stab): Don't declare (now declared in ecoff.h).
6521 (obj_set_sym_index): Define.
6522 (obj_ecoff_set_sym_index): Declare.
6523
6524 * frags.h (frag_grow): Declare.
6525 * frags.c (frag_grow): Made non-static.
6526
6527 * write.c (is_dnrange): Do not define if md_relax_frag is defined.
6528 (relax_segment): If md_relax_frag is defined, use it to handle a
6529 frag of type rs_machine_dependent rather than looking through
6530 md_relax_table.
6531
6532 * read.c (read_a_source_file): If we find a bad pseudo-op,
6533 do a continue to go on to the next line rather than a break.
6534 Removed duplicate bad pseudo-op code which was never executed.
6535
6536 * read.c (s_lcomm): Do not require a comma after the name.
6537
6538 * subsegs.h (segment_info_type): Changed hadone field to bitfield.
6539 Added bss bitfield.
6540 * as.c (perform_an_assembly_pass): Set bss flag for bss_section.
6541 * read.c (s_lcomm): Set bss flag for .sbss section if used.
6542 * write.c (relax_and_size_seg): Don't set SEC_HAS_CONTENTS for a
6543 bss section. Set SEC_RELOC if there are any relocations, even for
6544 a zero size section.
6545
6546 * write.c (write_relocs): In RELOC_EXPANSION_POSSIBLE case, base
6547 data offset on reloc[0]->address rather than reloc[j]->address, so
6548 that multiple relocs can affect different memory locations.
6549
6550 * write.c (chain_frchains_together, relax_and_size_seg,
6551 adjust_reloc_syms, write_relocs): Make third argument PTR, not
6552 char *, to match definition of bfd_map_over_sections.
6553
6554 * app.c (do_scrub_next_char): Don't interpret a comment character
6555 as starting a CPP line directive unless it is a '#' and is the
6556 very first characters on the line (i.e., do not permit leading
6557 whitespace).
6558
6559 * messages.c (identify): Make file argument non-const, to match
6560 callers.
6561
c5e9ccd0
JL
6562Tue Nov 16 20:38:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6563
6564 * config/tc-hppa.c (pa_ip): Fix thinko in 21bit range check.
6565
6566Sat Nov 13 18:22:48 1993 Steve Chamberlain (sac@jonny.cygnus.com)
6567
6568 * config/tc-sh.c (md_apply_fix): Cope with IMM16 type too.
6569 * config/tc-z8k.c (build_bytes, md_apply_fix): Understand nDISP7
6570 relocs.
6571
4a1b59ef
JL
6572Fri Nov 12 16:51:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6573
3e330968 6574 * config/tc-hppa.[ch]: Fix assorted trivial indention problems.
4a1b59ef
JL
6575 * config/obj-som.c (obj_som_version): Add missing ';'.
6576 (som_frob_file): Delete whitespace at EOL.
6577
f3b6e1f2
KR
6578Fri Nov 12 15:26:21 1993 Ken Raeburn (raeburn@cygnus.com)
6579
6580 * Makefile.in (VERSION): Updated following 2.2 release.
6581
c5e9ccd0 6582Fri Nov 12 14:52:17 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
f2eed884
JL
6583
6584 * config/tc-hppa.c (hppa_fix_struct): Use a real type for the
6585 field selector, rather than an int. All uses of field selectors
6586 fixed.
6587 (tc_gen_reloc): For SOM PLABELs, always set addend to zero for now.
6588 (md_apply_fix_1): Do not call hppa_field_adjust for any PLABEL
6589 field.
6590
6591 Thu Nov 11 15:49:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
a721c80b
JL
6592
6593 * config/tc-hppa.c (pa_type_args): For .import statements,
69cb5925 6594 silently ignore attempt to change the symbol type for a function
f2eed884 6595 from ST_ENTRY to ST_CODE on .import.
a721c80b 6596
ca16b5e5
ILT
6597Wed Nov 10 16:19:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6598
6599 * write.h (fixS): Rename fx_callj field to fx_tcbit.
6600 * write.c, config/obj-coff.c, config/obj-coffbfd.c,
6601 config/tc-i960.c: Corresponding changes.
6602
48153d49
JL
6603Tue Nov 9 00:49:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6604
7420b02b
JL
6605 * Makefile.in (distclean): Delete config-stamp and config.h
6606
f41f3d72
JL
6607 * config/tc-hppa.c (evaluate_absolute): Avoid relying on
6608 ANSI-C features.
6609
48153d49
JL
6610 * config/tc-hppa.c (pa_type_args): Renamed from pa_export_args.
6611 Accept new argument "is_export". All callers changed. When
6612 processing a .export directive for a function, do not allow
6613 the user to set the type to "CODE", instead warn and set the
6614 type to "ENTRY".
6615
9226253a
ILT
6616Mon Nov 8 12:05:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6617
6618 * config/tc-mips.c (mips_ip, printInsn): Handle 'k' (from Ted
6619 Lemon <mellon@pepper.ncd.com>).
6620 (mips_ip): Permit odd numbered floating point registers if -mips3.
48153d49 6621 (macro): Use BFD_RELOC_MIPS_LITERAL relocation for M_LI_SS.
9226253a 6622
53087850
DE
6623Mon Nov 8 07:45:01 1993 Doug Evans (dje@canuck.cygnus.com)
6624
6625 * configure.in: Remove h8300h, we have multilib now.
6626
5f8a3788
DHW
6627Mon Nov 8 06:09:18 1993 D. V. Henkel-Wallace (gumby@cirdan.cygnus.com)
6628
6629 * configure.in: Support generic netware as being ELF format.
6630 Recognise unixware if the user supplies it.
6631
163aac84
JL
6632Sun Nov 7 01:02:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6633
513f0471
JL
6634 * First cut at cleaning up PA instruction parsing.
6635 * config/tc-hppa.c (pa_get_absolute_expression): Accept pointer to
6636 insn structure as an argument, and a pointer to a string. All
6637 callers changed. Always read any field selector here. Call
6638 evaluate absolute to get a return value.
6639 (evaluate_absolute): Addept pointer to insn structure as its
6640 argument. All callers changed.
6641 (INSERT_FIELD_AND_CONTINUE): New macro for inserting a bitfield
6642 into an instruction and continuing the main pa_ip loop.
6643 (CHECK_FIELD): New macro for simple range checking of fields.
6644 (pa_ip): Delete unused variables. Use INSERT_FIELD_AND_CONTINUE
6645 and CHECK_FIELD. All immediate fields now pass through
6646 pa_get_absolute_expression which will also handle field selectors.
6647 Delete dead code. Simplify.
6648 (md_apply_fix_1): Use CHECK_FIELD to verify any fixes that are
6649 applied are in range. Use bfd_put_32 rather than inserting each
6650 byte of the fixed instrution into the buffer ourselves.
6651
3e411021 6652 * write.c (fixup_segment): Delete {SEG,GLOBAL}_DIFF_ALLOWED code,
69cb5925 6653 it was PA specific and is no longer needed (it's now handled
3e411021
JL
6654 within the PA backend).
6655 * config/tc-hppa.h (SEG_DIFF_ALLOWED): Delete definition.
6656 * config/tc-hppa.c (fix_new_hppa): If the subtract symbol for
6657 a fixup is $global$ change it to NULL as $global$ is really only
6658 needed long enough to determine the base type of relocation to use.
6659
240cbc57
JL
6660 * config/tc-hppa.c (create_new_subspace): Initialize subspace_defined.
6661
163aac84
JL
6662 * config/tc-hppa.c (pa-ip, case 'z'): Make field selectors work
6663 for 'z' operands (target of ble branch).
6664
1cc248d2
JL
6665Sat Nov 6 22:41:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6666
18c4f112
JL
6667 * config/tc-hppa.c: (update_subspace): Fix type and name of last
6668 parameter. All callers fixed.
6669 (md_begin, pa_chk_field_selector, pa_entry): Lint.
6670
1cc248d2
JL
6671 * config/tc-hppa.c (cons_fix_new_hppa): Reset field selector
6672 to default state after it's been used.
6673
88eb7ea6
JL
6674Fri Nov 5 12:08:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6675
6676 * config/obj-som.c (obj_som_init_stab_section): Change
6677 space/subspace sort keys for the stab sections so as to avoid
6678 bugs in the hp linker and pxdb.
6679
0f894895
JL
6680Thu Nov 4 17:00:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6681
6682 * write.c (chain_frchains_together): Update pointer to last
6683 frag for a segment in the seginfo structure.
6684
de074576
JW
6685Thu Nov 04 09:09:35 1993 Jeffrey Wheat (cassidy@cygnus.com)
6686
6687 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
6688
6689Wed Nov 3 12:16:27 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6690
6691 * write.c (fixup_segment): Handle conversion of subtraction to
6692 pc-relative addressing even if pc-relative flag is already set.
6693
6694 * config/tc-m68k.c (m68k_ip_op): Use strchr, not index. Don't
6695 declare either.
6696
6697 * doc/Makefile.in (distclean): Delete intermediate files from dvi
6698 build, but not the dvi or info files.
6699 * Makefile.in (clean-here): New target; cleans up current
6700 directory only.
6701 (distclean): Use it instead of clean.
6702
6703 * read.c (s_xstab): Don't use alloca.
6704
6705 * messages.c (identify): New routine; print message identifying
6706 following messages as coming from assembler.
6707 (as_show_where, as_bad_internal, as_bad_where): Call it.
6708 (as_fatal): Don't need to identify program any more.
6709
efe8ef02
ILT
6710Tue Nov 2 18:04:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6711
fd4b7c25
KR
6712 * config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
6713
efe8ef02
ILT
6714 * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF as
6715 well as MIPS ECOFF.
6716 (get_stab_string_offset): Remove unused variable aligned.
6717
aa14e863
JL
6718Tue Nov 2 15:07:07 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6719
d6e524f3
JL
6720 * tc-hppa.c: Add %dp and %rp as synonyms for %r27 and %r2 in the
6721 predefined register table.
6722 (pa_parse_number): Handle %rp in common register shortcut code.
6723 Consistently set return value to -1 for an error. Clean up error
6724 messages and only print them when "print_errors" is true. Handle
6725 empty string case like the HP assembler -- assume a value of
6726 zero.
69cb5925 6727
20cee6d8
JL
6728 * config/ho-hpux.h: Do not include ho-sysv.h. Instead include
6729 standard hpux include files to pick up various function decls.
6730
aa14e863
JL
6731 * config/ho-hppaosf.h: Delete _IO* macros. They are defined in
6732 stdio.h. Delete bogus declaration of free. Get path to
6733 alloca-conf.h right.
6734
25270a1c
KR
6735Tue Nov 2 13:57:30 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6736
6737 * expr.c (operand): Fix checks for characters following "0b" or
6738 "0f".
6739
f197d7eb
JL
6740Mon Nov 1 21:37:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6741
ff852e11
JL
6742 * config/obj-som.h (obj_attach_unwind_info): Define as a hook
6743 so GAS can attach unwind descriptor information to a BFD symbol.
6744 * config/tc-hppa.c (fix_new_hppa): If necessary attach unwind
6745 descriptor information to the BFD symbol.
6746 (md_apply_fix): R_HPPA_ENTRY and R_HPPA_EXIT can never be "applied",
6747 they are simply markers. Make R_HPPA_UNWIND_* handling OBJ_ELF
6748 dependent.
6749 (pa_build_unwind_subspace): Whole function is OBJ_ELF dependent.
6750 (pa_entry): Build a R_HPPA_ENTRY relocation when configured for SOM.
6751 (pa_exit): Likewise, but built a R_HPPA_EXIT relocation. Do not
6752 build "end-of-function" symbols for SOM, they are not needed.
6753
a50e9b55
JL
6754 * config/tc-hppa.c (process_exit): Create temporary symbols with
6755 correct prefixes so they can be eliminated later.
6756
49fc68a1 6757 * config/tc-hppa.c (call_info struct): Delete unused "frame" field.
69cb5925 6758 (pa_callinfo): Insert framesize into the unwind information as
49fc68a1
JL
6759 soon as it's available.
6760 (pa_build_unwind_subspace): Do not insert framesize into the unwind
6761 information here.
6762
c43d56f7
JL
6763 * Add support for marker type relocations. These mark areas
6764 of interest to the linker. ENTRY/EXIT relocations for SOM are
6765 an example of marker relocations.
6766 * write.c (write_relocs): Instead of assuming size of a relocation
6767 is 4 bytes, pick up the size from relocation itself.
69cb5925 6768 (fixup_segment): Do not complain that a value is too small for
c43d56f7
JL
6769 marker relocations.
6770
009dc5e1
JL
6771 * struc-symbol.h: Add new "sy_used" field to the symbol structure.
6772 * expr.c (operand): Set sy_used for any symbol used as an operand.
6773 (expr): Likewise for any symbol used in an expression.
6774 * config/tc-hppa.h (tc_frob_symbol): Define. Punt imported
6775 symbols which are never used and absolute symbols which local scope.
6776
f197d7eb
JL
6777 * config/obj-som.h (obj_frob_file): Define.
6778 * config/obj-som.c (obj_som_init_stab_section): Set alignment
6779 of stab sections. Make space for the special stab entry.
69cb5925 6780 (adjust_stab_sections): Adjust the special entry in the
f197d7eb
JL
6781 stabs section.
6782 (som_frob_file): New function. Simply calls adjust_stab_sections
6783 for each section.
6784
bca9cf0b
ILT
6785Mon Nov 1 17:54:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6786
6787 * config/tc-mips.c (PIC_CALL_REG, SP, FP): Define.
6788 (mips_pic, mips_cprestore_offset): New static variables.
6789 (md_pseudo_table): Handle .abicalls, .cpload, and .cprestore.
6790 Ignore .bgnb and .endb.
6791 (gp_reference): _gp_disp is never addressed off GP.
6792 (macro_build): Ignore macros while searching for insn. For cases
6793 i, j, and o, accept the reloc type as an argument rather than
6794 assuming BFD_RELOC_LO16. Don't try to convert BFD_RELOC_LO16 to
6795 BFD_RELOC_MIPS_GPREL. Added new case a.
6796 (set_at, load_register, macro): Changed calls to macro_build to
6797 pass new argument for i, j and o cases.
6798 (macro): Handle M_JAL_1, M_JAL_2 and M_JAL_A. These require
6799 special handling when generating SVR4 PIC code.
6800 (mips_ip, tc_get_register, s_frame): Use macros FP, SP, GP and AT
6801 rather than hard coded constants.
6802 (md_apply_fix): Handle BFD_RELOC_MIPS_LITERAL and
6803 BFD_RELOC_MIPS_CALL16.
6804 (s_option): Set mips_pic based on .option picN.
6805 (s_abicalls): New function; set mips_pic to 2.
6806 (s_cpload): New function; handle .cpload.
6807 (s_cprestore): New function; handle .cprestore.
6808
6809 * config/obj-ecoff.c (obj_pseudo_table): Add entries for .bgnb,
6810 .endb and .verstamp, setting them to s_ignore.
6811
d191a03c
JL
6812Sun Oct 31 00:36:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6813
47f45d66
JL
6814 * config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_defined
6815 field. Define SUBSPACE_DEFINED accessor macro.
6816 (pa_subspace): Allow user to override subspace attributes for
6817 built-in subspaces. Set ssd_defined at the end of fcn -- that
6818 way the attributes can only be changed once. Pass newly allocated
6819 name to is_defined_subspace, not a pointer to the input line.
6820 Fix typo in space/subspace rework.
6821 (is_defined_subspace): Delete unused 2nd arg. All callers changed.
6822
6823 * config/tc-hppa.c (pa_import): If currently in the text segment
6824 and a symbol is imported without type information, set BSF_FUNCTION
6825 for the symbol.
20b39b6f
JL
6826 * write.c (relax_and_size_seg): Correct test to determine if
6827 the section's size was rounded up.
6828
e75acd68
JL
6829 * config/obj-som.h (obj_set_symbol_type): Define a hook so GAS
6830 can properly set all the SOM symbol types.
69cb5925 6831 * config/tc-hppa.c (pa_symbol_type): New enum to represent the
e75acd68
JL
6832 symbol types which can be set from an IMPORT/EXPORT statement.
6833 (pa_export_args): Set the pa_symbol_type type based on arguments.
6834 If defined, call obj_set_symbol_type to pass this information on
6835 to the BFD backend.
6836
69cb5925 6837 * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any
d191a03c
JL
6838 stab section we make.
6839 (s_stab_generic): Likewise.
6840
12696e9c
JL
6841Sat Oct 30 14:26:20 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6842
65a7f8a6
JL
6843 * Allow backends to override the value of the fake label.
6844 * write.h (LOCAL_LABEL): Delete DOT_LABEL_PREFIX code. Instead
6845 assume backends will define LOCAL_LABEL if anything other than
6846 'L' is used to denote a local label.
6847 (FAKE_LABEL_NAME): New macro. Defines the default name used for
6848 the "fake" label.
6849 * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX code
6850 and instead simply use the string defined by FAKE_LABEL_NAME.
6851 (operand): Likewise.
6852 * read.c (s_stab_generic): Likewise.
6853 * config/tc-hppa.h (FAKE_LABEL_NAME): Define as L$0\001 so it's
6854 known to be a local label.
6855 * config/tc-i386.h (DOT_LABEL_PREFIX): Delete.
6856 (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
6857 * config/tc-m68k.h (DOT_LABEL_PREFIX): Delete.
6858 (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
6859 * config/te-sco386.h (DOT_LABEL_PREFIX): Delete.
6860 (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
6861
6bc14195
JL
6862 Rework space/subspace handling in PA code to fully support
6863 SOM spaces/subspaces.
6864 * config/tc-hppa.c (USE_ALIASES): New object-format dependent define
6865 to control the use of space/subspace name aliases.
6866 (update_subspace): Accept space chain entry for containing space
6867 as a new parameter. All callers changed.
6868 (pa_get_label): Use current_space rather than pa_segment_to_space.
6869 (pa_define_label): Likewise.
6870 (pa_undefine_label): Likewise.
6871 (md_begin): Change into the (possibly modified) text_section.
6872 (pa_parse_space_stmt): Create a new segment/space if create_flag
6873 is true, and the space name is not one of the two predefined spaces.
69cb5925
KR
6874 (pa_subspace): Use current_space rather than a lookup via
6875 pa_segment_to_space. Reset BFD section flags as required by
6bc14195
JL
6876 the .subspace directive. Likewise for the section alignment.
6877 Pass the current space to update_subspace and create_new_subspace.
6878 (pa_spaces_begin): Only use space/subspace aliases if USE_ALIASES
6879 is true. When not using aliases, create a BFD section for each
6880 subspace encountered. When not using aliases replace the default
6881 text, data, and bss segments with new ones.
69cb5925 6882 (create_new_subspace): When not using aliases each subspace has a
6bc14195 6883 section/segment and subsegments are not needed, so set the subsegment
69cb5925 6884 to zero.
6bc14195 6885
548ea75b 6886 * config/tc-hppa.c (pa_parse_space_stmt): If needed, call
69cb5925 6887 obj_set_section_attributes to pass space attributes to the
548ea75b
JL
6888 BFD backend.
6889 (create_new_space): Likewise.
69cb5925 6890 (create_new_subspace): Likewise for subspace attributes using
548ea75b
JL
6891 obj_set_subsection_attributes.
6892 (update_subspace): Likewise for subspace attributes using
6893 obj_set_subsection_attributes.
6894
0f3b419c
JL
6895 * config/tc-hppa.c (pa_parse_space_stmt): Get segment and sort key
6896 for $TEXT$ and $PRIVATE$ from the default space structure.
6897
9a182533
JL
6898 * config/tc-hppa.c (pa_export_args): Always set BSF_FUNCTION
6899 as appropriate for the given type.
6900
62f0841b
JL
6901 * config/tc-hppa.c (tc_gen_reloc): Preliminary stab at handling
6902 SOM relocations.
6903
d56f45f5
JL
6904 * config/tc-hppa.c (pa_comm): Delete incorrect check for symbol
6905 redefinition.
6906
3c87583d
JL
6907 * config/obj-som.[ch]: New files for SOM support. Note SOM
6908 support is not yet complete in GAS or BFD.
6909
69cb5925 6910 * config/ho-hppabsd.h: Delete IO* macros, they are defined in
12696e9c
JL
6911 stdio.h. Delete declaration of free. Include stdlib.h, unistd.h,
6912 and string.h.
6913
37ed805e
JL
6914Fri Oct 29 13:26:12 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6915
12696e9c
JL
6916 * Allow backends to override the section names used for embedded
6917 stabs support. Needed for SOM.
6918 * read.c (STAB_SECTION_NAME): Default the name of the stab section
69cb5925 6919 to ".stab".
12696e9c
JL
6920 (STAB_STRING_SECTION_NAME): Likewise for the stab strings section.
6921 (get_stab_string_offset): Is now passed the full name for the
6922 stab string section rather than a name prefix. All references
6923 changed.
6924 (s_stab_generic): New argument for the stab string section name.
6925 all references changed.
6926 (s_xstab): Append "str" to the stab section name to get the
6927 stab string section name.
6928 * config/obj-coffbfd.c (obj_coff_init_stab_section): Append "str"
6929 to stab section name to get the stab string section name. Pass
6930 the full name of the stab string section to get_stab_string_offset.
6931 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
69cb5925 6932
53c0b9e7
JL
6933 * config/tc-hppa.c (md_begin): Disable "-R" option to fold
6934 textand data segments. Warn user "-R" is unsupported on the
6935 PA.
37ed805e 6936
48ac0c90
JL
6937Thu Oct 28 12:36:13 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6938
d33ace2e
JL
6939 * config/tc-hppa.c (md_pseudo_table): Default alignment is 8 for
6940 .align and .ALIGN directives.
6941
48ac0c90
JL
6942 * config/tc-hppa.c (pa_space): Do not report an error for a .space
6943 directive which does not define a "well-known" space and does
6944 not include a space number as an argument.
69cb5925 6945
48ac0c90
JL
6946 * config/tc-hppa.c (pa_def_subspaces): Correct initialization of the
6947 "defined", "loadable", "code_only" and "space_index" fields.
6948 (pa_def_spaces): Correct initialization of the "spnum", "defined",
6949 and "private" fields.
6950
6951 * write.h (struct fix): Add new tc_fix_data field for the various
6952 backends to attach machine dependent fixup information to.
6953 * write.c (fix_new_internal): Initialize new tc_fix_data field.
6954 * config/tc-hppa.c (hppa_fix_struct): Delete unnecessary fix_fixP and
6955 fx_next fields.
6956 (hppa_find_hppa_fix): Delete unnecessary function. Fix all
69cb5925 6957 callers to get HPPA fixup information from the tc_fix_data field
48ac0c90
JL
6958 in the GAS fixup.
6959 (hppa_fix_root): Delete unnecessary variable.
6960 (fix_new_hppa): Attach HPPA fixup data to the GAS fixup.
6961
6962 * config/tc-hppa.c (pa_set_start_symbol); Delete unwanted
6963 function. Fix all callers.
6964 (subspace_dictionary_chain): Delete unused ssd_start_sym field.
6965
6966 * config/tc-hppa.c (hppa_fix_adjustable): New function to determine
6967 if a particular fixup is adjustable.
6968 * config/tc-hppa.h (tc_fix_adjustable): Call hppa_fix_adjustable to
6969 perform the real work.
6970
6971 * config/tc-hppa.h (RELOC_EXPANSION_POSSIBLE): Move definition out
6972 of OBJ_XXX conditionals.
6973 (MAX_RELOC_EXPANSION): Likewise.
6974
6975 * config/tc-hppa.c (log2): Renamed from is_power_of_2. Fix all
6976 callers. Now returns log2 (N) for positive N which are an exact
6977 power of two or -1 for an error.
6978
69cb5925 6979 * config/tc-hppa.c (pa_callinfo): Range check values provided for
48ac0c90
JL
6980 ENTRY_GR, ENTRY_FR and ENTRY_SR. Properly adjust vaues before
6981 inserting them into the unwind table.
6982
6983 * config/tc-hppa.c (NEEDS_FIXUP): Delete definition and all references.
6984 (hppa_gen_reloc_type): New object format dependent macro.
6985 (pa_ip): Delete tons of code which was either OBJ_SOM or OBJ_ELF
6986 conditional. The code can (and will) be shared between SOM & ELF
6987 formats in the near future.
6988 (cons_fix_new_hppa, md_apply_fix_1): Likewise.
6989 (pa_build_unwind_subspace, process_exit, pa_exit): Likewise.
6990 (tc_gen_reloc): Use hppa_gen_reloc rather than an object format
6991 specific call.
6992
6993 * config/tc-hppa.c (pa_comm): Set the segment for a common symbol
6994 to bfd_und_section.
6995
6996 * config/obj-elf.h (obj_elf_version): Add extern prototype.
6997
6998 * configure.in (hppa-*-bsd*): New configuration.
6999 BFD is always used for GAS generating SOM objects.
7000
7001 * write.c (adjust_reloc_syms): Set sy_used_in_reloc if an
7002 adjustment is rejected by the target machine.
7003
7004 * config/tc-hppa.c (pa_big_cons): Delete function and its
7005 declaration. All callers changed to use pa_cons.
7006
7007 * write.c (fixup_segment): Fix indention and open/close brace
7008 problem.
7009
7010 From Pete Hoogenboom:
7011 * config/tc-hppa.c (md_atof): Return a NULL on success rather than
7012 an empty string.
7013
3515a504
JL
7014 * config/tc-hppa.c (pa_parse_space_stmt): Advance
7015 input_line_poitner when an invalid argument is encountered.
7016
6121fb06
ILT
7017Thu Oct 28 13:09:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7018
7019 * config/tc-a29k.c (md_begin): When opcodes are mashed together in
7020 the table, require that the one without bit 0x1000000 set come
7021 first. Require further that it be case 'b' or 'P'. The a29k
7022 opcode table already meets these constraints.
7023 (machine_ip): When handling case 'i' or 'A', make sure that the
7024 appropriate opcode really exists by looking at the next entry in
7025 the opcode table.
7026
56c96faa
ILT
7027Wed Oct 27 11:48:56 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7028
729f4bba
ILT
7029 * config/tc-m68k.c (m68k_ip): Adjust offsets for PC relative
7030 fixups. Add 6 for long 7.3 case, 2 for short 7.2 case.
7031
007ff46b
ILT
7032 * config/obj-ecoff.c (obj_ecoff_ent): Ignore an optional number
7033 after a .ent directive.
7034
d1ee509b
ILT
7035 * config/tc-mips.c (mips_ip): Handle '>' case (shift amount
7036 between 32 and 63 for double shift instruction). Do & 0x1f rather
7037 than % 32.
7038 (printInsn): Handle '>'.
56c96faa 7039
fa20b8bf
ILT
7040Tue Oct 26 16:58:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7041
5694ad93
ILT
7042 * config/tc-ns32k.c (tc_aout_fix_to_chars): Output the symbol
7043 number in the right place. Untested. Probably does not work for
7044 cross assembly. From cagney@cs.adelaide.edu.au (Andrew Cagney).
7045
f3751617
ILT
7046 * config/tc-m68k.c (md_apply_fix_2): Error if a short branch uses
7047 an illegal offset of 0 or -1.
7048
fa20b8bf
ILT
7049 * config/obj-elf.c (obj_elf_init_stab_section): Align .stab
7050 section to a longword boundary.
7051
4da7942d
KR
7052Tue Oct 26 10:24:31 1993 Ken Raeburn (raeburn@cygnus.com)
7053
7054 * Makefile.in (CHECKFLAGS): Pass down RUNTESTFLAGS.
7055
7056 From Jeff Law:
7057 * config/tc-hppa.c (tc_gen_reloc): ELF32_HPPA_R_ADDEND ->
7058 HPPA_R_ADDEND.
7059
fd4b7c25
KR
7060Mon Oct 25 14:06:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7061
7062 * config/tc-sparc.c (sparc_ip): Fix up membar argument handling.
7063
24934035
SC
7064Mon Oct 25 11:17:58 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
7065
8e5afd4f
SC
7066 * config/tc-sh.c (build_Mbytes): Write the relocs to the correct
7067 address. (md_assemble): Make error handling a bit more graceful.
7068 (md_apply_fix): Don't warn on non aligned displacement.
fd4b7c25 7069
24934035
SC
7070 * config/tc-z8k.c (get_specific, built_bytes): Understand all the
7071 aspects of lda.
7072
84678d16
KR
7073Mon Oct 25 10:20:31 1993 Ken Raeburn (raeburn@rover.cygnus.com)
7074
7075 * doc/Makefile.in (install-info): Use "$<*" so VPATH will find
7076 as.info* even if they're in $(srcdir) (e.g., for FSF
7077 distributions).
7078
7079 * write.c (write_relocs): For relocs that are pc_relative and
7080 pcrel_offset and not partial_inplace, adjust reloc->addend to
7081 compensate for a bfd_perform_relocation bug.
7082
7083 * config/tc-sparc.h: Removed remaining non-BFD_ASSEMBLER code.
7084 * config/tc-sparc.c: Ditto.
7085 (tc_gen_reloc): Include fx_offset for pcrel fixups.
7086
52aa70b5
JW
7087Sun Oct 24 16:49:00 1993 Jim Wilson (wilson@x1.cygnus.com)
7088
7089 * tc-mips.c (md_pseudo_table): Add dword pseudo op.
7090
ab0751c8
DZ
7091Fri Oct 22 20:40:56 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7092
7093 * messages.c: replaced all variables called Format with 'format',
7094 for consistency throughout
7095
7096 * configure.in: handle mips*- instead of mips, mips*el for little
7097 endian configurations
7098
8efed14f
ILT
7099Fri Oct 22 14:45:49 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7100
7101 * input-scrub.c (physical_input_file, logical_input_file,
7102 physical_input_line, logical_input_line): Made static.
7103 (as_where): Return current file name and line number, don't print
7104 them out.
7105 * messages.c (as_show_where): New static function. Other
7106 functions use it instead of as_where.
7107 (as_bad_internal): New static function.
7108 (as_bad): Use as_bad_internal.
7109 (as_bad_where): New function, like as_bad but taking a file name
7110 and line number.
7111 * as.h (as_bad_where): Declare.
7112 (as_where): Change prototype for new arguments.
7113 * write.h (fixS): Added fields fx_file and fx_line.
7114 * write.c (fix_new_internal): Save file and line number in fix.
7115 (fixup_segment): Use as_bad_where, not as_bad.
7116 * input-file.c (f_in, file_name): Made static.
7117 * cond.c (struct file_line): Just use file and line fields.
7118 (s_else): Use as_where and as_bad_where, not get_file_line and
7119 set_file_line.
7120 (get_file_line, set_file_line): Removed.
7121 * listing.c (listing_newline): Use as_where.
7122 * config/obj-coffbfd.c (obj_coff_init_stab_section): Use as_where.
7123 * config/obj-ecoff.c (add_file): Use as_where.
7124 * config/obj-elf.c (obj_elf_init_stab_section): Use as_where.
7125 * config/tc-m68k.c (md_apply_fix_2): Use as_bad_where.
7126 * config/tc-mips.c (tc_gen_reloc): Use as_bad_where, not assert.
7127
efa0c22e
KR
7128Thu Oct 21 12:52:01 1993 Ken Raeburn (raeburn@cygnus.com)
7129
7130 * config/tc-m68k.h: Don't define REGISTER_PREFIX or
7131 OPTIONAL_REGISTER_PREFIX if either is already defined.
7132
7133 * config/tc-m68k.c (m68k_ip): Delete some code in "#if 0".
7134
7135 * configure.in: Set bfd_gas for all sparc targets. Added facility
7136 for keeping or rejecting configurations still under development;
7137 default is to assume production environment, and reject configs
7138 still being worked on. Mark Elf configurations (except sparc and
7139 i386) as developmental. Deleted cases matching some generic names
7140 in favor of more specific names. (E.g., when we get Alpha
7141 support, we'll still only support VMS for Vax.)
7142
7143 * config/tc-sparc.h (md_end): New macro.
7144 * config/tc-sparc.c (md_end): Function deleted.
7145 (BFD_RELOC_*): Delete macros that used to help keep the non-bfd
7146 version compiling. All sparc targets will use bfd now.
7147 * tc.h (md_end): Don't declare if it's defined as a macro.
7148
7149 Changes from Jeff Law and Peter Hoogenboom:
7150
7151 * read.c (next_char_of_string): Limit octal character constants to
7152 three digits.
7153
7154 * config/tc-hppa.h: Major cleanup. Use GNU-style comments. Warn
7155 against placing additional object-file dependent code here. Warn
7156 against contaminating all of GAS with the internals of tc-hppa.c
7157 through inclusion of tc-hppa.h. Delete all forward declarations
7158 for functions only used within tc-hppa.c, likewise for structures,
7159 variables, and #defines. Try to group OBJ_ELF and OBJ_SOM
7160 conditional code in a few small places.
7161
7162 * config/tc-hppa.c: Major cleanup. Use GNU-style comments. Group
7163 structures, global variables, forward declarations together.
7164 Reduce (or in some cases eliminate) OBJ_ELF and OBJ_SOM
7165 conditional code -- try to group conditional code together
7166 into a few places. Make all functions and variables which
7167 are only used within tc-hppa.c static. PARAMize all functions.
7168 Add comments to functions. Delete unused functions, variables,
7169 #defines, etc. Delete unused members within structures. Delete
7170 ldil;ble hacks -- it is believed they were installed to work
7171 around old gas bugs. Avoid using mixed case for local
7172 functions, variables, and structures. Fix formatting problems
7173 not found by GNU-indent. Add FIXME notices for things which
7174 should be worked on the near future. Delete lots of old
69cb5925 7175 useless (1.36 PA-SOM) code.
efa0c22e
KR
7176
7177 * config/tc-hppa.c: (fix_new_hppa): Initialize the fx_r_type
7178 field of the fixS structure. Needed to build unwind
7179 descriptors correctly.
7180
7181 * write.c: (fixup_segment): Allow expressions such as
7182 sym1-sym2+const as long as sym2 is $global$.
7183
7184 * write.c (adjust_reloc_syms): Provide a hook so that a target
7185 cpu configuration can reject certain relocation reductions.
7186 * tc-hppa.h (tc_fix_adjustable): New macro. Only accept relocations
7187 which do not involve function symbols.
7188
7189 * config/tc-hppa.h: Reindent with GNU-indent. Delete references
7190 to OBJ_OSFROSE. Fix typos (OBJ_SOME -> OBJ_SOM). Delete unused
7191 STAB_FIXUP macro.
7192 * config/tc-hppa.c: Likewise.
7193
7194 * config/tc-hppa.c (md_apply_fix_1): Use elf_symbol_type, instead
7195 of elf32_symbol_type.
7196 (pa_export_args): Likewise.
7197 (elf_hppa_final_processing): Likewise.
7198 (pa_desc): Do not call obj_elf_desc. (Is pa_desc even needed
7199 anymore?)
7200 (hppa_tc_make_sections): Do not declare elf_get_symtab_map any
7201 ore.
7202
7203 * config/tc-hppa.c: (md_section_align): Align all sections to
7204 a multiple of the section alignment rather than always a
7205 multiple of 8.
7206
7207 * config/tc-hppa.c (hppa_tc_symbol): If the argument relocation
7208 bits are zero (eg they specify no relocations), then do not even
7209 bother adding their entries to thesymextn section.
7210
7766838e
ILT
7211Thu Oct 21 15:44:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7212
7213 * config/tc-sparc.c (md_parse_option): Accept and ignore -sparc
7214 option, which is used by the SunOS make default .s.o rule.
7215
fd4b7c25
KR
7216Wed Oct 20 12:26:33 1993 Ken Raeburn (raeburn@rover.cygnus.com)
7217
7218 * config/tc-sparc.c (sparc_ip, label "immediate"): Convert relocs
7219 operating on upper 32 bits of immediate constants to lower-half
7220 relocs with adjusted constants.
7221
dff60b7d
ILT
7222Tue Oct 19 18:13:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7223
7224 * config/tc-m68k.h (AOUT_MACHTYPE): Define to be external variable
7225 m68k_aout_machtype.
7226 * config/tc-m68k.c (omagic): Remove obsolete and unused variable.
7227 (m68k_aout_machtype): New variable, if OBJ_AOUT.
7228 (md_assemble): Initialize m68k_aout_machtype based on
7229 current_architecture, if OBJ_AOUT.
7230 (md_parse_option): Remove obsolete reference to omagic.
7231
c17cd709
ILT
7232Thu Oct 14 16:51:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7233
dd3f1f76
ILT
7234 * config/tc-mips.c (md_pseudo_table): Ignore .livereg pseudo-op.
7235 (s_option): Ignore .option O* and .option pic*.
7236 (s_ent): Skip whitespace between symbol and optional digit.
dff60b7d 7237 (my_getSmallExpression): Handle ($xx) correctly: assume 0($xx).
dd3f1f76 7238
54508138
ILT
7239 * app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
7240 characters in state 6.
7241 * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
7242 hexidecimal digits.
7243
c17cd709
ILT
7244 * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work
7245 for ELF by hacking around bizarre bfd_perform_relocation behaviour
7246 that I don't dare change.
7247
ad660eb1
ILT
7248Thu Oct 14 11:33:25 1993 Michael Meissner (meissner@osf.org)
7249
7250 * config/tc-i386.c: (md_begin): Do not zero static arrays. Don't
7251 call strchr for each character to see if it is a special char,
7252 instead add a second loop over special_chars. Set alignment
7253 of text, data and bss sections to 4.
7254 (pi, te, pt, pe, ps): Add declarations so that DEBUG386 can be
7255 used again.
7256 (reloc): Don't return 8 and 16 bit non-PC relative relocations on
7257 ELF, since the ELF object format does not have these type of
7258 relocations. Change the abort into as as_bad and return
7259 BFD_RELOC_NONE to silence compiler warnings.
7260 (md_assemble): Keep track of the instruction size. Allow white
7261 space between the $ and the constant for compatibility with older
7262 gases and other assemblers.
7263 (i386_operand): Skip spaces between $ and expression.
7264 (tc_gen_reloc): Don't allow anything but 32 bit relocations on
7265 ELF. Convert abort into an as_bad and assert into as_fatal.
7266
132239bf
KR
7267Wed Oct 13 16:50:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7268
7269 * config/obj-coffbfd.c (fixup_segment) [DIFF_EXPR_OK]: If
7270 sub_symbolP is in the current segment, convert to a PC-relative
7271 fixup and discard the symbol.
7272
b7cbb59f
ILT
7273Wed Oct 13 14:00:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7274
463b1851
ILT
7275 * config/obj-ecoff.c (ecoff_build_symbols): Handle st_End symbol
7276 for st_StaticProc just like st_Proc.
7277
b7cbb59f
ILT
7278 * write.c (relax_and_size_all_segments): Moved #endif for OBJ_BOUT
7279 so that OBJ_BOUT doesn't forget to adjust all the fragments in the
7280 .bss section.
7281
f2a663d3
ILT
7282Tue Oct 12 17:26:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7283
7284 * config/tc-mips.c: If OBJ_ELF, include elf/mips.h.
7285 (mips_regmask_frag): New static variable, if OBJ_ELF.
7286 (md_begin): If OBJ_ELF, create .reginfo section and set
7287 mips_regmask_frag to a frag.
7288 (mips_elf_final_processing): New function, if OBJ_ELF. Set
7289 mips_regmask_frag to register mask information.
7290 * config/tc-mips.h (elf_tc_final_processing): New macro, defined
7291 if OBJ_ELF.
7292
99024047
KR
7293Tue Oct 12 03:33:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7294
2145a183
KR
7295 * messages.c (as_fatal): Use myname when printing messages.
7296
99024047
KR
7297 * config/tc-i960.c (md_begin): Use null pointer, not empty string,
7298 as initial "return" value in case hashing isn't needed.
7299
7300 * config/tc-a29k.c (md_atof): Return null, not empty string, on
7301 success.
7302 * config/tc-h8300.c (md_atof), config/tc-h8500.c (md_atof),
7303 config/tc-hppa.c (md_atof), config/tc-i860.c (md_atof),
7304 config/tc-i960.c (md_atof), config/tc-m88k.c (md_atof),
7305 config/tc-ns32k.c (md_atof), config/tc-sh.c (md_atof): Ditto.
7306
7307Mon Oct 11 16:46:31 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2dd45209
SC
7308
7309 fix for pr 3571
7310 * config/tc-h8300.c (get_specific): Special action if 8 bit
7311 address seen. (check_operand): Don't complain if truncating top
7312 bits of an 8 bit address. (build_bytes): Allow an immediate and
7313 an absolute in the same insn.
7314
f37449aa
ILT
7315Mon Oct 11 17:18:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7316
7317 * write.c (write_contents): Don't crash if seginfo is NULL.
7318
7319 * config/obj-ecoff.c (ecoff_frob_file): Write out register masks
7320 by modifying .reginfo section, not by directly modifying BFD
7321 backend data.
7322
fec552ce
DZ
7323Mon Oct 11 14:11:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7324
7325 * config/ho-sunos.h: remove extern time declaration
7326
8d3be803
KR
7327Mon Oct 11 16:14:43 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7328
7329 * messages.c (as_fatal): Do mention that it's the assembler that
7330 got the fatal error.
7331
88225433
ILT
7332Fri Oct 8 14:09:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7333
1aa6938e
ILT
7334 * config/tc-mips.c (mips_gprmask, mips_cprmask): New variables to
7335 hold register masks.
7336 (md_begin): Initialize them to zero.
7337 (append_insn): Update mips_gprmask and mips_cprmask. Also add
7338 register variables pinfo and prev_pinfo.
7339 * config/tc-mips.h (mips_gprmask, mips_cprmask): Declare.
7340 * config/obj-ecoff.c (ecoff_frob_file): If TC_MIPS, set gprmask
7341 and cprmask from mips_gprmask and mips_cprmask.
7342
88225433
ILT
7343 * config/tc-mips.h: Define TARGET_FORMAT if OBJ_ELF.
7344 * config/tc-mips.c (GPOPT): Define if OBJ_ECOFF or OBJ_ELF.
7345 (various): Change all references to GP references to apply if
7346 GPOPT, not if OBJ_ECOFF.
7347 (s_change_sec): Rearrange somewhat. If OBJ_ELF, use .rodata
7348 instead of .rdata. If OBJ_ELF, set section flags for .rodata and
7349 .sdata sections.
7350 (s_frame, s_loc, s_mask): Comment out entire functions, rather
7351 than just body. They're not used anyhow.
7352 * configure.in: Set cpu_type to mips for mips*. Accept
7353 mips-*-elfl* and mips-*-elf*.
7354
17a0da33
ILT
7355Thu Oct 7 18:36:29 1993 Michael Meissner (meissner@osf.org)
7356
7357 * config/obj-elf.c (obj_elf_common): Allow the alignment field to
7358 not be specified.
7359
80aab579
ILT
7360Wed Oct 6 13:01:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7361
abdad6bc
ILT
7362 * config/tc-mips.c (cons_fix_new_mips): New function. Turn
7363 BFD_RELOC_64 into BFD_RELOC_32.
7364 * config/tc-mips.h (TC_CONS_FIX_NEW): Define.
7365 (cons_fix_new_mips): Declare.
7366
80aab579
ILT
7367 Changes to let cons handle bignums like general expressions.
7368 * expr.h (expressionS): New field X_unsigned.
7369 * expr.c (operand): Initialize X_unsigned to 1. Set it to 0 for
7370 unary minus case.
7371 (expr) Fix typo resultP to right if missing operand. Set
7372 X_unsigned to 1 when building new expression.
7373 * read.c (potable): Make "octa" and "quad" call cons, not
7374 big_cons.
7375 (cons): Handle bignums. If given an O_constant (small integer) to
7376 fill a big space, turn it into a bignum.
7377 (parse_bitfield_cons): Set X_unsigned field.
7378 (bignum_low, bignum_limit, bignum_high, grow_bignum, big_cons):
7379 Removed.
7380 * read.h (big_cons): Remove prototype.
7381 * symbols.c (resolve_symbol_value): Don't give a warning if a
7382 symbol in expr_section can not be resolved.
7383 (S_SET_VALUE): Clear X_unsigned.
7384 * write.c (write_object_file): If resolve_symbol_value failed on a
7385 symbol we are writing out, give a warning.
7386 * config/tc-h8500.c (parse_reglist): Set X_unsigned.
7387 * config/tc-hppa.c (md_pseudo_table): Change "octa" and "quad" to
7388 call pa_cons, not pa_big_cons.
7389 (pa_big_cons): Remove.
7390 * config/tc-hppa.h (pa_big_cons): Remove declaration.
7391 * config/tc-i960.c (md_pseudo_table): Change "quad" to call cons,
7392 not big_cons.
7393
7394Tue Oct 5 10:53:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7395
7396 * doc/as.texinfo (Copying): new node, to handle the recent changes
7397 in the texinfo/gpl.texinfo file
7398
4f5666c5
ILT
7399Mon Oct 4 17:10:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7400
7401 * read.c (big_cons): Handle "0" correctly.
7402
7403 * config/tc-mips.c (md_begin): Set target_big_endian correctly.
7404
8208ab5a
KR
7405Mon Oct 4 15:37:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7406
7407 * config/tc-m68k.c (m68k_ip): Mode 7.3 operand using PC should
7408 have pc-relative fixup.
7409 (md_parse_option): Move "-k" case down near "-pic" case.
7410
31909d40
KR
7411 * configure.in: Alphabetize list of cpu type alternatives. Enable
7412 OS values of "linux*elf*" and "linux*coff*" to select those
7413 formats, with linux emulation. Don't bother checking for upper-
7414 or mixed-case versions of "ose".
7415
8208ab5a
KR
7416Thu Sep 30 11:05:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
7417
7418 * config/z8k.c (md_pseudo_table): add "unseg".
7419
6cc87fbb
RP
7420Wed Sep 29 16:15:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
7421
7422 * config/m88k-opcode.h (m88k_opcodes): correct a few mistakes
7423 found while extending the dissassembler.
7424
8f3956b3
SS
7425Tue Sep 28 12:02:04 1993 Stan Shebs (shebs@rtl.cygnus.com)
7426
7427 * configure.in: Split i386 LynxOS out from other coff targets,
7428 add a specific Lynx emulation.
7429 Add m68k LynxOS target.
7430 * config/tc-i386.c: Define specific Lynx target format.
7431 * config/tc-m68k.c: Define specific Lynx target format.
7432 * config/te-lynx.h: New file.
7433
7434 * config/obj-coffbfd.h: Don't set TARGET_FORMAT to be
7435 "coff-{i386,m68k}" if TARGET_FORMAT already defined.
7436 (INIT_STAB_SECTION): Define.
7437 * config/obj-coffbfd.c: Include <time.h>.
7438 (write_object_file): Look for .stab sections and call
7439 adjust_stab_section.
7440 (adjust_stab_section): New function, fills in the first symbol
7441 of a stab section with number of symbols and string table size.
7442 (obj_coff_init_stab_section): New function, creates the initial
7443 symbol for a stab section.
7444
43029a8f
KR
7445Mon Sep 27 15:21:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7446
7447 * config/atof-vax.c (md_atof): Return null on success instead of
7448 empty string.
7449 * config/atof-tahoe.c (md_atof): Ditto.
7450 * read.c (float_cons): Expect a null pointer for success, not an
7451 empty string.
7452
7453 * hash.c (hash_insert, hash_jam, hash_grow): Return null pointer
7454 on success, instead of empty string. All callers changed.
7455
7456 * config/tc-vax.c: Use PARAMS in declarations.
7457 (vip_op): Use NULL instead of empty string for success in error
7458 and warning fields.
7459
b7318ac4
KR
7460Sun Sep 26 23:45:29 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7461
b9790da8
KR
7462 * expr.c (expr) [DIFF_EXPR_OK]: Permit subtraction of two symbols
7463 in different defined segments.
7464
b7318ac4 7465 * write.c (relax_segment): Localize "aim" variable. If
132239bf 7466 DIFF_EXPR_OK, don't impose checks on symbol segment types.
b7318ac4
KR
7467 (fixup_segment) [DIFF_EXPR_OK]: If sub_symbolP is in the current
7468 segment, convert to a PC-relative fixup and discard the symbol.
7469
7470 * config/tc-m68k.c (flag_want_pic): New variable, mostly ignored.
7471 (md_parse_option) [TE_SUN3]: Set it for "-k".
7472 (m68k_ip): Generate proper fixup for mode 7.3.
7473 * config/tc-m68k.h (DIFF_EXPR_OK): Define.
7474
c996b199
KR
7475Sat Sep 25 05:08:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7476
7477 * config/tc-m68k.c (struct m68k_incant, getone, gettwo): Moved
7478 earlier in the file.
7479 (insop, add_exp): Now defined as functions, for readability.
7480 (insop): Now takes two arguments; callers changed.
7481
6d6b97b7
RP
7482Fri Sep 24 12:37:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
7483
58f3e8a9
RP
7484 * config/tc-m88k.c (get_o6): new function.
7485 (get_bf, get_cmp, get_cnd, get_cr, get_fcr, get_imm16, get_reg,
7486 get_vec9, getval, get_pcr, calcop, match_name): make static and
7487 prototype.
7488 (s_file): remove extraneous forward decl.
7489 (md_begin): add const to retval decl.
7490 (calcop): cope with instructions without arguments. Handle 'o'
7491 type argument, the o6 field of the prot insn.
7492 (md_estimate_size_before_relax): return a dummy value.
7493
6d6b97b7
RP
7494 * config/m88k-opcode.h (m88k_opcodes): comment change; o6 field is
7495 in bits 10 through 7. flt.[dxs]s requires an r register in the
7496 second argument. New instruction lda.x. New instruction muls
7497 (alias for mul).
7498
7499Fri Sep 24 13:43:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7500
7501 * Makefile.in (distclean): Recurse like clean.
7502 * doc/Makefile.in (distclean): New target.
7503
7504 * config/tc-mips.c (md_begin): Set BFD architecture and machine
7505 based on MIPS ISA level.
7506
7507Thu Sep 23 17:58:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7508
7509 * as.c (main): "exhausted", not "exhuasted".
7510
7511 * struc-symbol.h (struct symbol): Add sy_used_in_reloc field.
7512 * write.c (adjust_reloc_syms): Set sy_used_in_reloc.
7513 (write_object_file): Never strip symbols with sy_used_in_reloc
7514 set.
7515
7516 * config/obj-elf.c (obj_elf_section): Rewrote to handle both
7517 Solaris and SVR4 style .section pseudo-ops.
7518 (obj_elf_ident): Set SEC_READONLY for .comment section.
7519 * config/tc-sparc.c (md_apply_fix): If this is ELF, and we're
7520 generating a reloc, don't apply a fix.
7521
6110df28
KR
7522Thu Sep 23 13:16:58 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7523
7524 * config/obj-coffbfd.c (relax_align): Now static.
7525
9bd0d649
ILT
7526Mon Sep 20 19:23:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7527
7528 * read.c (get_stab_string_offset): Make non-static. Make
7529 arguments const. Don't align strings to 4 byte boundaries.
7530 * read.h: Declare get_stab_string_offset.
7531 * config/obj-elf.c (obj_elf_section): Set SEC_ALLOC as well as
7532 SEC_LOAD for progbits section.
7533 (obj_elf_init_stab_section): New function.
7534 (adjust_stab_sections): Add casts to avoid warnings.
7535 * config/obj-elf.h (INIT_STAB_SECTION): Call
7536 obj_elf_init_stab_section.
7537 (OBJ_PROCESS_STAB): Removed definition.
7538
80903ca6
ILT
7539Fri Sep 17 18:12:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7540
7541 * config/obj-elf.h (S_GET_SIZE): Define.
7542 (obj_frob_forward_symbol): Define.
7543 * config/tc-i386.c (line_comment_chars): Initialize in all cases.
7544
13998021
ILT
7545Thu Sep 16 14:23:08 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7546
9bd0d649 7547 * tc.h: Declare tc_gen_reloc differently depending upon
13998021
ILT
7548 RELOC_EXPANSION_POSSIBLE.
7549 * config/obj-elf.c (obj_elf_section): Only set flags when first
7550 creating the section.
7551
7552Wed Sep 15 12:15:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7553
7554 * config/tc-mips.c (append_insn): Don't swap a trap instruction
7555 with a branch.
7556
4f0bccc7
ILT
7557Tue Sep 14 13:31:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7558
90397ff8
ILT
7559 * config/obj-elf.c (obj_elf_data, obj_elf_text): New functions;
7560 set previous_section and previous_subsection and then call s_data
7561 and s_text, respectively.
7562 (obj_pseudo_table): Add data and text.
7563 (obj_elf_section): Add SEC_LOAD to default initialization of
7564 flags. Treat .rodata1 like .rodata. Set SEC_LOAD as well as
7565 SEC_ALLOC for "alloc" string. Don't bother trying to find the
7566 section; just use subseg_new.
7567
4f0bccc7
ILT
7568 * read.c (change_to_section): Removed. This is now done by
7569 subseg_new.
7570 (get_stab_string_offset): Rearranged somewhat. Create the section
7571 using subseg_new. Store the string index in seg_info, rather than
7572 in a static variable. Force the first string to be empty. Use
7573 frag_more rather than FRAG_APPEND_1_CHAR.
7574 (s_stab_generic): Rewrote.
7575 * subsegs.h (segment_info_type): Added stabu union.
7576 * subsegs.c (subseg_new): Initialize stab_string_size to 0.
7577 * config/obj-aout.c: Don't include aout/stab_gnu.h.
7578 (obj_aout_stab, obj_aout_desc): Removed.
7579 (obj_pseudo_table): Removed desc and stabX entries.
7580 * config/obj-bout.c: Same changes as config/obj-aout.c.
7581 * config/obj-bout.h (S_SET_TYPE): Define.
7582 (tc_bout_fix_to_chars): Declare.
7583 * config/obj-coff.c (obj_coff_stab): Removed.
7584 (obj_pseudo_table): Removed desc and stabX entries.
7585 * config/obj-coff.h (SEPARATE_STAB_SECTIONS): Define.
7586 * config/obj-coffbfd.c (current_stab_symbol): Removed.
7587 * config/obj-coffbfd.h (obj_symbol_type): Removed n_strx, n_type,
7588 n_other, n_desc and n_value fields.
7589 (S_{S,G}ET_{OFFSET,OTHER,TYPE,DESC}): Removed.
7590 (MAKE_STAB_SYMBOL): Removed.
7591 * config/obj-ecoff.c (obj_ecoff_stab): Renamed to ecoff_stab.
7592 Changed arguments and removed parsing code.
7593 (obj_pseudo_table): Removed stabX entries.
7594 * config/obj-ecoff.h (ecoff_stab): Declare.
7595 (OBJ_PROCESS_STAB): Define.
7596 * config/obj-elf.c: Don't include aout/stab_gnu.h.
7597 (obj_elf_stab, obj_elf_xstab, obj_elf_desc,
7598 elf_stab_symbol_string, elf_stab_symbol, obj_elf_stab_generic):
7599 Removed.
7600 (obj_pseudo_table): Removed desc, stabX and xstabs entries.
7601 (obj_elf_version): Use subseg_new, not bfd_make_section. Don't
7602 set SEC_LOAD for .note section.
7603 (adjust_stab_sections): Get frag pointer from seg_info, rather
7604 than looking through frags.
7605 * config/obj-elf.h (S_{S,G}ET_{OTHER,TYPE,DESC}): Removed.
7606 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
7607 Define.
7608 * config/obj-vms.c (obj_aout_stab): Removed.
7609 (obj_pseudo_table): Removed stabX entries.
7610 * config/obj-vms.h (S_SET_TYPE): Define.
7611
7612 * as.h: Declare listing.
7613 * read.c: Don't declare listing.
7614 (emit_expr): Cast fix_new_exp argument.
7615 (parse_bitfield_cons): Correct printf format.
7616 * symbols.c (symbol_new): Add cast to avoid warning.
7617 * write.h: Declare text_last_frag and data_last_frag.
7618 * config/obj-bout.c (obj_bout_line): Added dummy argument.
7619 * config/obj-coffbfd.c: Add some casts to avoid warnings.
7620 * config/tc-a29k.c: Likewise.
7621 * config/tc-i960.c: Likewise. Also fully bracket structure
7622 initializations, fix printf formats, and remove unused variables.
7623
604633ae
ILT
7624Mon Sep 13 16:48:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7625
7626 * read.c (s_desc): Only compile and use if S_SET_DESC is defined.
7627 * struc-symbol.h: Declare verify_symbol_chain and
7628 verify_symbol_chain_2 even if not SYMBOLS_NEED_BACKPOINTERS.
7629 * symbols.c (verify_symbol_chain): Removed useless expression.
7630 * write.c (headers, the_object_file): Only use if not
7631 BFD_ASSEMBLER and not BFD.
7632 (fixup_segment, cvs_frag_to_fill): Only use if BFD_ASSEMBLER or
7633 not BFD.
7634 (merge_data_into_text): Only use if BFD_ASSEMBLER or (not BFD and
7635 not OBJ_AOUT).
7636 * write.h: Declare relax_segment.
7637 * config/obj-coffbfd.c (stack_pop, stack_push, stack_init): Made
7638 static.
7639 (stack_top): Commented out, since it's not used.
7640 Fixed up pseudo-op functions to take an ignored int argument.
7641 (size_section): Added default BAD_CASE to switch.
7642 Changed bzero calls to memset.
7643 * config/obj-coffbfd.h (S_IS_LOCAL): Call strchr on S_GET_NAME
7644 (s), not on s itself.
7645 * config/tc-a29k.c (s_use): Take ignored int argument. Only
7646 define if OBJ_COFF is not defined.
7647 * config/tc-i386.c: (fits_in_signed_byte, smallest_imm_type): Make
7648 argument signed again.
7649 * config/tc-m68k.c (s_bss, s_even, s_proc): Take ignored int
7650 argument.
7651 (m68k_ip): Fully bracket initialization of archs.
7652 Correct several formats for __LINE__ to be %d rather than %s.
7653 (init_table): Fully bracket initialization.
7654 Cast values larger than 0x7f assigned to fr_opcode to char.
7655
7656 * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set.
7657 Wrote non-BFD_ASSEMBLER subseg_new. Now subseg_new always takes a
7658 section name, and subseg_set always takes a segT. Changed all
7659 callers as appropriate.
69cb5925 7660 * config/obj-coffbfd.c (change_to_section): Renamed to
604633ae
ILT
7661 obj_coff_add_segment. Corrected. Made callers use subseg_new.
7662 * config/obj-coffbfd.h (obj_segment_name, obj_add_segment):
7663 Define.
7664
54e3e909
DE
7665Mon Sep 13 13:15:03 1993 Doug Evans (dje@canuck.cygnus.com)
7666
7667 * config/tc-sparc.h (LOCAL_LABEL): Remove test for name[0] == 'L'.
7668
58d4951d
ILT
7669Fri Sep 10 11:22:08 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7670
7671 * config/obj-elf.h (S_SET_SIZE): Actually set the size.
7672
7673 Gcc lint.
54e3e909 7674 * Added a number of casts to function calls.
58d4951d
ILT
7675 * app.c (do_scrub_begin), as.c (main), expr.c (integer_constant,
7676 operand, expr), read.c (read_begin, HANDLE_CONDITIONAL_ASSEMBLY,
7677 read_a_source_file, s_align_bytes, demand_empty_rest_of_line,
7678 ignore_rest_of_line, big_cons, is_it_end_of_statement, s_ignore),
7679 read.h (is_name_beginner, is_part_of_name), config/obj-elf.c
7680 (obj_elf_section), config/tc-i386.c (parse_register),
7681 config/tc-sparc.c (isoctal, s_proc): Cast char
7682 array indices to unsigned char.
54e3e909
DE
7683 * app.c (process_escape): Make static. Add prototype. Change
7684 argument from char to int.
58d4951d
ILT
7685 * as.c: Include output-file.h for prototypes. Comment out unused
7686 function got_sig.
7687 * Makefile.in (as.o): Depend on output-file.h.
7688 * as.h (BAD_CASE): Cast val argument to long, and use %ld.
54e3e909
DE
7689 (pseudo_typeS): Add prototype to poc_handler field.
7690 (print_version_id): Add prototype.
7691 (xmalloc, xrealloc): Change size arguments to unsigned long.
7692 (do_scrub_next_char): Add prototypes for function arguments.
7693 (had_errors, had_warnings, scrub_from_file): Remove duplicate
7694 declarations.
7695 * atof-generic.c (atof_generic): Make size variables unsigned.
58d4951d 7696 * cond.c (ignore_input): Removed unused local variable ptr.
54e3e909
DE
7697 * expr.c (floating_constant, integer_constant): Make static. Add
7698 prototypes.
7699 * flonum-copy.c (flonum_copy): Make size variables unsigned.
58d4951d 7700 * frags.h: Add prototype for frag_init.
54e3e909
DE
7701 * hash.h, hash.c: Change hash values from char * to PTR, make hash
7702 strings const, make returned error strings const char *. Added
7703 prototypes for functions.
7704 * input-file.h, input-file.c (input_file_buffer_size): Return
7705 unsigned int.
7706 * input-scrub.c (buffer_length): Make unsigned.
7707 (input_scrub_push, input_scrub_pop): Make static.
58d4951d
ILT
7708 * listing.c (list_symbol_table): Cast sprintf argument to unsigned
7709 long and use %lx. Print name of segment rather than address of
7710 structure.
54e3e909
DE
7711 (listing_list, listing_title): Change argument to int.
7712 (listing_eject, listing_flags, listing_psize): Add int argument.
7713 * listing.h: Corresponding declaration changes.
7714 * obj.h (obj_emit_symbols): Rename prototype argument to avoid
7715 shadowing.
58d4951d 7716 * read.h: Change get_absolute_expression prototype to return
54e3e909
DE
7717 offsetT. Add prototype for next_char_of_string. Various
7718 prototype changes.
58d4951d 7719 * read.c: Remove prototype for next_char_of_string.
54e3e909
DE
7720 (pobegin): Make errtxt const. Make new_length, tmp_len and num
7721 unsigned.
7722 (s_abort, s_align_ptwo, s_comm, s_data, s_app_line, s_fill,
7723 s_globl, s_lsym, s_org, s_set, s_text, s_desc): Add int argument.
7724 Change all callers.
58d4951d
ILT
7725 (s_comm): Change temp from valueT to offsetT. Cast to long when
7726 printing and use %ld (only for error messages anyhow).
54e3e909
DE
7727 (s_long, s_int): Remove unused functions.
7728 (cons): Change argument to int.
58d4951d
ILT
7729 (emit_expr): Use %lx when printing longs.
7730 (get_absolute_expression): Return offsetT, not long.
7731 (get_stab_string_offset): Comment out unless
7732 SEPARATE_STAB_SECTIONS.
7733 (s_stab_generic): Remove unused offset. Define seg_is_new only
7734 if SEPARATE_STAB_SECTIONS. Use toP only in local block.
54e3e909 7735 * struc-symbol.h (verify_symbol_chain_2): Add prototype.
58d4951d 7736 * symbols.c: Remove nested comment.
54e3e909 7737 (symbol_new): Rename value to valu.
58d4951d 7738 (colon): Use %ld and cast to long in error message.
54e3e909
DE
7739 * symbols.h: Remove duplicate verify_symbol_chain declaration.
7740 * tc.h: Remove unused md_emit_relocations declaration.
7741 (tc_gen_reloc): Add declaration.
58d4951d
ILT
7742 * write.c (cvt_frag_to_fill): Change first argument name depending
7743 on BFD_ASSEMBLER.
54e3e909
DE
7744 (write_relocs): Remove unused offset, frags. Remove tc_gen_reloc
7745 declarations. Make n unsigned.
7746 (write_contents): Remove unused i, n, relocs, fixp. Rename frags
7747 to f to avoid shadowing.
58d4951d
ILT
7748 (write_object_file): Define fragP only if not BFD_ASSEMBLER or not
7749 WORKING_DOT_WORD. Remove unused keep. Only declare punt and
54e3e909 7750 punt_it if they will be used. Make i and n unsigned.
58d4951d 7751 (fixup_segment): Cast to long and use %ld in error message.
54e3e909 7752 * xmalloc.c (xmalloc, xrealloc): Make size argument unsigned.
58d4951d
ILT
7753 * config/obj-aout.h: Remove nested comment. Add prototype for
7754 obj_aout_frob_symbol.
54e3e909
DE
7755 (obj_aout_line, obj_aout_desc): Add int argument.
7756 * config/obj-ecoff.c: Changed build routines to use an unsigned
7757 offset.
7758 (add_string): Make len unsigned long.
58d4951d
ILT
7759 (obj_ecoff_stab): Use %lu in error message.
7760 * config/obj-elf.c (obj_elf_common): Comment out unused label
7761 allocate_bss.
7762 (obj_elf_frob_symbol): Return 0 (currently broken).
54e3e909
DE
7763 (obj_elf_desc, obj_elf_version, obj_elf_size, obj_elf_type,
7764 obj_elf_ident, obj_elf_weak, obj_elf_local, obj_elf_common,
7765 obj_elf_line, obj_elf_previous): Add int argument.
7766 (obj_elf_write_symbol_p): Make static.
7767 * config/obj-elf.h (obj_elf_write_symbol): Add prototype.
58d4951d
ILT
7768 * config/tc-hppa.h: Remove declarations of functions declared in
7769 read.h.
54e3e909
DE
7770 * config/tc-i386.c (ENCODE_RELAX_STATE): Cast to relax_substateT.
7771 (s_bss): Add int argument.
7772 (fits_in_signed_byte, smallest_imm_type): Make argument unsigned.
7773 (dummy): Remove unused function.
7774 (md_assemble): Rename local o to op to avoid shadowing.
7775 (tc_gen_reloc): Rename local reloc to rel to avoid shadowing.
7776 * config/tc-m68k.c (s_data1, s_data2): Add int argument.
58d4951d
ILT
7777 * config/tc-mips.c (mips_ip, md_apply_fix): Cast to long and use
7778 %ld in error messages.
54e3e909
DE
7779 * config/tc-sparc.c: Remove duplicate declarations.
7780 (getExpression): Rewrite condition to avoid empty conditional
7781 body.
7782 (s_reg, s_proc, s_reserve, s_common, s_seg, s_xword): Add int
7783 argument.
58d4951d 7784
892a3ff1
KR
7785Thu Sep 9 17:10:00 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7786
7787 Changes from Jeff Law:
7788
7789 * config/tc-hppa.c (md_assemble): Fix typo.
132239bf 7790 (pa_ip): Delete unused variables and labels. Do not check for
892a3ff1
KR
7791 unsigned values being < 0, it can't happen.
7792 (is_same_frag): Return a value in recursive call case.
7793 (pa_callinfo): Delete unused variables and labels.
7794 (pa_comm): Likewise.
7795 (pa_copyright): Likewise.
7796 (pa_export): Likewise.
7797 (pa_import): Likewise.
7798 (pa_param): Likewise.
7799 (pa_space): Likewise.
7800 (pa_subspace): Likewise.
7801
abdd08c9
ILT
7802Thu Sep 9 15:05:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7803
7804 * read.c (get_stab_string_offset, s_stab_generic): If
7805 BFD_ASSEMBLER, call subseg_set rather than subseg_new.
7806
414b2c8f
ILT
7807Wed Sep 8 15:09:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7808
7809 * config/obj-elf.c (obj_elf_section): Set SEC_LOAD when using
7810 default flag values.
7811
4064305e
SS
7812Tue Sep 7 10:22:52 1993 Stan Shebs (shebs@rtl.cygnus.com)
7813
1531386b
SS
7814 * read.c: (change_to_section): Don't include body if not MANY_SECTIONS.
7815
4064305e
SS
7816 * read.c: (s_stab, s_xstab, s_desc): New functions to parse
7817 various stab-related directives.
7818 * read.h: (s_stab, s_xstab, s_desc): New function prototypes.
7819 * write.c: (merge_data_into_text): Fix ifdef tangle.
7820 * config/obj-coffbfd.c (current_stab_symbol): Fake symbol
7821 for stab reader to use.
7822 * config/obj-coffbfdh.h (obj_symbol_type): Added fields for
132239bf 7823 stab reader, macros to access.
4064305e 7824
81b407c9
KR
7825Fri Sep 3 16:44:03 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7826
fd4b7c25
KR
7827 * config/obj-elf.h (elf_symbol): No longer special-cased on
7828 sparcv9, since elf_symbol_type is now independent of size.
7829
81b407c9
KR
7830 * config/obj-elf.h (elf_symbol): Fixed name of elf_symbol_type.
7831
7832 * config/tc-hppa.h (struct default_subspace_dict, struct
7833 default_space_dict): Field "sort" is now unsigned char.
7834
7835 * config/tc-hppa.c (pa_def_subspaces, pa_def_spaces): Align
7836 columns for easier reading.
7837 (bcmp, index): Deleted USG-specific definitions. Should be dealt
7838 with in ho-*.h, or in libiberty. Changed mention of index to
7839 strchr.
7840 (label_symbolP, label_symbol_defined, callinfo_found,
7841 within_entry_exit, exit_processing_complete, within_procedure,
7842 pa_def_subspaces, pa_def_spaces, pa_pseudo_op_moves_pc,
7843 label_symbols_rootP, pa_get_label, pa_label_is_defined,
7844 pa_undefine_label): Now static.
7845 (movers): Now const, in addition to pointing to const data.
7846 * config/tc-hppa.h (label_symbolS_rootP, pa_get_label,
7847 pa_label_is_defined, pa_undefine_label, pa_pseudo_op_moves_pc):
7848 Delete declarations.
7849
7850 Merged more changes from Jeff Law and Pete Hoogenboom:
7851
7852 * config/tc-hppa.c (pa_def_subspaces, pa_def_subspaces): Remove
7853 entries for .stab and .stabstr.
7854
7855 * config/obj-elf.c: (elf_stab_symbol_string): Set the
7856 SEC_LOAD attribute for the .stabstr section.
7857 (obj_elf_stab_generic): Set the SEC_LOAD attribute for the
7858 .stab section.
7859 (obj_elf_stab_generic): Change '#if 1' to '#if 0'.
7860 (obj_elf_stab_generic): Incorrect byte count on call to
7861 md_number_to_chars function.
7862
7863 * config/tc-hppa.c (hppa_tc_symbol): Static functions need
7864 argument relocation bits too.
7865
7866 * config/tc-hppa.c (pa_stringer): Correctly handle escaping
7867 characters which should appear unaltered in the output string (for
7868 example an escaped double-quote).
7869
7870 * config/tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): Always
7871 initialize name.
7872 (pa_parse_neg_cmpsub_cmpltr): Likewise.
7873 (pa_parse_nonneg_add_cmpltr): Likewise.
7874 (pa_parse_neg_add_cmpltr): Likewise.
7875
7876 * config/tc-hppa.h (parse_cons_expression_hppa): Remove prototype
7877 for now.
7878 (cons_fix_new_hppa): Likewise.
7879 * config/tc-hppa.c (md_apply_fix): Fix type of valp to match
7880 prototype.
7881
7882 * config/tc-hppa.c: Include libhppa.h.
7883
132239bf 7884 * config/tc-hppa.h: Delete extern declarations of functions
81b407c9
KR
7885 found in libhppa.h.
7886
7887 * config/tc-hppa.c (pa_space): Rework to avoid unwanted #ifdef
7888 OBJ_ELF conditionals.
7889 * config/tc-hppa.h (LOCAL_LABEL): Correctly identify local labels
7890 on the PA.
7891
1849d646
ILT
7892Thu Sep 2 10:43:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7893
ff3a5c18
ILT
7894 * config/tc-mips.c (macro_build): Accept 'z', and ignore it.
7895 (macro): Use "z,s,t" for div instructions to match corresponding
7896 change in opcode table.
7897 (mips_ip): Added 'z'--must be zero register.
1849d646 7898
e96d50d0
KR
7899Wed Sep 1 15:56:42 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7900
7901 * write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Declare
7902 tc_gen_reloc correctly.
7903
7904 * configure.in: Use "case" instead of "if" when possible. Rewrote
7905 Makefile editing to reduce work done. Treat "hppa*" as "hppa".
7906
56607c4e
RP
7907Wed Sep 1 12:19:07 1993 K. Richard Pixley (rich@sendai.cygnus.com)
7908
7909 * config/obj-coffbfd.c (obj_coff_section): add 'd' as an alias for
7910 section type of data. 'd' seems to be used for m88k.
7911
7912Wed Aug 25 22:33:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7913
7914 * config/tc-mips.c (mips_align, s_stringer, s_cons, s_float_cons,
7915 s_mips_space): Set insn_label to NULL to avoid changing it at the
7916 next .align statement.
7917 (append_insn): Don't swap jal with instruction that sets the
7918 register that jal sets.
7919
37d719bb
RP
7920Wed Aug 25 16:15:57 1993 K. Richard Pixley (rich@sendai.cygnus.com)
7921
7922 * configure.in: recognize m88110.
7923
28344993
KR
7924Wed Aug 25 13:37:46 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7925
7926 Merged changes from Pete Hoogenboom and Jeff Law at Utah:
7927 * config/tc-hppa.c (pa_build_unwind_subspace): SEC_ALLOC should
7928 not be on for .hppa_unwind.
7929 (md_pseudo_table): .PARAM and .param are valid pseudo-ops for GAS.
7930 (pa_param): New function to handle .PARAM directives.
7931 (pa_ip): Pass "isbranch" argument down to pa_parse_*_compltr
7932 functions. Handle '|' for movb; allow movb,n.
7933 (pa_parse_nonneg_cmpsub_cmpltr): Delete old useless
7934 version. Handle cases where no completer exists for
7935 comb,n or addb,n.
132239bf 7936 (pa_parse_neg_cmpsub_cmpltr): Handle cases where no
28344993
KR
7937 completer exists for comb,n or addb,n. Make logic
7938 mirror that of pa_parse_nonneg_cmpsub_cmpltr.
7939 (pa_parse_nonneg_add_cmpltr): Likewise.
7940 (pa_parse_neg_add_cmpltr): Likewise.
7941 * tc-hppa.h (pa_param): Declare.
7942
7943Tue Aug 24 15:41:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
7944
7945 * config/tc-hppa.c (hppa_tc_make_symextn_section): Now static.
7946 Added forward declaration.
7947
7948 Merged changes from Pete Hoogenboom and Jeff Law at Utah:
7949
7950 * config/obj-elf.c (elf_frob_file): Arguments were incorrect on
7951 call to elf_tc_make_sections.
7952 (obj_elf_version): A .note section shouldn't have the SEC_ALLOC
7953 attribute.
7954
7955 * config/tc-hppa.c (hppa_tc_make_sections): Add some processing to
7956 handle symbol extension sections.
7957
7958 * config/tc-hppa.c (pa_build_symextn_section): New function to
7959 create a symbol extension section.
7960 (pa_export_args): Make call to pa_build_symextn_section.
7961 (hppa_tc_symbol, hppa_tc_make_sections,
7962 hppa_tc_make_symextn_section): New functions.
7963 * config/tc-hppa.h: Update elf_tc_symbol and elf_tc_make_sections
7964 macros.
7965
7966 * read.c (emit_expr): Place check for TC_CONS_FIX_NEW in the
7967 BFD_ASSEMBLER branch as well.
7968
7969 * config/tc-hppa.h: If ELF is the target object format, define
7970 some ELF- and hppa-specific types and constants.
7971
7972 * config/tc-hppa.c (getExpression): Fix a typo.
7973
7974 * read.c (read_a_source_file): Use TC_EQUAL_IN_INSN to determine
7975 if a `=' is part of an instruction.
7976 (read_a_source_file): Handle case where end-of-line markers are
7977 also used within instructions.
7978 * config/tc-hppa.h (TC_EQUAL_IN_INSN, TC_EOL_IN_INSN): Define.
7979
7980 * config/tc-hppa.c (md_apply_fix_1): Keep relocations for
7981 out-of-range branches/'calls using "bl" or calls which may need
7982 argument relocation stubs. Do not need/keep relocations for
7983 conditional branches.
7984 (elf_hppa_final_processing): Fix calculation of function size.
7985
7986 * config/obj-elf.c (obj_elf_version): Mark .note section as
7987 READONLY.
7988
7989 * config/tc-hppa.c (parse_cons_expression_hppa): Pass exp, not the
7990 address of exp, to expression.
7991 (pa_build_unwind_subspace): Turn SEC_HAS_CONTENTS flag on.
7992 (md_apply_fix_1): Delete unwanted comments.
7993 (process_exit): Symbols marking the end of a function are always
7994 BSF_LOCAL.
7995
7996 * config/tc-hppa.c: Include elf32-hppa.h from BFD tree.
7997 (pa_space): Declare and initialize gdb_section.
7998
7999 * config/obj-elf.c (elf_frob_file): Change
8000 elf_tc_final_processing_hook to elf_tc_final_processing.
8001
8002 * config/tc-hppa.c (fix_new_hppa): Fix argument list to match
8003 argument type declarations.
8004 (getExpression): Fix typo.
8005 (pa_export_args): Change elf_symbol_type to elf32_symbol_type.
8006 (elf_hppa_final_processing): Likewise. Name changed from
8007 elf_hppa_final_processing_hook.
8008 (start_symbol_root, start_symbol_last): Deleted.
8009
8010 * config/tc-hppa.h (TC_PARSE_CONS_EXPRESSION): Fix typo.
8011
8012 * config/tc-hppa.h: Replace "symbolS" with "struct symbol" to
8013 avoid changing include ordering.
8014
8015 * config/tc-hppa.c (pa_ip, case 'y'): Handle just like 't'.
8016
6e8dda9c
ILT
8017Mon Aug 23 12:47:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8018
8019 * config/tc-mips.c (set_at): Added unsignedp argument. Use
8020 load_register.
8021 (set_at_unsigned): Removed; changed callers to use set_at.
8022 (load_register): Removed unused ip argument. Changed callers.
8023 (append_insn): Don't swap branch and branch likely.
8024 (macro_build): Handle 'u'.
8025 (load_register): Handle 64 bit constants.
8026 (macro): Added M_DABS, removed M_ABSU. Numerous changes to
8027 support 64 bit constants.
8028 (mips_ip): Use hex constants in range checks for clarity.
8029 (md_number_to_chars): Support 8 byte values.
8030
1e35cd8f
RP
8031Fri Aug 20 16:50:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8032
8033 * config/tc-m88k.h: updated copyrights.
8034 (TC_CONS_RELOC): declare to be RELOC_32.
8035
8358c818
ILT
8036Fri Aug 20 11:16:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8037
8038 * config/tc-mips.c (mips_isa): New static variable.
8039 (md_begin): Initialize mips_isa based on TARGET_CPU. Don't sanity
8040 check macros. Set text alignment and GP size here.
8041 (md_assemble): Don't set text alignment and GP size here.
8042 (append_insn): Don't insert NOPs for load delays if mips_isa >= 2.
8043 Use the right mask and shift for WRITE_FPR_T and WRITE_FPR_S. Add
8044 a NOP after a branch likely.
8045 (mips_emit_delays): Don't insert NOPS for load delays if mips_isa
8046 >= 2.
8047 (macro): Support r6000 and r4000 macros.
8048 (mips_ip): Check insn ISA level against mips_isa before using it.
8049 Added 'x' case for ignored register.
8050 (md_parse_option): Handle -mipsN and -mcpu=XX.
8051
c8d4cda1
KR
8052Fri Aug 20 01:26:52 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8053
8054 * config/tc-i386.c (md_pseudo_table) [OBJ_ELF]: Handle ".zero".
8055
8056Thu Aug 19 12:15:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8057
8058 * config/tc-sparc.c (s_local): Function moved and renamed...
8059 * config/obj-elf.c (obj_elf_local): ...to here.
8060 * config/tc-sparc.c (md_pseudo_table), config/obj-elf.c
8061 (obj_pseudo_table): Move handling of ".local".
8062
8063 * tc.h (md_parse_option): Don't declare if defined as a macro.
8064
8065 * config/tc-i386.h (NO_RELOC) [BFD_ASSEMBLER]: Define as
8066 BFD_RELOC_NONE.
8067 (md_parse_option): New macro, converted from function.
8068 * config/tc-i386.c (md_parse_option): Function deleted.
8069 (comment_chars) [OBJ_ELF]: Include "/".
8070 (line_comment_chars) [OBJ_ELF || TE_I386AIX]: Don't include "/".
8071 (md_assemble): Cast 0xe9 to char explicitly, to avoid compiler
8072 warning.
8073 (md_assemble, md_estimate_size_before_relax, md_create_long_jump):
8074 Call reloc for fix_new type, or use correct enumerator, instead of
8075 always using NO_RELOC.
8076 (i386_operand): Change "ifndef I386COFF" to "ifdef OBJ_AOUT" for
8077 tests for valid section.
8078 (md_convert_frag) [BFD_ASSEMBLER]: Compensate for frag start
8079 address.
8080 (md_apply_fix_1) [BFD_ASSEMBLER]: For pc-relative reloc with
8081 symbol, compensate for location of reloc.
8082 (reloc, BFD_RELOC_32, BFD_RELOC_32_PCREL) [!BFD_ASSEMBLER]: Define
8083 to return zero.
8084
4915cac0
KR
8085Wed Aug 18 16:51:29 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8086
8087 * config/obj-elf.c: Undef NO_RELOC before including aout/aout64.h.
8088 (obj_elf_weak): New function.
8089 (obj_pseudo_table): Handle ".weak".
8090 (obj_elf_section): If section directive includes a string, ignore
8091 it for now. Accept "progbits" flag.
8092 (obj_elf_type): Accept `@' before flag name.
8093
8094 * write.c (relax_and_size_seg) [BFD_ASSEMBLER]: Get rid of `if(1)'
8095 condition.
8096 (fixup_segment) [BFD_ASSEMBLER]: Use bfd_is_com_section, rather
8097 than checking for bfd_com_section directly.
8098 (fixup_segment): Simplify range check.
8099 (fixup_segment) [OBJ_COFF && TC_I960]: Simplify cpp condition
8100 test.
8101
8102 * symbols.h (S_SET_WEAK): Declare.
8103 * symbols.c (S_SET_WEAK): New function.
8104 (S_SET_EXTERNAL, S_CLEAR_EXTERNAL): Don't bother with BSF_EXPORT,
8105 it's not a separate flag any more. Clear BSF_WEAK.
8106
8107 * read.c (potable): Treat "string" like "asciz".
8108
19ed8960
ILT
8109Wed Aug 18 15:30:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8110
8111 * config/tc-mips.c (append_insn): Don't swap branch instructions
8112 if .set nobopt or .set volatile.
8113 (gp_reference): .lit8 and .lit4 are accessed via the GP register.
8114 (macro): Added cases M_LI_S, M_LI_SS. Fixed M_LI_D and M_LI_DD.
8115 (mips_ip): Added cases 'F', 'L', 'f', 'l' for floating point.
8116 * config/obj-ecoff.c: Renamed some variables to avoid shadow
8117 warnings.
8118
ae8c28f8
DZ
8119Mon Aug 16 14:16:02 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8120
19ed8960
ILT
8121 * config/obj-coff.h (S_IS_COMMON): add missing backslash
8122
ae8c28f8
DZ
8123 * configure.in (z8k-*-{coff,sim}): use coffbfd for this target
8124
0aa07269
ILT
8125Thu Aug 12 11:47:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8126
8127 * config/tc-mips.c (mips_ip): Suggested by
8128 davidj@ICSI.Berkeley.EDU (David Johnson): Don't accept symbolic
8129 names for 'E' and 'G' argument types (coprocessor registers) and
8130 don't warn if $1 is used on the coprocessor.
ae8c28f8 8131 (macro): Handle M_{L,S}WC{0,2,3}_AB correctly.
0aa07269
ILT
8132
8133Mon Aug 9 12:09:14 1993 Doug Evans (dje@canuck.cygnus.com)
8134
8135 * read.c (emit_expr): Use BFD_RELOC_16 for 2-byte values.
8136 * config/tc-sparc.c (md_apply_fix, tc_gen_reloc): Handle
8137 BFD_RELOC_16.
8138 * config/tc-sparc.h (WORKING_DOT_WORD): Define.
8139
6a9cf6fa
KR
8140Mon Aug 9 13:36:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8141
8142 * write.c (merge_data_into_text): Define only if BFD_ASSEMBLER is
8143 defined or BFD is not.
8144 (relax_and_size_all_segments): Declare local variable fragP.
8145
b114e492
KR
8146Fri Aug 6 15:22:53 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8147
8148 * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_32): Fill in
8149 bytes with real values, not zeros.
8150
ac32a7e7
ILT
8151Fri Aug 6 10:57:59 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8152
3d2330f8
ILT
8153 * configure.in (mips-*-riscos*, mips-*-sysv*): New (untested)
8154 targets, using ecoff and mips-big.
8155
ac32a7e7
ILT
8156 * config/tc-mips.c (mips_ip): From davidj@ICSI.Berkeley.EDU (David
8157 Johnson): Added case for 'C' for coprocessor instruction codes.
8158
273aa947
KR
8159Thu Aug 5 13:08:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8160
fd4b7c25
KR
8161 * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_64): Fill in
8162 bytes with real values, not zeros.
8163 (md_pseudo_table): Call cons for .uaxword.
8164
b114e492
KR
8165 * config/obj-elf.c (obj_pseudo_table): Handle ".8byte".
8166
273aa947
KR
8167 * read.c (emit_expr): Use BFD_RELOC_64 for 8-byte expressions.
8168
b114e492
KR
8169 * write.c (write_object_file): Test DEBUG_SYMS instead of DEBUG
8170 for verifying symbol chain.
8171 (merge_data_into_text, relax_and_size_all_segments): New
8172 functions, split out from write_object_file.
8173
273aa947
KR
8174Tue Aug 3 15:43:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8175
8176 * config/obj-elf.c (obj_elf_stab_generic, in disabled code): If
8177 debug section is new, allocate an extra 12 bytes at its start. If
8178 ".stabs" type is N_SO, fill in filename symbol field of that first
8179 entry. Return early if "goof", to simplify later code slightly.
8180 (adjust_stab_sections): New function.
8181 (elf_frob_file): Apply adjust_stab_sections to each section.
8182
8183 * config/obj-elf.c (obj_elf_section, obj_elf_previous): No longer
8184 static.
8185 * config/obj-elf.h (obj_elf_section, obj_elf_previous): Declare.
8186 * config/tc-sparc.c (md_pseudo_table): Call them for "pushsection"
8187 and "popsection", and call cons for "uaword" and "uahalf".
8188
8189 * config/obj-elf.c (obj_elf_version): Use English in error
8190 messages.
8191
4573d186
ILT
8192Tue Aug 3 11:29:06 1993 Ian Lance Taylor (ian@cygnus.com)
8193
8194 * config/obj-ecoff.c: Updated for BFD ECOFF changes. Now gets the
8195 swapping routines and external structure sizes via the
8196 ecoff_backend information. No longer includes coff/mips.h.
8197
b4703fa6
ILT
8198Mon Aug 2 17:35:48 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8199
4c7ff23d
ILT
8200 * config/obj-ecoff.c (get_tag): Save tag name in permanent memory
8201 and in hash_ptr->string.
8202
b4703fa6
ILT
8203 * app.c (do_scrub_next_char): Reset state to 0 after .appline if
8204 file name is not seen.
8205
fd4b7c25
KR
8206Mon Aug 2 11:51:41 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8207
8208 * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_64): New case,
8209 parallel to BFD_RELOC_32.
8210 (tc_gen_reloc): Accept BFD_RELOC_64.
8211
ced16de6
ILT
8212Thu Jul 29 22:21:28 1993 Ian Lance Taylor (ian@cygnus.com)
8213
8214 * write.c: Don't use short int in a prototype.
ab4d34cd
ILT
8215
8216 * expr.c (operand): Make return value simply depend on contents of
8217 returned expression.
8218
b4703fa6
ILT
8219Thu Jul 29 18:38:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8220
8221 * configure.in: sparc*-aout and sparc*-vxworks are BFD assemblers
8222
0ccc65ec
DZ
8223Thu Jul 29 18:38:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8224
8225 * config/ho-sunos.h: remove some old function decls that conflict
8226 w/ ANSI, and which weren't needed anyway
8227
8228Wed Jul 28 16:34:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8229
8230 * config/obj-elf.h (obj_frob_symbol): Renamed from tc_frob_symbol,
8231 and disabled since it breaks Ian's new symbol-value code.
8232
8233 * expr.c (integer_constant): Accept more digits if BFD64.
8234
7fe17970
ILT
8235Wed Jul 28 11:30:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8236
8237 * config/tc-m68k.c (m68k_ip): If we have a normal constant when we
8238 expect a bignum, turn it into a bignum. Output extra zeroes
8239 before a short bignum, rather than after.
8240
0c2734c3
KR
8241Tue Jul 27 15:54:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8242
8243 * symbols.c (symbol_new): Conditionalize verify_symbol_chain call
8244 on DEBUG_SYMS, not DEBUG.
8245 (symbol_remove): Likewise.
8246 (symbol_insert): Likewise.
8247
4fe45d22
ILT
8248Tue Jul 27 08:45:05 1993 Ian Lance Taylor (ian@cygnus.com)
8249
8250 * config/tc-mips.c (mips_optimize): New static variable.
e9f108bc
ILT
8251 (append_insn): If mips_optimize == 0, always insert NOP
8252 instructions. If mips_optimize < 2, don't swap branches.
8253 (md_parse_option): If -Ox or -gx, set mips_optimize accordingly.
4fe45d22 8254
de9310b9
RP
8255Mon Jul 26 18:02:43 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8256
8257 * Makefile.in (clean): if testsuite does not exist, then skip it.
8258
8259Fri Jul 23 14:13:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8260
8261 * config/tc-mips.c (prev_insn_unreordered,
8262 prev_prev_insn_unreordered): New static variables.
8263 (append_insn): Don't swap branch instruction if
8264 prev_prev_insn_unreordered (see comment).
8265 (mips_no_prev_insn): Clear the unreordered variables.
8266 (s_mipsset): When turning on reordering, set the unreordered
8267 variables.
8268
7767e7e9
KR
8269Fri Jul 23 13:09:44 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8270
8271 * config/obj-elf.c (obj_elf_section): Sections ".init" and ".fini"
8272 are also magic, and have special default flag settings.
8273 (obj_elf_frob_symbol): Since the return value from this function
8274 isn't used, don't bother calling obj_elf_write_symbol_p, since it
8275 doesn't accomplish anything else.
8276
8277 * config/tc-sparc.c (md_section_align): Round up section size only
8278 for a.out format.
8279
8280 * symbols.c: Don't define DEBUG by default.
8281
88b457e5
ILT
8282Thu Jul 22 12:09:41 1993 Ian Lance Taylor (ian@cygnus.com)
8283
2a2d3d08
ILT
8284 * write.c (fix_new_exp): Handle a O_uminus expression.
8285
e979ea04
ILT
8286 * expr.c (expr): Don't let absolute_section override
8287 undefined_section for the return value.
8288
cf897ce2
ILT
8289 * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a
8290 pseudo-op with a poc_handler field of NULL, ignore it and treat it
8291 as an instruction instead.
8292 * config/tc-m88k.c (md_pseudo_table): Add "set" with a NULL
8293 poc_handler field.
8294
88b457e5
ILT
8295 * config/tc-h8500.c (md_begin): Use a local variable when
8296 initializing md_relax_table to avoid warnings about modifying a
8297 supposedly const data structure.
8298
88e12460
BK
8299Thu Jul 22 10:58:51 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8300
8301 * config/obj-aout.c: Only include aout/aout64.h if BFD_ASSEMBLER
8302 is defined.
8303
86a6ada2
FF
8304Wed Jul 21 17:32:02 1993 Fred Fish (fnf@deneb.cygnus.com)
8305
8306 * configure.in (case ${host}): Map *-*-sysv4* to gas_host=sysv.
8307 * configure.in (case ${generic_target}): Add i[34]86-*-sysv4*
8308 case to set obj_format=elf. Must go before i386-*-sysv* case that
8309 sets obj_format=coffbsd. Add *-*-sysv4* to *-*-elf and
8310 *-*-solaris case, and move to before *-sysv* case that wants to
8311 set obj_format to coff.
8312 * config/tc-i386.c (i386_operand): Change all 'exp.X_op' to
8313 'exp->X_op'.
8314 * config/tc-i386.c (md_apply_fix): Fix valp to be 'valueT *' for
8315 BFD_ASSEMBLER case.
8316
8ff6f40e
ILT
8317Wed Jul 21 12:47:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8318
2c5c299f
ILT
8319 * config/obj-aout.c: Include aout/aout64.h.
8320 (obj_aout_frob_symbol): Set BSF_DEBUGGING for a constructor
8321 symbol, so that BFD doesn't tamper with the type.
8322
8ff6f40e
ILT
8323 * read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look
8324 up opcodes as pseudo-ops even if they don't start with '.'.
8325 * config/tc-m88k.h (NO_PSEUDO_DOT): Define.
8326 * config/tc-m88k.c (md_assemble): Removed special pseudo-op
8327 handling.
8328 (md_apply_fix): Set fx_offset to the upper 16 bits of the reloc.
8329 Output the low 16 bits for RELOC_HI16, not the high 16 bits.
8330 * config/obj-coffbfd.c (do_relocs_for): If TC_M88K, set the
8331 r_offset field of the reloc to the fixup offset.
8332 (fixup_segments): If TC_M88K, don't warn about fixup overflows.
8333 * doc/as.texinfo: Minor updates.
8334
5ac34ac3
ILT
8335Tue Jul 20 19:28:56 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8336
8337 * Extensive changes to permit symbols to contain any expression
8338 type and to delay the computation of the expression until the
8339 value is actually needed. This permits setting symbols to values
8340 calculated based on object code size. Expressions were changed to
8341 no longer be in a section, to stop the overloading of segment and
8342 expression type that previously occurred.
8343
8344 * as.c (big_section, pass1_section, diff_section, absent_section):
8345 Removed.
8346 (expr_section): Added (used for dummy symbols which hold
8347 intermediate expression values).
8348 (perform_an_assembly_pass): Create expr_section, do not create the
8349 sections now removed.
8350 * as.h (segT): Removed SEG_ABSENT, SEG_PASS1, SEG_BIG, and
8351 SEG_DIFFERENCE. Added SEG_EXPR.
8352 (SEG_NORMAL): Corresponding changes.
8353 * subsegs.c (seg_name, subsegs_begin): Changed accordingly.
8354 * write.c (write_object_file): Ditto.
8355 * config/obj-aout.c (seg_N_TYPE): Ditto.
8356 * config/obj-bout.c (seg_N_TYPE): Ditto.
8357 * config/obj-coff.c (seg_N_TYPE): Ditto.
8358 * config/obj-coffbfd.c (seg_N_TYPE): Ditto.
8359 * config/obj-vms.c (seg_N_TYPE): Ditto.
8360
8361 * expr.h (operatorT): Moved in from expr.c, added some values.
8362 (expressionS): Added X_op field, removed X_seg field; renamed
8363 X_subtract_symbol to X_op_symbol.
8364 * expr.c: Extensive changes to assign expression types rather than
8365 sections and to simplify the parsing.
8366 * write.c (fix_new_internal): New static function.
8367 (fix_new): Removed sub_symbol argument.
8368 (fix_new_exp): New function, takes expression argument.
8369 * write.h: Prototype changes for fix_new and fix_new_exp.
8370 * cond.c (s_if): Changed accordingly.
8371 * read.c (s_lsym, pseudo_set, emit_expr, parse_bitfield_cons,
8372 parse_repeat_cons, get_segmented_expression,
8373 get_known_segmented_expression, get_absolute_expression): Ditto.
8374 * symbols.c (resolve_symbol_value, S_GET_VALUE, S_SET_VALUE):
8375 Ditto.
8376 * write.c (write_object_file): Ditto.
8377 * config/obj-coff.c (obj_coff_def, obj_coff_val): Ditto.
8378 * config/obj-coffbfd.c (obj_coff_def, obj_coff_val,
8379 obj_coff_endef, yank_symbols): Ditto.
8380 * config/obj-elf.c (obj_elf_stab_generic, obj_elf_size): Ditto.
8381 * config/tc-a29k.c (md_assemble, parse_operand, machine_ip,
8382 print_insn, md_operand): Ditto.
8383 * config/tc-h8300.c (parse_exp, colonmod24, check_operand,
8384 do_a_fix_imm, build_bytes): Ditto.
8385 * config/tc-h8500.c (parse_exp, skip_colonthing, parse_reglist,
8386 get_specific, check, insert, md_convert_frag): Ditto.
8387 * config/tc-hppa.c (the_insn, fix_new_hppa, cons_fix_new_hppa,
8388 md_assemble, pa_ip, getExpression, getAbsoluteExpression,
8389 evaluateAbsolute, pa_build_unwind_subspace, pa_entry,
8390 process_exit): Ditto.
8391 * config/tc-hppa.h (STAB_FIXUP, is_DP_relative, is_PC_relative,
8392 is_complex): Ditto.
8393 * config/tc-i386.c (pe, md_assemble, i386_operand,
8394 md_estimate_size_before_relax, md_create_long_jump): Ditto.
8395 * config/tc-i860.c (md_assemble, getExpression, print_insn):
8396 Ditto.
8397 * config/tc-i960.c (parse_expr, subs, segs, md_convert_frag,
8398 get_cdisp, mem_fmt, parse_ldconst, relax_cobr, s_sysproc,
8399 i960_handle_align): Ditto.
8400 * config/tc-m68k.c (struct m68k_exp, struct m68k_it, seg, op,
8401 subs, add_fix, isvar, m68k_ip, md_assemble, md_convert_frag_1,
8402 md_estimate_size_before_relax, md_create_long_jump, get_num):
8403 Ditto.
8404 * config/tc-m88k.c (md_assemble, get_imm16, get_pcr,
8405 md_create_short_jump, md_create_long_jump): Ditto.
8406 * config/tc-mips.c (md_assemble, append_insn, gp_reference,
8407 macro_build, macro, my_getExpression): Ditto. Also removed
8408 get_optional_absolute_expression; just use get_absolute_expression
8409 instead.
8410 * config/tc-ns32k.c (get_addr_mode, evaluate_expr, convert_iif,
8411 fix_new_ns32k, fix_new_ns32k_exp, cons_fix_new_ns32k): Ditto.
8412 * config/tc-ns32k.h (fix_new_ns32k prototype): Ditto.
8413 * config/tc-sh.c (parse_exp, check, insert, md_convert_frag):
8414 Ditto.
8415 * config/tc-sparc.c (md_assemble, sparc_ip, getExpression,
8416 print_insn): Ditto.
8417 * config/tc-tahoe.c (struct top, md_estimate_size_before_relax,
8418 tip_op, md_assemble): Ditto.
8419 * config/tc-vax.c (seg_of_operand, md_assemble,
8420 md_estimate_size_before_relax, md_create_long_jump): Ditto.
8421 * config/tc-z8k.c (parse_exp, check_operand, newfix): Ditto.
8422
84873870
DZ
8423Tue Jul 20 12:17:16 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8424
8425 * configure.in: i386-lynx is the same as i386-coff
8426
623d6e9a
KR
8427Mon Jul 19 15:21:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8428
8429 * config/obj-elf.c (obj_elf_previous): New function.
8430 (previous_section, previous_subsection): New vars.
8431 (obj_elf_section): Save current place in case DWARF code wants us
8432 to pop back to it. Handle unquoted section name as well as quoted
8433 section name. Don't crash on invalid strings.
8434 (obj_pseudo_table): Handle new pseudos "previous", "2byte", and
8435 "4byte".
8436
8437 * config/obj-elf.h: Don't include struc-symbol.h.
8438 (obj_elf_frob_symbol): Declare arg as struct symbol *.
8439
8440 * tc-sparc.h (LOCAL_LABEL) [OBJ_ELF]: Local labels can start with
8441 "L" or "_.L_".
8442
8443 * write.c (write_relocs): New function, split off from
8444 write_contents. Use memset instead of bzero.
8445 (write_object_file): Apply write_relocs to each section before
8446 applying write_contents.
8447
8448 * read.c (read_begin): Call obstack_begin with values closer to 1K
8449 multiples.
8450 (read_a_source_file, big_cons, float_cons): Use memcpy instead of
8451 bcopy.
8452
ffffc8fb
ILT
8453Mon Jul 19 14:30:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8454
ce2ad89a
ILT
8455 * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when
8456 calculating opP->isiz; this permits the expression size to be
8457 determined as well, later on.
8458
ffffc8fb
ILT
8459 * expr.c (clean_up_expression): Don't cancel the subtraction of
8460 undefined symbols.
8461
8462 * read.c (s_data), config/obj-coffbfd.c (obj_coff_data): If -R,
8463 switch to text section rather than data section.
8464
9d4dfbf3
KR
8465Mon Jul 19 12:35:39 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8466
8467 * config/tc-m68k.c (m68k_ip, case AINDX): Add 6 to operand
8468 expression (to take the pc-rel instruction itself into account)
8469 before using the expression, instead of after.
8470
04acd059
ILT
8471Fri Jul 16 08:56:04 1993 Ian Lance Taylor (ian@cygnus.com)
8472
1e9cf565
ILT
8473 * read.c (float_cons): Simplified parsing logic. If
8474 REPEAT_CONS_EXPRESSIONS is defined, accept a repeat count.
8475
8476 * symbols.c (colon): Rather than a special case for TC_HPPA,
8477 use new macro tc_frob_label.
8478 * config/tc-hppa.h (tc_frob_label): Define.
8479
8480 * config/tc-mips.c: Many changes to support simple assembler
8481 optimization.
8482 (insn_label, prev_insn, prev_prev_insn, dummy_opcode,
8483 prev_insn_valid, prev_insn_frag, prev_insn_where,
8484 prev_insn_fixp, prev_insn_is_delay_slot): New static
8485 variables.
8486 (insn_uses_reg, mips_no_prev_insn, mips_emit_delays,
8487 mips_align, s_stringer, s_mips_space): New static functions.
8488 (mips_define_label): New global function.
8489 (md_pseudo_table): For "ascii", "asciz", "asciiz", call
8490 s_stringer. Changed argument to float_cons from 0 or 1 to 'f'
8491 or 'd'. For "space" call s_mips_space.
8492 (md_begin): Call mips_no_prev_insn.
8493 (append_insn): Only insert necessary NOP instructions.
8494 (macro): Call mips_emit_delays before setting mips_noreorder.
8495 Increment and decrement mips_noreorder rather than using
8496 save_reorder_condition. Don't bother to use noreorder in
8497 M_L_DOB and M_L_DAB, since append_insn will not insert a NOP.
8498 (md_atof): Handle floating point numbers correctly for both
8499 big and little endian targets.
8500 (s_align, s_cons): Call mips_align rather than frag_align.
8501 (s_change_seg, s_cons): Call mips_emit_delays.
8502 (s_float_cons): Let float_cons do the work.
8503 (s_mipsset): Call mips_emit_delays when setting noreorder.
8504 * config/tc-mips.h (tc_frob_label): Define to be
8505 mips_define_label.
8506
04acd059
ILT
8507 * config/obj-ecoff.c (ecoff_build_symbols, ecoff_build_procs,
8508 ecoff_frob_files): Consistently use S_GET_VALUE rather than
8509 bfd_asymbol_value. Warn if taking difference of symbols in
8510 different segments.
8511
c978e704
ILT
8512Thu Jul 15 11:51:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8513
5276e361
ILT
8514 * config/obj-ecoff.c (ecoff_frob_file): Discard all open scopes,
8515 with a warning.
8516
2368ec63
ILT
8517 * config/obj-coffbfd.c (fixup_segment): If TC_M88K, don't adjust
8518 by md_pcrel_from if we are relocating against a symbol (we still
8519 need md_pcrel_from for a PC relative relocation within the same
8520 file).
8521 * config/tc-m88k.c (md_pcrel_from): Corrected return value.
cb441b38 8522 (omagic): Removed unused variable.
2368ec63 8523
c978e704
ILT
8524 * Preliminary support for m88k-coff.
8525 * configure.in (m88k-*-coff*): New target. Use coffbfd and
8526 m88kcoff.
8527 * config/m88kcoff.mt: New file.
8528 * read.c (lex_type): New macro LEX_AT to set lex type of '@'.
8529 (pseudo_set): Handle difference of symbols in different fragments
8530 by saving the entire expression as the value of the symbol.
8531 * symbols.c (resolve_symbol_value): Resolve difference
8532 expressions.
8533 * config/obj-coffbfd.c (obj_pseudo_table): If TC_M88K, accept
8534 "sdef" as a synonym for "def".
8535 * config/obj-coffbfd.h: If TC_M88K, include coff/m88k.h and set
8536 TARGET_FORMAT.
8537 (S_IS_LOCAL): Any symbol which includes \001 in the name is local.
8538 * config/tc-m88k.c, config/tc-m88k.h: Numerous changes to bring
8539 m88k port up to date, and to add COFF support.
8540
85051959
ILT
8541Wed Jul 14 15:09:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8542
5868b1fe
ILT
8543 * Removed sy_forward and replaced it with an undefined expression
8544 as the value of a symbol.
8545 * struc-symbol.h (struct symbol): Removed sy_forward field. Added
8546 sy_resolved and sy_resolving single bit fields.
8547 * symbols.c (symbol_new): Don't initialize sy_forward field.
8548 (resolve_symbol_value): New function to adjust symbol value by
8549 fragment address, using recursion to resolve forward symbols.
8550 * symbols.h: Added prototype for new function.
8551 * read.c (pseudo_set): Set symbolP->sy_value to an undefined
8552 expression rather than setting symbolP->sy_forward.
8553 * write.c (write_object_file): Use resolve_symbol_value on
8554 symbols, keeping the common case (the old behaviour) inline.
8555 * config/obj-aout.c (obj_aout_frob_symbol): Removed sy_forward
8556 handling (subsumed by write.c change).
8557 * config/obj-coff.c, config/obj-coffbfd.c (obj_coff_val): Set
8558 sy_value rather than sy_forward.
8559 * config/obj-coffbfd.c (obj_coff_endef, yank_symbols): Check
8560 expression segment rather than sy_forward.
8561 (yank_symbols): Use resolve_symbol_value.
8562 (crawl_symbols): Removed extra pass over symbols.
8563 * config/obj-aout.c, config/obj-bout.c, config/obj-coff.c,
8564 config/obj-vms.c (obj_crawl_symbol_chain): Removed extra pass over
8565 symbols which handled sy_forward; use resolve_symbol_value
8566 instead.
8567 * config/obj-coff.h, config/obj-coffbfd.h (obj_frob_forward_symbol):
8568 Define.
8569 * config/obj-elf.c (obj_elf_stab_generic): Check expression
8570 segment rather than sy_forward.
8571 * config/obj-vms.c (VMS_Check_For_Main): Don't initialize
8572 sy_forward; do initialize sy_resolved and sy_resolving.
8573 * config/tc-hppa.h (STAB_FIXUP): Use sy_value, not sy_forward.
8574
85051959
ILT
8575 * Changes to keep a full expression as the value of a symbol, not
8576 just a longword:
8577 * struc-symbol.h: New field sy_value.
8578 * as.h: Include expr.h before struc-symbol.h.
8579 * expr.h: Use struct symbol rather than symbolS.
8580 * symbols.c (S_GET_VALUE, S_SET_VALUE): Rewrote to retrieve value
8581 of sy_value field; compile unconditionally, not just if
8582 BFD_ASSEMBLER.
8583 * symbols.h: Compile S_{SG}ET_VALUE prototypes unconditionally.
8584 * write.c (write_object_file): Set BFD symbol value to gas symbol
8585 value.
8586 * config/obj-aout.h, config/obj-bout.h, config/obj-coff.h,
8587 config/obj-coffbfd.h, config/obj-generic.h, config/obj-vms.h
8588 (S_GET_VALUE, S_SET_VALUE): Removed macro definitions.
8589 * config/obj-ieee.c (S_GET_VALUE, S_SET_VALUE): Removed.
8590 * config/obj-coff.h, obj-coffbfd.h: Rewrote several macros to use
8591 S_GET_VALUE rather than ost_entry.n_value.
8592 * config/obj-aout.c (obj_symbol_to_chars), config/obj-bout.c
8593 (obj_symbol_to_chars), config/obj-coff.c (obj_symbol_to_chars),
8594 config/obj-coffbfd.c (symbol_to_chars): Get value to write out
8595 using S_GET_VALUE--don't assume it is already set.
8596 * config/obj-ieee.c (do_symbols): Set BFD symbol value to gas
8597 symbol value.
8598 * config/obj-vms.c (various): Don't assign directly to
8599 S_GET_VALUE; use S_SET_VALUE instead.
8600
b50401c9
DE
8601Wed Jul 14 09:35:23 1993 Doug Evans (dje@canuck.cygnus.com)
8602
fd4b7c25
KR
8603 * configure.in: Make sparc64-*-aout* use bfd gas.
8604
b50401c9
DE
8605 * configure.in: Recognize h8300h.
8606
489a93f3
SC
8607Tue Jul 13 12:09:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
8608
8609 * config/tc-h8500.c (line_comment_chars): Add hash.
8610 (parse_exp, skip_colonthing, build_bytes): Add support for
8611 R_H8500_HIGH16 relocation type.
8612
5d4ef296
KR
8613Mon Jul 12 11:15:34 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
8614
8615 * config/obj-elf.c (obj_elf_section): Allow `@' to introduce an
8616 attribute name. Handle `execinstr' attribute.
8617
99c24539
ILT
8618Mon Jul 12 07:22:28 1993 Ian Lance Taylor (ian@cygnus.com)
8619
8620 * config/tc-mips.c (mips_ip): Don't warn on 'i' or 'j' mismatch if
8621 there is another alternative for the instruction.
8622
ec1c752b
RP
8623Fri Jul 9 17:31:34 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8624
8625 * doc/as.texinfo: updates for H8/300H
8626
d358969d
ME
8627Thu Jul 8 14:41:43 1993 Mark Eichin (eichin@cygnus.com)
8628
8629 * config/tc-i960.c (md_create_short_jump, md_create_long_jump,
8630 md_number_to_chars, md_section_align): Adjusted to use valueT,
8631 addressT, to match tc.h.
8632
ff4cac38
KR
8633Thu Jul 8 14:15:05 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8634
8635 * config/tc-sparc.c (s_common): Revamp to handle both syntaxes,
b2565433 8636 independent of format.
ff4cac38 8637
42206996
DE
8638Thu Jul 8 07:25:25 1993 Doug Evans (dje@canuck.cygnus.com)
8639
8640 * config/tc-h8300.h (TC_CONS_RELOC): Use R_RELLONG if h8/300h.
8641
e9baeb46
DZ
8642Wed Jul 7 18:11:07 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8643
8644 * configure.in: define CROSS=-DCROSS_COMPILE if it is a cross
8645 build; also recognize h8300-*-coff
8646
76c64db0
ILT
8647Wed Jul 7 10:21:24 1993 Ian Lance Taylor (ian@cygnus.com)
8648
e154ecf4
ILT
8649 * symbols.c (fb_label_instance, fb_label_instance_inc): Don't dump
8650 core just because somebody uses a label before it is defined.
8651
76c64db0
ILT
8652 * config/mips-opcode.h: Moved to opcode/mips.h.
8653 * config/tc-mips.c: Include opcode/mips.h rather than
8654 mips-opcode.h.
8655 (append_insn): An extra NOP is only needed after instructions
8656 which set HI or LO, not after instructions which read it.
8657 (macro_build, mips_ip): Support new 'E', 'G' and 'B' arguments.
8658 (macro): cfc1 and ctc1 now take "t,G" rather than "t,d".
8659 * config/tc-mips.h (struct mips_opcode): Don't define.
8660 * config/mips-big.mt, config/mips-lit.mt (TARG_CPU_DEPENDENTS):
8661 Set to $(srcdir)/../include/opcode/mips.h.
8662
8663 Get the MIPS assembler up to speed with other gas changes:
8664
8665 * config/obj-ecoff.c (ecoff_set_vma, ecoff_frob_symbol):
8666 Removed; don't change the symbol value.
8667 (ecoff_build_symbols, ecoff_build_procs, ecoff_frob_file): Use
8668 bfd_asymbol_value rather than S_GET_VALUE to include section
8669 vma in symbol value.
8670 (ecoff_frob_file): Ignore BSF_SECTION_SYM symbols, since ECOFF
8671 doesn't output them. Set the vma of sections.
8672 * config/obj-ecoff.h: Don't define obj_frob_symbol.
8673 * config/tc-mips.c (tc_gen_reloc): Adjustment by section vma is no
8674 longer necessary.
8675 (various): use valueT rather than long.
8676
e28e0b95
KR
8677Wed Jul 7 08:33:30 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8678
fd4b7c25
KR
8679 * config/tc-sparc.h (ENV64): Define for v9.
8680
8681 * config/tc-sparc.c (s_xword): For numbers, call big_cons.
8682 (sparc_ip, md_apply_fix, tc_gen_reloc): Handle some sparc64
8683 relocation types.
8684 (md_number_to_chars): Handle 8-byte value.
8685
8686 * config/obj-elf.h (elf_symbol): For v9, use 64-bit symbol type.
8687
e28e0b95
KR
8688 * as.h (valueT): Typedef moved here.
8689 * struc-symbol.h (valueT): ...from here.
8690 * write.c (write_object_file): Locals from_addr, to_addr,
8691 table_addr are now addressT. Supply prototype for bfd_alloc for
8692 now.
8693 (fixup_segment): Local add_number is now valueT. Correct some
8694 range-checking bugs.
8695 (relax_align): Type `int' should be sufficient for the exponent.
8696 (fix_new): Argument offset is type offsetT. Locals size and
8697 newsize are type valueT.
8698 * write.h (struct fix): Fields fx_offset and fx_addnumber are now
8699 type valueT.
8700 (fix_new): Fix prototype.
8701 * symbols.c (symbol_new): Symbol value is type valueT.
8702 (S_SET_VALUE, S_GET_VALUE): Likewise.
8703 (S_IS_*): Specify int return type explicitly.
8704 * symbols.h (symbol_new, S_GET_VALUE, S_SET_VALUE): Fixed
8705 prototypes.
8706 * read.c (s_comm): Values read are type valueT.
8707 * expr.h (expressionS): Field X_add_number is an offsetT.
8708 * tc.h (md_create_long_jump, md_create_short_jump,
8709 md_section_align): Addresses are now type addressT.
8710 (md_number_to_chars, md_apply_fix): Pass value as valueT.
8711 * config/tc-i386.c (md_create_short_jump, md_create_long_jump,
8712 md_number_to_chars, md_section_align): Adjusted.
8713 * config/tc-sparc.c (sparc_ip): Initialize `len' variable to make
8714 gcc shut up.
8715 (md_create_short_jump, md_create_long_jump, md_number_to_chars,
8716 md_section_align): Adjusted.
8717
8718 * config/tc-sparc.c (s_reserve): Permit use for other than a.out
8719 format.
8720 (s_common): Handle Solaris-2 version.
8721
8722 * config/ho-generic.h (free): Returns void if __STDC__.
8723
8724 * config/obj-elf.h (obj_elf_frob_symbol, elf_frob_file,
8725 elf_file_symbol): Declare.
8726
8727 * expr.c (floating_constant, integer_constant): Now return void.
8728
8729Thu Jul 1 12:13:43 1993 Ian Lance Taylor (ian@cygnus.com)
8730
8731 * configure.in: Match on sparc*-fujitsu-none rather than
8732 sparclite*-fujitsu-none.
8733
267389df
ILT
8734Wed Jun 30 11:12:02 1993 Ian Lance Taylor (ian@cygnus.com)
8735
8736 * read.c (cons): Conditionalize parsing of expression. Move
8737 putting value into object file into separate function. Separate
8738 out MRI and WANT_BITFIELDS cases into separate functions.
8739 (emit_expr): New function to write data into object file.
8740 Conditionalize on TC_CONS_FIX_NEW and TC_CONS_RELOC rather than on
8741 processor types.
8742 (parse_bitfield_cons): New function to parse bitfield expressions
8743 as used by i960 assemblers. Only compiled if
8744 BITFIELD_CONS_EXPRESSIONS is defined.
8745 (parse_mri_cons): New function to parse MRI style strings. Only
8746 compiled if MRI is defined.
8747 (parse_repeat_cons): New function to parse repeat counts. Only
8748 compiled if REPEAT_CONS_EXPRESSIONS is defined.
8749 * read.h (emit_expr): Added declaration of new function.
8750 * config/tc-a29k.h (TC_CONS_RELOC): Define to be RELOC_32.
8751 * config/tc-h8300.h (TC_CONS_RELOC): Define to be R_RELWORD.
8752 * config/tc-hppa.c (parse_cons_expression_hppa): New function to
8753 parse a HPPA expression, rather than special case in cons
8754 function.
8755 (cons_fix_new_hppa): New function to emit an HPPA fixup, rather
8756 than special case in emit_expr function.
8757 * config/tc-hppa.h (TC_PARSE_CONS_EXPRESSION, TC_CONS_FIX_NEW):
8758 Define to use new functions from tc-hppa.c.
8759 * config/tc-i960.h (BITFIELD_CONS_EXPRESSIONS): Define.
8760 (WANT_BITFIELDS): Removed; now obsolete.
8761 * config/tc-mips.h (REPEAT_CONS_EXPRESSIONS): Define.
8762 * config/tc-ns32k.c (cons_fix_new_ns32k): New function to emit an
8763 NS32K fixup, rather than special case in emit_expr function.
8764 * config/tc-ns32k.h (TC_CONS_FIX_NEW): Define to be
8765 cons_fix_new_ns32k. Also use PARAMS rather than checking
8766 __STDC__.
8767 * config/tc-sparc.h (TC_CONS_RELOC): Define to RELOC_32.
8768
8769 * write.c (relax_and_size_seg, adjust_reloc_syms, write_contents):
8770 Don't core dump if gas has no information about a section.
8771
8772Wed Jun 30 06:21:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8773
fd4b7c25
KR
8774 * config/tc-sparc.c (md_begin): If sparcv9 is defined, reset
8775 current_architecture to v9 automatically.
8776
8777 * config/tc-sparc.h (TARGET_FORMAT): Use elf64-sparc for v9.
8778
8779 * config/tc-sparc64.h, config/tc-sparc64.c: New files.
8780 * configure.in: Use sparc64 cpu files for v9, and default to elf
8781 format.
8782
267389df
ILT
8783 * write.c (relax_and_size_seg): Always fully process a section.
8784 Section size is last frag's (vm)address plus its size. If no
8785 relocations are present, force SEC_RELOC flag clear.
8786 (dump_section_relocs): New debugging routine.
8787 (adjust_reloc_syms): New routine, broken out from write_contents.
8788 Don't adjust relocs that are already relative to section symbol.
8789 Look for obj_fix_adjustable macro to know what else to skip,
8790 instead of obj_write_symbol. Look for section symbol stored in
8791 section information.
8792 (write_object_file): Map adjust_reloc_syms over all sections.
8793 (write_contents): Clear SEC_RELOC flag if no relocations are
8794 found.
8795
8796 * as.h (__PTR_TO_INT, __INT_TO_PTR): New versions for Saber, to
8797 keep it quiet.
8798
8799 * write.c (remove_subsegs): Don't define for BFD_ASSEMBLER.
8800
e28e0b95
KR
8801Fri Jun 25 14:42:53 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8802
8803 * Makefile.in (all, dvi, info, install-info, clean-info): do not
8804 echo recursion lines.
8805 (install-info, clean-info): collapse into the dvi and info rule.
8806
fd4b7c25
KR
8807Fri Jun 25 10:47:24 1993 Doug Evans (dje@canuck.cygnus.com)
8808
8809 * config/tc-sparc.c (sparc_ip): Remove support for %d/%q fp regs.
8810 All fp regs are now specified as %f.
8811 (priv_reg_table): fpq -> fq.
8812
267389df
ILT
8813Fri Jun 25 03:43:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
8814
8815 * as.h (strstr): Disable declaration for now.
8816 (fprint_value, sprint_value): Declare.
8817
8818 * subsegs.c (subseg_new_rest): Use memset to clear new frag.
8819 (subseg_new) [BFD_ASSEMBLER]: Initialize all seginfo fields.
8820
8821 * expr.c (expr_part): Made sanity checks a.out-specific.
8822 (expr): Disabled sanity checks.
8823
8824 * subsegs.h (segment_info_type) [BFD_ASSEMBLER]: Add field for
8825 section symbol.
8826 * subsegs.c (subseg_change): Initialize section symbol pointer
8827 when setting up a new section.
8828
8829 * symbols.c (symbol_new) [BFD_ASSEMBLER]: Point BFD symbol's udata
8830 field back at gas symbol structure.
8831
8832 * symbols.c (colon): Cast obstack_next_free value to char* before
8833 doing arithmetic on it.
8834 * subsegs.c (subseg_new_rest): Likewise.
8835 * as.h (frag_now_fix): Likewise.
8836
8837 * config/obj-elf.c (elf_file_symbol): Use subseg_new instead of
8838 calling bfd_make_section_old_way directly, and call subseg_set
8839 instead of subseg_change. Now returns void.
8840 (obj_elf_write_symbol): Only check local symbols for now.
8841 (elf_stab_symbol): Now static and void, and disabled until it
8842 works completely.
8843 (obj_elf_size): For expression values, fail silently for now.
8844 (obj_symbol_new_hook): Do nothing.
8845
8846 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP22
8847 relocation.
8848 (s_local) [OBJ_ELF]: New function.
8849 (md_pseudo_table) [OBJ_ELF]: Call it for "local".
8850 (s_common): Rearrange to handle Solaris .common pseudo, which may
8851 sometimes use bss space instead of common.
8852 * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Add new `local' field.
8853
a8285504
DZ
8854Thu Jun 24 16:33:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8855
8856 * configure.in: set host config to hpux for hppa*-hp-hpux
8857
267389df
ILT
8858Thu Jun 24 13:35:06 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
8859
8860 * app.c (app_pop, app_push): Fix bug reported by Chris Arthur.
8861
8862Tue Jun 22 01:04:23 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
8863
8864 * subsegs.c (subseg_new): Don't special-case a.out -R flag here.
8865 * config/obj-aout.c (s_sect): Do it here.
8866
8867 * as.h (BAD_CASE): Don't make some lame compilers think we want
8868 substitution inside strings.
8869
8870 * as.c (print_version_id): New function, split off from main.
8871 (main): Call it.
8872 * config/tc-sparc.c (md_parse_option) [OBJ_ELF]: Print version id
8873 for -V. Ignore -Q and -s options for now.
8874
a8285504
DZ
8875Mon Jun 21 17:37:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8876
8877 * Makefile.in: make installation & builds work again for crosses
8878
267389df
ILT
8879Sun Jun 20 18:18:26 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
8880
8881 * listing.c (list_symbol_table): Rewrite to print wide (>32 bits)
8882 symbol values correctly.
8883
8884 * write.c (write_object_file): Deleted unused variables.
8885 (fixup_segment): Use sprint_value.
8886
8887 * messages.c (sprint_value, fprint_value): New routines.
8888
8889 * config/obj-elf.c (elf_stab_symbol): Now returns void.
8890 (obj_elf_stab_generic): Fix typo in logic.
8891
8892 * Makefile.in (INCLUDES): Look in ../bfd for bfd.h.
8893
8894 * as.h (addressT, offsetT): New types, using BFD types if
8895 available.
8896 (relax_addressT, struct frag): Use them.
8897 * struc-symbol.h (valueT, struct broken_word): Likewise.
8898
8899 * as.h (subseg_new) [BFD_ASSEMBLER]: Name argument is const.
8900 * subsegs.c (subseg_new) [BFD_ASSEMBLER]: Name argument is const.
8901
9126738c 8902Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
132239bf 8903
9126738c
DZ
8904 * Makefile.in: canonicalize install.sh; for use within
8905 this directory (and subdirs)
8906
267389df
ILT
8907Sun Jun 20 02:34:04 1993 Ashley Saulsbury (ans@sics.se)
8908
8909 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
8910 specified, should have both S1 and S2 fields identical
8911 If only finding the problem was as fast as fixing the bug !!!!
8912
8913Tue Jun 15 16:01:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8914
8915 * write.c (write_contents): Do write out non-loadable sections.
8916 Debug sections can fall in this category.
115147fb 8917
267389df
ILT
8918 * read.c (s_app_file): Call elf_file_symbol for ELF files.
8919 * config/obj-elf.c (elf_file_symbol): New function.
8920
8921 * config/obj-elf.c (elf_stab_symbol_string): Renamed from pa_...,
8922 added argument to specify section base name.
8923 (obj_elf_stab_generic): Renamed from ..._stab. New argument
8924 specifies section base name.
8925 (obj_elf_stab): New function, calls obj_elf_stab_generic with
8926 ".stab" as section base name.
8927 (obj_elf_xstab): New function, calls obj_elf_stab_generic.
8928 (obj_elf_type): Handle "object". Use bitwise-or to merge in
8929 symbol flags rather than simply replacing, so global/local flags
8930 are preserved.
8931 (obj_elf_ident): Rewrite.
115147fb 8932
a00ee522
DZ
8933Tue Jun 15 17:03:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8934
8935 * Makefile.in: remove parentdir support; use INSTALL_XFORM
8936
8937Wed Jun 9 11:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
8938
8939 * config/tc-i386.c (md_pseudo_table): .align uses a power of two
8940 for any a.out target, not just Linux and 386BSD.
8941 * config/tc-i386.h (DOT_LABEL_PREFIX): Do not define for any a.out
8942 target.
8943
267389df
ILT
8944Mon Jun 7 13:33:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8945
8946 * config/tc-m88k.c: Don't include flonum.h, md.h, m88k.h. They
8947 don't exist or duplicate other inclusions.
8948
8949 * config/tc-vax.h (NO_RELOC): Define.
8950
fd4b7c25
KR
8951Mon Jun 7 09:55:03 1993 Doug Evans (dje@canuck.cygnus.com)
8952
8953 * config/tc-sparc.c (sparc_ip): Fix parsing of asi number.
8954 Fix error message.
8955
267389df
ILT
8956Sat Jun 5 19:32:52 1993 Torbjorn Granlund (tege@nada.kth.se)
8957
8958 * gas/config/m88k-opcode.h (m88k_opcodes): Add 88110 instructions.
8959 * gas/config/tc-m88k.c (get_reg): New arg reg_prefix. Compare first
8960 char to reg_prefix instead of to 'r'.
8961 (calcop): Change calls to get_reg.
8962 (calcop): Handle new case 'x' to set reg_prefix.
8963 (calcop): Set reg_prefix to 'r' after each call to get_reg.
8964 (cmpslot): Add 88110 conditions.
8965
8966 * gas/config/m88k-opcode.h: Swap cases for "rot" for consistency.
8967
8968 * gas/config/tc-m88k.c (get_bf): Always restore input_line_pointer
8969 before returning.
8970
8971 * gas/config/m88k-opcode.h (m88k_opcodes): Make equal mnemonics
8972 adjacent; mov.s and mov.d swapped.
8973 (m88k_opcodes): Fix typo `r2' -> `2'.
8974
a00ee522
DZ
8975Fri Jun 4 15:59:31 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
8976
8977 * config/h8300.c: Support for H8/300-H opcodes.
8978
8979 * config/obj-coffbfd.c (w_strings): String table length is 4
8980 bytes, no matter what the host int size is.
8981
8982 * configure.in (alpha-*-osf*): New.
8983
68ad4c92
ILT
8984Fri Jun 4 07:51:18 1993 Ian Lance Taylor (ian@cygnus.com)
8985
47fcc4f5
ILT
8986 * configure.in (mips-*-ecoffl*): New target; use ecoff and
8987 mips-lit.
8988 (mips-*-ecoff*): Added trailing '*'.
8989
68ad4c92
ILT
8990 * config/obj-ecoff.c (ecoff_build_procs): Force the adr of the
8991 first FDR in a file to be zero.
8992
75776695
KR
8993Thu Jun 3 14:09:59 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8994
b7067d7f
KR
8995 * Makefile.in (VERSION): Jump to 2.1.4.
8996
75776695
KR
8997 * config/ho-hppabsd.h: New file, from Peter Hoogenboom.
8998
8999 * config/tc-mips.c (md_assemble): Call bfd_set_gp_size only for
9000 ECOFF format.
9001
9002Tue Jun 1 15:21:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9003
9004 * config/tc-m68k.c (md_assemble): The 68040 cpu doesn't want a
9005 separate '851 mmu.
9006
9007 * config/obj-elf.c, config/obj-elf.h: Update for new type, macro,
9008 and routine names. Assuming 32 bits for now.
9009
9010 * config/obj-elf.c (elf_frob_file): Look for macro
9011 elf_tc_final_processing_hook, instead of assuming a function
9012 always exists.
9013 * config/tc-hppa.c (elf_hppa_final_processing_hook): Renamed from
9014 tc_final_processing_hook.
9015 * config/tc-hppa.h (elf_tc_final_processing_hook): Use it.
9016
9017 * config/tc-hppa.h (elf_tc_symbol, elf_tc_make_sections): Macros
9018 moved here from obj-elf.h.
9019 * config/obj-elf.h: Don't include CPU-specific header files.
9020
9021Sun May 30 16:49:37 1993 Peter Hoogenboom (hoogen@fast.cs.utah.edu)
9022
9023 * configure.in: configurations should match on 'hppa*' not 'hppa'.
9024
9025 * read.c: Add support for HPPA assembly language syntax (denoted
9026 with '#ifdef TC_HPPA').
9027
9028 * symbols.c: Add support for HPPA assembly language syntax (denoted
9029 with '#ifdef TC_HPPA').
9030
9031 * write.c (write_contents): Add support for HPPA-style
9032 relocations.
9033
9034 * config/obj-elf.c: Stab symbols weren't written properly.
9035 (obj_elf_version):
9036 (obj_elf_desc):
9037 (obj_elf_write_symbol):
9038 (obj_elf_write_symbol_p):
9039 (obj_elf_frob_symbol):
9040 (elf_stab_symbol):
9041 (elf_frob_file):
9042
9043 * config/tc-hppa.c: Support for HPPA symbol extension sections.
9044 Remove some unused code. Support for HPPA assembly language
9045 syntax.
9046
9047 * app.c:
9048
9049 * symbols.c:
9050
9051 * config/obj-elf.h:
9052 (obj_write_symbol):
9053 (obj_frob_file):
9054 (elf_tc_symbol):
9055 (elf_tc_make_sections):
9056
9057 * config/tc-hppa.h:
9058
9059Sun May 30 21:44:45 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9060
9061 * config/obj-ecoff.c (obj_read_begin_hook, add_file): Assume
9062 hash_new will have succeeded if it returns.
9063 * config/tc-a29k.c (md_begin): Likewise.
9064
9065 * config/tc-i386.c (tc_aout_fix_to_chars): Now nbytes_r_length is
9066 const.
9067 (mode_from_disp_size, opcode_suffic_to_type): Now inline under
9068 gcc.
9069 (fits_in_{signed,unsigned}_{byte,word}): Likewise.
9070
9071 * expr.c: Delete register declarations; gcc ignores them anyways.
9072
9073Fri May 28 19:03:32 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9074
9075 * hash.c (hash_new): Use xmalloc, since many callers don't check
9076 for failure.
9077
49864cfa
KR
9078Thu May 27 13:02:15 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9079
9080 * frags.c (zero_address_frag, bss_address_frag): These are
9081 external.
9082
9083 * tc.h (md_reloc_size): This is const.
9084 * config/tc-{a29k,h8300,h8500,i386,i860,i960,m68k,ns32k,z8k}.c
9085 (md_reloc_size): Now const.
9086
9087 * config/aout_gnu.h (enum machine_type, enum reloc_type): Delete
9088 trailing commas.
9089 * as.h (enum _segT): Ditto.
9090
9091 * struc-symbol.h (N_TYPE_seg): This should be const.
9092
9093Thu May 27 11:43:59 1993 Michael Meissner (meissner@osf.org)
9094
9095 * config/obj-ecoff.c (add_file): Cast file_name to char * in
9096 listing_source_file call.
9097
9098 * config/obj-elf.c (elf_stab_symbol_string): Cast first argument
9099 of subseg_new call to eliminate const attribute.
9100 (obj_elf_stab): Ditto.
9101 (obj_symbol_new_hook): Cast first argument of bzero call to char *.
9102
9103 * read.c (s_align_bytes): Properly record alignment.
9104
9105 * expr.c (__): Undefine __ macro before use, since OSF/1 uses it
9106 for the prototype/no prototype macro.
9107
9108 * as.c (got_sig): Don't do return ((SIGTY) 0), SIGTY might well be
9109 void.
9110
9111 * as.h (relax_stateT enum): Delete trailing comma.
9112
9a7d824a
ILT
9113Thu May 27 11:07:50 1993 Ian Lance Taylor (ian@cygnus.com)
9114
9115 * app.c (do_scrub_begin): Let line_comment_chars override
9116 comment_chars.
9117 (do_scrub_next_char): If a line comment character is not at the
9118 start of a line, treat it as a comment character if it is one.
9119 For a CPP line comment use pseudo-op .appline rather than .line.
9120 * input-scrub.c (logical_input_line): Make int rather than
9121 unsigned.
9122 (input_scrub_push, input_scrub_begin): Initialize
9123 logical_input_line to -1 rather than 0.
9124 (bump_line_counters): Increment logical_input_line.
9125 (new_logical_line): If line_number is -2, decrement
9126 logical_input_line.
9127 (as_where): Use logical_input_line even if it is 0.
9128 * read.h (s_app_file prototype): Now takes an int argument.
9129 * read.c (potable): Make .appfile call s_app_file with 1. New
9130 .appline pseudo-op calls s_app_line.
9131 (s_app_file): If .appfile, call new_logical_line with -2 to
9132 account for newline inserted by do_scrub_next_char. If listing,
9133 call listing_source_file.
9134 (s_app_line): New function to handle fake pseudo-op .appline.
9135 * config/obj-coff.c (obj_pseudo_table): Make .appline call
9136 obj_coff_ln.
9137 (obj_coff_ln): Added argument to indicate whether .appline.
9138 * config/obj-coffbfd.c (obj_pseudo_table): Make .appline call
9139 obj_coff_ln.
9140 (obj_coff_ln): Added argument to indicate whether .appline.
9141 * config/tc-mips.c (s_file): Pass argument to s_app_file.
9142
61f14fb0
ILT
9143Tue May 25 11:59:07 1993 Ian Lance Taylor (ian@cygnus.com)
9144
9145 * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.
9146
9147Thu May 20 19:14:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9148
9149 * config/tc-m68k.c (md_apply_fix_2): Straighten out check for
9150 invalid values.
9151
6eef4543
SC
9152Wed May 19 07:33:17 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
9153
9154 * config/tc-h5000.c (build_bytes): Understand @rd mode and build
9155 relocations correctly.
9156
f8f61478
KR
9157Mon May 17 15:06:26 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9158
6eef4543
SC
9159 * Makefile.in (FLAGS_TO_PASS): Leave out TEXI2DVI for now, because
9160 it's wrong.
9161
f8f61478
KR
9162 * config/tc-m68k.c (md_apply_fix_2): Apply range checks and warn
9163 if value is out of range.
9164
9165 Patch from Minh Tran-Le:
9166 * config/tc-i386.c (i386_operand): For in/out port register used
9167 as base reg, include InOutPortReg in operand type.
9168 (MATCH): Accept overlap value of InOutPortReg.
9169
9170Mon May 17 09:29:34 1993 Ian Lance Taylor (ian@cygnus.com)
9171
9172 * config/obj-ecoff.c (add_file, obj_ecoff_loc, obj_ecoff_stab):
9173 Add calls to listing routines to produce combined source/assembler
9174 listings.
9175 (obj_ecoff_stab): Create a file pointer if none used yet.
9176 (ecoff_frob_file): Set symcount to correct value.
9177
9178Fri May 14 06:53:33 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9179
9180 * Makefile.in (VERSION): Bump to version 2.1, in preparation for
9181 release.
9182
9183 * config/obj-aout.h (H_GET_HEADER_SIZE, H_SET_SYMBOL_TABLE_SIZE):
9184 Define in terms of constants, not C structure sizes.
9185
9186 * config/tc-rs6000.c, config/tc-rs6000.h: Delete empty files.
9187
9188Thu May 13 17:01:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9189
9190 * config/obj-aout.c (obj_header_append): Don't define if it's
9191 defined as a macro.
9192 * config/obj-hp300.h (obj_header_append): Define it as a macro.
9193 * config/obj-hp300.c (hp300_header_append): New function.
9194
9195 * Makefile.in (distclean): Don't bother cleaning up doc files;
9196 they aren't going to be in this directory.
9197
204ff785
ILT
9198Thu May 13 07:51:35 1993 Ian Lance Taylor (ian@cygnus.com)
9199
f8f61478
KR
9200 * config/obj-ecoff.c (ecoff_build_symbols): Handle absolute
9201 symbols.
9202
204ff785
ILT
9203 * tc.h (TC_COFF_SIZEMACHDEP): Don't define here.
9204 * config/tc-sh.h (TC_COFF_SIZEMACHDEP): Define here instead.
9205
65824763
KR
9206Mon May 10 06:01:12 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9207
204ff785
ILT
9208 * config/obj-vms.c (VMS_Symbol_type_list): Don't bother with
9209 initialization.
9210
65824763
KR
9211 * configure.in (targets): Treat m68*-*-sysv* like m68k-*-coff.
9212
21bb48b9
ILT
9213Wed May 5 14:00:49 1993 Ian Lance Taylor (ian@cygnus.com)
9214
9215 * config/tc-mips.c (macro): Correct floating point double word
9216 loads and stores for big endian target.
9217
e7c2f943
KR
9218Wed May 5 08:39:21 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9219
9220 * config/tc-i386.c: Replace SEG_* with *_section, fix up subseg_*
9221 calls. Deleted some unused code.
9222 * config/obj-coff.c: Likewise.
9223
9224 ELF support, mostly contributed by Utah:
9225 * config/obj-elf.c (obj_elf_section, obj_elf_stab, obj_elf_line,
9226 obj_elf_type): Rewrite.
9227 (obj_elf_frob_symbol, elf_stab_symbol_string, elf_stab_symbol,
9228 obj_elf_desc, obj_elf_version, obj_symbol_new_hook, obj_elf_size):
9229 New functions.
9230 (obj_elf_ident): Dummy.
9231 * config/obj-elf.h (FALSE, TRUE, S_*, tc_frob_symbol,
9232 TARGET_SYMBOL_FIELDS): New macros.
9233 (gdb_section): New variable decl.
9234
9235 * config/tc-i386.c (md_atof): Return zero, not empty string, on
9236 success.
9237
9238 BFD_ASSEMBLER conditional changes:
9239 * config/obj-coff.c (lineno_rootP, seg_N_TYPE, *_section_header):
9240 Don't define these.
9241 (SA_SET_SYM_ENDNDX, SA_SET_SYM_TAGNDX): New functions.
9242 (fetch_coff_debug_section): Ditto.
9243 (obj_coff_endef): Call fetch_coff_debug_section.
9244 (struct line_no): New type.
9245 (c_symbol_merge): New way for copying aux fields.
9246 (c_dot_file_symbol): Put symbol in absolute section, and set flag
9247 BSF_DEBUGGING.
9248 (function_lineoff): New symbol.
9249 (function_lineoff, text_lineno_number, our_lineno_number,
9250 lineno_lastP): Don't define.
9251 (c_line_new): Don't define.
9252 (obj_emit_lineno, obj_coff_endef): Use abort calls as, uh,
9253 placeholders, until
9254 line-number recording gets implemented.
9255 (obj_new_symbol_hook): New code for handling aux fields.
9256 (add_lineno, add_linesym): New functions.
9257 (obj_coff_ln): Call add_lineno, not c_line_new.
9258 (obj_coff_endef): New code for handling symbol names. New lineno
9259 code. Look for section name "*DEBUG*" for debugging section.
9260 (align, coff_check_file_symbols, obj_coff_section,
9261 coff_frob_file): New functions.
9262 * config/obj-coff.h: Reordered some includes.
9263 (BYTE_ORDERING, FILE_HEADER_MAGIC, seg_N_TYPE, N_TYPE_seg,
9264 DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE, AOUTHDR, AOUTHDRSIZE): Don't
9265 define these.
9266 (TARGET_SYMBOL_FIELDS, I960_SYM_FIELDS): New macros.
9267 (SYM_AUXENT): New macro (for non-BFD_ASSEMBLER too) for accessing
9268 aux entries. Most SA_* macros now use it unconditionally.
9269 (S_*): Use `bsym' field, and access BFD private data.
9270 (SF_*): Use `sy_flags' symbol field for most of these.
9271 (H_*, object_headers, lineno, lineno_*P, OBJ_EMIT_LINENO): Don't
9272 define.
9273 (*_section_header): Don't define.
9274 * config/tc-i386.c (md_convert_frag, md_apply_fix): Changed
9275 interface.
9276 (tc_gen_reloc) [I386COFF]: New function.
9277 (tc_aout_fix_to_chars, tc_coff_fix2rtype): Don't define.
9278 * config/tc-i386.h (TARGET_ARCH, TARGET_BYTES_BIG_ENDIAN): New
9279 macros.
9280
9281 * config/obj-coff.c (stack_init): Don't do assignments inside
9282 conditions.
9283 (obj_coff_def): Simplified handling of symbol name a bit.
9284 (tag_insert): Name argument is now pointer to CONST.
9285 (obj_crawl_symbol_chain): Commented out.
9286
9287 * config/obj-coff.h: Use PARAMS macro in prototypes.
9288
9289 * write.c (relax_and_size_seg) [BFD_ASSEMBLER]: Don't indirect
9290 through frchainP pointer if it is null.
9291
9292 * configure.in: Warn if BFD mode is explicitly turned off but is
9293 required by specified target.
9294 (mips ecoff targets): Don't need to set bfd_gas here; it gets
9295 taken care of later.
9296
9297 * config/obj-coffbfd.c (crawl_symbols): Don't clear sy_forward
9298 field.
9299 (yank_symbols): Merge symbols only if sy_forward is null.
9300
9301 * config/tc-m68k.h (AOUT_MACHTYPE): Don't define if already
9302 defined.
9303
9304 * tc.h (md_convert_frag) [BFD_ASSEMBLER]: Section arg is not
9305 pointer.
9306 * config/tc-m68k.c (md_convert_frag) [BFD_ASSEMBLER]: Ditto.
9307
9308 * config/tc-sparc.h (LOCAL_LABEL) [OBJ_ELF]: Anything starting
9309 with "." is a local label.
9310
9311 * config/te-hppa.h, config/tc-hppa.h, config/tc-hppa.c: New config
9312 files.
9313
9314 * config/te-linux.h, config/te-386bsd.h: New config files.
9315 * configure.in (i386-*-linux, i386-*-bsd): Use them.
9316 * config/tc-i386.h (TARGET_FORMAT): Select format based on target
9317 environment.
9318 (DOT_LABEL_PREFIX): Don't define for 386bsd or Linux.
9319
5d6cfa60
ILT
9320Wed May 5 13:14:01 1993 Ian Lance Taylor (ian@cygnus.com)
9321
9322 * config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seems
9323 to want it that way.
9324 (ecoff_build_symbols): Turn local st_Proc symbols into
9325 st_StaticProc symbols. Set index field of external st_Proc and
9326 st_staticProc symbols correctly.
9327 * config/tc-mips.h (NO_LISTING): Don't define. People might want
9328 listings.
9329
e7c2f943
KR
9330Tue May 4 21:22:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9331
9332 * config/obj-hp300.h, config/obj-hp300.c, config/te-hp300.h: New
9333 files.
9334 * configure.in (m68k-*-hpux): Use them.
9335
9336 * config/obj-aout.c (obj_pre_write_hook): Use AOUT_VERSION if
9337 defined, otherwise zero.
9338
9339 * config/aout_gnu.h (OMAGIC): Don't define if already defined.
9340
5d6cfa60
ILT
9341Mon May 3 15:59:32 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9342
9343 * config/tc-sparc.c (sparc_ip): Allow any abs expression as an
9344 address space number.
9345
9346Wed Apr 28 19:11:22 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9347
9348 * config/obj-aout.h (TARGET_DEFAULT): Don't default this at all.
9349
9350 * config/tc-a29k.c: Include ctype.h.
9351 (define_some_regs): Added special-purpose registers for 29050.
9352
e7c2f943
KR
9353 * config/tc-i386.c (comment_chars) [TE_I386AIX]: Include "/".
9354
9355 * config/obj-coffbfd.c (fill_section): Don't set STYP_REG here.
9356 (change_to_section): Set it here instead.
9357
a1387260
ILT
9358Wed Apr 28 13:40:29 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
9359
9360 * config/obj-ecoff.c (obj_symbol_new_hook): Make up a .file if one
9361 hasn't been seen yet.
9362 (add_ecoff_symbol): Don't refer to cur_file_ptr if it is NULL.
9363
4a1bbbe7
SC
9364Mon Apr 26 18:29:05 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9365
9366 * config/tc-sh.ch, config/tc-sh.h: New files supporting Hitachi
9367 SH.
9368
be2f6bd6
ILT
9369Mon Apr 26 12:28:27 1993 Ian Lance Taylor (ian@cygnus.com)
9370
9371 * expr.c (operand): Fix unary plus operator (previously was the
9372 same as '~' operator!).
9373
9374Wed Apr 21 00:20:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9375
9376 * write.c (cvt_frag_to_fill): Define even if BFD is defined.
9377 (write_object_file): Do define if BFD_ASSEMBLER. Invoke
9378 obj_check_file_symbols if defined. Call verify_symbol_chain_2
9379 instead of open-coding it. Fix some bugs in patching up symbol
9380 chain.
9381 (relax_segment): Make some code we "ought to be able to" use for
9382 all targets no longer conditionalized on ns32k target; instead, do
9383 it always, and if the appropriate conditions fail, abort.
9384
9385 * symbols.c (DEBUG): Enabled.
9386 (symbol_new): Make sure bfd_make_empty_symbol works.
9387 (verify_symbol_chain_2): New funcion; takes one symbol as
9388 argument, anywhere in the chain.
9389 (dollar_label*): Use default initializers.
9390
9391 * as.c (perform_an_assembly_pass): Call md_begin here...
9392 (main): ...and not here.
9393
9394 * config/tc-m68k.h (TARGET_FORMAT): Use a.out-sunos-big for a.out.
9395 (tc_frob_symbol): New macro: Get rid of symbols in reg_section.
9396
9397 * config/tc-m68k.c (omagic): Don't define for BFD_ASSEMBLER.
9398 (add_fix, add_frag): Now functions instead of macros.
9399 (m68k_reg_parse, m68k_ip, md_estimate_size_before_relax, get_num,
9400 s_data1, s_data2, s_bss): Use new *_section names, for
9401 compatibility with BFD_ASSEMBLER mode; rewrite switch statements
9402 to handle non-integral segT.
9403 (tc_coff_fix2rtype, tc_aout_fix_to_chars,
9404 tc_coff_symbol_emit_hook): Don't define for BFD_ASSEMBLER.
9405 (tc_gen_reloc): New routine for BFD_ASSEMBLER.
9406 (md_apply_fix, md_apply_fix_2): Renamed old md_apply_fix to
9407 md_apply_fix_2; new md_apply_fix definition varies interface
9408 depending on BFD_ASSEMBLER.
9409 (md_convert_frag, md_convert_frag_1): Likewise. Use new *_section
9410 names.
9411
9412 * config/obj-vms.c: Include config.h.
9413 (version_string): Delete declaration.
9414 (Write_VMS_MHD_Records): Use GAS_VERSION instead.
9415 (vms_resolve_symbol_redef): New function, taken from VMS code in
9416 symbols.c.
9417 (_doprnt): Deleted.
9418 (VMS_Store_Struct, VMS_Def_Struct, VMS_Set_Struct,
9419 VMS_TBT_Block_End, get_VMS_time_on_unix, generate_suffix,
9420 VMS_Psect_Spec): Fixed to compiler under traditional C.
9421 * config/obj-vms.h: Use PARAMS macro.
9422 (vms_resolve_symbol_redef): Declare.
9423 (RESOLVE_SYMBOL_REDEFINITION): New macro.
9424 * symbols.c (colon): Remove some VMS-specific code, look for
9425 RESOLVE_SYMBOL_REDEFINITION macro instead.
9426
9427 * config/tc-m68k.c (m68k_ip): Don't try expanding DBcc
9428 instructions.
9429
9430 * config/tc-i386.c: Reordered some functions so inlining might
9431 work. Use PARAMS in function declarations.
9432 (reloc): New routine.
9433 (md_assemble): Rearrange switch statements to work with
9434 non-integral segT.
9435
9436 * struc-symbol.h [BFD_ASSEMBLER]: Undefine
9437 SYMBOLS_NEED_BACKPOINTERS before defining it.
9438
9439 * subsegs.c (subseg_new_rest): Now static.
9440
9441 * read.c (pseudo_set): Better error message for difference of
9442 symbols in different frags.
9443
9444 * Makefile.in (check): Pass down some new variables, indicating
9445 pathname or program name for cc, nm, objdump.
9446
9447 * as.h (OUTPUT_FLAVOR): New macro.
9448 * config/tc-sparc.c (tc_gen_reloc): Use OUTPUT_FLAVOR.
9449
9450 * configure.in: Initialize bfd_gas properly. Warn that ELF
9451 support is incomplete.
9452
9453Thu Apr 15 22:39:05 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9454
9455 * read.c (float_cons): Accept null pointer return from md_atof.
9456 * config/tc-m68k.c (md_atof): Return null for success.
9457 * config/tc-sparc.c (md_atof): Ditto.
9458
97a6070c
RP
9459Thu Apr 15 16:04:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9460
9461 * doc/as.texinfo: formatting and comment cleanups; show SPARC
9462 alternative options in same style as other machines; simplify some
9463 conditional use; include GPL as separate file (from texinfo dir)
9464
9465 * doc/Makefile.in: (as.info) include directory containing GPL in
9466 makeinfo search path
9467
9468 * doc/h8.texi: new file; conditional settings for GAS manual
9469 on Hitachi chips
9470
9471Tue Apr 13 15:31:40 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9472
9473 * doc/as.texinfo: mention SPARC architecture options.
9474
be2f6bd6
ILT
9475Fri Apr 9 17:43:11 1993 Ken Raeburn (raeburn@cygnus.com)
9476
9477 * configure.in: Rearranged whitespace in per-host/per-target
9478 sections. Added hooks for dropping in HPPA support (not included
9479 yet). Separate out overrides of variables based on target format
9480 and bfd-gas selection from actual target-specific commands. Add
9481 error message for recognized but unsupported format name.
9482
349f20de
ILT
9483Fri Apr 9 09:05:47 1993 Ian Lance Taylor (ian@cygnus.com)
9484
9485 * config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax in
55ff56bd 9486 symbolic header match cline in FDR; the native linker seems to
349f20de
ILT
9487 want that.
9488
5316696f
DZ
9489Thu Apr 8 15:51:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9490
9491 * doc/Makefile.in: as.texinfo is in $(srcdir). Use
9492 $(srcdir)/as.texinfo explicitly in several places
9493
8ac18b21
RP
9494Thu Apr 8 15:15:02 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9495
132239bf 9496 * doc/Makefile.in: update dvi, clean targets for new source
69cb5925 9497 file structure
8ac18b21 9498
d565311f
ILT
9499Thu Apr 8 12:52:46 1993 Ian Lance Taylor (ian@cygnus.com)
9500
9501 * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,
9502 rather than undefining know.
8ac18b21 9503 * configure.in: Match ultrix*, not just ultrix.
d565311f 9504
0742a6fd
RP
9505Wed Apr 7 20:18:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9506
9507 * doc/as.texinfo: converted conditional markup to use new
9508 Texinfo facilities, avoiding m4.
9509
9510 * doc/as-all.texinfo, all.m4, pretex.m4: deleted.
9511
9512 * doc/Makefile.in: recast doc configuration to use a link to an
9513 included texinfo file.
9514
9515 * doc/all.texi: settings for generic form of documentation.
9516
9517Tue Apr 6 11:56:21 1993 Ian Lance Taylor (ian@cygnus.com)
9518
9519 * read.c (cons): Zero out frag when creating reloc.
9520
367fc835
ILT
9521Mon Apr 5 09:41:58 1993 Ian Lance Taylor (ian@cygnus.com)
9522
84e4920f
ILT
9523 * config/tc-mips.c (gp_reference): Certain magic symbols can never
9524 be referenced off the GP register.
9525
367fc835
ILT
9526 * app.c (do_scrub_next_char): Handle states 9 and 10 correctly
9527 when dealing with characters of type LEX_IS_TWOCHAR_COMMENT_1ST,
9528 LEX_IS_STRINGQUOTE, and LEX_IS_ONECHAR_QUOTE.
9529
9530 * config/te-irix.h: New file; irix needs a different LOCAL_LABEL
9531 definition from other MIPS targets.
9532 * configure.in (mips-*-irix): Use emulation irix.
9533
dd4227d3
SC
9534Sun Apr 4 15:21:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9535
9536 * config/tc-h8500.c: Get relax size of branch instructions right,
9537 (get_operand): Parse @sp+ correctly.
9538
be2f6bd6
ILT
9539Fri Apr 2 15:59:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9540
9541 * subsegs.h (segment_info_type) [BFD_ASSEMBLER]: Don't include
9542 COFF section header field.
9543
9544 * configure.in: Print error message if host or target is not
9545 supported.
9546
9547 * configure.in: If with-bfd-assembler, use obj-coff instead of
9548 obj-coffbfd.
9549
9550 * config/ho-generic.h: Include string.h.
9551
ed364bb6
ILT
9552Fri Apr 2 08:54:57 1993 Ian Lance Taylor (ian@cygnus.com)
9553
0433135d
ILT
9554 * config/tc-mips.h (LOCAL_LABEL): Treat any label starting with
9555 '$' as local, for any object file format.
9556
477b4b04
ILT
9557 * config/tc-mips.c (macro): Optimizations to branching code and a
9558 couple of bug fixes from ralphc@pyrps5.eng.pyramid.com (Ralph
9559 Campbell).
9560
ed364bb6
ILT
9561 * config/ho-irix.h: New file; if not gcc, define BROKEN_ASSERT.
9562 * configure.in (mips-sgi-irix*): Set gas_host to irix.
9563
670a50eb
ILT
9564Wed Mar 31 17:53:54 1993 Ian Lance Taylor (ian@cygnus.com)
9565
9566 * subsegs.c (subseg_new): Set output_section of new section.
9567 * as.c (perform_an_assemly_pass): Don't set output_section here.
9568 * expr.c (expr_part, expr): Turn off section assertions for ECOFF,
9569 since it has additional sections.
9570 * read.c (s_lcomm): For MIPS ECOFF, put small objects in .sbss,
9571 not bss_section.
9572 * config/obj-ecoff.h (TARGET_SYMBOL_FIELDS): Added
9573 ecoff_undefined field.
9574 * config/obj-ecoff.c (obj_symbol_new_hook): Initialize
9575 ecoff_undefined field.
9576 (add_file): If using stabs, just output a stabs symbol rather than
9577 creating a new fdr.
9578 (obj_ecoff_begin, obj_ecoff_bend): Ignore line number by reading
9579 it with get_absolute_expression, rather than skipping it by hand.
9580 (obj_ecoff_loc): If using stabs, just output a stabs symbol rather
9581 than ECOFF line number information.
9582 (obj_ecoff_stab): Accept non-zero values for stabs line number.
9583 (ecoff_build_symbols): Set ifilesym correctly. Set storage class
9584 to small, undefined and/or readonly sections if appropriate.
9585 Don't output symbol names containing \001 characters.
9586 (ecoff_frob_file): Make sure at least one fdr is output.
9587 * config/tc-mips.h: Define TC_MIPS.
9588 * config/tc-mips.c (g_switch_value): New static variable.
9589 (md_assemble): Set gp size of output BFD.
9590 (gp_reference): New function; returns 1 if expression can be
9591 accesssed via gp. Always returns 0 if not using ECOFF.
9592 (macro_build): Convert BFD_RELOC_LO16 to BFD_RELOC_MIPS_GPREL if
9593 possible.
9594 (macro): Generate sequences using gp if possible.
9595 (md_parse_option): Ignore -EL and -EB. Parse -G.
9596 (md_apply_fix): Added BFD_RELOC_MIPS_GPREL to ignored case.
9597 (s_change_sec): Handle .rdata and .sdata for ECOFF.
9598 (s_extern): Mark symbol as external. Set ecoff_undefined field.
9599
2b1b5697
KR
9600Tue Mar 30 10:11:41 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9601
670a50eb
ILT
9602 * output-file.c (output_file_create): Don't call as_perror for
9603 filename rejected by application.
9604
9605 * as.c (main) [BFD_ASSEMBLER]: If errors occur, close and unlink
9606 the output file.
9607
4b061a2a
KR
9608 * doc/as.texinfo: Don't use @value in node names for the moment;
9609 references don't appear to work right.
9610
4478def8
KR
9611 * as.h (const, volatile): Put these definitions back, and use
9612 them.
9613
2b1b5697
KR
9614 * doc/as.texinfo: First pass at using new texinfo features --
9615 variables, conditional tests. Far from complete.
9616
9617Mon Mar 29 16:05:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9618
9619 * read.c: Temporary hack to handle some 64-bit constants. This
9620 should be redone later.
9621 (target_big_endian): Declare.
9622 (big_cons): If it's set, reverse order of bytes being copied.
9623 * config/tc-sparc.c (md_begin): Set target_big_endian.
9624
9625 * read.c (s_ignore): Delete declaration of is_end_of_line.
9626
9627 * config/obj-coffbfd.c (yank_symbols): Build list of file symbol
9628 forward pointers properly.
9629
e02eaa59
SC
9630Mon Mar 29 13:47:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9631
9632 * config/obj-coffbfd.c (do_relocs_for): Fix bug where nrelocs
9633 wasn't being stored into scnhdr.
9634 * config/obj-coffbfd.h: Add prototype of s_get_segment.
9635 * read.c (TC_START_LABEL): Default definition.
9636 (read_a_source_file): Use TC_START_LABEL macro to work out
9637 if a label has been seen.
9638
543d88e4
ILT
9639Mon Mar 29 12:56:56 1993 Ian Lance Taylor (ian@cygnus.com)
9640
c39b3eba
ILT
9641 * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not
9642 the bottom (make expands variables in dependencies when the
9643 dependencies are read, not when they are used).
9644
543d88e4
ILT
9645 * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for
9646 a29k .bss section; the mondfe program doesn't like it.
9647
2b1b5697
KR
9648Sun Mar 28 08:12:53 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9649
9650 * config/tc-m68k.c: Use PARAMS macro, and use CONST instead of
9651 const.
9652 (current_architecture): Don't need initializer.
9653
9654Fri Mar 26 08:12:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9655
9656 * doc/none.m4: Define Z8000.
9657 * doc/Makefile.in (as-*.texinfo): Refer to $(srcdir). Remove the
9658 texinfo file before recreating it.
9659 (TEXI2DVI): Need to set TEXINPUTS if "make as.dvi" is to work in
9660 this directory.
9661 (srcdir): Delete second, bogus definition.
9662 (as.info): Look for as-*.texinfo in current directory rather than
9663 in $(srcdir).
9664 (as.dvi): Ditto.
9665 (dvi): New rule.
9666 * doc/configure.in: Create links to all as-*.texinfo files in the
9667 source directory, if that's not the current directory.
9668
9669 * configure.in (per-host): Accept MIPS host with BSD version
9670 number.
9671 (per-target): Classify i486 as i386. Use generic cpu_type instead
9672 of target_cpu in selecting format etc.
9673
9674 * app.c (do_scrub_next_char): Use .appfile, not .app-file.
9675 * read.c (potable): Change .app-file to .appfile.
9676
9677 * config/ho-decstatn.h: Renamed from ho-decstation.h.
9678 * configure.in: Adjusted.
9679
9680 * config/obj-bfd-sunos.*: Unused; deleted.
9681
9682 * Makefile.in (version.c, vers-stamp): Deleted.
9683 (config.h): Define GAS_VERSION.
9684 * as.c (version_string): Deleted declaration.
9685 (main): Look for GAS_VERSION instead.
9686
9687 * doc/as.texinfo: Updated description of -a* (listing) options,
9688 and describe how to pass them through from gcc.
9689
9690 * config/obj-coffbfd.c (do_relocs_for): Don't allocate storage or
9691 process relocs if there aren't any relocs to process. Avoids
9692 malloc/free bug on SCO too.
9693
9694 * as.h: Move local include files below system include files, to
9695 avoid some redefinition complaints on some systems.
9696 (const, volatile): Don't need these conditionally defined if we
9697 use CONST and VOLATILE from ansidecl.h.
9698 (seg_name): Use CONST, not const.
9699
543d88e4
ILT
9700Fri Mar 26 10:22:04 1993 Ian Lance Taylor (ian@cygnus.com)
9701
9702 * config/tc-mips.c: Reindented to GNU standards.
9703
2c19a57c
ILT
9704Thu Mar 25 08:59:14 1993 Ian Lance Taylor (ian@cygnus.com)
9705
61001d96
ILT
9706 * config/obj-coffbfd.c (do_relocs_for): Remove a29k special case.
9707 (fixup_segment): Add a29k special case; the linker is not prepared
9708 to see a segment offset here.
9709
2c19a57c
ILT
9710 * app.c (do_scrub_next_char): Added new state, 10, modifying state
9711 9 to only keep a space in between identifier characters.
9712
afcc637a
DZ
9713Wed Mar 24 02:16:22 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9714
2d4bef5e
DZ
9715 * Makefile.in: add dvi target; as-$(config).texinfo might live in
9716 srcdir, might be in objdir.
afcc637a
DZ
9717
9718 * doc/Makefile.in: dvi depends on as.dvi
9719
80c8fd72
DZ
9720Mon Mar 22 23:59:13 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9721
9722 * Makefile.in: add installcheck target
9723
fd4b7c25
KR
9724Mon Mar 22 16:25:57 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9725
9726 * config/tc-sparc.c (sparc_ip): Add support for membar mask names.
9727 Add missing colons in prefetch error messages. Add support for
9728 ASI names.
9729
1369949e
ILT
9730Mon Mar 22 10:19:00 1993 Ian Lance Taylor (ian@cygnus.com)
9731
9732 * config/tc-mips.c (macro): Use $AT for any floating point load.
9733
63cdddad
KR
9734Sat Mar 20 12:50:51 1993 Ken Raeburn (raeburn@urth.cygnus.com)
9735
9736 * config/tc-m68k.c (m68k_ip): For operand type 'M', reject
9737 bignums, but don't emit error message.
9738
69498fa2
JW
9739Fri Mar 19 21:02:19 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9740
9741 * Makefile.in (targ-cpu.o): Depend on config.h.
9742
f6a91cc0
ILT
9743Wed Mar 17 16:44:06 1993 Ian Lance Taylor (ian@cygnus.com)
9744
9745 * app.c (do_scrub_next_char): Added new state, 9, to avoid
9746 dropping a space immediately following an identifier.
9747 * expr.c, write.c: Rewrote assert expressions to not use multiple
9748 lines; I don't think that can be done portably.
9749 * config/tc-mips.c (macro): Use $AT if target register is zero in
9750 load instruction, which it can be for a floating point load.
9751
a36f6645
ILT
9752Mon Mar 15 12:17:28 1993 Ian Lance Taylor (ian@cygnus.com)
9753
3d3c5039
ILT
9754 * write.c (write_contents): Compute the relocs before writing out
9755 the section contents.
9756 * config/obj-ecoff.h, config/obj-ecoff.c: Numerous changes to get
9757 symbol table and values right.
9758 * config/tc-mips.h (LOCAL_LABEL): If OBJ_ECOFF, any label starting
9759 with $L is local.
9760 * config/tc-mips.c (tc_gen_reloc): If OBJ_ECOFF, adjust the addend
9761 by the section vma.
9762
9763 * config/z8k.mt (TARG_CPU_DEPENDENTS): The relevant file is
9764 z8k-opc.h, not z8k.h.
9765
a36f6645
ILT
9766 * config/obj-coffbfd.c (obj_coff_endef): Correct test for .bf
9767 symbol.
9768
2a697fa4
DZ
9769Fri Mar 12 18:33:36 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9770
9771 * configure.in: recognize sparc-sun-solaris2* instead of -solaris2
9772
f2f7d044
ILT
9773Fri Mar 12 12:00:07 1993 Ian Lance Taylor (ian@cygnus.com)
9774
9775 * expr.c, write.c: Ultrix native 4.2 cc requires assert condition
9776 to be on a single line.
9777
ed099874
KR
9778Thu Mar 11 17:56:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9779
9780 * Makefile.in (config.h): Create file, writing out definitions of
9781 target cpu, alias, and canonical name.
9782 (ALL_CFLAGS): No longer define TARGET_CPU.
9783
9784 * Makefile.in (check): Print a message, instead of quitting
9785 silently.
9786
9787 * as.c (main): Don't catch any signals, for now.
9788
9789 * version.c: Deleted.
9790 * Makefile.in: Generate it, putting in only the version number
9791 itself.
9792 (VERSION): New variable.
9793 * as.c: Include config.h.
9794 (main): Reformatted version string. Include target alias. Don't
9795 print if not requested (i.e., unknown -v argument).
9796
9797 * as.c (stralloc): Deleted.
9798 (main): Call strdup instead.
9799
9800 * configure.in: Handle all 68300 series chips.
9801 * config/tc-m68k.c: Include config.h.
9802 (md_assemble): Assume TARGET_CPU is defined. Accept some 68300
9803 series cpus as defaults.
9804 (md_parse_option): Accept some m68300 series CPUs as defaults.
9805
9806Wed Mar 10 17:41:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9807
9808 * as.c (EXIT_SUCCESS, EXIT_FAILURE): Define to normal values if
9809 not already defined.
9810 (main, got_sig): Use them.
9811 * config/ho-vms.h (EXIT_SUCCESS, EXIT_FAILURE): Reverse default
9812 values.
9813
9814Tue Mar 9 07:40:06 1993 Ian Lance Taylor (ian@cygnus.com)
9815
9816 * config/obj-ecoff.c, config/obj-ecoff.h: Preliminary ECOFF
9817 support.
9818
9819 * config/tc-mips.h (TARGET_FORMAT): Define based on OBJ_AOUT vs.
9820 OBJ_ECOFF as well as TARGET_BYTES_*_ENDIAN.
9821 (struct loc, struct proc, struct file): Moved to tc-mips.c within
9822 #ifndef OBJ_ECOFF block, since ECOFF uses different versions.
9823 * config/tc-mips.c: Rearranged for ECOFF support. Added
9824 prototypes for all static functions. Moved existing minimal
9825 debugging format support info #ifndef OBJ_ECOFF blocks.
9826 (macro_build_lui): Eliminated sign_extend argument, because ECOFF
9827 does not support a non sign extended high 16 bits reloc. Adjusted
9828 all callers accordingly.
9829 (tc_get_register): Renamed from get_register, and made non-static.
9830
9831 * config/mips-big.mt, config/mips-lit.mt: New files. Define
9832 TARGET_BYTES_BIG_ENDIAN and TARGET_BYTES_LITTLE_ENDIAN,
9833 respectively.
9834 * configure.in (mips-*-bsd*): Use gas_target mips-lit.
9835 (mips-*-ultrix*, mips-*-irix*, mips-*-ecoff): New targets, using
9836 obj_format ecoff and gas_target mips-lit or mips-big.
9837
c5d4bc88
KR
9838Tue Mar 9 07:43:01 1993 Ken Raeburn (raeburn@cygnus.com)
9839
9840 * version.c: Bump to version 2.0.1.
9841
fefba3a5
ILT
9842Tue Mar 9 07:40:06 1993 Ian Lance Taylor (ian@cygnus.com)
9843
9844 * write.c (chain_frchains_together): Check that seg_info (section)
9845 is not NULL.
9846 (write_object_file): Call obj_frob_file after setting the symbols,
9847 not before.
9848
2b1b5697
KR
9849Tue Mar 9 00:00:00 1993 Ken Raeburn (raeburn@cygnus.com)
9850
9851 * Version 2.0 released.
9852
fefba3a5
ILT
9853Mon Mar 8 14:57:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9854
9855 * config/tc-i386.h (TC_COUNT_RELOC): Look for fx_addsy only.
9856
9857Fri Mar 5 09:05:55 1993 Ian Lance Taylor (ian@cygnus.com)
9858
9859 * read.h: Define stringer here.
9860 read.c, config/obj-ieee.c, config/obj-tcm88k.c: Not any of these
9861 places.
9862
bf449293
SC
9863Thu Mar 4 11:52:23 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9864
9865 * read.c (s_space): Multiply repeat count by mult, not fill.
9866
9471a360
KR
9867Thu Mar 4 05:20:42 1993 Ken Raeburn (raeburn@cygnus.com)
9868
9869 * read.c: Include ctype.h.
9870
1101551c
KR
9871Wed Mar 3 10:41:46 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9872
9873 Patches from Eric Youngdale:
9874 * make-gas.com: Find obstack.obj if it's not in the current
9875 directory.
9876 * read.c (s_ignore): Don't declare is_end_of_line. It's
9877 redundant, and triggers a VMS gcc compiler bug.
9878
9879 * write.c (write_object_file): Macro SUB_SEGMENT_ALIGN now takes
9880 current segment as an argument. (Ignored in all cases but VMS.)
9881 All callers and definitions changed.
9882
5e4cddb7
ILT
9883Tue Mar 2 11:56:19 1993 Ian Lance Taylor (ian@cygnus.com)
9884
9885 * listing.c: Cleaned up a bit, added prototypes, made NO_LISTING
9886 case compile again.
9887
f3ca2a64
KR
9888Tue Mar 2 08:53:34 1993 Ken Raeburn (raeburn@cygnus.com)
9889
9890 * config/tc-m68k.c (isbyte): Accept all values from -255 to +255,
9891 so "~0x80" won't be rejected.
9892
9893 * config/obj-elf.c: No longer include elf/reloc.h.
9894 (obj_elf_section): Set SEC_READONLY and SEC_CODE for text section.
9895 (obj_elf_stab, obj_elf_desc): Deleted do-nothing and commented-out
9896 routines.
9897 (obj_elf_xstab): New routine.
9898 (obj_elf_set_size): Call as_warn, not fprintf. Pass desired
9899 argument to s_ignore. Put "#if 0" around unused code.
9900 (obj_pseudo_table): Use s_ignore instead of do-nothing routines.
9901 Call elf_xstabs for .stabs and .xstabs operators.
9902
9903 * config/tc-sparc.h (TARGET_FORMAT) [OBJ_ELF]: Now "elf32-sparc".
9904
9905 * write.c (relax_and_size_seg): Set SEC_RELOC only if fixups are
9906 present.
9907
9908 * configure.in: mips-bsd configuration was missing format spec.
9909 Should use aout.
9910
9911 * Makefile.in (Makefile): Depends on configure.in.
9912
9913 * config/tc-mips.c (append_insn): Don't check for alignment of
9914 frag in memory; alignment of instructions in section is a separate
9915 matter.
9916
9917 * config/tc-mips.c (macro_build_lui): Fix some assumptions of ANSI
9918 C availability.
9919
9920 * listing.h: Always provide function declarations, not macros, so
9921 pcc won't lose.
9922
7687d89b
JG
9923Tue Mar 2 00:50:43 1993 John Gilmore (gnu@cygnus.com)
9924
9925 * CONTRIBUTORS: Update Gilmore entry.
9926
fd4b7c25
KR
9927Mon Mar 1 12:03:16 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9928
9929 * config/tc-sparc.c (sparc_ip): Correctly assemble prefetch
9930 instructions. Accept integer prefetch function numbers.
9931
7687d89b
JG
9932Wed Feb 24 14:58:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9933
fd4b7c25
KR
9934 * config/tc-sparc.c (s_xword): Now call big_cons, so large
9935 constants are accepted, but symbolic values are not. GCC will not
9936 generate the latter currently.
9937
7687d89b
JG
9938 * frags.c (frag_init): New function.
9939 (zero_address_frag, bss_address_frag): Now initialized at run
9940 time.
9941 * as.c (main): Call frag_init.
9942
160b7f0f
ILT
9943Wed Feb 24 10:32:42 1993 Ian Lance Taylor (ian@cygnus.com)
9944
9945 * app.c (do_scrub_next_char): In LEX_IS_LINE_COMMENT_START case:
9946 Don't unget ch2 if we didn't get it.
9947
0cca30f3
KR
9948Wed Feb 24 04:14:07 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9949
9950 * doc/Makefile.in (TEXIDIR): Updated for new layout.
9951
9952 * config/tc-sparc.c (s_common): Add support for ELF version.
9953 (tc_gen_reloc) [BFD_ASSEMBLER]: New function.
9954 * config/tc-sparc.h (TARGET_ARCH, TARGET_FORMAT) [BFD_ASSEMBLER]:
9955 New macros.
9956 (md_convert_frag): New macro.
9957
9958 * config/tc-m68k.c (m68k_ip): For PC-relative addressing of a
9959 symbol, fix the offset so "+2" isn't required.
9960
9961 * config/tc-i960.c (line_comment_chars, line_separator_chars):
9962 Define as common/bss.
9963 (op_hash, reg_hash, areg_hash, iclasses_seen, br_cnt): Default C
9964 initializers are sufficient.
9965
9966 * config/obj-aout.h [BFD_ASSEMBLER]: Include libaout.h from bfd.
9967 (TARGET_FORMAT) [BFD_ASSEMBLER]: Default to "a.out".
9968 (S_SET_*, S_GET_*, obj_frob_symbol) [BFD_ASSEMBLER]: New macros.
9969 (S_SET_TYPE) [!BFD_ASSEMBLER]: New macro.
9970 * config/obj-aout.c: Use PARAMS macro for declarations. Remove
9971 "IGNORE_DEBUG" conditional, since both branches are identical.
9972 Use S_SET_TYPE, S_GET_TYPE, and S_GET_DESC instead of directly
9973 referencing symbol structure members.
9974 (obj_aout_frob_symbol) [BFD_ASSEMBLER]: New function.
9975
9976 * as.h (struct frag): Reordered a couple of fields for better
9977 packing.
9978
9979 * write.c (record_alignment) [BFD_ASSEMBLER]: Record it in the
9980 section info.
9981 (write_contents) [BFD_ASSEMBLER]: New function.
9982 (write_object_file) [BFD_ASSEMBLER]: Always handle -R here. Call
9983 fix_new with BFD_RELOC_NONE instead of 0 or NO_RELOC. Call
9984 obj_frob_file, obj_frob_symbol, tc_frob_symbol if defined.
9985 (fixup_segment): Make sure common-section symbols get treated the
9986 same as undefined symbols.
9987 (fix_new) [BFD_ASSEMBLER]: Argument r_type is of type
9988 bfd_reloc_code_real_type. Use seg_fix_{root,tail}P derived from
9989 section info.
9990 * write.h (fix_new): Update prototype.
9991
9992 * tc.h (md_operand, md_convert_frag, tc_headers_hook,
9993 md_section_align, md_undefined_symbol): Don't provide prototypes
9994 if these are defined as macros.
9995 (md_convert_frag) [BFD_ASSEMBLER]: BFD version needs bfd and
9996 section passed.
9997
9998 * symbols.c (symbol_new): Argument NAME is now pointer to const.
9999 Simplified STRIP_UNDERSCORE code. Remove assumptions about null
69cb5925 10000 pointers in freshly allocated storage. [BFD_ASSEMBLER]: Get new
0cca30f3
KR
10001 BFD symbol.
10002 (colon): Display other/desc fields of redefined symbol only if
10003 S_GET_OTHER and S_GET_DESC are defined.
10004 (symbol_make): Argument NAME is now pointer to const.
10005 (symbol_find, symbol_find_base): Likewise.
10006 (S_IS_*, S_GET_*, S_SET_*) [BFD_ASSEMBLER]: New functions.
10007 * symbols.h: Fix prototypes for new const arguments. Add
10008 prototypes for BFD_ASSEMBLER S_* functions.
10009
10010 * subsegs.c (subseg_change) [BFD_ASSEMBLER]: BFD version of code
10011 for changing to an existing section.
10012 (subseg_new_rest) [BFD_ASSEMBLER]: Split off from subseg_new,
10013 called by subseg_new and subseg_set.
10014 (subseg_new) [BFD_ASSEMBLER]: Rewritten to change to new section,
10015 given section name and subseg number.
10016 (subseg_set) [BFD_ASSEMBLER]: New function; change to a possibly
10017 new section/subsection.
10018
10019 * read.c: Don't include ctype.h.
10020 (cons) [BFD_ASSEMBLER]: For undefined symbols, use BFD_RELOC_32
10021 for now; should be machine-dependent.
10022
10023 * configure.in: Accept *-*-elf and *-*-solaris* as ELF format
10024 targets, forcing BFD use.
10025
10026Wed Feb 17 18:59:03 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10027
10028 * config/tc-sparc.c: Use PARAMS macro for static function
10029 declarations. Use BFD_RELOC_ macros everywhere, with
10030 compatibility macros declared for non-BFD mode.
10031 (struct sparc_it) [BFD_ASSEMBLER]: Use bfd_reloc_code_real_type
10032 instead of enum reloc_type.
10033 (emit_sparc_reloc): Commented-out function deleted.
10034 (md_convert_frag): Deleted.
10035 (tc_aout_pre_write_hook): Don't define for BFD_ASSEMBLER.
10036 (md_apply_fix): Changed calling sequence (conditionally) for BFD
10037 version.
10038 * config/tc-sparc.h (md_convert_frag): New macro.
10039
10040 * config/obj-aout.c (obj_aout_stab): Refer to undefined_section,
10041 not SEG_UNKNOWN. Use S_SET_TYPE, S_GET_TYPE, S_GET_DESC instead
10042 of referencing fields directly.
10043
10044 * write.c (cvt_frag_to_fill): New function; extracted from
10045 write_object_file.
10046 (write_object_file) [! BFD_ASSEMBLER]: Call it.
10047 (relax_and_size_seg) [BFD_ASSEMBLER]: New function; relax section
10048 and set its size and flags.
10049
10050 * struc-symbol.h (struct symbol) [BFD_ASSEMBLER]: Replace some
10051 fields with BFD equivalents. Turn on back-pointers, and add
10052 target-specific fields at end.
10053
10054Thu Feb 11 09:20:37 1993 Ian Lance Taylor (ian@cygnus.com)
10055
10056 * config/obj-coffbfd.c (fill_section): Don't set vaddr here.
10057 (write_object_file): Set it here instead, so that fixup_segment
10058 can see the correct value.
10059
10060Mon Feb 8 13:56:17 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10061
10062 * write.c (write_object_file): Check for errors and warnings and
10063 bail out before processing contents.
10064 (chain_frchains_together_1): New function, does most of the work
10065 of remove_subsegs.
10066 (chain_frchains_together) [BFD_ASSEMBLER]: New function.
10067 (remove_subsegs) [! BFD]: Call it.
10068 (write_object_file) [BFD_ASSEMBLER]: Converted to use BFD
10069 structures and routines.
10070
10071 * config/obj-elf.*: New files.
10072
10073 * config/mips.mt, config/rs6000.mt: Deleted.
10074
10075 * config/h8300.mt: Don't specify compiler here.
10076
7687d89b 10077 * config/z8k.mt: The z8k code depends on the z8k opcode table,
0cca30f3
KR
10078 not the h8300 one.
10079 * config/tc-z8k.h: Comment fix.
10080
10081 * write.c: Reordered some functions for better inlining.
10082 (fixup_segment): Linkrelax code is no longer conditional on
10083 TC_I960.
10084
10085Thu Feb 4 12:45:16 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10086
10087 * config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
10088 obj-coffbfd.h}: support for the H8/500
10089
10090Wed Feb 3 19:28:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10091
10092 * config/obj-vms.h (SUB_SEGMENT_ALIGN): Define VMS version here.
10093 * write.c (write_object_file): Not here.
10094 (fix_new): Initialize fx_addnumber.
10095
10096 * listing.c: Don't include target-cpu.h explicitly, since as.h
10097 includes it.
10098
10099Thu Jan 28 00:35:40 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10100
10101 * write.h [BFD_ASSEMBLER]: Don't declare next_object_file_charP,
10102 *_fix_root, *_fix_tail, seg_fix_rootP, seg_fix_tailP.
10103 (struct fix): Reordered fields for compactness and efficiency.
10104 Converted some logical fields to 1-bit fields.
10105
10106 * config/obj-aout.h: Use PARAMS.
10107 [BFD_ASSEMBLER]: Don't define/declare AOUT_MACHTYPE, seg_N_TYPE,
10108 N_TYPE_seg, DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE.
10109
10110 * read.c: Don't include listing.h; as.h includes it. Removed
10111 DONTDEF code.
10112 [BFD_ASSEMBLER]: Include subsegs.h.
10113 (old_buffer, new_broken_words): Default initialization is
10114 sufficient.
10115
10116 * output-file.c [BFD_ASSEMBLER]: Include bfd.h, default TARGET_MACH
10117 to 0, define stdoutput.
10118 (output_file_create) [BFD_ASSEMBLER]: Call bfd_perror on failure.
10119 Call bfd_set_arch_mach.
10120 (output_file_close) [BFD_ASSEMBLER]: Call bfd_close, not
10121 bfd_close_all_done. Call bfd_perror on failure.
10122 (output_file_append) [BFD_ASSEMBLER]: Don't define.
10123
10124 * config/m68kcoff.mt (LOCAL_LOADLIBES): Delete definition.
10125
10126 * subsegs.h (segment_info_type): Always define. Omit field scnhdr
10127 if not MANY_SEGMENTS. Define new field bfd_section if
10128 BFD_ASSEMBLER.
10129 (seg_info): New macro.
10130
10131 * expr.c, input-scrub.c: Use PARAMS macro. Deleted unused
10132 variables, and some irrelevant comments.
10133
10134 * Makefile.in (ALL_CFLAGS): Include $(BFDDEF).
10135 (LIBS): Include $(BFDLIB). Don't bother with $(CLIB).
10136 * configure.in: Permit --with-bfd-assembler now, with a warning.
10137 Variable need_bfd is now a boolean, as is new variable bfd_gas.
10138 Set BFDDEF and BFDLIB in Makefile when appropriate.
10139
10140 * as.c: Removed "#ifdef DONTDEF" and "#ifdef comment" code.
10141 (main): Refer to flag_always_generate_output instead of
10142 flagseen['Z'].
10143
10144 * as.c (main) [BFD_ASSEMBLER]: Open output bfd.
10145 (*_section) [BFD_ASSEMBLER]: Define them.
10146 (perform_an_assembly_pass) [BFD_ASSEMBLER]: Initialize them, and
10147 set section flags when appropriate.
10148 * as.h (SEG_NORMAL) [BFD_ASSEMBLER]: Require that the specified
10149 section is not absolute, undefined, or an assembler internal one.
10150 (absolute_section, undefined_section): Always define.
10151 * expr.c, read.c, symbols.c: Refer to *_section, not SEG_*; break
10152 switch statements into if-else trees.
10153 * symbols.c [MANY_SEGMENTS]: Deleted redundant definitions of
10154 SEG_BSS and SEG_DATA.
10155
10156 * as.h (frag_now_fix): New macro.
10157 * symbols.c (colon): Use it.
10158
10159Wed Jan 27 21:43:53 PST 1993 Ralph Campbell (ralphc@pyramid.com)
10160
10161 * config/tc-mips.c: Added mips support for mips-dec-bsd.
10162 * config/tc-mips.h: Added mips support for mips-dec-bsd.
10163 * config/ho-mipsbsd.h: Added mips support for mips-dec-bsd.
10164 * config/mips-opcode.h: Added mips support for mips-dec-bsd.
10165 * configure.in: Added mips support for mips-dec-bsd.
10166 * atof-generic.c: Define TRUE and FALSE if not defined.
10167
10168Thu Jan 21 12:48:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10169
10170 * version.c: Bumped version number to 1.93.05.
10171
10172Wed Jan 20 17:11:53 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10173
10174 * config/obj-coff.c (obj_emit_relocations): Don't use #elif.
10175 (obj_emit_lineno): Don't need return at end of void function.
10176 (obj_symbol_new_hook): Ditto.
10177
10178 * config/tc-m68k.c: Removed some unused code.
10179 (tc_aout_fix_to_chars): Array nbytes_r_length is now const.
10180
10181 * config/tc-m68k.h (TC_COUNT_RELOC): Don't emit reloc if only
10182 offset field is set.
10183
10184Fri Jan 8 05:44:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10185
fd4b7c25
KR
10186 * config/tc-sparc.c (sparc_ip): For %uhi and %ulo, if not
10187 ENV64, emit no reloc.
10188 (md_pseudo_table): For ".xword", call s_xword.
10189 (s_xword): New function.
10190
0cca30f3
KR
10191 * config/tc-sparc.c (architecture_requested, warn_on_bump,
10192 md_relax_table): Use default zero initialization.
10193 (s_reserve): Since SEG_E2 is equivalent to SEG_BSS, just use the
10194 latter, instead of selecting with preprocessor conditionals.
10195
10196Thu Jan 7 08:58:21 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10197
10198 * configure.in: recognise all sparclite variants
10199
10200Thu Jan 7 05:25:25 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10201
10202 * read.c (s_data) [!BFD_ASSEMBLER]: Fix typo in 4 Jan change --
10203 accidentally changed to use subseg_change where it should have
10204 been subseg_new.
10205
6c5f9998
KR
10206Tue Jan 5 08:42:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10207
0bd77bc4
KR
10208 * expr.c (operand): If character other than comma or newline is a
10209 logical end-of-line character, use the newline case.
0cca30f3
KR
10210 From Eric Youngdale:
10211 (operand): Set X_add_number field for floating-point numbers.
10212 (operand): Treat zero byte as end-of-operand.
0bd77bc4 10213
6c5f9998
KR
10214 * configure.in (per-target): Look for with_bfd_assembler option.
10215 For now, only accept "no", until the merge is done.
10216
0cca30f3
KR
10217 Merged changes from Eric Youngdale (youngdale@v6550c.nrl.navy.mil):
10218 * as.c, flonum-konst.c, hex-value.c, input-file.c, version.c,
10219 config/obj-aout.h, config/obj-vms.c: VMS -> HO_VMS.
10220 * read.c: Finish conversion to S_* macros in the VMS only
10221 parts of the program. Add "const" modifier to hex_value.
10222 * as.c, read.c, symbols.c, write.c: Change "ifdef VMS" to
10223 "ifdef OBJ_VMS".
10224 * expr.c: Add "const" modifier to hex_value.
10225 * symbols.c: Finish conversion to S_* macros in the VMS only
10226 parts of the program. Add "const" modifier to
10227 md_[long,short]_jump_size. Remove declaration of const_flag
10228 (which will be declared in obj-vms.h).
10229 * write.c: Add "const" modifier to md_[long,short]_jump_size.
10230 Fix arguments to VMS_write_object_file.
10231 * config-gas.com: New file. Script for VMS systems to set up the
10232 configuration to build gas for VMS, and create config.status.
10233 * make-gas.com: Redone to work with new scheme.
10234 * obj-vms.c: Patch to fix bug where we were not correctly parsing the
10235 stabs directives.
10236 * obj-vms.c: Define macros COPY_LONG and COPY_SHORT which
10237 will swap bytes if needed on a big endian system. Use throughout
10238 as needed.
10239 * obj-vms.c (obj_aout_stab): Add code to generate listing file.
10240 * obj-vms.c (VMS_typedef_parse): Add alias to correctly handle certain
10241 types of malformed stabs. Change parsing algorithm so that we are
10242 more certain of having all of the information that we need on hand.
10243 * obj-vms.c (final_forward_reference): New function, used to help
10244 resolve the data types of as many struct elements as possible
10245 when some part of the struct is not fully defined by the compiler.
10246 * obj-vms.c (VMS_LSYM_Parse): Correctly handle case of continuation
10247 stabs directives.
10248 * obj-vms.c (VMS_write_object_file): Define all vtable psects
10249 as symbols as well in the object file. Look for external functions
10250 that start with "__vt.", and turn them into variables, since the
10251 g++ compiler is incapable of doing this.
10252 * tc-vax.c: Add '1' option for backward compatibility with older GCC
10253 versions.
10254 * bignum-copy.c (bignum_copy): Fix bug where we pad with zeroes.
10255 * input-scrub.c (as_where): Fix bug where as would crash if we did not
10256 have the name of the source file yet.
10257 * config/ho-vms.h: define HO_VMS, not HO_VAX.
10258
9d76a195
KR
10259Mon Jan 4 05:17:26 1993 Ken Raeburn (raeburn@cygnus.com)
10260
10261 * read.c (s_data): Always use "data_section", since it'll map to
10262 SEG_DATA or SEG_E1 if needed.
10263 (s_lcomm): Likewise with bss_section.
10264 (s_fill): Use memset, not bzero.
10265
10266Thu Dec 31 04:29:27 1992 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10267
10268 * read.c: Deleted some code under "#ifdef DONTDEF" that was for
10269 handling GDB symbol table data.
10270
10271 * config/obj-aout.h (segment_name): Delete definition.
10272 (seg_name): Delete declaration.
10273 * config/obj-bout.h (segment_name, seg_name): Ditto.
10274 * config/obj-vms.h (segment_name, seg_name): Ditto.
10275 * config/obj-coff.h (segment_name): Ditto.
10276 * config/obj-coffbfd.h (segment_name): Ditto.
10277
10278 * Changes for BFD_ASSEMBLER:
10279 * obj.h (obj_crawl_symbol_chain): Declare only if not
10280 BFD_ASSEMBLER.
10281 (obj_header_append, obj_pre_write_hook): Ditto.
10282 * as.h (stdoutput): New var, defined only if BFD_ASSEMBLER.
10283 (segT) [BFD_ASSEMBLER]: New typedef for "asection *".
10284 (segment_name) If BFD_ASSEMBLER, look up BFD section name;
10285 otherwise, use seg_name array.
10286 (seg_name): Declare only if not BFD_ASSEMBLER.
10287 (section_alignment): Declare only if not BFD_ASSEMBLER.
10288 (big_section, reg_section, pass1_section, diff_section,
10289 absent_section, text_section, data_section, bss_section): If
10290 BFD_ASSEMBLER, declare as variables; otherwise, declare as macros,
10291 mapping to segT enum values.
10292 (tc_aout_fix_to_chars, next_object_file_charP): Force parse errors
10293 if these are used or defined, if BFD_ASSEMBLER.
10294 (subseg_set, subseg_new) [BFD_ASSEMBLER]: Functionality of old
10295 subseg_new split into two functions.
10296 (SEG_NORMAL): For BFD_ASSEMBLER, always return true, for now.
10297
10298 * as.h (volatile): Don't define if already defined.
10299 (had_errors, had_warnings): Provide prototypes for ANSI C even if
10300 NO_STDARG.
10301 (as_bad, as_fatal, as_tsktsk, as_warn): For GNU C version 2,
10302 declare with format attribute for -Wformat checking.
10303
85825401
ILT
10304Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)
10305
10306 * app.c, config/tc-*.c: Don't include read.h, since it is already
10307 included by as.h.
10308
10309 * These are based on patches from Minh Tran-le
10310 <mtranle@paris.intellicorp.com>.
10311 * configure.in (i[34]86-ibm-aix*): Accept i486 for host. Use
10312 obj_format coffbfd and gas_target i386coff for target.
10313 (i[34]86-*-isc*): New host (uses sysv).
10314 * config/i386aix.mt: Removed (no longer used).
10315 * config/mh-i386aix (RANLIB): Use true rather than /bin/true.
10316 (MINUS_G): Removed.
10317 (LDFLAGS): Added, defined as -shlib.
10318 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Undefine.
10319 * config/te-sco386.h (LOCAL_LABEL): Don't define.
10320 (DOT_LABEL_PREFIX): Define.
10321 * expr.c (operand): If DOT_LABEL_PREFIX, use .L0\001 as a label
10322 name rather than L0\001.
10323 * read.c (s_lcomm): Make a frag in SEG_BSS rather than using
10324 local_bss_counter.
10325 * symbols.c, symbols.h (local_bss_counter): Removed.
10326 * write.c (write_object_file): bss no longer uses
10327 local_bss_counter. Pass correct data and bss size to
10328 VMS_write_object_file.
10329 * config/obj-vms.c (VMS_write_object_file): Accept bss size as
10330 argument, rather than using local_bss_counter.
10331 * config/tc-m88k.c (s_bss): Don't use local_bss_counter.
10332 * config/tc-sparc.c (s_reserve): Don't use local_bss_counter.
10333 * config/obj-coffbfd.c (had_lineno, had_reloc): Removed.
10334 (size_section): Restored sanity check.
10335 (do_relocs_for): Base section address on s_paddr rather than
10336 computing it. Adjust a29k R_IHIHALF special case to account for
10337 section paddr (used to require paddr to be zero). If there are no
10338 reclos, set s_relptr to 0. Set relocation size in object_headers.
10339 (fill_section): Always set s_vaddr here, removing
10340 ZERO_BASED_SEGMENTS case. Force s_scnptr for bss to 0. Don't set
10341 NOLOAD for i386 .bss, because it confuses the SVR3 native linker.
10342 Set STYP_INFO for .comment.
10343 (coff_header_append): Use object headers and H_{SET,GET}_* macros.
10344 Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.
10345 (crawl_symbols): Handle 8 character section name correctly. Use
10346 H_{SET,GET}_* macros.
10347 (do_linenos_for): Set lineno size in object_headers.
10348 (write_object_file): Use H_{SET,GET}_* macros. Don't bother to
10349 set s_vaddr here. If string_byte_count remains 4, set it back to
10350 0, and only write strings out if there are some. Call
10351 fill_section before do_relocs_for and do_linenos_for.
10352 (obj_coff_section): Handle optional quoted second argument giving
10353 section characteristics.
10354 (obj_coff_bss): Added to handle .bss.
10355 (obj_coff_ident): Added to handle .ident (puts string in .comment
10356 section).
10357 (obj_coff_lcomm): Put common symbols in .bss, not .data.
10358 (fixup_mdeps): Change to segment. Call frag_wane after
10359 md_convert_frag.
10360 (fixup_segment): Explicitly check S_IS_COMMON before making 386
10361 adjustment (already happened only for common symbols, but this is
10362 clearer).
10363 * config/obj-coffbfd.h (OBJ_COFF_OMIT_OPTIONAL_HEADER): Define.
10364 * config/tc-i386.c (s_bss): Don't use if I386COFF.
10365 (md_pseudo_table): Ignore .optim and .noopt.
10366 (tc_coff_sizemachdep): New function.
10367 * config/tc-i386.h (REVERSE_SORT_RELOCS): Undef, for SVR3
10368 compatibility.
10369 (LOCAL_LABEL): Removed definition.
10370 (DOT_LABEL_PREFIX): Defined.
10371
4539aa02
KR
10372Mon Dec 28 10:32:05 1992 Ken Raeburn (raeburn@cygnus.com)
10373
6d331d71
KR
10374 * app.c (app_push): Use memcpy, not bcopy.
10375 (do_scrub_next_char): For \", return " not '.
10376 (symbol_chars): Now const.
10377
4539aa02
KR
10378 * expr.c (operand): If not LOCAL_LABELS_FB, don't look for "0f"
10379 and "0b". If LOCAL_LABELS_DOLLAR, check for "0$".
10380
10381 * config/obj-coff.h: Don't use #elif.
10382
10383 * config/ho-sunos.h: Don't include sys/stdtypes.h; 4.0.3 doesn't
10384 have it. (Reported by Noah Friedman, friedman@gnu.ai.mit.edu.)
10385
3eb802b5
ILT
10386Wed Dec 16 12:12:33 1992 Ian Lance Taylor (ian@cygnus.com)
10387
10388 * write.c, obj-ieee.c: don't define SUB_SEGMENT_ALIGN if it is
10389 already defined.
10390
be06bdcd
SC
10391Tue Dec 15 12:40:11 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10392
10393 * app.c (do_scrub_begin): allow single quote strings if so
10394 configured.
10395
10396 * config/*z8k*: checkpoint
10397
10398Sun Dec 13 00:04:38 1992 Ian Lance Taylor (ian@cygnus.com)
10399
10400 * read.c (read_a_source_file): avoid calling xmalloc (0).
10401
016e0d42
ILT
10402Sat Dec 12 15:26:34 1992 Ian Lance Taylor (ian@cygnus.com)
10403
10404 * listing.c: Call xmalloc, not malloc; don't declare malloc.
10405
10406 * Changes to support SCO 3.2v4:
10407 * read.c (s_align_bytes, s_align_ptwo): If not SEG_DATA or
10408 SEG_BSS, fill with NOP_OPCODE.
10409 * config/i386coff.mt: Add opcode/i386.h to TARG_CPU_DEPENDENTS.
10410 * config/obj-coffbfd.c (do_relocs_for): Increment addr even if not
10411 using ZERO_BASED_SEGMENTS.
10412 (fill_section): If ZERO_BASED_SEGMENTS, set segment addresses, but
10413 never set segment address for SEG_E2 (.bss) and don't write out
10414 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.
10415 (obj_coff_endef): Don't merge labels or symbols awaiting forward
10416 definitions, and don't merge tags with non-tags. Check for .bf
10417 rather than just checking whether the second character is b and
10418 the third character is f.
10419 (obj_coff_val): gcc can generate values which we don't handle
10420 correctly; discard information for now, since it only affects the
10421 debugging information.
10422 (tag_find_or_name): Don't insert tags in the symbol table.
10423 (yank_symbols): Don't merge labels.
10424 (write_object_file): Don't define SUB_SEGMENT_ALIGN if it is
10425 already defined. Fill subsegments with NOP_OPCODE, not 0. Don't
10426 set segment address if ZERO_BASED_SEGMENTS.
10427 (obj_coff_section): Accept and ignore a trailing quoted string, as
10428 used in AT&T i386 syntax.
10429 (fixup_segment): Take segment as argument. On the i386, adjust PC
10430 relative addends by the segment vaddr.
10431 * tc-i386.h: Define SUB_SEGMENT_ALIGN.
10432 * tc-a29k.h: Define ZERO_BASED_SEGMENTS.
10433 * tc-i386.c: (i386_operand): If I386COFF, accept any segment type.
10434
db33220f
KR
10435Tue Dec 8 00:06:48 1992 Ken Raeburn (raeburn@rtl.cygnus.com)
10436
016e0d42
ILT
10437 * config/obj-coffbfd.c: Include libcoff.h.
10438
db33220f
KR
10439 * version.c: Now version 1.93.
10440
dde624ef
KR
10441Mon Dec 7 00:39:09 1992 Ken Raeburn (raeburn@cygnus.com)
10442
db33220f
KR
10443 * config/tc-i386.c (md_pseudo_table): For 386bsd and linux, do
10444 power-of-two alignment for .align.
10445
dde624ef
KR
10446 * as.h: If BROKEN_ASSERT, just redefine `assert' to be trivial,
10447 and leave everything else alone.
10448
10449Fri Dec 4 16:58:42 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10450
10451 * Makefile.in (as.new): Don't bother saving as.old.
10452
10453 * write.c: Conditionalize on OBJ_VMS, not VMS.
10454 (magic_number_for_object_file): Don't define if OBJ_VMS.
10455
10456 * config/obj-vms.c: Changes for traditional C.
10457
7f2cb270
KR
10458Thu Dec 3 01:24:07 1992 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10459
10460 * config/ho-generic.h (malloc, realloc): Declare.
10461
10462 * Lots of comment/whitespace changes.
10463
10464 * write.h (struct fix): Some fields reordered, narrowed.
10465
10466 * read.c (MASK_CHAR): Define using C types, not magic number.
10467
10468 * as.c, input-file.c: Deleted some unused code.
10469
10470 * app.c, as.h: Doc fix.
10471
10472 * flonum-konst.c, flonum-mult.c: Include ansidecl.h.
10473
10474 * as.h (xmalloc): Argument is long.
10475
10476 * xmalloc.c (error): Remove declaration; as.h takes care of it.
10477
0cca30f3
KR
10478 * doc/as.texinfo: Regrouped documentation of some command-line
10479 options. Updated options documentation for m68k. Some minor
10480 wording/punctuation changes.
10481
7f2cb270
KR
10482Mon Nov 30 11:42:11 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10483
10484 * configure.in: Accept target OS "vms".
10485
10486 * symbols.c: Merged ANSI and non-ANSI function decls, using
10487 PARAMS macro.
10488
10489 * xmalloc.c: Just include as.h, don't bother trying to figure out
10490 other header files.
10491
10492 * strstr.c, strerror.c: Deleted.
10493 * Makefile.in: Deleted references.
10494
10495 * config/tc-ns32k.c: Don't include header file for string
10496 declarations; leave that to ho-*.h.
10497
10498Fri Nov 27 04:11:36 1992 Ken Raeburn (raeburn at cambridge-laptop.cygnus.com)
10499
10500 * config/coff_gnu.h [TC_I860]: Guesses for reloc type values,
10501 imported from FSF sources.
10502
10503 * messages.c (strerror): Declare unconditionally.
10504
10505 * as.h: Delete alloca and register definitions.
10506
10507 * config/atof-ieee.c (mask): Now const.
10508
10509 * obstack.c, obstack.h: Deleted.
10510
10511 * as.h (flag_readonly_data_in_text): New flag.
10512 * as.c (main): Set it for -R.
10513
10514 * as.h (flag_suppress_warnings): New flag.
10515 * as.c (main): Set it for -W.
10516 * messages.c (as_warn): Check it instead of flagseen['W'].
10517
10518 * as.h (flag_always_generate_output): New flag.
10519 * as.c (main): Set it for -Z.
10520
10521 * config/tc-sparc.h: Define NEED_FX_R_TYPE.
10522 * config/tc-a29k.h: Ditto.
10523 * write.h (struct fix): Don't conditionalize fx_r_type field on TC
10524 macros.
10525
10526 * as.h: Merged ANSI and non-ANSI function decls, using PARAMS
10527 macro.
10528 * bignum.h, expr.h, flonum.h, frags.h, input-file.h, listing.h,
10529 obj.h, output-file.h, read.h, struc-symbol.h, symbols.h, tc.h,
10530 write.h: Likewise.
10531 * read.c: Likewise.
10532
10533 * xmalloc.c: Conditionalize on HAVE_MALLOC_H, not USG. Fold in
10534 xrealloc from xrealloc.c.
10535 * xrealloc.c: Deleted.
10536 * Makefile.in (REAL_SOURCES, OBJS): Adjusted.
10537
10538 * configure.in: For host CPU a29k, rs6000, vax, consider using bsd
10539 or vms ho- files.
10540
10541 * config/ho-sysv.h (setbuffer, HO_USG): Deleted.
10542
10543 * config/atof-ieee.c (atof_ieee): Exponent field isn't a pointer;
10544 don't initialize it with NULL.
10545
10546 * config/ho-vax.h (M_VAX): Deleted; was unused.
10547
10548 * README-vms, config/ho-vms.h, config/obj-vms.c, config/obj-vms.h:
10549 New files imported from FSF version, contributed by Eric Youngdale.
10550 * README-vms-dbg, config/vms: Deleted.
10551
10552 * ChangeLog, config/ChangeLog: Merged.
10553
10554 * config/*tahoe*, configure.in: Tahoe support brought in from FSF
10555 version.
10556
10557 * input-file.c (input_file_open): Eliminate call to setvbuf.
10558 [USG] (setbuffer): Deleted macro.
10559
6efd877d
KR
10560Mon Nov 23 11:00:16 1992 Ken Raeburn (raeburn@cygnus.com)
10561
10562 * all files: Whitespace changes for GNU indentation style, done by
7f2cb270 10563 GNU `indent'. Some cleanup still needed, especially of comments.
6efd877d
KR
10564
10565 * configure.in: No te-386bsd.h file exists; don't try to use it.
10566
7f2cb270
KR
10567 * obj-coff.c (obj_coff_endef): Use as_warn, not fprintf.
10568
10569 * tc-m68k.c (md_assemble): Don't complain about 68000 with 68881;
10570 could be doing emulation.
10571
0cca30f3 10572Thu Nov 19 11:47:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
132239bf 10573
69cb5925 10574 z8000 documentation
0cca30f3
KR
10575 * doc/Makefile.in, doc/all.m4, doc/as-all.texinfo, doc/as.texinfo:
10576 all modified.
10577
6efd877d
KR
10578Tue Nov 10 09:49:24 1992 Ian Lance Taylor (ian@cygnus.com)
10579
10580 * Makefile.in (as.o, obj-format.o): added dependency on subsegs.h.
10581
10582 * subsegs.h: add extern to segment_info declaration.
10583
10584 * read.h: added extern declarations for comment_chars,
10585 line_comment_chars, and line_separator_chars.
10586 read.c, app.c: removed definitions of comment_chars,
10587 line_comment_chars, and line_separator_chars.
10588
7f2cb270
KR
10589 * tc-m68k.c (m68k_reg_parse): If REGISTER_PREFIX isn't defined,
10590 still accept (but don't require) OPTIONAL_REGISTER_PREFIX before
10591 the register name.
10592 (insert_reg): put REGISTER_PREFIX before register names before
10593 putting them in the symbol table.
10594 * tc-m68k.h (OPTIONAL_REGISTER_PREFIX): Define to be "%", if not
10595 M68KCOFF.
10596
10597 * obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss
10598 section.
10599
10600 * atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS,
10601 comment_chars, line_comment_chars and line_seperator_chars
10602 consistently const, and always initialized them. Included read.h.
10603
10604Thu Nov 5 17:55:41 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
10605
10606 * tc-sparc.c (sparc_ip): Add code to flag error if an absolute
10607 constant will not fit in an immediate field.
10608 (md_apply_fix, RELOC_BASE13 case): Check for relocation overflow.
10609
10610Wed Nov 4 07:50:46 1992 Ken Raeburn (raeburn@cygnus.com)
10611
10612 * obj-coff.c (callj_table): Delete global variable.
10613 (obj_emit_relocations): Define it locally here, and only if
10614 TC_I960 is defined.
10615
10616 * tc-m68k.c (m68k_reg_parse): Underscore is part of a symbol name.
10617 (m68k_ip): Don't warn about bignum used as float bit-pattern.
10618
10619 * obj-coff.c: Replaced ANSI and non-ANSI function declarations
10620 with a single set using PARAMS macro.
10621
10622 * tc-i960.c (tc_bout_fix_to_chars): Bit-field fixups want a length
10623 of 2.
10624
10625 * tc-i960.c: Missed a couple of 0->NO_RELOC conversions.
10626
10627 * tc-i960.h (N_BALNAME, N_CALLNAME): Define as char-type values,
10628 so widening works consistently.
10629
6efd877d
KR
10630Wed Oct 28 08:52:34 1992 Ken Raeburn (raeburn@cygnus.com)
10631
10632 * version.c: Put conditional "const" before version_string, not
10633 before dummy function for VMS. Now version 1.91.03.
10634
10635 * app.c (do_scrub_next_char): Need double-\ before `000' to show
10636 printed rep of null character.
10637
7f2cb270
KR
10638Fri Oct 23 14:40:38 1992 Ian Lance Taylor (ian@cygnus.com)
10639
10640 * obj-coffbfd.c (write_object_file): check return value of
10641 bfd_close_all_done.
10642
559d9aac
ILT
10643Tue Oct 20 12:18:08 1992 Ian Lance Taylor (ian@cygnus.com)
10644
7f2cb270
KR
10645 * Support for i386-sysv.
10646 obj-coffbfd.c (do_relocs_for, write_object_file): set segment
10647 addresses to reasonable sizes. New define ZERO_BASED_SEGMENTS can
10648 be used to set them all to zero as was done before.
10649 (fill_section): segment addresses now set in write_object_file.
10650 (fill_section): Don't set STYP_NOLOAD for .bss section.
10651 (fixup_segment): 386 uses strange common symbol format.
10652 tc-i386.c (tc_coff_fix2rtype): use R_DIR32, not R_RELLONG, for
10653 compatibility with SVR3.2 linker.
6efd877d
KR
10654 * configure.in: i386-sysv and i386-sco use coffbfd.
10655
559d9aac
ILT
10656 * app.c (do_scrub_next_char): discard whitespace after a label.
10657
0f8b9790
DZ
10658Sat Oct 10 12:33:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10659
10660 * configure.in: differentiate between SunOS 4 and Solaris2 for Sun4
10661 hosts, use the sysv configuration for solaris2
10662
7f2cb270
KR
10663Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10664
132239bf 10665 fix i960+non-bfd coff bit rot.
7f2cb270
KR
10666 * obj-coff.c (c_dot_file_symbol, obj_coff_ln, obj_coff_line):
10667 support for C source listings. (obj_coff_endef): look in the right
10668 part of the symbol for the symbol name
10669
10670 * tc-m68k.c (get_num): make it work for all segments, not just the
10671 first three.
10672
984cf2d7
ME
10673Mon Oct 5 03:30:36 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
10674
69cb5925 10675 * configure.in: recognize i386-*-bsd emulation.
984cf2d7
ME
10676
10677Thu Oct 1 23:05:12 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10678
10679 * configure.in: use the cpu-vendor-os triple for host and target
10680
7f2cb270
KR
10681Tue Sep 29 12:22:52 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10682
10683 * obj-coffbfd.c (write_object_file): don't fixup for the z8k
10684 * tc-z8k.c: lots of bug fixes
10685
10686Tue Sep 29 10:51:55 1992 Ian Lance Taylor (ian@cygnus.com)
10687
10688 * tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
10689 #elif, since it is not supported by old compilers.
10690 ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a
10691 couple of expressions in tc-m68k.c.
10692
984cf2d7
ME
10693Mon Sep 28 21:18:24 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10694
10695 * read.c (cons): If NO_RELOC is defined, use it.
10696
7f2cb270
KR
10697 * tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
10698
10699Fri Sep 25 18:18:52 1992 Ian Lance Taylor (ian@cygnus.com)
10700
10701 * tc-m68k.h: if M68KCOFF, define DOT_LABEL_PREFIX (to require
10702 local labels to start with a .) and set REGISTER_PREFIX to %.
10703 tc-m68k.c (m68k_reg_parse): accept REGISTER_PREFIX if defined.
10704
5a0fc1d4
JG
10705Fri Sep 25 17:53:43 1992 John Gilmore (gnu@cygnus.com)
10706
10707 * messages.c: Comment changes.
10708
4959cb7b
KR
10709Fri Sep 25 14:12:58 1992 Ken Raeburn (raeburn@kyriath.cygnus.com)
10710
10711 * as.h: Test if __STDC__ is defined only, don't test its value.
10712 * messages.c: If __STDC__ is not defined, define NO_STDARG.
10713
5e9d510e
BK
10714Thu Sep 24 12:42:32 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10715
10716 * listing.c (debugging_pseudo): Add stabs and stabn as things to
10717 ignore.
10718
7f2cb270
KR
10719Tue Sep 22 13:02:07 1992 Sean Eric Fagan (sef@cygnus.com)
10720
10721 * obj-coffbfd.c (do_relocs_for,fill_section): now allocate all
10722 sections starting from zero, rather than making them consecutive.
10723 This makes subsequent reloc calculations easier, esp if the object
10724 format doesn't understand addends. (obj_coff_lcomm): (maybe temporarily)
10725 allocate lcomm in .data rather than in .bss. It seems that some
10726 tools can't cope with a non-zero sized bss before linkage.
132239bf 10727
7f2cb270
KR
10728Tue Sep 22 15:10:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10729
10730 * tc-m68k.c: Replace "enum m68k_architecture" with "int"
10731 throughout. That enum no longer means what we thought it meant.
10732
10733 * tc-m68k.c (md_assemble, md_parse_option): Handle new
10734 "-mno-688[58]1" options.
10735
10736 * tc-m68k.c: Added CPU32 support.
10737
10738Fri Sep 18 08:02:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10739
10740 * tc-m68k.c (m68k_ip): An(disp) is not pc relative.
10741
569dac15
JW
10742Tue Sep 15 17:25:05 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
10743
10744 * Makefile.in (as.new): Remove dependence on LOCAL_LOADLIBES.
10745 Change LIBDEPS dependence to LIBS.
10746
efbfb612
ILT
10747Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com)
10748
10749 * Makefile.in (install): if $(tooldir) exists, install as in
10750 $(tooldir)/bin.
10751
987b1491
ILT
10752Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)
10753
ca5e9d49
ILT
10754 * Added WARN_SIGNED_OVERFLOW_WORD define to give an error if any
10755 .word is < -32768 or > 32767. The -J flag causes the error to be
10756 ignored. This is to catch over-sized switches generated by gcc on
10757 systems which don't support the broken .word hack.
10758 as.c (main): permit -J if WARN_SIGNED_OVERFLOW_WORD.
10759 write.c (fixup_segment): check for signed .word overflow if
10760 WARN_SIGNED_OVERFLOW_WORD.
10761
987b1491
ILT
10762 * write.c (fixup_segment): fixed missing parens in expression
10763 checking for byte or word overflow.
10764
7f2cb270
KR
10765 * obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
10766 obj-coffbfd.c (fixup_segment): check for signed .word overflow if
10767 WARN_SIGNED_OVERFLOW_WORD.
10768
10769 * obj-coffbfd.c (fixup_segment): fixed missing parens in
10770 expression checking for byte or word overflow.
10771
10772Fri Sep 11 10:21:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10773
10774 Support for i386 coff
132239bf 10775 * obj-coffbfd.h : added stuff
7f2cb270
KR
10776 * tc-i386.c (tc_coff_fix2rtype): new function
10777 * tc-i386.h : new coff defines
10778
b1520b1f
ILT
10779Thu Sep 10 09:23:15 1992 Ian Lance Taylor (ian@cygnus.com)
10780
10781 * input-scrub.c (input_scrub_push): call input_file_begin, not
10782 input_scrub_begin.
10783 messages.c (as_perror): print ": " between the passed in error and
10784 the strerror, like perror does.
10785
b53ccaac
ILT
10786Wed Sep 9 11:06:25 1992 Ian Lance Taylor (ian@cygnus.com)
10787
10788 * Makefile.in: use gas_target instead of modifying target_cpu.
10789 From Steve Chamberlain:
10790 Makefile.in: Handle m68*-*-coff*.
10791 read.c, read.h: add mult argument to s_space
10792
7f2cb270
KR
10793 * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
10794 Motorola and MIT syntax; gas can now assemble either type of
10795 file.
10796 tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
10797 From Steve Chamberlain:
10798 m68kcoff.mt: for m68k COFF.
10799 obj-coffbfd.c: (fixup_mdeps) added
10800 (size_section) removed bad sanity check
10801 (fill_section) added rs_machine_dependent case
10802 (write_object_file) call fixup_mdeps
10803 (fixup_segment) set fx_subsy to 0.
10804 obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
10805 handle m68k.
10806 tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
10807 pseudo ops.
10808
db4d20e5
KR
10809Tue Sep 8 17:10:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10810
10811 * Makefile.in (LIBS): Include opcode library.
10812
e53ab768
KR
10813Fri Sep 4 18:20:56 1992 Ken Raeburn (raeburn@cygnus.com)
10814
10815 * config/tc-m68k.c (get_num, case SEG_BIG): If only small integers
10816 including zero are accepted, pass +0.0.
10817
7e10f53c
ILT
10818Sun Aug 30 21:24:46 1992 Ian Lance Taylor (ian@cygnus.com)
10819
10820 * Makefile.in: map "as" through program_transform_name when
10821 installing.
10822
0cca30f3
KR
10823 * doc/Makefile.in: map "as" through program_transform_name when
10824 installing.
10825
b0952e12
JW
10826Sat Aug 29 12:11:12 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
10827
10828 * Makefile.in (as.new): Depend on LOCAL_LOADLIBES.
10829
7f2cb270
KR
10830Fri Aug 28 16:25:22 1992 Ian Lance Taylor (ian@cygnus.com)
10831
10832 * obj-bout.h, obj-bout.c (obj_header_append, obj_symbol_to_chars),
10833 tc-i960.c (md_ri_to_chars): Always output bout object file in
10834 little endian byte order (used to use endianness of host).
10835
b2f221a9
KR
10836Tue Aug 25 15:50:48 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10837
10838 * config/tc-m68k.c (init_table): Now const. Always include 68851
10839 data, so that "bc" is available to 68040 cache instructions.
10840 Added "tt0", "tt1", and 68ec030 variants.
10841 (md_assemble): Complain if 68000 (only) and 68881 are specified.
10842 (enum _register): Added TT0, TT1.
10843 (m68k_ip, cases '3' and 't'): Handle new operand type codes. Pass
10844 line number correctly in "internal error" messages. Don't print
10845 architecture-mismatch message for operand errors.
10846
10847 From Colin Smith (colin@wrs.com):
10848 * config/tc-m68k.c (m68k_ip, case '_'): Use addword twice rather
10849 than install_operand.
10850
ab737e51
SC
10851Tue Aug 25 15:13:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10852
10853 * listing.c (buffer_line): rewind to the start of include
10854 files, they might be included twice.
10855
7f2cb270
KR
10856 * z8k.c, z8k.h, z8k.mt: z8000 support stuff
10857
7121231f
ILT
10858Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
10859
10860 * Makefile.in: defined TARGET_CPU for C code so that it can choose
10861 one element of a family.
10862
7f2cb270
KR
10863 * tc-m68k.c: use TARGET_CPU to choose default cpu type.
10864
10865 * te-generic.h: default to LOCAL_LABELS_DOLLAR and LOCAL_LABELS_FB
10866 so that we can assemble hand-written libgcc code.
10867
4772861e
KR
10868Fri Aug 21 14:38:44 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10869
10870 * messages.c (as_warn): Use fputs, not fprintf, with a buffer that
10871 has already been formatted (but may still contain %-characters).
10872 (as_bad): Likewise.
10873
7f2cb270
KR
10874Wed Aug 19 11:20:59 1992 Ian Lance Taylor (ian@cygnus.com)
10875
10876 * tc-m68k.c, tc-m68kmote.c: the cas2 instruction is supposed to be
10877 written with indirection on the last two operands, which can be
10878 either data or address registers. Added a new operand type 'r'
10879 which accepts either register type. Added '(' to notend stuff in
10880 tc-m68kmote.c to accept (a0):(a2) in cas2 instruction.
10881
09952cd9
KR
10882Wed Aug 19 09:25:09 1992 Ken Raeburn (raeburn@cygnus.com)
10883
10884 * as.h (enum _relax_state): Start off at one, not zero, to better
10885 catch uninitialized-variable errors.
10886 (linkrelax): Declare new variable.
10887
10888 * messages.c (warning_count, error_count): Default initializer is
10889 sufficient.
10890
10891 * write.c: Merged some declarations, using PARMS macro.
10892 (text_frag_root, data_frag_root, bss_frag_root, text_last_frag,
10893 data_last_frag): No longer static.
10894 (write_object_file, case rs_align or rs_org): If HANDLE_ALIGN is
10895 defined, call it. Change segments before calling fixup_segment.
10896 (relax_align): If linkrelax, provide extra padding.
10897
10898 * obj-bout.c (obj_emit_relocations): Emit alignment relocs despite
10899 their not having symbols associated.
10900
10901 * tc-i960.c (norelax, instrument_branches): Default initializer is
10902 sufficient.
10903 (linkrelax): Delete variable definition.
10904 (mem_fmt): Call fix_new with NO_RELOC.
10905 (tc_bout_fix_to_chars): Handle alignment relocs.
10906 (i960_handle_align): New function.
10907 * tc-i960.h (linkrelax): Delete declaration.
10908 (HANDLE_ALIGN): New macro; calls i960_handle_align.
10909 (NEED_FX_R_TYPE, NO_RELOC): New macros.
10910
a457f4d9
KR
10911Tue Aug 18 14:59:21 1992 Ken Raeburn (raeburn@cygnus.com)
10912
10913 * config/sparc.mt: New file. Grab sparc opcode table from bfd
10914 library.
10915
4b857710
ILT
10916Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com)
10917
10918 * Makefile.in: always create installation directories. Removed
10919 MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed
10920 FLAGS_TO_PASS to recursive makes.
10921
0cca30f3
KR
10922 * doc/Makefile.in: always create installation directories.
10923
f7e9bc5a
SC
10924Mon Aug 17 15:09:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10925
10926 * input-scrub.c (input_scrub_pop, input_scrub_push): memcpy was
10927 being used with args swapped, causing occasional lossage when
10928 refilling buffers after an include file.
10929
c1c28543
KR
10930Mon Aug 17 13:18:51 1992 Ken Raeburn (raeburn@cygnus.com)
10931
10932 * messages.c (as_tsktsk): Use correct ANSI form for stdarg
10933 version. Discard bogus DONTDEF version.
10934 (as_warn, as_bad, as_fatal): Likewise.
10935
2e20e59a
KR
10936Fri Aug 14 18:31:14 1992 Ken Raeburn (raeburn@cygnus.com)
10937
10938 * config/tc-m68k.c (m68k_ip): If instruction is invalid for the
10939 selected architecture, print a message saying so and listing what
10940 processors support it, rather than saying "operands mismatch".
10941
c8c7e0bf
KR
10942Thu Aug 13 13:53:19 1992 Ken Raeburn (raeburn@cygnus.com)
10943
10944 * as.h [BROKEN_ASSERT]: If defined, turn off all assertion checks.
10945
10946 * config/ho-rs6000.h (M_RS6000): Don't define it.
10947 (free): Declare it.
10948 (BROKEN_ASSERT): Define it if not __STDC__.
10949
7f2cb270
KR
10950Tue Aug 11 12:58:14 1992 Ken Raeburn (raeburn@cygnus.com)
10951
10952 * sparc.mt: New file.
10953
10954Mon Aug 10 14:37:08 1992 Per Bothner (bothner@cygnus.com)
10955
10956 * tc-m68k.c: ".align N" means align to N-byte boundary *only*
10957 if TN_SUN3; otherwise align to 2**N-byte bounary.
10958
7fd3560a
SC
10959Thu Aug 6 12:10:39 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10960
10961 * read.c (s_fill): make the .fill size clamped error a warn and
10962 fix bug where 0's were always placed.
10963
7f2cb270
KR
10964 * config/tc-h8300.c: if a :8 is seen after an operand, fill top
10965 two bytes of any constant with 0xff:
10966
62594bd7
SC
10967Wed Aug 5 12:02:40 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10968
10969 * config/tc-m68k.c (md_pseudo_table): fix the .align thing
4f3569fa 10970 the right way; for just the 68k. Sun 3 .align is nbytes, not ptwo.
62594bd7 10971
7f2cb270
KR
10972Wed Aug 5 01:54:34 1992 John Gilmore (gnu at cygnus.com)
10973
10974 * tc-m68k.c (try_index): Error if index scaling specified and
10975 assembling for an older CPU than a 68020.
10976
680227f3
KR
10977Sat Aug 1 19:10:13 1992 Ken Raeburn (raeburn@cygnus.com)
10978
10979 * config/tc-sparc.c (tc_aout_fix_to_chars): If pc-relative, take
10980 fx_offset into account.
10981
c51ccfd5
KR
10982Fri Jul 31 21:53:28 1992 Ken Raeburn (raeburn@cygnus.com)
10983
10984 * configure.in (mips host): Accept "ultrix" with version number.
10985
10986 * expr.c (floating_constant): Separate "=-" to avoid confusing
10987 ancient or broken compilers.
10988
10989 * config/tc-m68k.c (m68k_ip): Mismatch error could also indicate
10990 processor/opcode mismatch, so reword the error message.
10991 (md_assemble): If no CPU has been set (even if FPU/PMMU
10992 characteristics have been), default to 68020. Don't need extra
10993 quotes around error string.
10994
14f1fc24
JW
10995Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
10996
10997 * read.c (potable): Revert sac's incorrect change made Jul 13.
10998 Align really is supposed to be ptwo not nbytes.
10999
11000Mon Jul 20 02:51:59 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11001
11002 * Makefile.in: _Do_ include libiberty. (from sef)
11003
11004Fri Jul 17 15:15:28 1992 Ken Raeburn (raeburn@cygnus.com)
11005
11006 * expr.c (integer_constant): Handle "0f" and "0b" label references
11007 properly.
11008
462088b8
SC
11009Thu Jul 16 08:20:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11010
11011 * write.c (fixup_segment): if relaxing, don't do anything.
11012 * config/obj-bout.[ch] : maintain the a_relaxable file header info
11013 * config/tc-i960.c: new option -linkrelax
11014
11015Mon Jul 13 14:11:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11016
11017 * expr.c (expr): allow SEG_BSS in expressions
11018 * read.c (potable): align should be nbytes, not ptwo!
11019 * write.c (write_object_file): extra glue for new bss attributes
11020 (relax_segment): SEG_BSS is ok now
11021 * config/tc-m68k.c (m68k_ip_op): can now parse more @( modes
11022
7f2cb270
KR
11023Mon Jul 6 17:09:32 1992 Steve Chamberlain (sac@cygnus.com)
11024
11025 * obj-coffbfd.c (fill_section): mark .lit sections as STYP_LIT
11026
462088b8
SC
11027Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
11028
11029 * configure.in: recognize m680x0 as having sun3 emulation mode for
11030 vxworks environment.
11031
11032
0b0b5dba
DHW
11033Tue Jun 30 20:25:54 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11034
11035 * Makefile.in: Add program_suffix (parallel to program_prefix)
11036
7c2d4011
SC
11037Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11038
11039 * app.c (process_escape): new function to handle escapes the right
11040 way, (do_scrub_next_char): use new function
11041 * cond.c (s_ifdef): do ifdef/ifndef right
11042 * read.c (s_fill): make the , expressions optional like the doc
11043 says
11044 * config/tc-h8300.[ch]: better warnings
11045
90d49457
SC
11046Tue Jun 9 07:54:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11047
65bfcf2e
SC
11048 * subsegs.c (subsegs_begin): create bss0_frchainP in the same was
11049 as data0_frchainP
11050
11051 * write.c (write_object_file): various changes to handle data in
132239bf 11052 the BSS segment in much the same was as stuff in the DATA segment.
65bfcf2e 11053
7f2cb270
KR
11054 * tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
11055 pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
11056 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
11057 the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
11058 it into SEG_BSS
462088b8 11059
f8701a3f
SC
11060Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11061
11062 * expr.c(expr): allow SEG_REGISTER in expressions.
11063 * read.c(pseudo_set): register expressions can be the source of a
11064 set.
11065 * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to
11066 goto SEG_TEXT (if a.out)
11067 * write.c (write_object_file): If a.out don't use the old way for
11068 -R.
11069 * config/obj-a.out (s_sect): complain if the user tries to use a
11070 subsegment with a value which might interfere with out -R hackery.
11071 * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table
11072 rather than use ugly if tree. (init_regtable): insert register
11073 names into symbol table.
11074
ebfb4167
MT
11075Tue Jun 2 16:47:09 1992 Steve Chamberlain (sac@cygnus.com)
11076
11077 * write.c (write_object_file): keep the fix_tail clean, which
11078 fixes a bug in -R where relocations were being lost.
11079
11080Mon Jun 1 16:20:22 1992 Michael Tiemann (tiemann@cygnus.com)
11081
11082 * configure.in: recognize m680x0 as having sun3 emulation mode for
11083 vxworks environment.
11084
11085Sun May 31 05:33:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11086
69cb5925 11087 * configure.in: recognize m680x0 as an m68k
ebfb4167 11088
dfd53fe9
JW
11089Thu May 28 11:22:02 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
11090
11091 * configure.in: Recognize sparclite as a sparc variant.
11092
7f2cb270
KR
11093 * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new
11094 -Asparclite flag.
11095
d312e231
SC
11096Tue May 26 16:47:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11097
11098 * config/tc-a29k.c: lint
11099 * listing.c, expr.c: patches from Andrew Smith
11100
0cca30f3
KR
11101Thu May 14 17:22:48 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11102
11103 * doc/Makefile.in: use m4 rather than gm4.
11104
7f2cb270
KR
11105Mon May 4 18:56:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11106
11107 * obj-coffbfd.c: use is a synonym for section, (do_relocs_for):
11108 calc the base of relocs correctly.
11109 * tc-a29k.c (parse_operand): allow expressions to be in any section.
11110
d312e231
SC
11111Mon Apr 27 13:13:31 1992 K. Richard Pixley (rich@cygnus.com)
11112
11113 * as.c, write.c: use -K rather than -k for the broken word warning
11114 option.
11115
fa493b93
RP
11116Tue Apr 21 13:35:30 1992 K. Richard Pixley (rich@cygnus.com)
11117
11118 * Makefile.in: do not print recursion lines.
11119
d96c09ed
RP
11120Wed Apr 15 21:19:31 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11121
11122 * Makefile.in: the tooldir copy of gas goes directly in tooldir.
11123
11124Tue Apr 14 14:50:22 1992 Ken Raeburn (Raeburn@Cygnus.COM)
11125
11126 * write.c (write_object_file): For b.out format, round up section
11127 start addresses to match required alignment.
11128
81484684
KR
11129Thu Apr 9 05:45:29 1992 Ken Raeburn (Raeburn@Cygnus.COM)
11130
11131 * Makefile.in (install): Install into $(tooldir)/bin, since that's
11132 where gcc looks for it.
11133
3876b4c5
SEF
11134Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com)
11135
11136 * Makefile.in: Changed some lines to be less confusing for some
11137 makes.
11138
11139 * input-file.c: Conditionalize on _IOFBF, not VMS.
11140
11141 * read.c, write.c: Change a series of ifdef/elif to
11142 ifdef/else/ifdef etc.
11143
11144Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com)
11145
11146 * symbols.c (fb_label_init): fix sizeof to memset.
11147
95a925b8
RP
11148Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com)
11149
3876b4c5
SEF
11150 * Makefile.in: install the man page.
11151
95a925b8
RP
11152 * Makefile.in: pass down MAKEINFO explicitly on info.
11153
0cca30f3
KR
11154 * doc/Makefile.in: use $(MAKEINFO) not makeinfo.
11155
5d53038b
SC
11156Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11157
11158 * flonum-const.c: renamed flonum-konst.c to stop dos name
11159 conflict.
11160
7f2cb270
KR
11161Thu Mar 12 04:42:38 1992 K. Richard Pixley (rich@cygnus.com)
11162
11163 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from
132239bf 11164 tc-m68k.h to te-sun3.h.
7f2cb270 11165
8c1b25e4
RP
11166Wed Mar 11 23:32:42 1992 K. Richard Pixley (rich@cygnus.com)
11167
11168 * configure.in: vxworks68 gets te-sun3.h.
11169
11170 * expr.c: remove limitation that local_labels_dollar or
11171 local_labels_fb must be < 10.
11172
11173 * symbols.c: remove local_labels_dollar, replace with a function
11174 interface for a sparse array. All users adjusted.
11175
7f2cb270
KR
11176 * te-sun3.h: add LOCAL_LABELS_DOLLAR.
11177
0cca30f3
KR
11178Sat Mar 7 00:06:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11179
11180 * doc/Makefile.in: commented out line for building as-all.texinfo.
11181 This is temporary.
11182
11183 * doc/as.texinfo, doc/as-all.texinfo: added menu item hooks.
11184
8c1b25e4
RP
11185Fri Mar 6 21:57:18 1992 K. Richard Pixley (rich@cygnus.com)
11186
11187 * Makefile.in: added check target.
11188
11189Tue Mar 3 15:45:56 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11190
11191 * Makefile.in: added tooldir and program_prefix.
11192
11193Sun Mar 1 04:43:19 1992 Michael Tiemann (tiemann@cygnus.com)
11194
11195 * write.{c,h} (fix_new): Make these declarations consistent.
11196
1651b22d
MT
11197Sat Feb 29 13:59:10 1992 Michael Tiemann (tiemann@cygnus.com)
11198
11199 * Makefile.in (strerror.o): Add rule so that broken Sun make can
11200 work in subdirs.
11201
5373c439
SC
11202Wed Feb 26 19:26:28 1992 Steve Chamberlain (sac at thepub.cygnus.com)
11203
11204 * read.c, obj-coffbfd.c : fix h8300 specific bit rot
11205
11206 * expr.c (operand): if can't work out what sort of operand it is,
11207 then look through FLT_CHARS for a hint.
11208
8c1b25e4
RP
11209Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11210
11211 * Makefile.in, configure.in: removed traces of namesubdir,
11212 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11213 copyrights to '92, changed some from Cygnus to FSF.
11214
0cca30f3
KR
11215 * doc/Makefile.in, doc/configure.in: removed traces of namesubdir,
11216 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11217 copyrights to '92, changed some from Cygnus to FSF.
11218
f24f7577
SC
11219Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
11220
14d3e47b
SC
11221 * expr.c: If an expression is single comma, then return with
11222 SEG_ABSENT rather than an error - since the sparc front end does
132239bf 11223 really strange things with things like fbge,a
14d3e47b 11224
f24f7577
SC
11225 * as.h: include bfd.h if using many sections
11226 * expr.c: LOCAL_LABELS_FB had been changed to lower case - so
11227 local labels didn't work.
11228 * listing.c (list_symbol_table): don't core dump when there's no
11229 symbol there.
11230 * write.c, write.h: call fix_new with the right number of args on
11231 the H8.
11232 * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
11233 errors nices
11234
c593cf41
SC
11235Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
11236
11237 * app.c: MRI compatibility - allow single quote to start a string.
11238 * as.c: fix typo recently introduced.
11239 * as.h : Don't include aout/reloc.h - it's not right for COFF!
11240 * expr.c: Much rewriting, to accomodate MRI syntax for
11241 expressions. Also easier to read now.
11242 * listing.c: Put back defuns
11243 * read.c: modified to accept MRI syntax, put back listing pseudo
11244 ops so that an assembler built with NO_LISTING ignores list ops
11245 rather than pukes.
11246 * write.c, write.h: fixs - only keep a reloc type in a fix if the target
11247 machine is a SPARC or a 29K.
11248 * config/obj-aout.c: added s_sect pseudo op
11249 * config/obj-coffbfd.c: lints, set the filehdr flags right and
11250 fill in the timestamp.
11251 * config/obj-coffbfd.h: Since we don't include aout/reloc.h
11252 anymore, define all the relocs which the tc-<x> bit will use so we
11253 can translate from them to the coff types.
11254 * config/tc-a29k.c: reloc_type isn't ane enum any more
11255 * config/tc-m68k.c: Added NO_RELOC definition.
11256
2d97273c
RP
11257Fri Feb 21 06:21:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11258
c593cf41
SC
11259 * Makefile.in: put header files before C source for TAGS; remove
11260 references to non-existent syscalls.h.
11261
2d97273c
RP
11262 * read.c, write.c subsegs.c: back out the .bss changes.
11263
7f2cb270
KR
11264 * obj-aout.c: do not include stab.gnu.h if NO_LISTING.
11265
11266 * tc-i860.c, a.out.gnu.h: move i860 relocs to a proper place.
11267
11268 * a.out.h: removed.
11269
6d5460ab
RP
11270Fri Feb 21 01:08:48 1992 Minh Tran-Le (TRANLE@INTELLICORP.COM)
11271
11272 * symbols.c (local_label_name): symbols now start with ^A.
11273
11274 * read.c, subsegs.c, write.c obj-coff.c: added handling of
11275 `.bss` pseudo op for unitialized data. The new gcc (1.37.9x)
11276 generate these sections. .align: will use NOP_OPCODE or 0
11277 for padding. This is just for being nice to the
11278 disassembler.
11279
11280 * expr.c (operand): changed to generate local label "\001L0"
11281 starting with a ^A so that it is recognized as a local label.
11282
11283 * as.c (perform_an_assembly_pass): zero bss_fix_root, too.
11284
7f2cb270
KR
11285 * tc-i386.c: tc-i386.c: added handling of the following opcodes:
11286 i/o opcodes - inb, inw, outb and outw. string manipulation with
11287 att syntax - scmp, slod, smov, ssca, ssto.
11288
11289 * obj-coff.c: (for aix386) Moved the symbols .text, .data and .bss
11290 to just after .file .
11291
11292 In obj_crawl_symbol_chain() where it tries to put the external
11293 symbols apart, with the condition:
11294 (!S_IS_DEFINED(symbolP) &&
11295 !S_IS_DEBUG(symbolP) &&
11296 !SF_GET_STATICS(symbolP))
11297 it was moving too many symbols out. So I switch it back to the
11298 condition:
11299 (S_GET_STORAGE_CLASS(symbolP) == C_EXT && !SF_GET_FUNCTION(symbolP))
11300
11301 In obj_emit_relocations() added the conditional on KEEP_RELOC_INFO
11302 so that we don't use the F_RELFLG which make the linker complain
11303 that somebody has stripped the relocation info.
11304
11305 Also, the AIX ld program require that the relocation table
11306 is sorted by r_vaddr like the standard ATT assembler does.
11307
11308 [he also changed the sizeof(struct ...)'s into the coff
11309 style FOOSZ macros. I'm not sure this is right, but I can't
11310 remember why. xoxorich.]
11311
d6e344db
RP
11312Fri Feb 21 01:08:48 1992 K. Richard Pixley (rich@cygnus.com)
11313
11314 * Makefile.in, configure.in, doc: use the doc. Build it, install
11315 it, clean it, etc.
11316
eb9eacd3
RP
11317Tue Feb 18 02:21:25 1992 K. Richard Pixley (rich at cygnus.com)
11318
aa3782d2
RP
11319 * read.c: white space and comments only.
11320
f816adbc
RP
11321 * configure.in: use the new atof-ns32.c for ns32k.
11322
eb9eacd3
RP
11323 * write.c: comment change only.
11324
7f2cb270
KR
11325 * tc-m88k.[hc]: pulled in from hack's unfinished work. These
11326 aren't yet integrated.
11327
11328 * tc-i860.[hc]: blew off the dust. Something must still be done
11329 about conflicting relocation types.
11330
11331 * tc-ns32k.c: Replaced previous tc_aout_fix_to_chars stub with the
11332 real thing.
11333
11334 * tc-i960.c, tc-sparc.c: white space and comments only.
11335
11336 * tc-a29k.h: delete duplicate macro definition.
11337
11338 * new file atof-ns32k.c copied from hack's last unreleased gas.
11339
542e1629 11340Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
b3ca913f 11341
eb9eacd3
RP
11342 * config/tc-ns32k.c: actually make tc_aout_fix_to_chars work
11343 rather than abort.
132239bf 11344
542e1629
RP
11345 * nearly everything. flush ChangeLog, package as gas-1.92.1.
11346 ChangeLog's prior to this are sketchy at best. I have logs.
11347 They just aren't ChangeLogs.
This page took 0.672888 seconds and 4 git commands to generate.