* Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
db237783
ILT
1Tue Apr 1 16:08:21 1997 Ian Lance Taylor <ian@cygnus.com>
2
3 * Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
4 itbl-lex.c dependencies. Remove rules for itbl-lex.o,
5 itbl-parse.o, and itbl-ops.o; just use the normal .c.o rule.
6
64251de5
MM
7start-sanitize-tic80
8Tue Apr 1 11:25:56 1997 Michael Meissner <meissner@cygnus.com>
9
10 * config/tc-tic80.c (line_comment_char): Make '#' start comments
11 at the beginning of a line for compatibility with .S files where
12 cpp leaves the filename transitions beginning with '#'.
13
14end-sanitize-tic80
15Tue Apr 1 00:07:30 1997 Ian Lance Taylor <ian@cygnus.com>
16
17 * config/tc-m68k.c: Only compile tc_coff_symbol_emit_hook and
18 tc_coff_sizemachdep if OBJ_COFF.
19
3c6adeaf
ILT
20Mon Mar 31 23:53:44 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
21
22 * config/tc-ppc.c (register_name): Declare.
23
332d5c49
ILT
24Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
25
26 * configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
27 * configure: Rebuild.
28
6d65a065
ILT
29Mon Mar 31 14:15:19 1997 Ian Lance Taylor <ian@cygnus.com>
30
2f2bcadb
ILT
31 * config/tc-mips.c (mips_pseudo_table): Add "stabn".
32 (mips16_mark_labels): New static function.
33 (append_insn): Call mips16_mark_labels.
34 (mips_emit_delays): Likewise.
35 (s_insn): Likewise. Don't call mips_clear_insn_labels.
36 (s_mips_stab): New static function.
37
6d65a065
ILT
38 * configure.in: Use ELF for mips-*-gnu*.
39 * configure: Rebuild.
40
ca37421e
ILT
41Mon Mar 31 14:01:40 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
42
43 * config/tc-m68k.h (TARGET_FORMAT): Set to "coff-m68k-sysv" if
44 TE_DELTA.
45
2e013bb7
ILT
46Fri Mar 28 18:03:19 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
47
48 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
49 set OPCODES_LIB to empty.
50 * configure: Rebuild.
51
04b8ad8b
ILT
52Fri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
53
54 * configure.in (sparc-*-linux*aout*, sparc-*-linux*): New
55 targets.
56 * configure: Rebuild.
57
acdc7ce3
ILT
58Fri Mar 28 13:08:33 1997 Ian Lance Taylor <ian@cygnus.com>
59
ab91e1ef
ILT
60 * itbl-parse.y (yyerror): Make static. Declare.
61
515c7142
ILT
62 From Ralf Baechle <ralf@gnu.ai.mit.edu>:
63 * configure.in: Set emulations for mips-*-linux*-*.
64 * configure: Rebuild.
65
1347404a
ILT
66 * config/tc-mips.c (struct mips_set_options): Define.
67 (mips_opts): New static variable.
68 (mips_isa): Remove. Now a field in mips_opts. Change all
69 references.
70 (mips16, mips16_autoextend, mips_warn_about_macros): Likewise.
71 (mips_noreorder, mips_nomove, mips_noat, mips_nobopt): Likewise.
72 (struct mips_option_stack): Define.
73 (mips_opts_stack): New static variable.
74 (s_mipsset): Add support for .set push and .set pop.
75 * doc/c-mips.texi: Document .set push and .set pop.
76
acdc7ce3
ILT
77 * config/obj-elf.c (obj_elf_section_change_hook): New function.
78 * config/obj-elf.h (obj_elf_section_change_hook): Declare it.
79 * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF.
80
23ac3ca1
ILT
81Thu Mar 27 12:23:56 1997 Ian Lance Taylor <ian@cygnus.com>
82
e22e79dc
ILT
83 * as.c (parse_args): Update copyright date in version message.
84
9b8b7e97
ILT
85 * Makefile.in (clean-here): Remove dependency files.
86
23ac3ca1
ILT
87 * read.c (s_comm): Check S_IS_COMMON as well as S_IS_DEFINED.
88 (s_mri_common): Check S_IS_COMMON unconditionally.
89 * symbols.c (colon): Check S_IS_COMMON as well as S_IS_DEFINED.
90 * config/tc-alpha.c (s_alpha_comm): Likewise.
91 * config/tc-mips.c (nopic_need_relax): Likewise.
92 * config/tc-ppc.c (ppc_elf_lcomm): Likewise.
93 (ppc_pe_comm): Likewise.
94 * config/obj-elf.c (obj_elf_common): Likewise. Set segment of
95 common symbol to bfd_com_section_ptr.
96 * config/tc-sparc.c (s_common): Likewise.
97 (tc_gen_reloc): Likewise.
98
80834add
MH
99start-sanitize-d30v
100Thu Mar 27 00:29:46 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
101
102 * config/tc-d30v.c (md_apply_fix3): Get the relocs right.
103
104end-sanitize-d30v
734a9064
ILT
105Wed Mar 26 13:35:15 1997 H.J. Lu <hjl@lucon.org>
106
107 * config/tc-i386.c (tc_i386_fix_adjustable): Only define if
108 BFD_ASSEMBLER.
109
efda47f9
ILT
110Wed Mar 26 11:32:51 1997 Ian Lance Taylor <ian@cygnus.com>
111
80834add
MH
112 * input-scrub.c (input_scrub_next_buffer): Handle very long input
113 lines correctly.
114
8cd0c287
ILT
115 * listing.c (print_lines): Add lineno parameter. Change all
116 callers.
117 (listing_listing): Only call calc_hex for the right line.
118 (listing_list): Set the new edict based on the current edict, in
119 order to handle listing commands in macros correctly.
734a9064 120
e807a57e
ILT
121 * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16
122 instructions.
123
efda47f9
ILT
124 * cond.c (cond_finish_check): New function.
125 * as.h (cond_finish_check): Declare.
126 * as.c (main): Call cond_finish_check.
127
710fdf47
MH
128start-sanitize-d30v
129Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
130
131 * config/tc-d30v.c (md_assemble): If two instructions
132 are supposed to be assembled in parallel and the first one is
133 long, print an error and stop.
134 (md_apply_fix3): Don't calculate absolute relocs. Just write
135 them out.
136
137end-sanitize-d30v
1361ba77
ILT
138Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com>
139
2fb44892
ILT
140 * config/tc-i386.h (iclrKludge): Define.
141 * config/tc-i386.c (md_assemble): Handle iclrKludge.
142
1361ba77
ILT
143 * config/tc-alpha.h (tc_frob_file_before_adjust): Define if
144 OBJ_ECOFF.
145 (alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
146 * config/tc-alpha.c (alpha_debug): New static variable.
147 (md_parse_option): Set alpha_debug if -g is seen.
148 (alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
149
9c9e75bf
MH
150start-sanitize-d30v
151Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
152
153 * config/tc-d30v.c (build_insn): Enable range-checking code.
154 (postfix): Stop at space or comma. Fixes PR 11862.
155 (md_assemble): Change error message.
156
157end-sanitize-d30v
65d7de4f
ILT
158Sat Mar 22 13:44:28 1997 Ian Lance Taylor <ian@cygnus.com>
159
160 * Makefile.in: Added automatic dependency building.
161 * dep-in.sed: New file.
162
949f1310
ILT
163Fri Mar 21 15:42:37 1997 Ian Lance Taylor <ian@cygnus.com>
164
7cad1a89
ILT
165 * config/obj-ieee.c (segment_name): Don't define function if this
166 is a macro.
167
f062ec45
ILT
168 * config/obj-coff.h (DO_STRIP): Don't define.
169 * config/tc-h8300.h (DO_STRIP): Don't define.
170 * config/tc-h8500.h (DO_STRIP): Don't define.
171 * config/tc-w65.h (DO_STRIP): Don't define.
172 * config/tc-z8k.h (DO_STRIP): Don't define.
173
a71dc204
ILT
174 * symbols.c (colon): Call obj_frob_label if it is defined.
175 * config/obj-vms.h (obj_frob_label): Rename from tc_frob_label.
176
949f1310
ILT
177 * configure.in: Don't set files and links. Don't call
178 AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
179 obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
180 * configure: Rebuild.
181 * Makefile.in (TARG_CPU_C): New variable.
182 (TARG_CPU_O, TARG_CPU_H): New variables.
183 (OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
184 (TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
185 (SOURCES): Rename from REAL_SOURCES. Delete old definition.
186 (LINKED_SOURCES): Remove.
187 (HEADERS): Rename from REAL_HEADERS. Delete old definition.
188 (LINKED_HEADERS): Remove.
189 (OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
190 ($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
191 targ-cpu.h, etc.
192 ($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
193 (targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
194 (itbl-cpu.h): Remove target.
195 (DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
196 atof-targ.h.
197
35cfacf0
ILT
198Thu Mar 20 19:18:58 1997 Ian Lance Taylor <ian@cygnus.com>
199
200 * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.
201
0dfeb41f
ILT
202Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
203
204 * config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by
205 open coded loop that does not require the name to start with a
206 name beginner.
207
29bc322d
ILT
208Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org>
209
f59fb6ca
ILT
210 * frags.c (frag_var): Change offset parameter to offsetT.
211 (frag_variant): Likewise.
212 * frags.h (frag_variant, frag_var): Update declarations.
213 * config/tc-m68k.c (struct m68k_it): Change foff field to
214 offsetT.
215 (add_frag): Change off parameter to offsetT.
216 * Several files: Add casts to calls to frag_var.
217
29bc322d
ILT
218 * Makefile.in (m68k-parse.c): Depend upon itbl-parse.c, to
219 serialize a parallel make.
220 (itbl-parse.h): Split target out from itbl-parse.c.
221
9afc6631
ILT
222Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
223
39ab5d3a
ILT
224 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR).
225
9afc6631
ILT
226 * config/te-delta.h (COFF_COMMON_ADDEND): Define.
227 * config/obj-coff.c (fixup_segment): Check COFF_COMMON_ADDEND when
228 storing the value of a common symbol.
229
7dd26961
ILT
230Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
231
232 * config/obj-coff.c (glue_symbols): Unused variable symbolP
233 removed.
234 (crawl_symbols): Do not modify symbol_rootP and symbol_lastP here;
235 that is done by symbol_remove and symbol_insert.
236
237 * config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging
238 symbol.
239
ac766f70
ILT
240Wed Mar 19 11:06:29 1997 Ian Lance Taylor <ian@cygnus.com>
241
242 * config/tc-mips.c (load_register): In 32 bit mode, when not
243 dealing with a 64 bit number, permit the upper 32 bits to be set
244 even if bit 31 is not set.
245
58cfdde3
ILT
246Tue Mar 18 23:30:14 1997 Ian Lance Taylor <ian@cygnus.com>
247
248 * read.c (potable): Add "equiv".
249 (s_set): Handle .equiv based on argument.
250 * doc/as.texinfo (Equiv): New node to document .equiv.
251 (Err): New node to document .err.
252
7cd06f44
ILT
253Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>
254
255 * Many files: Add function prototypes.
256 * as.c (show_usage, parse_args): Make static.
257 * frags.h (frag_alloc): Declare.
258 * subsegs.c (subseg_set_rest): Don't declare frag_alloc.
259 * symbols.c (dollar_label_instance): Change return type to long.
260 * symbols.h (print_symbol_value): Declare.
261 (print_expr, print_expr_1, print_symbol_value_1): Declare.
262 * write.c (fix_new_exp): Don't declare make_expr_symbol.
263 (remove_subsegs, relax_frag): Make static.
264 * config/atof-vax.c (atof_vax_sizeof): Change letter to int.
265 (what_kind_of_float): Likewise.
266 (atof_vax): Make static. Change what_kind to int.
267 (md_atof): Change what_statement_type to int.
268 * config/obj-ecoff.h (obj_ecoff_set_ext): Declare.
269 * config/tc-alpha.c (vax_md_atof): Declare.
270 (md_atof): Don't declare atof_ieee and vax_md_atof.
271 * config/tc-i386.c (set_16bit_code_flag): Make static.
272 * config/tc-i386.h (tc_i386_fix_adjustable): Declare.
273 * config/tc-m68k.c (add_fix): Change width to int.
274 (insert_reg): Change regname to const.
275 (md_atof): Don't declare atof_ieee.
276 (demand_empty_rest_of_line): Don't declare.
277 * config/tc-m88k.c (md_atof): Don't declare atof_ieee.
278 * config/tc-sparc.c (cmp_reg_entry): Change args to const PTR.
279 (parse_keyword_arg): Change lookup_fn to take const arg.
280 (md_atof): Don't declare atof_ieee.
281 * config/tc-sparc.h: Add ifdef for multiple inclusion.
282 (tc_aout_pre_write_hook): Don't declare.
283
590c50d8
ILT
284Mon Mar 17 11:21:09 1997 Ian Lance Taylor <ian@cygnus.com>
285
286 * as.h (bfd_alloc_by_size_t): Don't declare.
287 * Many files: Use xmalloc rather than bfd_alloc_by_size_t.
288
4b0895cf 289Sun Mar 16 13:49:21 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
e95ef7c1
ILT
290
291 * symbols.c (symbol_new): Don't call debug_verify_symchain.
292 (symbol_append): Set sy_next and sy_previous when adding a single
293 symbol to an empty list. Call debug_verify_symchain.
294 (verify_symbol_chain): Use assert, not know.
295
5cf4e55e
FF
296Sat Mar 15 20:27:12 1997 Fred Fish <fnf@cygnus.com>
297
298 * NEWS: Note BeOS support.
299 * configure.in: (ppc-*-beos): New target, use coff as object format.
300 * configure: Regenerate with autoconf.
301
9591ad40
ILT
302Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
303
18f7e3dc
ILT
304 * config/tc-mips.c (md_apply_fix): Improve error message for out
305 of range branch.
306
9591ad40
ILT
307 * Makefile.in: Add dependencies on obstack.h where needed.
308
ef014e09
ILT
309Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
310
46a92fde
ILT
311 * config/tc-mips.c (md_estimate_size_before_relax): Handle the
312 case of a symbol equated to another symbol when using SVR4_PIC.
313
ef014e09
ILT
314 * Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
315
2e9974a4
ILT
316Thu Mar 13 11:20:51 1997 Ian Lance Taylor <ian@cygnus.com>
317
d428c89f
ILT
318 * read.c (read_a_source_file): Call LISTING_NEWLINE before
319 HANDLE_CONDITIONAL_ASSEMBLY when handling an MRI line label.
320
2e9974a4
ILT
321 * config/obj-elf.c (obj_elf_data): Call md_flush_pending_output
322 and md_elf_section_change_hook if they are defined.
323 (obj_elf_text, obj_elf_previous): Likewise.
324
80633e8e
ILT
325Wed Mar 12 11:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
326
2e9974a4
ILT
327 * config/obj-multi.h (struct elf_obj_sy): Define if
328 OBJ_MAYBE_ELF.
329 (OBJ_SYMFIELD_TYPE): Define as struct elf_obj_sy if
330 OBJ_MAYBE_ELF.
331 * config/obj-elf.h (struct elf_obj_sy): Don't define if
332 OBJ_SYMFIELD_TYPE is defined.
333
80633e8e
ILT
334 * doc/as.texinfo (bss): Improve description of .bss section. In
335 ELF or COFF, you are permitted to switch into the section.
336 (Comm): Rewrite description of common symbols.
337 (Lcomm): Mention that some targets permit a third argument.
338
6d8dfa04
ILT
339Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
340
9be8c0f1
ILT
341 * config/tc-ppc.c (ppc_elf_lcomm): Don't call S_CLEAR_EXTERNAL.
342
92b7bfb7
ILT
343 * symbols.c (colon): Change type of local to int. From Alan Modra
344 <alan@spri.levels.unisa.edu.au>.
345
e053e8c1
ILT
346 * config/tc-m88k.c (m88k_do_align): Don't use a special nop
347 alignment if a zero fill pattern was explicitly specified.
348 * config/tc-sh.c (sh_do_align): Likewise.
349
842b6b06
ILT
350 * read.c (equals): Always permit register names to be redefined.
351
ee2c03ed
ILT
352 * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
353 mips16 symbol to be adjusted if a symbol is being subtracted from
354 it.
355
6d8dfa04
ILT
356 From Eric Youngdale <eric@andante.jic.com>:
357 * config/obj-elf.c (obj_elf_symver): Check for duplicate or
358 illegal symbol version names.
359 (elf_frob_symbol): Check for external default versions.
360
d88cc85d
ILT
361Sun Mar 9 23:49:12 1997 Ian Lance Taylor <ian@cygnus.com>
362
363 From Eric Youngdale <eric@andante.jic.com>:
364 * config/obj-elf.h (struct elf_obj_sy): Define.
365 (OBJ_SYMFIELD_TYPE): Define to elf_obj_sy struct. Change all
366 users.
367 * config/obj-elf.c (obj_elf_symver): Just record the name.
368 (obj_symbol_new_hook): Initialized versioned_name field.
369 (elf_frob_symbol): If there is a versioned_name, either rename the
370 symbol, or add an alias with that name.
371
a405bb3e
JL
372Thu Mar 6 13:55:32 1997 Jeffrey A Law (law@cygnus.com)
373
ef03fee0
JL
374 * config/tc-mn10300.c (md_relax_table): Define.
375 (md_convert_frag): Implement.
376 (md_assemble): Handle relaxable operands/instructions correctly.
377 (md_estimate_size_before_relax): Implement.
378 * config/tc-mn10300.h (TC_GENERIC_RELAX_TABLE): Define.
379
27103699
JL
380 * config/tc-mn10200.c (md_relax_table): Fix typos.
381
a405bb3e
JL
382 * config/tc-mn10300.c (md_assemble): Don't use any MN10300 specific
383 relocs anymore. Tweak fx_offset for pc-relative relocs.
384
d6545e3f
ILT
385Wed Mar 5 15:46:16 1997 Ian Lance Taylor <ian@cygnus.com>
386
387 * cond.c (s_ifc): Call mri_comment_field and mri_comment_end when
388 in MRI mode.
389
e74539b8
FF
390start-sanitize-tic80
391Tue Mar 4 19:34:21 1997 Fred Fish <fnf@cygnus.com>
392
1ea52646
FF
393 * config/tc-tic80.c (md_pseudo_table): Add "sect" and "section"
394 pseudo-ops.
e74539b8
FF
395 * config/tc-tic80.c (md_begin): Declare external variable
396 coff_flags and insert an F_AR32WR bit into it.
397
398end-sanitize-tic80
399Tue Mar 4 10:01:04 1997 Ian Lance Taylor <ian@cygnus.com>
400
401 * read.c (equals): Add reassign parameter. Change all callers.
402 * read.h (equals): Update declaration.
403
a941619c
ILT
404Sat Mar 1 01:04:04 1997 Ian Lance Taylor <ian@cygnus.com>
405
406 * config/tc-mips.c (mips16_extended_frag): Don't assume that we
407 can rely on the frag address to determine whether a frag is
408 earlier or later.
409
23604921
ILT
410Fri Feb 28 14:40:00 1997 Ian Lance Taylor <ian@cygnus.com>
411
412 * write.h (LOCAL_LABEL): Only define if not BFD_ASSEMBLER.
413 (S_LOCAL_NAME): Likewise.
414 (FAKE_LABEL_NAME): Define unconditionally.
415 * symbols.c (colon): Call bfd_is_local_label, not LOCAL_LABEL, if
416 BFD_ASSEMBLER.
417 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
418 * config/tc-*.h: Only define LOCAL_LABEL if not BFD_ASSEMBLER.
419 Don't define FAKE_LABEL_NAME.
420 * config/te-ic960.h: Likewise.
421 * config/tc-mips.h (tc_frob_file_before_adjust): Define.
422 (mips_frob_file_before_adjust): Declare.
423 * config/tc-mips.c (mips_frob_file_before_adjust): New function.
424 (mips_local_label): Remove.
425
426 * config/te-sco386.h: Remove; not used.
427
a88ce21e
FF
428start-sanitize-tic80
429Thu Feb 27 15:39:16 1997 Fred Fish <fnf@cygnus.com>
430
431 * config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
432 byte alignment rather than power-of-two alignment that is the
433 GAS default.
434
435end-sanitize-tic80
0f68bf0a
ILT
436Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
437
e053e8c1 438 * config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.
f396c4ef 439
0f68bf0a
ILT
440 * gasp.c (hash_add_to_string_table): Correct misspelling in error
441 message, and add newline.
442 (process_file): Don't process assignments in the label if this is
443 a equ or assign pseudo-op.
444 (process_pseudo_op): Swap first argument to do_assign for K_ASSIGN
445 and K_EQU, to match documentation.
446
0fe302ac
MM
447Thu Feb 27 12:00:03 1997 Michael Meissner <meissner@cygnus.com>
448
449 * config/obj-coff.c (obj_coff_section): Add 'r' section attribute
450 to denote read-only data sections.
451
30d0557c
ILT
452Thu Feb 27 00:26:33 1997 Ian Lance Taylor <ian@cygnus.com>
453
35c64f24
ILT
454 * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.
455 * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
456
30d0557c
ILT
457 * expr.c (operand): Simplify 0b handling. Don't treat 0b as a
458 binary number if the next character is '+' or '-'.
459
1e12595d
FF
460start-sanitize-tic80
461Wed Feb 26 20:47:12 1997 Fred Fish <fnf@cygnus.com>
462
463 * config/tc-tic80.c (FLT_CHARS): Change from "dD" to "fF".
464 (find_opcode): Match operands that can be floats.
465 (build_insn): Handle O_big (float) expressions and build
466 correct opcode.
467
468end-sanitize-tic80
af942793
SS
469Wed Feb 26 18:19:00 1997 Stan Shebs <shebs@andros.cygnus.com>
470
471 * configure.in (mips*-*-lnews*): New target, also make empty
472 emulation list for this target.
473 * configure: Update.
474 * tc-mips.c (ECOFF_LITTLE_FORMAT): Define.
475 (mips_target_format): Use.
476 * te-lnews.h: New file.
477
f92f247b
FF
478start-sanitize-tic80
479Wed Feb 26 15:33:46 1997 Fred Fish <fnf@cygnus.com>
480
481 * config/tc-tic80.c (find_opcode, build_insn): Changes to match
482 operands with :m or :s modifiers and generate the right opcodes
483 for them.
484
485end-sanitize-tic80
7a515708
ILT
486Wed Feb 26 11:56:11 1997 Ian Lance Taylor <ian@cygnus.com>
487
488 * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and
489 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
490
55be99d6
ILT
491Tue Feb 25 22:02:23 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
492
493 * config/tc-m68k.c (instring): Useless local declaration of
494 crack_operand removed.
495 * expr.h (expressionS): Changed type of X_op field to operatorT if
496 __GNUC__.
497
28d8c671
ILT
498Tue Feb 25 13:17:27 1997 Ian Lance Taylor <ian@cygnus.com>
499
034988c6
ILT
500 Based on patches from Robert Lipe <robertl@dgii.com>:
501 * configure.in: Add i386coff and i386elf to emulation list.
502 * configure: Rebuild.
503 * as.c (i386coff, i386elf): Declare.
504 * obj.h (coff_format_ops): Declare.
505 * config/obj-coff.c (OBJ_HEADER): Define.
506 (coff_obj_symbol_new_hook): Rename from obj_symbol_new_hook.
507 (coff_obj_read_begin_hook): Rename from obj_read_begin_hook.
508 (obj_pseudo_table): Add "version".
509 (coff_pop_insert): New static function.
510 (coff_sec_sym_ok_for_reloc): New static function.
511 (no_func): New static function.
512 (coff_format_ops): New variable.
513 * config/obj-coff.h (coff_obj_symbol_new_hook): Declare.
514 (obj_symbol_new_hook): Define.
515 (coff_obj_read_begin_hook): Declare.
516 (obj_read_begin_hook): Define.
517 * config/tc-i386.h (i386_target_format): Declare.
518 * config/tc-i386.c: Check OBJ_MAYBE_ELF as well as OBJ_ELF; check
519 OUTPUT_FLAVOR when appropriate.
520 (i386_target_format): New function.
521 * Makefile.in (obj-coff.o): New target.
522 (e-i386coff.o, e-i386elf.o): New targets.
523
a0c4a241
ILT
524 From Stephen Williams <steve@icarus.icarus.com>:
525 * config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
526 (_tc_get_bal_of_call): Don't declare.
527 (tc_get_bal_of_call): Declare as function, don't define as macro.
528 * config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
529 in sy_tc field, not x_balntry field.
530 (tc_get_bal_of_call): Rename from _tc_get_bal_of_call. Change
531 return type to symbolS *. If OBJ_COFF, retrieve value from sy_tc
532 field, not x_balntry field.
533
534 * config/obj-elf.c (obj_elf_section): Permit a .note section to
535 have the SHF_ALLOC attribute.
536
a90512ad
ILT
537 * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS).
538 (TARG_CPU_DEP_mips): Depend upon $(srcdir)/itbl-ops.h.
539 (itbl-lex.o): Depend upon itbl-parse.h.
540
541 * itbl-parse.y (yyerror): Change return type to int. Change to
542 use old style function declaration.
543
ee5cb7fe
ILT
544 * Makefile.in (itbl-lex.o): Remove -Wall.
545 (itbl-parse.o): Likewise.
546
28d8c671
ILT
547 * cond.c (s_ifdef): If we should omit conditionals from listings,
548 call listing_list.
549 (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.
550 * listing.c (list_info_struct): Add EDICT_NOLIST_NEXT.
551 (listing_listing): Handle EDICT_NOLIST_NEXT.
552 (listing_list): An argument of 2 means EDICT_NOLIST_NEXT.
553 * listing.h (LISTING_NOCOND): Define.
554 (LISTING_SKIP_COND): Define.
555 * as.c (show_usage): Mention c as a suboption of -a.
556 (parse_args): Handle c as a suboption of -a.
557 * doc/as.texinfo: Document -alc.
558
b16a8c8e
FF
559start-sanitize-tic80
560Mon Feb 24 23:34:14 1997 Fred Fish <fnf@cygnus.com>
561
562 * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.
563
564end-sanitize-tic80
565Mon Feb 24 18:27:43 1997 Eric Youngdale <eric@andante.jic.com>
566
567 * doc/as.texinfo: Document .symver.
568
4d3410fd
MH
569Mon Feb 24 15:19:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
570
571 * config/tc-d10v.c: Change pre_defined_registers to
572 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
573
ec72a266
FF
574Mon Feb 24 10:40:45 1997 Fred Fish <fnf@cygnus.com>
575
576 * config/obj-coff.c: Fix typo in comment section.
577start-sanitize-tic80
578 * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
579 an additional alignment argument.
580 (find_opcode): Allow O_symbol relocs for any 32 bit field, not just
581 base relative ones.
582 (build_insn): Handle O_symbol relocs for any 32 bit field, not just
583 base relative ones.
584end-sanitize-tic80
585
16aef5b0
DP
586Mon Feb 24 02:23:00 1997 Dawn Perchik <dawn@cygnus.com>
587
588 * Makefile.in: Remove dependancies on itbl-cpu.h.
589 * as.c: Define stubs for itbl_parse and itbl_init if HAVE_ITBL_CPU
590 is not defined.
591
ac6c6bdb
DP
592Mon Feb 24 02:03:00 1997 Dawn Perchik <dawn@cygnus.com>
593
594 * itbl-ops.h: Include as.h.
595
72797ffa
DP
596Mon Feb 24 01:04:00 1997 Dawn Perchik <dawn@cygnus.com>
597
598 * as.c: Remove -t option.
599 * configure, configure.in: Move itbl-cpu.h to mips specific configure.
600 * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
601 * config/tc-mips.h: Define HAVE_ITBL_CPU.
602
2f671f84
DP
603Sun Feb 23 18:01:00 1997 Dawn Perchik <dawn@cygnus.com>
604
605 * itbl-ops.c: Don't define DEBUG.
606
f9f0539f
DP
607Sun Feb 23 17:49:00 1997 Dawn Perchik <dawn@cygnus.com>
608
609 * Makefile.in: Update itbl-test.c to reflect its new location.
610
8d8a790b
DP
611Sun Feb 23 15:50:00 1997 Dawn Perchik <dawn@cygnus.com>
612
613 * itbl-ops.c: Add test for itbl_have_entries.
614 * config/tc-mips.c: Remove test for itbl_have_entries.
615 * config/tc-mips.h: Define tc_init_after_args to mips_init_after_args.
616
7b9f3d46
ILT
617Sun Feb 23 18:13:19 1997 Ian Lance Taylor <ian@cygnus.com>
618
619 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
620 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
621 (LEX, LEXFLAGS): Define.
622 * itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
623
efec4a28
DP
624Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
625
626 * itbl-parse.y: Fix indentation mistakes from indent program.
627 * itbl-lex.l: Fix indentation mistakes from indent program.
628 * itbl-ops.h: Add include for ansidecl.h.
629 Add PARAMS around function arguments.
630 Add declaration for itbl_have_entries.
631 * itbl-ops.c: Add PARAMS around function arguments.
632 * Makefile.in: Add itbl build rules.
633 Add dependancies for itbl files to mips target.
634 * as.c: Add itbl support.
635 Add new option "--insttbl" for dynamically extending instruction set.
636 * as.h: Declare insttbl_file_name;
637 the name of file defining extensions to the basic instruction set
638 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
639 itbl-ops.o to extra_objects for mips configuration.
640 Add include file link from itbl-cpu.h to
641 config/itbl-${target_cpu_type}.h.
642 * config/tc-mips.c: Allow copz instructions.
643 Add notes for future additions to the itbl support.
644 Add debug macros.
645 (macro): Call itbl_assemble to assemble itbl instructions.
646 See if an unknown register is specified in an itbl entry.
647
d160b69e
FF
648Sat Feb 22 20:53:01 1997 Fred Fish <fnf@cygnus.com>
649 * doc/internals.texi (CPU backend): Fix typo in md_section_align
650 description.
651start-sanitize-tic80
652 * config/tc-tic80.h (NEED_FX_R_TYPE): Define.
653 * config/tc-tic80.c (find_opcode): Add code to support O_symbol
654 operands.
655 (build_insn): Grab a frag early so we can use the address in
656 fixups. Take one's complement of BITNUM values before insertion
657 in opcode. Add code to support O_symbol operands.
658 (md_apply_fix): Replace unimplemented warning with implementation.
659 (md_pcrel_from): Ditto.
660 (tc_coff_fix2rtype): Ditto.
661end-sanitize-tic80
662
09d9ef26 663Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1b524697
MH
664start-sanitize-d30v
665 * config/tc-d30v.c (parallel_ok): New function.
666 * config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
667end-sanitize-d30v
09d9ef26
MH
668 * config/tc-d10v.c (md_pcrel_from_section): Return 0 if
669 relocation is in different section. Fixes PR11574.
670
e2e5acfa
JW
671Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
672
673 * tc-mips.c (mips_ip): If configured for an embedded ELF system,
674 don't set the section alignment to 2**4.
675
fee3e248
ILT
676Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
677
b2f7cdd0
ILT
678 * config/tc-m68k.c (line_comment_chars): Add '*'.
679
830ce631
ILT
680 * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
681 (do_scrub_begin): Don't set lex['*'].
682 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
683 check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
684 a literal '*'.
685
fee3e248
ILT
686 * configure.in: Set em=svr4 for m68k-*-sysv4*.
687 * configure: Rebuild.
688 * config/te-svr4.h: New file.
689 * config/tc-m68k.c (m68k_comment_chars): Only include `#' if
690 TE_SVR4 or TE_DELTA.
691
48242b28
JL
692Thu Feb 20 22:24:39 1997 Jeffrey A Law (law@cygnus.com)
693
694 * config/tc-mn10200.c (md_convert_frag): Create a fixup for the
695 short conditional branch around a long unconditional branch.
696
1af411e1
ILT
697Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
698
64c5df8d
ILT
699 * config/obj-coff.c (obj_coff_ln [both versions]): Call
700 new_logical_line.
701
1af411e1
ILT
702 * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
703 complex expression.
704
705 * symbols.c (resolve_symbol_value): If both left and right
706 operands are undefined, warn about both of them.
707
78673fc6
ILT
708Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
709
dd7feeb5
ILT
710 Based on patches from Eric Youngdale <eric@andante.jic.com>:
711 * config/obj-elf.c (elf_pseudo_table): Add "symver".
712 (obj_elf_symver): New static function.
713 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
714 field.
715
716 * write.c (relax_segment): Make type and printf format agree.
717
78673fc6
ILT
718 * read.c (get_line_sb): Don't end the line on a semicolon inside a
719 string.
720
14f23c28
MH
721start-sanitize-d30v
722Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
723
724 * config/tc-d30v.c, config/tc-d30v.h: New files.
725
726 * configure: Rebuilt.
727
728 * configure.in: Add case for d30v.
729
730end-sanitize-d30v
731Sun Feb 16 17:47:29 1997 Fred Fish <fnf@toadfish.ninemoons.com>
732
733 * config/tc-alpha.h (md_operand): Define with a null expansion,
734 like all the other targets.
735 * doc/internals.texi (CPU backend): Add missing word in
736 md_flush_pending_output description. Fix typo in md_convert_frag
737 description.
738start-sanitize-tic80
739 * config/tc-tic80: Minor comment additions/changes.
740end-sanitize-tic80
741
b253dcff
ILT
742Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
743
744 * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
745 (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
746 * config/obj-coff.c (obj_coff_def): Use
747 tc_canonicalize_symbol_name if defined.
748 (obj_coff_tag, obj_coff_val): Likewise.
749 * expr.c (operand): Reject '~' as operator if is_name_beginner.
750
d7bf6158
ILT
751Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
752
f5ed78de
ILT
753 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
754 does not actually work, though:
755 * configure.in (i386-sequent-bsd*): New target.
756 * configure: Rebuild.
757 * config/tc-dynix.h: New file.
758 * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
759
d7bf6158
ILT
760 * read.c (do_align): Add max parameter. Change all callers.
761 Remove useless static variables.
762 (s_align): New static function. Do common portion of
763 s_align_bytes and s_align_ptwo.
764 (s_align_bytes, s_align_ptwo): Just call s_align.
765 * frags.c (frag_align): Add max parameter. Change all callers.
766 (frag_align_pattern): Likewise.
767 * frags.h (frag_align, frag_align_pattern): Update declarations.
768 * write.c (relax_segment): Limit alignment change to fr_subtype.
769 Fix some types to be addressT.
770 * config/obj-coff.c (size_section): Likewise.
771 * config/obj-ieee.c (size_section): Likewise.
772 * config/tc-d10v.h (md_do_align): Add max parameter.
773 * config/tc-i386.h (md_do_align): Likewise.
774 * config/tc-m88k.h (md_do_align): Likewise.
775 * config/tc-m88k.c (m88k_do_align): Likewise.
776 * config/tc-sh.h (md_do_align): Likewise.
777 * config/tc-sh.c (sh_do_align): Likewise.
778 * as.h: Improve comments on rs_align and rs_align_code.
779 * doc/as.texinfo: Document new alignment arguments.
780 * doc/internals.texi (Frags): Document use of fr_subtype field for
781 rs_align and rs_align_code.
782
783Fri Feb 14 15:56:06 1997 Gavin Koch <gavin@cygnus.com>
784
785 * config/tc-mips.c: Changed opcode parsing.
786
16171d71
FF
787Thu Feb 13 20:02:16 1997 Fred Fish <fnf@cygnus.com>
788
789 * config/{tc-alpha.h, tc-arc.h, tc-d10v.h, tc-generic.h, tc-i960.h,
790 tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-v850.h, tc-vax.h, tc-w65.h}:
791 Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
792 * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
793 tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
794 to a location consistent with the rest of the target include files.
795 * config/tc-i386.c: Remove misleading comment.
796 * doc/internals.texi (CPU backend): Add description of function
797 md_undefined_symbol.
798start-sanitize-tic80
799 * config/tc-tic80.c: Add code to insert predefined symbols into the
800 symbol table so they can be parsed by the standard expression parser.
801 Remove custom code that use to parse them.
802 * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
803 to a location consistent with the rest of the target include files.
804end-sanitize-tic80
805
9f13ead9
ILT
806Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>
807
808 * as.h: GNU c provides unlink() function.
809
810 Unify section handling on openVMS/Alpha:
811 * config/tc-alpha.c(s_alpha_link): Remove.
812 (s_alpha_section): New function.
813 Remove case-hacking of symbols
814 Add .code_address pseudo-op.
815 (BFD_RELOC_ALPHA_CODEADDR): New relocation.
816 (s_alpha_code_address): New function.
817 (alpha_ctors_section, alpha_dtors_section): New sections for C++
818 static constructors/destructors.
819 Add debug code for crash debugs, to be removed when traceback code
820 is added to object code.
821 (s_alpha_name): New function for .name pseudo-op.
822 (alpha_print_token): New function to print token expressions with
823 alpha specific extensions.
824
825 * makefile.vms: Allow compilation with current gcc snapshot.
826
af16e411
FF
827Thu Feb 13 16:29:04 1997 Fred Fish <fnf@cygnus.com>
828
829 * doc/Makefile.in (TEXI2DVI): Set to just name of program.
830 (DVIPS): Set to dvips.
831 (ps, as.ps, gasp.ps): New targets.
832 (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
833 and MAKEINFO env variables.
834 (internals.ps): Use DVIPS macro.
835 (clean): Remove core and backup files.
836 (distclean): Remove temporary files from building internals.
837 (clean-dvi): Ditto.
838 * doc/internals.texi (Frags): Fix typo.
839 (GAS processing): Ditto.
840 (CPU backend): Ditto.
841 * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
842 * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
843 * read.c: Remove ugly hack that dealt with config files not
844 correctly defining TARGET_BYTES_BIG_ENDIAN.
845 (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
846 * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
847 * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
848 * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
849 * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
850 * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
851 * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
852 with TARGET_BYTES_BIG_ENDIAN defined to 0.
853 * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
854 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
855 whether it is defined or not.
856 * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
857 * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
858 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
859 whether it is defined or not.
860start-sanitize-tic80
861 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
862 (TARGET_BYTES_BIG_ENDIAN): Define to 0.
863end-sanitize-tic80
864
89b41978
DE
865Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com>
866
867 * write.c (write_relocs): Correct text in as_fatal error message,
868 bfd_perform_relocation -> bfd_install_relocation.
869
151c3ec0
ILT
870Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
871
872 * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
873 * read.c (LEX_TILDE): Define if not defined.
874 (lex_type): Use LEX_TILDE.
875 * expr.c (get_symbol_end): Check first char with is_name_beginner,
876 not is_part_of_name.
877
4a1cb507
ILT
878Thu Feb 13 11:40:58 1997 Ian Lance Taylor <ian@cygnus.com>
879
3de9d78c
ILT
880 * config/tc-sparc.c (md_show_usage): Add missing backslash at end
881 of continued line.
882
319305a7
ILT
883 * config/tc-mips.c (mips16_extended_frag): Correct base address
884 for an extended PC relative instruction.
885 (md_convert_frag): Likewise.
886
4a1cb507
ILT
887 * config/tc-mips.c (prev_nop_frag): New static variable.
888 (prev_nop_frag_holds): New static variable.
889 (prev_nop_frag_required): New static variable.
890 (prev_nop_frag_since): New static variable.
891 (append_insn): If we aren't reordering, and prev_nop_frag is not
892 NULL, and we don't need any nops, then decrease the size of
893 prev_nop_frag. Don't insert nops because of instructions in
894 noreorder sections. Remember whether the previous instructions
895 where in noreorder sections even when not reordering.
896 (mips_no_prev_insn): Add preserver parameter. Change all
897 callers. Refer prev_nop_frag variables when appropriate.
898 (mips_emit_delays): Set up prev_nop_frag.
899 (s_mipsset): Clear prev_nop_frag if reordering.
900
ebf28372
ILT
901Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
902
9cd4e6cc
ILT
903 * config/tc-mips.c (append_insn): Remove useless code which
904 handled swapping a mips16 jump with a mips16 instruction with a
905 reloc.
906
05874c2e
ILT
907 * config/tc-mips.c (md_parse_option): When debugging, set
908 mips_optimize to 1, not 0.
909
56bb6eee
ILT
910 * config/tc-mips.c (mips16_ip): Handle an extend operand.
911
eb17f56c
ILT
912 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
913 like the expression was based on `.', adjust the value of the
914 symbol.
915
035936da 916 * config/tc-mips.c (append_insn): Warn about an attempt to put an
c0df26bb 917 extended instruction in a delay slot when not reordering.
035936da
ILT
918 (md_convert_frag): Warn if an extended instruction appears in a
919 delay slot.
920
ed3eb786
ILT
921 * config/tc-mips.c (mips_pseudo_table): Add "insn".
922 (s_insn): New static function.
923 * doc/c-mips.texi: Document .insn.
924
ebf28372
ILT
925 * config/tc-mips.c (md_begin): Add the general registers to the
926 symbol table.
927 (mips16_ip): First parse the expression, and then see whether it
928 came up with a register, rather than trying to first see whether
929 we are looking at a register.
930
11e08196
FF
931start-sanitize-tic80
932Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
933
934 * config/tc-tic80.c: Numerous changes and additions to flesh
935 out functions that were previously just stubs, and fix some
936 problems found using the new TIc80 testsuite cases.
937
938end-sanitize-tic80
16262668
ILT
939Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
940
941 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
942 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
943
944 * config/tc-mips.c (append_insn): Output jump instruction as a
945 pair of 2 byte instructions, rather than as a single 4 byte
946 instruction.
947
948start-sanitize-r5900
949 * config/tc-mips.c (md_begin): Correct test of mips_5900.
950 (mips_ip): Don't check INSN_ISA for a macro.
951
952end-sanitize-r5900
276c2d7d
GRK
953start-sanitize-r5900
954Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
955
956 * config/tc-mips.c: added r5900.
957
958end-sanitize-r5900
c6745073
DP
959Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
960
961 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
962 config/itbl-mips.h: Add copyright message and fix indentation.
963
8e5c905e
DP
964Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
965
966 * itbl-ops.c: New file. Add support for dynamically read
967 instruction registers, opcodes and formats. Build internal table
968 for new instructions and provide callbacks for assembler and
969 disassembler.
970 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
971 spec table.
972 * itbl-ops.h: New file. Header file for itbl support.
973 * config/itbl-mips.h: New file. Mips specific definitions for
974 itbl support.
975
a7355c4d
JL
976Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
977
978 * config/tc-mn10200.c (md_assemble): If a constant operand won't
979 fit into the constant field of a relaxable operand, then it does
980 not match.
981
e58035e3
JL
982Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
983
984 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
985 a jsr target in a different section just like a jsr to
986 an undefined target.
987
6927c24d
ILT
988Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
989
990 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
991 against any mips16 symbols, not just externally visible ones.
992 (md_apply_fix): Corresponding change.
993
c9167640
ILT
994Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
995
996 * config/tc-mips.c (mips16_ip): Accept floating point registers in
997 the operand of the exit instruction.
998
76801700
ILT
999Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
1000
1001 * symbols.c (resolve_symbol_value): If we leave an equated symbol
1002 as O_symbol, copy over the segment.
1003
3569064f
ILT
1004Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
1005
1748b9d8
ILT
1006 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
1007 fixup to be against the section symbol, adjust the value
1008 accordingly.
1009
3569064f
ILT
1010 * symbols.c (resolve_symbol_value): Don't change X_add_number for
1011 an equated symbol.
1012 * write.c (write_relocs): Avoid looping on equated symbols.
1013 Adjust fx_offset by X_add_number for each symbol.
1014 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
1015 symbols.
1016 (fixup_segment): Add a loop to track down equated symbols and
1017 adjust fx_offset appropriately.
1018
f5d7f6fb
JL
1019Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
1020
1021 * config/tc-mn10200.c (md_relax_table): Add entries to allow
1022 jmp -> bra relaxing.
1023 (md_convert_frag): Handle jmp->bra relaxing.
1024 (md_assemble): Handle jmp->bra relaxing.
1025 (md_estimate_size_before_relax): Likewise.
1026
fb50cd4e
ILT
1027Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
1028
1029 * config/tc-i386.c (i386_align_code): Add comments explaining the
1030 nop instructions.
1031
a75abb6f
ILT
1032Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
1033
2b063e6d
ILT
1034 * config/tc-sparc.c (enforce_aligned_data): New static variable.
1035 (sparc_cons_align): Don't do anything unless enforce_aligned_data
1036 is set.
1037 (md_longopts): Add "enforce-aligned-data".
1038 (md_show_usage): Mention --enforce-aligned-data.
1039 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
1040 enforce-aligned-data.
1041
fbd929fd
ILT
1042 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
1043 "word", and "short".
1044 (ppc_xcoff_cons): New static function.
1045
a75abb6f
ILT
1046 * write.c (relax_segment): Give an error if a .space symbol is
1047 common or undefined.
1048
1049 * read.c (read_a_source_file): Don't handle mri_pending_align if
1050 the handler is s_globl or s_ignore.
1051
f1ce6af4
FF
1052Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
1053
1054 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
1055start-sanitize-tic80
1056 * config/tc-tic80.c: Many additions to previous placeholder file.
1057 * config/tc-tic80.h: Ditto.
1058end-sanitize-tic80
1059
0b476c53
ILT
1060Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
1061
1062 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
1063
a6b200da
ILT
1064Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
1065
0d7f9025
ILT
1066 * config/tc-mips.c (mips_fix_adjustable): New function.
1067 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
1068 (mips_fix_adjustable): Declare.
1069
a6b200da
ILT
1070 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
1071 * read.c (read_a_source_file): After doing an mri_pending_align,
1072 adjust the line_label if there is one.
1073 (s_space): Set mri_pending_align if an odd number of bytes were
1074 output.
1075
9073144e
MH
1076Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1077
1078 * config/tc-d10v.h (md_do_align): Add this hook to call
1079 d10v_cleanup() when a ".align" is detected. Fixes PR11487.
1080
1081 * config/tc-d10v.c (find_opcode): Correctly calculate
1082 branch displacement when .aligns are present.
1083
33a4c28d
JL
1084Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
1085
1086 * config/tc-mn10200.c (md_relax_table): Define.
1087 (md_convert_frag): Implement.
1088 (md_assemble): Handle relaxable operands/instructions correctly.
1089 (md_estimate_size_before_relax): Implement.
1090 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
1091
645cb4dc
ILT
1092Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
1093
39bb58e0
ILT
1094 * config/tc-mips.c (append_insn): Give an error for jumps to a
1095 misaligned address.
1096 (md_apply_fix): Make a branch to an odd address an error rather
1097 than a warning.
3b320c48 1098
31a2c6ff
ILT
1099 * config/tc-mips.c (md_convert_frag): If the user explicitly
1100 requested an extended opcode, pass warn as true to mips16_immed.
1101
645cb4dc
ILT
1102 * config/tc-mips.c (mips16_ip): Handle a missing expression like
1103 an explicit 0, so that explicitly extended instructions work
1104 correctly.
1105
0192b099
ILT
1106Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
1107
1108 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
1109 symbol for a common symbol.
1110
f7ab9441
DE
1111Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
1112
1113 Patch presumed to have been checked in awhile ago but wasn't.
1114 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
1115 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
1116 (relax_segment, case rs_org): Move code inside braces. Move locals
1117 target,after inside too.
1118 (relax_segment, case rs_machine_dependent): Guts moved to ...
1119 (relax_frag): New function.
1120 Call md_prepare_relax_scan if defined.
1121
0ce48081
C
1122Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1123
1124 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
1125 'p' operand specifier.
1126
1127Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
ffecfc8b
C
1128
1129 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
1130 m68k family cpus which support long branch addressing modes.
1131 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
1132 md_create_long_jump): Use it.
1133
c36a90ef
ILT
1134Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
1135
b3a64736
ILT
1136 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
1137 the .reginfo or .MIPS.options section if configured for an
1138 embedded target.
1139
c36a90ef
ILT
1140 * config/tc-mips.c (md_begin): Don't set interlocks for
1141 mips_4650.
1142
ad423373
ILT
1143Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
1144
1145 * read.c (read_a_source_file): Make sure the symbol ends with
1146 whitespace before checking whether the next character is '='.
1147
03b24037
ILT
1148Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
1149
1150 * config/tc-i386.c (sco_id): Moved from here...
1151 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
1152 really is an SCO ELF specific thing, not just a SCO x86 specific
1153 thing.
1154
4af93ad0
MM
1155start-sanitize-tic80
1156Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
1157
1158 * configure.in (tic80-*-*): Don't require 'coff'.
1159 * configure: Regenerate.
1160
1161end-sanitize-tic80
8ff75001
ILT
1162Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
1163
6468dabd
ILT
1164 * read.c (emit_expr): Check for overflow of a negative value
1165 correctly.
1166 * write.c (fixup_segment): Likewise.
1167 * config/obj-coff.c (fixup_segment): Likewise.
1168
d703b5a7
ILT
1169 * config/tc-m68k.c (struct label_line): Define.
1170 (labels, current_label): New static variables.
1171 (md_assemble): Mark current_label as text, and clear it.
1172 (m68k_frob_label): New function.
1173 (m68k_flush_pending_output): New function.
1174 (m68k_frob_symbol): New function.
1175 * config/tc-m68k.h (tc_frob_label): Define.
1176 (md_flush_pending_output): Define.
1177 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
1178 (tc_frob_coff_symbol): Likewise.
1179
8ff75001
ILT
1180 * read.c (read_a_source_file): When defining a macro in MRI mode,
1181 don't add the symbol to the symbol table.
1182
78998629
JL
1183Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
1184
1185 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
1186 here since fixup_segment doesn't (linkrelax is set).
1187 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
1188
62b2acba
JL
1189Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
1190
1191 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
1192 relocs.
1193
ac866582
JL
1194Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
1195
62b2acba 1196 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
ac866582
JL
1197 to avoid warnings with the native HP compiler.
1198 (fix_new_hppa): Similarly for the r_type argument.
1199 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
1200 in an #if OBJ_ELF to keep gcc -Wall quiet.
1201 (md_apply_fix): Always initialize "result".
1202
1203 * config/tc-mn10200.c (md_assemble): Generate relocations.
1204
79811f6f
ILT
1205Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1206
1207 * config/tc-m68k.c (s_even): Adjust the alignment of the current
1208 section.
1209
ba8f9c09
ILT
1210Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
1211
1212 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
1213 pass on the new file hook.
1214
1215 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
1216 !alpha_force_relocation, as local LITERALs can be adjusted to be
1217 relative to the section.
1218
a78bc551
ILT
1219Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
1220
9f94df38
ILT
1221 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
1222 defined, call it.
3df036e9 1223 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
9f94df38
ILT
1224 aligned to odd boundary.
1225 (tc_frob_coff_symbol): Define.
1226
039d5a60
ILT
1227 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
1228
7b0688df
ILT
1229 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
1230
2156d0d7
ILT
1231 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
1232 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
1233
a78bc551
ILT
1234 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
1235 immediate value.
1236 (md_assemble): If the size is 'B', set fx_signed.
1237 (md_apply_fix_2): Use fx_signed when checking for overflow.
1238
1239 * write.h (struct fix): Add fx_signed field.
1240 * write.c (fix_new_internal): Initialize fx_no_overflow and
1241 fx_signed fields.
1242 (fixup_segment): Use fx_signed when checking for overflow.
1243 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
1244 fx_signed when checking for overflow.
1245
b9129c6f
ILT
1246Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
1247
0abdf280
ILT
1248 * NOTES, NOTES.config: Removed. These are rarely, if ever,
1249 updated, and all the useful information is in doc/internals.texi.
1250
a986926b
ILT
1251 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
1252 * read.c (read_a_source_file): Check for conditional operators
1253 before doing an MRI pending alignment.
1254 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
1255 (tc_conditional_pseudop): Define.
1256 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
1257 * doc/internals.texi (CPU backend): Describe
1258 tc_conditional_pseudoop.
1259
924160b0
ILT
1260 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
1261 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
1262 variable.
1263 (md_begin): Check m68k_rel32_from_cmdline before setting
1264 m68k_rel32.
1265 (m68k_mri_mode_change): Likewise.
1266 (md_longopts): Add --disp-size-default-16 and
1267 --disp-size-default-32.
1268 (md_parse_option): Handle new options.
1269 (md_show_usage): Mention new options.
1270 * doc/c-m68k.texi (M68K-Opts): Document new options.
1271
b4d51f3d
ILT
1272 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
1273 * config/tc-m68k.c (m68k_index_width_default): New static
1274 variable.
1275 (m68k_ip): Use m68k_index_width_default to set the size of a base
1276 register whose size was not given.
1277 (md_longopts): Add --base-size-default-16 and
1278 --base-size-default-32.
1279 (md_parse_option): Handle new options.
1280 (md_show_usage): Mention new options.
1281 * doc/c-m68k.texi (M68K-Opts): Document new options.
1282
103e1158
ILT
1283 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
1284
e16b9537
ILT
1285 * configure.in: Recognize mips-*-linux* target.
1286 * configure: Rebuild.
1287
a162a490
ILT
1288 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
1289 work if valueT is only 32 bits.
1290
b9129c6f
ILT
1291 * config/tc-mips.c: Throughout, check target_big_endian rather
1292 than byte_order.
1293 (byte_order): Remove.
1294 (mips_init_after_args): Remove.
1295 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
1296 (mips_init_after_args): Don't declare.
1297 (tc_init_after_args): Don't define.
1298
1299 * config/tc-mips.h (tc_frob_after_relocs): Define if
1300 OBJ_MAYBE_ELF.
1301 (mips_elf_final_processing): Likewise.
1302 (ELF_TC_SPECIAL_SECTIONS): Likewise.
1303
6e7d5462
MM
1304start-sanitize-v850
1305Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1306
1307 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
1308 sld.{h,w} and the operand is relocatable, adjust the adend by
1309 shifting it right one bit.
1310
1311end-sanitize-v850
38fc0ba6
ILT
1312Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
1313
20868ec6
ILT
1314 * read.c (read_a_source_file): Check mri_pending_align after
1315 checking for a macro. From Ronald F. Guilmette
1316 <rfg@monkeys.com>.
1317
6ded6615
ILT
1318 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
1319
38fc0ba6
ILT
1320 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
1321 add segment argument. If OBJ_ELF, treat a relocation against a
1322 symbol in a linkonce section like a relocation against an external
1323 symbol.
1324 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
1325
18e0764d
ILT
1326Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
1327
1328 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
1329
64556643
FF
1330Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
1331
1332 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
1333 includes config.h instead of host.h, tc.h instead of tp.h, and
1334 targ-env.h instead of target-environment.h.
1335 Also, obj-format.h includes targ-cpu.h instead of
1336 target-processor.h.
1337start-sanitize-tic80
1338 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
1339 * configure: Rebuild with autoconf.
1340 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
1341 (TARGET_FORMAT): Define to "coff-tic80".
1342 * config/tc-tic80.c: New file for TIc80 support.
1343 * config/tc-tic80.h: New file for TIc80 support.
1344end-sanitize-tic80
1345
7d99e8af
ILT
1346Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
1347
1348 * doc/as.texinfo (M): Mention explicitly that -M changes macro
1349 handling.
1350
9c199842
ILT
1351Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
1352
1353 * write.c (adjust_reloc_syms): If the fixup symbol has been
1354 equated to an undefined symbol, convert the fixup to being against
1355 the target symbol. Remove obsolete code handling a special case
1356 for i386 PIC.
1357
51cd0ae7
SS
1358Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
1359
1360 * mpw-make.sed: Use NewFolderRecursive for installation.
1361
cb07aaeb
MH
1362Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1363
1364 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
1365
575453fb
MH
1366Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1367
1368 * config/tc-d10v.c (md_assemble): Fix bug which caused
1369 second instruction in a line to be case sensitize. PR11312
1370
5545556d
JL
1371Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
1372
1373 * config/tc-mn10200.c (mn10200_insert_operand): Don't
1374 range check operands with MN10200_OPERAND_NOCHECK set.
1375 (check_operand): Likewise.
1376
c0dea495
ILT
1377Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
1378
f5e38044
ILT
1379 * config/tc-mips.c: Undo part of last Friday's alignment changes.
1380 (md_begin): Always align the text section to a four byte
1381 boundary.
1382 (append_insn): Remove call to record_align.
1383
fbcfacb7
ILT
1384 * config/tc-mips.c (insn_label): Remove.
1385 (struct insn_label_list): Define.
1386 (insn_labels, free_insn_labels): New static variables.
1387 (mips_clear_insn_labels): New static function.
1388 (append_insn): Mark all mips16 text labels, and make them odd.
1389 Handle all labels after emitting a nop, not just one. Call
1390 mips_clear_insn_labels rather than just clearing insn_label.
1391 (mips_emit_delays): Add insns parameter, and use it to decide
1392 whether to mark mips16 labels. Handle all labels, not just one.
1393 Force mips16 labels to be odd. Change all callers.
1394 (mips16_immed): Don't check for an odd branch target.
1395 (md_apply_fix): Don't check mips16 mode for a branch reloc.
1396 (mips16_extended_frag): Ignore the low bit in a branch target.
1397 (md_convert_frag): Likewise.
1398 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
1399 clearing insn_label.
1400 (mips_align, mips_flush_pending_output, s_cons): Likewise.
1401 (s_float_cons, s_gpword): Likewise.
1402 (s_align): Use insn_labels rather than insn_label.
1403 (s_cons, s_float_cons, s_gpword): Likewise.
1404 (mips_frob_file_after_relocs): New function.
1405 (mips_define_label): Rewrite to add to insn_labels list.
1406 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
1407 * ecoff.c (ecoff_build_symbols): If the size of a function comes
1408 out odd, increment it.
1409
1410 * config/tc-mips.c (append_insn): Only update prev_insn when not
1411 reordering if place is NULL.
1412
c0dea495
ILT
1413 * config/tc-mips.c (mips16_ip): Check for a missing expression
1414 when using the register indirect addressing mode.
1415
d4ba37af
JL
1416Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
1417
1418 * config/tc-mn10200.c (mn10200_insert_operand): Don't
1419 check 24bit operands for overflow.
1420 (check_operand): Likewise.
1421
868c3513
ILT
1422Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
1423
1424 * doc/as.texinfo (Section): Document how to use the .section
1425 pseudo-op for COFF and ELF.
1426
6259c65f
ILT
1427Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
1428
1429 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
1430
a677feeb
ILT
1431Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
1432
1433 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
1434 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
1435 store them. Adjust other RELAX_MIPS16 macros.
1436 (RELAX_MIPS16_DSLOT): Define.
1437 (RELAX_MIPS16_JAL_DSLOT): Define.
1438 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
1439 handling of whether previous instruction has a fixup. Set
1440 prev_insn_reloc_type.
1441 (mips_no_prev_insn): Clear prev_insn_reloc_type.
1442 (mips16_extended_frag): Use the right base address for a PC
1443 relative add or load.
1444 (md_convert_frag): Likewise. If a PC relative add or load is
1445 used, record the alignment for the section.
1446
08e17202
ILT
1447Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
1448
54815b9a
ILT
1449 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
1450 linkonce section into a reloc against the section symbol.
1451
8a8121d5
ILT
1452 * config/tc-mips.c (mips16_macro): Remove nop instructions after
1453 branch instructions.
1454
08e17202
ILT
1455 * config/tc-mips.c (md_begin): If configured for an embedded ELF
1456 system, don't set the section alignment to 2**4.
1457 (s_change_sec): Likewise.
1458 (append_insn): Call record_alignment for the section.
1459 (md_section_align): Don't align the section size for an embedded
1460 ELF system.
1461
73d25784
ILT
1462Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
1463
1464 * write.c (adjust_reloc_syms): Make sure that symbols are
1465 resolved; expression symbols may have been skipped.
8dd6fde3 1466 * config/obj-coff.c (fixup_segment): Likewise.
73d25784 1467
a460cd78
MM
1468Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1469
1470 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
1471 BFD_RELOC_24_PLT_PCREL relocation.
1472 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
1473
60b43c4b
MH
1474Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1475
1476 * config/tc-d10v.c (write_2_short): Remove code that called
1477 parallel_ok() when the programmer specified parallel instructions.
1478
42aa2435
JL
1479Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
1480
a460cd78
MM
1481 * config/tc-mn10300.c (md_assemble): Update to handle endianness
1482 issues correctly.
1483
42aa2435
JL
1484 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
1485 * config/tc-mn10300.c (md_assemble): Likewise.
1486
41a0ed22
ILT
1487Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
1488
9b2ac029
ILT
1489 * config/tc-mips.c (append_insn): Make sure there is enough room
1490 in a frag after a mips16 instruction to switch it with a jump
1491 instruction.
1492
41a0ed22
ILT
1493 * config/tc-mips.c (mips16_extended_frag): Give an error for an
1494 attempt to use a non absolute symbol in an extending frag.
1495
dc1f8a21
JL
1496Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
1497
1498 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
1499 * config/tc-mn10200.h: Likewise.
1500
102633ce
ILT
1501Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
1502
a7dd20e8
ILT
1503 * app.c (do_scrub_chars): At the end of a C comment, pass space to
1504 UNGET rather than PUT. Set old_state before setting state to -2.
1505
559c664a
ILT
1506 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
1507 when extending because the value is exactly maxtiny + 1.
1508
8728fa92
ILT
1509 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
1510 arguments, and store them. Adjust other RELAX_MIPS16 macros.
1511 (RELAX_MIPS16_USER_SMALL): Define.
1512 (RELAX_MIPS16_USER_EXT): Define.
1513 (mips16_small, mips16_ext): New static variables.
1514 (append_insn): Pass mips16_small and mips16_ext to
1515 RELAX_MIPS16_ENCODE.
1516 (mips16_ip): Set mips16_small and mips16_ext.
1517 (mips16_immed): Don't check mips16_autoextend.
1518 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
1519
102633ce
ILT
1520 * write.c (write_relocs): Print an error for an out of range
1521 fixup, rather than calling abort.
1522
1523 * as.c (main): Unlink the output file if there are errors while
1524 generating the fixups.
1525
15e69f98
ILT
1526Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
1527
f74ba7a3
ILT
1528 * config/tc-mips.c (mips16_extended_frag): Don't call
1529 S_GET_VALUE.
1530 (md_convert_frag): Call resolve_symbol_value before calling
1531 S_GET_VALUE, and don't add in the frag address.
1532
15e69f98
ILT
1533 * config/tc-mips.c (mips16_immed): Add file and line parameters,
1534 and use them when reporting errors. Change all callers.
1535
ca82e4eb
JL
1536Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
1537
1538 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
1539 Remove '$' prefixing for registers.
1540
f787a8d9 1541Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
6cc03ed3 1542
f787a8d9
MH
1543 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
1544 is initialized before using it.
1545 (d10v_cleanup): No longer uses its argument, so make it void.
6cc03ed3 1546
f787a8d9
MH
1547 * config/tc-d10v.h (d10v_cleanup): Change prototype.
1548
00a69b89
ILT
1549Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
1550
1551 * write.c (fixup_segment): Don't discard the symbol for a PC
1552 relative fixup to an absolute symbol.
1553
996bee90
MH
1554Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1555
1556 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
1557 with multiple sections.
1558
943321c0
ILT
1559Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
1560
1561 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
1562 no-mips-16 to no-mips16.
1563 (s_mipsset): Accept .set mips16 and .set nomips16.
1564
8b1e9f12
MM
1565Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1566
1567 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
1568 argument, and check for +/- constant following the suffix, folding
1569 it into the expression.
1570 (ppc_elf_cons): Change ppc_elf_suffix calls.
1571 (md_assemble): Ditto.
1572 (shlib): Replace boolean mrelocatable with enumeration shlib.
1573 (md_parse_option): Discriminate between PIC style shared libraries
1574 and -mrelocatable.
1575 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
1576 libraries.
1577
b61802e7
MM
1578Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1579
1580 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
1581 change the comment characters.
1582
1583 * config/tc-ppc.c (comment_chars): Delete in favor of
1584 tc_comment_chars.
1585 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
1586 comment chars.
1587 (ppc_comment_chars): Select appropriate comment chars by default.
1588 (msolaris): New flag for -m{,no-}solaris.
1589 (md_parse_option): Recognize -K pic. Add support for
1590 -m{,no-}solaris.
1591 (md_show_usage): Update.
1592 (md_begin): Do not set ELF flags if Solaris.
1593 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
1594 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
1595
1596Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
1597
1598 * as.c (main): Correct handling of flag_always_generate_output.
1599
5840a0e5
JL
1600Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
1601
a9f2e3e2
JL
1602 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
1603 fx_offset, not fx_addnumber.
1604
5840a0e5
JL
1605 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
1606 reloc adjustments.
1607
b608274a
ILT
1608Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
1609
1610 * config/tc-i386.c: Correct misspelling: balenced to balanced.
1611
caeea0b4
ILT
1612Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
1613
1614 * config/tc-mips.c (md_section_align): Check for an alignment of
1615 4, not an alignment of 16. Corrects August 7 patch.
1616
cc5703cd
ILT
1617Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
1618
775c64a9
ILT
1619 * configure, conf.in: Rebuild with autoconf 2.12.
1620
c830c9ea
ILT
1621 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
1622 alignment is specified.
1623
cc5703cd
ILT
1624 Add support for mips16 (16 bit MIPS implementation):
1625 * config/tc-mips.c: Extensive additions for mips16 support, not
1626 listed here.
1627 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
1628 (insn_uses_reg): Change last parameter to an enum.
1629 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
1630 (md_relax_frag): Define as mips_relax_frag.
1631 (mips_relax_frag): Declare.
1632 (struct mips_cl_insn): Add use_extend and extend fields.
1633 (tc_fix_adjustable): Define.
1634 * config/obj-elf.h (S_GET_OTHER): Define.
1635 (S_SET_OTHER): Define.
1636
3ab410cd
C
1637Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
1638
1639 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
1640 o and p operand specifiers.
1641
a0a2af4f
DE
1642Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
1643
1644 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
1645 (relax_segment, case rs_org): Move code inside braces. Move locals
1646 target,after inside too.
1647 (relax_segment, case rs_machine_dependent): Guts moved to ...
1648 (relax_frag): New function.
1649 Call md_prepare_relax_scan if defined.
1650 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
1651 M68K_AIM_KLUDGE.
1652
0671e7f6
JL
1653Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
1654
a0a2af4f
DE
1655 * config/tc-mn10300.c (address_registers): Use '$' as register
1656 prefix instead of '%'.
1657 (data_registers, other_registers, md_assemble): Likewise.
1658
f98905f1
JL
1659 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
1660 (data_registers, other_registers, md_assemble): Likewise.
1661
0671e7f6
JL
1662 * config/tc-mn10300.c (md_assemble): Correctly determine the
1663 correct location and type for each relocation.
1664 (md_pcrel_from): Simplify.
1665
5895d3f2
ILT
1666Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
1667
1668 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
1669 converted into branch around branch.
1670
d9a9c18f
JL
1671Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
1672
1673 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
1674 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
1675 pc-relative relocs.
1676 * config/tc-mn10300.c (md_begin): Set linkrelax.
1677 (md_assemble): Create fixups as needed.
1678 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
1679
5e9b714f
MM
1680Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1681
1682 * config/tc-d10v.c (parallel_ok): When automatically converting
1683 serial ops to parallel, do not consider a branch as the first
1684 instruction.
1685
7f02192d
JL
1686Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
1687
1688 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
1689
43d695a1
JL
1690Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
1691
1692 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
1693 via PARAMS.
1694 (check_operand): Likewise.
1695
228835a9
MM
1696Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1697
1698 * config/tc-d10v.c (parallel_ok): Branch and link instructions
1699 modify r13.
ec5e212b
MM
1700 (write_2_short): Call parallel_ok to check whether two short
1701 instructions the user requested execute in parallel, can be
1702 executed that way.
228835a9 1703
edb89bfc
MH
1704Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1705
1706 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
1707 allow a branch and link in parallel with an exe instruction.
1708
1709Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1710
1711 * doc/c-d10v.texi: Add info on @word modifier.
1712
cdde2f5c 1713Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
efba8af0
JL
1714
1715 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
1716 operands are assumed to be 32bits. Use "bits" field to hold the
1717 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
1718 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
1719 to be 32bits.
cdde2f5c 1720
bdd91d4f
JL
1721 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
1722 of a MN10300_OPERAND_SPLIT operand by operand->shift.
1723
cdde2f5c
JL
1724 * config/tc-mn10300.c (mn10300_insert_operand): Handle
1725 MN10300_OPERAND_SPLIT.
1726
bfe5059c
JL
1727Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
1728
1729 * config/tc-mn10300.c (md_assemble): Insert operands into
1730 the extension part of the instruction if necessary.
1731 (mn10300_insert_operand): Accept pointer to extension word
1732 argument. Make insn a pointer argument too. Return type
1733 is now void. All callers changed.
1734
68328dc6
JL
1735Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
1736
1737 * config/tc-mn10300.c (mn10300_insert_operand): Handle
1738 repeated register operands.
1739
9af40217
ILT
1740Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
1741
9a5acea8
ILT
1742 * doc/as.texinfo: Added section on reporting bugs.
1743
9af40217
ILT
1744 * config/tc-alpha.c: Change uses of void * to PTR. Change the
1745 alpha_macro emit field to expect a const argument, and change the
1746 arg field to be const. Fix some spacing to follow the GNU
1747 standard.
1748
1749Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
1750
1751 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
1752 (pca56) and 21264 (ev6) cpus.
1753 (md_apply_fix): Private relocation types are now negative.
1754 (alpha_force_relocation): Likewise.
1755 (tc_gen_reloc): Likewise.
1756 (emit_insn): Likewise.
1757 (emit_ldXu): Do the right thing when the hardware can do byte insns.
1758 (emit_stX): Likewise.
1759 (emit_sextX): Likewise.
1760
527dc0c9
ILT
1761Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
1762
1763 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
1764 a symbol found in a reloc.
1765
1766 * symbols.c (resolve_symbol_value): Improve the error message if
1767 an undefined symbol is used in an expression.
1768
fe7e5bdf
ILT
1769Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
1770
1771 * doc/internals.texi: Rewrite, and add a lot of documentation.
1772 * doc/Makefile.in (internals.info): New target.
1773
a334533c 1774start-sanitize-v850
193e4197
JL
1775Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
1776
1777 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
1778 against weak symbols.
1779
a334533c
JL
1780Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
1781
baf385b5
JL
1782 * config/tc-v850.c (md_assemble): Don't lose for relaxable
1783 addresses like .+6.
1784
2385d90a
JL
1785 * config/tc-v850.c (md_convert_frag): Make sure we insert the
1786 fixup at the right address within the frag.
1787
bc49fab8
JL
1788 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
1789 to an absolute value, instead increment it as needed.
1790
a334533c
JL
1791 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
1792 * config/tc-v850.c: Fix some indention problems.
1793 (md_relax_table): Define for D9->D99 branch displacement
1794 relaxing.
1795 (md_convert_frag): Do something useful instead of aborting.
1796 (md_estimate_size_before_relax): Likewise.
1797 (md_assemble): Note if the matching instruction has a relaxable
1798 operand. If it does, allocate frag with frag_var and don't
1799 do any fixups.
1800
1801end-sanitize-v850
a334533c
JL
1802Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1803
1804 * config/tc-d10v.h (md_cleanup): New function. This is needed to
1805 write out any buffered instructions when a ".end" is found.
1806
9051e56f
MH
1807Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1808
1809 * read.c (read_a_source_file): New hook md_cleanup().
1810
07f9de2a
ILT
1811Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
1812
1813 * write.c (fix_new_exp): Use make_expr_symbol to build an
1814 expression symbol for a complex fixup.
1815
3723a1a9
JL
1816start-sanitize-v850
1817Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
1818
d3bbd9dc
JL
1819 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
1820 hacks to improve parsing of complex hi, lo, zda, etc
1821 expressions.
1822 (md_assemble): Don't demand and eat a trailing ')' after finding
1823 a v850 relocation prefix. Sign extend the constant in a
1824 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
1825 operand.
1826 (parse_cons_expression_v850): Don't eat a trailing ')' after
1827 finding a v850 relocation prefix.
1828
10fba7f1
JL
1829 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
1830 (TC_CONS_FIX_NEW): Likewise.
1831 * config/tc-v850.c (parse_cons_expression_v850): New function.
1832 (cons_fix_new_v850): Likewise.
1833
3723a1a9
JL
1834 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
1835
1836end-sanitize-v850
20fbbb59
ILT
1837Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
1838
1839 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
1840 for an unknown relocation type.
1841
8ea15b86 1842start-sanitize-v850
7e96935e
JL
1843Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
1844
1845 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
1846 4 bytes of space.
1847
8ea15b86
JL
1848Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
1849
1850 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
1851 differently for movea & sst/sld insns.
1852
1853end-sanitize-v850
39176dfe
MM
1854Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1855
1856 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
1857 of instructions.
1858
87dd0a93
ILT
1859Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
1860
1861 * obj.h (struct format_ops): Add frob_file_after_relocs field.
1862 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
1863 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
1864 frob_file_after_relocs field.
1865 * config/obj-elf.c (elf_format_ops): Likewise.
1866 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
1867 including obj-elf.h.
1868
d12d1f6c
ILT
1869Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
1870
bf39474f
ILT
1871 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
1872 specially if not ELF.
1873 (md_apply_fix): Handle BFD_RELOC_64.
1874 (tc_gen_reloc): Handle BFD_RELOC_64.
1875
3030e864
ILT
1876 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
1877 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
1878 reloc hacking).
1879
d12d1f6c
ILT
1880 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
1881 Don't check S_GET_OTHER.
1882
b70795e9
ILT
1883Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
1884
538034cf
ILT
1885 * config/tc-mips.c (mips_ip): Accept an odd floating point
1886 register with l.s or s.s.
1887
b70795e9
ILT
1888 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
1889 .type pseudo-op.
1890 (obj_aout_type): New static function.
1891
b9d55d96
ILT
1892Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
1893
1894 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
1895
f964b01d 1896start-sanitize-v850
0f8e50bb
JL
1897Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
1898
548ddc71
JL
1899 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
1900 and sdaoff expressions.
1901
0f8e50bb
JL
1902 * write.c (fixup_segment): Don't add symbol value to addend if
1903 TC_V850 and OBJ_ELF.
1904 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
1905 pc-relative fixups.
1906
1907 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
1908 (md_pcrel_from_section): Likewise.
1909 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
1910
1911Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
f964b01d
JL
1912
1913 * config/tc-v850.c (md_pcrel_from): Delete unused function.
1914 (md_pcrel_from_section): New function.
1915 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
1916
1917end-sanitize-v850
0267c6c9
ILT
1918Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
1919
1920 * config/tc-mips.c (load_register): Add cast to offsetT when using
1921 a constant with &~.
1922
5d0cd0b8
ILT
1923Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
1924
1925 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
1926 (elf_frob_file_after_relocs): ... here. New function.
1927 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
1928 * write.c (write_object_file): Call *frob_after_relocs after the
1929 call to write_relocs.
1930
1931 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
1932
1933 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
1934 symbol, as this messes up linking. Instead, expand the recursive call
1935 inline and change up the appropriate bits to get the 0x8000 offset
1936 in the reloc addend.
1937
914f8998
ILT
1938Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
1939
1491f2ea
ILT
1940 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
1941 two symbols in the same segment to be adjusted.
1942
914f8998
ILT
1943 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
1944 * configure: Rebuild.
1945
f8a011cf
MM
1946Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1947
1948 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
1949 errors.
1950 (ppc_elf_validate_fix): Ditto.
1951 (md_assemble): Ditto.
1952 (ppc_tc): Ditto.
1953 (ppc_pe_section): Ditto.
1954 (ppc_frob_symbol): Ditto.
1955
1c3ae169
JL
1956Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
1957
3ab9337b
JL
1958 * config/mn10300.c (md_assemble): Pass an extra shift count
1959 to mn10300_insert_operand based on the opcode format.
1960 (mn10300_insert_operand): Accept and use extra shift count
1961 parameter.
1962
778c521b
JL
1963 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
1964 formats rather than hard-coded constants.
1965
1c3ae169
JL
1966 * config/tc-mn10300.c (md_assemble): Format D5 instructions
1967 are 7 bytes long. Write out instructions in big-endian format.
1968
a6be605a
JL
1969Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
1970
1c3ae169 1971 * config/tc-mn10300.c (md_assemble): Tweak further so
a6be605a
JL
1972 that all instructions are parsed correctly.
1973
5e1e8f23
ILT
1974Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
1975
1976 * as.h: Include libiberty.h.
1977 (xmalloc, xrealloc): Don't declare.
1978 * as.c: Don't include libiberty.h.
1979 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
1980 * config/tc-mips.c: Likewise.
1981 * messages.c: Likewise.
1982 (xstrerror): Don't declare.
1983 * xmalloc.c: Remove.
1984
1217102f
JL
1985Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
1986
1987 * config/tc-mn10300.h (pre_defined_registers) Remove.
1988 (system_registers, cc_names): Likewise.
1989 (address_registers, data_registers, other_registers): New register
1990 arrays.
1991 (register_name, system_register_name, cc_name): Remove.
1992 (mn10300_reloc_prefix): Likewise.
1993 (data_register_name): New function.
1994 (address_register_name, other_register_name): Likewise.
1995 (md_assemble): Rough cut at parsing operands. Remove lots of
1996 unwanted code.
1997 (md_apply_fix3): Disable for now.
1998
99e3ccb6
ILT
1999Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2000
2001 * config/tc-m68k.c (select_control_regs): New function, extracted
2002 out of m68k_init_after_args.
2003 (m68k_init_after_args): Use it.
2004 (mri_chip): Use it here as well to update set of allowed control
2005 regs for movec.
2006
0bd28bc4
ILT
2007Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
2008
2009 * config/obj-elf.c (elf_begin): New function.
2010 (obj_elf_section): Add the section symbol to the symbol table.
2011 * config/obj-elf.h (obj_begin): Define.
2012 (elf_begin): Declare.
2013 * as.c (perform_an_assembly_pass): Call obj_begin if it is
2014 defined.
2015
eb0dafdc
ILT
2016Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
2017
2018 * config/obj-coff.c (fixup_segment): Subtract the section address
2019 from a PC relative reloc if TC_M68K.
2020
76f841e6
ILT
2021Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
2022
2023 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
2024 .uaxword available even if not OBJ_ELF.
2025 (md_atof): Remove unused local variable wordP.
2026
0f91d763
JL
2027Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
2028
2029 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
2030 for Matsushita MN10x00 support.
2031 * configure.in: Recognize mn10x00-*-*
2032 * configure: Rebuilt.
2033
7c328bc7
ILT
2034Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
2035
2036 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
2037 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
2038 (load_expression): track clobbering of base reg before jmp/jsr.
2039 (s_alpha_file): pass case_hack flags and source filename via
2040 symbol table to bfd.
2041 * tc-alpha.h (TC_CONS_FIX_NEW): define
2042
fed13a5e
ILT
2043Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
2044
2045 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
2046 * configure: Rebuild.
2047
ffef69a3
ILT
2048Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
2049
a69e5977
ILT
2050 * read.c (s_macro): Warn if a macro has the same name as a
2051 pseudo-op.
2052 (s_space): In m68k MRI mode, align to a word boundary.
2053 * macro.c (define_macro): Add namep parameter. Change all
2054 callers.
2055 * macro.h (define_macro): Update declaration.
2056
bfc94743
ILT
2057 * as.c (show_usage): Print bug report address.
2058 (parse_args): Change version printing to match current GNU
2059 standards.
2060 * gasp.c (show_usage): Print bug report address.
2061 (main): Change version printing to match current GNU standards.
2062
0b810a6e
ILT
2063 * config/tc-m68k.c (init_table): Correct access control unit
2064 register numbers. From Ken Rose <rose@netcom.com>.
2065
ffef69a3
ILT
2066 * config/tc-alpha.c: Add some static function prototypes.
2067 (alpha_macros): Move to top of file. Make static.
2068 (alpha_num_macros): Move to top of file.
2069
8940a583
SG
2070start-sanitize-v850
2071Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
2072
2073 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
2074 generated by DWARF.
2075
2076end-sanitize-v850
2077Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
2078
2079 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
2080 and just call sprintf_vma.
2081
4fc2c99a
ILT
2082Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
2083
2084 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
2085
97f8e6ff
ILT
2086Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
2087
2088 * read.c (float_cons): Call md_flush_pending_output if it is
2089 defined.
2090
97f8e6ff
ILT
2091Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2092
2093 * config/tc-d10v.c (md_operand): Created. Allows operands to
2094 start with '#'.
2095 * config/tc-d10v.h (md_operand): Undefined.
2096
6e4f3f09
ILT
2097Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
2098
2099 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
2100 (md_assemble): A fixup width of '3' means a 1 byte reloc.
2101
72f70020
ILT
2102Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
2103
2104 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
2105 reloc for the i960 for a reloc in the same section. This undoes
2106 one of the two changes made Aug 19.
2107
ab299844
ILT
2108Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
2109
2110 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
2111 symbols to the position of the debugging information.
2112
15405999
ILT
2113Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
2114
2115 * expr.c (expr): Always use unsigned right shifts for >>.
2116
f17be658
JSC
2117Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
2118
2119 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
2120 slots when processing BL fixups.
2121
2122 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
2123 on the first half of the instruction.
2124
475c826b
ILT
2125Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
2126
1decafee
ILT
2127 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
2128 stabs expression, rather than giving an error.
2129
475c826b
ILT
2130 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
2131 the same file.
2132
8a3bdc3d
ILT
2133Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
2134
2135 * config/tc-mips.c (append_insn): Fill in the value for a constant
2136 jump, rather than creating a reloc.
2137
517078c1
ILT
2138Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
2139
d31a3f5e
ILT
2140 * config/tc-mips.c (append_insn): Don't swap an instruction which
2141 sets a condition code with an instruction which uses a condition
2142 code.
2143 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
2144 immediate value.
2145
ca296aab 2146 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
517078c1
ILT
2147 (mips_ip): Give a better error message if the ISA level is wrong.
2148 (md_parse_option): Recognize -mcpu=[v][r]5000.
2149
2150Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
2151
2152 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
2153 leading zeroes.
2154 (load_register): Ensure hi32 bits are not lost during lo32bit
2155 processing. Fix shift offset that was overflowing into the next
2156 instruction field. Add code to generate shorter sequences for
2157 constants with a single contiguous seqeuence of ones.
2158
5e6c6406
MH
2159Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2160
2161 * config/tc-d10v.c (d10v_dot_word): New function to support
2162 "@word" with the word pseudo-op.
2163 (md_apply_fix3): Cleanup and changes to support correct sizes
2164 for 16 and 18-bit relocs.
2165
df4021c1
DE
2166Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
2167
2168 * configure.in (sparc-*-aout): Set `em'.
2169 * configure: Regenerated.
2170 * config/te-sparcaout.h: New file.
2171 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
2172 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
2173 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
2174 (SPECIAL_CASE_{SETSW,SETX}): Define.
2175 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
2176 (md_begin): Delete setting of `target_big_endian'.
2177 (output_insn): New function.
2178 (md_assemble): Rewrite. Add `setx' support.
2179 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
2180 special cases.
2181 (md_atof): Add little endian support.
2182 (md_number_to_chars): Likewise.
2183 (md_apply_fix): Likewise.
2184 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
2185 (md_parse_option): Likewise.
2186 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
2187
cfc71c6d
ILT
2188Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
2189
2190 * ecoff.c (ecoff_new_file): New function.
2191 * ecoff.h (ecoff_new_file): Declare.
2192 * config/obj-ecoff.h (obj_app_file): Define.
2193
2194Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
2195
2196 * config/tc-alpha.c (load_expression): Bias the .lit8 section
2197 symbol by 32k so that our 16-bit signed offset can address the
2198 entire chunk. Reported by <matt@lkg.dec.com>.
2199
711254da
ILT
2200Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
2201
2202 * config/tc-mips.c (load_register): Remove unused variable tmp.
2203
1b68deb5
JSC
2204Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
2205
2206 * config/tc-mips.c (load_register): Remove unnecessary code that
2207 was causing the high 32bits of 64bit constants to be lost.
2208
1b68deb5
JSC
2209Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2210
2211 * config/tc-d10v.c: Added changes to support function
2212 pointers and "@word" syntax.
2213
c84615bc 2214start-sanitize-v850
05fd83ed
JL
2215Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
2216
2217 * config/tc-v850.c: Remove commented out and #if 0'd code.
2218 (v850_reloc_prefix): Provide prototype.
2219 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
2220 functions.
2221 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
2222 (md_assemble): Add default to case statement.
2223
270fd2ad
JL
2224Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
2225
2226 * config/tc-v850.c (md_assemble): Compute size of the instrction
2227 from the opcode.
74dd0c07 2228
2d56269e
JL
2229 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
2230 word fixups too.
2231
270fd2ad
JL
2232Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
2233
74dd0c07
JL
2234 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
2235 routines to fetch/store the updated instruction from/to memory.
2236 (v850_insert_operand): If the operand has a specialized insert
2237 routine, call it.
2238
c84615bc
C
2239Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2240
2241 * config/tc-v850.c (reg_name_search): Align calling convention to
2242 be like identical function found in tc-ppc.c.
2243 (get_reloc): Removed.
2244 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
2245 (md_assemble): emit fixups.
2246 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
2247 displacement.
2248 (md_apply_fix3): handle fixups/relocs.
2249 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
2250
2251end-sanitize-v850
0f616818
ILT
2252Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
2253
2254 Add SH ELF support.
2255 * configure.in (sh-*-elf*): New target.
2256 * config/tc-sh.h (TARGET_ARCH): Define.
2257 (WORKING_DOT_WORD): Define.
2258 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
2259 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
2260 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
2261 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
2262 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
2263 (SUB_SEGMENT_ALIGN): Likewise.
2264 (RELOC_32): Don't define.
2265 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
2266 (target_big_endian): Declare if OBJ_ELF.
2267 (TARGET_FORMAT): Define if OBJ_ELF.
2268 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
2269 numbers throughout.
2270 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
2271 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
2272 (struct sh_count_relocs): Define.
2273 (sh_count_relocs): New static function, broken out of
2274 sh_frob_file. Add BFD_ASSEMBLER code.
2275 (sh_frob_section): Likewise.
2276 (sh_frob_file): Call sh_frob_section.
2277 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
2278 call section_symbol rather than seg_info (seg)->dot.
2279 (md_section_align): Add OBJ_ELF version.
2280 (SWITCH_TABLE_CONS): Define.
2281 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
2282 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
2283 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
2284 BFD_ASSEMBLER.
2285 (struct reloc_map): Define if not BFD_ASSEMBLER.
2286 (coff_reloc_map): Likewise.
2287 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
2288 (tc_gen_reloc): New function if BFD_ASSEMBLER.
2289 * write.c (write_relocs): Ifdef out fx_where test which triggers
2290 inappropriately for SH ELF.
2291 (write_object_file): Call tc_frob_file_before_adjust and
2292 obj_frob_file_before_adjust if they are defined.
2293
2294 * write.c (write_object_file): Use BFD_RELOC_16, not
2295 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
2296
2297 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
2298 code.
2299
20dbcd5c
MH
2300Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2301
2302 * config/tc-d10v.c (find_opcode): Fix problem with calculating
2303 branch sizes in across sections.
2304
05631de2
JL
2305start-sanitize-v850
2306Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
2307
2308 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
2309 hi0() too.
2310
2311Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
2312
2313 * config/tc-v850.c (md_begin): Deal with end of opcode
2314 table marker.
2315
2316end-sanitize-v850
e592d28f
MH
2317Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2318
2319 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
2320 the wrong opcode for cases like st2w where there are many forms
2321 of the same instruction.
2322
6fce31a6
ILT
2323Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
2324
2325 * expr.c (operand): If md_parse_name is defined, call it before
2326 calling symbol_find_or_make.
2327 * config/tc-ppc.h (md_parse_name): Define.
2328 (ppc_parse_name): Declare.
2329 * config/tc-ppc.c (reg_name_search): Add regs and regcount
2330 parameters.
2331 (register_name): Update call to reg_name_search.
2332 (cr_operand): New static variable.
2333 (cr_names): New static const array.
2334 (ppc_parse_name): New function.
2335 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
2336 cr_operand before calling expression.
2337
a58b037a
JL
2338Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
2339
2340 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
2341 hppa_gen_reloc_type call.
2342
3017263b
MH
2343Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2344
2345 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
2346 on addresses. Improved error messages.
2347 * doc/c-d10v.texi: Added docs for register pairs.
2348
f9085532
MH
2349Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2350
2351 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
2352 checking code.
2353
58275724
ILT
2354Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
2355
2356 * ecoff.c (init_file): Initialize fMerge to 1.
2357 (add_file): Restore old file merging code, but only merge files if
2358 fMerge is set.
2359 (ecoff_directive_loc): Clear fMerge field of current file.
2360 (ecoff_generate_asm_lineno): Likewise.
2361
b1c28263
MH
2362Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2363
2364 * doc/c-d10v.texi: Fix typo.
2365
c9a32d6c
JL
2366start-sanitize-v850
2367Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
2368
58275724
ILT
2369 * config/tc-v850.c (md_assemble): Correct bit masking for
2370 hi and lo expressions.
2371
88b47a85
JL
2372 * config/tc-v850.c (md_assemble): Rough cut at demanding
2373 "ep" or "r30" in sst and sld instructions.
2374 (md_apply_fix3): Don't abort. Just warn that we don't
2375 have relocs yet.
2376
c9f1b2d9
JL
2377 * config/tc-v850.c (CC_NAME_CNT): Define.
2378 (cc_name): New function.
2379 (md_assemble): Handle V850_OPERAND_CC correctly.
2380
d5974c57
JL
2381 * config/tc-v850.c (md_assemble): Don't forget to initialize
2382 "insn"!
2383
0e8f9bd1
JL
2384 * config/tc-v850.c (reg_name_search): Generalize to search
2385 any given register table.
2386 (register_name): Pass appropriate table and size to reg_name_search.
2387 (system_register_name): New function.
2388 (SYSREG_NAME_CNT): Define.
2389 (md_assemble): Handle operands which are system registers.
2390
c9a32d6c
JL
2391 * config/tc-v850.c (md_assemble): If we find a register, but the
2392 opcode doesn't want a register, then we don't have a match.
2393 (md_assemble): Get size of the instruction from the opcode table.
2394
2395end-sanitize-v850
eeef602f
ILT
2396Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
2397
8ee90d35
ILT
2398 * configure.in: Set and substitute HLDENV.
2399 * configure: Rebuild.
2400 * Makefile.in (HLDENV): New variable.
2401 (as.new): Use $(HLDENV).
2402
eeef602f
ILT
2403 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
2404 if an array dimension is not known.
2405
6be9ec8d
MH
2406Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2407
2408 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
2409 * doc/c-d10v.texi: Cleanup.
2410
c6aa56bc
C
2411start-sanitize-v850
2412Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2413
2414 * config/tc-v850.c: New file.
2415 * config/tc-v850.h: New file.
2416 * configure (v850-*-elf): New target.
2417 * configure.in (v850-*-elf): New target.
2418
2419end-sanitize-v850
2c2e5626
MH
2420Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2421
2422 * doc/c-d10v.texi: New file.
2423 * doc/all.texi: Added D10V stuff.
2424 * doc/as.texinfo: Added D10V stuff.
2425
ab457c4c
MH
2426Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2427
2428 * config/tc-d10v.c: All references to defined symbols should
2429 now use the optimal instruction. .float and .double now work.
2430
d4e1b0be
ILT
2431Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
2432
2433 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
2434 section address for the i960 as is done for the i386.
2435
2436Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
2437
2438 * mpw-config.in: Add wildcards for config matching, add mips-*-*
2439 case, forward-include bfd/elf-bfd.h.
2440
b98b04ea
MH
2441Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2442
2443 * config/tc-d10v.c: Add additional information to the opcode
2444 table to help determinine which instructions can be done
2445 in parallel.
2446
b98b04ea
MH
2447Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
2448
2449 * config/tc-arm.c: Major changes to add Thumb support, with lots
2450 of change input from <rearnsha@armltd.co.uk>.
2451 Reverted to INSN_SIZE macro, rather than insn_size variable.
2452 (insns): Added ARM "bx" instruction support.
2453 (tinsns): Added Thumb instruction definition structure.
2454 (arm_tops_hsh): Added hash structure for Thumb opcodes.
2455 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
2456 (opcode_select,s_arm,s_thumb,s_code): Added.
2457 (decode_shift): Allow upper-case RRX.
2458 (do_ldst): Simpler halfword support.
2459 (do_ldmstm): Improved.
2460 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
2461 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
2462 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
2463 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
2464 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
2465 do_t_adr): Added.
2466 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
2467 (md_parse_option): Add support for -mthumb.
2468 (md_show_usage): Updated to reflect new command line option.
2469 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
2470 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
2471 fragment information to be held.
2472
2473Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
2474
2475 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
2476 non-null, but is a constant.
2477 (fix_new_arm): Call make_expr_symbol to make the expression symbol
2478 so that error reporting will work correctly.
2479
126436a8
ILT
2480Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
2481
2482 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
2483 against weak symbols.
2484
0e94336e
ILT
2485Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
2486
2487 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
2488 (ppc_force_relocation): Declare if OBJ_XCOFF.
2489 * config/tc-ppc.c (ppc_force_relocation): New function if
2490 OBJ_XCOFF.
2491
817e4f75
ILT
2492Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
2493
2494 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
2495
f494d503
MH
2496Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2497
2498 * config/tc-d10v.c: Fix problem with relocs.
2499
8d07d2c9
ILT
2500Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
2501
2502 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
2503 with nops if not in data_section or bss_section.
2504
f649d525
ILT
2505Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
2506
2507 Add support for openVMS/Alpha.
2508 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
2509 * config/obj-evax.c: New file.
2510 * config/obj-evax.h: New file.
2511 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
2512 defined.
2513 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
2514 defined. Add case for bfd_target_evax_flavour.
2515 * config/vms-a-conf.h: New file.
2516 * conf-a-gas.com: New file.
2517 * configure.in: Add target alpha-*-*vms*.
2518 * configure: Rebuild.
2519 * makefile.vms: New file.
2520 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
2521 Don't call ffs on openVMS/Alpha.
2522
5cece526
ILT
2523Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
2524
2525 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
2526 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
2527 and sbrk.
2528 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
2529 (NEED_DECLARATION_SBRK): New macro.
2530 * configure, conf.in: Rebuild.
2531 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
2532 (strstr): Declare if NEED_DECLARATION_STRSTR.
2533 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
2534
e592f0e6
ILT
2535Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
2536
d10df990
ILT
2537 * symbols.c (resolve_symbol_value): Handle addition or subtraction
2538 by a constant before entering the main switch. Reject attempts to
2539 apply an arithmetic function to non-absolute symbols, except for
2540 the special case of subtraction of two symbols in the same
2541 section.
2542
cf32394d
ILT
2543 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
2544 not to more than a 16 byte boundary.
2545
e592f0e6
ILT
2546 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
2547 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
2548 (tc_gen_reloc): If out of memory call as_fatal rather than
2549 assert. If no howto found, call as_bad_where rather than
2550 as_fatal. Change the error message slightly. Set howto to a
2551 non-NULL value in order to keep going.
2552
5d9a99a7
MH
2553Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2554
2555 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
2556
6a8e0036
JL
2557Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
2558
2559 * config/tc-h8300.c (get_specific): New operand "size" derived
2560 from ".b", ".w" and ".l" extensions. All callers changed. If
2561 the base instruction has no operands, then use the size to
2562 determine which specific instruction to use.
2563
3d7b0c49
ILT
2564Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
2565
2566 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
2567
10a14e36
ILT
2568Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
2569
2570 * config/tc-mips.c (md_section_align): Don't change addr if
2571 OBJ_ELF.
2572
470a679c
JL
2573Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
2574
2575 * config/tc-hppa.c: Revert yesterday's changes.
2576
b5cf6779
MH
2577Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2578
2579 * config/tc-d10v.c: Disable range checking on 16-bit values.
2580
159eb3c0
ILT
2581Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
2582
2583 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
2584 not just the ones that don't match.
2585
37e05f64
MH
2586Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2587
2588 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
2589
c479fc62
JSC
2590Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
2591
2592 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
2593 pre-cursor to adding Thumb support. Also added cpu_variant flag
2594 information to each of the asm_flg structures.
2595 (md_parse_option): Updated ARM7 parsing to allow 't' for
2596 thumb/halfword support, aswell as 'm' for long multiply.
2597 (md_show_usage): Updated help message.
2598 (md_assemble): Check that instruction flags are applicated to the
2599 current cpu variant.
2600 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
2601 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
2602 signextension instructions.
2603 (do_ldst): Generate halfword and signextension variants if
2604 mnemonic flags match.
2605 (ldst_extend): Do not allow shifts in the offset field of halfword
2606 or signextension instructions.
2607 (validate_offset_imm): Provide check on halfword and signextension
2608 immediate range.
2609 (add_to_lit_pool): Merge identical literal pool values.
2610
448b5aad
JL
2611Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
2612
2613 * config/tc-hppa.c (selector_table): Add 'E' selector.
2614 (cons_fix_new_hppa): Don't coke on e_esel.
2615 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
2616 to help generate exception handling tables.
2617 (md_apply_fix): Don't try to apply fixups with an e_esel
2618 selector.
2619 (hppa_fix_adjustable): Fixups with e_esel selectors
2620 are not adjustable.
2621
8dfb05cc
ILT
2622Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
2623
2624 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
2625 pseudo-ops.
2626
8544dc03
MH
2627Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2628
2629 * config/tc-d10v.c: Added lots of error checking. Added hacks
2630 to support accumulator shifts.
2631
5ca547dc
ILT
2632Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
2633
2634 * symbols.c (S_SET_EXTERNAL): Let .weak override.
2635 (S_CLEAR_EXTERNAL): Likewise.
2636 (S_SET_WEAK): Remove error; just let .weak override.
2637
35ad20a1
MH
2638Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2639
2640 * config/tc-d10v.c (md_assemble): Now handles multiline
2641 instructions.
2642
7c096652
MH
2643Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2644
2645 * config/tc-d10v.c: Fix packaging bug. Added range checking.
2646 Added kludge for divs instruction. Fixed minor problem with
2647 multiple text sections.
35ad20a1
MH
2648 * config/tc-d10v.h (d10v_cleanup): Change prototype.
2649
93050391
MH
2650Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2651
2652 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
2653 addresses to be right-shifted by 2.
2654
0ef32559
MH
2655Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2656
2657 * config/tc-d10v.c: Many changes to get relocs working.
2658 (register_name): No longer creates a symbol for register names.
2659 (pre_defined_registers): moved to opcodes/d10v-opc.c.
2660 (d10v_insert_operand): Now works correctly for either container.
2661 * config/tc-d10v.h (d10v_cleanup): Declare.
2662
97aca1bc
ILT
2663Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
2664
2665 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
2666 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
2667
6543a7fb
ILT
2668Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
2669
2670 * tc-alpha.c: Patches to track current minimum alignment to reduce
2671 the number of fragments created with frag_align.
2672 (alpha_current_align): New static variable.
2673 (s_alpha_text): Reset alignment to 0.
2674 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
2675 (s_alpha_stringer, s_alpha_space): New functions.
2676 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
2677 (alpha_cons_align): New function to replace both of them.
2678 (emit_insn): Only align if alpha_current_align is less than 2;
2679 reset alpha_current_align to 2.
2680 (s_alpha_gprel32): Likewise.
2681 (s_alpha_section): New function. Basically duplicate the other
2682 alpha section change hooks. Only define for ELF.
2683 (s_alpha_float_cons): Simplify alignment handling.
2684 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
2685 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
2686 Don't define the s_alpha_cons pseudo-ops. Do define
2687 s_alpha_stringer and s_alpha_space pseudo-ops.
2688 (alpha_align): Skip if less than current default alignment. Set
2689 default alignment.
2690 * tc-alpha.h (md_flush_pending_output): Remove.
2691 (md_cons_align): Add.
2692
2693 * tc-alpha.c: Add oodles of function description comments.
2694 (md_bignum_to_chars): Remove; there are no callers.
2695 (md_show_usage): Mention some more variants.
2696
091221ce
ILT
2697Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
2698
0b27ea39
ILT
2699 From Andrew Gierth <ANDREWG@microlise.co.uk>:
2700 * configure.in (sparc-*-sysv4*): New target.
2701 * configure: Rebuild.
2702
8dd07a84
ILT
2703 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
2704 uaxword to use s_uacons.
2705 (sparc_no_align_cons): New static variable.
2706 (s_uacons): New static function.
2707 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
2708 and return.
2709
2710 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
2711
cbe7dccb
ILT
2712 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
2713 5 with regard to shared libraries.
2714 * configure: Rebuild.
2715
091221ce
ILT
2716 * config/tc-m68k.c (m68k_ip): Use the correct length when
2717 allocating space for the unsupported architecture error message.
2718
05a8bf33
MM
2719Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2720
2721 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
2722
2723Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7be9a312
MH
2724
2725 * config/tc-d10v.c: New file.
2726 * config/tc-d10v.h: New file.
2727 * configure (d10v-*-elf): New target.
2728 * configure.in (d10v-*-elf): New target.
7be9a312 2729
10c9620d
MM
2730Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2731
2732 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
2733
0ee09671
ILT
2734Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
2735
2736 * config/tc-alpha.c (alpha_align): Change fill parameter
2737 to a pointer. Take NULL as 0 or nop depending on section. Change
2738 all callers.
2739 (s_alpha_align): Rename local variables.
2740
2741 * doc/as.texinfo (.align): Document action of omitted
2742 fill parameter.
2743
3128726c
ILT
2744Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
2745
2746 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
2747 when an unsupported PC relative reloc is seen, rather than calling
2748 abort.
2749
2750 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
2751 Instead, check state when '#' comment is seen.
2752
7f003b7f
ILT
2753Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
2754
a8aed9dd
ILT
2755 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
2756 OBJ_MAYBE_ELF.
2757 (tc_gen_reloc): If fixup was changed to be PC relative, change
2758 reloc type accordingly. Use name of reloc in error message.
2759
a5a78175
ILT
2760 * as.h: Don't define const or volatile.
2761 * flonum.h: Don't define const.
2762
7f003b7f
ILT
2763 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
2764 if fx_pcrel is set. Correct setting the addend case in the
2765 OBJ_ELF case (from Andreas Schwab
2766 <schwab@issan.informatik.uni-dortmund.de>).
2767 (md_show_usage): Correct -mfc5200 to -m5200.
2768
8d20a0a8
C
2769Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2770
910d7df2
C
2771 * doc/c-m68k.texi: Document -m5200 flag.
2772 * doc/as.texinfo: Likewise.
2773
8d20a0a8
C
2774 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
2775 scale factor.
2776
c0b34702
ILT
2777Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
2778
2779 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
2780 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
2781
45c85bcb
ILT
2782Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
2783
6624477c
ILT
2784 * Makefile.in (VERSION): Set to cygnus-2.7.1.
2785
45c85bcb
ILT
2786 * Released binutils 2.7.
2787
fc636a52
JSC
2788Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
2789
2790 * config/tc-mips.c (mips_ip): Only perform range check when
2791 dealing with O_constant expressions.
2792
d41d2ccc
C
2793Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2794
2795 * m68k-parse.h (m68k_register): Add new coldfile control
2796 registers.
2797
2798 * config/tc-m68k.c (mcf5200_control_regs): New variable,
2799 array of control registers for the coldfire.
2800 (cpu_of_arch): Added mcf5200.
2801 (archs): Added mcf5200.
2802 (init_table): Add new control registers.
2803 (m68k_ip): Added support for new control registers.
2804 (m68k_init_after_args): Likewise.
2805
2806 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
2807
5af96dce
ILT
2808Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
2809
c5d8f96e
ILT
2810 * read.h (is_it_end_of_statement): Declare.
2811 * read.c (is_it_end_of_statement): Remove declaration.
2812
2813 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
2814 within &&.
2815 (md_assemble): Fix handling of @l with an unsigned constant. Add
2816 default case to reloc switch.
2817
ac76c7e9
ILT
2818 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
2819
5af96dce
ILT
2820 Based on patches from Tom Quiggle <quiggle@sgi.com>:
2821 * ecoff.c (last_lineno): New static variable.
2822 (add_procedure): Set last_lineno.
2823 (ecoff_directive_loc): Likewise.
2824 (ecoff_generate_asm_lineno): Likewise.
2825 (ecoff_fix_loc): New function.
2826 * ecoff.h (ecoff_fix_loc): Declare.
2827 * config/tc-mips.c (append_insn): When inserting nops, and using
2828 ECOFF debugging, call ecoff_fix_loc.
2829
b9bddc84
JL
2830Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
2831
2832 * config/tc-h8300.c (build_bytes): If an operand type is
2833 marked as SRC_IN_DST retrieve it from the "destination" op.
2834
379c2fb4
ILT
2835Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
2836
69c1de90
ILT
2837 * configure.in (arm-*-riscix*): Set emulation to riscix.
2838 * configure: Rebuild.
2839 * config/te-riscix.h: New file to define TE_RISCIX.
2840
379c2fb4
ILT
2841 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
2842
2843Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
2844
2845 * Makefile.in (config.status): Just run config.status as other
2846 tools do.
2847
c611cd82
SS
2848Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
2849
2850 * mpw-config.in (TARGET_OS): Add definition to conf.
2851
fbf011f2
ILT
2852Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
2853
2854 * config/tc-mips.c (append_insn): Parenthesize
2855 cop_interlocks expressions.
2856
2857Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
2858
2859 * listing.c (listing_print): Close the listing file if it is not
2860 stdout. Close the other files opened for the listing.
681dbbc0
ILT
2861
2862 * config/tc-sparc.h (md_cons_align): Define.
2863 (sparc_cons_align): Declare.
2864 (HANDLE_ALIGN): Define.
2865 (sparc_handle_align): Declare.
2866 * config/tc-sparc.c (sparc_cons_align): New function.
2867 (sparc_handle_align): New function.
2868 * read.c (cons_worker): Call md_cons_align if it is defined.
2869
2870 * as.h (struct frag): Add fr_file and fr_line fields.
2871 * frags.c (frag_new): Set fr_file and fr_line.
2872 (frag_var): Likewise.
2873 (frag_variant): Likewise.
2874
7e027ce6
ILT
2875 * as.h (struct frag): Remove unused align_mask and align_offset
2876 fields.
2877
f9b990cd
ILT
2878 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
2879 From <uddeborg@carmen.se>.
2880
9b4b98bd
ILT
2881Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
2882
67b48b58
ILT
2883 * configure.in (mips-*-osf*): New target.
2884 * configure: Rebuild.
2885
9b4b98bd
ILT
2886 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
2887
344a8d61
JSC
2888Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
2889
2890 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
2891 between co-processor comparisons and branches for the VR4300.
2892
1c94de4d
JM
2893Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2894
2895 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2896 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
2897 (docdir): Removed.
2898 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2899 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
2900 includedir): Use autoconf set values.
2901 (docdir): Removed.
2902
b290fd25
ILT
2903Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
2904
1c94de4d
JM
2905 * listing.c (listing_eject): Don't do anything if listing is 0.
2906 (listing_list): Likewise.
2907 (listing_source_line): Likewise.
2908 (listing_title): Don't save title if listing is 0.
2909 (listing_source_file): Check listing rather than listing_tail.
2910
b290fd25
ILT
2911 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
2912 using shared libraries.
2913 * configure: Rebuild.
2914
2915Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
2916
2917 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
2918 absolute expression if a relocation type was specified.
2919
644edced
ILT
2920Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
2921
2922 * configure.in: Add support for *-*-rtems* configurations.
2923 * configure: Rebuild.
2924
df586de2
ILT
2925Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
2926
2927 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
2928 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
2929 opcodes library for alpha.
2930 * configure: Rebuild with autoconf 2.10.
2931 * config/tc-alpha.c: Substantial rewrite to add ELF support and
2932 use new opcode table.
2933 * config/tc-alpha.h (md_undefined_symbol): Don't define.
2934 (LOCAL_LABEL): Define differently if OBJ_ELF.
2935 (FAKE_LABEL_NAME): Define if OBJ_ELF.
2936 * config/alpha-opcode.h: Remove.
2937 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
2938 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
2939 include/opcode/alpha.h rather than config/alpha-opcode.h.
2940
7ca8e36e
ILT
2941Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
2942
edec3111
ILT
2943 * config/obj-aout.c (obj_emit_relocations): Give an error if the
2944 relocation symbol was not resolved.
2945 * config/obj-coff.c (do_relocs_for): Likewise.
2946
7ca8e36e
ILT
2947 * write.c (adjust_reloc_syms): Refetch the symbol section after
2948 calling S_GET_VALUE, since it may have changed.
2949
2950 * expr.c (struct expr_symbol_line): Define.
2951 (expr_symbol_lines): New static variable.
2952 (make_expr_symbol): Add entry to expr_symbol_lines.
2953 (expr_symbol_where): New function.
2954 * expr.h: Use extern on function declarations.
2955 (expr_symbol_where): Declare.
2956 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
2957 rather than printing the meaningless name of an expression
2958 symbol.
2959
214f540d
KR
2960Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
2961
2962 * config/tc-i386.c (md_number_to_chars): Deleted.
2963 * config/tc-i386.h (md_number_to_chars): New macro.
2964
2965 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
2966 the file.
2967 (load_symbol_address, load_expression): Use build_mem.
2968 (build_operate): New function.
2969 (emit_addq_r): Use it.
2970
2971 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
2972
2973 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
2974
2975 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
2976
2977 * config/tc-vax.h (NOP_OPCODE): Define.
2978
2979 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
2980
2981 * config/obj-vms.h (S_IS_COMMON): Define.
2982 (S_IS_LOCAL): Check for \002 as well as \001.
2983 (LONGWORD_ALIGNMENT): New macro.
2984 (SUB_SEGMENT_ALIGN): Use it.
2985
2986 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
2987
2988 * config/vms-conf.h: Reconcile with conf.in.
2989
7b9b1eb2
ILT
2990Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
2991
793f9558
ILT
2992 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
2993 defined.
2994
84577dde
ILT
2995 * doc/as.texinfo: Document that any number of hex digits can
2996 follow \x.
2997
0d6cae1e
ILT
2998 * as.c (struct defsym_list): Define.
2999 (defsyms): New static variable.
3000 (parse_args): Just put --defsym arguments on defsyms list, rather
3001 than defining them.
3002 (main): Define defsyms after output file is created.
3003
6e3f7f1b
ILT
3004 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
3005 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
3006
8095b665
ILT
3007 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
3008 insn_error rather than calling check_absolute_expr.
3009
3010 * as.c (emulation_name): Remove unused static variable.
3011 (default_emul_bfd_name): Add return NULL to avoid warning.
3012 * ecoff.c (ecoff_stab): Remove unused variables name and
3013 name_end.
3014 * frags.c (frag_new): Remove unused variable tmp.
3015 * hash.c (hash_grow): Parenthesize + within <<.
3016 (hash_print_statistics): Use %lu, not %d, to print unsigned
3017 long variables.
3018 * messages.c: Include "libiberty.h".
3019 (fprint_value): Add cast to avoid printf warning.
3020 (sprint_value): Likewise.
3021 * read.c: Include "ecoff.h".
3022 (emit_expr): Add casts to avoid printf warnings.
3023 * read.h: Use extern for function declarations.
3024 (pop_insert): Declare.
3025 * stabs.c: Include "ecoff.h".
3026 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
3027 former_last_fragP, and new_fragP.
3028 * subsegs.h (subsegs_print_statistics): Declare.
3029 * symbols.c (debug_verify_symchain): Change macro to discard
3030 arguments.
3031 * write.c (dump_section_relocs): Likewise.
3032 * write.h: Use extern for function declarations.
3033 (write_print_statistics): Declare.
3034 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
3035 warning.
3036 * config/e-mipself.c (mipself_bfd_name): Likewise.
3037 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
3038
9ee759fc
ILT
3039 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
3040 emit relocations against external symbols.
3041
faa3f539
ILT
3042 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
3043 message if bfd_reloc_type_lookup fails, rather than calling
3044 assert.
3045
7b9b1eb2
ILT
3046 * config/tc-alpha.c (alpha_force_relocation): Add
3047 BFD_RELOC_12_PCREL to switch.
3048
3049Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
3050
3051 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
3052 TE_PE (Lfoo, not .Lfoo).
3053
d9453233
ILT
3054Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
3055
24b018ee
ILT
3056 * read.c (s_fill): Don't warn about a zero repeat count.
3057
c674dcaa
ILT
3058 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
3059 coprocessor register.
3060
d9453233
ILT
3061 * config/tc-i386.c (md_assemble): When checking the size of a
3062 register to set the size of an instruction, do a bitwise and with
3063 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
3064 or Reg16.
3065
3d0afe12
JL
3066Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
3067
3068 * config/tc-h8300.c (parse_reg): Tweak error messages.
3069 (build_bytes): Likewise.
3070 (skip_colonthing): Handle :32 suffix.
3071 (get_specific): Promote L_24 to L_32 if it makes a match.
3072 Don't always promote L_8 to L_16.
3073 (do_a_fix_imm): Clean up L_32 and L_24 handling.
3074
3d0afe12
JL
3075 * config/tc-h8300.c (Smode): New variable.
3076 (h8300hmode): Turn off Hmode.
3077 (h8300smode): New function. Turn on Smode and Hmode.
3078 (md_pseudo_table): New ".h8300s" pseudo-op.
3079 (parse_reg): Handle "exr" register.
3080 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
3081 Handle "mach" and "machl" operands for ldmac.
3082 (get_specific): Handle "stm.l" and "ldm.l".
3083 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
3084 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
3085 (Smode): Declare.
3086
370181a2
C
3087Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
3088
3089 * doc/as.texinfo: Reorder chapter of machine dependent options so
3090 that it is sorted by chip name.
3091
3092 * doc/as.texinfo: Use consistant spelling of Vax.
3093 * doc/c-vax.texi: Likewise.
3094
02d4dd87
JL
3095Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
3096
3097 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
3098 pseudo ops.
3099 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
3100 (md_apply_fix): Likewise.
3101 (pa_try): New function.
3102 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
3103
b81231b7
JL
3104Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
3105
3106 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
3107 (pa_level): New function.
3108
fe8d0ff3
ILT
3109Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
3110
3111 * listing.c (listing_newline): Don't do anything if listing is 0.
3112
3113Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
3114
3115 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
3116 symbol_create, not symbol_new.
3117
9bec2a42
ILT
3118Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
3119
3120 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
3121 absolute symbol unless TC_FORCE_RELOCATION returns true.
3122
3123 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
3124 version.
3125 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
3126 the symbol to a pointer. Don't set previous_file_symbol.
3127 Simplify symbol list rearrangement.
3128 (coff_frob_symbol): Don't do anything with C_FILE symbols.
3129 (coff_adjust_symtab): Don't check previous_file_symbol.
3130
c992cf9b
MM
3131Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3132
3133 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
3134 directive.
3135 (md_pseudo_table): Add ppc_elf_lcomm.
3136
1ba76615 3137Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
92e61d31
ILT
3138
3139 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
3140 d0{24:1},d0' works without an immediate prefix on the bit numbers.
3141 (md_begin): Add digits to alt_notend_table.
3142 (md_parse_option): Make s a const pointer.
1ba76615 3143
b91e85c2
ILT
3144 * config/tc-sparc.c (md_pseudo_table): Add "empty".
3145 (s_empty): New static function.
3146
e789e620
ILT
3147 * config/obj-coff.c (struct filename_list): Only define if not
3148 BFD_ASSEMBLER.
3149 (filename_list_head, filename_list_tail): Likewise.
3150 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
3151 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
3152 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
3153 have a section of N_ABS rather than N_DEBUG. If we do a merge,
3154 remove the new symbol from the list.
3155 (obj_coff_endef, both versions): Call tag_insert even if there is
3156 an old symbol with the same name, if the old symbol does not
3157 happen to be a tag.
3158 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
3159 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
3160 symbol that will be moved to the end of the symbol list.
3161 (coff_adjust_section_syms): Always call section_symbol for .text,
3162 .data, and .bss.
3163 (coff_frob_section): Likewise. Also, remove unused variable
3164 strname.
3165
0670452e
ILT
3166 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
3167 manipulating frags directly.
3168 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
3169 defined.
3170
41822c41
ILT
3171 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
3172 whether the next character is '*' before checking whether we are
3173 at the start of a line. Permit LINE_COMMENT_START to start a
3174 comment in state 1 (seen some whitespace) as well, to match the
3175 documentation.
3176
1ba76615
ILT
3177 * gasp.c (do_align): Permit a fill value for .align.
3178
ed381b67
JW
3179Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
3180
3181 * read.c (next_char_of_string): Warn if a newline is seen in the
3182 middle of a string. Call bump_line_counters when appropriate.
3183
3184Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
3185
3186 * symbols.c (colon): Use LOCAL_LABEL.
3187
2c7aeec6
TT
3188Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
3189
3190 * Makefile.in (install): Don't check to see if tooldir exists.
3191 Make $(tooldir) and $(tooldir)/bin.
3192
527b8324
MM
3193Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3194
3195 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
3196 default.
3197
3b426f5a
ILT
3198Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
3199
3200 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
3201 insn_error. Don't put the string "ERROR" in insn_error. Set
3202 insn_error rather than calling as_warn for an unsupported opcode.
3203
9c44af60
ILT
3204Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
3205
3206 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
3207 before permitting -64.
3208 * output-file.c (output_file_create): Remove duplicate
3209 bfd_perror.
3210
98bfd087
ILT
3211Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
3212
87178180
ILT
3213 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
3214 section rather than a .reginfo section.
3215 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
3216 information.
3217
98bfd087
ILT
3218 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
3219 bit value with the high bit set.
3220
b95bee13
ILT
3221Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
3222
3223 * read.c (s_lcomm): Set section flags for .sbss section.
3224
3225 * config/tc-mips.c (mips_64): New static variable.
3226 (mips_target_format): If mips_64, return elf64 targets rather than
3227 elf32 ones.
3228 (md_longopts): Add "32" and "64".
3229 (md_parse_option): Handle -32 and -64.
3230 (md_show_usage): Mention -32 and -64.
3231 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
3232 a 4 byte one.
3233
1facd5f0
MM
3234Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3235
98bfd087
ILT
3236 * config/tc-ppc.c (comment_chars): Make '!' a comment character
3237 for Solaris compatibility.
d0e1c803 3238
1facd5f0
MM
3239 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
3240 .stabd with 4 arguments into a .stabn.
3241
a40aee38
ILT
3242Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
3243
3244 * config/tc-mips.c (macro): When passing X_add_number to
3245 macro_build, cast it to int first.
3246
943bdfdc
ILT
3247Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
3248
54388b85
ILT
3249 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
3250 created by emit_expr.
3251
943bdfdc
ILT
3252 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
3253 as_perror rather than assert.
3254
9b61d62b
ILT
3255Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
3256
3257 * config/tc-mips.c (mips_ip): Mark sections created to hold
3258 floating point information as read only.
3259
e30c0076
MM
3260Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
3261
3262 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
3263
63cafcef
MM
3264Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3265
adeab39b
MM
3266 * read.c (potable): Add .skip as a synonym for .space.
3267
63cafcef
MM
3268 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
3269 4 arguments, providing the 4th argument is 0, to allow
3270 compatibility with the Solaris assembler.
3271
3272Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
3273
3274 * config/tc-sh.h (struct sh_segment_info_type): Define.
3275 (TC_SEGMENT_INFO_TYPE): Define.
3276 (sh_frob_label): Declare.
3277 (tc_frob_label): Define.
3278 (sh_flush_pending_output): Declare.
3279 (md_flush_pending_output): Define.
3280 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
3281 reloc before the instruction if necessary.
3282 (sh_frob_label): New function.
3283 (sh_flush_pending_output): New function.
3284 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
3285 when looking for the reloc for the target of .uses.
3286 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
3287 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
3288 emitted.
3289 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
3290 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
3291 the absolute symbol.
3292
3293 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
3294 TC_SEGMENT_INFO_TYPE is defined.
3295
3ea36b53
ILT
3296Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
3297
3298 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
3299 matches the register size.
3300
ecb9b1ca
JL
3301Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
3302
3303 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
3304 fx_done set.
3305 (do_relocs_for): Likewise.
3306 (fixup_segment): Don't just quit if linkrelax is set. Try to
3307 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
3308 nonzero.
3309
f122568e
MM
3310Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3311
3312 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
3313 relative relocations with -mrelocatable. Also allow unfixed
3314 relocs in .ex_shared.
3315
6648d3ae
ILT
3316Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
3317
3318 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
3319 non-zero before assuming this is a long file name.
3320 (w_strings): Likewise.
3321 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
3322
3323 * config/obj-coff.c (w_strings): Move declaration of i inside
3324 #ifdef block which uses it.
3325
c47fc401
JL
3326Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
3327
3328 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
3329 "relaxmode". Output relocs which identify various relaxing
3330 possibilities for mov.[bwl] instructions.
3331 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
3332
9ea82743
DE
3333Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
3334
3335 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
3336 (MD_APPLY_FIX3): Define.
3337 * config/tc-arm.c (my_get_expression): Only watch for bad segments
3338 if OBJ_AOUT.
3339 (md_apply_fix3): Renamed from md_apply_fix.
3340 If pcrel reloc and symbol is in different section, undo effects
3341 of md_pcrel_from.
3342
ab7db73b
JL
3343Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
3344
3345 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
3346 any reloc with an LR% or RR% field selector for SOM.
3347
c9324fcd
ILT
3348Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
3349
3350 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
3351 variables.
3352
d4d7d98c
ILT
3353Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
3354
3355 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
3356 SF_GET_STATICS set.
3357 (yank_symbols): Likewise.
3358
8fe2ec52
ILT
3359Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
3360
7681eb9d
ILT
3361 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
3362 BFD_ASSEMBLER, add name field.
ba97ba7e
ILT
3363 * config/obj-coff.c: Include "libiberty.h".
3364 (coff_header_append): Handle long section names.
7681eb9d
ILT
3365 (crawl_symbols): Just use the name field for the symbol name,
3366 without worrying about null byte termination.
3367 (w_strings): Handle long section names.
3368 (write_object_file): Likewise. Also, use the name field, rather
3369 than scnhdr.s_name.
3370 (obj_coff_add_segment): Permit long section names.
3371 (obj_coff_init_stab_section): Use the name field, rather than
3372 scnhdr.s_name.
3373 (adjust_stab_section): Likewise.
3374 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
3375
8fe2ec52
ILT
3376 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
3377 (mem_fmt): Likewise.
3378 (md_apply_fix): Don't check fx_im_disp field.
3379
556829bc
ILT
3380Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
3381
f9e36fc6
ILT
3382 * configure.in: Add * after sparc*-*-vxworks.
3383 * configure: Rebuild.
3384
556829bc
ILT
3385 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
3386 define it to comment_chars. Use tc_comment_chars rather than
3387 comment_chars.
3388 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
3389 * config/tc-m68k.h (tc_comment_chars): Define.
3390 (m68k_comment_chars): Declare.
3391 * config/tc-m68k.c (m68k_comment_chars): Rename from
3392 comment_chars. Change into a pointer rather than an array.
3393 (md_longopts): Add "bitwise-or".
3394 (md_parse_option): Handle OPTION_BITWISE_OR.
3395 (md_show_usage): Mention --bitwise-or.
3396 * doc/c-m68k.texi: Document --bitwise-or.
3397
116bf30f
ILT
3398Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
3399
912e4245
ILT
3400 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
3401 in 68000 mode.
3402
116bf30f
ILT
3403 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
3404 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
3405 correct handling of input line pointer, and call
3406 demand_empty_rest_of_line.
3407
58c9a12b
DE
3408Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
3409
3410 * config/tc-sparc.c (in_bitfield_range): New static function.
3411 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
3412 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
3413 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
3414 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
3415 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
3416
ff406bd3
ILT
3417Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
3418
3419 * config/obj-coff.c: BFD_ASSEMBLER:
3420 (coff_last_bf): New static variable.
3421 (coff_frob_symbol): Set endndx of a .bf symbol.
3422 Non BFD_ASSEMBLER:
3423 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
3424 (last_bfP): New static variable.
3425 (yank_symbols): Set endndx of a .bf symbol.
3426
47d12b2c
MM
3427Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3428
3429 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
3430 and -s options. Add -be for good measure.
3431
3ce7f41a
ILT
3432Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
3433
3434 * read.c (s_space): Support non-constant fill value. Handle fill
3435 value correctly for a size other than 1.
3436
865447db
DE
3437Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
3438
3439 * config/tc-arm.c (my_get_float_expression): Update call to
3440 gen_to_words, X_PRECISION changed from 6 to 5.
3441
159e6ef8
MM
3442Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3443
3444 * config/tc-ppc.c (register_name,reg_name_search): Move register
3445 name lookup from PE specific code to all targets. Add support for
3446 -mregnames/-mno-regnames to control whether register names are
3447 expanded or not.
3448 (md_assemble): Call register_name for all platforms.
3449 (md_parse_option): Add support for -mregnames/-mno-regnames.
3450
3451 * configure.in (powerpcle*-*-solaris): Add support.
3452 (powerpc*-*-linux): Ditto.
3453 * configure: Regenerate.
3454
3455 * config/ppc-sol.mt: New config file for PowerPC Solaris.
3456
7a15a226
ILT
3457Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
3458
aa9e2dbe
ILT
3459 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
3460 be associated with a single %lo reloc.
3461
7a15a226
ILT
3462 * config/tc-mips.c (load_address): Cast X_add_number to valueT
3463 before comparing against MAX_GPREL_OFFSET, so that negative
3464 numbers are handled correctly.
3465 (macro): Likewise.
3466
65feb78d
ILT
3467Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
3468
ed94c2b8
ILT
3469 * config/tc-sparc.c (last_insn): New static variable.
3470 (md_assemble): Warn about putting floating point branches in a
3471 delay slot. If architecture is less than v9, insert NOP
3472 instructions between floating point instructions and floating
3473 point branches. (The SunOS assembler does both these operations.)
3474 Save the last instruction opcode.
3475 (sparc_ip): Add pinsn parameter. Change caller.
3476
65feb78d
ILT
3477 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
3478 for byte jump to next instruction to skip empty frags.
3479
456c301f
ILT
3480Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
3481
3482 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
3483 for addq with a 16 bit signed value, just emit a lda instruction
3484 instead.
3485
b3ed89e8
JL
3486Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
3487
3488 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
3489 of a 32bit operand.
3490
b4cb4ea2
ILT
3491Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
3492
3493 * configure.in: Permit --enable-shared to specify a list of
3494 directories.
3495 * configure: Rebuild.
3496
dcb195f8
JL
3497Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
3498
3499 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
3500 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
3501
13e4a17e
ILT
3502Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3503
3504 * config/atof-ieee.c: Fix handling of denormalized extended
3505 precision numbers and overflow/underflow detection.
3506 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
3507 not include the 16 bit gap in the m68k extended precision format.
3508
2ae5f50b
ILT
3509Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
3510
3511 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
3512 <jdp@polstra.com>.
3513 * configure: Rebuild.
3514
54ea771f
JSC
3515Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
3516
3517 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
3518 be accessed using the $gp register.
3519 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
3520
65b12103
DE
3521Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
3522
3523 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
3524 bfd_mach_sparc_sparclet if current_architecture is sparclet.
3525
2271578d
ILT
3526Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
3527
3528 * read.c (get_line_sb): Bump line counters based on
3529 input_line_pointer[-1], not *input_line_pointer. Don't bother to
3530 call LISTING_NEWLINE.
3531 (s_macro): Don't call demand_empty_rest_of_line.
3532 * app.c (do_scrub_chars): When handling C style comments, unget
3533 ch2 rather than ch.
3534
7d3741ed
ILT
3535Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
3536
3537 * read.h (enum linkonce_type): Define.
3538 (s_linkonce): Declare.
3539 * read.c (potable): Add "linkonce".
3540 (s_linkonce): New function.
3541 * subsegs.h (segment_info_type): Add linkonce field to
3542 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
3543 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
3544 (obj_coff_pe_handle_link_once): Declare if TE_PE.
3545 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
3546 "coff/pe.h".
3547 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
3548 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
3549 entry based on the linkonce field in segment_info.
3550 * doc/as.texinfo: Document .linkonce.
3551
0c203340
C
3552Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
3553
3554 * doc/as.1: Changed to be recognized by catman -w on Solaris.
3555
867a58b3
ILT
3556Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
3557
3197da91
ILT
3558 * stabs.c (s_stab_generic): Call the listing functions before
3559 doing the rest of the processing, which may involve freeing the
3560 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
3561 SEPARATE_STAB_SECTIONS case.
3562
3c071b9f
ILT
3563 * config/tc-hppa.c: Remove nested comment.
3564 (tc_gen_reloc): Move label done inside the ifdef in which it is
3565 used.
3566 (md_apply_fix): Pass pointers to correct types to libhppa.h
3567 functions. Always return a value.
3568
867a58b3
ILT
3569 * config/tc-mips.h (tc_frob_file): Define.
3570 (mips_frob_file): Declare.
3571 * config/tc-mips.c (struct mips_hi_fixup): Define.
3572 (mips_hi_fixup_list): New static variable.
3573 (imm_unmatched_hi): New static variable.
3574 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
3575 offset_reloc. Pass imm_unmatched_hi to append_insn.
3576 (append_insn): Add unmatched_hi parameter. If it is set, add the
3577 new fixup to mips_hi_fixup_list. Change all callers.
3578 (mips_ip): Set imm_unmatched_hi when appropriate.
3579 (mips_frob_file): New function.
3580
d0352cbb
DE
3581Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
3582
3583 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
3584 * configure: Regenerated.
3585
4f74c042
ILT
3586Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
3587
3588 * as.c (main): Call bfd_set_error_program_name.
3589
5ba7c0be
ILT
3590Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
3591
c7a89bde
ILT
3592 * as.h (strdup): Don't declare.
3593 * stabs.c: Include libiberty.h
3594 (get_stab_string_offset): Use xstrdup rather than strdup.
3595 (s_stab_generic): Likewise.
3596 * as.c (parse_args): Likewise.
3597 * read.c (s_mri_sect): Likewise.
3598
5ba7c0be
ILT
3599 * gasp.c (change_base): Recognize \(...) construct documented to
3600 pass through enclosed characters literally through to the output.
3601 (process_assigns): Likewise. Also, be more careful to avoid
3602 looking past the end of the buffer.
3603
3604Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
3605
3606 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
3607 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
3608
d1f38e13
ILT
3609Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3610
3611 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
3612
649d87fe
ILT
3613Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
3614
3615 * config/alpha-opcode.h: Added cvtst instruction.
3616
975def01
ILT
3617Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
3618
3619 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
3620 string. Extract the addend from the result of expression.
3621
fde6018a
ILT
3622Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
3623
3624 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
3625 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
3626 mode, change the state to 3 rather than 1.
3627
ee0f488d
ILT
3628Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
3629
3630 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
3631 correspond to 11 March change.
3632
9da28504
JL
3633Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
3634
3635 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
3636 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
3637
ea2488ad
ILT
3638Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
3639
3640 * configure: Rebuild with autoconf 2.8.
3641
8fee8bf3
ILT
3642Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
3643
3644 * config/atof-ieee.c (gen_to_words): Improve handling of
3645 X_PRECISION numbers. Based on patches from Andreas Schwab
3646 <schwab@issan.informatik.uni-dortmund.de>.
3647
a31c2bc7
SC
3648Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
3649
3650 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
3651 (SEG_LAST): New.
3652 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
3653 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
3654 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
3655 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
3656 SEG_E9.
3657
3658Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
3659
3660 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
3661
73578b1e
JL
3662Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
3663
3664 * config/tc-hppa.c (SUBSEG_MILLI): Define.
3665 (pa_def_subspaces): Add $MILLICODE$.
3666 (pa_spaces_begin): Set section flags for $MILLICODE$.
3667
0c27542f
ILT
3668Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
3669
6b8ed20d
ILT
3670 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
3671 not SHT_NOBITS. Don't tamper with flags based on type if a
3672 special section was found (revert Feb 29 change).
3673
0c27542f
ILT
3674 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
3675 if aligning to a longword boundary or greater.
3676
6a413d6f
JW
3677Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
3678
3679 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
3680
4b295517
SC
3681Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
3682
3683 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
3684 * configure: Regenerated.
3685
eff5fcda
JL
3686Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
3687
421e2c27
JL
3688 * config/tc-hppa.c: Add default definitions for R_N0SEL and
3689 R_N1SEL since they're not defined for old versions of hpux.
3690
eff5fcda
JL
3691 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
3692 Set "sym_ptr_ptr" and "addend" fields to dummy values for
3693 R_N0SEL and R_N1SEL.
3694
bb1013d9
ILT
3695Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3696
d197a7ab
ILT
3697 * flonum-konst.c: Add two more constants for 1e+-2048 and
3698 1e+-4096, and correct the other constants.
3699
bb1013d9
ILT
3700 * symbols.c (resolve_symbol_value): Handle O_logical_not.
3701
30510276
MM
3702Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3703
3704 * config/obj-elf.c (obj_elf_section): Allow predefined section
0d8405e8 3705 types to set the nobits type. Avoid a shadowed declaration.
30510276 3706
75c90d61
JL
3707Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
3708
24b216e1
JL
3709 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
3710 reduce relocs using e_nlrsel field selectors.
3711
75c90d61
JL
3712 * write.c (fix_new_exp): Don't use #elif. Some compilers
3713 don't handle it.
83b59013
JL
3714
3715 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
3716 the selector table.
3717 (pa_chk_field_selector): Handle new field selectors for SOM.
3718
535cfd0f
ILT
3719Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3720
3721 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
3722 * configure: Rebuild.
3723 * config/te-linux.h (LOCAL_LABELS_FB): Define.
3724 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
3725 "a.out-m68k-linux".
3726 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
3727 is defined.
3728
d214421e
SS
3729Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
3730
3731 * mpw-make.sed: Update to handle shared library support.
3732
110b814d
DE
3733Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
3734
3735 * config/tc-sparc.c (sparc_ip): Print all architectures that support
3736 the insn on mismatch.
3737
805e36ab
RS
3738Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3739
3740 * configure.in: Add support for a29-coff.
3741 * configure: Rebuild.
3742
e41ab2a6
ILT
3743Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
3744
101a2346
ILT
3745 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
3746 of the section when looking for the R_SH_USES fixup, because the
3747 frag addresses have not yet been adjusted.
3748
940c413f
ILT
3749 * gdbinit.in: Set a breakpoint on as_warn_where.
3750
e41ab2a6
ILT
3751 * config/tc-mips.c (macro): Add missing arguments to macro_build
3752 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
3753
c6016ce2
ILT
3754Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
3755
3756 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
3757 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
3758
b32fbe07
DE
3759Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
3760
3761 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
3762
2e5e6879
DE
3763Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
3764
3765 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
3766 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
3767 Recognize [uU] format args as sparclet cpregs.
3768
8a2e1fdd
ILT
3769Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
3770
3771 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
3772 in bss_section.
3773
21965655
ILT
3774Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
3775
3776 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
3777 well as S_IS_EXTERNAL.
3778 (tc_fix_adjustable): Likewise.
3779 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
3780 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
3781 early.
3782 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
3783 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
3784
d8b42b96
DE
3785Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
3786
3787 * config/tc-sparc.c (max_architecture): Change to sparclite for
3788 32 bit arch.
3789 (default_compatible): Delete.
3790 (sparc_ffs): New function.
3791 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
3792 (sparc_ip): Rewrite architecture match and bump logic.
3793
7925f4d4
ILT
3794Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
3795
3796 * configure.in: Check for 'do not mix' from native linker before
3797 trying to use -rpath.
3798 * configure: Rebuild.
3799
ef2074c2
ILT
3800Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
3801
3802 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
3803 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
3804 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
3805 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
3806 is set.
3807 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
3808 to the symbol lnnoptr field, to get the correct file offset.
3809
28910c57
MM
3810Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3811
3812 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
3813 symbols that are not function, file, or section symbols to be
3814 object types.
3815
7c2fadd1
ILT
3816Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
3817
1a2f3c3f
ILT
3818 * configure: Set and substitute RPATH_ENVVAR.
3819 * configure: Rebuild.
3820 * Makefile.in (RPATH_ENVVAR): New variable.
3821 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
3822
7c2fadd1
ILT
3823 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
3824 doesn't need opcodes. If configuring shared, opcodes needs bfd.
3825 * configure: Rebuild.
3826
8a6f53e9
ILT
3827Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
3828
3829 * read.c (s_mri_sect): Don't return '\0' in type. Set all
3830 appropriate flags in BFD section.
3831
3832 * configure.in (m68k-*-psos*): New target.
3833 * configure: Rebuild.
3834 * config/te-psos.h: New file.
3835 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
3836 is defined.
3837
fb251650
ILT
3838Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
3839
ae09d880
ILT
3840 From Alan Modra <alan@spri.levels.unisa.edu.au>:
3841 * configure.in: Remove duplicate setting of cpu_type. Check
3842 whether opcodes library is required for on all targets, not just
3843 primary one.
3844 * configure: Rebuild.
3845
fb251650
ILT
3846 * config/tc-mips.c (mips_big_got): New static variable.
3847 (s_extern): Don't declare.
3848 (reg_needs_delay): New static function.
3849 (macro_build): Permit GOT/CALL_HI/LO relocs.
3850 (macro_build_lui): If place is not NULL, use the number in the
3851 expression.
3852 (load_address): Handle mips_big_got case.
3853 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
3854 store macros.
3855 (OPTION_XGOT): Define.
3856 (md_longopts): Add "xgot" if OBJ_ELF.
3857 (md_parse_option): Handle -xgot.
3858 (md_show_usage): Mention -xgot.
3859 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
3860 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
3861
d9396c16
ILT
3862Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3863
3864 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
3865 the byte relocation, point it to the low byte of the word.
3866
56f9773f
ILT
3867Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
3868
3869 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
3870 * configure: Rebuild.
3871
63e4edb5
DE
3872Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
3873
3874 * configure.in: Recognize any sparc* cpu.
3875 * configure: Regenerated.
3876
15ed5f2c
ILT
3877Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
3878
20710f1c
ILT
3879 * read.c (potable): Add "mri" and ".mri".
3880 (s_mri): New function.
3881 * read.h (s_mri): Declare.
3882 * app.c (scrub_m68k_mri): New static variable.
3883 (mri_pseudo): New static variable.
3884 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
3885 flag_m68k_mri. Initialize scrub_m68k_mri.
3886 (mri_state, mri_last_ch): New static variables.
3887 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
3888 fields.
3889 (app_push): Save new fields.
3890 (app_pop): Restore new fields.
3891 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
3892 If TC_M68K, use a trivial state machine to look for occurrences of
3893 the .mri pseudo-op, and change the mode appropriately.
3894 * as.h (do_scrub_begin): Update prototype.
3895 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
3896 do_scrub_begin.
3897 * config/tc-m68k.c (reg_prefix_optional_seen): New static
3898 variable.
3899 (m68k_mri_mode_change): New function.
3900 (md_parse_option): Set reg_prefix_optional_seen.
3901 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
3902 (MRI_MODE_CHANGE): Define.
3903 * doc/as.texinfo: Document .mri pseudo-op.
3904
15ed5f2c
ILT
3905 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
3906 comment character.
3907
a043f579
ILT
3908Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3909
3910 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
3911 * config/m68k-parse.h (enum pic_relocation): Define.
3912 (struct m68k_exp): Add pic_reloc field.
3913 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
3914 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
3915 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
3916 otherwise.
3917 * config/tc-m68k.c: Delete definition of NO_RELOC.
3918 (struct m68k_it): Add pic_reloc field.
3919 (add_fix): Copy over pic_reloc field.
3920 (md_pseudo_table): Interpret .align parameter as byte count.
3921 (mote_pseudo_table): Likewise.
3922 (tc_m68k_fix_adjustable): New function.
3923 (get_reloc_code): New function.
3924 (md_assemble): Use it as last argument to fix_new_exp.
3925 (md_apply_fix_2): For a relocation against a symbol don't put the
3926 addend into the data.
3927 (tc_gen_reloc): Different addend computation for OBJ_ELF.
3928 (m68k_ip): Don't relax an operand that requires pic relocation.
3929 (md_begin): Align .text, .data and .bss on 4 byte boundary by
3930 default.
3931 * write.c (fixup_segment): Don't add symbol value to addend if
3932 TC_M68K and OBJ_ELF.
3933 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
3934 (motorola_operand): Add rule for `(zapc, EXPR)'.
3935
6ca1156d
ILT
3936Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
3937
3938 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
3939 *really* is permissible before the comma.
3940
fcee3e24
ILT
3941Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
3942
3943 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
3944 inserting nop instructions.
3945
3e1c964d
ILT
3946Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
3947
3948 * config/te-aux.h: Change include of aux.h to aux-coff.h.
3949
4080c270
ILT
3950Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
3951
d782e3cc
ILT
3952 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
3953 class setting for a CALLNAME symbol in COFF.
3954
4080c270
ILT
3955 * read.c (potable): Pass negative numbers for new .balign[wl] and
3956 .p2align[wl] pseudo-ops.
3957 (s_align_bytes): Treat a negative argument as specifying the fill
3958 length.
3959 (s_align_ptwo): Likewise.
3960
1c9dbb83
ILT
3961Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
3962
71dd3c40
ILT
3963 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
3964 (do_align): Take new len parameter. Change all callers. Pass it
3965 to md_do_align.
3966 (s_align_bytes): Arg now indicates the length of the fill pattern.
3967 (s_align_ptwo): Likewise.
3968 * config/obj-coff.c (write_object_file): Pass length to
3969 md_do_align.
3970 * config/tc-i386.h (md_do_align): Take new len parameter.
3971 * config/tc-m88k.h (md_do_align): Likewise.
3972 * config/tc-m88k.c (m88k_do_align): Likewise.
3973 * config/tc-sh.h (md_do_align): Likewise.
3974 * config/tc-sh.c (sh_do_align): Likewise.
3975 * doc/as.texinfo: Document new pseudo-ops.
3976
3977 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
3978 done in cvt_frag_to_fill.
3979
9addcbb1
ILT
3980 * config/tc-sh.h (sh_do_align): Declare.
3981 (md_do_align): Define.
3982 * config/tc-sh.c (sh_do_align): New function.
3983
c15ea23a
ILT
3984 * ecoff.c (ecoff_build_lineno): Don't try to store the address
3985 difference if the next address is before the current one.
3986
9e64486e
ILT
3987 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
3988 (archs): Initialize new field.
3989 (m68k_ip): Don't list alias names when listing CPUs which support
3990 an instruction.
3991
3992 * as.c (main): Call parse_args before read_begin.
3993 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
3994 front of generated pseudo-ops.
3995 * read.c (potable): Ignore "name".
3996 (s_app_file): Permit a single quote after the string, since one
3997 may appear in m68k MRI mode.
3998
1c9dbb83
ILT
3999 * configure.in: Check for --enable-shared. If linking against
4000 shared BFD and opcodes, fix library name on SunOS, and try to set
4001 -rpath reasonably.
4002 * configure: Rebuild.
4003
4004Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
4005
4006 * as.h (flag_m68k_mri): Declare.
4007 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
4008 * Many files: For MRI syntax that is specific to the m68k MRI
4009 assembler, check flag_m68k_mri rather than flag_mri or
4010 MRI_MODE_NEEDS_PSEUDO_DOT.
4011
dd1d79e8
ILT
4012Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
4013
f9e90c2e
ILT
4014 * config/tc-i960.c (ARCH_HX): Define.
4015 (arch_tab): Add HX.
4016 (targ_has_sfr): Handle ARCH_HX.
4017 (targ_has_iclass): Handle ARCH_HX.
4018 (tc_coff_fix2rtype): Add return 0 to avoid warning.
4019 (tc_headers_hook): If the architecture was specified explicitly,
4020 use it when setting the flags. Set the extern variable coff_flags
4021 rather than headers->filehdr.f_flags, since the latter is set
4022 unconditionally in obj-coff.c.
4023 (i960_handle_align): Remove unused variable fixp.
4024
dd1d79e8
ILT
4025 Support for building bfd and opcodes as shared libraries, based on
4026 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
4027 * configure.in: Set OPCODES and BFD to search directories.
4028 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
4029 * configure: Rebuild.
4030 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
4031 (LIBDEPS): New variable.
4032 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
4033 $(HLDFLAGS) in link.
4034 (check): Set LD_LIBRARY_PATH in the environment.
4035
4036Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
4037
4038 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
4039 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
4040 read-only, not read/write.
4041
e277d131
ILT
4042Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
4043
4044 * Makefile.in (INSTALL_XFORM): Remove -e.
4045
e24cf2b5
ILT
4046Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
4047
4048 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
4049 than comparing S_GET_SEGMENT to undefined_section.
4050 (write_object_file): Skip symbols which were equated to an
4051 undefined or common symbol.
4052 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
4053 S_IS_COMMON rather than comparing S_GET_SEGMENT to
4054 undefined_section.
4055 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
4056 or S_IS_COMMON call S_GET_VALUE.
4057 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
4058 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
4059 to an undefined or common symbol, convert the reloc to be against
4060 the target symbol.
4061 (obj_crawl_symbol_chain): Skip symbols which were equated to an
4062 undefined or common symbol.
4063 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
4064 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
4065 to an undefined or common symbol, convert the reloc to be against
4066 the target symbol.
4067 (obj_crawl_symbol_chain): Skip symbols which were equated to an
4068 undefined or common symbol.
4069 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
4070 S_IS_COMMON rather than comparing S_GET_SEGMENT to
4071 undefined_section.
4072 (yank_symbols): Skip symbols which were equated to an undefined or
4073 common symbol.
4074
4d9e33e4
ILT
4075Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
4076
9e396994
ILT
4077 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
4078 * config/obj-bout.h (S_IS_LOCAL): Likewise.
4079
4d9e33e4
ILT
4080 * configure.in: Make sure we only add m68k-parse.o to
4081 ${extra_objects} once, no matter how many m68k targets have been
4082 enabled.
4083 * configure: Rebuild.
4084
0ff513d9
SC
4085Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
4086
4087 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
4088 * configure: Rebuild.
4089
66b935da
ILT
4090Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
4091
c174fb5c
ILT
4092 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
4093 * doc/c-m68k.texi: Document .extend and .ldouble.
4094
66b935da
ILT
4095 * configure.in (m68*-apple-aux*): New target.
4096 * config/te-aux.h: New file.
4097 * config/obj-coff.c (compare_external_relocs): New static function
4098 if TE_AUX.
4099 (do_relocs_for): Sort relocs if TE_AUX.
4100 (fixup_segment): If TE_AUX, store common symbol value in segment.
4101 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
4102
30c2a08e
ILT
4103Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
4104
9e396994 4105 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
615c0a79 4106
30c2a08e
ILT
4107 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
4108 BSF_FUNCTION.
4109 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
4110 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
4111 symbol.
4112 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
4113 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
4114 an undefined symbol and the size of a function symbol.
4115 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
4116 for all common symbols.
4117
0e6f2f82
KR
4118Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
4119
4120 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
4121 scaling of index.
4122
4123 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
4124 m68k.
4125
8e3ff081
ILT
4126Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
4127
3e78d072
ILT
4128 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
4129 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
4130
8e3ff081
ILT
4131 * ecoff.c (localsym_t): Add addend field.
4132 (add_ecoff_symbol): Add addend argument. Change all callers.
4133 (coff_sym_value): Make static.
4134 (coff_sym_addend): New static variable.
4135 (ecoff_directive_def): Initialize coff_sym_addend.
4136 (ecoff_directive_val): Accept symbol + constant.
4137 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
4138 (ecoff_build_symbols): Include the addend in the symbol value.
4139
79edc846
KK
4140Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
4141
4142 * config/tc-ppc.c (md_assemble): Ignore overflow on
4143 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
4144
4145Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4146
4147 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
4148 bytes in size, so offset appropriately in big endian mode when
4149 writing the bottom 2 bytes.
4150
6cbc4e35
DE
4151Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
4152
4153 * config/tc-sparc.c (default_compatible): New static local.
4154 (md_begin): Initialize it. Rewrite warn_on_bump handling.
4155 (sparc_ip): If no architecture or -bump specified, don't mark as
4156 mismatched those in default_compatible.
4157
4fe0fddd
ILT
4158Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
4159
4160 SCO ELF support from Robert Lipe <robertl@arnet.com>:
4161 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
4162 * configure: Rebuild.
4163 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
4164 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
4165 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
4166 (sco_id): Declare if SCO_ELF.
4167
e70ad5d5
DE
4168Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
4169
4170 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
4171 ({max,warn_after}_architecture): New static locals.
4172 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
4173 If both architecture and -bump requested, set max_architecture to max.
4174 (sparc_md_end): Simplify.
4175 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
4176 Rewrite code to bump architecture and check for conflicts.
4177 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
4178 with Solaris assembler.
4179 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
4180 (md_show_usage): Update.
4181
a8248831
DE
4182Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
4183
4184 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
4185
6df07e7f
DE
4186Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
4187
4188 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
4189 #ifdef sparcv9 when choosing value.
4190 (ENV64): Delete.
4191 (md_end): Define.
4192 (sparc_md_end): Declare.
4193 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
4194 (initial_architecture): New static local.
4195 (can_bump_v9_p): Likewise.
4196 (NO_V9): Delete all occurrences.
4197 (sparc_md_end): New function.
4198 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
4199 Don't bump architecture to v9 unless can_bump_v9_p set.
4200 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
4201 * configure.in (sparc64 target cpu): Don't set obj_format here.
4202 (SPARC_V9): Renamed from sparcv9.
4203 (sparc64-*-elf*): Define SPARC_ARCH64.
4204 * configure: Regenerated.
4205 * acconfig.h (SPARC_V9): Renamed from sparcv9.
4206 (SPARC_ARCH64): Add.
7fcb3191 4207 * conf.in: Regenerated.
6df07e7f
DE
4208 * config/vmsconf.h: Update.
4209
c9c7c1d7
JSC
4210Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
4211
4212 * config/tc-mips.c (load_register): Optimise "dli" loads.
4213 (md_show_usage): add "-mcpu=vr4100" to help text.
16ce20d4 4214
07ce72c9
ILT
4215Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
4216
16ce20d4
ILT
4217 * symbols.c (resolve_symbol_value): If a symbol is equated to an
4218 undefined symbol, preserve the X_op of O_symbol.
4219 (S_GET_VALUE): Fix check to permit this case.
4220 * write.c (write_relocs): If a reloc is against an undefined
4221 symbol equated to another symbol, change the reloc to be against
4222 the latter symbol.
4223 * config/obj-coff.c (do_relocs_for): Likewise.
4224
07ce72c9
ILT
4225 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
4226 XMC_PR.
4227
d971d39e
MM
4228Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4229
4230 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
4231 computer is PowerPC.
4232
4233 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
4234
4235 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
4236 mentioned in the eabi.
4237
0291f0f5
KK
4238Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
4239
4240 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
4241 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
4242
c682be53
MM
4243Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4244
4245 * config/tc-ppc.c (mapping): Add more relocation suffixes.
4246
ee4fdbb9
MM
4247Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4248
4249 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
4250 as a section it is ok to have unadorned -mrelocatable pointers in.
4251
4252Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
747b98fe
MM
4253
4254 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
4255 #ifdef OBJ_ELF.
4256
f99d287b
MM
4257Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4258
4259 * config/obj-elf.c (obj_elf_section): Add hooks so machine
4260 dependent section attributes can be handled.
4261
4262 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
4263 macros to add support for exclude section flag and ordered section
4264 type.
4265
4266 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
4267 functions to add support for exclude section flag and ordered
4268 section type.
4269
347a705b
ILT
4270Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
4271
2a4e49a9
ILT
4272 * subsegs.c (section_symbol): Don't try to look up the section
4273 symbol in the hash table. It should be possible to have a symbol
4274 with the same name as a section, but no connection to it.
4275
d9f4dec1
ILT
4276 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
4277 From James Carlson <carlson@xylogics.com>.
4278
347a705b
ILT
4279 * expr.c (operand): Skip whitespace after a close parenthesis.
4280 From James Carlson <carlson@xylogics.com>.
4281
10c8c95e
JW
4282Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
4283
4284 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
4285 as_warn_where for relocation overflow.
347a705b
ILT
4286 (parse_reg): Accept register name only if next character is
4287 not alphanumeric.
10c8c95e 4288
cb844314
JL
4289Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
4290
4291 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
4292 addresses for static variables.
4293
36cb0e7c
MM
4294Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4295
4296 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
4297 and xgot give the old toc16 relocation.
4298 (md_apply_fix3): Support all GOT relocations.
4299
5e69b693
ILT
4300Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
4301
4302 * config/tc-mips.c (load_address): Correctly handle a constant in
4303 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
4304
29861dd0
C
4305Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4306
4307 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
4308 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
4309 (build_Mbytes): Handle REG_B.
4310
432b8fa8
ILT
4311Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
4312
4313 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
4314
ee68a042
RJ
4315Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
4316
4317 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
4318
b14630f2
ILT
4319Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
4320
4321 * config/obj-coff.c (write_object_file): Set the s_align field to
4322 the number of bytes, rather than to the power of 2.
4323
4a3d48fc
ILT
4324Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
4325
4326 * Makefile.in (DISTCLEAN_HERE): New variable.
4327 (distclean): Use it.
4328 (maintainer-clean): Depend upon clean-here rather than clean,
4329 distclean, and clean-info. Run make maintainer-clean in doc.
4330 Remove files listed in DISTCLEAN_HERE.
4331 * doc/Makefile.in (maintainer-clean realclean): Split out from
4332 distclean. Depend upon clean-info and distclean.
4333
7e5e83cf
SS
4334Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
4335
4336 * mac-as.r: Fix copyright and version strings.
4337 (cfrg): Use PROG_NAME instead of literal name.
4338
1b10f50d
ILT
4339Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
4340
4341 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
4342 call it.
4343 * config/tc-a29k.h (tc_unrecognized_line): Define.
4344 * config/tc-a29k.c (a29k_unrecognized_line): New function.
4345 (md_operand): Handle a29k style local dollar labels.
4346
2f3bbb1b
ILT
4347Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
4348
4349 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
4350
624c91d1
KR
4351Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
4352
4353 * read.c (s_fill): If md_flush_pending_output is defined, call
4354 it.
4355
9e4b3a23
KR
4356Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
4357
4358 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
4359 Treat rs_align_code like rs_align.
4360
3554987a
DE
4361Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
4362
4363 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
4364 converting an absolute address into a PC-relative one.
4365
90f543f6
SS
4366Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
4367
4368 * mpw-config.in: Don't always use te-generic.h for emulation.
4369 (powerpc-apple-macos): Use emulation te-macos.h.
4370start-sanitize-gm
4371 (mips-gm-magic): New configuration.
4372end-sanitize-gm
4373 * mpw-make.sed (install, install-only): Edit in Mac-specific
4374 install procedure.
4375
d4c8a45e
ILT
4376Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
4377
2eec8710
ILT
4378 * configure.in: Improve message about unsupported ELF targets.
4379 * configure: Rebuild.
4380
d4c8a45e
ILT
4381 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
4382 pattern is zero. From Manfred Hollstein.
4383
531a1af2
KK
4384Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
4385
4386 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
4387 the various idata sections, we check the name on the .section pseudo.
4388
464070de
ILT
4389Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
4390
4391 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
4392 add section's paddr to add_number; compatibility to native as and
4393 ld forbids.
4394
6a087325
KR
4395Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
4396
9d5aef80
KR
4397 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
4398
ac9ef8ee
KR
4399 * hash.c (struct hash_entry): Moved here...
4400 * hash.h (struct hash_entry): ...from here.
4401
6a087325
KR
4402 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
4403 if it's already known to be null.
4404
77fa4d98
MM
4405Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4406
4407 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
4408 bit relocs converted to PC relative relocs. This turned out to
4409 add the offset from the beginning of .text twice.
4410
c6e4e834
KR
4411Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
4412
4413 * stabs.c (s_stab_generic): In 's' case, free string from
4414 obstack.
4415
4416 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
4417 sy_name_offset.
4418 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
4419 Ditto.
4420
4421 * subsegs.h (segment_info_type): Make bitfields unsigned.
4422
4423 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
4424 and move them together. On most systems this will reduce the
4425 structure size by one word.
4426 (operatorT): Define O_max.
4427 * expr.c (expr_begin): Verify that X_op is wide enough to hold
4428 O_max.
4429
4430 * read.c (pop_insert): Print error returned by hash table
4431 insertion code.
4432
4433 * as.c (dump_statistics): Split out from main; dump some hash
4434 table stats and target-specific stats.
4435 (start_time): No longer automatic to main.
4436 (main): Set file-level start_time and call dump_statistics at
4437 exit. Exit by calling xexit.
4438 (show_usage): Make --statistics description less specific.
4439 * subsegs.c (subsegs_print_statistics): New function.
4440 * write.c (write_print_statistics): New function.
4441 (n_fixups): New static variable.
4442 (fix_new_internal): Increment it.
4443 * read.c (read_print_statistics): New function.
4444 * read.h (read_print_statistics): Declare.
4445 * symbol.c (symbol_print_statistics): New function.
4446 * symbol.h (symbol_print_statistics): Declare.
4447 * hash.c (hash_print_statistics): New function.
4448 * hash.h (hash_print_statistics): Declare.
4449 * config/tc-i386.c (i386_print_statistics): New function.
4450 * config/tc-i386.h (i386_print_statistics): Declare.
4451 (tc_print_statistics): New macro.
4452 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
4453 exit.
4454
4455 * hash.c (DELETED): Rewrite to use a valid but unique address.
4456 (START_POWER): Reduce to 10.
4457 (enum stat_enum): New enumerator, replacing STAT_* index macros.
4458 Add new values for counting strcmp calls.
4459 (GROW_FACTOR): New macro.
4460 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
4461 of nesting blocks.
4462 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
4463 (hash_new): Use FULL_VALUE.
4464 (struct hash_control): Definition moved here.
4465 (hash_code): Don't mask to low bits.
4466 (hash_ask): Mask returned hash code here. Check hash value before
4467 calling strcmp; count strcmp calls.
4468 * hash.h (struct hash_control): Declare, don't define, here.
4469 (HASH_STATLENGTH): Deleted.
4470 (struct hash_entry): Add field for hash code.
4471 (hash_say, hash_apply): Don't declare.
4472
4473 * hash.c (destroy): Return void.
4474 (applicatee): Ditto.
4475 (main): Fix declarations.
4476 (hash_apply): Return void. Argument `function' returns void. Put
4477 inside "#ifdef TEST".
4478 (hash_say): Define only if TEST is defined.
4479 * hash.h (hash_apply, hash_say): Declarations deleted.
4480
6a4667f4
ILT
4481Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
4482
4483 * configure: Rebuild with autoconf 2.7.
4484
330add8a
ILT
4485Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
4486
4487 * aclocal.m4 (AC_PROG_CC): Remove local definition.
4488 * configure: Rebuild with autoconf 2.6.
4489
520dd8d5
ILT
4490Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
4491
4492 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
4493 (ppc_stabx): Don't increment ppc_debug_name_section_size.
4494 (ppc_bc): Likewise.
4495 (ppc_frob_file): Remove.
4496 * config/tc-ppc.h (tc_frob_file): Don't define.
4497 (ppc_frob_file): Don't declare.
4498
880b7429
KR
4499Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
4500
d6c4a3fa
KR
4501 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
4502 * config/alpha-opcode.h: Include one-operand variants of jmp and
4503 jsr.
4504
880b7429
KR
4505 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
4506 with te-delta.h in 8.3 file systems.
4507 * configure.in: Adjusted.
4508
aa8a6656
ILT
4509Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
4510
880b7429
KR
4511 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
4512
aa8a6656
ILT
4513 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
4514 number.
4515 * expr.c (operand): Handle MRI suffixes after unadorned 0.
4516
7b889f5e
KR
4517Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
4518
da9b55af
KR
4519 Version 2.6 released.
4520 * Makefile.in (VERSION): Updated to 2.6.
4521
7b889f5e
KR
4522 * config/obj-coff.c (write_object_file): Change use of md_do_align
4523 to pass a pointer rather than a fill value, to match other uses.
4524
46618ae6
KR
4525Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
4526
7b889f5e
KR
4527 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
4528
46618ae6
KR
4529 * as.c (main): Move md_end call to just after call to
4530 perform_an_assembly_pass. Delete cpu-specific code here.
4531 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
46618ae6
KR
4532 * config/tc-arm.c (md_end): Unused function deleted.
4533 * config/tc-ns32k.c (md_end): Ditto.
4534
4535 * config/tc-i386.c (i386_align_code): New function, moved here
4536 from HANDLE_ALIGN macro.
4537 * config/tc-i386.h (HANDLE_ALIGN): Call it.
4538
4539 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
4540
4541 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
4542 before comparing
4543
4544 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
4545
4546 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
4547 multi-byte nops to avoid changing gcc. The necessary gcc change
4548 might break old assemblers.
4549
4550 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
4551
4552 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
4553 generate optimal multi-byte nop instructions for ".align n"
4554 ".align n,0x90", and aligns requiring more than 15 bytes of
4555 padding still generate multiple 0x90's as before.
4556
4557Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
4558
4559 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
4560
51bc513e
SS
4561Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
4562
4563 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
4564 * configure: Update.
4565 * mpw-make.sed: Reorder commands to make sed happier.
4566 * config/te-macos.h: New file.
4567 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
4568
8b39c5df
JL
4569Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
4570
4571 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
4572 conditional branches.
4573 (md_apply_fix): Likewise.
4574
4575Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
4576
4577 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
4578 generate a reloc which the linker will not handle correctly. Fix
4579 overflow checking--R_IREL is 18 bits, not 17.
4580
6a649eda
ILT
4581Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
4582
a071b8e9
ILT
4583 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
4584 from a PC relative reloc if TC_A29K.
4585
4586 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
4587 code depends upon it.
4588
6a649eda
ILT
4589 * config/tc-a29k.c (md_operand): Handle $float, $double, and
4590 $extend. Based on code from Eric Freudenthal
4591 <freudenthal@nyu.edu>.
4592 * config/tc-a29k.h (LEX_DOLLAR): Define.
4593 * read.c (LEX_DOLLAR): Define if not defined.
4594 (lex_type): Use LEX_DOLLAR.
4595
6364a188
ILT
4596Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
4597
4598 * configure.in (a29k-nyu-sym1): New target, just like other a29k
4599 targets.
4600
0fa6f8f6
ILT
4601Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
4602
4603 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
4604
4605Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
4606
4607 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
4608 used only by "dlltool.c".
4609
eec2cfef
ILT
4610Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
4611
4612 * config/tc-alpha.c: Undefine inline if not __GNUC__.
4613 (md_pseudo_table): Don't define "extern".
4614
df7504dc
ILT
4615Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
4616
a3d1c561
ILT
4617 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
4618
df7504dc
ILT
4619 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
4620
07d012f6
ILT
4621Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
4622
36e80ac6
ILT
4623 * macro.c (macro_expand_body): Don't warn about == with a
4624 nonexistent parameter, in case it is in a comment field.
4625
07d012f6
ILT
4626 * as.c (main): On TC_A29K, call macro_init with macro_alternate
4627 set to 1.
4628 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
4629 set, even if macro_alternate is set.
4630 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
4631 (sub_actual): If macro_strip_at, and kind is '@', don't look up
4632 the token unless it ended in '@'.
4633 * config/tc-a29k.c (line_separator_chars): Remove '@'.
4634 * doc/c-a29k.texi: Document macro usage on A29K.
4635
01f108bc
ILT
4636Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
4637
4638 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
4639 signed word.
4640 (install_operand): Likewise.
4641
4642 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
4643
4644Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
4645
4646 * configure.in (m88k-motorola-sysv*): New target.
4647 * configure: Rebuild.
4648 * config/te-delta88.h: New file.
4649 * config/obj-coff.c (write_object_file): Use md_do_align if it is
4650 defined.
4651 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
4652 (md_do_align): Define.
4653 * config/tc-m88k.c: Include "subsegs.h".
4654 (m88k_do_align): New function.
4655
4656 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
4657 (COFF_NOLOAD_PROBLEM): Define.
4658 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
4659
7954cc14
KR
4660Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
4661
4662 * config/tc-i386.c (md_assemble): For a jump instruction with
4663 non-constant target, require 7 available bytes in the current
4664 frag, not 6.
4665
d033806f
FF
4666Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
4667
4668 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
4669 bfd/libelf.h.
4670
d7b2038f
ILT
4671Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
4672
4673 * configure.in (alpha-*-linux*): Use ecoff.
4674 * configure: Rebuild.
4675 * ecoff.c (ecoff_directive_extern): New function.
4676 (ecoff_directive_weakext): New function.
4677 (ecoff_build_symbols): Handle weak symbols.
4678 (ecoff_setup_ext): Likewise.
59c80ca2 4679 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
4680 * ecoff.h (ecoff_directive_extern): Declare.
4681 (ecoff_directive_weakext): Declare.
4682 * symbols.c (S_IS_WEAK): New function.
4683 * symbols.h (S_IS_WEAK): Declare.
4684 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
4685 "weakext".
4686 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
4687 (s_extern): Remove.
4688
cbdf59ad
ILT
4689Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
4690
b629f627
ILT
4691 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
4692
7ab1edc8
ILT
4693 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
4694 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
4695 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
4696 * config/obj-coff.c (coff_frob_symbol): Don't call
4697 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
4698 one. If OBJ_XCOFF, try to figure out whether the symbol is going
4699 to be dropped.
4700
31751d9d
ILT
4701 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
4702 (ppc_stab_symbol): New static variable.
4703 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
4704 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
4705 sy_tc.real_name to the stab string.
4706 (ppc_bc, ppc_ec): New static functions.
4707 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
4708 do anything.
4709 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
4710 suffix.
0e3dd9a0
ILT
4711 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
4712 entries.
31751d9d 4713
cbdf59ad
ILT
4714 * input-scrub.c (input_scrub_push): Reset sb_index.
4715
91123dbe
ILT
4716Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
4717
4718 * listing.c (listing_newline): Don't create a frag in the absolute
4719 section.
4720
73255941
ILT
4721Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
4722
df72d2a5
ILT
4723 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
4724 (ppc_csect): Move most of the code to ppc_change_csect, and call
4725 it.
4726 (ppc_change_csect): New static function, taken from ppc_csect.
4727 (ppc_section): New static function.
4728 (ppc_saw_abs): New static varable.
4729 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
4730 a symbol has no csect.
4731 (ppc_adjust_symtab): New function.
4732 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
4733 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
4734
4735 * write.c (write_object_file): If tc_adjust_symtab is defined,
4736 call it just before the call to obj_adjust_symtab.
4737
73255941
ILT
4738 * symbols.c (symbol_find_or_make): Change name to be const.
4739 * symbols.h (symbol_find_or_make): Update declaration.
4740
9bfaf1b9
KR
4741Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
4742
4743 * doc/as.texinfo (Align): Mention SH.
4744 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
4745 .align value.
4746 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
4747 (Z8000 Directives, even): Don't give numeric align value, instead
4748 explain behavior.
4749
ae143278
DE
4750Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
4751
4752 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
4753 instruction.
4754
270433cc
PB
4755Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
4756
4757 * Makefile.in (diststuff): Also make info.
4758 (maintainer-clean realclean): Also make clean-info.
4759
18a11401
JL
4760Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
4761
4762 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
4763 (pa_subspace): For ".nsubspa", always create a new subspace
4764 with the given attributes, even if one already exists with the
4765 same name.
4766
96fe71e1
MM
4767Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4768
4769 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
4770 TC_FORCE_RELOCATION, taking an additional section argument. If
4771 the section of the target symbol is not the same as the current
4772 section, always force the relocation to be used.
4773 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
4774
4775 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
4776 md_pcrel_from function, taking an additional section argument.
4777 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
4778
4779 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
4780 older TC_FORCE_RELOCATION if not defined.
4781 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
4782 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
4783 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
4784 TC_FORCE_RELOCATION.
4785
1d75481b
KR
4786Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
4787
4788 * input-scrub.c (as_where): Set name to null pointer if we don't
4789 have a file name.
4790 * messages.c (identify): Only print filename if non-null.
4791 (as_show_where): Ditto, for line number too.
4792 (as_warn_internal, as_bad_internal): Ditto.
4793
4794 * input-file.c (input_file_open): If the input file can't be
4795 opened, consider it an error.
4796
c625fc23
JSC
4797Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
4798
4799 * config/tc-mips.c: Added mips_4100 control, and support for
4800 accepting the 4100 as a MIPS architecture variant (md_begin,
4801 macro_build, mips_ip, md_parse_option). Adding suitable
4802 command-line OPTIONs, and updating the help text (md_show_usage).
4803
dd1a5316
KR
4804Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
4805
c625fc23
JSC
4806 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
4807 BFD_ASSEMBLER is defined.
4808
3366a224
KR
4809 * Use one active frag and one obstack per frag chain:
4810 * frags.c (frags): Variable deleted.
4811 (frag_alloc): New function.
4812 (frag_grow, frag_more, frag_variant, frag_now_fix,
4813 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
4814 frags variable.
4815 (frag_new): Ditto. Verify that frch_last and frag_now match on
4816 entry and exit, and that old frag_now has non-zero type. Replace
4817 "know" uses with "assert". Use frag_alloc instead of mucking with
4818 obstack alignment.
4819 * frags.h (frags): Declaration deleted.
4820 * subsegs.h (struct frchain): Add new field frch_frag_now.
4821 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
4822 variables.
4823 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
4824 give it any stricter alignment than frchainS structures need. Do
4825 not initialize frags obstack. Set frag_now to point to
4826 dummy_obstack. Initialize absolute_frchain.
4827 (subseg_set_rest): Save and restore frag_now in frch_frag_now
4828 field of frchainS. Don't create new frags on section switch, and
4829 use frag_alloc when creating a new frag chain. For absolute
4830 section, set frchain_now to absolute_frchain. Verify that
4831 frch_last and frag_now match on entry and exit. Initialize
4832 per-chain obstack, and under gcc, set required alignment to that
4833 needed by fragS structure.
c625fc23 4834
3366a224
KR
4835 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
4836
4837 * stabs.c (get_stab_string_offset): Only copy input string if a
4838 fresh copy is needed, not if the section already exists.
4839 (s_stab_generic): Cache stab section name to bypass lookups, since
4840 usually it will match. Could be made faster still by changing the
4841 memory allocation rules.
4842 (s_xstab): Cache section name to bypass repeated string
4843 allocation.
4844
4845 * frags.c (frag_new): Deleted register declarations.
4846
4847 * listing.c (frag_now): Don't declare.
4848
4849 * as.c (chunksize): New variable.
4850 (debug_memory): New variable.
4851 (main): If debug_memory is set, reduce chunksize and
4852 _bfd_chunksize.
4853 * as.h (chunksize): Declare it.
4854 * read.c (read_begin): Use it.
4855
de5ebe2e
KR
4856 * config/tc-alpha.c (md_shortopts): Include 'g'.
4857 (md_parse_option): Ignore it.
4858
dd1a5316
KR
4859 * Makefile.in (distclean): Remove Makefile and config.status from
4860 testsuite directory.
4861 (clean-here): Don't delete testsuite. Instead, delete only the
4862 files within it that would be generated by running tests.
4863
de5ebe2e
KR
4864 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
4865 frag_now_fix instead of accessing obstack info directly.
4866 * config/tc-arm.c (s_ltorg): Ditto.
4867 (md_assemble): Ditto.
4868
4869 * config/tc-i386.c (md_assemble): Call frag_grow instead of
4870 obstack_room.
4871
625f4e48
KR
4872Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
4873
4874 * stabs.c (aout_process_stab): Insert debug symbol into symbol
4875 chain after parsing value expression, if any, to avoid separating
4876 continued .stabs lines.
4877
33a8c1b6
ILT
4878Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
4879
4880 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
4881 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
4882
b6b8f911
MM
4883Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
4884
625f4e48
KR
4885 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
4886 -mcom support and PPC_OPCODE_ANY for -many.
4887 (md_parse_option): Ditto.
4888 (ppc_arch): Ditto.
4889 (md_begin): For duplicate instructions, print all duplicates
4890 before aborting.
b6b8f911 4891
4c2935f4
MM
4892Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
4893
4894 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
4895 common mode operation.
4896 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
4897
4898Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
4899
4900 * expr.c (op_rank): Add O_symbol_rva.
4901 * expr.h (operatorT): Add O_symbol_rva.
4902 * read.c (cons_worker): Set O_symbol_rva when necessary.
4903 * write.c (fix_new_exp): Understand O_symbol_rva.
4904
7db865dc
ILT
4905Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
4906
4907 * config/tc-mips.c: Correct s_cons arguments. From Michael
4908 Joosten <joost@ori.cadlab.de>.
4909
1b13e6fc
ILT
4910Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
4911
4912 * config/tc-ppc.c (ppc_macro): Make count unsigned.
4913 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
4914 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
4915 the fix_line field.
4916 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
4917 make non-static. Change all users.
4918 * config/obj-coff.h (coff_n_line_nos): Declare.
4919
9e3e3d4c
KR
4920Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
4921
4922 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4923
4924 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
4925
4926 * config/obj-elf.c (obj_elf_common): Convert specified byte
4927 alignment to power of two. Set size of local bss symbol.
4928
4929 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
4930
13a6c753
ILT
4931Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
4932
4933 * sb.c, macro.c: Decide whether to include <string.h> or
4934 <strings.h> just as as.h does.
4935
a75aafcd
DE
4936Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
4937
4938 * Makefile.in (site.exp): Fix setting of $srcdir.
4939
4940 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
4941 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
4942 all coff targets.
a75aafcd 4943
d89861c7
KR
4944Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
4945
4d2ba393
KR
4946 * doc/as.texinfo: Split out the NS32k family documentation,
4947 despite its being commented out for now.
4948 * doc/c-ns32k.texi: New file.
4949
2c5eb48d
KR
4950 * sb.c, macro.c: Include string.h.
4951
6b0a6eaa
KR
4952 * Makefile.in (comparison): Only check *.o; we don't care if
4953 timestamps inserted by the native linker differ.
4954
d89861c7
KR
4955 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
4956 if alignment stricter than 4 bytes is requested; in that case,
4957 align to a 4-byte boundary first.
4958
70aeac05
KR
4959 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
4960
4961 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
4962 uninitialized" warning for `Max_Source_Offset'.
4963
eaaa2a42
KK
4964Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
4965
4966 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
4967 qualifiers and detect errors if present.
4968 (md_assemble): Add call to parse_toc_entry. Also added some support
4969 for the [tocv] qualifier.
4970 (ppc_pe_tocd): New function to support data in the toc section.
4971
cd557d83
ILT
4972Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
4973
4974 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
4975 an absolute symbol.
4976
42ac8fa8
ILT
4977Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
4978
01f108bc 4979 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
4980 +65535, so ~VAL will not be rejected.
4981
42ac8fa8
ILT
4982 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
4983 skip characters after the pseudo-op.
4984 (s_else): Likewise.
4985 * read.c (get_line_sb): Don't look past buffer_limit.
4986 (s_include): In MRI mode, skip characters after the file name.
4987
eef66934
ILT
4988Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
4989
4990 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
4991 periods in register names.
4992
cdc49cba 4993For older changes see ChangeLog.1.
This page took 0.307681 seconds and 4 git commands to generate.