2000-08-01 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
28e4f854
KH
12000-08-01 Kazu Hirata <kazu@hxi.com>
2
3 * config/obj-som.c: Fix formatting.
4 * config/obj-ieee.c: Likewise.
5 * config/tc-arm.c: Likewise.
6 * config/tc-v850.c: Likewise.
7
a570e639
NC
82000-08-01 Nick Clifton <nickc@redhat.com>
9
10 * doc/c-m68k.texi (section M680x0 Options): Turn into a table
11 index by command line option.
12
132000-08-01 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14
15 * doc/c-m68k.texi (@cindex @samp{--pcrel}): Rewrite option description.
16 (@node M68K-Branch): Rewrite to match the reality.
17
e3308d0d
JE
182000-07-31 Jason Eckhardt <jle@cygnus.com>
19
20 * doc/c-i860.texi: New file.
21 * doc/Makefile.am (CPU_DOCS): Add c-i860.texi.
22 * doc/Makefile.in: Regenerate.
23 * doc/all.texi: Add I860 as relevant architecture.
24 * doc/as.texinfo: Include i860 dependent file c-i860.texi.
25
2fd5405a
NC
262000-07-31 Kazu Hirata <kazu@hxi.com>
27
28 * config/tc-d30v.c: Fix formatting.
29
28e7409f
NC
302000-07-31 Michael Sokolov <msokolov@ivan.Harhan.ORG>
31
32 * config/tc-m68k.c (flag_keep_pcrel, OPTION_PCREL): Add --pcrel option.
33 (md_convert_frag_1, md_estimate_size_before_relax): When making DBcc
34 long emit a long branch if available instead of an absolute jump, never
35 emit absolute jumps for anything with --pcrel.
36
37 * doc/c-m68k.texi: Document new command line option.
38
534022ea
JE
392000-07-28 Jason Eckhardt <jle@cygnus.com>
40
41 * configure.in: Add bits for i860-stardent-{sysv4, elf}*.
42 * configure: Regenerated.
43 * config/obj-elf.c (obj_elf_type): Recognize a fifth type
44 of operand to the .type directive (.e.g, "type").
45
4c400d5e
AM
462000-07-28 Alan Modra <alan@linuxcare.com.au>
47
48 * as.h (warn_comment, found_comment, found_comment_file): Declare.
49 * app.c (do_scrub_chars): Record where first comment found.
50 * read.c (read_a_source_file): Init found_comment on entry, and
51 notify whether comments found on exit.
52 * config/tc-hppa.c (md_shortopts): Add "c".
53 (md_longopts): Add warn-comment.
54 (md_parse_option): Handle it.
55 (md_show_usage): Show available options.
56 * config/tc-hppa.h (WARN_COMMENTS): Define if TE_LINUX
57
0aa529cb
AC
58Thu Jul 27 11:25:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
59
60 * config/tc-mn10300.c (md_convert_frag): Fix printfs.
61 (tc_gen_reloc): Add cast when assigning bfd_abs_symbol to
62 sym_ptr_ptr
63 (md_estimate_size_before_relax): Don't fall off end of function.
64
c6a7ab1f
NC
652000-07-27 Kazu Hirata <kazu@hxi.com>
66
67 * config/tc-avr.c: Fix formatting.
68 * config/tc-ns32k.c: Likewise.
69
e0c6ed95
AM
702000-07-27 Alan Modra <alan@linuxcare.com.au>
71
72 * config/tc-d10v.c (find_opcode): Remove extraneous `='.
73
742000-07-27 Kazu Hirata <kazu@hxi.com>
75
76 * config/tc-d10v.c: Fix formatting.
77 * config/tc-z8k.c: Likewise.
78 * config/tc-sparc.c: Likewise.
79
6883dc5e 802000-07-26 Dave Brolley <brolley@redhat.com>
eabed1c0
DB
81
82 * cgen.c (queue_fixup): Declare opinfo.
83 (gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED.
84 (gas_cgen_md_operand): Ditto.
85 (gas_cgen_md_apply_fix3): Ditto.
86
39da8128
DD
872000-07-24 Mark Elbrecht <snowball3@bigfoot.com>
88
89 * config/obj-coff.c (obj_frob_symbol): Don't merge
90 labels. Don't merge if the symbol isn't constant. Return
91 immediately if a symbol is merged.
92
65e68b04
AM
932000-07-22 Alan Modra <alan@linuxcare.com.au>
94
95 * frags.c (frag_align): Correct absolute section alignment.
96
5e0d736c
DD
972000-07-20 DJ Delorie <dj@redhat.com>
98
99 * config/obj-coff.c (obj_frob_symbol): revert previous change,
100 it breaks linking against DLLs.
101
3bcbcc3d
HPN
1022000-07-20 Hans-Peter Nilsson <hp@axis.com>
103
104 * configure.in: Add CRIS support.
105 * configure: Regenerate.
106 * Makefile.am: (CPU_TYPES): Add cris.
107 (CPU_OBJ_VALID) [aout]: Add cris.
108 (MULTI_CPU_TYPES): Add cris.
109 (MULTI_CPU_OBJ_VALID) [aout]: Add cris.
110 [coff]: Only i386 and mips are valid.
111 (TARGET_CPU_CFILES): Add config/tc-cris.c.
112 (TARGET_CPU_HFILES): Add config/tc-cris.h.
113 (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c.
114 Regenerate dependencies.
115 * Makefile.in: Regenerate.
116 * aclocal.m4: Regenerate.
117 * as.c: Declare crisaout, criself.
118 * config/tc-cris.h, config/tc-cris.c: New.
119 * config/e-criself.c, config/e-crisaout.c: New.
120 * po/POTFILES.in, po/gas.pot: Regenerate.
121
041ff4dd
NC
1222000-07-20 Kazu Hirata <kazu@hxi.com>
123
124 * read.c: Fix formatting.
efaf0ba4 125 * write.c: Fix formatting.
041ff4dd 126
f980ada0
L
1272000-07-19 H.J. Lu <hjl@gnu.org>
128
129 * sb.c: Include <stdlib.h> if exists for abort ().
130
25a8b250
AM
1312000-07-19 Alan Modra <alan@linuxcare.com.au>
132
133 * config/tc-hppa.c (hppa_fix_adjustable): Correct LR%/RR% comment.
134 (arg_reloc_stub_needed): #ifdef OBJ_SOM, not #ifdef SOM.
135 (pa_type_args): Same here.
136
7a9aaf92
NC
1372000-07-17 Mark Elbrecht <snowball3@bigfoot.com>
138
139 * config/obj-coff.c (obj_frob_symbol): Don't merge labels. Don't
140 merge if the symbol isn't constant. Don't call S_SET_EXTERNAL if
141 the storage class is already set.
142
8098403c
NC
1432000-07-17 Kazu Hirata <kazu@hxi.com>
144
145 * config/tc-w65.c: Fix formatting.
87271fa6
NC
146 * config/tc-mn10200.c: Fix formatting.
147 * config/tc-mn10300.c: Likewise.
a2429eb5
NC
148 * config/tc-pj.c: Fix formatting.=0A=
149 * config/tc-tic80.c: Fix formatting.=0A=
fafb6d17 150 * config/tc-m68hc11.c: Fix formatting.
8098403c 151
977e771a
FCE
1522000-07-17 Frank Ch. Eigler <fche@redhat.com>
153
154 * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN
155 is defined.
156
63bf5651
ILT
1572000-07-15 Ian Lance Taylor <ian@zembu.com>
158
159 * doc/c-mips.texi (MIPS Opts): Remove erroneous space after
160 @code.
161
1cd1c99b
AM
1622000-07-15 Alan Modra <alan@linuxcare.com.au>
163
164 * config/tc-hppa.c (hppa_fix_adjustable): Use the same checks for
165 ELF as are used for SOM (except the 32-bit reloc one) to decide
166 whether a symbol can be reduced to a section symbol. Expand on
167 the comment for symbols involved in LR% and RR% expressions.
168
119d663a
NC
1692000-07-14 Nick Clifton <nickc@cygnus.com>
170
171 * config/tc-mips.c (mips_disable_float_construction): New
172 static variable. Set to true if doubles should not be
173 constructed by loading two single width fp registers with
174 halves of the value.
175 (mips_ip): Test mips_disable_float_construction.
176 (md_longopts): Add command line switches --construct-floats
177 and --no-construct-floats.
178 (md_parse_option): Parse new command line options.
179 (md_show_usage): Describe new command line options.
180
181 * doc/c-mips.texi: Document new command line options.
182
906fac54
AM
1832000-07-13 Koundinya K <kk@ddeorg.soft.net>
184
185 * configure.in: Remove the test /usr/dde for mips-*-sysv4*MP*
186 * configure: Regenerate.
187
1882000-07-13 Hans-Peter Nilsson <hp@axis.com>
189
190 * configure.in (DEFAULT_EMULATION setting): Revert part of
191 2000-07-01 change that set te_multi=multi unless set to tmips.
192 * configure: Regenerate.
193
7f788821
NC
1942000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
195
196 * config/obj-coff.c (coff_frob_section): Add padding to the last
197 section when aligning it increases its size.
198
9a736b6b
NC
1992000-07-11 Kazu Hirata <kazu@hxi.com>
200
201 * config/tc-tic54x.c: Fix formatting.
202
3dd5103b
NC
2032000-07-10 Kazu Hirata <kazu@hxi.com>
204
205 * config/tc-h8500.c: Fix formatting.
1aea3bb8 206 * config/tc-tic54x.c: Fix formatting.
3dd5103b 207
46b85d42
AM
2082000-07-10 Alan Modra <alan@linuxcare.com.au>
209
210 * config/tc-hppa.c (md_apply_fix): Check fmt 12 and 22 pc-rel
211 displacements correctly.
212
213 * read.h (s_abort): Add ATTRIBUTE_NORETURN.
214
2152000-07-10 Ryan Bradetich <rbradetich@uswest.net>
216
217 * hash.c (hash_insert): Add cast to obstruct_alloc to fix
218 warning.
219 (hash_jam): Ditto.
220
ad1079af
AM
2212000-07-09 Alan Modra <alan@linuxcare.com.au>
222
223 From David Huggins-Daines <dhd@linuxcare.com>
224 * config/te-hppalinux64.h: Add a new emulation.
225 * configure.in (emulations): Add configure bits to support the
226 64-bit Linux/parisc target.
227 * configure: Regenerate.
228
229 * config/tc-hppa.c (md_parse_option): Support `-V' for ELF.
230 (md_shortopts): Add `V' for ELF.
231
232 * config/tc-hppa.c (arg_reloc_stub_needed): Define as zero except
233 when SOM or ELF_ARG_RELOC are defined.
234 (pa_type_args): Only set symbol_arg_reloc_info when SOM or
235 ELF_ARG_RELOC are defined.
236 (pa_stringer_aux): Don't pa_check_current_space_and_subspace here..
237 (pa_stringer): ..Do it here instead. Fix comment typos.
238 (hppa_force_relocation): Cast enums to int before comparing with
239 ints.
240
241 From Ryan Bradetich <rbradetich@uswest.net>
242 * config/tc-hppa.c: Removed unneeded libbfd.h to fix macro
243 redifinition warning.
244 (md_apply_fix): Added cast from enum to int for fixP->fx_r_type.
245 (hppa_force_relocation): ditto
ad1079af
AM
246 (md_apply_fix): Added cast to buf to fix warnings.
247
248 * config/tc-hppa.h (pa_define_label, parse_cons_expression_hppa,
249 cons_fix_new_hppa, hppa_force_relocation): Prototype.
250
251 * config/tc-hppa.c (reloc_type): It's an enum for OBJ_ELF.
252 (R_N0SEL, R_N1SEL): Define only for OBJ_SOM.
253 (tc_gen_reloc): Make `code' a reloc_type and `codes' a
254 reloc_type** to avoid warnings in switch.
255 (md_apply_fix): Make insn, val signed. Zap buf_wd and read insn a
256 little earlier instead.
257
258 * config/tc-hppa.c (symbol_arg_reloc_info): Define for both som
259 and elf.
260 (pa_type_args): Use symbol_arg_reloc_info.
261 (struct pa_it): Make arg_reloc unsigned int.
262 (struct hppa_fix_struct): Likewise for fx_arg_reloc.
263 (pa_text, pa_data, pa_comm): Don't compile for TE_LINUX.
264 (pa_code): Delete. pa_text duplicates this function.
265 (md_pseudo_table): Call obj_elf_text for ".code" if TE_LINUX.
266 (fix_new_hppa): Argument offset is offsetT, arg_reloc is unsigned
267 int.
268 (cons_fix_new_hppa): Actually change selector to e_fsel when
269 warning about assuming so.
270 (tc_gen_reloc): More example elf arg reloc code.
271 (md_apply_fix): Use arg_reloc_stub_needed for elf too.
272 (hppa_force_relocation): Likewise.
273
274 * config/tc-hppa.h: Use TARGET_ARCH_SIZE to select target include
275 files.
276 (pa_end_of_source): Prototype.
277 (hppa_fix_adjustable): Prototype.
278 (LABELS_WITHOUT_COLONS): Move it..
279 * config/te-hppa.h: To here.
280
281 * config/te-hppa64.h: New file.
282
283 * config/tc-hppa.c: Use TARGET_ARCH_SIZE to select target reloc
284 type.
285 (md_apply_fix): Pass stdoutput to bfd_hppa_insn2fmt. Handle
286 format -10, -16, 16 relocs.
287 (hppa_elf_mark_end_of_function): Test for null
288 last_call_info->start_symbol
289
290 * config/tc-hppa.c (pa_ip): In case 'V', pass `strict' to
291 CHECK_FIELD, not INSERT_FIELD_AND_CONTINUE. Don't pass opcode to
292 re_assesmble_* functions. Delete extraneous statements. Fix
293 typos in comments.
294 (md_apply_fix): Compare against 1048575 in case 21. Don't pass
295 insn to re_assemble_*.
296
623aa224
UC
2972000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
298
299 * doc/internals.texi (Expressions): Fix typo.
300
c4aa876b
NC
3012000-07-08 Kazu Hirata <kazu@hxi.com>
302
303 * config/tc-sh.c: Fix formatting.
d0313fb7 304 * config/tc-tic54x.c: Fix formatting.
f851444e
NC
305 * depend.c: Fix formatting.
306 * flonum-konst.c: Likewise.
307 * flonum-mult.c: Likewise.
c4aa876b 308
6b31947e
NC
3092000-07-07 Kazu Hirata <kazu@hxi.com>
310
a5bfe8c9 311 * config/tc-sh.c: Fix comments.
bc0d738a
NC
312 * config/obj-vms.c: Fix comments.
313 * config/tc-a29k.c: Likewise.
314 * config/tc-alpha.c: Likewise.
315 * config/tc-h8300.c: Likewise.
316 * config/tc-h8500.c: Likewise.
317 * config/tc-i370.c: Likewise.
318 * config/tc-ia64.c: Likewise.
319 * config/tc-m68hc11.c: Likewise.
320 * config/tc-m68k.c: Likewise.
321 * config/tc-mips.c: Likewise.
322 * config/tc-ns32k.c: Likewise.
323 * config/tc-ppc.c: Likewise.
324 * config/tc-z8k.c: Likewise.
6b31947e 325
b8a9dcab
NC
3262000-07-06 Mark Elbrecht <snowball3@bigfoot.com>
327
328 * config/obj-coff.c (TC_COFF_SECTION_DEFAULT_ATTRIBUTES): New.
329 Default to '(SEC_LOAD | SEC_DATA)'.
330 (obj_coff_section) [BFD_ASSEMBLER]: Use it.
331
332 * doc/internals.texi (CPU Backend): Describe
333 TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
334
beb2de9b
AC
335Thu Jul 6 17:20:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
336
337 * as.c (parse_args): NULL terminate the long option list.
338
24ddb296
AC
339Tue Jul 4 14:08:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
340
341 * config/tc-d30v.h: Include "write.h" for fixS.
342 (d30v_start_line, md_pcrel_from_section): Add function prototypes.
343
1fe72011
NC
3442000-07-05 Nick Clifton <nickc@cygnus.com>
345
346 * config/tc-d30v.c (write_2_short): Further changes to warning
347 messages produced when combining EITHER_BUT_PREFER_MU attributed
348 opcodes.
349
a5bfe8c9 3502000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
351
352 * MAINTAINERS: new
353
8de8f17e
AO
3542000-07-04 Alexandre Oliva <aoliva@redhat.com>
355
356 * config/tc-arm.c (psrs): Accept combinations of flags.
357
00d2865b
NC
3582000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
359
360 * config/tc-avr.c: Change _ () to _() around all strings marked
361 for translation (exception from the usual coding style).
362 (avr_opt): New struct variable, how the new switches are set.
363 (OPTION_MMCU): Define as 'm' and actually use.
364 (md_longopts): Add -mall-opcodes, -mno-skip-bug, -mno-wrap.
365 (show_mcu_list): New function, display the list of known MCUs.
366 (md_show_usage): Document the new switches. Call show_mcu_list.
367 (avr_set_arch): Change 'm' to OPTION_MMCU.
368 (md_parse_option): Call show_mcu_list if unknown MCU specified.
369 Handle the new switches.
370 (avr_operands): Disable warnings for undefined combinations of
371 operands if -mall-opcodes. Disable warnings for skipping two-word
372 instructions if enhanced core or -mno-skip-bug.
373 (avr_operand): Accept all addressing modes on avr1 if -mall-opcodes.
374 (md_apply_fix3): Reject 8K wrap if >8K or -mno-wrap.
375 (md_assemble): Accept opcodes not supported by MCU if -mall-opcodes.
376 (avr_ldi_expression): Warn about implicit lo8().
377 * config/tc-avr.h (md_pcrel_from_section): Add prototype.
378
54588503
UC
3792000-07-01 Koundinya K <kk@ddeorg.soft.net>
380
381 * configure.in: Add entry for mips-*-sysv4*MP*
382 * configure: Rebuild
383 * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or
384 elf32-tradlittlemips for traditional mips targets.
385 * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the
386 test for Link Once sections as in adjust_reloc_syms.
387 * config/te-tmips.h: New file for traditional mips targets. Define
388 TE_TMIPS.
389
c9900432
NC
3902000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
391
392 * config/obj-coff.c (obj_coff_setcion) [BFD_ASSEMBLER]: If the
393 flags argument is not present, don't change an existing section's
394 section's attributes. If the flags argument is present, warn if the
395 attributes don't match the section's current attributes. When
396 long section names are supported, set SEC_LINK_ONCE and
397 SEC_LINK_DUPLICATES_DISCARD for a new .gnu.linkonce section.
398
9d87310a
HPN
399Thu Jun 29 21:30:00 2000 Hans-Peter Nilsson <hp@axis.com>
400
401 * config/obj-aout.c (obj_aout_type): Do not ignore for undefined
402 symbols; create them.
403
dbddefbf
NC
4042000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
405
406 * write.c (set_segment_vma): New: Set vma and lma for a segment.
6aa4f516 407 (write_object_file) [BFD_ASSEMBLER && OBJ_COFF && TE_GO32]: Use it.
dbddefbf 408
2ae7e77b
AH
4092000-06-27 Aldy Hernandez <aldyh@redhat.com>
410
411 * config/tc-mips.c (mips_ip): handle "(foo-.-4)" type of
412 expressions. Ignore the problem when handling 16 bit immediates,
413 because the assembler will take care of the relocation later.
414
6b2539e3
NC
4152000-06-27 Nick Clifton <nickc@cygnus.com>
416
417 * config/tc-d30v.c (write_2_short): Do not allow opcodes with
418 the EITHER_BUT_PREFER_MU attribute to be combined into a reverse
419 sequential order, and emit warning messages if the input source
420 code contains constructs like that, or parallel constructs
421 containing such opcodes.
422
65aa24b6
NC
4232000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
424
425 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4.
426 Add more MCU types for avr4 and avr5. Replace at94k{10,20,40}
427 with just at94k. Change AVR_ISA_85xx back to AVR_ISA_2xxx.
428 (md_show_usage): Update usage message.
429 (md_parse_option): Allow redefinition of MCU type within the
430 same avr[1-5] bfd machine type. Show both old and new MCU type
431 in the error message.
432 (md_apply_fix3): Support 8K wrap if AVR_ISA_MEGA is not set.
433 Simplify 8K wrap code.
434
f0c56b90
NC
4352000-06-25 Kazu Hirata <kazu@hxi.com>
436
1994a7c7
NC
437 * config/obj-aout.c: Remove all uses of DEFUN.
438 * config/obj-ieee.c: Likewise.
439 * config/tc-sh.c: Fix comment typos.
440 * config/tc-tahoe.c: Likewise.
441 * config/tc-vax.c: Likewise.
442 * config/tc-w65.c: Likewise.
443 * config/tc-z8k.c: Likewise.
f0c56b90
NC
444 * config/tc-h8300.c (build_bytes): Assemble ldmac correctly.
445
6d249963
DD
4462000-06-24 DJ Delorie <dj@cygnus.com>
447
448 * config/tc-i386.c (md_estimate_size_before_relax): Revert
449 more changes from Sept 1999
450 (tc_i386_fix_adjustable): ditto
451 (md_apply_fix3): ditto
452
680d2857
FCE
4532000-06-24 Frank Ch. Eigler <fche@redhat.com>
454
455 * cgen.c (expr_jmp_buf_p): New validity flag for expr_jmp_buf.
456 (gas_cgen_parse_operand): Set it around expression() call.
457 (gas_cgen_md_operand): Test for it before longjmp().
458
e7b305a2
AM
4592000-06-24 Kazu Hirata <kazu@hxi.com>
460
c0fecd35
AM
461 * config/tc-h8500.c: Remove all uses of DEFUN.
462 * config/tc-sh.c: Likewise.
463 * config/tc-w65.c: Likewise.
464 * config/tc-z8k.c: Likewise.
465
e7b305a2
AM
466 * config/tc-h8500.c: Fix typos in comments.
467
ed6d6fd3
FCE
4682000-06-23 Frank Ch. Eigler <fche@redhat.com>
469
470 * expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
471 is defined.
472
f7c88872
AM
4732000-06-23 matthew green <mrg@redhat.com>
474
475 * expr.c (operand): Do not as_bad() if RELAX_PAREN_GROUPING is
3e87a760 476 defined. Fix error message for `[' grouping.
f7c88872 477
70d6ecf3
AM
4782000-06-22 Kazu Hirata <kazu@hxi.com>
479
480 * config/tc-h8300.c: Fix formatting and comment typos.
481
e9718fe1
TW
4822000-06-22 Timothy Wall <twall@cygnus.com>
483
484 * config/tc-ia64.c (note_register_values): Move premature QP
485 notation clearing into the appropriate place.
486
45288df1
AM
4872000-06-22 Alan Modra <alan@linuxcare.com.au>
488
1581f8c9
AM
489 * dep-in.sed: Escape literal `.'s on patterns. Trim off `../'
490 first before anything else. Add bin-bugs.h, emul.h and progress.h
491 Sort list of files as for $(OBJS) in Makefile.am.
492
493 * Makefile.am (DEP): grep for leading `/' in DEPA, and fail if we
494 find one. Remake dependencies.
495 ($(OBJS)): Add bin-bugs.h, emul.h, and progress.h Sort the list.
496 * Makefile.in: Regenerate.
497 * doc/Makefile.in: Regenerate.
498
45288df1
AM
499 * config/tc-i386.c (i386_displacement): Don't assume a constant
500 displacement is necessarily 16 bits when in 16 bit code mode.
501 (md_assemble): Instead size the displacement here after we know
502 for sure that a .code16gcc operand hasn't automatically added
503 operand size prefixes.
504
01580992
L
5052000-06-21 H.J. Lu <hjl@gnu.org>
506
507 * Makefile.am: Rebuild dependency.
508 * Makefile.in: Rebuild.
509
40f09f82
JL
5102000-06-21 Kazu Hirata <kazu@hxi.com>
511
512 * config/tc-h8300.c (parse_reg): Make the function static.
513 (parse_exp): Likewise.
514
78295804
DD
5152000-06-20 DJ Delorie <dj@cygnus.com>
516
517 * config/tc-i386.c (tc_i386_fix_adjustable): Revert change from
518 Sept 1999; RVA relocs need to be treated more like DIR32 relocs
519 for cygwin import libraries to work properly.
520
45f85b08
L
5212000-06-20 H.J. Lu <hjl@gnu.org>
522
523 * Makefile.am: Rebuild dependency.
524 * Makefile.in: Rebuild.
525 * configure: Likewise.
526 * doc/Makefile.in: Likewise.
527
39bec121
TW
5282000-06-20 Timothy Wall <twall@cygnus.com>
529
530 * doc/internals.texi (CPU backend): Add @itemx for
3e87a760 531 TC_START_LABEL_WITHOUT_COLON.
39bec121
TW
532 * doc/c-tic54x.texi: New.
533 * doc/as.texinfo: Add tic54x features and include primary tic54x
3e87a760 534 documentation file.
39bec121 535 * doc/all.texi: Add C54X.
3e87a760 536 * doc/Makefile.am (CPU_DOCS): Add c-tic54x.texi.
39bec121
TW
537 * doc/Makefile.in: Regenerate.
538 * configure.in: Add tic54x and define LIBM for tic54x.
539 * configure: Regenrate.
540 * config/tc-tic54x.[ch]: New.
541 * config/obj-coff.h: Add tic54x.
542 * Makefile.am: (CPU_TYPES): Add tic54x.
543 (TARGET_CPU_CFILES): Add 'tc-tic54x.c'.
544 (TARGET_CPU_HFILES): Add 'tc-tic54x.h'.
545 (as_new_LDADD): Add $(LIBM).
546 * Makefile.in: Regenerate.
3e87a760 547
60bcf0fa
NC
5482000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
549
550 * doc/Makefile.am (CPU_DOCS): Added 68hc11 file.
551 * doc/c-m68hc11.texi: Document 68HC11 and 68HC12 port.
552 * doc/as.texinfo: Likewise.
553
554 * configure, Makefile.in: Regenerate.
555 * configure.in (emulations): Recognize m6811 and m6812.
556 * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
557 Added files for 68hc11 and 68hc12 assembler.
558 * config/tc-m68hc11.c: Assembler for 68hc11 and 68hc12.
559 * config/tc-m68hc11.h: Header definition for that assembler.
560
ec05f674
NC
5612000-06-18 Nick Clifton <nickc@redhat.com>
562
24ef8152
NC
563 * symbols.c (resolve_symbol_value): Use bfd_octets_per_byte
564 instead of OCTETS_PER_BYTE.
565
ec05f674 566 * config/tc-v850.c: Fix compile time warnings.
5480ccf3 567 * config/tc-ppc.c: Fix compile time warnings.
ec05f674 568
119caedd
L
5692000-06-18 H.J. Lu <hjl@gnu.org>
570
571 * configure.in: Don't emulate i386-pc-pe-coff with i386coff.
572 * configure: Rebuild.
573
607723e4
NC
5742000-06-17 Mark Elbrecht <snowball3@bigfoot.com>
575
3e87a760
AM
576 * config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER
577 to BFD_ASSEMBLER.
607723e4 578
b946ec34
NC
5792000-06-16 Nick Clifton <nickc@cygnus.com>
580
581 * config/tc-mips.c (md_parse_option): Accept RM5200,RM5230,
582 RM5231, RM5261, RM5721 and RM7000 as r5000 cpu variants.
583
584 * doc/c-mips.texi: Document newly accepted cpu variants.
585
37ce37b1
UC
5862000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
587
588 * config/tc-mips.h: Remove definition of ONLY_STANDARD_ESCAPES.
589
c06ae4f2
UC
5902000-06-13 Ulf Carlsson <ulfc@engr.sgi.com>
591
592 * macro.c (getstring): Make it possible to escape the quote
593 character.
594
20348649
JL
595Tue Jun 13 20:58:28 2000 Catherine Moore <clm@redhat.com>
596
597 * config/tc-hppa.c (pa_export): Weak symbols can be global.
598
bcef29e6
L
5992000-06-13 H.J. Lu <hjl@gnu.org>
600
601 * configure: Regenerate.
602
63a0b638
AM
6032000-06-09 Alan Modra <alan@linuxcare.com.au>
604
605 * app.c (do_scrub_begin): Don't default lex[';'] as a line
606 separator.
607 * doc/internals.texi (line_separator_chars): Semicolon is no
608 longer a default. Mention null and newline as defaults.
609
610 * read.c (is_end_of_line): Remove ifdef TC_HPPA.
611
612 * config/tc-i386.h (line_separator_chars): Explicitly mention `;'
613 * config/tc-i860.h (line_separator_chars): Likewise.
614 * config/tc-h8300.c (line_separator_chars): Likewise.
615 * config/tc-i960.c (line_separator_chars): Likewise.
616 * config/tc-m68k.c (line_separator_chars): Likewise.
617 * config/tc-mips.c (line_separator_chars): Likewise.
618 * config/tc-ns32k.c (line_separator_chars): Likewise.
619 * config/tc-sparc.c (line_separator_chars): Likewise.
620 * config/tc-vax.c (line_separator_chars): Likewise.
621
622 * config/tc-h8300.c (comment_chars): Use string initialiser.
623 * config/tc-i960.c (line_comment_chars): Likewise.
624 * config/tc-z8k.c (comment_chars, line_comment_chars,
625 line_separator_chars): Likewise.
626
627 * config/tc-arm.c (line_separator_chars): Always use `;', not just
628 for TE_LINUX.
629
9bab9349
NC
6302000-06-08 Nick Clifton <nickc@cygnus.com>
631
632 * config/tc-arm.c (cons_fix_new_arm): Assign correct reloc value
633 for size 1 fixes.
634
946efd95
DB
6352000-06-08 David O'Brien <obrien@FreeBSD.org>
636
637 * configure.in (VERSION): Update to show this is the CVS mainline.
638
6480b79a
DB
6392000-06-08 Matthew Jacob <mjacob@feral.com>
640
641 * config/tc-alpha.c (md_undefined_symbol): Properly understand that
642 $at is the integer register $r28, vs. both $r28 and the floating
643 point register $f28.
644
10850f29
JW
6452000-06-08 James E. Wilson <wilson@cygnus.com>
646
647 * config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns.
648 (dot_endp): Don't call ia64_flush_insns.
649 (emit_one_bundle): Don't delete prologue/body records from
650 unwind_record list in first loop. Rewrite second loop to account for
651 this.
652
150f24a2
JW
6532000-06-07 David Mosberger <davidm@hpl.hp.com>
654
655 * config/tc-ia64.c: Add missing prototypes.
656 (generate_unwind_image): Cast argument to output_unw_records call.
657
e38c9cc2
DC
658Wed Jun 7 22:44:14 2000 Denis Chertykov <denisc@overta.ru>
659
46b85d42 660 * config/tc-avr.c (avr_operand): fix the formatting of the comment.
e38c9cc2 661
1188e082
DC
662Wed Jun 7 21:26:15 2000 Denis Chertykov <denisc@overta.ru>
663
664 * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h
665 (REGISTER_P): likewise.
666 (avr_opcodes): uses include/opcode/avr.h
667 (avr_operand): enable ld r,Z or st r,Z for at90s1200.
3e87a760 668
ac743b2c
AM
6692000-06-04 Alan Modra <alan@linuxcare.com.au>
670
0b545448
AM
671 * read.c (is_end_of_line): No ';' for TC_HPPA. Add missing
672 initializers too.
ac743b2c 673
969e1a7b
L
6742000-06-03 H.J. Lu <hjl@gnu.org>
675
676 * read.c (is_end_of_line): Put back `;'.
677
65172ab8
AM
6782000-06-03 Alan Modra <alan@linuxcare.com.au>
679
680 * config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf.
681
b75c0c92
AM
6822000-06-01 Alan Modra <alan@linuxcare.com.au>
683
684 * expr.c (operand): Test is_end_of_line outside switch to catch
685 line separator chars that are also operators.
686 (operator): Return O_illegal for line separator chars.
687
688 * read.c (is_end_of_line): Use 1 instead of 99. Don't set `;'
689 entry (or `!' entry for TC_HPPA).
690
691 * config/tc-arm.c (my_get_float_expression): Cast to unsigned char
692 before indexing is_end_of_line. Remove redundant check for '\0'.
693 (fp_op2): Likewise.
694 * config/tc-h8500.c (md_assemble): Likewise.
695 * config/tc-mcore.c (md_assemble): Likewise.
696 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
697 (md_atof): Likewise
698
699 * config/tc-m88k.c (s_bss): Cast to unsigned char before indexing
700 is_end_of_line.
701 * config/tc-mcore.c (mcore_cons): Likewise.
702 (mcore_float_cons): Likewise.
703 (mcore_stringer): Likewise.
704 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
705
a6836251
SB
7062000-06-01 Scott Bambrough <scottb@netwinder.org>
707
708 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
709
43841e91
NC
7102000-05-29 Nick Clifton <nickc@cygnus.com>
711
712 * config/tc-sh.c: Fix compile time warning messages.
713
714 * config/tc-mips.c: Fix compile time warning messages.
715
a057431b
PB
7162000-05-29 Philip Blundell <philb@gnu.org>
717
718 * doc/as.texinfo: Update copyright dates.
a81d9f0c 719 (Local Labels): Delete misplaced mention of ARM.
a057431b
PB
720 * NEWS: Mention ARM ELF support.
721
3c07fb76
AO
7222000-05-27 Alexandre Oliva <aoliva@cygnus.com>
723
724 * config/tc-mn10300.c (md_assemble): Copy size to real_size before
725 it is modified, and use the real_size to compute the frag address
726 for dwarf2 line info.
727
ad4d6ccf
AM
7282000-05-27 Alan Modra <alan@linuxcare.com.au>
729
730 * Makefile.am (DEP, DEP1, dep, dep-in, dep-am): Use a better sed
731 line-matching scheme to cope with automake moving variables around.
732 ($(TARG_CPU_O)): Remove dependency on TARG_CPU_DEP_@target_cpu_type@
733 * Makefile.in: Regenerate.
734
6faf3d66
JJ
7352000-05-26 Jakub Jelinek <jakub@redhat.com>
736
737 * config/tc-sparc.c (sparc_relax): New.
738 (md_longopts): Add -relax and -no-relax options.
739 (md_parse_options, md_show_usage): Likewise.
740 (md_apply_fix3): Optimize tail call into branch always if possible.
741
0a44c2b1
DL
742Thu May 4 15:27:07 2000 Donald Lindsay <dlindsay@cygnus.com>
743
744 * config/tc-d10v.c (write_2_short, parallel_ok, md_assemble,
745 d10v_cleanup) implement Mitsubishi's newly explained branch-packing
746 rules, with warning when a GAS statement specifies a packing that
747 will result in an instruction being squashed.
3e87a760
AM
748 Added typdef packing_type and enumerals, changed various integer
749 literals to use the enumerals.
0a44c2b1 750
e0c9811a
JW
7512000-05-24 David Mosberger <davidm@hpl.hp.com>
752
753 * config/tc-ia64.c (dot_restorereg_p): New function.
754 (md_pseudo_table): Add restorereg.p.
755 (output_X3_format): Fix typo: record type should be UNW_X3, not UNW_X1.
756 (output_X4_format): Fix typo: record type should be UNW_X4, not UNW_X2.
757
758 * config/tc-ia64.h (unw_record_type): Add unwabi.
759 (unw_r_record): Rename member MASK to GRMASK. Add sub-structure
760 called MASK with members for imask, and the masks produced by
761 fr_mem, gr_mem, br_mem, and frgr_mem.
762 (unw_p_record): Add members ABI and CONTEXT.
763 (unw_x_record): Add member AB.
764 * config/tc-ia64.c (enum reg_symbol): Add REG_PSP and REG_PRIUNAT
765 as pseudo-register for use during unwind info generation.
766 (AR_PFS, AR_LC): New macros.
767 (enum pseudo_type): Add PSEUDO_FUNC_REG to permit declaring registers
768 whose names start with an at sign (as in "@priunat").
769 (pseudo_func): Add "svr4", "hpux", "nt" constants and "priunat"
770 register.
771 (unwind_list, unwind_tail, current_unwind_entry, proc_start,
772 proc_end, unwind_info, personality_routine): Consolidate into
773 "unwind" structure to reduce offset-table use. Add member
774 NEXT_SLOT_NUMBER to track the slot number for the next instruction
775 to be emitted.
776 (output_R1_format, output_R3_format, output_P3_format,
777 output_P6_format): Initialize R with zero to reduce compiler warnings.
778 (output_P7_format): Ditto. Add `default' branch to switch
779 statement to reduce compiler warnings.
780 (output_P8_format, output_B1_format, output_B4_format): Ditto.
781 (output_P4_format): Rename 2nd & 3rd arg to IMASK and IMASK_SIZE.
782 (format_ab_reg): Rename from format_a_b_reg. Merge A and B args
783 into single argument.
784 (output_X1_format, output_X3_format): Initialize R with zero to reduce
785 compiler warnings. Merge A and B args into single argument.
786 (output_X2_format, output_X4_format): Remove unused variable R. Merge
787 A and B args into single argument.
788 (free_record): Removed (wasn't used).
789 (free_list_records): Also free imasks in prologue records.
790 (output_prologue, output_prologue_gr): Initialize mask bits to zero.
791 (output_spill_mask): Remove.
792 (output_unwabi): New function.
793 (output_epilogue, output_label_state, output_copy_state): Call
794 alloc_record.
795 (output_spill_psprel, output_spill_sprel, output_spill_psprel_p,
796 output_spill_sprel_p, output_spill_reg, output_spill_reg_p): Add AB
797 argument.
798 (process_one_record): New locals FR_MASK and GR_MASK. Ignore
799 gr_mem, fr_mem, br_mem, and frgr_mem records and instead emit them
800 as part of handling the prologue records. Emit region's imask if
801 we have one. Handle unwabi, epilogue, label_state, copy_state,
802 spill_psprel, spill_sprel, spill_reg, spill_psprel_p,
803 spill_sprel_p, and spill_reg_p records.
804 (set_imask, count_bits, slot_index): New function.
805 (fixup_unw_records): Fix region size computation. Handle
806 epilogue, spill_reg, spill_sprel, spill_psprel, spill_reg_p,
807 spill_sprel_p, and spill_psprel_p records. Merge mask bits of
808 frgr_mem, fr_mem, gr_mem, br_mem on a per-region basis and
809 set_imask accordingly. Update imask for gr_gr, and br_gr records.
810 (convert_expr_to_ab_reg, convert_expr_to_xy_reg): New function.
811 (dot_save): Use manifest constants for applicaton registers.
812 Handle REG_PR and REG_PRIUNAT.
813 (dot_restore): Don't just ignore it.
814 (dot_restorereg): New function..
815 (generate_unwind_image): Ensure unwind info is a multiple of eight
816 bytes, not just four bytes.
817 (dot_handlerdata, dot_unwentry): Demand empty rest of line.
818 (dot_altrp): Don't just ignore it.
819 (dot_savemem): New function. Replaces dot_savesp() and
820 dot_savepsp(). Use manifest constants for applicaton registers.
821 Handle REG_PR and REG_PRIUNAT.
822 (dot_savef): Simplify.
823 (dot_saveb): Support generation of br_gr.
824 (dot_spillreg, dot_spillmem, dot_spillreg_p, dot_spillmem_p,
825 dot_label_state, dot_copy_state): New function.
826 (dot_unwabi): Don't just ignore it.
827 (md_pseudo_table): Add restorereg, spillreg, spillsp, spillpsp,
3e87a760 828 spillreg.p, spillsp.p, spillpsp, label_state, copy_state,
e0c9811a
JW
829 unwabi, vframesp, and vframepsp. Fix typo alprp->altrp.
830 (emit_one_bundle): Set slot number for prologue/body records
831 *before* emitting the first insn.
832 (emit_one_bundle): Set UNWIND.NEXT_SLOT_NUMBER.
833 (md_begin): Declare "psp" pseudo-register.
834 (md_operand): Handle PSEUDO_FUNC_REG. Fix printing of error message
835 so we don't get segfault.
836 (output_psp_sprel): Output sp/psp relative offsets as 4-byte word
837 counts as required per SW Conventions manual
838 (output_rp_psprel, output_rp_sprel, output_pfs_psprel,output_pfs_sprel,
839 output_preds_psprel, output_preds_sprel, output_spill_base,
840 output_unat_psprel, output_unat_sprel, output_lc_psprel,
841 output_lc_sprel, output_fpsr_psprel, output_fpsr_sprel,
842 output_priunat_psprel, output_priunat_sprel, output_bsp_psprel,
843 output_bsp_sprel, output_bspstore_psprel, output_bspstore_sprel,
844 output_rnat_psprel, output_rnat_sprel, output_spill_psprel,
845 output_spill_sprel, output_spill_psprel_p, output_spill_sprel_p):Ditto.
846 (dot_vframe): Implement.
847 (dot_vframesp, dot_vframepsp): New function.
848
f98fd99f
HPN
849Tue May 23 00:57:05 2000 Hans-Peter Nilsson <hp@axis.com>
850
851 * configure.in (i386-*-freebsd a.out entry): Quote properly.
4c8d9ec6 852 * configure: Regenerate.
f98fd99f 853
ee7fcc42
AM
8542000-05-23 Alan Modra <alan@linuxcare.com.au>
855
856 * config/tc-i386.c (md_assemble): Pass jump reloc in fr_var...
857 (md_estimate_size_before_relax): so we can use it here instead of
858 old kludges. Localise vars to blocks. Comment.
859
860 * frags.c (frag_new): Update fr_var comments.
861 * frags.h (struct frag): Ditto.
862
c67e42c9
RH
8632000-05-22 Richard Henderson <rth@cygnus.com>
864
865 * config/tc-ia64.c (FUNC_PC_RELATIVE): New.
866 (pseudo_func): Add pcrel.
867 (operand_match): Handle IA64_OPND_TGT64.
868 (build_insn): Likewise.
869 (md_begin): Initialize pseudo_func[FUNC_PC_RELATIVE].
870 (ia64_gen_real_reloc_type): Handle FUNC_PC_RELATIVE.
871 (fix_insn): Handle all three 64-bit relocation types.
872
5110c57e
HPN
873Mon May 22 22:43:32 2000 Hans-Peter Nilsson <hp@axis.com>
874
875 * obj.h (struct format_ops): New members begin, app_file,
876 s_set_other, s_set_desc, s_get_type, s_set_type,
877 separate_stab_sections, init_stab_section.
878
879 * config/obj-multi.h: Update GPL notice to v2.
880 (obj_begin): New.
881 (obj_app_file): New.
882 (S_SET_SIZE): Test s_set_size for NULL before calling.
883 (S_SET_ALIGN): Similar for s_set_align.
884 (S_SET_OTHER): New.
885 (S_SET_DESC): New.
886 (S_GET_TYPE): New.
887 (S_SET_TYPE): New.
888 (SEPARATE_STAB_SECTIONS): New.
889 (INIT_STAB_SECTION): New.
890 (EMIT_SECTION_SYMBOLS): New.
891 (AOUT_STABS) [OBJ_MAYBE_AOUT]: Define.
892
893 * config/obj-elf.h: Update GPL notice to v2.
894 Mention that this file is included from obj-multi.h.
895 (obj_begin): Wrap definition in ifndef.
896 (elf_file_symbol): Constify declaration.
897 (obj_app_file): Ditto.
898 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
899 Wrap in ifndef SEPARATE_STAB_SECTIONS.
900
901 * config/obj-elf.c (elf_s_set_other): New.
902 (elf_file_symbol): Constify argument.
903 (elf_separate_stab_sections): New.
904 (elf_init_stab_section): New.
905 (elf_format_ops): Add new members. Remove comma at end.
906
907 * config/obj-ecoff.c (ecoff_separate_stab_sections): New.
908 (ecoff_format_ops): Add new fields. Remove comma at end.
909 Mention inconsistency for emit_section_symbols.
910
911 * config/obj-coff.h (c_dot_file_symbol): Constify declaration.
912
913 * config/obj-coff.c (c_dot_file_symbol): Constify argument.
914 (coff_separate_stab_sections): New.
915 (coff_format_ops): Add new members.
916
917 * config/obj-aout.c (obj_aout_sec_sym_ok_for_reloc): New.
918 (obj_aout_s_set_other): New.
919 (obj_aout_s_set_desc): New.
920 (obj_aout_s_get_type): New.
921 (obj_aout_s_set_type): New.
922 (obj_aout_separate_stab_sections): New.
923 (aout_format_ops): New members added. Use obj_aout_process_stab,
924 not 0. Use obj_aout_sec_sym_ok_for_reloc, not 0.
925 (obj_aout_frob_symbol): Add ATTRIBUTE_UNUSED to args as
926 appropriate.
927 (obj_aout_line, obj_aout_weak, obj_aout_type): Ditto.
928
b98ef147
AM
9292000-05-22 Alan Modra <alan@linuxcare.com.au>
930
931 * config/tc-i386.c (tc_i386_fix_adjustable): Prevent adjustment
932 for OBJ_MAYBE_ELF too. Use S_IS_EXTERNAL instead of S_IS_EXTERN.
933 (md_estimate_size_before_relax): Ensure jumps to weak and
934 externally visible symbols are relocatable.
935
0aa5d426
HPN
936Sat May 20 16:41:55 2000 Hans-Peter Nilsson <hp@axis.com>
937
938 * stabs.c (aout_process_stab): Make global.
939 (s_desc): Add ATTRIBUTE_UNUSED to args as appropriate.
940 * read.h (aout_process_stab): Declare.
941
942 * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]:
943 Generalize to *aout, *coff *elf.
944 * configure: Regenerated.
945
946 * doc/internals.texi (Object format backend): Say
947 SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
b8166459
HPN
948
949 * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.
950 * Makefile.in: Regenerated.
951
7c3dc350
CM
9522000-05-19 Catherine Moore <clm@cygnus.com>
953
954 * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined.
955
b3b6a3fe
JL
9562000-05-18 Alan Modra <alan@linuxcare.com.au>
957
958 * config/tc-hppa.c (md_apply_fix): Mask out immediate bits of
959 instruction to reflect change in re_assemble_*.
960
c9e10a08
JL
961Thu May 18 10:52:14 2000 Jeffrey A Law (law@cygnus.com)
962
963 * configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, then
964 build PA64 ELF tools.
965 * configure: Rebuilt.
966
3043679f
AM
9672000-05-17 Alan Modra <alan@linuxcare.com.au>
968
969 * Makefile.am: Regenerate dependencies.
970 * Makefile.in: Regenerate.
971
322f2c45
NC
9722000-05-15 Nick Clifton <nickc@cygnus.com>
973
974 * config/tc-arm.c (struct asm_psr): Add boolean field
975 distinguishing between CSPR and SPSR. Rename 'number' field
976 to 'field'.
977 (psrs): Rearrange contents to match new asm_psr structure.
978 (arm_psr_parse): Move next to psr_required_here. Make it
979 return an asm_psr structure.
980 (psr_required_here): Use asm_psr structure returned by
981 arm_psr_parse.
982 (do_msr): Reorganise to allow psr_required_here to be called
983 only once.
984 (md_undefined_name): Mark 'name' parameter as unused, since
985 the COFF target does not use it.
322f2c45 986
5e6cbf41
PB
9872000-05-14 David O'Brien <obrien@FreeBSD.org>
988
989 * config/te-386bsd.h: Clean up comments to adhere to the GNU coding
990 standards.
991 * config/te-aux.h: Likewise.
992 * config/te-dpx2.h: Likewise.
993 * config/te-go32.h: Likewise.
994 * config/te-hp300.h: Likewise.
995 * config/te-hppa.h: Likewise.
996 * config/te-i386aix.h: Likewise.
997 * config/te-ic960.h: Likewise.
998 * config/te-interix.h: Likewise.
999 * config/te-nbsd532.h: Likewise.
1000 * config/te-pc532mach.h: Likewise.
1001 * config/te-ppcnw.h: Likewise.
1002 * config/te-psos.h: Likewise.
1003 * config/te-sparcaout.h: Likewise.
1004 * config/te-sun3.h: Likewise.
1005 * config/te-sysv32.h: Likewise.
1006
4132022d
AM
10072000-05-14 Alan Modra <alan@linuxcare.com.au>
1008
1009 * config/tc-h8300.c (do_a_fix_imm): Don't rely on `short' being 16
1010 bits. Instead explicitly mask and sign extend. Do the 8 bit mask
1011 and sign extend without an if statement.
1012 (build_bytes): Likewise.
1013
10142000-05-14 Kazu Hirata <kazu@hxi.com>
1015
1016 * config/tc-h8300.c (do_a_fix_imm): Output a reloc for no
1017 X_add_symbol L_32 case.
1018
b4fd930a
AM
10192000-05-14 David O'Brien <obrien@FreeBSD.org>
1020
1021 * config/te-freebsd.h: New file.
1022
a38cf1db
AM
10232000-05-13 Alan Modra <alan@linuxcare.com.au>
1024
897083bd
AM
1025 * asintl.h (gettext, dgettext, dcgettext, textdomain,
1026 bindtextdomain): Replace defines with those from intl/libgettext.h
1027 to quieten gcc warnings.
1028
a38cf1db
AM
1029 * NEWS: Mention x86 .arch and -q.
1030
1031 * config/tc-i386.c (quiet_warnings): New.
1032 (md_assemble): Use quiet_warnings.
1033 (md_parse_option): Set quiet_warnings from -q.
1034 (md_show_usage): Mention -q, delete -m.
1035 (flag_do_long_jump): Delete.
1036 (md_parse_option): Remove -m.
1037 (md_show_usage): Remove -m.
1038 (md_create_long_jump): Remove useless flag_do_long_jump code.
1039
1040 * as.c (parse_args): In case OPTION_DEFSYM, use a valueT to hold
1041 the symbol value, and use bfd_scan_vma if BFD_ASSEMBLER.
1042
e413e4e9
AM
10432000-05-13 Alan Modra <alan@linuxcare.com.au>
1044 Alexander Sokolov <robocop@netlink.ru>
1045
1046 * doc/c-i386.texi (i386-Arch): New section.
1047 (i386-Syntax): Mention .intel_syntax and .att_syntax.
1048
1049 * config/tc-i386.c (cpu_arch_name, cpu_arch_flags): New.
1050 (smallest_imm_type): Use smallest opcode for shift by one if cpu
1051 architecture has been given and is not 486.
1052 (set_cpu_arch): New.
1053 (md_pseudo_table): Add .arch.
1054 (md_assemble): Warn if cpu architecture has been given and an
1055 unsupported instruction.
1056
1057 * config/tc-i386.h (SMALLEST_DISP_TYPE): Delete.
1058 Move operand_types bit defines after relevant template field.
1059 (template): Add cpu_flags.
1060 (Cpu*): Define.
1061 (arch_entry): New.
1062
e8b1cae5
AO
10632000-05-12 Alexandre Oliva <aoliva@cygnus.com>
1064
1065 * config/tc-mn10300.h (md_end): Define.
1066 (mn10300_finalize): Declare.
1067 * config/tc-mn10300.c: Include dwarf2dbg.h.
1068 (debug_line): Define.
1069 (md_assemble): Generate dwarf2 line info.
1070 (mn10300_finalize): New function. Finalize dwarf2 info.
1071
426b0403
AM
10722000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
1073
1074 * config/tc-mips.c (md_estimate_size_before_relax): Use the
1075 external version of the relocation for weak symbols.
1076
e4c58b25
JW
10772000-05-08 David Mosberger <davidm@hpl.hp.com>
1078
1079 * config/tc-ia64.c (output_P7_format, case mem_stack_f): Output fixed
1080 frame size in units of 16 bytes, as required per SW Conventions manual.
1081 (output_unw_records): Output info-block header as a dword to get
1082 byte-order right.
1083
8fce3f5e
AM
10842000-05-08 Alan Modra <alan@linuxcare.com.au>
1085
1086 * as.h: #include "file", not <file> on files from ../include.
1087 (as_abort, as_fatal): Add ATTRIBUTE_NORETURN.
1088 * config/tc-m68k.c (m68k_ip): Fix signed/unsigned warnings.
1089 (md_convert_frag): Add ATTRIBUTE_UNUSED.
1090 (tc_coff_symbol_emit_hook): Ditto.
1091 (OPTCOUNT): Cast to int to avoid compiler warning.
1092 (md_begin): Fix signed/unsigned warnings.
1093
10942000-05-08 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1095
1096 * config/tc-m68k.c (md_convert_frag_1): Abort if we end up in the
1097 ABRANCH LONG case for a conditional branch on a 68000.
1098 (md_estimate_size_before_relax): Likewise. Also handle
1099 flag_short_refs correctly for ABRANCH, BCC68000, and DBCC.
1100 (m68k-ip: case ABSL): Relax absolute references to 16-bit
1101 PC-relative on all CPUs.
1102 (md_estimate_size_before_relax): Likewise.
1103
fb166ee3
AM
11042000-05-04 Alan Modra <alan@linuxcare.com.au>
1105
1106 * as.c (parse_args): Just mention current year in printed
1107 copyright message.
1108
7a899fff
C
11092000-05-03 J.T. Conklin <jtc@redback.com>
1110
1111 * config/tc-ppc.c (pre_defined_registers): Add entries for vector
3e87a760 1112 unit registers.
7a899fff
C
1113 (md_parse_option): Recognize -m7400.
1114
44877466
ILT
11152000-05-03 Ian Lance Taylor <ian@zembu.com>
1116
1117 * config/atof-ieee.c (gen_to_words): When adding carry back in,
1118 don't permit lp to become less than the words array.
1119
eaa15ab8
NC
11202000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
1121
1122 config/tc-mcore.c (md_apply_fix3): BFD_RELOC_MCORE_PCREL_IMM11BY2
1123 Fix little-endian case.
1124
7c4f6a03
AM
11252000-05-03 David O'Brien <obrien@NUXI.com>
1126
1127 * as.c (parse_args): Update copyright.
1128
da5d444c
AM
11292000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
1130
1131 * gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
1132 for the .bss section too.
1133
3f9b03b5
AM
11342000-05-02 Alan Modra <alan@linuxcare.com.au>
1135
1136 * configure.in: Set em=linux for hppa-*-linux.
1137 * configure: Regenerate.
1138 * doc/Makefile.in: Regenerate with correct automake.
1139
1140 * frags.c (frag_grow): Sanity check chunk_size.
1141
1142 * config/obj-elf.h: #include "bfd.h" not <bfd.h>
1143 * config/obj-som.h: Likewise.
1144 * config/obj-ieee.h: Likewise.
1145
1146 * config/tc-hppa.h: Test BFD_ARCH_SIZE, not BFD64.
1147
1148 * config/tc-hppa.c (log2): Only compile when OBJ_SOM.
1149 (md_pseudo_table): Fully initialise OBJ_ELF cases.
1150 (fix_new_hppa): Add ATTRIBUTE_UNUSED to args as appropriate.
1151 (pa_ip): low_sign_unext now returns via function value. Use
1152 re_assemble_* instead of dis_assemble_* and
1153 INSERT_FIELD_AND_CONTINUE combination. Don't call sign_unext
1154 unnecessarily.
1155 (md_convert_frag): Add ATTRIBUTE_UNUSED to args as appropriate.
1156 (md_section_align, md_parse_option, md_show_usage,
1157 md_undefined_symbol, pa_align, pa_block, pa_brtab, pa_try,
1158 pa_callinfo, pa_code, pa_comm, pa_end, pa_enter, pa_entry,
1159 pa_exit, pa_export, pa_import, pa_label, pa_leave, pa_level,
1160 pa_origin, pa_param, pa_proc, pa_procend, pa_space, pa_spnum,
1161 pa_version, pa_compiler, pa_copyright, pa_data, pa_fill, pa_lsym,
1162 pa_text): Likewise.
1163 (md_apply_fix): Change type of new_val to offsetT. Delete w1, w2,
1164 w, resulti. Add insn, val. Move bfd_get_32 and bfd_put_32
1165 outside of switch. Correct mask and shifting errors in case 10
1166 and case -11. In case 21, compare against signed range to suit
1167 hppa_field_adjust changes. In case 12, use re_assemble_12. In
1168 case 17 and case 22, use offsetT variable to properly check range.
1169 Use re_assemble_* here too.
1170 (evaluate_absolute): Change type of value to offsetT. Call
1171 hppa_field_adjust to do the work for us.
1172 (pa_parse_cmpb_64_cmpltr): Delete save_s.
1173 (pa_parse_cmpib_64_cmpltr): Ditto.
1174 (pa_build_unwind_subspace): Delete unused var subseg. Change type
1175 of i to unsigned int.
1176 (pa_type_args): Conditionally declare symbol if OBJ_SOM.
1177 (pa_end_of_source): Return type is void.
1178
a2984248
CM
1179Mon May 1 08:54:23 2000 Catherine Moore <clm@cygnus.com>
1180
1181 * macro.c (macro_expand_body): Don't prepend macro number with zeroes.
1182
df136245
DC
1183Mon May 1 14:19:39 2000 Denis Chertykov <denisc@overta.ru>
1184
1185 * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.
1186 More comments added.
1187 (md_begin): Removed "construct symbols for each register name".
1188 Because register names conflicts with GCC generated function
1189 names.
1190 (avr_operand): Now constant numbers can be used as a register
1191 identifiers (0 as r0, 31 as r31).
1192 (md_assemble): use skip_space () before parsing instruction
1193 operands.
1194
b170af93
DC
1195Sun Apr 23 16:45:45 2000 Denis Chertykov <denisc@overta.ru>
1196
1197 * config/tc-avr.c: New AVR_ISA_ defined.
3e87a760 1198 (md_assemble): Handle opcodes with optional operands (lpm,elpm).
b170af93 1199 (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
3e87a760 1200 for `fmul', `movw' and `lpm R,Z' instructions.
b170af93 1201 (avr_operands): Warn if current opcode is a two-word instruction
3e87a760 1202 and previous opcode was cpse/sbic/sbis/sbrc/sbrs.
b170af93
DC
1203 (avr_opcodes): New commands added.
1204 (REGISTER_P): Check 'a' and 'v' constraint letters.
1205 (mcu_types): New MCU added.
1206
c1e73230
AM
12072000-05-01 Alan Modra <alan@linuxcare.com.au>
1208
1209 * configure.in: Set bfd_gas=yes on i386-*-pe and i386-*-nt* to
1210 ensure all pe targets use bfd. Remove unnecessary bfd_gas=yes on
1211 arm-*-netbsd* and arm-*-wince as this is set for all arm*.
1212 * configure: Regenerate.
1213
a1934524
AM
12142000-04-29 Andreas Jaeger <aj@suse.de>
1215
1216 * as.h: Correctly check GCC version.
1217
7f6d05e8
CP
1218Mon Apr 24 15:21:11 2000 Clinton Popetz <cpopetz@cygnus.com>
1219
1220 * as.c (parse_args): Allow md_parse_option to override -a listing
1221 option.
1222 * config/obj-coff.c (add_lineno): Change type of offset parameter
1223 from "int" to "bfd_vma."
1224 * config/tc-ppc.c (md_pseudo_table): Add "llong" and "machine."
1225 (ppc_mach, ppc_subseg_align, ppc_target_format): New.
3e87a760 1226 (ppc_change_csect): Align correctly for XCOFF64.
7f6d05e8
CP
1227 (ppc_machine): New function, which discards "ppc_machine" line.
1228 (ppc_tc): Cons for 8 when code is 64 bit.
1229 (md_apply_fix3): Don't check operand->insert. Handle 64 bit
1230 relocations.
1231 (md_parse_option): Handle -a64 and -a32.
1232 (ppc_xcoff64): New.
1233 * config/tc-ppc.h (TARGET_MACH): Define.
1234 (TARGET_FORMAT): Move to function.
1235 (SUB_SEGMENT_ALIGN): Use ppc_subseg_align.
1236
d9b7d820
AM
12372000-04-26 David O'Brien <obrien@FreeBSD.org>
1238
1239 * doc/as.1: Fix unbalanced brackets.
1240
1241 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
1242 TE_FreeBSD.
1243 (line_comment_chars): Set to '/' if TE_FreeBSD.
1244
cea1ab94
JL
1245Tue Apr 25 11:02:02 2000 Jeffrey A Law (law@cygnus.com)
1246
1247 * configure.in: Configury support for PA64 (currently disabled).
1248 * configure: Rebuilt.
1249
e799a695
AM
12502000-04-25 Machida Hiroyuki <machida@sm.sony.co.jp>
1251
3e87a760 1252 * config/tc-mips.c (s_change_sec): Use record_alignment, not
e799a695
AM
1253 bfd_set_section_alignment.
1254
3b0ec529
AM
12552000-04-25 Alan Modra <alan@linuxcare.com.au>
1256
1257 * config/tc-i386.c (offset_in_range): Ensure shift counts are less
1258 than 32.
1259
adcf07e6
NC
12602000-04-24 Nick Clifton <nickc@cygnus.com>
1261
1262 * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0.
1263 * doc/as.texinfo (Align): Include arm and strongarm in list of
1264 targets that have the second form of the behaviour of the .align
3e87a760 1265 directive.
adcf07e6 1266
5047a41f
JL
12672000-04-24 Mark Klein <mklein@dis.com>
1268
1269 * obj-som.c: Terminate obj_pseudo_table.
1270
bf3ca999
TW
12712000-04-22 Timothy Wall <twall@cygnus.com>
1272
1273 * config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
1274 to "natval".
1275 (operand_match): Conditionally insert default bit values for IMMU9.
1276
98e5953c
JL
12772000-04-14 Matthew Green <mrg@cygnus.com>
1278
1279 * configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.
1280 * configure: Rebuilt.
1281
a02fab7e
JL
1282Fri Apr 21 14:29:43 2000 Jeffrey A Law (law@cygnus.com)
1283 Jason Eckhardt <jle@cygnus.com>
1284
c67e42c9 1285 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.
a02fab7e
JL
1286
1287 * config/tc-hppa.c (CHECK_ALIGN): New macro.
1288 Added handling of new operand types l,y,&,fe,fE,fx.
1289
800eeca4
JW
1290Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1291 David Mosberger <davidm@hpl.hp.com>
1292 Timothy Wall <twall@cygnus.com>
1293 Andrew MacLeod <amacleod@cygnus.com>
1294 Jim Wilson <wilson@cygnus.com>
1295
1296 * Makefile.am (CPU_TYPES): Add ia64.
39bec121 1297 (TARGET_CPU_CFILES): Add config/tc-ia64.c.
800eeca4
JW
1298 (TARGET_CPU_HFILES): Add config/tc-ia64.h.
1299 * Makefile.in: Rebuild.
1300 * app.c (do_scrub_chars): Handle DOUBLESLASH_COMMENTS.
1301 * configure: Rebuild.
1302 * configure.in: Recognize ia64 as cpu type. Set bfd_gas.
1303 (ia64-*-elf*, ia64-*-linux-gnu*): New targets.
1304 * expr.c (expr): Handle md_optimize_expr.
1305 * read.c (LEX_HASH): Add comment.
1306 * config/tc-ia64.c, config/tc-ia64.h: New files.
3e87a760 1307
66778679
RH
13082000-04-21 Richard Henderson <rth@cygnus.com>
1309
1310 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
1311 bundling a non-delayed branch type instruction.
1312
aa15f6f7
AO
13132000-04-20 Alexandre Oliva <aoliva@cygnus.com>
1314
1315 * config/tc-mn10300.c (HAVE_AM30): Define.
1316 (md_assemble): Use it.
1317
16adf844
AM
13182000-04-19 Alan Modra <alan@linuxcare.com.au>
1319
742f45cf
AM
1320 * config/obj-elf.c (obj_elf_change_section): Check for changed
1321 section attributes.
1322
16adf844
AM
1323 * Makefile.am: (CPU_MULTI_VALID): Remove.
1324 (MULTI_CPU_TYPES): Define.
1325 (MULTI_CPU_OBJ_VALID): Define.
1326 (DEPTC): Use the above.
1327 (DEPOBJ): Same here.
1328 (DEP2): And here.
1329 Regenerate dependencies.
1330 * Makefile.in: Regenerate.
1331
9c46fb1b
AM
13322000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1333
742f45cf 1334 * Makefile.am (YACC, LEX): Get them from configure.
9c46fb1b 1335
508866be
L
13362000-04-18 H.J. Lu (hjl@gnu.org)
1337
1338 * config/tc-i386.c (offset_in_range): Use addressT instead of
9c46fb1b 1339 bfd_vma for non-bfd assemblers.
508866be 1340
ba2adb93
AM
13412000-04-17 Alan Modra <alan@linuxcare.com.au>
1342
1343 * config/tc-i386.c (offset_in_range): Sign extend val so BFD64
1344 doesn't give spurious errors.
1345
12ff5d56
AM
13462000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1347
66778679 1348 * as.h (SEEK_SET): Define if undefined.
12ff5d56 1349
fc633e5b
AM
13502000-04-13 Alan Modra <alan@linuxcare.com.au>
1351
1352 * config/tc-arm.c (md_apply_fix3): Don't use UL suffix on
1353 constants, and don't assume offsetT is 32 bits.
1354
1ed18ec1
NC
13552000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
1356
1357 * config/tc-d10v.h: Include "write.h" to get definition of fixS.
1358 (md_pcrel_from_section): Add prototype.
1359 (d10v_fix_adjustable): Add prototype.
1360 (d10v_force_relocation): Replace 'struct fix' with 'fixS'.
1361
1362 * config/tc-d10v.c (md_apply_fix3): Add paren around &&.
1363
3db10f32
NC
13642000-04-12 Nick Clifton <nickc@cygnus.com>
1365
1366 * config/tc-d10v.c (find_opcode): Correctly calculate position of
1367 symbol in frag chain.
1368
847f7ad4
AM
13692000-04-10 Alan Modra <alan@linuxcare.com.au>
1370
1371 * config/tc-i386.c (fits_in_signed_byte): Change arg to offsetT.
1372 (fits_in_unsigned_byte, fits_in_unsigned_word): Ditto.
1373 (fits_in_signed_word, smallest_imm_type): Ditto.
1374 (md_assemble): Use an offsetT var to hold offsetT values, not a
1375 long.
1376 (offset_in_range): New.
1377 (md_assemble): Use it.
1378 (md_convert_frag): Change type of target_address, opcode_address,
1379 and displacement_from_opcode_start to offsetT.
1380 (md_create_short_jump): Change type of offset to offsetT.
1381 (md_create_long_jump): Ditto.
1382 (md_apply_fix3): Use -4, not 0xfffffffc for BFD_RELOC_386_PLT32.
1383 (md_chars_to_number): Remove.
1384 (output_invalid): Remove duplicate prototype.
1385
ec694b89
NC
13862000-04-09 Nick Clifton <nickc@cygnus.com>
1387
1388 * Makefile.am (CPU_TYPES): Add 'avr'.
1389 (TARGET_CPU_CFILES): Add 'tc-avr.c'.
1390 (TARGET_CPU_HFILES): Add 'tc-avr.h'.
1391
16adf844 1392 * Makefile.in: Regenerate.
ec694b89
NC
1393
1394 * doc/as.texinfo: Add M32R documentation.
1395
a2d91340 1396Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
3e87a760 1397
a2d91340 1398 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3e87a760 1399 --enable-build-warnings option.
a2d91340
AC
1400 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1401 * Makefile.in, configure: Re-generate.
1402
d92b1a8a
NC
14032000-04-07 Nick Clifton <nickc@cygnus.com>
1404
1405 * config/tc-arm.c (md_apply_fix3): Treat BFD_RELOC_ARM_PCREL_BLX
1406 in the same way as BFD_RELOC_ARM_PCREL_BRANCH, and
1407 BFD_RELOC_THUMB_PCREL_BLX lie BFD_RELOC_THUMB_PCREL_BRANCH.
1408 (tc_gen_reloc): Accept BFD_RELOC_{ARM|THUMB}_PCREL_BLX.
1409 (arm_force_relocation): Force relocations for
1410 BFD_RELOC_{ARM|THUMB}_PCREL_BLX as well.
1411
52ccafd0
JR
1412Wed Apr 5 22:26:32 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1413
1414 * config/tc-sh.c (get_operands): There's no third operand if the
1415 first operand is an immediate.
1416
015551fc
JR
1417Wed Apr 5 22:07:19 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1418
1419 * config/tc-sh.c (immediate): Delete.
1420 (sh_operand_info): Add immediate member.
1421 (parse_reg): Use A_PC for pc.
1422 (parse_exp): Add second argument 'op'. All callers changed.
1423 (parse_at): Expect pc to be coded as A_PC.
1424 Use immediate field in *op.
1425 (insert): Add fourth argument 'op'. All callers changed.
1426 (build_relax): Add second argument 'op'. All callers changed.
1427 (insert_loop_bounds): New function.
1428 (build_Mytes): Remove DISP_4.
1429 Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}. Add REPEAT.
1430 (assemble_ppi): Use immediate field in *operand.
1431 (sh_force_relocation): Handle BFD_RELOC_SH_LOOP_{START,END}.
1432 (md_apply_fix): Likewise.
1433 (tc_gen_reloc): Likewise. Check for a pcrel BFD_RELOC_SH_LABEL.
1434
79bd78be
AO
1435Wed Apr 5 06:35:45 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1436
1437 * config/tc-sparc.c (sparc_ip): Avoid string pasting.
1438
e30e5a6a
HPN
1439Tue Apr 4 19:27:50 2000 Hans-Peter Nilsson <hp@axis.com>
1440
1441 * internals.texi (CPU backend): Document
1442 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.
1443
41b49281
AM
14442000-04-04 Alan Modra <alan@linuxcare.com.au>
1445
8ad3436c
AM
1446 * po/gas.pot: Regenerate.
1447
1448 * as.c (show_usage): Restore translated part of bug string.
1449 * gasp.c (show_usage): Likewise.
1450
41b49281
AM
1451 * Makefile.am (MKDEP): Use gcc -MM rather than ../mkdep.
1452 (DEP): Quote when passing vars to sub-make. Use "mv -f" rather
1453 than move-if-change.
1454 (DEP1): Modify for "gcc -MM".
1455 (DEPTC): Likewise.
1456 (DEPOBJ): Likewise.
1457 (DEP2): Likewise.
1458 (CLEANFILES): Add DEPTCA, DEPOBJA, DEP2a, DEPA.
1459 Update dependencies.
1460 * Makefile.in: Regenerate.
1461
0a727238
AO
14622000-04-03 Alexandre Oliva <aoliva@cygnus.com>
1463
1464 * config/tc-mn10300.c (md_pseudo_table): Use constant names.
1465 (md_begin): Likewise.
1466 (HAVE_AM33): New macro.
1467 (md_assemble): Use it. Match r_regs and xr_regs only if
1468 HAVE_AM33.
1469
c20f4f8c
AM
14702000-04-03 Alan Modra <alan@linuxcare.com.au>
1471
1472 * as.h: #include "bin-bugs.h"
1473 * as.c (show_usage): Use REPORT_BUGS_TO.
1474 * gasp.c: #include "bin-bugs.h"
1475 (show_usage): Use REPORT_BUGS_TO.
1476
1477 * config/tc-sparc.c (md_show_usage): Add a trailing newline.
1478
753f6b12
HPN
1479Mon Apr 3 13:56:03 2000 Hans-Peter Nilsson <hp@axis.com>
1480
1481 * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,
1482 call TC_CHECK_ADJUSTED_BROKEN_DOT_WORD for each word after
1483 adjustments.
1484
726c5dcd
AM
14852000-04-03 Alan Modra <alan@linuxcare.com.au>
1486
1487 * config/tc-i386.c (i386_immediate): Don't assume a constant
1488 immediate is necessarily 16 bits when in 16 bit code mode.
1489 (md_assemble): Instead set guess_suffix here after we have checked
1490 registers.
1491
bf80011a
RH
14922000-04-02 Richard Henderson <rth@cygnus.com>
1493
1494 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit
1495 quantities. Correct right shift sign extension.
1496 (build_insn): Make `number' unsigned long. Mask top 6 bits of
1497 32-bit value when shifting into place.
1498
92161534
ILT
14992000-04-01 Ian Lance Taylor <ian@zembu.com>
1500
1501 * app.c: Add ATTRIBUTE_UNUSED as needed.
1502 * config/tc-ppc.c: Likewise.
1503 (ppc_size): Make unsigned long.
1504 (ppc_insert_operand): Add casts to avoid warnings.
1505
447f3982
NC
15062000-03-31 Nick Clifton <nickc@cygnus.com>
1507
1508 * config/tc-d10v.h (md_flush_pending_output): Define.
1509
21d75ec2
NC
15102000-03-29 Nick Clifton <nickc@cygnus.com>
1511
1512 * config/tc-sh.h (SEG_NAME): New macro: return the name of a
1513 segment. Works for both BFD_ASSEMBLER and others.
1514 (SUB_SEGMENT_ALIGN): Use SEG_NAME.
1515
d1a1bf19
NC
15162000-03-29 Nick Clifton <nickc@cygnus.com
1517
1518 * config/tc-arm.c (tinsns): Add "bal" instruction pattern.
1519
224de7a5
AM
15202000-03-28 Alan Modra <alan@linuxcare.com.au>
1521
1522 * listing.c (LISTING_LHS_WIDTH): Default depends on
1523 LISTING_WORD_SIZE.
1524 (LISTING_LHS_WIDTH_SECOND): Default to LISTING_LHS_WIDTH.
1525
5b8274e3
ILT
15262000-03-27 Ian Lance Taylor <ian@zembu.com>
1527
1528 * config/tc-sh.c (md_show_usage): Use backslash before newline in
1529 string literal.
1530
224de7a5 15312000-03-27 Alan Modra <alan@linuxcare.com.au>
adde6300
AM
1532
1533 * config/tc-avr.h (TC_HANDLES_FX_DONE): Define.
1534
1535 * config/tc-avr.c (mcu_types): Add missing initialiser.
1536 (md_pcrel_from_section): Add prototype.
1537 (avr_operand): Remove redundant test of unsigned < 0.
1538 (avr_cons_fix_new): Ensure exp_mod_pm zero on function exit.
1539
15402000-03-27 Denis Chertykov <denisc@overta.ru>
1541
1542 * config/tc-avr.c: New file for AVR support.
1543 * config/tc-avr.h: Likewise.
1544 * configure.in: Add AVR support.
1545 * configure: Regenerate.
1546
9f10757c
TW
15472000-03-26 Timothy Wall <twall@cygnus.com>
1548
1549 * gasp.c (macro_op): Add new argument to check_macro call.
1550 Macro structure definitions moved to macro.h
1551 * sb.h: Add argument to prototype for input_scrub_include_sb.
1552 * input-scrub.c (input_scrub_include_sb): Allow disabling of sb
1553 nesting checks with an additional flag.
1554 (struct input_save): Add flag to indicate whether current sb
1555 should be checked for proper macro/conditional nesting.
1556 (input_scrub_push/pop): Save/restore nest check flag.
1557 (input_scrub_next_buffer): Ditto. Also call end of macro hook if
3e87a760 1558 defined.
9f10757c
TW
1559 * macro.c (check_macro): Allow caller to retrieve parsed macro
1560 information if a pointer is provided. This information may be
1561 used by the new macro hooks.
1562 * macro.h: Update prototype for check_macro. Macro struct
1563 definitions moved here from macro.c/gasp.c.
1564 * read.c (read_a_source_file): Add parameter to check_macro call,
1565 and pass macro info to the macro hook, if defined.
1566 (input_scrub_insert_line): New. Allow insertion of a line of
1567 characters into the input stream.
1568 (input_scrub_insert_file): New. Allow insertion of an arbitrary
1569 file into the input stream.
1570 (s_include): Use input_scrub_insert_file.
1571 * internals.texi: Document new macro hooks.
1572 * as.h: New prototypes added.
3e87a760 1573
224de7a5 15742000-03-26 Alan Modra <alan@linuxcare.com.au>
d0b47220
AM
1575
1576 * config/tc-i386.c: Don't start any as_bad or as_warn message with
1577 an initial capital letter.
1578 (i386_index_check): Reindent.
1579
11424155
NC
15802000-03-19 Nick Clifton <nickc@cygnus.com>
1581
eaa15ab8 1582 * config/tc-arm.c (md_apply_fix3): Fix bug detecting overflow of pc
11424155
NC
1583 relative branches.
1584
43f05576
NC
15852000-03-17 Thomas de Lellis <tdel@windriver.com>
1586
66778679
RH
1587 * config/tc-arm.c (do_t_adr): Flag "adr Rd,label"
1588 instruction operand bad if Rd > 7 when generating
1589 thumb instructions. Prevents for example,
1590 "adr r12,label" from silently failing and generating
1591 the wrong instruction.
3e87a760 1592
67231402
NC
15932000-03-17 Nick Clifton <nickc@cygnus.com>
1594
1595 * config/tc-arm.c (md_apply_fix3): Handle same-section relocations
1596 that have a destingation >= 0x400000.
3e87a760 1597 Fix compile time warning messages.
67231402 1598
a37c8f88
JR
1599Thu Mar 16 23:45:16 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1600
1601 * config/tc-sh.c (md_begin): When encountering insn that are
1602 not supported by the current arch, only change the name if
1603 its contents are the same as prev_name.
1604 (get_specific): If the the architecture doesn't match, fail.
1605
dead1419
JR
1606Thu Mar 16 21:18:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1607
1608 * config/tc-sh.c (IDENT_CHAR): Define.
1609 (parse_reg): Use it instead of isalnum. Put r[0..7]_bank operand
1610 matching back where it came from.
1611
182e89d3
JR
1612Thu Mar 16 20:58:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1613
1614 * config/tc-sh.c (md_show_usage): Add description of -dsp.
1615
84f73d89
NC
16162000-03-15 Jonathan Larmour <jlarmour@redhat.co.uk>
1617
1618 * config/tc-sh.c (parse_reg): Match r[0..7]_bank operands before
1619 normal operands.
1620
dbbc7809
JL
16212000-03-15 Kazu Hirata <kazu@hxi.com>
1622
1623 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.
1624
271bb601
HPN
1625Mon Mar 13 22:02:59 2000 Hans-Peter Nilsson <hp@axis.se>
1626
1627 * expr.c (operand) [case 'f']: When testing if '0f' can start a
1628 floating-point-number, make sure 'f' is in FLT_CHARS.
1629
8684e216
HPN
1630Sat Mar 11 00:01:39 2000 Hans-Peter Nilsson <hp@axis.se>
1631
1632 * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition.
1633 (s_lcomm_internal): Use it.
1634 * doc/internals.texi (CPU backend): Document it.
1635 * config/obj-evax.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Set to 2**3
1636 bytes.
1637
bb2d6cd7
GK
16382000-03-10 Geoffrey Keating <geoffk@cygnus.com>
1639
1640 * config/tc-mips.c (mips_ip): Don't put stuff in .rodata
1641 when embedded-pic.
1642
1643 * config/tc-mips.c (SWITCH_TABLE): The ELF embedded-pic
3e87a760
AM
1644 implementation doesn't have special handling for switch
1645 statements.
bb2d6cd7
GK
1646 (macro_build): Allow for code in sections other than .text.
1647 (macro): Likewise.
1648 (mips_ip): Likewise.
1649 (md_apply_fix): Do pc-relative relocation madness for MIPS ELF.
3e87a760 1650 Don't perform relocs if we will be outputting them.
bb2d6cd7 1651 (tc_gen_reloc): For ELF, just use fx_addnumber for pc-relative
3e87a760
AM
1652 relocations. Allow BFD_RELOC_16_PCREL_S2 relocs when
1653 embedded-pic.
bb2d6cd7 1654
5c86cbc7 16552000-03-09 Catherine Moore <clm@cygnus.com>
3e87a760 1656
66778679
RH
1657 * config/tc-m32r.c (m32r_fix_adjustable): Look up the
1658 relocation type based on the entry in the fixup structure.
5c86cbc7 1659
f8c827e9
L
16602000-03-08 H.J. Lu (hjl@gnu.org)
1661
1662 * Makefile.am (install-exec-tooldir): Depend on
1663 install-exec-bindir for parallel make.
1664 * Makefile.in: Regenerated.
1665
8ad9e709
NC
16662000-03-06 Nick Clifton <nickc@cygnus.com>
1667
1668 * config/tc-m32r.c (struct md_longopts): Add -m32r command line
1669 switch.
1670 (md_parse_option): Parse -m32r command line switch - disable m32rx
1671 compatability.
ded0aeb7
NC
1672 (md_show_usage): Document new option.
1673
1674 * doc/Makefile.am (CPU_DOCS): Add c-m32r.texi.
1675 * doc/Makefile.in: Regenerate.
1676 * doc/c-m32r.texi (M32R-Opts): Document new command line switch.
8ad9e709 1677
b7b8f327
MM
16782000-03-02 Michael Meissner <meissner@redhat.com>
1679
1680 * config/tc-d30v.c (check_range): Remove code that incorrectly
1681 sign extended values where bits < 32.
1682
15886821
L
16832000-03-02 H.J. Lu (hjl@gnu.org)
1684
1685 * configure.in: Support --enable-targets=all on ia32.
1686 * configure: Regenerated.
1687
8bf950bf
NC
16882000-03-01 Nick Clifton <nickc@cygnus.com>
1689
1690 * gasp.c (do_align): Remove bogus check of alignment value.
1691
c5e54cc2
ILT
16922000-02-27 Thomas de Lellis <tdel@windriver.com>
1693
1694 * config/obj-elf.c (elf_frob_symbol): Remove code which when
1695 TC_PPC was defined forced the type of a symbol with no other type
1696 to be BSF_OBJECT.
1697
65fd87bc
ILT
16982000-02-27 Hans-Peter Nilsson <hp@axis.com>
1699
1700 * doc/internals.texi (CPU backend): Mention that
1701 line_separator_chars do not break up comments. Fix typos for
1702 LEX_AT and LEX_NAME descriptions. Document operands for
1703 TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct
1704 description of md_create_short_jump usage. Document argument for
1705 md_undefined_symbol.
1706
a25fe906
ILT
17072000-02-27 Jakub Jelinek <jakub@redhat.com>
1708
1709 * config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option.
1710 (md_parse_option): Handle it.
1711 (md_show_usage): Document it.
1712
21b10511
ILT
17132000-02-27 Ian Lance Taylor <ian@zembu.com>
1714
1715 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
1716 opcode, for the instruction `pal19'. From Andrea Arcangeli
1717 <andrea@suse.de>.
1718
773f551c
AM
17192000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
1720
1721 * config/tc-i386.c (i386_immediate): Move constant operand sizing
1722 from here..
1723 (md_assemble): To here, before template operands are matched.
1724 Also ensure a constant immediate is sign extended when we know the
1725 size is at most 16 bits. This is to catch cases like "add
1726 $0xffc0,%ax" where we don't know the size, and thus that the
1727 immediate can be represented as Imm8S until after parsing the
1728 register operand.
1729 (i386_displacement): Similarly sign extend 16 bit constant
1730 displacements.
1731 (md_assemble): Relax 16-bit jump constant range check to suit sign
1732 extended displacements.
1733
28d33191
JL
17342000-02-26 Andreas Jaeger <aj@suse.de>
1735
1736 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.
1737
cc5ca5ce
AM
17382000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
1739
1740 * config/tc-i386.c (md_assemble): Don't swap intersegment jmp and
1741 call operands when intel_syntax.
1742 (intel_float_operand): Return 2 for "fi...".
1743 (i386_operand_modifier): Change "DWORD PTR" test to suit above.
1744 Return SHORT_MNEM_SUFFIX for "WORD PTR" when "fi...". Revert
1745 earlier "SHORT" change.
1746 (md_assemble): When determining suffix from Regs, exclude
1747 InOutPortReg.
1748
056350c6
NC
17492000-02-24 Nick Clifton <nickc@cygnus.com>
1750
1751 * configure: Add arm-wince, mips-pe and sh-pe targets.
1752 * configure: Regenerate.
1753
1754 * config/obj-coff.h (COFF_WITH_PE): Define for mips-pe and
1755 sh-pe targets.
1756 (TARGET_FORMAT): Set to "pe-shl" for the sh-pe target and to
1757 "pe-mips" for the mips-pe target.
1758
1759 * config/tc-arm.c (insns): Change displacement encoded in BL
1760 and B instructions if the target port is arm-wince.
1761 (do_ldst): Do not bias the relocation offset if the target
1762 port is arm-wince.
1763 (md_pcrel_from): Add in missing relocation offset bias if the
1764 target os arm-wince.
1765
1766 * config/tc-mips.c (mips_target_format): Support COFF flavour.
1767 (md_begin): Disable -G support for mips-pe target.
1768 (md_apply_fix): Treat BFD_RELOC_RVA reloc as BFD_RELOC_32.
1769 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Add support for
1770 COFF flavour.
1771
1772 * config/tc-sh.c (md_begin): sh-pe target is little endian.
1773 * config/tc-sh.h (SUB_SEGMENT_ALIGN): If using a BFD
1774 assembler, just set the alignment to 4.
1775
1776 * config/te-wince-pe.h: New file for WinCE targets. Define
1777 TE_WINCE.
1778
36bf8ab9
AM
17792000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
1780
1781 * config/tc-i386.c (md_assemble): Swap segments too for intel mode
1782 string instructions.
1783 (i386_operand_modifier): Set i.suffix = WORD_MNEM_SUFFIX for SHORT.
1784 (i386_intel_memory_operand): After finding a segment override,
1785 check again for no `[' before looking for a displacement. Bomb if
1786 more than one displacement rather than silently discarding the
1787 second and subsequent ones. Free strings malloc'd by
1788 build_displacement_string.
1789
f5795b08
CM
17902000-02-24 Catherine Moore <clm@cygnus.com>
1791
1792 * config/obj-som.c (obj_pseudo_table): Add "weak".
1793 (obj_som_weak): New routine.
1794
abd63a32
AM
17952000-02-24 Alan Modra <alan@spri.levels.unisa.edu.au>
1796
520dc8e8
AM
1797 * config/tc-i386.c (union i386_op): New.
1798 (struct _i386_insn): Delete disps[], imms[], regs[]. Add op[].
1799 Throughout file replace occurences of disps[n], imms[n], regs[n]
1800 with equivalent op[n].disps, op[n].imms, op[n].regs. Simplify
1801 intel mode operand swapping. Add assert in regKludge and
1802 fake_zero_displacement code. Test i.types[n] when outputting
1803 displacements and immediates. Combine output of Disp16 with
1804 Disp32.
7f3f1ea2
AM
1805 (md_assemble): Don't try to fix broken UNIXWARE_COMPAT opcodes
1806 when in intel mode by (not) reversing fsub and fdiv operands
1807 before the template search. This fails for single operand
1808 shorthand forms of the instruction, and if UNIXWARE_COMPAT is
1809 undefined. Instead fix the base_opcode after we've found the
1810 template. Move base_opcode xor with found_reverse_match from
1811 opcode output code to before this fix so we test for the correct
1812 opcodes.
1813 (md_assemble): Don't use strcmp when deciding to ignore the suffix
1814 check in intel mode. Instead compare opcodes.
520dc8e8
AM
1815
1816 * config/tc-i386.h (TC_RELOC): Delete.
1817 * config/tc-i386.c (TC_RELOC): Delete. Replace usage of TC_RELOC
1818 with equivalent call to reloc.
1819
abd63a32
AM
1820 * as.h (flag_m68k_mri): Move declaration after target include, and
1821 only declare when TC_M68K defined. Define as zero otherwise.
1822 (LABELS_WITHOUT_COLONS, NO_PSEUDO_DOT): If undefined, define as 0.
1823 * app.c (scrub_m68k_mri): Declare only when TC_M68K defined.
1824 Define as zero otherwise.
1825 (do_scrub_begin): Use m68k_mri parameter only when TC_M68K defined.
1826 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.
1827 (app_push, app_pop): Save scrub_m68k_mri only when TC_M68K.
1828 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than
1829 testing whether defined.
1830 * cond.c (ignore_input): Use NO_PSEUDO_DOT directly.
1831 * expr.c (operand): #ifdef unused case labels when TC_M68K undefined.
1832 * read.c: Use LABELS_WITHOUT_COLONS and NO_PSEUDO_DOT directly
1833 rather than testing whether defined.
1834 (s_mri): Set flag_m68k_mri only when TC_M68K defined.
1835 (parse_mri_cons): Declare and use only when TC_M68K.
1836 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define as 1.
1837 * config/tc-m68k.h (NO_PSEUDO_DOT): Define as 1.
1838 * config/tc-m88k.h (NO_PSEUDO_DOT): Define as 1.
1839
1840 * NEWS: Mention IBM 370 support.
1841
7e052742
RH
18422000-02-23 Richard Henderson <rth@cygnus.com>
1843
1844 * config/tc-i386.c (md_assemble): When swapping operands for
1845 intel_syntax, assume everything that's not Imm or Disp is a
1846 register.
1847
5b93d8bb
AM
18482000-02-23 Linas Vepstas <linas@linas.org>
1849
1850 * config/tc-i370.c, config/tc-i370.h: New files.
1851 * Makefile.am: Add support for Linux/IBM 370.
1852 * configure.in: Likewise.
1853 * app.c (do_scrub_begin): Don't lex single quote when TC_I370.
1854 * config/obj-elf.c: Include elf/i370.h
1855 (obj_elf_section): Don't do anything special for flag_mri if TC_I370.
1856
1857 * Makefile.in: Regenerate.
1858 * configure: Regenerate.
1859
1860 * doc/c-i370.texi: New file.
1861 * doc/all.texi: Include it.
1862 * doc/as.texinfo: And here.
3e87a760 1863 * doc/Makefile.am(CPU_DOCS): Add c-i370.texi.
5b93d8bb
AM
1864 * doc/Makefile.in: Regenerate.
1865
25f2196d
CC
18662000-02-19 Michael Meissner <meissner@redhat.com>
1867
1868 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp to
1869 determine if an instruction can be used in parallel with an ADDppp
1870 or SUBppp instruction.
1871
6349b5f4
AH
18722000-02-22 Andrew Haley <aph@cygnus.com>
1873
1874 * doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64.
1875
c97ef257
AH
18761999-12-30 Andrew Haley <aph@cygnus.com>
1877
1878 * config/tc-mips.c (mips_gp32): New variable.
1879 (macro_build) Use mips_gp32.
1880 (mips_ip): Ditto.
1881 (md_longopts): Add "-mgp32" and "-mgp64".
1882 (md_parse_option): Add OPTION_GP32 and OPTION_GP64.
3e87a760 1883
b985eaa8
ILT
18842000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1885
1886 * config/obj-coff.c (add_lineno): Accept non-positive lineno with
1887 warning, and bump it to 1.
1888
52454417
ILT
18892000-02-22 Ian Lance Taylor <ian@zembu.com>
1890
1891 From Brad Lucier <lucier@math.purdue.edu>:
1892 * dwarf2dbg.c (print_stats): Add cast to force printf argument to
1893 match format.
1894
6b76fefe
CM
18952000-02-21 Catherine Moore <clm@cygnus.com>
1896
1897 * config/tc-mips.c (MF_HILO_INSN): Define.
1898 (mips_7000_hilo_fix): Declare.
1899 (append_insn): Conditionally insert nops after an mfhi/mflo insn.
1900 (md_parse_option): Check for 7000_HILO_FIX options.
1901 (OPTION_M7000_HILO_FIX): Define.
1902 (OPTION_NO_M7000_HILO_FIX): Define.
1903 * doc/c-mips.texi (-mfix7000): Describe.
1904
f6af82bd
AM
19052000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1906
1907 * listing.c (print_lines): Remove unused variable `end'.
1908
1909 * config/tc-i386.c (md_assemble): Use `reloc()' to select reloc
1910 type for JumpInterSegment output. Use enum bfd_reloc_code_real for
3e87a760 1911 reloc_type when BFD_ASSEMBLER.
f6af82bd
AM
1912 (md_estimate_size_before_relax): Use enum bfd_reloc_code_real for
1913 reloc_type when BFD_ASSEMBLER. Move common code out of switch
3e87a760 1914 statement and quell signed vs. unsigned comparison warning.
f6af82bd 1915
8c8281f4
NC
19162000-02-18 Nick Clifton <nickc@cygnus.com>
1917
1918 * config/tc-d10v.c (find_opcode): Add a symbol's value to
1919 the computed frag offset, rather than overwriting it.
1920
d4845d57
JR
1921Thu Feb 17 00:11:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1922
1923 * config/tc-sh.c ("elf/sh.h"): Include.
1924 (sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
1925 (md.begin): Initialize target_arch.
1926 Only include opcodes in has table that match selected architecture.
1927 (parse_reg): Recognize register names for sh-dsp.
1928 (parse_at): Recognize post-modify addressing.
1929 (get_operands): The leading space is now optional.
1930 (get_specific): Remove FDREG_N support. Add support for sh-dsp
1931 arguments. Update valid_arch.
1932 (build_Mytes): Add support for SDT_REG_N.
1933 (find_cooked_opcode): New function, broken out of md_assemble.
1934 (assemble_ppi, sh_elf_final_processing): New functions.
1935 (md_assemble): Use find_cooked_opcode and assemble_ppi.
1936 (md_longopts, md_parse_option): New option: -dsp.
1937 * config/tc-sh.h (elf_tc_final_processing): Define.
1938 (sh_elf_final_processing): Declare.
1939
c97305a1
JL
1940Fri Feb 11 14:21:51 2000 Jeffrey A Law (law@cygnus.com)
1941
1942 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create
1943 the unwinder subspace. Save the current seg/subseg before creating
1944 the new seg/subseg.
1945
bec50466
NC
19462000-02-10 Nick Clifton <nickc@cygnus.com>
1947
1948 * config/tc-mcore.c (INST_BYTE0): Redefine to handle big and
66778679 1949 little endian targets.
bec50466 1950 (INST_BYTE1): Redefine to handle big and little endian
66778679 1951 targets.
bec50466
NC
1952 (cpu_type): New type: Select between M340 and M210.
1953 (parse_psrmod): New function: Parse the PSRCLR and PSRSET
66778679 1954 instructions of the M340.
bec50466 1955 (md_assemble): Add support for the MULSH and OPSR classes of
66778679 1956 instructions.
bec50466
NC
1957 (md_atof): Add support for little endian targets.
1958 (md_parse_option): Add support for -EL, -EB and -mcpu command
66778679 1959 line switches.
bec50466
NC
1960 (md_convert_frag): Add support for little endian targets.
1961 (md_apply_fix3): Add support for little endian targets.
1962 (md_number_to_chars): Add support for little endian targets.
1963
a25c045a
TW
19642000-02-10 Timothy Wall <twall@redhat.com>
1965
1966 * read.c (read_a_source_file): If TC_START_LABEL_WITHOUT_COLON is
1967 defined, use it to verify the symbol just read should be a label.
1968
f28e8eb3
TW
19692000-02-10 Timothy Wall <twall@redhat.com>
1970
1971 * app.c (do_scrub_chars): Handle "||" for parallel instructions
1972 when DOUBLEBAR_PARALLEL is defined. Avoid stripping whitespace
1973 around colons when KEEP_WHITE_AROUND_COLON is defined.
1974 * doc/internals.texi (CPU backend): Document DOUBLEBAR_PARALLEL
1975 and KEEP_WHITE_AROUND_COLON.
1976
6dc19fc4
TW
19772000-02-08 Timothy Wall <twall@redhat.com>
1978
1979 * read.c (s_rept): Call do_repeat, which abstracts the repeat
3e87a760 1980 logic.
6dc19fc4 1981 (do_repeat): New. Abstract repeat logic so that a "break" can be
3e87a760 1982 implemented.
6dc19fc4
TW
1983 (end_repeat): New. Provide support for a "break" out of the
1984 repeat loop.
1985 * read.h: Add prototypes for new functions.
3e87a760 1986
f805106c
TW
19872000-02-08 Timothy Wall <twall@redhat.com>
1988
1989 * doc/internals.texi: Document NUMBERS_WITH_SUFFIX macro.
1990 * as.h: Provide a default NUMBERS_WITH_SUFFIX definition (zero).
1991 * expr.c: Handle numbers with suffixes if NUMBERS_WITH_SUFFIX is
3e87a760
AM
1992 non-zero.
1993
4469be0f
TW
19942000-02-08 Timothy Wall <twall@redhat.com>
1995
1996 * read.c: Added elseif to directives table.
1997 * read.h: Added prototype for s_elseif.
1998 * doc/as.texinfo: Added description for elseif.
1999 * cond.c (s_elseif): New function
3e87a760 2000
24a17b6c
TW
20012000-02-04 Timothy Wall <twall@redhat.com>
2002
2003 * listing.c (print_lines): Remove conditionals causing bug in
3e87a760 2004 listings.
24a17b6c 2005
bea9907b 20062000-02-03 Timothy Wall <twall@cygnus.com>
3e87a760 2007
bea9907b
TW
2008 * as.h: Define OCTETS_PER_BYTE and OCTETS_PER_BYTE_POWER
2009 default values.
2010 * frags.c (frag_new): Calculate fr_fix in octets
2011 (frag_now_fix) Return offset as target address offset (bytes).
2012 (frag_now_fix_octets) New - Return offset in octets (8-bit
3e87a760 2013 quantities).
bea9907b
TW
2014 * frags.h: Added prototype for frag_now_fix_octets().
2015 Distinguish between octets and bytes in field descriptions.
2016 * listing.c (calc_hex): Account for octets vs bytes when
2017 printing addresses/offsets.
2018 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
2019 target is little-endian, print the octets in a word in big-endian
2020 order so that the display looks like a proper hexadecimal number,
2021 instead of having the octets reversed.
2022 * read.c (do_align): When recording alignment, alignment power
2023 should be in terms of target bytes (minimum addressible unit)
2024 instead of octets.
2025 (do_org) Convert ORG target address (byte) argument into an
2026 octet offset when generating a variable fragment.
2027 * symbols.c (resolve_symbol_value): Symbol final value
2028 converted to a target address offset (bytes) from its octet offset.
2029 * config/obj-coff.c (coff_frob_symbol): Symbol target address
2030 offset (bytes) is adjusted by the frag offset (octets) converted
2031 to bytes.
2032 (coff_frob_section) Section alignment power is in terms of bytes;
2033 convert it to an octet alignment power when calculating size (and
2034 size mask) in octets. Don't modify the section size in order to
2035 "align" it for TI COFF, since that format has a different method
2036 for storing alignment information.
3e87a760 2037
210dcc61
TW
20382000-02-01 Timothy Wall <twall@cygnus.com>
2039
2040 * stabs.c (generate_asm_file): Escape backslashes in stabs file
2041 entries, matching the way GCC generates them. If not escaped, the
2042 filename is encoded incorrectly.
2043
557537a5 20442000-01-31 Nick Clifton <nickc@cygnus.com>
eaa15ab8 2045
557537a5
NC
2046 * config/tc-arm.c (reg_table): Add support for ATPCS register
2047 naming conventions.
2c1c4c62 2048
557537a5 20492000-01-31 Geoff Keating <geoffk@cygnus.com>
3e87a760 2050
2c1c4c62
GK
2051 * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if
2052 already defined.
3e87a760 2053 * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES):
2c1c4c62
GK
2054 New macro.
2055 * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag
2056 of a symbol when we really care about its value.
2057
20582000-01-19 Chandra Chavva <cchavva@cygnus.com>
2d473ce9
NC
2059
2060 * config/tc-mcore.c (md_assemble): Give warning message if
2061 operands passes to instruction are more than the spec.
2062
2f0ca46a
NC
20632000-01-27 Thomas de Lellis <tdel@windriver.com>
2064
66778679 2065 * config/tc-arm.c (armadjust_symtab): If the assembler is in
2f0ca46a
NC
2066 Thumb mode but the label seen was not declared as '.thumb_func'
2067 then set the ST_INFO type to STT_ARM_16BIT mode. This allows
3e87a760 2068 correct disassembly of Thumb code bounded by non function labels.
2f0ca46a 2069
4c63da97
AM
20702000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2071
2072 * Makefile.am (MULTI_CFILES): Add config/e-i386aout.c
2073 Add dependencies for e-i386aout.o. Fix 2 comment lines.
2074
2075 * Makefile.in: Same here.
2076 Update copyright.
2077
2078 * configure.in: Set bfd_gas for i386-aout when primary target
2079 is bfd. Handle i386aout emulation. Don't use te_file=multi, as
2080 we may need the primary te_file. Remove incorrect comment.
2081
2082 * configure: Regenerate.
2083
2084 * config/e-i386aout.c: New file.
2085
2086 * as.c (USE_EMULATIONS): Move to before print_version_id.
2087 (struct emulation): Add i386aout.
2088 (show_usage): Split text strings. Reformat -a text. Add --em
2089 help.
2090 Update copyright.
2091
2092 * obj.h (struct format_ops): Add s_get_other and s_get_desc.
2093 (aout_format_ops): New.
2094 Update copyright.
2095
2096 * read.c (s_lcomm_internal): Rewrite OBJ_AOUT,OBJ_BOUT
2097 preprocessor conditional and add aout USE_EMULATIONS tests.
2098 (read_a_source_file): Don't pass error strings to printf as
2099 format arg.
2100 Update copyright.
2101
2102 * gasp.c (exp_get_abs): Don't pass error strings to printf as
2103 format arg.
2104 (do_data): Same here.
2105 (process_file): And here.
2106 Update copyright.
2107
2108 * symbols.c (colon): Rewrite "already defined" fatal message
2109 code for aout with USE_EMULATIONS.
2110 Update copyright.
2111
2112 * config/obj-aout.c (OBJ_HEADER): Define.
2113 (obj_pseudo_table): Rename to aout_pseudo_table. Init all
3e87a760 2114 fields of sentinel.
4c63da97
AM
2115 (obj_aout_frob_symbol): Expand S_GET_DESC, S_GET_TYPE,
2116 S_GET_OTHER, S_SET_TYPE macros since we don't need obj-multi
2117 forms here.
2118 (obj_aout_type): Expand S_SET_OTHER here too.
2119 (obj_read_begin_hook): Remove.
2120 (aout_pop_insert): New.
2121 (obj_aout_s_get_other): New.
2122 (obj_aout_s_get_desc): New.
2123 (aout_format_ops): New.
2124 Update copyright.
2125
2126 * config/obj-aout.h (obj_pop_insert): Define so non-multi usage
2127 gets aout_pseudo_table.
2128 (aout_pseudo_table): Declare.
2129 (obj_read_begin_hook): Define.
2130 Update copyright.
2131
2132 * config/obj-coff.c (obj_pseudo_table): Rename to
2133 coff_pseudo_table.
2134 (coff_pop_insert): Use coff_pseudo_table.
2135 (coff_sec_sym_ok_for_reloc): Remove.
2136 (coff_format_ops): Add 0 entries for s_get_size, s_set_size,
2137 and comment all zero entries and remove #if 0 code.
2138 Update copyright.
2139
2140 * config/obj-coff.h (obj_pop_insert): Define.
2141 (coff_pseudo_table): Declare.
2142 Update copyright.
2143
2144 * config/obj-ecoff.c (ecoff_format_ops): Add 0 entries for
2145 s_get_size, s_set_size. Comment all zero entries.
2146 Update copyright.
2147
2148 * config/obj-elf.c (elf_s_get_other): New function.
2149 (obj_read_begin_hook): Rename to elf_obj_read_begin_hook.
2150 (obj_symbol_new_hook): Rename to elf_obj_symbol_new_hook.
2151 (elf_format_ops): Add elf_s_get_other, 0 s_get_size entry, and
2152 comment.
2153 (obj_elf_parse_section_letters): Don't pass error strings to
2154 printf as format arg.
2155 Update copyright.
2156
2157 * config/obj-elf.h (ECOFF_DEBUGGING): Define when
2158 OBJ_MAYBE_ECOFF.
2159 (elf_s_get_other): Declare.
2160 (S_GET_OTHER) Define as elf_s_get_other if not already
2161 defined.
2162 (S_SET_OTHER): Only define when not already defined.
2163 (elf_obj_read_begin_hook): Declare.
2164 (obj_read_begin_hook): Define.
2165 (elf_obj_symbol_new_hook): Declare.
2166 (obj_symbol_new_hook): Define.
2167 Update copyright.
2168
2169 * config/obj-multi.h: Add copyright header and protect against
2170 multiple inclusion. Add * to all function pointers.
2171 (OBJ_HEADER): If defined, include it rather than other defines
2172 in this file.
2173 (obj_frob_file_after_relocs): Test for NULL.
2174 (obj_symbol_new_hook): Here too.
2175 (obj_sec_sym_ok_for_reloc): And here.
2176 (S_GET_OTHER): Define.
2177 (S_GET_DESC): Define.
2178 (ECOFF_DEBUGGING): Remove as it's done in obj-elf.h
2179 (OBJ_MAYBE_ELF): Update comment.
2180
2181 * config/tc-i386.c (i386_immediate): Add OBJ_MAYBE_AOUT to
2182 OBJ_AOUT preprocessor conditional and handle emulation by
2183 testing OUTPUT_FLAVOR.
2184 (i386_displacement): Here too.
2185 (md_section_align): Similarly here.
2186 (i386_target_format): Conditionally compile when more than one
2187 of OBJ_MAYBE_{ELF,COFF,AOUT} defined. Add aout case.
2188 (i386_immediate): Fix error message for aout BFD_ASSMBLER.
2189 (i386_displacement): Here too.
2190 Update copyright.
2191
2192 * config/tc-i386.h (AOUT_TARGET_FORMAT): Define for each TE_*.
2193 Define TARGET_FORMAT for aout only when not multi.
2194 Update copyright.
2195
2196 * config/te-multi.h: Delete file as it's identical to te-generic.h
2197
add0c677
AM
21982000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2199
2200 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Delete.
2201 * config/tc-i386.c (DWORD_MNEM_SUFFIX): Rename all occurrences to
2202 LONG_MNEM_SUFFIX.
2203
2204 * config/tc-i386.h (INTEL_DWORD_MNEM_SUFFIX): Rename to
2205 DWORD_MNEM_SUFFIX.
2206 * config/tc-i386.c (INTEL_DWORD_MNEM_SUFFIX): Here too. Fix some
2207 comments.
2208
a19d8eb0
CP
22092000-01-13 Clinton Popetz <cpopetz@cygnus.com>
2210
66778679
RH
2211 * config/tc-mips.c (mips_do_align): New function.
2212 * config/tc-mips.h (md_do_align): Define.
a19d8eb0 2213
550262c4
NC
22142000-01-10 Philip Blundell <philb@gnu.org>
2215
2216 * doc/c-arm.texi (ARM Options): Fix typo.
3e87a760 2217 (ARM-Chars): Correct description of `#'. Mention that `;' is a
550262c4
NC
2218 line separator for Linux.
2219 * doc/as.texinfo (Comments): Mention the ARM.
2220
0decc840
NC
22212000-01-10 Philip Blundell <pb@futuretv.com>
2222
2223 * configure.in (arm*-*-conix*): New target.
2224 (arm*-*-linux-gnu*): Match instead of arm-*-linux* and
2225 armv*-*-linux-gnu.
2226 * configure: Regenerate.
2227
2e13b764
NC
22282000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
2229
2230 * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos.
2231 (obj_elf_visibility): New function.
3e87a760 2232
2e13b764
NC
2233 * doc/as.texinfo (Visibility): New node: document visibility
2234 pseudo ops.
2235
3138f287
AM
22361999-12-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2237
2238 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a
2239 warning for absolute jump/call without `*' in non-intel mode. No
2240 need to set i.types[0] JumpAbsolute in intel mode.
2241
df32bc61
NC
22421999-12-22 Philip Blundell <pb@futuretv.com>
2243
2244 * config/tc-arm.c (arm_s_text): If OBJ_ELF, call the appropriate
2245 hook function when changing sections.
2246 (arm_s_data): Likewise.
2247
b4d0b2b3
NC
22481999-12-14 Nick Clifton <nickc@cygnus.com>
2249
2250 * config/tc-arm.c (md_parse_option): Add support for -marm720
df32bc61 2251 command line switch.
b4d0b2b3 2252
85cb2cf9
JL
2253Tue Nov 30 22:59:00 1999 Jeffrey A Law (law@cygnus.com)
2254
2255 * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op.
2256 (r_registers, xr_registers): Define.
2257 (r_register_name, xr_register_name): New functions.
2258 (md_assemble): Handle new am33 operand types and instruction
2259 formats.
2260 (mn10300_insert_operand, check_operand): Likewise.
2261
a64bcdd8
NC
22621999-11-29 Nick Clifton <nickc@cygnus.com>
2263
2264 * config/tc-arm.c (thumb_mode): Turn into a tristate variable.
2265 (s_force_thumb): Set thumb_mode to 2.
2266 (md_assemble): Do not complain about thumb instructions on a
2267 non-thumb target if thumb_mode is set to 2.
2268
43b4c25e
MM
22691999-11-28 Michael Meissner <meissner@cygnus.com>
2270
2271 * config/tc-alpha.c (toplevel): Include struc-symbol.h.
2272 (alpha_macro_arg): Add MACRO_{LITERAL,BASE,BYTOFF,JSR} cases.
2273 (O_...): Add new machine dependent expressions if we are handling
2274 explicit relocations.
2275 (alpha_reloc_op): New static table holding the explicit relocation
2276 information.
2277 (alpha_literal_hash): New static to hold the hash table for
2278 explicit relocations.
2279 (alpha_macros): Add support for explicit relocations.
2280 (md_begin): If explicit relocations, initialize hash table.
2281 (md_assemble): Don't print a second error if tokenize_arguments
2282 already printed an error message.
2283 (md_apply_fix): Add support for explicit relocations.
2284 (alpha_force_relocation): Ditto.
2285 (alpha_fix_adjustable): Ditto.
2286 (alpha_adjust_symtab): New function to support explicit
2287 relocations.
2288 (alpha_adjust_symtab_relocs): Ditto.
2289 (debug_exp): Debug stub compiled if DEBUG_ALPHA is defined.
2290 (tokenize_arguments): Add debug code if DEBUG_ALPHA is defined.
2291 Add support for explicit relocations. Return -2 if an error
2292 message was already printed.
2293 (find_macro_match): Add support for explicit relocations. Comment
2294 each of the cases.
2295 (emit_insn): Add support for explicit relocations.
2296 (assemble_tokens): Ditto.
2297 (emit_ldgp): Ditto.
2298 (load_expression): Ditto.
2299 (emit_lda): Ditto.
2300 (emit_ldah): Ditto.
2301 (emit_ir_load): Ditto.
2302 (emit_loadstore): Ditto.
2303 (emit_ldXu): Ditto.
2304 (emit_ldil): Ditto.
2305 (emit_sextX): Ditto.
2306 (emit_division): Ditto.
2307 (emit_jsrjmp): Ditto.
2308 (emit_retjcr): Ditto.
2309
2310 * config/tc-alpha.h (RELOC_OP_P): Enable explicit relocations if
2311 ELF object format.
2312 (tc_adjust_symtab): If explicit relocations, call the function
2313 alpha_adjust_symtab.
2314 (TC_FIX_TYPE): Add fields to be able to move explicit lituse
2315 relocations next to the literal relocation they reference.
2316 (TC_INIT_FIX_DATA): Initialize the new fields.
2317 (TC_FIX_DATA_PRINT): Print the new fields if DEBUG5 is defined.
2318
afbf211f
JL
2319Wed Nov 24 20:27:58 1999 Jeffrey A Law (law@cygnus.com)
2320
2321 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle
2322 'B' operand for PA2.0 bb instruction.
eaa15ab8 2323
f11900d0
NC
23241999-11-18 Nick Clifton <nickc@cygnus.com>
2325
2326 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe
2327 target.
3e87a760 2328
f11900d0
NC
2329 * config/tc-mcore.c (tc_gen_reloc): Support generation of RVA
2330 relocs.
2331 (mcore_force_relocation): Force relocations to be generated for
2332 RVA relocs.
2333
2daf4fd8
AM
23341999-11-16 Alan Modra <alan@spri.levels.unisa.edu.au>
2335
2336 * config/tc-i386.c (i386_immediate): Disallow O_big immediates.
2337 (i386_displacement): Disallow O_big displacements.
2338
eb726e5d
DL
2339Mon Nov 15 20:12:43 1999 Donald Lindsay <dlindsay@cygnus.com>
2340
3e87a760
AM
2341 * config/tc-arm.c (do_mia,do_mar,do_mra,do_pld,do_ldrl,do_co_reg):
2342 Small improvements in error checking.
eb726e5d
DL
2343 (md_assemble): Support for unconditional ARM instructions.
2344 (md_parse_option): Support for -m[arm]v5e flag.
2345
035349a4
NC
23461999-11-12 Nick Clifton <nickc@cygnus.com>
2347
2348 * macro.c (buffer_and_nest): Do not check beyond the end of the
3e87a760 2349 buffer.
035349a4 2350
c1eae114
NC
23511999-11-11 Nick Clifton <nickc@cygnus.com>
2352
2353 * macro.c (buffer_and_nest): Look for seperator after TO and
2354 FROM tokens.
2355
c5c834aa
AH
23561999-11-08 Andrew Haley <aph@cygnus.com>
2357
2358 * app.c (do_scrub_chars): When in State 10, treat backslash
2359 characters in the same way as as symbol characters.
2360
98007ce7
RH
23611999-11-07 Richard Henderson <rth@cygnus.com>
2362
2363 * config/tc-alpha.c (alpha_align): Check, don't assert, that
2364 the previous label was in the current section before playing
2365 with auto-alignment.
2366
d6c497c7
NC
23671999-11-06 Nick Clifton <nickc@cygnus.com>
2368
2369 * config/tc-v850.c (v850_force_relocation): Force relocation
66778679 2370 for weak symbols.
d6c497c7 2371 (v850_pcrel_from_selection): Do not compute a pcrel offset if
66778679 2372 the symbol is weak.
d6c497c7 2373
dd33dc0f
MM
23741999-11-05 Michael Meissner <meissner@cygnus.com>
2375
2376 * expr.h (operatorT): Increase machine dependent operators to 16.
2377 * expr.c (op_rank): Ditto.
2378
5f91fe03
ILT
23791999-11-03 Ian Lance Taylor <ian@zembu.com>
2380
53b0d397
ILT
2381 * read.c (pseudo_set): Reject attempts to set the value of a
2382 section symbol.
2383
5f91fe03
ILT
2384 * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_output
2385 if it is defined.
2386
2387 * config/obj-elf.c (elf_set_index): Add ATTRIBUTE_UNUSED.
2388
2389 * config/obj-elf.c (elf_frob_file_after_relocs): Don't pass NULL
2390 to bfd_set_section_contents.
2391
829ce307
NC
23921999-11-03 Nick Clifton <nickc@cygnus.com>
2393
2394 * config/tc-mcore.h (TARGET_BYTES_BIG_ENDIAN): Change to false.
2395
2bd7f1f3
GRK
23961999-11-01 Gavin Romig-Koch <gavin@cygnus.com>
2397
2398 * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER.
2399 (mips_ip): Use OPCODE_IS_MEMBER.
2400
90ca882f
JL
2401Wed Oct 27 16:50:44 1999 Don Lindsay <dlindsay@cygnus.com>
2402
acb56623
JL
2403 * config/tc-arm.c (reg_required_here): Improve comments.
2404
66778679
RH
2405 * config/tc-arm.c (thumb_opcode): Add "variants" field.
2406 (tinsns): Initialize variants field.
b49cfa5d
JL
2407
2408 * config/tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and
2409 BAD_PC respectively.
90ca882f 2410
29c4c6b5
NC
24111999-10-27 Scott Bambrough <scottb@netwinder.org>
2412
2413 * config/tc-arm.c (reloc_map[]): Fix compiler warning.
2414 * config/tc-arm.h: Fix compile time warnings.
2415
d9fd9852
DN
2416Mon Oct 18 18:11:10 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
2417
2418 * tc_d10v.c (find_opcode): Allow ATSIGN to match expressions of the
2419 form @abs16, @(abs16) and @(abs16 + imm).
2420
9ce8a5dd
GRK
24211999-10-21 Gavin Romig-Koch <gavin@cygnus.com>
2422
2423 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New.
2424 (ISA_HAS_64_BIT_REGS) New.
2425 (gpr_interlocks,md_begin,reg_needs_delay,append_insn,
2426 mips_emit_delays,macro_build,load_register,load_addresss,
2427 macro,macro2,mips_ip,s_cprestore,s_cpadd): Simplify
2428 and/or use new ISA_xxx macros in expressions involving
2429 ISA, particularly mips_opts.isa.
2430
446a06c9
MM
24311999-10-18 Michael Meissner <meissner@cygnus.com>
2432
2433 * expr.h (operatorT): Add machine dependent operators md1..md8.
2434 (expressionS): Make X_op 8 bits instead of 7. Add a X_md field
2435 for the machine dependent operators to use.
2436
2437 * expr.c (op_rank): Add machine dependent operators.
2438
2439 * config/tc-alpha.c (O_pregister): Define as a machine dependent
2440 operator.
2441 (O_cpregister): Ditto.
2442 (md_begin): Change X_op test that field is wide enough to use
2443 O_max instead of O_alpha_max.
2444 (cpu_types): Fill in missing initializer.
2445 (alpha_num_macros): Make unsigned.
2446 (md_assemble): Make opnamelen be size_t.
2447 (md_apply_fix): Cast alpha_num_operands to int before testing.
2448 (alpha_force_relocation): Ditto.
2449 (alpha_fix_adjustable): Ditto.
2450 (alpha_fix_adjustable): Mark unused arguments ATTRIBUTE_UNUSED.
2451 (tc_gen_reloc): Ditto.
2452 (tc_get_register): Ditto.
2453 (emit_ldgp): Ditto.
2454 (emit_lda): Ditto.
2455 (emit_ldah): Ditto.
2456 (emit_ldil): Ditto.
2457 (s_alpha_ent): Ditto.
2458 (s_alpha_end): Ditto.
2459 (s_alpha_frame): Ditto.
2460 (s_alpha_prologue): Ditto.
2461 (s_alpha_file): Ditto.
2462 (s_alpha_gprel32): Ditto.
2463 (s_alpha_proc): Ditto.
2464 (s_alpha_set): Ditto.
2465 (s_alpha_base): Ditto.
2466 (s_alpha_align): Ditto.
2467 (s_alpha_arch): Ditto.
2468 (alpha_align): Ditto.
2469 (assemble_insn): Suppress unused variable warning.
2470 (emit_insn): Ditto.
2471 (assemble_insn): Don't assume X_op and X_unsigned are in a given
2472 order in the structure.
2473 (s_alpha_coff_wrapper): Avoid int/unsigned comparison.
2474
476cdcb8
JL
2475Sun Oct 17 17:15:58 1999 Jeffrey A Law (law@cygnus.com)
2476
2477 * config/tc-hppa.c (md_apply_fix): Make "fmt" an int.
2478
c388dee8
AM
24791999-10-12 Alan Modra <alan@spri.levels.unisa.edu.au>
2480
2481 * config/tc-i386.c (i386_index_check): Correct #endif location.
2482
2bdd6cf5
GK
2483Mon Oct 11 14:02:40 1999 Geoffrey Keating <geoffk@cygnus.com>
2484
2485 * as.c (show_usage): Document new options.
2486 (parse_args): Add --no-warn, --warn, --fatal-warnings,
2487 which become 'W', OPTION_WARN, and OPTION_WARN_FATAL.
2488 (parse_args): Parse the new options.
2489 (main): If there were warnings, and --fatal-warnings
2490 was specified, print an error.
2491 * as.h: New variable, flag_fatal_warnings, for new option.
2492
d53d2751
JL
2493Sun Oct 10 01:47:23 1999 Jerry Quinn <jerry.quinn.adv91@alum.dartmouth.org>
2494
2495 * config/tc-hppa.c (pa_ip): Add new codes 'cc', 'cd', 'cC', 'co',
2496 '@'. Change autoincrement completers to fall through to cache control
2497 completers.
2498
2499 * config/tc-hppa.c (pa_ip): Remove unused args. Add code to '?W'
eaa15ab8 2500 arg.
d53d2751
JL
2501 (pa_parse_addb_64_cmpltr): New function.
2502
2503 * config/tc-hppa.c (pa_ip): Change error message.
2504 (pa_ip,pa_parse_cmpb_64_cmpltr,pa_parse_cmpib_64_cmpltr) Fix '?N' and
2505 '?Q' args to allow falling through.
2506
8fce3f5e 2507 * config/tc-hppa.c (pa_ip): Implement conditional codes "?N", "?Q".
d53d2751
JL
2508 Remove unused conditional codes.
2509 (pa_parse_cmpb_64_cmpltr,pa_parse_cmpib_64_cmpltr): New.
2510
ba09cd8d
DN
2511Thu Oct 7 00:23:53 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
2512
2513 * config/tc-d30v.c (CHAR_BIT): Define.
2514 (check_range): Fix bit operations to support integers bigger than
2515 32 bits.
2516
c43185de
DN
2517Thu Oct 7 00:11:50 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
2518
2519 * config/tc-d10v.c (check_range): Check range for RESTRICTED_NUM3
2520 operands.
2521
925c058e
DE
2522Mon Oct 4 17:24:23 1999 Nick Clifton <nickc@cygnus.com>
2523 Doug Evans <devans@cygnus.com>
2524
2525 Add support for m32rx.
2526 * config/tc-m32r.c (enable_m32rx): New static global.
2527 (enable_special,warn_explicit_parallel_conflicts,optimize): Ditto.
2528 (allow_m32rx): New function.
2529 (M32R_SHORTOPTS): Add `O'.
2530 (md_longopts): Add --m32rx plus several warning options.
2531 (md_parse_option): Handle new options.
2532 (md_show_usage): Print them.
2533 (md_begin): Enable m32rx.
2534 (OPERAND_IS_COND_BIT): New macro.
2535 (first_writes_to_seconds_operands): New function.
2536 (writes_to_pc,can_make_parallel,make_parallel): New functions.
2537 (target_make_parallel,assemble_two_insns): New functions.
2538 (md_assemble): Recognize "insn1 -> insn2" and "insn1 || insn2".
2539 If optimizing and m32rx, try to make consecutive insns parallel.
2540
fba2b7f9
GK
2541Tue Sep 28 14:06:44 1999 Geoffrey Keating <geoffk@cygnus.com>
2542
2543 * config/tc-mips.c (nopic_need_relax): Allow for the
2544 .sdata.foo sections generated by -fdata-sections,
2545 and for the .gnu.linkonce.s sections generated by C++.
2546
fd232ac8
JL
2547Thu Sep 23 07:13:45 1999 Jerry Quinn <jquinn@nortelnetworks.com>
2548
ce674324
JL
2549 * config/tc-hppa.c (pa_ip): Replace 'B', 'M', 'l' and 'g' handling
2550 with cleaner code using completer prefixes. Add 'Y'.
2551
fd232ac8
JL
2552 * config/tc-hppa.c (pa_ip): Add parens to silence compiler.
2553
b1039fc4
JL
2554Wed Sep 22 09:37:19 1999 Jeffrey A Law (law@cygnus.com)
2555
66778679 2556 * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization.
b1039fc4
JL
2557 (pa_ip, case 'm'): Failure to get a CBIT specifier just means the
2558 insn does not match and we should try the next insn in the table.
2559
913f265c
NC
25601999-09-22 Nick Clifton <nickc@cygnus.com>
2561
2562 * config/tc-arm.c (MULTI_SET_PSR): Rename to LDM_TYPE_2_OR_3.
2563
54af6ff6
JL
2564Mon Sep 20 04:01:41 1999 Jeffrey A Law (law@cygnus.com)
2565
2566 * config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanup
2567 of PA2.0 support.
2568
4cc782b5
ILT
25691999-09-19 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2570
2571 * config/tc-i386.c (md_shortopts): Check OBJ_MAYBE_ELF as well as
2572 OBJ_ELF. If ELF, add "sq".
2573 (md_parse_option): If ELF, ignore -s and -q.
2574 (md_show_usage): Mention ELF options.
2575
6be78360
JL
2576Sun Sep 19 10:43:31 1999 Jeffrey A Law (law@cygnus.com)
2577
eaa15ab8 2578 * config/tc-hppa.c (pa_ip): Handle 'J', 'K' and 'cc'
65fab780
JL
2579 operands.
2580
71823da4
JL
2581 * config/tc-hppa.c (pa_ip); Handle "fe", and 'cJ'.
2582
61dd1d31
JL
2583 * config/tc-hppa.c (pa_ip): Handle 'd', '#' and 'cq'.
2584
1cf6ae67
JL
2585 * config/tc-hppa.c (struct pa_it): New field "trunc".
2586 (pa_ip): Hadnle 'h', 'm', '=', '{', and '_' operands.
2587 (pa_parse_ftest_gfx_completer): New function
2588 (pa_parse_fp_cnv_format): New function.
2589
77c02e18
JL
2590 * config/tc-hppa.c (pa_ip): Handle 'X' operand.
2591 (md_apply_fix): Handle 22bit pc-rel branches.
2592
629d9417
JL
2593 * config/tc-hppa.c (pa_ip): Handle 'B' operand.
2594
dbe2f9ee
JL
2595 * config/tc-hppa.c (pa_ip): Handle 'L' and 'M' operands.
2596
3db6e6bd
JL
2597 * config/tc-hppa.c (pa_ip): Handle 'l' operand.
2598
6be78360
JL
2599 * config/tc-hppa.c (pa_ip): Handle 'g' operand.
2600
e061d86f
JL
2601Sat Sep 18 12:13:28 1999 Jeffrey A Law (law@cygnus.com)
2602
66778679
RH
2603 * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling.
2604 (pa_ip): Handle 'fX'.
e061d86f 2605
7acbfc6b
JL
2606Fri Sep 17 11:57:34 1999 Jeffrey A Law (law@cygnus.com)
2607
2608 * config/tc-hppa.c (pa_build_unwind_subspace): Do not build
2609 unwinds unless the function is in the text space.
2610 (pa_type_args): Set BSF_FUNCTION for an exproted data symbol.
2611
2d93dcc4
JL
2612Wed Sep 15 05:14:32 1999 Jeffrey A Law (law@cygnus.com)
2613
b52c78b8
JL
2614 * config/tc-hppa.c (pa_ip): Move dwarf2 stuff from here.
2615 (md_assemble): To here. Tweak address generation.
2616
2d93dcc4
JL
2617 * config/tc-hppa.c: Include dwarf2dbg.h if OBJ_ELF. Declare
2618 debug_line.
2619 (md_pseudo_table): Add .file and .line pseudo-ops for OBJ_ELF.
2620 (md_assemble): Call dwarf2_where for OBJ_ELF.
2621 (pa_ip): Call dwarf2_gen_line_info for OBJ_ELF.
2622 (pa_end_of_source): New function.
2623 * tc-hppa.h (md_end): Define for OBJ_ELF.
2624
6d83c84b
MM
26251999-09-14 Michael Meissner <meissner@cygnus.com>
2626
2627 * configure.in (Canonicalization of target names): Remove adding
2628 ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
2629 generates $ac_config_sub with a ${CONFIG_SHELL} already.
2630 * configure: Regenerate.
2631
41fd319a
ILT
26321999-09-14 Donn Terry <donn@interix.com>
2633
2634 * config/te-interix.h (GLOBAL_OFFSET_TABLE_NAME): Define.
2635
795a7704
AM
26361999-09-13 Alan Modra <alan@spri.levels.unisa.edu.au>
2637
2f66722d
AM
2638 * config/tc-i386.c (md_assemble): Handle "jmp/call constant" as a
2639 pc-relative jmp/call to an absolute symbol.
2640 (md_apply_fix3): When OBJ_ELF, don't add the values in twice for
2641 absolute section symbols.
2642
795a7704
AM
2643 * config/tc-i386.c (md_assemble): Correct frag_var size. Tidy
2644 jump handling code and comments.
2645
c0c949c7
ILT
26461999-09-12 Ian Lance Taylor <ian@zembu.com>
2647
2648 * config/tc-i386.c (md_apply_fix3): Add horrible adjustments to
2649 the value if TE_PE and a global defined symbol.
2650
e723ef7c
ILT
26511999-09-11 Ian Lance Taylor <ian@zembu.com>
2652
2653 * write.c (dump_section_relocs): Call print_symbol_value_1 to
2654 print the symbol, rather than printing it here.
2655
fa16d387
ILT
26561999-09-11 Donn Terry <donn@interix.com>
2657
d33e1d24
ILT
2658 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
2659 BFD_RELOC_RVA relocations.
2660
18dc2407
ILT
2661 * config/tc-i386.c (md_undefined_symbol): Compare the name against
2662 the macro GLOBAL_OFFSET_TABLE_NAME, rather than assuming that it
2663 starts with "_G".
2664
945a1a6b
ILT
2665 * write.c (write_relocs): Call SET_SECTION_RELOCS if it is
2666 defined.
2667 * config/obj-coff.h (SET_SECTION_RELOCS): Define.
2668 * doc/internals.texi (Object format backend): Document
2669 SET_SECTION_RELOCS.
2670
79d292aa
ILT
2671 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
2672 relocations against global symbols if TE_PE.
2673
7a6284c4
ILT
2674 * config/obj-coff.c (obj_coff_ident): Add BFD_ASSEMBLER version.
2675 (obj_pseudo_table): Always handle ".ident" with obj-coff_ident.
2676
8828d862
ILT
2677 * config/obj-coff.c (coff_frob_symbol): Prohibit weak common
2678 symbols.
2679
9690c54d
ILT
2680 * config/obj-coff.c (obj_coff_endef): Don't merge labels, or
2681 symbols which do not have a constant value, or tags with
2682 non-tags. Remove the symbol from the list before adding it at the
2683 end.
2684
23dab925
ILT
2685 * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Handle .ef
2686 C_FCN symbol differently if TE_PE.
2687 (obj_coff_line) [BFD_ASSEMBLER]: Always use the line number which
2688 appears in the pseudo-op, rather coff_line_base which is only set
2689 for a .bf symbol.
2690
28428223
ILT
2691 * config/obj-coff.c (obj_coff_loc): New static function.
2692 (obj_pseudo_table): Add "loc".
2693
e8a3ab75
ILT
2694 * config/obj-coff.c (add_lineno): Check that the line number is
2695 positive.
2696
2ab9b79e
ILT
2697 * config/atof-ieee.c (atof_ieee): Change what_kind to int.
2698 * config/atof-vax.c (flonum_gen2vax): Change format_letter to
2699 int.
2700 (md_atof): Return NULL rather than 0.
2701 * config/tc-i386.c (md_atof): Change type to int.
0561a208
ILT
2702 * expr.c (expr): Change first parameter to int.
2703 * config/obj-coff.c: Add declarations for static functions.
2704 (coff_frob_symbol): Use SYM_AUXENT.
2705 * config/tc-i386.h (flag_16bit_code): Don't declare.
2ab9b79e 2706
5881e4aa
ILT
2707 * config/obj-coff.c (obj_coff_section): Default to setting
2708 SEC_LOAD. Don't set SEC_DATA for 'w' modifier.
2709
e723ef7c
ILT
2710 * write.c (adjust_reloc_syms): Print adjusted fixup.
2711
fa16d387
ILT
2712 * expr.c (integer_constant): Correct too_many_digits calculation
2713 in base 10 case.
2714
13a830b6
AS
27151999-09-09 Andreas Schwab <schwab@suse.de>
2716
2717 * doc/c-arm.texi: Fix arguments of @var to not contain
2718 punctuation.
2719
325188ec
NC
27201999-09-08 Philip Blundell <pb@nexus.co.uk>
2721
3e87a760 2722 * config/tc-arm.c (s_thumb_set): Only support interworking for ELF
325188ec
NC
2723 and COFF targets.
2724 (md_parse_option): Only support -k flag for ELF and COFF targets.
2725
e7c1f43c
JL
2726Tue Sep 7 13:28:59 1999 Jeffrey A Law (law@cygnus.com)
2727
2728 * config/tc-hppa.c (pa_ip): Put strict register checks before
2729 call to pa_parse_number.
2730
4964086a
JL
2731 * config/tc-hppa.c (pa_ip): Support 'Z' argument.
2732
c4bf532f
ILT
27331999-09-06 Ian Lance Taylor <ian@zembu.com>
2734
2735 * config/obj-coff.c: Add ATTRIBUTE_UNUSED as needed for
2736 BFD_ASSEMBLER code.
2737
a33132fd
ILT
27381999-09-06 Donn Terry <donn@interix.com>
2739
2740 * as.c (perform_an_assembly_pass): Set SEC_DATA for data_section.
2741
0f4f8b56
JL
2742Mon Sep 6 04:26:56 1999 Jeffrey A Law (law@cygnus.com)
2743
2744 * config/tc-hppa.c (pa_ip): Get strict/non-strict mode from the
2745 candidate instruction. Require registers for register arguments
2746 when in strict mode. Require assemble-time constants for
2747 constants when in strict mode.
2748 (pa_get_absolute_expression): Require a constant when in strict
2749 mode.
eaa15ab8 2750
d3388653
NC
27511999-09-06 Nick Clifton <nickc@cygnus.com>
2752
2753 * config/tc-m32r.c (md_longopts): Fix value for -Wnuh.
2754
041dd5a9
ILT
27551999-09-04 Steve Chamberlain <sac@pobox.com>
2756
2757 * config/tc-pj.c: New file, supports picoJava in ELF.
2758 * config/tc-pj.h: Ditto.
2759 * configure.in (pjl*, pj*): New targets.
2760 * Makefile.am: Rebuild dependencies.
2761 (CPU_TYPES): Add pj.
2762 (TARGET_CPU_CFILES): Add config/tc-pj.c.
2763 (TARGET_CPU_HFILES): Add config/tc-pj.h.
2764 * doc/c-pj.texi: New file.
2765 * doc/as.texinfo: Add some PJ specifics.
2766 * doc/all.texi: Add PJ to the list of all architectures, sort them
2767 all alphabetically.
2768 * doc/Makefile.in (CPU_DOCS): Add c-pj.texi.
2769 * configure, Makefile.in, doc/Makefile.in: Rebuild.
2770
4ca72d38
AM
27711999-09-02 Alan Modra <alan@spri.levels.unisa.edu.au>
2772
2773 * config/obj-multi.h: Include obj-elf.h if OBJ_MAYBE_ELF. Reformat.
2774 (obj_frob_file): Test for null pointer.
2775 (OBJ_COPY_SYMBOL_ATTRIBUTES): Here too.
2776 (OBJ_PROCESS_STAB): And here.
2777 (elf_obj_sy): Remove
2778
2779 * config/obj-elf.h: #ifndef everything defined in obj-multi.h,
2780 except OBJ_PROCESS_STAB, which we #undef for ecoff.
2781 (elf_obj_sy): Remove #ifndef OBJ_SYMFIELD_TYPE.
2782
2783 * config/obj-coff.c (no_func): Remove.
2784 (coff_format_ops): Change occurrences of no_func to 0, as we test
2785 for 0 in obj-multi.h.
2786
2787 * configure.in: Enable bfd for i386-coff when primary target is
2788 bfd. Enable i386 elf,coff emulation support. Don't set
2789 USE_EMULATIONS=1 or te_file=multi unless there is more than one
2790 emulation to support.
2791 *configure: Regenerate.
2792
bcef92fa
NC
27931999-09-02 Nick Clifton <nickc@cygnus.com>
2794
2795 * config/tc-mcore.c (mcore_s_section): Do not dump literals if a
2796 .section .line directive is encountered.
2797
cdf82bcf
NC
27981999-09-01 Nick Clifton <nickc@cygnus.com>
2799
5856c19a 2800 * config/tc-arm.c (md_section_align): Do not align sections in ELF
3e87a760 2801 format.
5856c19a 2802
cdf82bcf
NC
2803 * as.c (show_usage): Add --gdwarf2 to list of options displayed.
2804 * as.texinfo: Document --gdwarf2 command line option.
2805 Add additional documentation of ARM command line switches.
2806
af6bdddf
AM
28071999-08-30 Alan Modra <alan@spri.levels.unisa.edu.au>
2808
2809 * config/tc-i386.c (i386_intel_memory_operand): Combine
2810 i386_is_reg and parse_register calls. Remove END_STRING_AND_SAVE
2811 and RESTORE_END_STRING around parse_register calls.
2812 (i386_operand): Here too.
2813 (i386_is_reg): Remove.
2814 (parse_register): Move as_bad calls from within this function to
2815 callers.
2816
5f47d35b
AM
28171999-08-29 Alan Modra <alan@spri.levels.unisa.edu.au>
2818
2819 Based on a patch from H.J. Lu <hjl@gnu.org>
2820 * config/tc-i386.c (parse_register): Handle FP regs specially.
2821 (md_begin): Remove '(' and ')' from register_chars.
2822
1174497c
DE
28231999-08-29 Doug Evans <devans@casey.cygnus.com>
2824
2825 * config/tc-m32r.c (md_parse_option): Delete unrecognized option
2826 error message (done elsewhere).
2827
17d9105c
JL
2828Sat Aug 28 01:23:11 1999 Jeffrey A Law (law@cygnus.com)
2829
2830 * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.
2831
9ecc05f0
JL
2832Sat Aug 28 00:26:26 1999 Jerry Quinn <jquinn@nortelnetworks.com>
2833
66778679 2834 * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float register
97e1581b
JL
2835 args by 'f'.
2836
9e4f2d3a
JL
2837 * config/tc-hppa.c (pa_ip): Add args q, %, and |.
2838
680ef6de
JL
2839 * config/tc-hppa.c (pa_ip): Absorb white space in instructions
2840 between args.
2841 Add new completers. Fix bug in 64 bit condition handling.
2842
413c94ba
JL
2843 * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH',
2844 'cS', and 'c*'.
2845
28252e61
JL
2846 * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.
2847
a97685e9
JL
2848 * config/tc-hppa.c (pa_ip): Add cases for '.', '~'. '$'. and '!'
2849
3e87a760 2850 * config/tc-hppa.c (pa_ip): Add case for 'I'.
9ecc05f0 2851
cb30237e
NC
28521999-08-27 Jim Wilson <wilson@cygnus.com>
2853
2854 * dwarf2dbg.c (MAX_SPECIAL_ADDR_DELTA): Correct typo in comment.
2855 (struct ls): Add frag field. Initialize it to zero.
2856 (out_end_sequence): New local text_frag. Set it while in text section.
2857 Replace address check with frag check. Set ls.frag to text_frag if
2858 out_set_addr called.
2859 (dwarf2_gen_line_info): Add explanatory comment. New local saved_frag.
2860 Set it before switching sections. Replace address check with frag
2861 check. Set ls.frag to saved_frag if out_set_addr called.
2862
09a798ea
NC
28631999-08-26 David Mosberger <davidm@hpl.hp.com>
2864
66778679 2865 * dwarf2dbg.c (out_end_sequence): If address changed, directly
09a798ea
NC
2866 output "advance_pc" opcode instead of calling gen_addr_line().
2867 The latter has the undesired side-effect of creating a new row
3e87a760 2868 in the debug line info matrix.
09a798ea 2869
e1c05f12
NC
28701999-08-26 Jim Wilson <wilson@cygnus.com>
2871
2872 * dwarf2dbg.c (out_end_sequence): Correct comments. Set last to
2873 ls.last_filename if last is less than zero. Set ls.last_filename
2874 when allocating new entry.
2875 (dwarf2_gen_line_info): Save seg and subseg info before subseg_new
2876 call.
2877
b23bac36
AM
28781999-08-20 Alan Modra <alan@spri.levels.unisa.edu.au>
2879
2880 * config/tc-i386.c (i386_index_check): Fix the displacement size
2881 when INFER_ADDR_PREFIX.
2882
50f4163f
NC
28831999-08-18 Nick Clifton <nickc@cygnus.com>
2884
2885 * config/tc-arm.c (md_apply_fix3): If an offset is invalid,
2886 display its value.
2887
f589a541
ILT
28881999-08-17 Ian Lance Taylor <ian@zembu.com>
2889
2890 * config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, to
2891 handle 0xffffNNNN constants correctly.
2892
11450271
NC
28931999-08-16 Nick Clifton <nickc@cygnus.com>
2894
2895 * config/tc-arm.c (do_ldst): Look for register conflicts on stores
2896 as well as loads.
2897
276b1dc2
NC
28981999-08-13 Nick Clifton <nickc@cygnus.com>
2899
2900 * config/tc-arm.c (validate_offset_imm): Work on unsigned values.
2901 (md_apply_fix3): Always pass positive values to
2902 validate_offset_imm.
2903
ae5ad4ad
NC
29041999-08-12 Nick Clifton <nickc@cygnus.com>
2905
2906 * config/tc-arm.c (skip_whitespace): New macro.
2907 Formatting tidy ups.
3e87a760 2908
ae5ad4ad
NC
2909 (md_apply_fix3): Store relocation offset in addend for ELF based
2910 relocs.
2911 (arm_force_relocation): Always generate relocs for Thumb function
3e87a760
AM
2912 calls.
2913
bf6d3895
AM
29141999-08-11 Alan Modra <alan@spri.levels.unisa.edu.au>
2915
2916 * config/tc-i386.c (md_assemble): Remove dead code. intel_syntax
2917 LONG_DOUBLE_MNEM_SUFFIX floating point is done in opcode/i386.h
2918
46031ca9
JL
2919Tue Aug 10 12:58:31 1999 Jeffrey A Law (law@cygnus.com)
2920
b100be66
JL
2921 * config/tc-hppa.c (pa_build_unwind_subspace): Use sane section
2922 flags for the unwind subspace.
2923
46031ca9
JL
2924 * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.
2925 (pa_build_unwind_subspace): Remove #if 0 wrapper. Select a
2926 suitable relocation based on the size of the target's pointer.
2927 Always Use subsegment zero for the unwinders.
2928 (pa_level): Handle "2.0w".
2929
65172ab8 2930Mon Aug 9 20:02:22 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
0825afba
JR
2931
2932 * config/tc-d30v.c (write_2_short): Don't group repeat instructions
2933 with the following instruction unless this was specified.
2934
1a1ae23e
ILT
29351999-08-09 Ian Lance Taylor <ian@zembu.com>
2936
2937 * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 for
2938 certain sections, to match BFD changes.
2939
81afc846
ILT
29401999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
2941
2942 * Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT).
2943 (EXTRA_SCRIPTS): Define to keep automake happy.
1a1ae23e 2944 * Makefile.in: Rebuild.
81afc846 2945
04ad1543
ILT
29461999-08-08 Ian Lance Taylor <ian@zembu.com>
2947
2948 * Makefile.am: Rename .dep* files to DEP*.
2949 (MKDEP): Rename from DEP. Change all uses. Use $${srcdir} rather
2950 than $(srcdir). Rename TCDEP targets to DEPTC. Rename OBJDEP
2951 targets to DEPOBJ.
2952 * Makefile.in: Rebuild.
2953
1eb7027c
RH
29541999-08-08 Jakub Jelinek <jj@ultra.linux.cz>
2955
2956 * config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.
2957
2dcc60be
ILT
29581999-08-08 Ian Lance Taylor <ian@zembu.com>
2959
46eec08e
ILT
2960 * Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
2961 avoid problems on DOS filesystems.
2962 * Makefile.in: Rebuild.
2963
2dcc60be
ILT
2964 * doc/as.texinfo (Section): Document 's' flag for COFF version.
2965
29661999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
2967
2968 * config/obj-coff.c (obj_coff_section): Handle 's' (shared)
2969 section flag.
2970
76a27922
ILT
29711999-08-08 Ian Lance Taylor <ian@zembu.com>
2972
2973 * configure.in: Define and substitute GDBINIT. Change AC_OUTPUT
81afc846 2974 line to create ${GDBINIT} rather than .gdbinit.
76a27922
ILT
2975 * configure, Makefile.in, doc/Makefile.in: Rebuild.
2976
0741736b
JL
2977Fri Aug 6 12:12:44 1999 Jeffrey A Law (law@cygnus.com)
2978
2979 * config/tc-hppa.c (pa_ip, case '?'): Add missing break.
2980
9a913dfb
JL
2981Fri Aug 6 09:46:35 1999 Jerry Quinn <jquinn@nortelnetworks.com>
2982
2983 * config/tc-hppa.c (pa_ip): Add 64 bit condition completers.
2984
a1f2d742
ILT
29851999-08-06 Jakub Jelinek <jj@ultra.linux.cz>
2986
2987 * config/tc-sparc.h (tc_fix_adjustable): Fix check for PIC local
2988 non-adjustable symbols.
2989
55a914bc
JL
2990Thu Aug 5 16:52:51 1999 Jerry Quinn <jquinn@nortelnetworks.com>
2991
2992 * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix.
2993
336f7c70 2994Thu Aug 5 23:05:56 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5fc44b2d
JR
2995
2996 * config/tc-sh.c (md_assemble): Call as_bad when there are excess
2997 operands.
2998
9750fcc5
ILT
29991999-08-05 Donn Terry <donn@interix.com>
3000
3001 * config/te-interix.h: New file.
3002 * configure.in (i386-*-interix*): New target.
3003 * configure: Rebuild.
3004
39ba5561
JL
3005Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
3006
3007 * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byte
3008 selectors for ELF too.
3009 (selector_table): Add "ltp" and "rtp" selectors.
3010
eecb386c
AM
30111999-08-04 Alan Modra <alan@spri.levels.unisa.edu.au>
3012
3013 * config/tc-i386.c (i386_operand): No need to change
3014 operand_string pointer in segment reg case before goto
3015 do_memory_reference. Initialise displacement_string_start and
3016 displacement_string_end after do_memory_reference label.
3017 (i386_index_check): Add operand_string param, and print error
3018 message on failure here.
3019 (i386_intel_memory_operand): Instead of here.
3020 (i386_operand): And here.
3021 (INFER_ADDR_PREFIX): Enable.
3022
3023 * doc/c-i386.texi (i386-16bit): Document .code16gcc.
3024
3025 * config/tc-i386.h (DefaultSize): Define. Renumber following
3026 opcode_modifier defines.
3027
3028 From Etienne Lorrain <etienne.lorrain@ibm.net>
3029 * config/tc-i386.c (stackop_size): New variable.
3030 (set_16bit_code_flag): Clear it here.
3031 (set_16bit_gcc_code_flag): New function.
3032 (md_pseudo_table): Add "code16gcc" entry.
3033 (md_assemble): Set i.suffix for insns with DefaultSize modifier.
3034
f173e82e
ILT
30351999-08-03 Ian Lance Taylor <ian@zembu.com>
3036
a04b544b
ILT
3037 * config/obj-coff.c (coff_frob_symbol): Always update set_end with
3038 next_set_end even if the end symbol is being discarded.
3039
3040 * gasp.c: Add ATTRIBUTE_UNUSED as needed for non-BFD_ASSEMBLER.
3041 * output-file.c, symbols.c, config/tc-i386.c: Likewise.
3042 * config/obj-coff.c: Likewise.
3043 (seg_info_type): Remove.
3044 (seg_info_off_by_4): Change to array of segT.
3045 (s_get_segment): Adjust accordingly.
3046 (obj_pseudo_table): Fully initialize sentinel entry.
3047
f173e82e
ILT
3048 * config/tc-mips.c (append_insn): Correct INSN_SYNC test. From
3049 Ralf Baechle <ralf@uni-koblenz.de>.
3050
c3332e24
AM
30511999-08-03 Etienne Lorrain <etienne.lorrain@ibm.net>
3052
3053 * config/tc-i386.c (f16_3): New. Fixes 16 bit 3 byte nop.
3054
30551999-08-03 Alan Modra <alan@spri.levels.unisa.edu.au>
3056
24eab124
AM
3057 * config/tc-i386.c: Indentation and white space changes.
3058 (i386_index_check): New function. Add INFER_ADDR_PREFIX code, but
3059 don't enable it by default.
3060 (i386_intel_operand): Remove redundant prototype.
3061 Move check on number of memory operands, and i.mem_operands++
3062 (i386_intel_memory_operand): To here.
3063 Remove i386_immediate code from here. Remove special case code
3064 for input and output using (%dx). Remove base/index checks and
3065 call i386_index_check instead. Save initial operand_string
3066 argument for error message.
3067 (i386_operand): Remove redundant prototype. Move base/index
3068 checks to i386_index_check.
3069 (i386_displacement): Move intel mode check for non-zero
3070 i.disp_operand
3071 (i386_intel_memory_operand): To here.
c3332e24 3072
6d8809aa
RH
30731999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
3074
3075 * config/tc-sparc.c (md_longopts): Add --no-undeclared-regs option.
3076 (sparc_ip): Warn if %g2 or %g3 register is used and not covered
3077 by .register pseudo-op if -64 and --no-undeclared-regs.
3078 (s_register, sparc_adjust_symtab): New functions.
3079 * config/tc-sparc.h (tc_adjust_symtab, sparc_adjust_symtab):
3080 Declare sparc_adjust_symtab as tc_adjust_symtab.
3081 * doc/c-sparc.texi: Add description of #ignore special literal
3082 for .register pseudo-op.
3083
c8d259f7
CM
30841999-07-30 Catherine Moore <clm@cygnus.com>
3085
eaa15ab8 3086 * config/tc-arm.c (tc_gen_reloc): Record the vtable entry in
c8d259f7
CM
3087 the relocation's section offset.
3088
b77ad1d4
AM
30891999-07-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3090
3091 * write.c (fixup_segment): Fix generic error check overflow test.
3092
3093 * config/tc-i386.c (pe): Change %d to %ld, %x to %lx, and cast
3094 X_add_number to long.
3095
b53fcc20
JL
3096Wed Jul 28 02:04:24 1999 "Jerry Quinn" <jquinn@nortelnetworks.com>
3097
3098 * config/tc-hppa.c (pa_ip): Add 'J' and 'K' code
3e87a760 3099 processing.
b53fcc20 3100
d2e71411
ILT
31011999-07-27 Ian Lance Taylor <ian@zembu.com>
3102
3103 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust GOT, PLT, or
3104 VTABLE relocations.
3105
e9f56b1d
ILT
31061999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
3107
3108 * config/te-go32.h (COFF_LONG_SECTION_NAMES): Define.
1a39f480 3109
1a39f480
ILT
3110 * configure.bat: Remove; obsolete.
3111 * config/go32.cfg: Likewise.
3112
29fe79d3
ILT
31131999-07-21 Brad M. Garcia <bgarcia@fore.com>
3114
3115 * configure.in (i386-*-vxworks*): New target.
3116 * configure: Rebuild.
3117
e06510e6
RH
31181999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
3119
3120 * doc/c-sparc.texi: Document .register and .nword pseudo-ops.
3121
dabe3bbc
RH
31221999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
3123
3124 * config/tc-sparc.c (sparc_ip): Allow OLO10 relocations
3125 on -64 and not pic.
3126 (output_insn): Put OLO10's secondary addend into tc_fix_data.
3127 (md_apply_fix3): Handle BFD_RELOC_SPARC_OLO10.
3128 (tc_gen_reloc): Return two relocs for OLO10, LO10 and SPARC13.
3129 * config/tc-sparc.h (RELOC_EXPANSION_POSSIBLE,
3130 MAX_RELOC_EXPANSION): Define.
3131 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FIX_DATA_PRINT): Likewise.
3132
b4cac588
AM
31331999-07-16 Alan Modra <alan@spri.levels.unisa.edu.au>
3134
3135 * config/tc-i386.c (intel_float_operand): Add prototype, make static.
3136 (md_assemble): Localize *exp variable to if (fake_zero_displacement)
3137 block. Print a warning if an 8-bit or 16-bit constant
3138 displacement or immediate is truncated on output.
3139 (i386_immediate): Ensure Imm16 is always legal for a 16-bit mode
3140 immediate.
3141 (i386_operand): Disallow immediate jump absolute operand.
3142
966ed0b4
ILT
31431999-07-15 Ian Lance Taylor <ian@zembu.com>
3144
0ed15843
ILT
3145 * configure.in: Bump version number to 2.9.5.
3146 * configure: Rebuild.
3147
966ed0b4
ILT
3148 * dwarf2dbg.c (dwarf2_gen_line_info): Don't assume that long long
3149 or %llx work.
3150
67f1cff0
JL
3151Thu Jul 15 02:45:30 1999 Jeffrey A Law (law@cygnus.com)
3152
3153 * config/tc-hppa.c (md_pseudo_table): Add ".dword" pseudo-op.
3154 (cons_fix_new_hppa): Derive size of fixup from size of the object.
3155
2f992c04
NC
31561999-07-14 Philip Blundell <pb@nexus.co.uk>
3157
3158 * symbols.c (dollar_label_name): Prepend LOCAL_LABEL_PREFIX if it
3159 is defined.
3160 * config/tc-arm.h (LOCAL_LABEL_PREFIX): Define to '.' for ELF.
3161
3162 * config/tc-arm.c (md_begin): Set F_SOFTFLOAT in the output file
3163 if -mno-fpu was given.
3164 (tc_gen_reloc): Fix typo. Delete bogus code related to GOTPC
3165 relocs.
3166 (cons_fix_new_arm): Remove misleading comments.
3167
14ad458a
ILT
31681999-07-14 Ian Lance Taylor <ian@zembu.com>
3169
3170 * write.c (cvt_frag_to_fill): Use frag file and line in rs_org
3171 error message.
3172 (relax_segment): Likewise. After giving a rs_org error, convert
3173 the frag to rs_align to avoid cascading errors.
3174
36823076
AS
31751999-07-12 Andreas Schwab <schwab@suse.de>
3176
3177 * config/tc-m68k.c: Add some ATTRIBUTE_UNUSED.
3178
ab9da554
ILT
31791999-07-11 Ian Lance Taylor <ian@zembu.com>
3180
3181 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
3182 as appropriate. Fill in structure initializations. Add variable
3183 initializations. Add casts.
3184 * dwarf2dbg.c (print_stats): Change i to size_t.
3185 * listing.c (listing_listing): Change list_line to unsigned int.
3186
e0accf0c
ILT
31871999-07-10 Ian Lance Taylor <ian@zembu.com>
3188
3189 * config/tc-ppc.h (tc_fix_adjustable) [OBJ_ELF]: Call S_IS_LOCAL
3190 rather than checking for \001 and \002 in symbol name.
3191 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: Likewise.
3192
7d4ce8a9
JL
3193Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
3194
3195 * configure.in (hppa*-linux-gnu*): New target.
3196 * configure: Rebuilt.
3197
5395a469
NC
31981999-07-08 Nick Clifton <nickc@cygnus.com>
3199
3e87a760 3200 * doc/c-arm.texi (ARM Directives): Document .thumb_set directive.
5395a469 3201
cac58fa6
NC
32021999-07-07 Nick Clifton <nickc@cygnus.com>
3203
5395a469 3204 * config/tc-v850.c (v850_comm): Use symbol_get_obj() rather than
cac58fa6
NC
3205 accessing symbolP directly.
3206
03b36ee1
JL
3207Tue Jul 6 10:41:42 1999 Jeffrey A Law (law@cygnus.com)
3208
3209 * config/tc-hppa.h (tc_frob_symbol): Always punt "$global$" symbol
3210 for ELF.
3211
49a5575c
NC
32121999-07-05 Nick Clifton <nickc@cygnus.com>
3213
3214 * config/tc-arm.c (ARM_EXT_V5): Define.
3215 (ARM_ARCH_V5, ARM_ARCH_V5T): Define.
3216 (md_begin): Detect ARM v5 architectures.
3217 (md_parse_option): Accept arm v5 specification.
3218 (md_show_usage): Documment -marmv5 switch.
3219
3220 * doc/c-arm.texi: Document -marmv5 command line option.
3e87a760 3221
49a5575c
NC
3222 * config/tc-arm.c (do_adrl): New function. Implement ADRL pseudo
3223 op.
3224 (validate_immediate_twopart): New function. Determine if a
3225 constant can be computed by two ADD instructions.
3226 (output_inst): Remove its command line parameter - it was never
3227 used.
3228 (md_apply_fix3): Support BFD_RELOC_ARM_ADRL_IMMEDIATE, used to
3229 implememt the ADRL pseudo op.
3230 (tc_gen_reloc): Generate a suitable error message if an ADRL
3231 instruction tries to generate a real reloc.
3232
3233 * doc/c-arm.texi: Document NOP, ADR and ADRL pseudo ops.
3234
09ecf0ba
JL
3235Thu Jul 1 15:33:10 1999 Jeffrey A Law (law@cygnus.com)
3236
3237 * config/tc-hppa.c (pa_ip): Convert the opcode and all completers
3238 into lower case.
3239
264d6861
ILT
32401999-06-27 H.J. Lu <hjl@gnu.org>
3241
3242 * subsegs.c (subseg_text_p): Use 1/0 instead of true/false for
3243 non BFD_ASSEMBLER case.
3244
827c0149
ILT
32451999-06-26 Mumit Khan <khan@xraylith.wisc.edu>
3246
3247 * config/obj-coff.c (obj_coff_section): Mark writable sections as
3248 data.
3249
a340d270
RH
32501999-06-26 David Mosberger <davidm@hpl.hp.com>
3251
3252 * dwarf2dbg.c (dwarf2_gen_line_info): Don't call
3253 out_end_sequence() when the address decreases due to a new frag.
3254 (gen_dir_list): Set ls.file[i].dir to j + 1 (not j) because file
3255 numbering starts with 1.
3256
16b93d88
NC
32571999-06-23 Nick Clifton <nickc@cygnus.com>
3258
3259 * config/tc-mcore.c (md_pseudo_table): Add .comm for ELF and allow
3260 .section for COFF.
3261 (mcore_s_text): Call obj_elf_text for ELF target.
3262 (mcore_s_data): Call obj_elf_data for ELF target.
3263 (mcore_s_section): No longer ELF specific. Call obj_coff_section
3264 for COFF target.
3265 (mcore_s_bss): New function: Dump literal table before changing
3266 sections.
3267 (mcore_s_comm): New function: Dump literal table before changing
3268 sections.
3e87a760 3269
16b93d88
NC
3270 * config/obj-elf.c (obj_elf_common, obj_elf_data, obj_elf_text):
3271 No longer static functions.
3272 * config/obj-elf.h (obj_elf_common, obj_elf_data, obj_elf_text):
3273 Provide prototypes for these functions.
3274
fed9b18a
ILT
32751999-06-22 Ian Lance Taylor <ian@zembu.com>
3276
be2acf27
ILT
3277 * subsegs.c (subseg_text_p): Rewrite non BFD_ASSEMBLER case to use
3278 a list of names, to try obj_segment_name, and to try abbreviated
3279 names when using COFF without long section names.
3280
7dcc9865
ILT
3281 * config/tc-alpha.c: More use of symbol accessor functions.
3282 * config/tc-arc.c: Likewise.
3283 * config/tc-d30v.c: Likewise.
3284 * config/tc-fr30.c: Likewise.
3285 * config/tc-i860.c: Likewise.
3286 * config/tc-m88k.c: Likewise.
3287 * config/tc-mcore.c: Likewise.
3288 * config/tc-ns32k.c: Likewise.
3289 * config/tc-sparc.c: Likewise.
3290 * config/tc-v850.c: Likewise.
3291
a77f5182
ILT
3292 * config/tc-arc.c (get_arc_exp_reloc_type): Change uses of
3293 sy_value with appropriate accessor functions.
3294 * config/tc-arm.c (md_apply_fix3): Likewise.
3295 * config/tc-d10v.c (AT_WORD_P): Likewise.
3296 * config/tc-v850.c (reg_name_search): Likewise.
3297
fed9b18a
ILT
3298 * config/obj-ecoff.c (obj_ecoff_set_ext): Change uses of bsym to
3299 use symbol_get_bfdsym instead.
3300 * config/tc-ppc.c (md_assemble): Likewise.
3301 * config/tc-v850.c (v850_comm): Likewise.
3302
310b5aa2
ILT
33031999-06-22 Jonathan Larmour <jlarmour@cygnus.co.uk>
3304
3305 * config/tc-arc.c (tc_gen_reloc): Use symbol_get_bfdsym to get at
3306 the symbol, rather than accessing the bsym member.
3307 * config/tc-d10v.c (tc_gen_reloc): Likewise.
3308 * config/tc-d30v.c (tc_gen_reloc): Likewise.
3309 * config/tc-mcore.c (tc_gen_reloc): Likewise.
3310 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
3311 * config/tc-mn10300.c (tc_gen_reloc): Likewise.
3312 * config/tc-ns32k.c (tc_gen_reloc): Likewise.
3313 * config/tc-tic30.c (tc_gen_reloc): Likewise.
3314 * config/tc-v850.c (tc_gen_reloc): Likewise.
3315
9cb8e75e
JL
3316Mon Jun 21 16:45:19 1999 Jeffrey A Law (law@cygnus.com)
3317
3318 * tc-hppa.c (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
3319 (hppa_gen_reloc_type): Conditionalize on BFD64.
3320 (tc_gen_reloc): Re-enable ELF relocations.
3321 * tc-hppa.h (TARGET_FORMAT): Handle elf64-hppa format.
3322
3d103319
ILT
33231999-06-21 Ian Lance Taylor <ian@zembu.com>
3324
3325 * config/tc-arm.c (ldst_extend): Add parentheses to avoid
3326 warning.
3327 (do_ldst): Move assignment out of if condition.
3328 (md_apply_fix3): Add casts to avoid printf format warnings. Add
3329 parentheses to avoid warning.
3330
776b24b4
NC
33311999-06-21 Nick Clifton <nickc@cygnus.com>
3332
155f0fe7
NC
3333 * config/tc-arm.c (arm_adjust_symtab): Use symbol_get_bfdsym()
3334 macro to get at the BFD symbol associated with a GAS symbol.
776b24b4 3335
809ffe0d
ILT
33361999-06-19 Ian Lance Taylor <ian@zembu.com>
3337
3338 * config/tc-ppc.c: Update for symbol handling changes.
3339 * config/obj-coff.c: Likewise.
3340
49863f82
JL
3341Fri Jun 18 14:34:18 1999 Jeffrey A Law (law@cygnus.com)
3342
3343 * tc-hppa.c: General cleanups of ELF support. No more spaces
3344 and subspaces for ELF.
3345 (GDB_DEBUG_SPACE_NAME): Delete definition for ELF.
3346 (GDB_STRINGS_SUBSPACE_NAME): Likewise.
3347 (GDB_SYMBOLS_SUBSPACE_NAME): Likewise
3348 (UNWIND_SECTION_NAME): Likewise.
3349 (space/subspace related structures): Conditionalize definitions
3350 on OBJ_SOM.
3351 (space/subspace directives and support routines): Conditionalize
3352 definitions and references/uses on OBJ_SOM.
3353 (label_symbol_struct): For ELF, track the symbol's segment. For
3354 SOM track its space.
3355 (pa_define_label, pa_undefine_label, pa_get_label): Corresponding
3356 changes.
3357 (USE_ALIASES): Kill for both SOM & ELF.
3358 (pa_def_subspaces, pa_def_spaces): Corresponding changes.
3359 (pa_space, pa_subspace): Corresponding changes.
3360 (pa_spaces_begin): Corresponding chagnes.
3361 (md_begin): Do not muck around with space/subspace stuff for
3362 OBJ_ELF.
3363 (md_apply_fix): Temporarily disable argument relocation stuff
3364 for OBJ_ELF.
3365 (tc_gen_reloc): Temporarily disable relocation generation for
3366 OBJ_ELF
3367 (pa_build_unwind_subspace): Similarly.
3368
fed881b1
NC
33691999-06-16 Nick Clifton <nickc@cygnus.com>
3370
3371 * config/tc-arm.c (thumb_set): New pseudo op.
3372 (text, data, section): Override these pseudo ops with ARM
3373 specific versions.
3374 (s_thumb_set): New function: Perform the same as a .set pseudo
3375 op, but also mark the alias'ed symbol as being a Thumb
3376 function.
3377 (arm_s_text): New function: Perform the same as the .text
3378 pseudo op, but dump the literal pool before changing
3e87a760 3379 sections.
fed881b1
NC
3380 (arm_s_data): New function: Perform the same as the .data
3381 pseudo op, but dump the literal pool before changing
3e87a760 3382 sections.
fed881b1 3383 (arm_s_section): New function: Perform the same as the
3e87a760
AM
3384 .section pseudo op, but dump the literal pool before changing
3385 sections.
fed881b1
NC
3386 (arm_cleanup): Do not reset the current section before dumping
3387 the literal pool.
3388
0f94f4c8
NC
33891999-06-17 Nick Clifton <nickc@cygnus.com>
3390
2f3519a2
NC
3391 * config/tc-m32r.c (md_longopts): Fix OPTION_WARN_UNMATCHED and
3392 OPTION_NO_WARN_UNMATCHED entries.
3393 (md_parse_option): Generate a warning message if an unrecognised
3394 option is encountered.
3395
0f94f4c8
NC
3396 * config/tc-d10v.c (do_not_ignore_hash): New variable.
3397 (get_operands): When parsing an expression after an '@' symbol
3398 has been detected, do not ignore '#' symbols.
3399 (md_operand): Only ignore '#' symbols if do_not_ignore_hash is
3e87a760 3400 false.
0f94f4c8 3401
e4a86f6f
ILT
34021999-06-13 Ian Lance Taylor <ian@zembu.com>
3403
3404 From K. Richard Pixley <rich@noir.com>:
3405 * configure.in (ppc-*-vxworks*): New target.
3406 * configure: Rebuild.
3407
a8aed0fb
UD
34081999-06-12 Philip Blundell <philb@gnu.org>
3409
3410 * config/tc-arm.c (tc_gen_reloc): Fix handling of GOTPC relocs.
3411
7565ed77
ILT
34121999-06-13 Ian Lance Taylor <ian@zembu.com>
3413
3414 * write.c (adjust_reloc_syms): Rather than never reducing reloc
3415 which refer to symbols in linkonce sections, permit reducing the
3416 relocs if the symbol is local.
3417
b9e57a38
ILT
34181999-06-12 Ian Lance Taylor <ian@zembu.com>
3419
3420 * subsegs.c (subseg_text_p): New function.
3421 * as.h (subseg_text_p): Declare.
3422 * read.c (do_align): Use subseg_text_p to set the default fill.
3423 * write.c (subsegs_finish): Likewise.
3424 * config/obj-coff.c (write_object_file): Likewise.
3425 * config/tc-i386.h (md_maybe_text): Don't define.
3426 (md_do_align): Use subseg_text_p to set the default fill.
3427 * config/tc-m32r.c (m32r_do_align): Likewise.
3428 * config/tc-sh.c (sh_do_align): Likewise.
3429 * config/tc-sparc.h (md_do_align): Likewise.
3430
008960a5
ILT
34311999-06-12 David O'Brien <obrien@freebsd.org>
3432
3433 * configure.in: (i[3456]86-*-freebsd*): Now defaults to ELF.
3434 * configure: Rebuild.
3435
a1605869
ILT
34361999-06-12 Ian Lance Taylor <ian@zembu.com>
3437
d9ac5a3b
ILT
3438 * dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
3439 * Makefile.am: Rebuild dependencies.
3440 * Makefile.in: Rebuild.
3441
a1605869
ILT
3442 * config/tc-i386.c (i386_immediate): Remove unused label
3443 seg_unimplemented.
3444
3445 * struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.
3446 * symbols.c: Likewise.
3447 * config/obj-aout.c (obj_crawl_symbol_chain): Refer directly to
3448 sy_next field when taking address, rather than symbol_next.
3449
3450 * dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma to
3451 offsetT.
3452 (out_set_addr): Don't use BYTES_PER_ADDRESS. Instead, get the
3453 value from the output file architecture.
3454 (dwarf2_gen_line_info): Ifdef BFD_ASSEMBLER specific code.
3455 * dwarf2dbg.h: Change bfd_vma to addressT.
3456
a7cd1c22
ILT
34571999-06-11 Ian Lance Taylor <ian@zembu.com>
3458
3459 * dwarf2dbg.h: Use PARAMS in function declarations.
3460
76171f81
ILT
34611999-06-11 Martin Dorey <mdorey@madge.com>
3462
3463 * write.c (fixup_segment): Don't add symbol value for i960 ELF.
3464 * config/tc-i960.c (s_leafproc): Don't call tc_set_bal_of_cal if
3465 OBJ_ELF.
3466 (md_apply_fix): Simplify BFD_ASSEMBLER handling.
3467
9b4d630b
ILT
34681999-06-11 Ian Lance Taylor <ian@zembu.com>
3469
5865bb77
ILT
3470 * config/tc-i386.c (md_apply_fix3): Add default case to switch.
3471
9e7c96d9
ILT
3472 * config/tc-sparc.c (md_pseudo_table): Remove pushsection and
3473 popsection.
3474
1b50c718
ILT
3475 * config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
3476
1bf67e0d
ILT
3477 * read.c (read_a_source_file): Only declare inescape if
3478 QUOTES_IN_INSN.
3479
3480 * itbl-ops.c (itbl_disassemble): Change sprintf format strings to
3481 match parameters.
3482 (find_entry_byval): Add parens to avoid warning.
3483
3484 * as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".
3485
9b4d630b
ILT
3486 * symbols.c (resolve_symbol_value): Don't permit subtraction of
3487 undefined symbols.
3488
a22b281c
RH
34891999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
3490
66778679 3491 * config/tc-sparc.c (sparc_ip): Don't use side-effect expression
a22b281c
RH
3492 with isoctal.
3493
3494 * config/tc-sparc.c (synthetize_setuw, synthetize_setsw,
3495 synthetize_setx): New functions.
3496 (md_assemble): Broken the special cases into the above
3497 functions. Make compiler happy if sizeof(bfd_vma)==4.
3498 Fix sethi generated from set/setuw. If instructions have a relloc,
3499 always clear the fields to be relocated in the opcode.
3500 (sparc_ip): Remove special_case global variable.
3501
7f2f689c
ILT
35021999-06-10 Ian Lance Taylor <ian@zembu.com>
3503
d7ba4a77
ILT
3504 Based on patches from John W. Woznack <jwoznack@concentric.net>:
3505 * itbl-ops.c (itbl_get_reg_val): Add pval parameter. Return
3506 indication of success rather than a value.
3507 (itbl_get_val): Likewise.
3508 (itbl_get_field): Use strcspn. Change delimiters to include
3509 parens.
3510 * itbl-ops.h (itbl_get_reg_val): Update declaration.
3511 (itbl_get_val): Likewise.
3512 * config/tc-mips.c (mips_ip): Update call to itbl_get_reg_val.
3513
7f2f689c
ILT
3514 * symbols.c (copy_symbol_attributes): Convert local symbols to
3515 regular symbols.
3516
c1d3c45e
NC
35171999-06-10 Nick Clifton <nickc@cygnus.com>
3518
3519 * config/tc-arm.c (md_parse_option): Add support for ARM920 and
3e87a760 3520 ARM920t.
c1d3c45e 3521
63fab58c
RH
35221999-06-07 Jakub Jelinek <jj@ultra.linux.cz>
3523
3524 * config/tc-sparc.c (md_assemble): Fix up setx, support setsw.
3525 Optimize set if sizeof(bfd_vma) == 64.
3526 (sparc_ip): Fix sethi - without %hi() it should generate
eb858bb4 3527 R_SPARC_22 reloc, not R_SPARC_HI22.
63fab58c
RH
3528 (tc_gen_reloc): Handle BFD_RELOC_SPARC22.
3529
cf9a1301
RH
35301999-06-07 Jakub Jelinek <jj@ultra.linux.cz>
3531
3532 * config/tc-sparc.c (md_begin): Handle native wordsize aliases.
3533 (s_ncons): New function.
3534 (native_op_table): New table.
3535 (sparc_ip): Be more strict on %hi() etc.; prepare assembler for
3536 R_SPARC_OLO10 handling.
3537
bf29b231
RH
3538Mon Jun 7 10:22:16 1999 Richard Henderson <rth@cygnus.com>
3539
3540 * expr.h (struct expressionS): Revert last change; widen X_op.
3541 * config/tc-alpha.c (md_begin): Check the field is wide enough.
3542
9be1cda6
AS
3543Mon Jun 7 11:25:16 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3544
a4835b42
AS
3545 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
3546 (TARGET_CPU_HFILES): Add config/tc-fr30.h.
3547 (TARG_ENV_HFILES): Add config/te-epoc-pe.h.
3548 * Makefile.in: Regenerated.
3549
9be1cda6
AS
3550 * config/obj-elf.c (obj_elf_common): In MRI mode if called as
3551 `common' pass on to s_mri_common.
3e87a760 3552 (elf_pseudo_table): Pass 1 to obj_elf_common for `common'.
9be1cda6 3553
62335629
RH
35541999-06-06 Richard Henderson <rth@cygnus.com>
3555
3556 * config/obj-elf.c (obj_elf_section): Don't free the return
3557 value of demand_copy_C_string.
3558
9de8d8f1
RH
35591999-06-05 Richard Henderson <rth@cygnus.com>
3560
3561 * dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol
3562 creation logic from obj_elf_create_section.
3563
3564 * config/obj-elf.c (elf_pseudo_tab): Add pushsection/popsection.
3565 (section_stack): New.
3566 (special_sections): Make const.
3567 (obj_elf_section): Gut and rewrite parsing.
3568 (obj_elf_change_section): New function broken out of obj_elf_section.
3569 (obj_elf_parse_section_letters): Likewise.
3570 (obj_elf_section_word): Likewise.
3571 (obj_elf_section_type): Likewise.
3572 (obj_elf_previous): Treat as a toggle.
3573 (obj_elf_popsection): New.
3574 * config/tc-ppc.c (ppc_section_word): Take str+len not ptr_str.
3575 (ppc_section_type): Likewise.
3576 * config/tc-ppc.h: Likewise.
3577
3578 * expr.h (struct expressionS): Don't make X_op a bitfield.
3579 * config/tc-alpha.c: Update for symbol handling changes.
3580 (md_apply_fix) [case GPREL]: Use now_seg instead of absolute_section.
3581 (load_expression, emit_ir_load, emit_loadstore, emit_jsrjmp): Likewise.
3582
58b5739a
RH
35831999-06-05 Richard Henderson <rth@cygnus.com>
3584
3585 * dwarf2dbg.c (*): Convert to K&R + prototypes.
3586 (dwarf2_gen_line_info): Kill unused variables.
3587 (dwarf2_finish): Likewise.
3588 (dwarf2_where): Likewise.
3589 (dwarf2_directive_file): If we've only got a string,
3590 hand off to s_app_file.
3591 * ecoff.c: Move the include of ecoff.h.
3592 * symbols.h (S_IS_FUNCTION): Prototype.
3593
3594 * read.c (LEX_HASH): Supply a default.
3595 (lex_type): Use it.
3596 (s_globl): Update `c' after skipping whitespace.
3597 * read.h (LEX_END_NAME, is_name_ender): New.
3598 * expr.c (get_symbol_end): Respect it.
3599
398e8c25
ILT
36001999-06-04 Mark Klein <mklein@dis.com>
3601
993142d5
ILT
3602 * config/tc-hppa.c (md_begin): Convert local symbol dummy_symbol
3603 to real if OBJ_SOM
3604 (tc_gen_reloc): Still need bfd_abs_symbol in some relocs.
3605
398e8c25
ILT
3606 * config/tc-hppa.c: Update for symbol handling changes.
3607
b4013713
ILT
36081999-06-03 Ian Lance Taylor <ian@zembu.com>
3609
080e41e6
ILT
3610 * cgen.c: Update for symbol handling changes.
3611 * config/tc-m32r.c: Likewise.
f412ead8 3612
a0f75b47
ILT
3613 * config/tc-hppa.h: Update for symbol handling changes.
3614 * config/tc-hppa.c: Likewise.
3615
174419c1
ILT
3616 * config/tc-arm.h: Update for symbol handling changes.
3617 * config/tc-arm.c: Likewise.
3618 (symbol_make_empty): Remove. Just use symbol_create.
3619
3620 * symbols.c (symbol_set_tc): Correct name.
3621
6104f0a0
ILT
3622 * Makefile.am: Rebuild dependencies.
3623 ($(OBJS)): Don't depend upon struc-symbol.h.
3624 (.dep1, .tcdep, .objdep): Create itbl-parse.h.
3625 * dep-in.sed: Don't remove struc-symbol.h.
3626 * Makefile.in: Rebuild.
3627
b4013713
ILT
3628 * doc/internals.texi (Symbols): Describe changes in symbol
3629 handling.
3630
6576f0b5
RH
36311999-06-03 Richard Henderson <rth@cygnus.com>
3632
3633 * dwarf2dbg.c (dwarf2_gen_line_info): Use section_symbol
3634 instead of doing the work by hand.
3635
fac0d250
RH
36361999-06-03 David Mosberger <davidm@hpl.hp.com>
3637
3638 * dwarf2dbg.c (INITIAL_STATE): New macro encapsulating initial
3639 state of line state-machine.
3640 (struct ls): Collect DWARF2 line state-machine state in new member
3641 SM. Add member EMPTY_SEQUENCE to keep track if a code sequence
3642 resulted in any DWARF2 directives.
3643 (reset_state_machine): New function.
3644 (out_end_sequence): Ditto.
3645 (dwarf2_gen_line_info): When switching sections or switching to a
3646 lower text address, call out_end_sequence() first to terminate the
3647 previous code sequence as code sequences MUST have monotonically
3648 increasing addresses.
3649 (dwarf2_finish): Call out_end_sequence() instead of open coding it.
3650
36511999-06-03 David Mosberger <davidm@hpl.hp.com>
3652
3653 * as.c (parse_args): Add option -gdwarf2 to allow requesting
3654 DWARF2 debug info (line information only, at this point).
3655 * as.h: Update comment about supported debug formats.
3656 * dwarf2dbg.c, dwarf2dbg.h: New files.
3657 * Makefile.am (GAS_CFILES, HFILES, GENERIC_OBJS): Add them.
3658
3659 * expr.c (operand): Don't use [ for parens if we want an index op.
3660 (op_encoding): Switch [ into O_index, if desired.
3661 (op_rank): Renumber with O_index on bottom.
3662 (expr): If O_index, match closing bracket.
3663 * expr.h (O_index): New.
3664
3665 * read.c (read_a_source_file): Conditionally allow matched "
3666 in lines passed to md_assemble.
3667
3668 * config/obj-elf.c (elf_pseudo_table): Add `common'.
3669
49309057
ILT
36701999-06-03 Ian Lance Taylor <ian@zembu.com>
3671
3672 Add support for storing local symbols in a small structure to save
3673 memory when assembling large files.
3674 * as.h: Don't include struc-symbol.h.
3675 (symbolS): Add typedef.
3676 * symbols.c: Include struc-symbol.h.
3677 (local_hash): New static variable.
3678 (save_symbol_name): New static function, from symbol_create.
3679 (symbol_create): Call save_symbol_name.
3680 (local_symbol_count): New static variable.
3681 (local_symbol_conversion_count): Likewise.
3682 (LOCAL_SYMBOL_CHECK): Define.
3683 (local_symbol_make): New static function.
3684 (local_symbol_convert): New static function.
3685 (colon): Handle local symbols. Create local symbol for local
3686 label name.
3687 (symbol_table_insert): Handle local symbols.
3688 (symbol_find_or_make): Create local symbol for local label name.
3689 (symbol_find_base): Check for local symbol.
3690 (symbol_append, symbol_insert): Check for local symbols.
3691 (symbol_clear_list_pointers, symbol_remove): Likewise.
3692 (verify_symbol_chain): Likewise.
3693 (copy_symbol_attributes): Likewise.
3694 (resolve_symbol_value): Handle local symbols.
3695 (resolve_local_symbol): New static function.
3696 (resolve_local_symbol_values): New function.
3697 (S_GET_VALUE, S_SET_VALUE): Handle local symbols.
3698 (S_IS_FUNCTION, S_IS_EXTERNAL, S_IS_WEAK, S_IS_COMMON): Likewise.
3699 (S_IS_DEFINED, S_IS_DEBUG, S_IS_LOCAL, S_GET_NAME): Likewise.
3700 (S_GET_SEGMENT, S_SET_SEGMENT, S_SET_EXTERNAL): Likewise.
3701 (S_CLEAR_EXTERNAL, S_SET_WEAK, S_SET_NAME): Likewise.
3702 (symbol_previous, symbol_next): New functions.
3703 (symbol_get_value_expression): Likewise.
3704 (symbol_set_value_expression): Likewise.
3705 (symbol_set_frag, symbol_get_frag): Likewise.
3706 (symbol_mark_used, symbol_clear_used, symbol_used_p): Likewise.
3707 (symbol_mark_used_in_reloc): Likewise.
3708 (symbol_clear_used_in_reloc, symbol_used_in_reloc_p): Likewise.
3709 (symbol_mark_mri_common, symbol_clear_mri_common): Likewise.
3710 (symbol_mri_common_p): Likewise.
3711 (symbol_mark_written, symbol_clear_written): Likewise.
3712 (symbol_written_p): Likewise.
3713 (symbol_mark_resolved, symbol_resolved_p): Likewise.
3714 (symbol_section_p, symbol_equated_p): Likewise.
3715 (symbol_constant_p): Likewise.
3716 (symbol_get_bfdsym, symbol_set_bfdsym): Likewise.
3717 (symbol_get_obj, symbol_set_obj): Likewise.
3718 (symbol_get_tc, symbol_set_tc): Likewise.
3719 (symbol_begin): Initialize local_hash.
3720 (print_symbol_value_1): Handle local symbols.
3721 (symbol_print_statistics): Print local symbol statistics.
3722 * symbols.h: Include "struc-symbol.h" if not BFD_ASSEMBLER.
3723 Declare new symbols.c functions. Move many declarations here from
3724 struc-symbol.h.
3725 (SYMBOLS_NEED_BACKPOINTERS): Define if needed.
3726 * struc-symbol.h (SYMBOLS_NEED_BACKPOINTERS): Don't set.
3727 (struct symbol): Move bsym to make it clearly the first field.
3728 Remove TARGET_SYMBOL_FIELDS.
3729 (symbolS): Don't typedef.
3730 (struct broken_word): Remove.
3731 (N_TYPE_seg, seg_N_TYPE): Move to symbol.h.
3732 (SEGMENT_TO_SYMBOL_TYPE, N_REGISTER): Likewise.
3733 (symbol_clear_list_pointers): Likewise.
3734 (symbol_insert, symbol_remove): Likewise.
3735 (symbol_previous, symbol_append): Likewise.
3736 (verify_symbol_chain, verify_symbol_chain_2): Likewise.
3737 (struct local_symbol): Define.
3738 (local_symbol_converted_p, local_symbol_mark_converted): Define.
3739 (local_symbol_resolved_p, local_symbol_mark_resolved): Define.
3740 (local_symbol_get_frag, local_symbol_set_frag): Define.
3741 (local_symbol_get_real_symbol): Define.
3742 (local_symbol_set_real_symbol): Define.
3743 Define.
3744 * write.c (write_object_file): Call resolve_local_symbol_values.
3745 * config/obj-ecoff.h (OBJ_SYMFIELD_TYPE): Define.
3746 (TARGET_SYMBOL_FIELDS): Don't define.
3747 * config/obj-elf.h (OBJ_SYMFIELD_TYPE): Add local field. If
3748 ECOFF_DEBUGGING, add ECOFF fields.
3749 (ELF_TARGET_SYMBOL_FIELDS, TARGET_SYMBOL_FIELDS): Don't define.
3750 * config/obj-multi.h (struct elf_obj_sy): Add local field. If
3751 ECOFF_DEBUGGING, add ECOFF fields.
3752 (ELF_TARGET_SYMBOL_FIELDS, TARGET_SYMBOL_FIELDS): Don't define.
3753 (ECOFF_DEBUG_TARGET_SYMBOL_FIELDS): Don't define.
3754 * config/tc-mcore.h: Don't include struc-symbol.h.
3755 (TARGET_SYMBOL_FIELDS): Don't define.
3756 (struct mcore_tc_sy): Define.
3757 (TC_SYMFIELD_TYPE): Define.
3758 * Many files: Use symbolS instead of struct symbol. Use new
3759 accessor functions rather than referring to symbolS fields
3760 directly.
3761
3762 * read.c (s_mri_common): Don't add in value of line_label.
3763
3764 * config/tc-mips.c (md_apply_fix): Correct parenthesization when
3765 checking for SEC_LINK_ONCE.
3766
3767 * config/tc-sh.h (sh_fix_adjustable): Declare.
3768
3769 * app.c (input_buffer): New static variable.
3770 (app_push): Save saved_input in allocated buffer.
3771 (app_pop): Restored saved_input.
3772 (do_scrub_chars): Change get parameter to take char * and int as
3773 arguments. Change GET macro to pass input_buffer to get
3774 function. Don't save input into allocated buffer.
3775 * as.h (do_scrub_chars): Update declaration.
3776 * input-file.c (input_file_get): Change to take char * and int.
3777 Read data into passed in buffer. Remove static buffer.
3778 * read.c (scrub_from_string): Change to take char * and int. Copy
3779 data into passed in buffer.
3780
3781 * hash.h: Neaten. Declare hash_traverse.
3782 * hash.c: Complete rewrite based on BFD hashing code.
3783 * gasp.c (chunksize): New variable.
3784 * macro.c (macro_expand_body): Call hash_jam with NULL rather than
3785 hash_delete.
3786
661e4995
NC
37871999-05-28 Nick Clifton <nickc@cygnus.com>
3788
3789 * config/tc-arm.c (md_apply_fix3): Add pipeline offset into reloc
3790 addend unless the target uses an old ABI.
3791
d9a62219
DE
3792Mon May 24 13:36:55 1999 Doug Evans <devans@canuck.cygnus.com>
3793
3794 -Wchar-subscripts cleanup
3795 * listing.c (listing_newline): Use unsigned char variable, so
3e87a760 3796 calls to isascii,iscntrl are correct.
d9a62219
DE
3797 * atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with
3798 (unsigned char).
3799 * ecoff.c (ecoff_directive_ent,ecoff_stab): Ditto.
3800 * config/obj-elf.c (obj_elf_vtable_inherit): Ditto.
3801 * config/tc-mips.c (mips_ip,mips16_ip): Ditto.
3802 (my_getSmallExpression,get_number,s_mips_ent): Ditto.
3803
6da466c7
ILT
38041999-05-28 Torbjorn Granlund <tege@matematik.su.se>
3805
3806 * config/tc-m68k.c (m68k_ip): Check for disallowed index register
3807 width for Coldfire.
3808 (arch_coldfire_p): New #define.
3809 (m68k_ip, m68k_init_after_args): Use arch_coldfire_p.
3810
38111999-05-28 Linus Nordberg <linus.nordberg@canit.se>
3812
3813 * config/tc-m68k.c (install_operand): Add places `n', `o'.
3814
3815 * config/tc-m68k.c (m68k_ip): Add formats `E', `G', `H'.
3816 (install_operand): Add place `N'.
3817 (init_table): Add registers ACC, MACSR, MASK.
3818
3819 * config/m68k-parse.h (m68k_register): Add ACC, MACSR, MASK.
3820
3821 * config/tc-m68k.c: Change mcf5200 --> mcf.
3822 (archs): Add mcf5206e, mcf5307.
3823 (m68k_ip): Add format `u'.
3824 (install_operand): Add place `m', `M', `h'.
3825 (init_table): Add upper/lower registers.
3826
3827 * config/m68k-parse.h (m68k_register): Add upper/lower registers.
3828
bedf545c
ILT
38291999-05-28 Martin Dorey <mdorey@madge.com>
3830
3831 * config/tc-i960.c: Several minor changes to add ELF and
3832 BFD_ASSEMBLER support.
3833 * config/tc-i960.h: Likewise.
3834 * configure.in (i960-*-elf*): New target.
3835 * aclocal.m4, configure: Rebuild.
3836
40c62b25
AM
38371999-05-25 Alan Modra <alan@spri.levels.unisa.edu.au>
3838
3839 * config/tc-i386.c (md_apply_fix3): Only do 1999-05-17 fx_pcrel
3840 reloc changes when defined(BFD_ASSEMBLER).
3841
daa01f85
AM
38421999-05-17 Alan Modra <alan@spri.levels.unisa.edu.au>
3843
3844 * config/tc-i386.c (tc_gen_reloc): Remove F and MAP macros.
3845
3846 * write.c (write_print_statistics): Output to file, not stderr.
3847
3848 * expr.c (generic_bignum_to_int32,64): Prototype.
3849
3850 * read.c (s_lcomm_internal, sizeof_sleb128, sizeof_uleb128,
3851 output_sleb128, output_uleb128, output_big_sleb128,
3852 output_big_uleb128, output_big_leb128): Prototype.
3853 (output_big_sleb128, output_big_uleb128): Make inline.
3854 (output_big_leb128): Remove inline
3855
3856 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3857 * config/tc-i386.c (md_apply_fix3): Convert BFD_RELOC_16 with
3858 fx_pcrel set to BFD_RELOC_16_PCREL. Similarly for BFD_RELOC_8.
3859 Handle BFD_RELOC_16_PCREL and BFD_RELOC_8_PCREL. Return changed
3860 value for correct overflow check in write.c:fixup_segment.
3861 * write.c (fixup_segment): Move bitfield overflow checks to after
3862 the md_apply_fix call.
3863 * config/obj-coff.c (fixup_segment): Likewise.
3864 * doc/internals.texi (CPU backend): Mention md_apply_fix modifying
3865 valueT *val argument.
3866
19b34177
AS
3867Fri May 14 10:52:13 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3868
3869 * config/atof-ieee.c (gen_to_words): Correctly round a
3870 denormalized number. Fix off-by-one in range checking for
3e87a760 3871 exponent in a denormal.
19b34177 3872
b8a40f53
NC
38731999-05-10 Nick Clifton <nickc@cygnus.com>
3874
3875 * config/tc-mcore.c (parse_reg): Accept 'sp' as a valid register
3e87a760 3876 name.
b8a40f53 3877
53f3de98
RH
3878Thu May 13 09:46:59 1999 Joel Sherrill (joel@OARcorp.com)
3879
3880 * configure.in (i386-*-rtemself*, sh-*-rtemself*): New targets.
3881
578ec497
AM
38821999-05-12 Alan Modra <alan@spri.levels.unisa.edu.au>
3883
3884 * config/tc-i386.h (InvMem): New flag. Add to AnyMem.
3885 (ReverseRegRegmem): Remove.
3886 (ImmExt): New flag. Renumber some of the opcode_modifier bits.
3887 * config/tc-i386.c (md_assemble): Test for PIII SIMD and AMD
3888 3DNow! via ImmExt opcode_modifier. Remove ReverseRegRegmem
3889 kludge.
3890
3891 From Doug Ledford <dledford@redhat.com>
3892 * config/tc-i386.h (RegXMM): New for P/III.
3893 * config/tc-i386.c: Add support for P/III.
3894
d0e9a01c
RH
3895Sat May 8 23:28:50 1999 Richard Henderson <rth@cygnus.com>
3896
3897 * config/tc-ppc.c (md_parse_option): Recognize -mppc64bridge.
3898 (md_begin): Allow ppc32 insns in ppc64bridge mode.
3899 (ppc_insert_operand): Accept SIGNOPT in ppc64 mode.
3900
83183c0c
RH
3901Thu May 6 23:13:39 1999 Richard Henderson <rth@cygnus.com>
3902
3903 * config/tc-i386.c (i386_immediate): Skip whitespace before
3904 complaining about junk after expression.
3905 (i386_displacement): Likewise.
3906
03987ced
RH
3907Thu May 6 19:50:14 1999 Richard Henderson <rth@cygnus.com>
3908
3909 * symbols.c (symbol_find_base): Use memcpy instead of strcpy.
3910 Don't copy before downcaseing.
3911
0d96863f 39121999-05-05 Catherine Moore <clm@cygnus.com>
3e87a760 3913
66778679
RH
3914 * tc-m68k.c: Include elf/m68k.h.
3915 (m68k_elf_final_processing): New routine.
3916 * tc-m68k.h (elf_tc_final_processing m68k_elf_final_processing):
3917 Define.
3e87a760 3918
90700a53
JL
3919Mon May 3 10:26:03 1999 Jeffrey A Law (law@cygnus.com)
3920
3921 * config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like a
3922 17 bit fmt insn.
3923
252b5132
RH
39241999-04-30 Nick Clifton <nickc@cygnus.com>
3925
3926 * config/tc-mcore.c (mcore_s_section): Dump literals before
3927 changing section.
3928
39291999-04-29 Nick Clifton <nickc@cygnus.com>
3930
3931 * config/tc-mcore.c (md_apply_fix3): Insert reloc addend into insn
3932 for COFF/PE port.
3933
3934Mon Apr 26 12:34:37 1999 Doug Evans <devans@canuck.cygnus.com>
3935
3936 * config/tc-fr30.h (TC_FIX_TYPE): Delete, cgen fields moved to write.h.
3937 (TC_INIT_FIX_DATA): Delete.
3938 * config/tc-m32r.h (TC_FIX_TYPE): Delete, cgen fields moved to write.h.
3939 (TC_INIT_FIX_DATA): Delete.
3940 * write.h (struct fix): New member fx_cgen, ifdef USING_CGEN.
3941 * write.c (fix_new_internal): Initialize fx_cgen member.
3942 * cgen.c (gas_cgen_record_fixup,gas_cgen_record_fixup_exp): Update.
3943 (gas_cgen_md_apply_fix3): Update.
3944 * config/tc-m32r.c (md_cgen_lookup_reloc): Update.
3945 (md_cgen_record_fixup_exp): Update.
3946 (FX_OPINFO_R_TYPE): Update.
3947
3948 * frags.c (frag_var,frag_variant): Initialize fr_cgen here.
3949 * config/tc-fr30.h (TC_FRAG_INIT): Delete.
3950 * config/tc-m32r.h (TC_FRAG_INIT): Delete.
3951 * frags.h (struct frag): Make opindex, opinfo ints.
3952
3953 * config/tc-fr30.c (FX_OPINFO_R_TYPE): Delete, unused.
3954
39551999-04-26 Tom Tromey <tromey@cygnus.com>
3956
3957 * aclocal.m4, configure: Updated for new version of libtool.
3958
39591999-04-22 Nick Clifton <nickc@cygnus.com>
3960
3961 * config/tc-mcore.c (md_apply_fix3): Renamed function from
3e87a760 3962 md_apply_fix.
252b5132
RH
3963 (md_apply_fix3): Do not fix up absolute relocations against
3964 symbolic values.
3965
3966 * config/tc-mcore.h (MD_APPLY_FIX3): Define.
3967
39681999-04-20 Nick Clifton <nickc@cygnus.com>
3969
3970 * config/tc-mcore.c (md_pseudo_table): Add intercepts for section
3971 changes and data-in-text directives.
3972 (mcore_cons): New function: intercept cons() operations.
3973 (mcore_float_cons): New function: intercept float_cons()
3e87a760 3974 operations.
252b5132
RH
3975 (mcore_stringer): New function: intercept stringer() operations.
3976
39771999-04-18 Ian Lance Taylor <ian@zembu.com>
3978
3979 * obj.h (struct format_ops): Change generate_asm_lineno field to
3980 take no parameters.
3981 * config/obj-ecoff.h (OBJ_GENERATE_ASM_LINENO): Don't define.
3982
3983 * config/tc-alpha.c (find_opcode_match): Add default case to
3984 switch.
3985 (find_macro_match): Likewise.
3986 (load_expression): Parenthesize && within ||.
3987
3988 * config/tc-alpha.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
3989
39901999-04-17 Nick Clifton <nickc@cygnus.com>
3991
3992 * config/tc-mcore.c (md_pseudo_table): Add overrides for .bss
3993 .text .data .section pseudo ops.
3e87a760
AM
3994 (mcore_s_section): New function. Dump lits before changing secs.
3995 (mcore_s_text): New function. Dump lits before changing secs.
3996 (mcore_s_data): New function. Dump lits before changing secs.
252b5132
RH
3997
39981999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
3999
4000 * config/tc-mips.c (mips_32bitmode): New.
4001 (md_begin): Set mips_32bitmode if needed.
4002 (mips_elf_final_processing): Don't set EF_MIPS_ARCH.
4003 Set EF_MIPS_32BITMODE.
4004
4005Fri Apr 16 12:26:39 1999 Bob Manson <manson@charmed.cygnus.com>
4006
4007 * config/obj-coff.c (c_section_symbol): Fix typo in previous
4008 change.
4009
40101999-04-16 Nick Clifton <nickc@cygnus.com>
4011
4012 * config/tc-mcore.h (LOCAL_LABELS_FB): Define to 1.
4013
4014Thu Apr 15 16:52:09 1999 Jeffrey A Law (law@cygnus.com)
4015
3e87a760 4016 * tc-hppa.c (pa_get_absolute_exression): Try to handle "5 %r3"
252b5132
RH
4017 expressions correctly.
4018
4019
40201999-04-15 Gavin Romig-Koch <gavin@cygnus.com>
4021
4022 * config/tc-mips.c (mips_elf_final_processing): Set EF_MIPS_ARCH.
4023
4024Mon Apr 12 23:45:07 1999 Jeffrey A Law (law@cygnus.com)
4025
4026 * tc-hppa.c (pa_ip, case '3'): New case for PA2.0 fmpyfadd
4027 and fmpynfadd instructions.
4028
40291999-04-11 Richard Henderson <rth@cygnus.com>
4030
4031 * as.h (environ): Declare it, if needed.
4032 * as.c (dump_statistics): Don't declare environ.
4033 * configure.in (environ): Detect declaration.
4034 * configure, config.in: Rebuild
4035
4036 * config/tc-i386.c (i386_immediate): Accept @GOT relocations.
4037 (i386_displacement): Allocate enough space for replacement buffer.
4038 Clean up replacement buffer initialization.
4039
40401999-04-11 Bob Manson <manson@charmed.cygnus.com>:
4041
4042 * subsegs.c (section_symbol): Don't create a new symbol if one
4043 already exists; instead, use the existing one, but set its segment
4044 and frag data if it hasn't already been defined.
4045 * config/obj-coff.c (c_section_symbol): Likewise.
4046
4047Sat Apr 10 20:10:02 1999 Richard Henderson <rth@cygnus.com>
4048
4049 * tc-alpha.c (load_expression): Call as_bad instead of abort.
4050
40511999-04-08 Nick Clifton <nickc@cygnus.com>
4052
4053 * config/tc-mcore.c: New File: Support routines for MCore
4054 assembler.
3e87a760 4055 * config/tc-mcore.h: New File: Definitions for MCore assembler.
252b5132
RH
4056 * config/obj-coff.c: Add support for mcore-pe target.
4057
4058 * Makefile.am: Add support for MCore targets.
4059 * Makefile.in: Regenerate.
4060 * configure.in: Add support for MCore targets.
4061 * configure: Regenerate.
4062
4063 * doc/all.texi: Set MCORE.
4064 * doc/as.texinfo: Document MCore specific command line options.
3e87a760 4065
252b5132
RH
4066 * write.h: Prevent multiple inclusion.
4067
40681999-04-06 Ian Lance Taylor <ian@zembu.com>
4069
4070 * asintl.h (LC_MESSAGES): Never define.
4071 * as.c (main): Don't pass LC_MESSAGES to setlocale if the system
4072 does not define it.
4073 * gasp.c (main): Don't pass LC_MESSAGES to setlocale if the system
4074 does not define it.
4075
4076 * Makefile.am (m68k-parse.c): If configuring in the source
4077 directory, copy m68k-parse.y into the local directory before
4078 running ylwrap, to remove spurious differences when generating
4079 snapshots.
4080 * Makefile.in: Rebuild.
4081
4082 * config/tc-sparc.h (md_do_align): Just allocate the number of
4083 bytes necessary, rather than always allocating 1024.
4084
40851999-04-04 Ian Lance Taylor <ian@zembu.com>
4086
4087 * listing.c (listing_newline): Add cast to avoid warning.
4088 * read.c (generate_lineno_debug): Add cases to switch. Reindent.
4089 * config/tc-i386.c (i386_scale): Add return value.
4090 (build_displacement_string): Remove unused local temp_disp2.
4091 (i386_intel_memory_operand): Add parentheses to avoid warning.
4092 (i386_intel_operand): Remove unused local end_of_operand_string.
4093 (i386_operand): Remove unused local operand_modifier.
4094 (i386_operand): Add parens to avoid warning.
4095
40961999-04-04 Don Bowman <don@pixsci.com>
4097
4098 * configure.in: Add mips*-*-vxworks* target; have it define
4099 MIPS_STABS_ELF.
4100 * configure, config.in: Rebuild.
4101
41021999-03-31 Nick Clifton <nickc@cygnus.com>
4103
4104 * configure.in (emulations): Add support for arm-epoc-pe.
4105 * configure: Regenerate.
4106 * config/te-epoc-pe.h: New file. Define macros specific to
4107 arm-epoc-pe target.
4108 * config/tc-arm.h: Select epoc-pe-arm target format if configured
4109 for arm-epoc-pe target.
4110
4111Mon Mar 29 10:15:40 CST 1999 Catherine Moore <clm@cygnus.com>
4112
4113 * tc-mips.c (md_apply_fix): Adjust value for linkonce sections.
4114
4115Wed Mar 24 14:11:10 1999 Jeffrey A Law (law@cygnus.com)
4116
4117 * tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): Clean up code to
4118 detect ",n" without a condition.
4119 (pa_parse_neg_cmpsub_cmpltr): Likewise.
4120
4121
4122Tue Mar 23 11:28:23 1999 Jeffrey A Law (law@cygnus.com)
4123
4124 * tc-hppa.c (pa_ip, case '~'): The condition for a branch on bit
4125 instruction is encoded with one bit.
4126
4127
41281999-03-23 Ian Lance Taylor <ian@zembu.com>
4129
4130 * doc/internals.texi (CPU backend): Mention that
4131 line_separator_chars should not include newline. From thi
4132 <ttn@mingle.glug.org>.
4133
41341999-03-22 Doug Evans <devans@casey.cygnus.com>
4135
4136 * config/tc-fr30.c (md_begin): Update call to fr30_cgen_cpu_open.
4137 * config/tc-m32r.c (md_begin): Update call to m32r_cgen_cpu_open.
4138
4139Sun Mar 21 18:08:18 1999 Richard Henderson <rth@cygnus.com>
4140
4141 * tc-alpha.c (md_assemble): Allow '6' in an opcode.
4142
4143Thu Mar 18 10:55:30 1999 Jeffrey A Law (law@cygnus.com)
4144
4145 * tc-hppa.c (pa_ip, case 'a'): Do not call pa_parse_..._cmpsub_cmpltr.
4146
4147
4148Thu Mar 18 02:30:07 1999 Jeffrey A Law (law@cygnus.com)
4149
4150 * tc-hppa.c (pa_ip, case 'd'): Do not allow ",n".
3e87a760 4151
252b5132
RH
41521999-03-15 Martin Hunt <hunt@cygnus.com>
4153
4154 * app.c (do_scrub_begin): Change '-' back to a symbol char
4155 so we can use multiple opcodes on a line again.
4156
4157 * config/tc-d30v.c: By default, warn if a symbol has
4158 the same name as a register. Plus some minor
4159 updates from the branch.
4160
41611999-03-13 Nick Clifton <nickc@cygnus.com>
4162
4163 * config/tc-d30v.c (md_apply_fix3): Handle BFD_RELOC_8,
4164 BFD_RELOC_16 and BFD_RELOC_64.
4165
41661999-03-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4167
4168 * expr.c (expr): Add missing else.
4169
41701999-03-12 Nick Clifton <nickc@cygnus.com>
4171
4172 * config/tc-arm.c (md_apply_fix3): Improve error message.
4173
41741999-03-11 Doug Evans <devans@casey.cygnus.com>
4175
4176 * Makefile.am (CPU_TYPES): Add fr30.
4177 (cgen.o): Add $(CGEN_CPU_PREFIX)-desc.h dependency.
4178 (fr30,m32r dependencies): Update.
4179 * Makefile.in: Rebuild.
4180
4181 * cgen.c (gas_cgen_record_fixup): Update use of operand->type.
4182 (gas_cgen_record_fixup_exp): Ditto.
4183 (gas_cgen_finish_insn): Call cgen_operand_lookup_by_num.
4184 (gas_cgen_md_apply_fix3): Ditto. Update call to set_vma_operand.
4185 * config/tc-fr30.c (md_begin): Update call to fr30_cgen_cpu_open.
4186 (md_cgen_lookup_reloc): Update use of operand->type.
4187 * config/tc-m32r.c (md_begin): Update call to fr30_cgen_cpu_open.
4188 (md_convert_frag): Call cgen_operand_lookup_by_num.
4189 (md_cgen_lookup_reloc): Update use of operand->type.
4190 (m32r_cgen_record_fixup_exp): Ditto.
4191
41921999-03-09 Jim Blandy <jimb@zwingli.cygnus.com>
4193
4194 * config/tc-mips.c (md_show_usage): Fix message.
4195
41961999-03-03 Nick Clifton <nickc@cygnus.com>
4197
4198 * doc/c-arm.texi (ARM Syntax): Document new command line switches
4199 and LDR reg,=<expr> instruction.
4200
4201 * config/tc-arm.c: Add support for -mcpu=arm810, -mcpu=arm9 and
4202 -mcpu=arm9tdmi.
4203
4204Fri Feb 19 09:36:30 1999 Ian Lance Taylor <ian@cygnus.com>
4205
4206 * doc/c-arm.texi (ARM-Chars): Fix typo in use of '@'.
4207
42081999-02-17 Nick Clifton <nickc@cygnus.com>
4209
4210 This patch was created by: Scott Bambrough
4211 <scottb@corelcomputer.com>
3e87a760
AM
4212
4213 * app.c:
252b5132 4214 Special cased '@' character. The '@' character is used as the
3e87a760 4215 ARM assembler comment character, as a special character
252b5132
RH
4216 and in ELF .symver pseudo-op's, and as a special character in
4217 .type and .section pseudo-ops.
4218 (symver_pseudo): New static variable.
4219 (symver_state): New static variable.
4220 (struct app_save): Add field 'symver_state'.
4221 (app_push): Save global symver_state int struct app_save.
4222 (app_pop): Restore global symver_state from struct app_save.
3e87a760
AM
4223 (do_scrub_chars): Special case handling of '@' character in
4224 .symver pseudo-ops.
252b5132
RH
4225
4226 * configure.in: Modified to recognize armv* uname syntax from ARM
4227 Linux kernel.
4228 * configure: Regenerated.
3e87a760 4229
252b5132
RH
4230 * config/obj-elf.c (obj_elf_section): Allow '%' as well as '@' as
4231 a prefix to the section's type.
4232 (obj_elf_type): Allow '%' as well as '@' and '#' as prefixes to
4233 the type's typename.
4234
4235 * config/tc-arm.h: Add support for PIC generation:
4236 (pic_code): New boolean.
4237 (obj_relocate_extern): Define.
4238 (TC_RELOC_RTSYM_LOC_FIXUP): Define
4239 (TC_CONS_FIX_NEW): Define.
4240 (tc_fix_adjustable): Define.
4241 (GLOBAL_OFFSET_TABLE_NAME): Define.
3e87a760 4242
252b5132
RH
4243 * config/tc-arm.c: Add support for PIC generation:
4244 (line_seperator_chars): Allow ';' as a seperator for Linux.
4245 (is_immediate_prefix): New macro.
4246 (arm_parse_reloc): New function.
4247 (s_arm_elf_cons): New function.
4248 (do_branch): Special case for BFD_RELOC_ARM_PLT32.
4249 (md_undefined_symbol): Special case handling for the Global Offset
4250 Table's symbol.
4251 (md_apply_fix3): Handle PIC relocs.
4252 (tc_gen_reloc): Handle PIC relocs.
4253 (md_parse_option): Add support for '-k' command line switch to
4254 enable PIC generation.
4255 (cons_fix_new_arm): New function.
4256 (s_arm_elf_cons): New function.
4257
4258Tue Feb 16 16:31:53 1999 Ian Lance Taylor <ian@cygnus.com>
4259
4260 * configure.in: Add comments for uses of AC_DEFINE.
4261 * acinclude.m4: Likewise.
4262 * acconfig.h: Remove.
4263 * aclocal.m4: Rebuild.
4264 * configure: Rebuild.
4265 * Makefile.in: Rebuild.
4266 * config.in: Rebuild.
4267
42681999-02-15 Jim Lemke <jlemke@cygnus.com>
4269
4270 * config/tc-mips.c (mips_ip: case 'o'): Fix assertion failure for
4271 non-constant offset from a base register.
4272
42731999-02-14 Ken Raeburn <raeburn@raeburn.org>
4274
4275 * config/tc-alpha.c (md_show_usage): Put \ before newline in
4276 strings always.
4277
4278Sat Feb 13 14:10:10 1999 Richard Henderson <rth@cygnus.com>
4279
4280 * config/tc-alpha.c (cpu_types): Enable EV6 PALcode with -m21264.
4281 (emit_insn): Look for pc-relative and no-overflow specifiers on
4282 internal relocation types.
4283
42841999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4285
4286 * doc/c-mips.texi (MIPS Opts): Updated list of -mNNNN and
4287 -mcpu=NNNN flags.
4288
4289 * config/tc-mips.c: Remove all the mips_NNNN variables; just use
4290 mips_cpu instead.
4291 (mips_4650, mips_4010, mips_4100): Variables removed.
4292 (hilo_interlocks, gpr_interlocks, append_insn, macro_build, macro,
4293 macro2, mips16_macro, mips_ip): Test mips_cpu, not the mips_NNNN
4294 variables.
4295 (md_begin): Don't bother initializing the mips_NNNN variables;
4296 mips_cpu is set, and that's good enough now.
4297 (md_parse_option): Have the -mNNNN options set mips_cpu instead of
4298 the mips_NNNN variable. The -no-mNNNN flags are now no-ops.
4299 (show): New function, to handle wrapping in the CPU lists.
4300 (md_show_usage): Update lists of -mcpu and -mNNNN switches.
4301
4302Sat Feb 13 00:17:26 1999 Richard Henderson <rth@cygnus.com>
4303
4304 * config/tc-i386.c (i386_intel_operand): Ignore `SHORT' rather
4305 than treat as an immediate specifier.
4306
4307Thu Feb 11 16:18:31 1999 Richard Henderson <rth@cygnus.com>
4308
4309 * config/tc-i386.c: Prototype many functions.
4310 (set_intel_syntax): Accept `prefix'/`noprefix' specifiers.
4311 (i386_immediate): Remove unused second argument.
4312 (i386_intel_operand): Fix i386_is_reg typo.
4313 (i386_operand): Use allow_naked_reg.
4314 (output_invalid): Make operand int for K&R.
4315
4316Thu Feb 11 11:21:02 1999 Ian Lance Taylor <ian@cygnus.com>
4317
4318 * Makefile.am (EXTRA_as_new_SOURCES): Uncomment--fixed by automake
4319 patch.
4320 * Makefile.in: Rebuild.
4321
43221999-02-09 Doug Evans <devans@casey.cygnus.com>
4323
4324 * Makefile.am (DISTCLEANFILES): Change cgen-opc.h to cgen-desc.h.
4325 (cgen.o): Ditto.
4326 (EXTRA_as_new_SOURCES): Comment out.
4327 (.tcdep): <arch>-opc.h renamed to <arch>-desc.h.
4328 * Makefile.in: Rebuild.
4329 * doc/Makefile.in: Rebuild.
4330 * configure.in: Require autoconf 2.13. Redo using_cgen handling.
4331 Delete call to AM_CYGWIN32. Replace AM_EXEEXT with AC_EXEEXT.
4332 (AC_OUTPUT): <arch>-opc.h renamed to <arch>-desc.h.
4333 * configure: Rebuild.
4334 * aclocal.m4: Rebuild.
4335 * config.in: Rebuild.
4336 * cgen.c: Include cgen-desc.h, not cgen-opc.h.
4337 (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC.
4338 (gas_cgen_cpu_desc): Renamed from gas_cgen_opcode_desc.
4339 CGEN_INSN_ATTR renamed to CGEN_INSN_ATTR_VALUE.
4340 CGEN_OPERAND_ATTR renamed to CGEN_OPERAND_ATTR_VALUE.
4341 (gas_cgen_record_fixup): Remove unnecessary != 0 test.
4342 (gas_cgen_record_fixup_exp): Ditto.
4343 (gas_cgen_finish_insn): Ditto. Refer to operand table via cpu
4344 descriptor, not global variable.
4345 (gas_cgen_md_apply_fix3): Refer to operand_table via cpu
4346 descriptor, not global variable. Refer to insert_operand handler
4347 via cpu descriptor, not global function.
4348 * cgen.h (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC.
4349 * config/tc-fr30.c: Include opcodes/fr30-desc.h.
4350 (*): gas_cgen_opcode_desc renamed to gas_cgen_cpu_desc.
4351 CGEN_INSN_ATTR renamed to CGEN_INSN_ATTR_VALUE.
4352 Update call to CGEN_OPERAND_TYPE,CGEN_INSN_OPERANDS.
4353 * config/tc-m32r.c: Ditto.
4354 (assemble_two_insns): Update calls to cgen_lookup_get_insn_operands.
4355 (md_assemble): Ditto.
4356 (md_convert_frag): Update call to CGEN_OPERAND_ENTRY.
4357
43581999-02-09 Nick Clifton <nickc@cygnus.com>
4359
4360 * config/tc-arm.c (md_apply_fix3): Fix handling of label1 - label2
4361 relocations for ELF targets.
4362
43631999-02-08 Nick Clifton <nickc@cygnus.com>
4364
4365 * configure.in: Add support for StrongARM target.
4366 * configure: Regenerate.
4367
43681999-02-05 Nick Clifton <nickc@cygnus.com>
4369
4370 * config/tc-arm.h: Tidy OBJ_ELF and OBJ_COFF definitions.
4371
4372 * config/tc-arm.c (md_apply_fix3): Fix BFD_RELOC_ARM_PCREL_BRANCH
4373 for COFF ports.
4374
4375Wed Feb 3 11:35:47 1999 Richard Henderson <rth@cygnus.com>
4376
4377 * config/tc-alpha.c (md_show_usage): Document pca56 and ev6 options.
4378
4379Mon Feb 1 20:37:30 1999 Catherine Moore <clm@cygnus.com>
4380
66778679
RH
4381 * config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Define.
4382 (INTEL_DWORD_MNEM_SUFFIX): Define.
4383 (BYTE_PTR): Define.
4384 (WORD_PTR): Define.
4385 (DWORD_PTR): Define.
4386 (XWORD_PTR): Define.
4387 (SHORT): Define.
4388 (OFFSET_FLAT): Define.
4389 (FLAT): Define.
4390 (NONE_FOUND): Define.
4391 (No_dSuf): Define.
4392 (No_xSuf): Define.
4393 * config/tc-i386.c (set_intel_syntax): New routine.
4394 (intel_syntax): Declare.
4395 (allow_naked_reg): Declare.
4396 (md_pseudo_table): Support .intel_syntax and .att_syntax.
4397 (intel_float_operand): New routine.
4398 (md_assemble): Handle INTEL_DWORD_MNEM_SUFFIX.
4399 Handle brackets as well as parens. Call i386_intel_operand for
4400 intel syntax. Reverse operands if appropriate. Handle new
4401 suffixes. Handle movzx and movsx.
4402 (i386_is_reg): New routine.
4403 (i386_immediate): New routine.
4404 (i386_scale): New routine.
4405 (i386_displacement): New routine.
4406 (i386_operand_modifier): New routine.
4407 (build_displacement_string): New routine.
4408 (i386_parse_seg): New routine.
4409 (i386_intel_memory_operand): New routine.
4410 (i386_intel_operand): New routine.
4411 (i386_operand): Call i386_displacement, i386_immediate,
4412 i386_scale, etc. instead of handling inline.
4413 (parse_register): Handle registers without prefix.
252b5132
RH
4414
4415Mon Feb 1 12:24:58 1999 Catherine Moore <clm@cygnus.com>
4416
66778679
RH
4417 * configure: Regenerate.
4418 * configure.in (arm-*-oabi): New.
4419 (thumb-*-oabi): New.
4420 * config/tc-arm.c (target_oabi): Declare.
4421 (md_apply_fix3): Support REL relocs.
4422 (md_parse_option): Handle -oabi.
4423 (elf32_arm_target_format): New routine.
4424 (md_longopts): Add OPTION_OABI.
4425 * config/tc-arm.h: Redefine TARGET_FORMAT.
252b5132
RH
4426
4427
44281999-01-28 Nick Clifton <nickc@cygnus.com>
4429
4430 * write.c (write_relocs): Handle out of range error.
4431
4432 * config/tc-fr30.c (fr30_fix_adjustable): New function.
4433 (fr30_force_relocation): Default to 0.
4434
4435 * config/tc-fr30.h (obj_fix_adjustable): Define.
4436 (TC_FORCE_RELOCATION): Define.
4437
4438 * cgen.c (gas_cgen_md_apply_fix3): Do not apply fixes to VTABLE
3e87a760 4439 relocs.
252b5132
RH
4440
44411999-01-16 Nick Clifton <nickc@cygnus.com>
4442
4443 * config/tc-d30v.c (write_2_short): Do not generate a sequential
4444 merge of two instructions if the left instruciton kills the right.
4445
44461999-01-11 Doug Evans <devans@casey.cygnus.com>
4447
4448 * Makefile.in: Regenerate.
4449 * configure.in: Redo test for using cgen.
4450 * configure: Regenerate.
4451
44521999-01-09 Nick Clifton <nickc@cygnus.com>
4453
4454 * config/obj-coff.h (obj_adjust_symtab): Prevent accidental
4455 redefinition of this macro.
4456
4457Tue Jan 5 21:58:03 1999 Doug Evans <devans@canuck.cygnus.com>
4458
4459 * config/tc-mips.c (mips_frob_file): Disable "Unmatched %hi reloc"
4460 warning.
4461
44621998-12-29 Gavin Romig-Koch <gavin@cygnus.com>
4463
4464 * config/tc-mips.c (append_insn): For mips16, insert a nop between
4465 a read of HI or LO and an immediatly following branch.
4466
44671998-12-29 Gavin Romig-Koch <gavin@cygnus.com>
4468
4469 * config/tc-mips.c (md_begin): Another correction to the setting of
4470 mips_eabi64.
4471
44721998-12-23 Gavin Romig-Koch <gavin@cygnus.com>
4473
3e87a760
AM
4474 * config/tc-mips.c (md_begin): Correct type-o in setting of
4475 mips_eabi64.
252b5132
RH
4476
44771998-12-21 Nick Clifton <nickc@cygnus.com>
4478
4479 * config/tc-m32r.c (md_assemble): Emit a NOP after a relaxable 16
4480 bit insn when optimizing, so that parallelised instructions will
4481 start on a 32 bit boundary.
4482
44831998-12-19 Gavin Romig-Koch <gavin@cygnus.com>
4484
4485 * config/tc-mips.c (mips_eabi64): New.
4486 (md_begin): Set mips_eabi64.
4487 (mips_elf_final_processing): Use it.
4488
44891998-12-18 Gavin Romig-Koch <gavin@cygnus.com>
4490
3e87a760 4491 * config/tc-mips.c (mips_elf_final_processing):
252b5132
RH
4492 Correct setting of ABI in e_flags.
4493
4494Wed Dec 16 16:17:22 1998 Dave Brolley <brolley@cygnus.com>
4495
3e87a760
AM
4496 * config/tc-fr30.c (md_assemble): Warn about invalid instructions
4497 in delay slots.
252b5132
RH
4498
44991998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
4500
4501 * config/tc-mips.c (md_begin,md_parse_option): Handle vr4111.
3e87a760 4502
252b5132
RH
45031998-12-15 Doug Evans <devans@casey.cygnus.com>
4504
4505 * cgen.c (gas_cgen_md_apply_fix3): Mark as an error, rather than a
4506 warning, values that don't fit in the field.
4507
45081998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
4509
4510 * config/tc-mips.c (mips_abi_string): New.
4511 (md_parse_option,md_longopts): Add mabi.
4512 (mips_elf_final_processing): Set e_flags based on mabi flag.
4513
45141998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
4515
3e87a760 4516 * config/tc-mips.c (md_parse_option): Handle vr4111.
252b5132
RH
4517
451898-12-11 Ken Raeburn <raeburn@cygnus.com>
4519
4520 * config/tc-h8300.c (build_bytes): Change message given if the
4521 instruction requires H8/300H mode and we're not in Hmode, to
4522 suggest that it may be the operand modes that are the problem, not
4523 necessarily the opcode.
4524
45251998-12-10 Nick Clifton <nickc@cygnus.com>
4526
4527 * config/tc-fr30.c: Add line separator character.
4528
4529Tue Dec 8 19:51:50 1998 Mark Klein <mklein@dis.com>
4530
4531 * configure.in (hppa-*-mpeix*): New target.
4532 * config/obj-som.h (obj_som_compiler): Declare.
4533 * config/obj-som.c (compiler_seen): New static variable.
4534 (obj_som_compiler): New function.
4535 * config/tc-hppa.c: Update tc_data uses for change to bfd/som.h.
3e87a760 4536 (md_pseudo_table): Add "compiler" if OBJ_SOM.
252b5132
RH
4537 (pa_type_args): Set hppa_priv_level.
4538 (pa_compiler): New static function if OBJ_SOM.
4539 * configure: Rebuild.
4540
4541Tue Dec 8 15:00:50 1998 Ian Lance Taylor <ian@cygnus.com>
4542
4543 * read.c (output_leb128): Don't mark as inline.
4544
45451998-12-08 Andrew MacLeod <amacleod@cygnus.com>
4546
3e87a760 4547 * config/tc-ppc.c (ppc_vbyte): Prototype and new function for
252b5132
RH
4548 AIX .vbyte unaligned data support.
4549 (md_pseudo_table): Add 'vbyte' to list of valid pseudos.
3e87a760 4550 (ppc_elf_validate_fix): Add eh_frame to list of ELF relocatable
252b5132
RH
4551 sections.
4552
45531998-12-07 Nick Clifton <nickc@cygnus.com>
4554
4555 * config/tc-d30v.c (md_assemble, do_assemble): Improve erroneous
3e87a760 4556 input handling.
252b5132
RH
4557
4558Mon Dec 7 09:48:34 1998 Catherine Moore <clm@cygnus.com>
4559
66778679
RH
4560 * config/tc-arm.c (elf32_arm_force_relocation): Check for
4561 BFD_RELOC_ARM_PCREL_BRANCH.
252b5132
RH
4562
4563Sun Dec 6 12:46:36 1998 Ian Lance Taylor <ian@cygnus.com>
4564
4565 * configure.in: Define TARGET_BYTES_{BIG,LITTLE}_ENDIAN after
4566 checking the target type.
4567 (mips-dec-bsd*): Set endian to little.
4568 * configure: Rebuild.
4569
4570 COFF weak symbol support, based on patches from Mark Elbrecht
4571 <snowball3@usa.net>:
4572 * config/obj-coff.h (S_IS_WEAK): Define if not BFD_ASSEMBLER.
4573 * config/obj-coff.c (obj_coff_weak): New static function.
4574 (obj_coff_endef) [both versions]: Handle weak symbols.
4575 (coff_frob_symbol): Likewise.
4576 (yank_symbols): Likewise.
4577 (obj_pseudo_table): Add "weak".
4578
4579 * configure.in (m68k-*-gnu*): New target. From Aymeric Vincent
4580 <aymeric.vincent@emi.u-bordeaux.fr>.
4581 * aclocal.m4: Rebuild with current tools.
4582 * configure: Rebuild.
4583
4584 * config/tc-alpha.c (emit_ldgp): Give an error message rather than
4585 an assertion failure for a case we can't handle when OBJ_ECOFF.
4586
4587 * expr.c (operator): And with 0xff to avoid problems with signed
4588 char.
4589
45901998-12-03 Nick Clifton <nickc@cygnus.com>
4591
4592 * config/tc-fr30.c (md_cgen_lookup_reloc): Generate
4593 BFD_RELOC_FR30_48 instead of BFD_RELOC_FR30_32.
4594
45951998-12-02 Nick Clifton <nickc@cygnus.com>
4596
4597 * config/tc-fr30.c (md_cgen_lookup_reloc): Enable relocs for
4598 LDI:20 insn.
4599
4600Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com>
4601
3e87a760
AM
4602 * config/tc-fr30.c (md_pcrel_from_section): Restore previous
4603 calculation of pcrel point.
252b5132
RH
4604
4605Tue Nov 24 17:21:52 1998 Nick Clifton <nickc@cygnus.com>
4606
4607 * config/tc-fr30.c (md_pcrel_from_section): Fix calculation of
4608 pcrel point.
4609
4610Tue Nov 24 14:54:38 1998 Nick Clifton <nickc@cygnus.com>
4611
4612 * config/tc-d10v.c (md_assemble): Make static 'etype' have file
4613 scope.
4614 (d10v_cleanup): Only generate previous insn if a multiline insn is
4615 not pending.
4616
4617Fri Nov 20 11:41:13 1998 Nick Clifton <nickc@cygnus.com>
4618
4619 * config/tc-fr30.c (md_cgen_lookup_reloc): Add support for
3e87a760 4620 FR30_OPERAND_I32.
252b5132
RH
4621
4622Thu Nov 19 15:01:29 1998 Nick Clifton <nickc@cygnus.com>
4623
4624 * config/tc-arm.c (md_parse_option): Add support for -marm7xxx and
4625 -marm6xxx command line switches.
4626
46271998-11-18 Doug Evans <devans@casey.cygnus.com>
4628
4629 * Makefile.am (DEP): Use $(srcdir)/../mkdep.
4630 (itbl-ops.o): Delete duplicate dependencies.
4631 Rebuild dependencies.
4632 Add fr30 dependencies.
4633 * Makefile.in: Rebuild.
4634
4635Tue Nov 17 13:42:42 1998 Nick Clifton <nickc@cygnus.com>
4636
4637 * config/tc-fr30.c (md_cgen_lookup_reloc): Updated to match latest
4638 opcode list.
4639 * listing.c: Ignore line terminator characters found inside
3e87a760 4640 strings.
252b5132
RH
4641
4642Thu Nov 12 19:21:24 1998 Dave Brolley <brolley@cygnus.com>
4643
4644 * po/gas.pot: Regenerated.
4645
4646Thu Nov 12 10:54:16 1998 Nick Clifton <nickc@cygnus.com>
4647
4648 * config/tc-fr30.c (fr30_is_colon_insn): New name for
4649 fr30_is_label_start(). Also checks for delay slot insns.
4650
4651 * config/tc-fr30.c (fr30_is_label_start): New function: Handle
4652 FR30 instructions which contain a colon in the mnemonic.
4653
4654 * config/tc-fr30.h (TC_START_LABEL): Define this macro.
4655
4656Wed Nov 11 09:58:21 1998 Nick Clifton <nickc@cygnus.com>
4657
4658 * config/tc-fr30.c: Removed currently superflous code.
4659
4660Tue Nov 10 13:13:05 1998 Nick Clifton <nickc@cygnus.com>
4661
4662 * config/tc-fr30.h: New file.
4663 * config/tc-fr30.c: Tweaking so that it will compile.
4664
4665Tue Nov 10 14:41:33 1998 Catherine Moore <clm@cygnus.com>
4666
66778679
RH
4667 * config/tc-d10v.h (obj_fix_adjustable): Define.
4668 (TC_FORCE_RELOCATION): Define.
4669 (d10v_force_relocation): Declare.
4670 * config/tc-d10v.c (tc_gen_reloc): Handle Vtable relocs.
4671 (md_apply_fix3): Handle Vtable relocs.
4672 (d10v_fix_adjustable): New.
4673 (d10v_force_relocation): New.
252b5132
RH
4674
4675Mon Nov 9 14:25:06 1998 Nick Clifton <nickc@cygnus.com>
4676
4677 * config/tc-d30v.c: Change default behaviour to ignore potential
4678 conflicts between register name and symbol names.
4679
4680Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>
4681
4682 * configure.in: Add fr30-*-*.
4683 * config/tc-fr30.c: New file.
4684 * Makefile.in: Regenerated.
4685 * config.in: Regenerated.
4686 * configure: Regenerated.
4687 * doc/Makefile.in: Regenerated.
4688 * po/gas.pot: Regenerated.
4689
4690Mon Nov 2 20:54:16 1998 Doug Evans <devans@canuck.cygnus.com>
4691
4692 * config/tc-m32r.c (assemble_two_insns): Ensure both insns
4693 are 16 bit insns.
4694
4695Mon Nov 2 20:10:18 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
4696
4697 * app.c (do_scrub_begin): Set characters above 127 to be symbol
4698 characters.
4699 (do_scrub_chars): Add some casts to unsigned char to avoid
4700 unwanted sign extension.
4701 * read.c (lex_type): Set characters about 127 to be symbol
4702 characters.
4703 * config/tc-i386.c (md_begin): Set identifier_chars and
4704 operand_chars for values above 127.
4705
4706Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
4707
66778679
RH
4708 * configure.in: detect cygwin* instead of cygwin32*
4709 * configure: regenerate
252b5132
RH
4710
4711Tue Oct 27 13:18:40 1998 Nick Clifton <nickc@cygnus.com>
4712
4713 * listing.c: Add support for producing a listing from piped
3e87a760 4714 input.
252b5132
RH
4715
4716Tue Oct 27 08:56:44 1998 Gavin Romig-Koch <gavin@cygnus.com>
4717
4718 * config/tc-mips.c (hilo_interlocks): Remove mips_3900.
4719 (append_insn): Account for the tx39's multiply behavior.
4720
47211998-10-26 Michael Meissner <meissner@cygnus.com>
4722
4723 * config/tc-m32r.c (assemble_two_insns): Rename assemble_two_insns
4724 from assemble_parallel_insns. Add support for '->' to indicate
4725 explicitly serializing the instructions.
4726 (md_assemble): Ditto.
4727
4728Sat Oct 24 15:12:19 1998 Catherine Moore <clm@cygnus.com>
4729
66778679
RH
4730 * config/tc-sh.c (sh_fix_adjustable): Adjust EXTERN and
4731 WEAK handling.
252b5132
RH
4732
4733Thu Oct 22 12:41:33 1998 Catherine Moore <clm@cygnus.com>
4734
66778679 4735 * cgen.c (gas_cgen_md_apply_fix3): Revert last change.
252b5132
RH
4736
4737Thu Oct 22 10:03:15 1998 Ron Unrau <runrau@cygnus.com>
4738
4739 * config/tc-mips.c : support frame and regmask/fregmask when
4740 MIPS_STABS_ELF is specified.
4741
4742Wed Oct 21 11;34:51 1998 Catherine Moore <clm@cygnus.com>
4743
66778679
RH
4744 * config/tc-sh.c (sh_fix_adjustable): Only include if OBJ_ELF.
4745 (md_apply_fix): Don't return 1 for VTABLE relocs.
4746 * config/tc-sh.h (obj_fix_adjustable): Define only if OBJ_ELF.
252b5132
RH
4747
4748Tue Oct 20 11:18:28 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4749
4750 * doc/c-i386.texi: Replace occurences of "opcode" with
4751 "instruction mnemonic", "instruction", or "mnemonic" when
4752 referring to the name of an instruction. Use "opcode" when
4753 referring to the sequence of machine bytes.
4754
4755 * config/tc-i386.c (opcode_chars): Rename to mnemonic_chars.
4756 (is_opcode_char): Rename to is_mnemonic_char.
4757 (md_assemble and i386_operand): Correct error messages from
66778679 4758 "opcode" to "instruction mnemonic"
252b5132
RH
4759 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,
4760 MAX_OPCODE_SIZE -> MAX_MNEM_SIZE,
4761 DWORD_OPCODE_SUFFIX -> DWORD_MNEM_SUFFIX,
4762 WORD_OPCODE_SUFFIX -> WORD_MNEM_SUFFIX,
4763 BYTE_OPCODE_SUFFIX -> BYTE_MNEM_SUFFIX,
4764 SHORT_OPCODE_SUFFIX -> SHORT_MNEM_SUFFIX
4765 LONG_OPCODE_SUFFIX -> LONG_MNEM_SUFFIX
4766
4767 * config/tc-i386.h (*_MNEM_SUFFIX): Rename from *_OPCODE_SUFFIX.
4768
4769 * config/tc-i386.c (i386_operand): Check for garbage after
4770 register name.
4771
4772Tue Oct 20 10:49:42 1998 Ian Lance Taylor <ian@cygnus.com>
4773
4774 * config/tc-i386.c (md_apply_fix3): Change handling of PCREL reloc
3e87a760 4775 for BFD_ASSEMBLER to only change value when COFF if TE_PE.
252b5132
RH
4776
4777Mon Oct 19 20:20:42 1998 Catherine Moore <clm@cygnus.com>
4778
66778679
RH
4779 * config/tc-sh.h (obj_fix_adjustable): Define.
4780 * config/tc-sh.c (sh_force_relocation): Handle VT relocs.
4781 (md_apply_fix): Likewise.
4782 (tc_gen_reloc): Likewise.
4783 (sh_fix_adjustable): New.
252b5132
RH
4784
4785Mon Oct 19 12:35:43 1998 Doug Evans <devans@seba.cygnus.com>
4786
4787 * cgen.c (gas_cgen_finish_insn): Update handling of CGEN_INT_INSN_P.
4788 * cgen.h (gas_cgen_finish_insn): Update prototype.
4789 * config/tc-m32r.c (m32r_insn): CGEN_INT_INSN -> CGEN_INT_INSN_P.
4790 cgen_insn_t -> CGEN_INSN_INT.
4791 (make_parallel): Update handling of CGEN_INT_INSN_P.
4792 (assemble_parallel_insn): Ditto.
4793 (target_make_parallel): New function.
4794 (md_assemble): Use it.
4795
4796Mon Oct 19 13:16:12 1998 Catherine Moore <clm@cygnus.com>
4797
66778679 4798 * config/tc-m32r.c (m32r_force_relocation): Fix typo.
252b5132
RH
4799
4800Sun Oct 18 18:48:57 1998 Jeffrey A Law (law@cygnus.com)
4801
4802 * config/tc-sh.c (md_assemble): Make sure the entire opcode is
4803 converted into lower case.
4804
4805Fri Oct 16 13:36:34 CDT Catherine Moore <clm@cygnus.com>
4806
66778679
RH
4807 * cgen.c (gas_cgen_md_apply_fix3): Handle VTABLE relocs.
4808 (gas_cgen_tc_gen_reloc): Likewise.
4809 * config/tc-m32r.h (obj_fix_adjustable): Define.
4810 * config/tc-m32r.c (m32r_fix_adjustable): New.
4811 (m32r_force_relocation): Handle VTABLE relocs.
252b5132
RH
4812
4813Wed Oct 14 11:33:38 1998 Nick Clifton <nickc@cygnus.com>
4814
4815 * doc/c-arm.texi (ARM Directives): Document .ltorn directive.
4816
4817Mon Oct 12 11:07:21 1998 Nick Clifton <nickc@cygnus.com>
4818
4819 * config/tc-m32r.c (assemble_parallel_insn): Convert second opcode
4820 to lower case before parsing.
4821
4822 * config/tc-d30v.c (parallel_ok): Ignore conflicts when explicitly
4823 parallel insns modift buts in the PSW as a side effect.
4824
4825Thu Oct 8 10:18:33 1998 Nick Clifton <nickc@cygnus.com>
4826
4827 * config/tc-d30v.c (find_format): Test for missing flag and
4828 control registers.
3e87a760 4829
252b5132
RH
4830 (md_apply_fix3): Fix error messages to avoid
4831 assumption about presence of a symbol.
4832
4833 (parallel_ok): Disallow parallel instructions that both modify the
4834 same flag register.
4835
4836 (find_format): Generate a warning if an odd numbered register is
4837 used as the first register in a mutli-register instruction.
4838
4839Wed Oct 7 14:09:14 1998 Nick Clifton <nickc@cygnus.com>
4840
4841 * config/tc-d30v.c (md_apply_fix3): Do not assume that bad
4842 relocations are always associated with a symbol.
4843
4844Tue Oct 6 09:31:15 1998 Catherine Moore <clm@cygnus.com>
4845
66778679
RH
4846 * tc-sparc.h (TC_FORCE_RELOCATION): Define.
4847 (elf32_sparc_force_relocation): Declare.
4848 * tc-sparc.c (md_apply_fix3): Handle vtable relocs.
4849 (tc_gen_reloc): Handle vtable relocs.
4850 (elf32_sparc_force_relocation): New.
252b5132
RH
4851
4852Mon Oct 5 09:25:32 1998 Catherine Moore <clm@cygnsu.com>
4853
66778679
RH
4854 * symbols.c (S_IS_FUNCTION): New.
4855 * config/tc-v850.h (obj_fix_adjustable): Define.
4856 (TC_FORCE_RELOCATION): Define.
4857 (v850_force_relocation): Declare.
4858 * config/tc-v850.c (tc_gen_reloc): Use offset instead
4859 of fx_addnumber for VTABLE reloc addends.
4860 (md_apply_fix3): Handle VTABLE relocs.
4861 (v850_fix_adjustable): New.
4862 (v850_force_relocation): New.
252b5132
RH
4863
4864Mon Oct 5 00:48:52 1998 Jeffrey A Law (law@cygnus.com)
4865
4866 * tc-hppa.c (fp_operand_format): Add some additional formats.
4867 (pa_ip): Do not automatically promote into pa2.0 mode.
4868 (pa_level): Handle ".level 2.0".
4869
4870Sun Oct 4 20:57:43 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4871
4872 * config/tc-i386.c (md_assemble): Handle AMD_3DNOW_OPCODE.
4873 * config/tc-i386.h (template.extension_opcode): Change to
66778679 4874 unsigned int to allow full range of 8-bit opcode suffixes.
252b5132
RH
4875 (None): Redefine as 0xffff.
4876
4877 From Jeff B Epler <jepler@usgs.gov>
4878 * doc/c-i386.texi (i386-SIMD): New section.
4879
4880Thu Oct 1 15:37:54 1998 Richard Henderson <rth@cygnus.com>
4881
4882 * read.c (discard_rest_of_line): New function.
4883 * read.h: Declare it.
4884 * config/tc-alpha.c (s_alpha_mask, s_alpha_frame): Use it.
4885
4886Thu Oct 1 10:33:53 1998 Nick Clifton <nickc@cygnus.com>
4887
4888 * config/tc-d10v.c (find_symbol_matching_register): New function.
4889 (find_opcode): Cope with the case where a register name matches
4890 a symbol name.
4891
4892Wed Sep 30 10:52:32 1998 Nick Clifton <nickc@cygnus.com>
4893
4894 * config/tc-v850.c (md_pcrel_from): Rename to
4895 v850_pcrel_from_section.
4896 (v850_pcrel_from_section): Do not resolves symbols in other
3e87a760 4897 sections.
252b5132
RH
4898
4899 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
4900
4901Mon Sep 28 11:01:20 1998 Nick Clifton <nickc@cygnus.com>
4902
4903 * config/tc-d10v.c (find_opcode): Generate an error if a register
4904 is supplied for an operand that should not be a register.
4905
4906Fri Sep 25 10:04:21 1998 Nick Clifton <nickc@cygnus.com>
4907
4908 * config/tc-d30v.c (write_2_short): But do allow delayed branch
4909 instructions to have another instruction in the right bin.
4910
4911Thu Sep 24 09:28:34 1998 Nick Clifton <nickc@cygnus.com>
4912
4913 * config/tc-d30v.c (write_2_short): Do not allow instructions in
4914 the right container if the left container holds a branch
3e87a760 4915 instruction.
252b5132
RH
4916
4917Wed Sep 23 10:54:29 1998 Nick Clifton <nickc@cygnus.com>
4918
4919 * config/tc-d30v.c (reg_name_search): Only warn if a name matches
4920 both a register name and symbol name.
4921 (find_format): Allow correct parsing of MVTSYS and MVFSYS insns.
4922
4923Tue Sep 22 17:49:16 1998 Nick Clifton <nickc@cygnus.com>
4924
4925 * config/tc-d30v.c (write_2_short): Implement EITHER_BUT_PREFER_MU
4926 execution unit class.
4927
4928 (reg_name_search): If a name matches a register and a symbol,
4929 prefer the register.
4930 (find_format): Disallow flag registers when a general purpose
4931 register is required.
4932 If a number is required, but a register has been given, check to
4933 see if a symbol with the same name as the register exists, and if
4934 so, use that symbol.
4935
4936Tue Sep 22 16:40:52 1998 Jim Wilson <wilson@cygnus.com>
4937
4938 * config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens.
4939
4940Tue Sep 22 15:44:21 1998 Nick Clifton <nickc@cygnus.com>
4941
4942 * config/tc-d30v.c (find_format): Do not accept flag registers as
4943 general purpose registers.
4944 (find_format): If an immediate value is expected at a given place
4945 in a format, but a register name has been provided instead, check
4946 to see if that register name matches the name of a predefined
4947 symbol and if it does, then use the symbol instead.
4948 (reg_name_search): If a register name matches a symbol name,
4949 prefer the register name to the symbol name.
4950
4951Mon Sep 21 10:42:57 1998 Nick Clifton <nickc@cygnus.com>
4952
4953 * config/tc-m32r.c (m32r_do_align): After inserting NOPs, reset
4954 the previous insn to empty.
4955
49561998-09-20 Michael Meissner <meissner@cygnus.com>
4957
4958 * config/tc-ppc.c (md_apply_fix3): Do not break string into two
4959 pieces, forcing the use of an ANSI compiler.
4960
4961Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4962
4963 * config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable
4964 relocs.
4965 * config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs.
4966
4967Tue Sep 15 08:51:07 1998 Catherine Moore <clm@cygnus.com>
3e87a760 4968
66778679
RH
4969 * config/obj-elf.c (obj_elf_vtable_inherit): Handle arm
4970 assembler syntax.
4971 (obj_elf_vtable_entry): Likewise.
4972 * config/tc-arm.h: Define TC_FORCE_RELOCATION for OBJ_ELF.
4973 * config/tc-arm.c (md_apply_fix3): Handle VTABLE relocations.
4974 (tc_gen_reloc): Likewise.
4975 (arm_fix_adjustable): Likewise.
4976 (elf32_arm_force_relocation): New.
4977 (armelf_frob_symbol): Remove coff-style symbol support.
252b5132
RH
4978
4979Wed Sep 9 11:27:16 1998 Richard Henderson <rth@cygnus.com>
4980
4981 * config/tc-i386.c (i386_operand): Fix typo in last patch.
4982
4983Tue Sep 8 18:10:01 1998 Catherine Moore <clm@cygnus.com>
3e87a760 4984
66778679
RH
4985 * config/tc-arm.c (arm_adjust_symtab): Move #ifdef
4986 OBJ_COFF so that routine is defined for a.out format.
252b5132
RH
4987
4988Tue Sep 8 15:56:19 1998 Richard Henderson <rth@cygnus.com>
4989
4990 * config/tc-i386.c (i386_operand): Detect non-segment registers
4991 used as segment prefixes.
4992
4993Sat Sep 5 19:00:38 1998 Ian Lance Taylor <ian@cygnus.com>
4994
4995 * ehopt.c (check_eh_frame): Check the size of the FDE, and don't
4996 optimize across FDE boundaries.
4997
4998 * config/obj-coff.c (obj_coff_section): Preserve any link once
4999 flags when setting the section flags.
5000
5001Fri Sep 4 17:07:14 1998 Nick Clifton <nickc@cygnus.com>
5002
5003 * config/tc-arm.h (obj_adjust_symtab): Fixed typo.
5004 * config/tc-arm.c (armelf_adjust_symtab): Reformatted.
5005
5006Fri Sep 4 13:57:43 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
5007
5008 * config/tc-sparc.c (in_signed_range): Sign extend 32-bit words
5009 to the host width.
5010
5011Wed Sep 2 11:31:14 1998 Richard Henderson <rth@cygnus.com>
5012
5013 * frags.c (frag_grow): Include the size of the frag struct in the
5014 obstack chunk size.
5015
5016 * subsegs.c (subseg_set_rest): Adjust the seginfo frchain start
5017 if the new subseg comes before the old.
5018
5019Tue Sep 1 15:01:33 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
5020
5021 * config/tc-sparc.c (sparc_ip): Allow all digits in an instruction
5022 to handle edge8 and edge16.
5023
5024Mon Aug 31 09:51:14 1998 Richard Henderson <rth@cygnus.com>
5025
5026 * config/obj-elf.c (obj_elf_vtable_inherit): Print error message
5027 before we clobber the symbol involved.
5028
5029Mon Aug 31 10:58:06 1998 Catherine Moore <clm@cygnus.com>
5030
3e87a760 5031 * config/tc-arm.c: Remove OBJ_ELF definitions for
66778679
RH
5032 S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. Only
5033 use arm_adjust_symtab for OBJ_COFF.
5034 (armelf_adjust_symtab): New Routine.
5035 * config/tc-arm.h: Define obj_adjust_symtab to
5036 armelf_adjust_symtab for OBJ_ELF.
3e87a760 5037
252b5132
RH
5038Sat Aug 29 22:18:51 1998 Richard Henderson <rth@cygnus.com>
5039
5040 * configure.in: Make all i386-elf targets use bfd_gas.
5041 * config/tc-i386.c (tc_i386_force_relocation): New.
5042 (tc_i386_fix_adjustable): Don't fix vtable relocs.
5043 (md_apply_fix3): Likewise.
5044 (tc_gen_reloc): Handle them.
5045 * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling
5046 tc_i386_force_relocation.
5047
5048Mon Aug 24 13:40:21 1998 Nick Clifton <nickc@cygnus.com>
5049
5050 * config/tc-arm.c (md_show_usage): Improve formatting of --help output.
5051
5052Fri Aug 21 18:43:48 1998 Nick Clifton <nickc@cygnus.com>
5053
5054 * config/tc-d30v.c (md_assemble): Copy previous opcode over
5055 current opcode after writing the first insturction of a reverse
3e87a760
AM
5056 sequential pair.
5057
252b5132
RH
5058Fri Aug 21 07:30:35 1998 Doug Evans <devans@canuck.cygnus.com>
5059
5060 * read.h (generate_lineno_debug): Add prototype.
5061 * read.c (generate_lineno_debug): Make non-static.
5062
5063Thu Aug 20 23:17:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5064
5065 * config/tc-i386.c (md_assemble): Only warn for address/data size
5066 prefixes.
5067
5068Thu Aug 20 14:45:08 1998 Nick Clifton <nickc@cygnus.com>
5069
5070 * config/tc-arm.c (arm_fix_adjustable): Do not adjust relocations
5071 against Thumb function names, as the linker needs this information.
5072
50731998-08-20 Vladimir N. Makarov <vmakarov@cygnus.com>
5074
5075 * expr.c (operand): Check also that there is no advance in operand
5076 after atof_generic in order to decide "is it label 0f or floating
5077 point number?".
5078
5079Wed Aug 19 09:30:16 1998 Nick Clifton <nickc@cygnus.com>
5080
5081 * config/tc-m32r.c: Replace double dash prefix to M32R specific
5082 command line options with a single dash.
5083 * doc/c-m32r.texi: Replace double dash prefix with a single dash.
5084
5085Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
5086
3e87a760
AM
5087 * tc-arm.h: Define obj_fix_adjustable for OBJ_ELF.
5088 * tc-arm.c (arm_fix_adjustable): New routine.
252b5132
RH
5089
50901998-08-13 Vladimir N. Makarov <vmakarov@cygnus.com>
5091
5092 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
5093 s_float_space, s_struct, cons_worker): Move ignore_rest_of_line or
5094 demand_empty_rest_of_line before mri_comment_end.
5095 (equals): Check garbage after expression before
5096 mri_comment_end in MRI mode.
5097
5098Thu Aug 13 15:08:42 1998 Ian Lance Taylor <ian@cygnus.com>
5099
5100 * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a
5101 small immediate constant to use the constant itself rather than
5102 always using 1.
5103
5104Wed Aug 12 18:47:38 1998 Ian Lance Taylor <ian@cygnus.com>
5105
5106 * config/tc-hppa.c (pa_enter): Call as_bad rather than abort.
5107 (pa_leave): Likewise.
5108
5109Wed Aug 12 13:25:03 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5110
5111 * config/tc-i386.c (md_assemble): Emit a warning for stand-alone
5112 prefixes.
5113 (i386_operand): Fix an error message.
5114
5115Tue Aug 11 14:44:32 1998 Nick Clifton <nickc@cygnus.com>
5116
5117 * doc/c-arm.texi (ARM Directives): Document .req directive.
5118
5119 * config/tc-arm.c (reg_required_here): Display erroneous string if
5120 the register name could not be decoded.
5121 Do not set inst.instruction if the sift is -1.
5122
5123Mon Aug 10 15:39:56 1998 Richard Henderson <rth@cygnus.com>
5124
5125 * config/tc-alpha.c (tc_gen_reloc): Bias WEAK symbols just as
5126 we do for EXTERN.
5127
5128Mon Aug 10 15:06:18 1998 Nick Clifton <nickc@cygnus.com>
5129
5130 * config/tc-d30v.c (d30v_align): Always perform alignment request,
5131 even if it is belived to be unnecessary.
5132
5133Mon Aug 10 17:48:09 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5134
5135 config/tc-i386.c (i386_operand): Size immediate constants by
5136 suffix (erroneously removed as part of July 7 change).
5137
5138Sun Aug 9 20:45:32 1998 Catherine Moore <clm@cygnus.com>
5139
66778679
RH
5140 * config/obj-elf.h: Check for redefinition of obj_frob_symbol.
5141 * config/tc-arm.c: Define S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS.
5142 (armelf_frob_symbol): New Routine.
5143 * config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF.
252b5132
RH
5144
5145Sat Aug 8 15:21:28 1998 Richard Henderson <rth@cygnus.com>
5146
5147 * config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms.
5148
5149Wed Aug 5 15:54:14 1998 Nick Clifton <nickc@cygnus.com>
5150
5151 * config/tc-arm.c (md_begin): Set BFD private flags depending upon
5152 command line switches passed to assembler.
5153
5154Mon Aug 3 14:02:52 1998 Doug Evans <devans@seba.cygnus.com>
5155
5156 * cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated.
5157 (gas_cgen_opcode_desc): Declare.
5158 (gas_cgen_parse_operand): Declare.
5159 (*): Prepend gas_ to gas specific fns to denote them as such.
5160 All uses updated.
5161 * cgen.c (gas_cgen_opcode_desc): New global
5162 (gas_cgen_init_parse): Renamed from cgen_asm_init_parse.
5163 (queue_fixup): Renamed from cgen_queue_fixup.
5164 (*): Prepend gas_ to gas specific fns to denote them as such.
5165 All uses updated.
5166 (gas_cgen_md_apply_fix3): Update call to insert_operand.
5167 (gas_cgen_finish_insn): Renamed from cgen_asm_finish_insn.
5168 * config/tc-m32r.c (md_begin): Remove use of CGEN_SYM.
5169 Open opcode table and initialize it.
5170 (make_parallel): Use gas_cgen_opcode_desc.
5171 (assemble_parallel_insn): Ditto. Remove use of CGEN_SYM.
5172 (md_assemble): Ditto.
5173
5174Sat Aug 1 19:27:30 1998 Richard Henderson <rth@cygnus.com>
5175
5176 * as.h (debug_info_type): Add entries for unspecified and dwarf*.
5177 * ecoff.c (ecoff_generate_asm_lineno): Take no arguments; call
5178 as_where ourselves. Provide a stub for !ECOFF_DEBUGGING.
5179 * ecoff.h: Move ECOFF_DEBUGGING protection inside GAS_ECOFF_H.
5180 Move ecoff_generate_asm_lineno outside ECOFF_DEBUGGING protection.
5181 * read.c (generate_lineno_debug): Tidy ECOFF bits. Use
5182 DEBUG_UNSPECIFIED rather than DEBUG_NONE for initial test.
5183 * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Define to a variable.
5184 (SEPARATE_STAB_SECTIONS): Conditionalize on value of ECOFF_DEBUGGING.
5185 (INIT_STAB_SECTION): Likewise.
5186 (OBJ_PROCESS_STAB): Likewise.
3e87a760 5187
252b5132
RH
5188 * config/tc-alpha.c (md_longopts): New options -mdebug/-no-mdebug.
5189 (md_parse_option): Watch for them.
5190 (alpha_cur_ent_sym, alpha_flag_mdebug): New variables.
5191 (md_begin): Kill neverdef code.
5192 (s_alpha_ent, s_alpha_end, s_alpha_mask, s_alpha_frame): New.
5193 (s_alpha_prologue): Watch alpha_cur_ent_sym.
5194 (s_alpha_coff_wrapper): New.
5195 (md_pseudo_table): Trap all ECOFF pseudos.
3e87a760 5196
252b5132
RH
5197Fri Jul 31 16:45:54 1998 Ron Unrau <runrau@cygnus.com>
5198
5199 Start of changes to remove mdebug section from mips*-elf
5200 Based on MIPS_STAB_ELF definition
5201 * acconfig.h: undef if not configured
5202 * config.in: undef if not configured
5203 * config/mips-elf.h: only set ECOFF debugging if not stabs-in-elf
5204 * config/tc-mips.c (s_ent): set BSF_FUNCTION
5205 * stabs.c (s_stab_generic): flush frag
5206
5207Fri Jul 31 16:14:45 1998 Catherine Moore <clm@cygnus.com>
5208
66778679
RH
5209 * configure.in: (arm-*-elf): Handle.
5210 (thumb-*-elf): Handle.
5211 * configure: Regenerate.
5212 * read.c (stringer): Fix typo in comment.
5213 * write.c (fixup_segment): Don't add symbol value to addend if
5214 TC_ARM and OBJ_ELF.
5215 * config/tc-arm.c (md_section_align): Don't align dwarf debug
5216 sections.
5217 (tc_gen_reloc): Always set the reloc addend to fixp->fx_offset
5218 for OBJ_ELF.
252b5132
RH
5219
5220Thu Jul 30 21:38:43 1998 Frank Ch. Eigler <fche@cygnus.com>
5221
5222 * config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables.
5223 (write_2_short): Emit warning if new flag is set.
5224 (do_assemble): Set flags if left instruction is one of special
5225 "right-instruction-killer" type.
5226
5227Tue Jun 28 18:12:28 1998 Stan Cox <scox@cygnus.com>
3e87a760 5228
252b5132
RH
5229 * config/tc-sparc.c (md_number_to_chars, cons_fix_new_sparc):
5230 Always output words in debug_info section as big endian.
5231 (sparc_target_format): Choose correct bfd target.
5232 (md_apply_fix3): Rename BFD_RELOC_SPARC_32LE to BFD_RELOC_SPARC_REV32.
3e87a760 5233
252b5132
RH
5234Tue Jul 28 11:01:21 1998 Jeffrey A Law (law@cygnus.com)
5235
5236 * config/tc-mn10300.c (md_assemble): Fix "errmsg" initialization
5237 to work with internationalization code. Issue an error when two
5238 operands match that are not allowed to match.
5239
5240Mon Jul 27 16:25:58 1998 Doug Evans <devans@canuck.cygnus.com>
5241
5242 * configure.in (install_tooldir): Allow target to specify whether
5243 it wants to be installed in $(tooldir)/bin.
5244 * configure: Regenerate.
5245 * Makefile.am (install-exec-local): Set install-exec-tooldir
5246 dependency via configure.
5247 * Makefile.in: Regenerate.
5248
5249Fri Jul 24 19:58:59 1998 Doug Evans <devans@canuck.cygnus.com>
5250
5251 * Makefile.am (install-exec-local): Split into two ...
5252 (install-exec-bindir,install-exec-tooldir): New rules.
5253 * Makefile.in: Regenerate.
5254
5255Fri Jul 24 16:31:49 1998 Ian Lance Taylor <ian@cygnus.com>
5256
5257 * Makefile.am (install-exec-local): Don't remove the file before
5258 checking whether $(bindir) == $(tooldir)/bin. From Maciej
5259 W. Rozycki <macro@ds2.pg.gda.pl>.
5260 * Makefile.in: Rebuild.
5261
5262Fri Jul 24 09:13:46 1998 Doug Evans <devans@canuck.cygnus.com>
5263
5264 * cgen.c: Include libiberty.h.
5265 (cgen_md_apply_fix3): Update call to md_cgen_lookup_reloc.
5266 (cgen_tc_gen_reloc): Use xmalloc, not bfd_alloc.
5267 * cgen.h (cgen_md_apply_fix3,cgen_tc_gen_reloc): Declare.
5268 (md_cgen_lookup_reloc)): Declare.
5269 (md_cgen_record_fixup_exp): Declare.
5270 * config/tc-m32r.h (md_pcrel_from_section): Declare.
5271 (m32r_relax_frag): Declare.
5272 (cgen_md_apply_fix3): Decls moved to cgen.h.
5273 (cgen_record_fixup_exp,cgen_tc_gen_reloc): Ditto.
5274 (m32r_cgen_record_fixup_exp): Delete decl.
5275 * config/tc-m32r.c (m32r_cpu_desc): #if 0 out.
5276 (assemble_nop): Delete.
5277 (expand_debug_syms): Delete unused `exp'.
5278 (md_cgen_lookup_reloc): Renamed from CGEN_SYM (lookup_reloc).
5279 Add default case for -Wall.
5280 (m32r_cgen_record_fixup_exp): Add default case for -Wall.
5281 (md_atof): Delete unused wordP.
5282
5283Thu Jul 23 13:19:50 1998 Jeffrey A Law (law@cygnus.com)
5284
5285 * config/tc-mn10300.c (md_assemble): Make sure "errmsg" has a non-NULL
5286 value.
5287
5288Wed Jul 22 14:36:56 1998 Ian Lance Taylor <ian@cygnus.com>
5289
5290 * doc/as.texinfo: Add documentation for .end, .exitm, .fail,
5291 .ifc, .ifeqs, .ifge, .ifgt, .ifle, .iflt, .ifnc, .ifne, .ifnes,
5292 .print, .purgem, and .struct. Remove documentation for
5293 .app-file.
5294
5295Tue Jul 21 16:50:52 1998 Doug Evans <devans@seba.cygnus.com>
5296
5297 * cgen.c (cgen_md_apply_fix3): set_operand renamed to set_vma_operand.
5298 Update call to insert_operand.
5299
5300Fri Jul 17 11:42:20 1998 Nick Clifton <nickc@cygnus.com>
5301
5302 * config/tc-m32r.c (ms_show_usage): Formatting changes.
5303
5304Wed Jul 15 15:38:28 1998 Ian Lance Taylor <ian@cygnus.com>
5305
5306 * config/tc-i386.c (md_assemble): Don't get confused by trailing
5307 whitespace after a prefix operator.
5308
5309Tue Jul 14 15:32:56 1998 Richard Henderson <rth@cygnus.com>
5310
5311 * configure.in (i386-*-beos{pe,elf,}*): Recognize.
5312
5313Tue Jul 14 12:33:44 1998 Chris Torek <torek@bsdi.com>
5314
5315 * config/tc-sparc.c (log2): New static function.
5316 (s_reserve): Use log2 to convert alignment before calling
5317 record_alignment.
5318 (s_common): Use log2 to convert alignment before calling
5319 record_alignment and frag_align.
5320 (sparc_cons_align): Use log2.
5321
5322Tue Jul 14 11:58:40 1998 Ian Lance Taylor <ian@cygnus.com>
5323
5324 * config/tc-sparc.c (s_reserve): Set symbol size if OBJ_ELF.
5325 (s_common): Likewise.
5326
5327 * config/tc-sparc.c (sparc_handle_align): Reindent a bit. Correct
5328 initialization of waddr.
5329 (sparc_elf_final_processing): Add default case to switch.
5330
5331Tue Jul 14 11:00:16 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5332
5333 * doc/c-i386.texi: Fix a typo. Use the term 80-bit real rather
5334 than temporary real.
5335
5336Mon Jul 13 13:55:42 1998 Ian Lance Taylor <ian@cygnus.com>
5337
5338 * write.c (subsegs_finish): Don't align the segments if there were
5339 any errors.
5340
5341 * config/obj-coff.c (c_symbol_merge): Correct number of bytes when
5342 copying aux information.
5343
5344 * expr.c (make_expr_symbol): Catch attempts to turn an O_big
5345 expression into a symbol.
5346
5347Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5348
5349 * config/tc-i386.c (mode_from_disp_size): Change arg and return
5350 type to unsigned int.
5351 (md_assemble): Change type used to store offsets from unsigned
5352 long to long.
5353 (i386_operand): Switch error check to only call RESTORE_END_STRING
5354 once after parse_register.
5355
5356Fri Jul 10 16:00:04 1998 Nick Clifton <nickc@cygnus.com>
5357
5358 * config/tc-v850.c (md_show_usage): Changed format to match that
5359 of gcc, ld, etc.
5360
5361 * as.c (show_usage): Changed format to match that of gcc, ld, etc.
5362
5363Thu Jul 9 12:09:57 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5364
5365 * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust vtable
5366 relocs.
5367 (md_apply_fix_2): Force the symbol of the vtable reloc to be
5368 weak.
5369
5370Thu Jul 9 11:31:54 1998 Ian Lance Taylor <ian@cygnus.com>
5371
5372 * doc/Makefile.am (MAINTAINERCLEANFILES): Define.
5373 * doc/Makefile.in: Rebuild.
5374
5375Wed Jul 8 12:18:56 1998 Jeffrey A Law (law@cygnus.com)
5376
66778679
RH
5377 * config/tc-mips.c (mips_ip, case 'i' and 'j'): Mask off high bits
5378 for %lo expressions.
5379 (mips_ip, case 'u'): Move range check after code to mask
5380 off bits in %hi/%lo expressions. Mask off high bits for
5381 %lo expressions.
252b5132
RH
5382
5383Tue Jul 7 17:57:38 1998 Ian Lance Taylor <ian@cygnus.com>
5384
5385 * doc/Makefile.am (gasver.texi): New target.
5386 (as.info, as.dvi): Depends upon gasver.texi.
5387 * doc/as.texinfo: Include gasver.texi. Mention version number on
5388 title page and in top node.
5389 * doc/Makefile.in: Rebuild.
5390
5391Tue Jul 7 11:42:16 1998 Richard Henderson <rth@cygnus.com>
5392
5393 * listing.c (listing_listing): For EDICT_LIST, skip all lines up to
5394 but not including the line containing the edict.
5395 * listing.h (LISTING_EOF): New.
5396 * input-scrub.c (input_scrub_next_buffer): Call it.
5397
5398Tue Jul 7 13:00:37 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5399
5400 * config/tc-i386.c (i386_operand): Don't set the size of an
3e87a760 5401 immediate address based solely on the suffix and the mode.
252b5132
RH
5402
5403 * config/tc-i386.c (md_assemble): Add assertion to make sure
5404 overlap2 does not set Imm.
5405
5406 * config/tc-i386.c (space_chars): Remove. The scrubber converts
5407 sequences of whitespace to a single space.
5408 (is_space_chars): Just compare with space.
5409 (md_begin): Don't initialize space_chars.
5410 (md_assemble): Just skip a single whitespace character.
5411 (i386_operand): Rewrite base-index parsing to use new
5412 parse_register, and to skip white space. Skip white space in a
5413 number of other places too. Don't give error message if
5414 parse_register fails.
5415 (parse_register): Change reg_string parameter to be non-const.
5416 Add end_op parameter. Skip white space after the `%', and return
5417 end of register string. Give error message here rather than
5418 caller.
5419
5420Fri Jul 3 15:34:34 1998 Ian Lance Taylor <ian@cygnus.com>
5421
5422 Based on patch from Matt Semersky <matts@scd.hp.com>:
5423 * expr.c (op_encoding): Make const.
5424 (expr_set_precedence): New function.
5425 (expr_begin): Don't set operator rankings, just call
5426 expr_set_precedence.
5427 * expr.h (expr_set_precedence): Declare.
5428 * read.c (s_mri): Call expr_set_precedence.
5429
5430Thu Jul 2 16:24:58 1998 Ian Lance Taylor <ian@cygnus.com>
5431
5432 * doc/as.texinfo (Statements): Remove paragraph discussing
5433 continuing lines with a backslash. This hasn't worked for years,
5434 if it ever did.
5435
5436Thu Jul 2 14:06:22 1998 Klaus Kaempf <kkaempf@rmi.de>
5437
66778679 5438 * obj-vms.c: Add C++ support with ctors/dtors sections. Add weak
252b5132
RH
5439 symbol definitions.
5440 (Ctors_Symbols, Dtors_Symbols): New symbol chains.
5441 (ps_CTORS, ps_DTORS): New section types.
5442 (vms_fixup_xtors_section): New function
5443 (Ctors_Psect, Dtors_Psect): Define.
5444 (IS_GXX_XTOR): Define
5445 (global_symbol_directory): Change check of gxx_bug_fixed to 0.
5446 Filter static constructors/destructors and add to
5447 Ctors_Symbols/Dtors_Symbols chain.
5448 (vms_write_object_file): Write Ctors_Symbols/Dtors_Symbols to
5449 appropriate section.
5450
66778679 5451 * tc-alpha.h (TARGET_FORMAT): Rename "evax-alpha" to "vms-alpha".
252b5132
RH
5452 * makefile.vms: Merge vax/vms support.
5453
5454Wed Jul 1 20:06:20 1998 Richard Henderson <rth@cygnus.com>
5455
5456 * config/obj-elf.c (obj_elf_vtable_inherit, obj_elf_vtable_entry): New.
5457 (elf_pseudo_table): Add them.
5458 * config/tc-mips.c (mips_force_relocation): Force vtable relocs.
5459 (md_apply_fix): Accept them.
5460 (mips_fix_adjustable): Don't adjust them.
5461 (tc_gen_reloc): Mung BFD_RELOC_VTABLE_ENTRY for Rel.
5462 * config/tc-ppc.c (md_apply_fix3): Accept vtable relocs.
5463 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Force vtable relocs.
5464 (tc_fix_adjustable): Don't adjust them.
5465
5466Wed Jul 1 16:35:32 1998 Doug Evans <devans@seba.cygnus.com>
5467
5468 * Makefile.am (CGEN_CPU_PREFIX): New variable.
5469 (cgen.o): Use it.
5470 * Makefile.in: Regenerate.
5471 * configure.in: AC_SUBST cgen_cpu_prefix.
5472 * configure: Regenerate.
5473
5474Wed Jul 1 21:38:56 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5475
5476 * config/tc-sh (COND_JUMP_DELAY, COND12_DELAY_LENGTH): Define.
5477 Changed all users of COND12_DELAY.
5478
5479Fri Jun 26 11:21:11 1998 Jeffrey A Law (law@cygnus.com)
5480
5481 * config/tc-mn10300.c (set_arch_mach): New function.
5482 (md_pseudo_table): Add pseudo-ops to set the current machine type.
5483 (md_begin): Default to mn10300 mode.
5484 (md_assemble): Only accept instructions for the core mn10300
5485 chip and the active machine type.
5486
5487Wed Jun 24 19:06:04 1998 Ian Lance Taylor <ian@cygnus.com>
5488
5489 * subsegs.h (segment_info_type): Give the struct a name.
5490 * config/tc-h8300.h (tc_reloc_mangle): Add prototype.
5491 * config/tc-h8500.h (tc_reloc_mangle): Declare.
5492 * config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
5493 * config/tc-w65.h (tc_reloc_mangle): Declare.
5494 * config/tc-z8k.h (tc_reloc_mangle): Declare.
5495
5496Wed Jun 24 13:45:00 1998 Catherine Moore <clm@cygnus.com>
5497
66778679
RH
5498 * config/tc-v850.c (v850_comm): Restore old section
5499 after common processing.
252b5132
RH
5500
5501Wed Jun 24 11:50:54 1998 Klaus Kaempf <kkaempf@progis.de>
5502
5503 * config/obj-vms.c (Create_VMS_Object_File): Force binary file.
5504
5505Tue Jun 23 17:47:31 1998 Jim Wilson <wilson@cygnus.com>
5506
5507 * config/tc-h8300.c (do_a_fix_imm, build_bytes): Replace cast to
5508 char with code that explicitly sign-extends.
5509
5510Tue Jun 23 13:54:57 1998 Nick Clifton <nickc@cygnus.com>
3e87a760 5511
252b5132
RH
5512 * config/tc-v850.c (md_begin): Restore text section as the current
5513 section after creating call table sections.
5514 * config/obj-coff.h (SYM_AUXINFO): New macro to conceal ugly
3e87a760 5515 code.
252b5132
RH
5516
5517 * config/obj-coff.c (c_symbol_merge): Replace complex expresion
5518 with call to macro SYM_AUXINFO.
5519
5520Tue Jun 23 15:09:27 1998 Mike Stump <mrs@wrs.com>
5521
5522 * Makefile.am (install-exec-local): Don't let EXEEXT interfere
5523 with the program transform name.
5524 * Makefile.in: Rebuild.
5525
5526Mon Jun 22 19:52:42 1998 Ian Lance Taylor <ian@cygnus.com>
5527
5528 * config/obj-coff.c (c_symbol_merge): Fix copying of auxiliary
5529 information.
5530
5531Mon Jun 22 15:18:58 1998 Ian Lance Taylor <ian@cygnus.com>
5532
5533 * config/tc-i386.c (i386_operand): Be prepared for a space between
5534 the open parenthesis and the start of the register operand,
5535 because of the June 16 change.
5536
5537Sun Jun 21 21:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
5538
5539 * config/tc-sh.c (md_apply_fix): Handle weak symbols correctly if
5540 BFD_ASSEMBLER.
5541
5542Sun Jun 21 12:26:36 1998 Nick Clifton <nickc@cygnus.com>
5543
5544 * config/tc-d30v.c (d30v_align): Always perform alignment request,
5545 even if it is belived to be unnecessary.
5546
5547Fri Jun 19 13:57:06 1998 Ian Lance Taylor <ian@cygnus.com>
5548
5549 * write.c (adjust_reloc_syms): Never adjust relocs against weak
5550 symbols.
5551 * config/tc-mips.c (md_apply_fix): Adjust accordingly.
5552
5553Fri Jun 19 09:50:17 1998 Jeffrey A Law (law@cygnus.com)
5554
5555 * config/tc-mn10300.c (mn10300_insert_operand): Do not hardcode the
5556 shift amount for a repeated operand. The shift amount for the
5557 repeated copy comes from the size of the operand.
5558
5559Fri Jun 19 00:44:19 1998 Jeffrey A Law (law@cygnus.com)
5560
5561 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
5562
5563Wed Jun 17 13:07:05 1998 Ian Lance Taylor <ian@cygnus.com>
5564
5565 * config/tc-mips.c (md_show_usage): Fix -mipsN usage.
5566
5567Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5568
5569 * app.c (do_scrub_begin): If tc_symbol_chars is defined, treat all
5570 characters in it as LEX_IS_SYMBOL_COMPONENT.
5571 * config/tc-i386.h (tc_symbol_chars): Define.
5572 (extra_symbol_chars): Declare.
5573 * config/tc-i386.c (extra_symbol_chars): Define.
5574 (comment_chars): Don't use '/' as comment start if TE_LINUX.
5575 (line_comment_chars): Set to '/' if TE_LINUX.
5576 * doc/c-i386.texi (i386-prefixes): Update.
5577 * doc/internals.texi (CPU backend): Document tc_symbol_chars.
5578
5579Fri Jun 12 13:36:54 1998 Tom Tromey <tromey@cygnus.com>
5580
5581 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
5582 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
5583
55841998-06-12 Vladimir N. Makarov <vmakarov@cygnus.com>
5585
5586 * config/tc-d10v.c (md_apply_fix3): Checking displacement
5587 constraint in instructions REP & REPI.
5588
5589Thu Jun 11 08:56:46 1998 Nick Clifton <nickc@cygnus.com>
5590
5591 * config/tc-d30v.c (md_apply_fix3): Catch BFD_RELOC_8,
3e87a760 5592 BFD_RELOC_16, BFD_RELOC_64 and issue appropriate error messages.
252b5132
RH
5593
5594 (check_range): If the operand is shifted, then shift the number
5595 before checking its range.
5596
3e87a760 5597 * write.c (adjust_reloc_syms): Add more checks for NULL pointers.
252b5132
RH
5598
5599 * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special
5600 common sections.
5601
5602Wed Jun 10 17:26:35 1998 Nick Clifton <nickc@cygnus.com>
5603
5604 * config/tc-v850.c (v850_comm): Create special sections as needed.
5605
56061998-06-10 Vladimir N. Makarov <vmakarov@cygnus.com>
5607
5608 * config/tc-d10v.c (write_2_short): Addition of swapping
5609 instructions for sequential and reverse sequential order when
5610 given order is not possible.
5611
5612Tue Jun 9 13:52:53 1998 Ian Lance Taylor <ian@cygnus.com>
5613
5614 * Makefile.am: Rebuild dependencies.
3e87a760 5615 (DEP_INCLUDES): Fix reference to intl build directory.
252b5132
RH
5616 * Makefile.in: Rebuild.
5617
5618Tue Jun 9 12:20:05 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5619
5620 * doc/c-i386.texi: Update 16 bit documentation.
5621
5622 * config/tc-i386.h: Change Data16 to Size16, Data32 to Size32,
5623 IgnoreDataSize to IgnoreSize as they are used for address size as
5624 well as data size.
5625 * config/tc-i386.c: Likewise. Add code to reject addr32/data32 in
5626 32-bit mode, similarly addr16/data16 and variants.
5627
5628Mon Jun 8 18:32:01 1998 Nick Clifton <nickc@cygnus.com>
5629
5630 * config/tc-d30v.c (md_assemble): Fix handling of reverse
5631 sequential word multiply instructions.
3e87a760 5632
252b5132
RH
5633 (do_assemble): Add extra command line argument, to allow mul32
5634 attribute to be preserved across parallel insns.
5635 (md_assemble): Insert NOPs between explicitly parallel insns which
5636 contain an 32 bit multiply and a 16 multiply.
5637
5638Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5639
5640 * config/tc-i386.c: REPNE renamed to REPNE_PREFIX_OPCODE, and
5641 likewise for REPE.
5642
5643 * config/tc-i386.c (reloc): Add braces.
5644
5645 * config/tc-i386.c (struct _i386_insn): Rename bi to sib to be
5646 consistent with Intel naming.
5647 * config/tc-i386.h (base_index_byte): Rename to sib_byte. Don't
5648 use bitfields in sib_byte.
5649 (modrm_byte): Don't use bitfields here either.
5650
5651 * config/tc-i386.c (current_templates): Add const.
5652 (parse_register): Add const to return, param, and char *s.
5653 (i386_operand): Add const to reg_entry *r.
5654 * config/tc-i386.h (templates): Add const to start, end.
5655
5656 Inspired by code for 16 bit gas support from Martynas Kunigelis
5657 <martynas@nm3.ktu.lt>:
5658 * config/tc-i386.c (md_assemble): Add full support for 16 bit
5659 modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
5660 (uses_mem_addrmode): Remove.
5661 (md_estimate_size_before_relax): Add support here too.
5662 (md_relax_table): Rewrite interface to md_relax for 16 bit
5663 support.
5664 (BYTE, WORD, DWORD, UNKNOWN_SIZE): Remove.
5665 (opcode_suffix_to_type): Remove.
5666 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.
5667 (SIZE_FROM_RELAX_STATE): Modify to suit above.
5668 (md_convert_frag): Likewise.
5669 (i386_operand): Add support for 16 bit base/index regs,
5670 immediates, and displacements. Remove some unnecessary casts, and
5671 localise end_of_operand_string, displacement_string_start,
5672 displacement_string_end variables. Add GCC_ASM_O_HACK.
5673 * config/tc-i386.h (NO_BASE_REGISTER_16): Define.
5674
5675 * config/tc-i386.c (prefix_hash): Remove.
5676 (md_begin): Rewrite without obstacks. Remove prefix hash table
5677 handling. Rewrite lexical table handling.
5678 (i386_print_statistics): Don't print prefix statistics.
5679 (md_assemble): Rewrite instruction parser so that line is not
5680 converted to lower case. Don't do a hash_find for prefixes,
5681 instead recognise them via opcode modifier.
5682 (expecting_operand, paren_not_balanced): Localise variables.
5683 * config/tc-i386.h (IsPrefix): Define.
5684 (prefix_entry): Remove.
5685
5686 * config/tc-i386.h (PREFIX_SEPERATOR): Don't define.
5687 * config/tc-i386.c (PREFIX_SEPARATOR): Define here instead, using
5688 '\\' in case where comment_chars contains '/'.
5689
5690 * config/tc-i386.c (MATCH): Ensure given operand and template
5691 match for JumpAbsolute. Makes e.g. `ljmp table(%ebx)' invalid;
5692 you must write `ljmp *table(%ebx)'.
5693
5694 From H.J. Lu <hjl@gnu.org>:
5695 * config/tc-i386.c (BFD_RELOC_16, BFD_RELOC_16_PCREL): Define
5696 as 0 ifndef BFD_ASSEMBLER.
5697 (md_assemble): Allow immediate operands without suffix or
5698 other reg operand to default in size to the current code size.
5699
5700Mon Jun 8 09:45:00 1998 Catherine Moore <clm@cygnus.com>
3e87a760 5701
66778679
RH
5702 * config/tc-v850.c (md_begin): Restore creation of
5703 .call_table_text and .call_table_data sections.
252b5132
RH
5704
5705Sat Jun 6 00:02:41 1998 Nick Clifton <nickc@cygnus.com>
5706
5707 * config/tc-d30v.c (md_assemble): Set execution type to unknown
5708 after emitting a word of noops.
5709
5710Fri Jun 5 23:27:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5711
5712 * config/tc-i386.c (mode_from_disp_size): Disp16 is mode 2.
5713 (i386_operand): Simplify checks for valid base/index combinations.
5714 Disallow `in 4(%dx),%al'.
5715
5716 * config/tc-i386.c (struct _i386_insn): Make regs, base_reg, and
5717 index_reg const.
5718 (add_prefix): Change parameter from char to int.
5719
5720 * config/tc-i386.h (Ugh): Define opcode modifier.
5721 * config/tc-i386.c (md_assemble): Print warnings for Ugh insns.
5722
5723 * config/tc-i386.c (md_assemble): Rewrite MATCH and
5724 CONSISTENT_REGISTER_MATCH macros to check register types more
5725 thoroughly. Check for illegal suffix/operand combinations
5726 when matching insns with operands. Handle new `s' suffix, and
5727 associated FloatMF opcode modifier for float insns with memory
5728 operands.
5729 * config/tc-i386.h (FloatMF): Define new opcode modifier.
5730 (No_sSuf, No_bSuf, No_wSuf, No_lSuf): Likewise.
5731 (SHORT_OPCODE_SUFFIX, LONG_OPCODE_SUFFIX): Define.
5732 * config/tc-i386.c: Rename WORD_PREFIX_OPCODE to
5733 DATA_PREFIX_OPCODE throughout.
5734
5735 * config/tc-i386.c (REGISTER_WARNINGS): Define.
5736 (md_assemble): Rewrite suffix/register operand checking code to be
5737 more thorough. Remove Abs8,16,32. Change occurrences of Mem to
5738 AnyMem, the better to grep.
5739 (pi): Remove Abs.
5740 (i386_operand): Don't set Mem bits in i.types[this_operand] when
5741 given a memory operand. Don't set Abs bits either.
5742 (type_names): Remove Mem*, Abs*.
5743 * config/tc-i386.h (Mem8, Mem16, Mem32, Abs8, Abs16, Abs32): Don't
5744 define opcode_modifiers as these cases are handled by Disp8,
5745 Disp16, Disp32 and suffix checks.
5746 (COMES_IN_BOTH_DIRECTIONS): Remove.
5747 (FloatR): Define. It's OK to share the bit with ReverseRegRegmem.
5748
5749 * config/tc-i386.c (md_assemble): Don't emit operand size prefix
5750 if IgnoreDataSize modifier given. Remove ShortformW modifier
5751 test. Add test for ShortForm in W base_opcode modification.
5752 Merge Seg2ShortForm and Seg3ShortForm code.
5753 * config/tc-i386.h (ShortFormW): Remove.
5754 (IgnoreDataSize): Define.
5755
5756Fri Jun 5 10:50:53 1998 Nick Clifton <nickc@cygnus.com>
5757
5758 * config/tc-d30v.c (md_assemble): Store previous segment state
5759 with previous instruction.
5760
5761Wed Jun 3 18:21:56 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
5762
5763 * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Define.
5764 (ebp, esp): Remove static variables.
5765 (MATCH): Remove test for InOutPortReg.
5766 (i386_operand): Properly handle InOutPortReg here instead.
5767 Disallows `inb (%dx,2)', `inb %es:(%dx)' and `mov (%dx),%ax'
5768 (md_assemble): Simplify and correct modrm and sib generation.
5769 (i386_operand): Add warning for scale without index.
5770 Rewrite checks for valid base/index combinations.
5771
5772 * config/tc-i386.c (END_STRING_AND_SAVE): Protect arguments of
5773 macros and enclose in do while(0).
5774 (RESTORE_END_STRING): Likewise.
5775 (md_assemble): Add one to printed operand number so we start
5776 from 1 not 0. Add some more gettext invocations.
5777 (i386_operand): Fix `%%s' -> `%%%s'. Inc printed operand
5778 number here too.
5779
5780 * config/tc-i386.h (WAIT_PREFIX, LOCKREP_PREFIX, ADDR_PREFIX,
5781 DATA_PREFIX, SEG_PREFIX): Define.
5782 * config/tc-i386.c (struct _i386_insn): Remove wait_prefix field.
5783 (check_prefix): Remove function.
5784 (add_prefix): New function. Add prefix to i.prefix as well as
5785 doing checks.
5786 (md_assemble): Changes for add_prefix. Remove hack for wait
5787 prefix, instead always output prefixes in fixed order. Test
5788 for jcxz/loop when selecting between word & dword operations,
5789 and add address size prefix rather than operand size prefix.
5790 Remove operand -> address size hack when emitting jcxz/loop.
5791 (i386_operand): Remove O_Absent check as it's done in expr.
5792
5793Wed Jun 3 15:09:10 1998 Ian Lance Taylor <ian@cygnus.com>
5794
5795 * configure.in: Recognize m5200 as a cpu_type of m68k.
5796 * aclocal.m4: Rebuild with current libtool.
5797 * configure: Rebuild.
5798
5799Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5800
5801 * config/tc-m68k.c (md_estimate_size_before_relax): Add more calls
5802 to relaxable_symbol to prevent references to external symbol from
5803 being relaxed.
5804
5805Wed Jun 3 14:10:36 1998 Ian Lance Taylor <ian@cygnus.com>
5806
5807 * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all
5808 symbols are relaxable.
5809
5810Wed Jun 3 09:16:00 1998 Catherine Moore <clm@cygnus.com>
3e87a760 5811
66778679
RH
5812 * config/tc-v850.c (md_begin): Don't create special
5813 sections by default.
3e87a760 5814
252b5132
RH
5815Tue Jun 2 14:52:56 1998 Jeffrey A Law (law@cygnus.com)
5816
5817 * config/tc-mips.c (macro): For div and udiv, close the
5818 reorder block as soon as possible.
5819
5820Tue Jun 2 15:36:13 1998 Ian Lance Taylor <ian@cygnus.com>
5821
5822 From Matt Semersky <matts@scd.hp.com>:
5823 * macro.c (macro_mri_mode): New function.
5824 * macro.h (macro_mri_mode): Declare.
5825 * read.c (s_mri): Call macro_mri_mode when switching in and out of
5826 MRI mode.
5827
5828Tue Jun 2 13:32:22 1998 Klaus Kaempf <kkaempf@progis.de>
5829
5830 * config/tc-alpha.c (s_alpha_comm): Allow alignment parameter in
5831 OBJ_EVAX case.
5832
5833 * config/tc-alpha.c (s_alpha_comm): Defer restoring character
5834 until after xstrdup in OBJ_EVAX case.
5835
5836Tue Jun 2 13:11:13 1998 Pat Rankin <rankin@eql.caltech.edu>
5837
5838 * config/tc-vax.c (md_create_short_jump): Fix off by two bug in
5839 offset calculation. Also, use VAX_BRW from vax-inst.h instead
5840 of hardcoded magic number.
5841 (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros.
5842
5843Tue Jun 2 09:25:34 1998 Doug Evans <devans@canuck.cygnus.com>
5844
5845 * read.c (do_s_func): New function.
5846 (s_func): Call it.
5847 * read.h (do_s_func): Add prototype.
5848
5849Mon Jun 1 12:47:30 1998 Doug Evans <devans@canuck.cygnus.com>
5850
5851 * config/tc-m32r.c (m32r_do_align): Only fill code sections with
5852 nops if fill pattern not specified.
5853
5854Mon Jun 1 14:08:35 1998 Ian Lance Taylor <ian@cygnus.com>
5855
5856 From Andrew Crabtree <andrewc@typhoon.rose.hp.com>:
5857 * config/te-go32.h (TE_GO32): Define.
5858 * config/tc-i386.h (LOCAL_LABEL): Don't define if TE_GO32.
5859
5860Sun May 31 15:43:06 1998 Doug Evans <devans@canuck.cygnus.com>
5861
5862 Implement .func/.endfunc pseudo-ops.
5863 * read.h (stabs_generate_asm_func,stabs_generate_asm_endfunc): Declare.
5864 (s_func): Declare.
5865 * read.c (potable): Add .func,.endfunc.
5866 (s_func): New function.
5867 * stabs.c (stabs_generate_asm_func,stabs_generate_asm_endfunc): New
5868 functions.
5869 (in_doc_func_p,current_function_label): New static globals.
5870 (stabs_generate_asm_lineno): Emit function relative stabs if in .func.
5871
5872Fri May 29 18:13:12 1998 Ian Lance Taylor <ian@cygnus.com>
5873
5874 * config/tc-a29k.h (WORKING_DOT_WORD): Define.
5875 * config/tc-alpha.h (WORKING_DOT_WORD): Define.
5876 * config/tc-arm.h (WORKING_DOT_WORD): Define.
5877 * config/tc-h8300.h (WORKING_DOT_WORD): Define.
5878 * config/tc-h8500.h (WORKING_DOT_WORD): Define.
5879 * config/tc-hppa.h (WORKING_DOT_WORD): Define.
5880 * config/tc-i860.h (WORKING_DOT_WORD): Define.
5881 * config/tc-i960.h (WORKING_DOT_WORD): Define.
5882 * config/tc-tic30.h (WORKING_DOT_WORD): Define.
5883 * config/tc-w65.h (WORKING_DOT_WORD): Define.
5884 * config/tc-z8k.h (WORKING_DOT_WORD): Define.
5885 * config/tc-a29k.c: Don't define md_short_jump_size,
3e87a760 5886 md_long_jump_size, md_create_short_jump or md_create_long_jump.
252b5132
RH
5887 * config/tc-alpha.c: Likewise.
5888 * config/tc-alpha.h: Likewise.
5889 * config/tc-arm.c: Likewise.
5890 * config/tc-h8300.c: Likewise.
5891 * config/tc-h8500.c: Likewise.
5892 * config/tc-hppa.c: Likewise.
5893 * config/tc-i860.c: Likewise.
5894 * config/tc-i960.c: Likewise.
5895 * config/tc-ppc.c: Likewise.
5896 * config/tc-sh.c: Likewise.
5897 * config/tc-sparc.h: Likewise.
5898 * config/tc-tic30.c: Likewise.
5899 * config/tc-w65.c: Likewise.
5900 * config/tc-z8k.c: Likewise.
5901
5902Fri May 29 16:03:26 1998 Pat Rankin <rankin@eql.caltech.edu>
5903
5904 * config/tc-vax.c (_): Delete this macro used for placeholder
5905 values in vax_operand_width_size; it conflicts with the _() macro
5906 used for internationalization.
5907
5908Fri May 29 13:46:07 1998 Ian Lance Taylor <ian@cygnus.com>
5909
5910 * symbols.c (symbol_find_base): Fix case insensitive symbol name
5911 code. From Chris Moller <moller@bops.com>.
5912
5913 Based on patch from Klaus Kaempf <kkaempf@progis.de>:
5914 * struc-symbol.h (struct broken_word): Add seg and subseg fields.
5915 * read.c (emit_expr): Initialize seg and subseg fields of a new
5916 broken word.
5917 * write.c (write_object_file): Switch to the appropriate segment
5918 and subsegment when processing a broken word.
5919
5920 * config/tc-m68k.c (mri_assemble): New static function.
5921 (build_mri_control_operand): Call mri_assemble rather than
5922 md_assemble.
5923 (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise.
5924 (s_mri_endf, s_mri_endw): Likewise.
5925
5926Wed May 27 11:16:25 1998 Ian Lance Taylor <ian@cygnus.com>
5927
5928 * read.c (s_org): Call md_flush_pending_output if it is defined.
5929
5930 * config/tc-sparc.c (md_show_usage): Add \n\ to new string.
5931
5932Tue May 26 19:27:52 1998 Stan Cox <scox@equinox.cygnus.com>
5933
5934 * config/tc-sparc.c (OPTION_LITTLE_ENDIAN_DATA): New.
5935 (md_parse_option): Add for same.
5936 (sparc_md_end): Set bfd_mach_sparc_sparclite_le.
5937 (md_apply_fix3, tc_gen_reloc): Allow BFD_RELOC_SPARC_32LE.
5938 (cons_fix_new_sparc): Added to create BFD_RELOC_SPARC_32LE.
5939
5940 * config/tc-sparc.h (cons_fix_new_sparc): Added.
3e87a760 5941
252b5132
RH
5942Thu May 21 15:02:41 1998 Nick Clifton <nickc@cygnus.com>
5943
5944 * config/tc-arm.c (find_real_start): Relax definition of local
5945 labels.
5946
5947Tue May 19 16:59:44 1998 Nick Clifton <nickc@cygnus.com>
5948
5949 * config/tc-d30v.c (d30v_align): Apply address adjustment to all
5950 symbols at the given address, not just the last one specified.
5951
5952Tue May 19 08:25:19 1998 Catherine Moore <clm@cygnus.com>
5953
66778679
RH
5954 * config/tc-sparc.c (sparc_handle_align): Use number_to_chars_bigendian
5955 or number_to_chars_littleendian to write data.
252b5132
RH
5956
5957Mon May 18 17:09:30 1998 Nick Clifton <nickc@cygnus.com>
5958
5959 * config/tc-v850.c (md_assemble): Remove artificially created
5960 register name symbols.
5961
5962Mon May 18 13:47:06 1998 Doug Evans <devans@canuck.cygnus.com>
5963
5964 * write.c (fixup_segment): Change "segment" to "section" in
5965 error message.
5966
5967Mon May 18 16:55:40 1998 Michael Meissner <meissner@cygnus.com>
5968
5969 * write.c (fixup_segment): Change sym1-sym2 message again.
5970
5971Mon May 18 09:31:43 1998 Michael Meissner <meissner@cygnus.com>
5972
5973 * write.c (fixup_segment): Improve error message for sym1-sym2
5974 errors when sym1 is in a different segment from sym2.
5975
5976Wed May 13 10:16:37 1998 Doug Evans <devans@canuck.cygnus.com>
5977
5978 * config/tc-m32r.c (warn_unmatched_high): New static local.
5979 (OPTION_WARN_PARALLEL): Rename from OPTION_WARN.
5980 (OPTION_NO_WARN_PARALLEL): Rename from OPTION_NO_WARN.
5981 (md_longopts): Recognize --{no-,}warn-unmatched-high.
5982 (md_parse_option): Likewise.
5983 (md_show_usage): Likewise.
5984 (m32r_frob_file): Likewise.
5985
5986 * read.c (generate_file_debug,generate_lineno_debug): New functions.
5987 (read_a_source_file): Call them.
5988 * read.h (stabs_generate_asm_file): Declare.
5989 * stabs.c (stabs_generate_asm_file): New function.
5990 (generate_asm_file): New function.
5991 (stabs_generate_asm_lineno): Move file name handling into
5992 generate_asm_file.
5993
5994Tue May 12 12:03:44 1998 Richard Henderson <rth@cygnus.com>
5995
5996 * config/tc-d30v.c (cur_mul32_p, prev_mul32_p): Make static.
66778679
RH
5997 (d30v_current_align, d30v_current_align_seg): New variables.
5998 (d30v_last_label): New variable.
5999 (d30v_align, s_d30v_align, s_d30v_text): New functions.
6000 (s_d30v_data, s_d30v_section): Likewise.
6001 (md_pseudo_table): Call them.
6002 (md_begin): Initialize d30v_current_align_seg.
6003 (md_assemble): Call d30v_align when needed by known current alignment.
6004 (d30v_frob_label, d30v_cons_align): New functions.
6005 * config/tc-d30v.h (md_do_align): Remove.
6006 (tc_frob_label): Call d30v_frob_label.
6007 (md_cons_align): New.
252b5132 6008
3e87a760 6009 * config/tc-d30v.c (find_format): Convert complex expressions to
252b5132
RH
6010 expression symbols before processing. Clean up code formatting.
6011
6012Sun May 10 22:35:02 1998 Jeffrey A Law (law@cygnus.com)
6013
6014 * po/Make-in (install-info): New target.
6015
6016Thu May 7 15:49:07 1998 Jeffrey A Law (law@cygnus.com)
6017
6018 * config/tc-mn10200.c (md_assemble): Handle "bra" just like "jmp"
6019 instructions.
6020 * config/tc-mn10300.c (md_assemble): Likewise.
6021
6022Thu May 7 11:47:22 1998 Doug Evans <devans@canuck.cygnus.com>
6023
6024 * Makefile.am: Update with `make dep-am'.
6025 (HFILES): Add cgen.h.
6026 (cgen.o): Depend on cgen.h.
6027 * Makefile.in: Regenerate.
6028
6029 * cgen.c (cgen_md_apply_fix3): Don't pass newline to as_warn_where.
6030
6031Thu May 7 13:20:56 1998 Anders Blomdell <anders.blomdell@control.lth.se>
6032
6033 * gasp.c (grab_label): Permit a label to be a preprocessor
6034 variable by permitting a label to start with a backslash.
6035
6036Thu May 7 12:50:33 1998 Frank Ch. Eigler <fche@cygnus.com>
6037
6038 * config/tc-mips.c (validate_mips_insn): Removed hack
6039 for previously inaccessible bitfields in some INSN_TRAP
6040 instructions.
6041
6042Thu May 7 11:13:00 1998 Frank Ch. Eigler <fche@cygnus.com>
6043
6044 * config/tc-d30v.c (do_assemble): Abort with error message
6045 if opcode operands do not match.
3e87a760 6046
252b5132
RH
6047Thu May 7 09:36:06 1998 Frank Ch. Eigler <fche@cygnus.com>
6048
6049 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
6050 'q' operand format for 20-bit "break"/"sdbbp" instructions.
6051 (mips_ip): Truncate overflowed "break" 'c' operand. Implement
6052 similar new 'q' operand.
6053
6054Thu May 7 07:47:14 1998 Michael Meissner <meissner@cygnus.com>
6055
6056 * cgen.c (cgen_asm_finish_insn): Fix typo.
6057
6058Thu May 7 02:19:14 1998 Doug Evans <devans@charmed.cygnus.com>
6059
6060 * cgen.h: New file.
6061 * cgen.c: Include it.
6062 (MAX_FIXUPS): Renamed to CGEN_MAX_FIXUPS.
6063 (cgen_asm_finish_insn): Result is now void. New arg `result'.
6064 All callers updated.
6065 * config/tc-m32r.c: Include cgen.h.
6066 (m23r_insn): New members num_fixups,fixups.
6067
6068Wed May 6 16:29:19 1998 Jeffrey A Law (law@cygnus.com)
6069
6070 * config/tc-hppa.c (md_apply_fix): Slightly rework some code
6071 to avoid compiler warning.
6072
6073Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
6074
6075 * makefile.vms: Run dec c with /nodebug. Pass CC value when
6076 calling make.
6077
66778679 6078 * makefile.vms (OBJS): Add ehopt.obj
252b5132
RH
6079
6080Wed May 6 15:11:12 1998 Klaus Kaempf <kkaempf@progis.de>
6081
6082 * doc/c-vax.texi: Correct and extend vax/vms documentation.
6083
6084Wed May 6 11:51:51 1998 Richard Henderson <rth@cygnus.com>
6085
6086 * config/tc-d30v.c (do_assemble): Accept a new parameter requesting
6087 a short format insn.
6088 (md_assemble): Set it for explicitly packed insns.
3e87a760 6089
252b5132
RH
6090Tue May 5 13:23:13 1998 Nick Clifton <nickc@cygnus.com>
6091
6092 * config/obj-coff.c (c_symbol_merge): Do not take address of
6093 native fields when performing the memcpy.
6094
6095Tue May 5 13:10:41 1998 Gavin Koch <gavin@cygnus.com>
6096
3e87a760 6097 * config/tc-mips.c (macro,macro2): Implement
252b5132
RH
6098 M_DMULO_I, M_MULO_I, M_DMULOU_I, and M_MULOU_I.
6099
6100Mon May 4 17:49:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6101
6102 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Changed to keep
6103 relocations against globally visible symbols.
6104 * config/tc-m68k.c (relaxable_symbol): New macro.
6105 (m68k_ip, md_estimate_size_before_relax): Use it.
6106 (tc_m68k_fix_adjustable): Also handle weak symbols.
6107
6108Mon May 4 16:12:23 1998 Ian Lance Taylor <ian@cygnus.com>
6109
6110 * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
6111 references to externally visible symbols.
6112 * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the
3e87a760
AM
6113 values in twice for a PC relative reloc if the symbol is
6114 externally defined.
252b5132
RH
6115
6116 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
6117 don't adjust a PC relative reloc against an externally visible
6118 symbol.
6119 * config/tc-sparc.c (md_apply_fix3): When generating a.out PIC,
6120 for a PC relative fixup against an externally visible defined
6121 symbol, arrange to store object file and addend values as though
6122 the symbol were not defined.
6123 (tc_gen_reloc): Likewise.
6124
6125Thu Apr 30 13:09:39 1998 Fred Fish <fnf@ninemoons.com>
6126
6127 * read.c (sizeof_leb128): Referenced externally by write.c so
6128 don't inline.
6129
6130Wed Apr 29 15:45:57 1998 Michael Meissner <meissner@cygnus.com>
6131
6132 * config/tc-m32r.c ({,expand_}debug_sym): New functions to record
6133 and expand a 'debug' symbol associated with the next instruction
6134 that does not cause a short instruction to be filled with a NOP.
6135 (md_pseudo_table): Add support for .debugsym.
6136 (assemble_parallel_insn): Add calls to expand_debug_sym as
6137 appropriate.
6138 (md_assemble): Ditto.
6139
6140Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com>
6141
6142 * as.c (main): Conditionally call setlocale.
6143 * gasp.c (main): Likewise.
6144 * asintl.h: Include <locale.h> if HAVE_LOCALE_H.
6145 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
6146
6147Tue Apr 28 18:33:23 1998 Frank Ch. Eigler <fche@cygnus.com>
6148
6149 * config/tc-d30v.c (md_show_usage): Correct gettext typo.
3e87a760 6150
252b5132
RH
6151Tue Apr 28 12:16:30 1998 Ian Lance Taylor <ian@cygnus.com>
6152
6153 * config/tc-hppa.c: Change all calls to bzero to use memset.
6154 (pa_ip): Add cast to avoid warning.
6155 (tc_gen_reloc, md_apply_fix): Likewise.
6156 (pa_find_space_by_number): Likewise.
6157 (hppa_force_relocation): Likewise.
6158 (pa_block): Change i to unsigned int.
6159 * config/obj-som.h (obj_som_copyright): Declare.
6160
6161Tue Apr 28 11:35:56 1998 Frank Ch. Eigler <fche@cygnus.com>
6162
6163 * ecoff.c (ecoff_build_lineno): Do not use dummy first_lineno
6164 for line numbers for assembly source.
6165
6166Mon Apr 27 15:58:46 1998 Ian Lance Taylor <ian@cygnus.com>
6167
6168 * configure.in: Change version number to 2.9.4
6169 * configure: Rebuild.
6170
6171Mon Apr 27 12:07:33 1998 Doug Evans <devans@seba.cygnus.com>
6172
6173 * cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
6174
6175Mon Apr 27 15:16:12 1998 Ian Lance Taylor <ian@cygnus.com>
6176
6177 * ecoff.h: Change symbolS in function declaration to struct
6178 symbol.
6179
6180Sun Apr 26 13:44:22 1998 Ian Lance Taylor <ian@cygnus.com>
6181
6182 * config/tc-sh.c (parse_reg): Add casts to avoid warnings.
6183 (md_convert_frag): Fix i18n typo.
6184
6185Sat Apr 25 20:12:02 1998 Richard Henderson <rth@cygnus.com>
6186
6187 * ecoff.c (ecoff_get_cur_proc_sym): New function.
6188 * ecoff.h: Protoype it.
6189 * config/tc-alpha.c [ELF] (s_alpha_prologue): New function.
6190 [EVAX] (s_alpha_prologue): Delete.
6191 (md_pseudo_table): Update.
6192
6193Sat Apr 25 14:00:52 1998 Ian Lance Taylor <ian@cygnus.com>
6194
6195 * config/tc-i960.c (md_assemble): Change bp_error_msg from static
6196 array to local pointer.
6197 (get_args, parse_expr): Add casts to avoid warnings.
6198
6199Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>
6200
6201 * read.c (s_set): Cast xmalloc return value to fragS *.
6202 * config/tc-m68k.c (m68k_ip): Function made static to match
6203 previous forward declaration.
6204 (insert_reg, init_regtable, md_convert_frag_1): Likewise.
6205
6206Fri Apr 24 09:26:46 1998 Nick Clifton <nickc@cygnus.com>
6207
6208 * config/tc-v850.c: Add internationalisation macros to error
3e87a760 6209 strings.
252b5132
RH
6210
6211 * config/tc-m32r.c (can_make_parallel): Add internationalisation
6212 macros to error strings.
6213
6214Thu Apr 23 19:23:23 1998 Ian Lance Taylor <ian@cygnus.com>
6215
6216 * config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
6217 reloc is in the TOC csect.
6218 (md_apply_fix3): Correct gettext typo.
6219
6220Thu Apr 23 14:58:31 1998 Nick Clifton <nickc@cygnus.com>
6221
6222 * config/tc-arm.c (find_real_start): Ignore symbols starting with
6223 .L - they are local labels and the branches are not really
6224 function calls but rather far jumps.
6225
6226Wed Apr 22 15:57:21 1998 Tom Tromey <tromey@cygnus.com>
6227
6228 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
6229
6230Wed Apr 22 14:52:36 1998 Ian Lance Taylor <ian@cygnus.com>
6231
6232 * config/tc-i386.c (md_assemble): Print operand number rather than
6233 using ordinal_names.
6234 (i386_operand): Likewise.
6235
6236Tue Apr 21 22:34:25 1998 Tom Tromey <tromey@scribbles.cygnus.com>
6237
6238 * Makefile.am (INTLLIBS): Define to work around apparent automake
6239 bug.
6240 All Makefiles: Regenerated.
6241
6242 * Many files: Added gettext invocations around user-visible
6243 strings.
6244 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
6245 HAVE_LC_MESSAGES): Define.
6246 * dep-in.sed: Added asintl.h.
6247 * po/Make-in: New file.
6248 * gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
6249 Include "asintl.h".
6250 * read.c (Z_): Renamed from `_'.
6251 * Makefile.am (SUBDIRS): Added po.
6252 (POTFILES): new macro.
6253 (po/POTFILES.in): New target.
6254 ($(OBJS)): Added asintl.h.
6255 (HFILES): Likewise.
6256 (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
6257 (as_new_LDADD): Added $(INTLLIBS).
6258 (as_new_DEPENDENCIES): Added $(INTLDEPS).
6259 (gasp_new_LDADD): Added $(INTLLIBS).
6260 (gasp_new_DEPENDENCIES): New macro.
6261 * configure, aclocal.m4: Rebuilt.
6262 * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
6263 po/Makefile.
6264 (ALL_LINGUAS): Define.
6265 * macro.c: Include "asintl.h".
6266 * as.c (main): Call setlocale, bindtextdomain, and textdomain.
6267 * as.h: Include "asintl.h".
6268 * config/tc-i386.c (ordinal_names): Removed.
6269 (md_assemble): Changed error text to avoid ordinal_names.
6270 (i386_operand): Likewise.
6271 (reloc): Added as_bad to avoid i18n problems.
6272 (tc_gen_reloc): Likewise.
6273 * config/tc-arm.c (bad_args): Now a #define.
6274 (bad_pc): Likewise.
6275 * config/obj-vms.c (VMS_stab_parse): Changed type of
6276 `long_const_msg'.
6277 (global_symbol_directory): Unified strings to avoid i18n
6278 problems.
6279 * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
6280 avoid i18n problems.
6281 * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
6282 * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
6283 i18n problems.
6284 * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
6285 problems.
6286 * config/tc-v850.c (md_assemble): Changed C++ comment into C
6287 comment.
6288 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
6289 problems.
6290 * as.c (print_version_id): Added an fprintf to avoid i18n
6291 problems.
6292 * cond.c (cond_finish_check): Added as_bad call to avoid i18n
6293 problems.
6294 * expr.c (expr): Added as_warn call to avoid i18n problems.
6295 * messages.c (as_assert): Changed code to avoid i18n problems.
6296 (as_abort): Likewise.
6297 * read.c (pseudo_set): Added as_bad call to avoid i18n problems.
6298 (s_space): Likewise.
6299 * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
6300
6301Tue Apr 21 17:01:22 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
6302
6303 * config/tc-i386.c (check_prefix): New static function, split out
6304 from md_assemble.
6305 (struct _i386_insn): Add wait_prefix field.
6306 (md_assemble): Remove wait_prefix local variable. Use
6307 check_prefix when adding a prefix.
6308
6309 * config/tc-i386.c (current_templates): New static variable.
6310 (md_assemble): Remove current_templates local variable.
6311 (md_assemble, i386_operand): Improve error and warning messages in
6312 many places. Add RESTORE_END_STRING in many places before error
6313 return. Clarify some comments.
6314
6315 * config/tc-i386.c (struct _i386_insn): Change seg field to a two
6316 element array.
6317 (md_assemble): Parse string instruction operands, looking for
6318 segment override prefixes. Check for invalid segment prefixes on
6319 string instruction.
6320 (i386_operand): i.seg[] and max mem_operand changes for string
6321 insns.
6322 * config/tc-i386.h (EsSeg): Define.
6323
6324 * config/tc-i386.h (regKludge): Define.
6325 (iclrKludge, imulKludge): Don't define.
6326 * config/tc-i386.c (md_assemble): Merge imulKludge and iclrKludge
6327 code. Move ReverseRegRegmem fudges into Modrm case. Reorder
6328 opcode_modifier checks to look for more common cases first. Add
6329 default_seg for IsString case.
6330
6331Tue Apr 21 16:18:12 1998 Ian Lance Taylor <ian@cygnus.com>
6332
6333 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX and
6334 AC_DECL_YYTEXT.
6335 * configure: Rebuild with new automake and libtool.
6336 * aclocal.m4, Makefile.in: Likewise.
6337
6338 * doc/Makefile.am (as.dvi): New target.
6339 * doc/Makefile.in: Rebuild.
6340
6341Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
6342
6343 * configure.in: Added sparc86x support.
3e87a760 6344
252b5132 6345 * configure: Rebuild.
3e87a760 6346
252b5132
RH
6347 * config/tc-sparc.c (lookup_arch): Added arch_type to struct
6348 sparc_arch.
6349 (md_parse_option): Warn if -EL is not supported for this architecture.
6350
6351 * config/tc-sparc.h (SPARC_BIENDIAN) Always define.
3e87a760 6352
252b5132
RH
6353Sat Apr 18 01:19:01 1998 Jeffrey A Law (law@cygnus.com)
6354
66778679
RH
6355 * config/tc-mips.c (mips_ip): Note when we use get match on
6356 the full instruction name.
252b5132
RH
6357
6358Wed Apr 15 15:17:27 1998 Richard Henderson <rth@cygnus.com>
6359
6360 * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol
6361 back into the expression to handle add/sub simplification correctly.
6362
6363Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
6364
66778679 6365 * config/tc-mips.c (hilo_interlocks): Remove 4300.
252b5132
RH
6366
6367Mon Apr 13 16:51:04 1998 Nick Clifton <nickc@cygnus.com>
6368
6369 * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,
6370 #<n>' instruction.
6371
6372Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
6373
6374 * symbols.c (max_indent_level): New global.
6375 (print_symbol_value_1): Use it.
6376 * expr.h (expr_build_dot): Declare.
6377 * expr.c (expr_build_dot): New function.
6378
6379Wed Apr 8 16:16:11 1998 Doug Evans <devans@canuck.cygnus.com>
6380
6381 * symbols.c (print_binary): New function.
6382 (print_expr_1): Call it.
6383
6384Mon Apr 6 12:06:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6385
6386 * config/tc-m68k.c (m68k_ip, case "#B"): Install the offset of the
6387 operand in the opcode.
6388
6389Fri Apr 3 11:58:19 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
6390
6391 * config/tc-i386.h: Reorder operand flags and opcode modifier
6392 flags for clarity. Remove unused definitions: Unknown,
6393 ImmUnknown, DispUnknown, NoModrm.
6394 * config/tc-i386.c (type_names): Add missing Debug type.
6395 (md_assemble): Better duplicate prefix checking. Quicker string
6396 instruction check via new opcode_modifier flag.
6397
6398Fri Apr 3 11:44:34 1998 Ian Lance Taylor <ian@cygnus.com>
6399
6400 * doc/as.texinfo (Invoking): Clarify -Wa example.
6401
6402Fri Apr 3 09:12:23 1998 Gavin Koch <gavin@cetus.cygnus.com>
6403
3e87a760 6404 * config/tc-mips.c (mips_pseudo_table): Add weakext entry.
252b5132
RH
6405 (s_mips_weakext): Define.
6406 * ecoff.c (ecoff_directive_weakext): Don't define if defined(TC_MIPS).
3e87a760
AM
6407 * config/obj-ecoff.c (obj_pseudo_table): Don't add weakext if
6408 defined(TC_MIPS).
6409
252b5132
RH
6410Thu Apr 2 22:42:02 1998 Jeffrey A Law (law@cygnus.com)
6411
6412 * config/tc-mn10200.c (tc_gen_reloc): The difference of two symbols
6413 is an error if the value can not be computed at assembly time.
6414 * config/tc-mn10300.c (tc_gen-reloc): Likewise.
6415
6416Thu Apr 2 16:36:47 1998 Ian Lance Taylor <ian@cygnus.com>
6417
6418 * gasp.c (main): Set next field of new include_path structure to
6419 NULL. From Avery Pennarun <averyp@gdc.ca>.
6420
6421 * read.c (s_mri_sect): Call as_bad rather than abort for an
6422 unsupported MRI target.
6423
6424Wed Apr 1 11:08:27 1998 Nick Clifton <nickc@cygnus.com>
6425
6426 * config/tc-arm.c (arm_validate_fix): New function. Determine if
6427 the destination of a branch instruction should be altered.
6428 (find_real_start): New function: Locate the real, Thumb coded
6429 start of a Thumb function.
6430 (do_t_branch23): Alter the destination of branches to Thumb
3e87a760 6431 functions.
252b5132
RH
6432
6433 * config/tc-arm.h: Define TC_VALIDATE_FIX.
6434
6435Tue Mar 31 13:27:33 1998 Dean M. Deaver <deaver@amt.tay1.dec.com>
6436
6437 * config/tc-arm.c (decode_shift): Handle addressing mode 2 w/rrx
6438 also.
6439
6440Wed Apr 1 13:13:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6441
6442 * doc/as.texinfo: Use @itemx for a secondary item in a table.
6443 * doc/c-hppa.texi: Likewise.
6444
6445Tue Mar 31 17:52:40 1998 Ian Lance Taylor <ian@cygnus.com>
6446
6447 * Makefile.am: Rebuild dependencies.
6448 * Makefile.in: Rebuild.
6449
6450 * Makefile.am (DEP_INCLUDES): New variable.
6451 (.dep1): Change to work when srcdir is not an absolute path.
6452 (.tcdep, .objdep, .dep2, dep.sed): Likewise.
6453 * Makefile.in: Rebuild.
6454
6455Mon Mar 30 12:46:48 1998 Ian Lance Taylor <ian@cygnus.com>
6456
6457 * config/tc-i386.h, config/tc-i386.c: Revert March 24
6458 LinearAddress patch.
6459
6460 * configure.in: Set version to 2.9.1.
6461 * configure: Rebuild.
6462
6463 * Branched binutils 2.9.
6464
6465Mon Mar 30 11:22:08 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
6466
6467 * config/tc-i386.h (FWait): Define.
6468 * config/tc-i386.c (md_assemble): Emit fwait prefix before any
6469 other prefixes. Check FWait flag in opcode table to see which
6470 instructions require an fwait prefix.
6471
6472Mon Mar 30 10:12:00 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6473
6474 * stabs.c (get_stab_string_offset): Always create a stab string
6475 section.
6476
6477Sat Mar 28 22:28:02 1998 Ian Lance Taylor <ian@cygnus.com>
6478
6479 Fix some gcc -Wall warnings:
6480 * atof-generic.c (atof_generic): Add casts to avoid warnings.
6481 * ehopt.c (eh_frame_code_alignment): Likewise.
6482 * expr.c (integer_constant, operand): Likewise.
6483 * frags.c (frag_align): Likewise.
6484 * gasp.c (level_0, change_base, doinstr): Likewise.
6485 * hash.c (hash_ask): Likewise.
6486 * listing.c (listing_page, calc_hex, print_lines): Likewise.
6487 (debugging_pseudo): Likewise.
6488 * macro.c (define_macro, check_macro): Likewise.
6489 * read.c (read_a_source_file, s_align, s_float_space): Likewise.
6490 (ignore_rest_of_line, float_cons): Likewise.
6491 * symbols.c (decode_local_label_name): Likewise.
6492 * write.c (record_alignment, cvs_frag_to_fill): Likewise.
6493 (fixup_segment, number_to_chars_bigendian): Likewise.
6494 (number_to_chars_littleendian): Likewise.
6495 * config/atof-ieee.c (gen_to_words): Likewise.
6496 * config/tc-sparc.c (md_begin, md_assemble): Likewise.
6497 (sparc_ip, parse_keyword_arg, s_common): Likewise.
6498 * read.c (output_big_sleb128): Initialize locals to avoid
6499 warnings.
6500 (output_big_uleb128, equals): Likewise.
6501 * atof-generic.c (atof_generic): Change number_of_digits_* locals
6502 to unsigned int. Change zeros to unsigned int.
6503 * cond.c (s_if): Add return to default case.
6504 * frags.c (frag_now_fix): Change return type to addressT.
6505 * frags.h (frag_now_fix): Update declaration.
6506 * listing.c (file_info_struct): Change linenum to unsigned int.
6507 (struct list_info_struct): Change hll_line to unsigned int.
6508 (print_source): Update format string.
6509 * read.c (emit_expr): Change scan to unsigned int, and don't
6510 bother to initialize it.
6511 * symbols.c (dollar_label_count): Change to unsigned long.
6512 * write.c (adjust_reloc_syms): Remove unused label reduce_fixup.
6513 * config/tc-sparc.c (sparc_memory_model): Only define if OBJ_ELF.
6514 * config/tc-sparc.c (tc_gen_reloc): Add return to default case.
6515
6516Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com>
6517
6518 * config/tc-m68k.c (m68k_ip): Check legal addressing modes for
3e87a760 6519 mcf5200 just as we do for m68000.
252b5132
RH
6520 (m68k_init_after_args): Likewise.
6521 (md_estimate_size_before_relax): Likewise.
6522
6523Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com>
6524
6525 * config/tc-v850.c (md_assemble): Store relocation addend in
6526 fixup instead of instruction.
6527
6528Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
6529
6530 * config/tc-i386.c (md_assemble): Swap template arguments to
6531 CONSISTENT_REGISTER_MATCH macro in reverse direction test.
6532 This macro is currently symmetric, so passing them the wrong
6533 way didn't cause any problem, but may if the macro is changed
6534 in the future.
6535 After copying template to i.tm, use i.tm. rather than t-> to
6536 access fields, and make t a const*
6537 Move i.tm.operand_types[] swap to immediately after the copy.
6538
6539Wed Mar 25 13:44:18 1998 Doug Evans <devans@canuck.cygnus.com>
6540
6541 * expr.h (expr_build_uconstant): Add prototype.
6542 (expr_build_unary,expr_build_binary): Add prototypes.
6543 * expr.c (expr_build_uconstant): New function.
6544 (expr_build_unary,expr_build_binary): New functions.
6545
6546Wed Mar 25 13:10:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
6547
66778679
RH
6548 * gasp.c (IS*): Cast argument to unsigned char, not unsigned int.
6549 * macro.c (macro_expand_body): Increase buffer size.
6550 * messages.c (as_warn): Likewise.
252b5132
RH
6551 (as_warn_where, as_bad, as_bad_where): Likewise.
6552
6553Wed Mar 25 12:59:07 1998 Ian Lance Taylor <ian@cygnus.com>
6554
6555 Based on patch from H.J. Lu <hjl@gnu.org>:
6556 * Makefile.am (DISTSTUFF): New variable.
6557 (diststuff): New target.
6558 * Makefile.in: Rebuild.
6559
6560Tue Mar 24 16:51:29 1998 Nick Clifton <nickc@cygnus.com>
6561
6562 * config/tc-m32r.h (md_cleanup, md_elf_section_change_hook): Call
6563 m32r_elf_section_change_hook.
6564
6565 * config/tc-m32r.c (m32r_elf_section_change_hook): New function to
6566 emit a nop if a section ends with a 16 bit instruction.
6567
6568Tue Mar 24 19:48:09 1998 Ian Lance Taylor <ian@cygnus.com>
6569
6570 * config/obj-coff.c (obj_coff_bss): Compile unconditionally. Call
6571 s_lcomm rather than obj_coff_lcomm.
6572 (obj_pseudo_table): Compile .bss pseudo-op unconditionally.
6573
6574Tue Mar 24 18:30:58 1998 H.J. Lu <hjl@gnu.org>
6575
6576 * config/tc-i386.h (LinearAddress): Define.
6577 * config/tc-i386.c (md_assemble): If LinearAddress is set for the
6578 instruction, don't use a default segment.
6579
6580Mon Mar 23 18:53:40 1998 Joel Sherrill <joel@OARcorp.com>
6581
6582 * configure.in: (sh*-*-rtems*): Switched from ELF to COFF.
6583 * configure: Rebuild.
6584
6585Fri Mar 20 19:15:44 1998 Ian Lance Taylor <ian@cygnus.com>
6586
6587 * aclocal.m4, configure: Rebuild with libtool 1.2.
6588
6589Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
6590
6591 * config/tc-arm.c (md_apply_fix3): fix code to test the range of
3e87a760
AM
6592 PC relative branches. Patch courtesy of Jonathan Walton.
6593
252b5132 6594
252b5132
RH
6595Wed Mar 18 09:29:51 1998 Nick Clifton <nickc@cygnus.com>
6596
6597 * configure.in (emulations): Add thumb-pe target.
6598
6599 * configure (emulations): Add thumb-pe target.
6600
66011998-03-17 Ken Raeburn <raeburn@cygnus.com>
6602
6603 * itbl-lex.l (yywrap): Don't define if already defined as a
6604 macro.
6605
6606Fri Mar 13 16:31:38 1998 Tom Tromey <tromey@cygnus.com>
6607
6608 * depend.c (quote_string_for_make): New function.
6609 (wrap_output): Use it.
6610
6611Thu Mar 12 18:28:22 1998 Nick Clifton <nickc@cygnus.com>
6612
6613 * config/obj-elf.c (obj_elf_section): Set bss flag in seg_info
6614 structure if type is SHT_NOBITS. [Bug fix courtesy of rth]
6615
6616Sat Feb 28 17:28:55 1998 Richard Henderson <rth@cygnus.com>
6617
6618 * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option):
6619 Recognize -GN and -relax.
6620 (md_begin): Initialize gp size from -G switch.
6621 (alpha_force_relocation): Always force if -relax.
3e87a760 6622 (alpha_align): Take a new argument that will specify when to
252b5132
RH
6623 emit an R_ALPHA_ALIGN relocation (though we don't do that now).
6624 Change all callers. Emit nop alignment padding as nop+unop pair.
6625
6626Sat Feb 28 17:06:22 1998 Richard Henderson <rth@cygnus.com>
6627
6628 * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
6629 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
6630
6631Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
6632
6633 * config/tc-d30v.c (write_2_short): Delayed jsr instructions don't
6634 require padding to the next long word boundary.
6635
6636Mon Feb 23 11:29:06 1998 Doug Evans <devans@seba.cygnus.com>
6637
6638 * cgen.c: #include symcat.h.
6639 * config/tc-m32r.c: Likewise.
6640
6641Mon Feb 23 10:27:40 1998 Jeffrey A Law (law@cygnus.com)
6642
6643 * config/tc-mips.c (mips_ip, case 'P'): Make 'P' arguments be
6644 absolute expressions instead of '$' prefixed register names.
6645
6646Sat Feb 21 22:36:52 1998 Richard Henderson <rth@cygnus.com>
6647
6648 * read.c (s_set): Record file and line info for symbols when -as.
6649 (pseudo_set): Don't overwrite that dummy fragment.
6650
6651Fri Feb 20 15:03:13 1998 Ian Lance Taylor <ian@cygnus.com>
6652
6653 * config/tc-ppc.c (md_pseudo_table): Add "section".
6654 (ppc_named_section): New static function.
6655
6656Thu Feb 19 22:25:42 1998 Richard Henderson <rth@cygnus.com>
6657
6658 * tc-ppc.c (ppc_biei): Cache the last symbol we inserted
6659 so we don't have to scan the entire list.
6660
6661Tue Feb 17 17:02:15 1998 Fred Fish <fnf@cygnus.com>
6662
6663 * config/tc-d30v.c (parallel_ok): For the explicitly parallel
3e87a760
AM
6664 case, allow the parallel instructions to modify the same flag
6665 bits.
252b5132
RH
6666
6667Thu Feb 19 16:08:15 1998 Richard Henderson <rth@cygnus.com>
6668
6669 * listing.c (list_symbol_table): Categorize symbols by
6670 undefined_section rather than sy_frag->line == NULL.
6671
6672Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com>
6673
6674 * Makefile.am (install-exec-local): Install properly when ln
6675 fails or tooldir == prefix.
6676
6677Tue Feb 17 18:58:51 1998 Doug Evans <devans@seba.cygnus.com>
6678
6679 * cgen.c (cgen_md_apply_fix3): Delete call to validate_operand.
6680 Test result of insert_operand for error.
6681
6682Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
6683
6684 * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus.
6685 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
6686 * doc/Makefile.am (AUTOMAKE_OPTIONS): Define.
6687 * doc/Makefile.in: Rebuild.
6688
6689Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com>
6690
6691 * config/tc-mips.c (macro_build): Handle operand type 'C'.
6692 (macro): Fix handling of M_COP[0-3].
6693
6694Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com>
6695
6696 Based on patches from Ross Harvey <ross@teraflop.com>:
6697 * macro.c (ISSEP): Only treat '<' and '>' as separator characters
6698 if macro_alternate or macro_mri.
6699 (getstring): Remove support for byte constants between < and >.
6700 (get_any_string): '<' only starts a string if macro_alternate or
6701 macro_mri.
6702 (macro_expand_body): Permit keyword parameters following
6703 positional parameters.
6704
6705 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
6706 * configure.in (alpha*-*-netbsd*): New target.
6707 * config/te-nbsd.h (LOCAL_LABELS_FB): Define.
6708 * configure: Rebuild.
6709
6710 * as.h (flag_warn_suppress_instructionswap): Move from here...
6711 * config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to
6712 here, and make static.
6713
6714 * ehopt.c (eh_frame_code_alignment): Only use seg_info if
6715 BFD_ASSEMBLER or MANY_SEGMENTS.
6716
6717 * as.c (show_usage): Update bug-gnu-utils address.
6718 * gasp.c (show_usage): Likewise.
6719 * doc/as.texinfo (Bug Reporting): Likewise.
6720
6721Wed Feb 11 23:26:28 1998 Jeffrey A Law (law@cygnus.com)
6722
66778679 6723 * config/tc-mips.c (load_address): Don't use mips III or mips IV
252b5132
RH
6724 insns regardless of the size of a pointer if we're in mips I or
6725 MIPS II mode.
66778679 6726 (macro, macro2, s_cprestore, s_cpadd): Likewise.
252b5132
RH
6727
6728Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
6729
3e87a760 6730 Fix rac to accept only a0:
252b5132
RH
6731 * tc-d10v.c (parallel_ok, find_opcode):
6732 Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
6733 Introduce OPERAND_GPR.
6734
6735Wed Feb 11 16:28:13 1998 Richard Henderson <rth@cygnus.com>
6736
6737 * read.c (s_fill): Handle non-constant repeat counts by creating
6738 an rs_space fragment.
6739
6740Tue Feb 10 18:31:31 1998 Ian Lance Taylor <ian@cygnus.com>
6741
6742 * config/tc-i386.c (i386_operand): Change error added Jan 2 1998
6743 from as_bad to as_warn.
6744
6745Tue Feb 10 18:04:00 1998 Jim Lemke <jlemke@cygnus.com>
6746
6747 * as.c: (perform_an_assembly_pass): Use [TEXT|DATA|BSS]_SECTION_NAME
6748 * as.h: Define default values of [TEXT|DATA|BSS]_SECTION_NAME
6749 * config/obj-elf.c (elf_begin): Use [TEXT|DATA|BSS]_SECTION_NAME
6750
6751Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com>
6752
6753 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use
6754 seg_fix_rotP rather than fix_root from seg_info.
6755
6756Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com>
6757
6758 * expr.c: Add support for 0x1_2_3_4 bignums.
6759
6760Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
6761
6762 * configure.in: Change -linux* to -linux-gnu*.
6763 * configure: Rebuild.
6764
6765 * app.c (do_scrub_begin): Treat \r as whitespace.
6766
6767Mon Feb 9 14:16:11 1998 Ian Lance Taylor <ian@cygnus.com>
6768
6769 * Makefile.am: Update dependencies.
6770 * Makefile.in: Rebuild.
6771
6772Sat Feb 7 15:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
6773
6774 * configure, aclocal.m4: Rebuild with new libtool.
6775
6776Fri Feb 6 16:08:30 1998 Jeffrey A Law (law@cygnus.com)
6777
66778679
RH
6778 * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
6779 the argument to bfd_set_arch_mach.
6780 (load_address): Use bfd_arch_bits_per_address to determine the
6781 bit size of an address instead of looking at the isa level.
6782 (macro, macro2, s_cprestore, s_cpadd): Likewise.
252b5132
RH
6783
6784Fri Feb 6 14:44:34 1998 Nick Clifton <nickc@cygnus.com>
6785
6786 * config/tc-v850.c (md_parse_option): Add -mv850any command line option.
6787
6788Thu Feb 5 12:39:08 1998 Ian Lance Taylor <ian@cygnus.com>
6789
6790 * ehopt.c: New file.
6791 * as.h (enum _relax_state): Add rs_cfa.
6792 (check_eh_frame, eh_frame_estimate_size_before_relax): Declare.
6793 (eh_frame_relax_frag, eh_frame_convert_frag): Declare.
6794 * read.c (emit_expr): Call check_eh_frame.
6795 * write.c (cvt_frag_to_fill): Handle rs_cfa.
6796 (relax_segment): Likewise.
6797 * Makefile.am: Rebuild dependencies.
3e87a760 6798 (GAS_CFILES): Add ehopt.c.
252b5132
RH
6799 (GENERIC_OBJS): Add ehopt.o.
6800 * doc/internals.texi (Frags): Document rs_cfa.
6801
6802 * as.c (show_usage): Mention --traditional-format.
6803 (parse_args): Accept --traditional-format.
6804 * as.h (flag_traditional_format): Declare.
6805 * output-file.c (output_file_create): If flag_traditional_format,
6806 set BFD_TRADITIONAL_FORMAT on stdoutput.
6807 * doc/as.texinfo, doc/as.1: Document --traditional-format.
6808
6809 * config/tc-mips.c (append_insn): Make sure that if we have a
6810 fixup for an unmatched %hi reloc, it does not associated with a
6811 variant frag.
6812
6813 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
6814 * doc/Makefile.in: Likewise.
6815
6816Wed Feb 4 15:41:54 1998 Nick Clifton <nickc@cygnus.com>
6817
6818 * config/tc-m32r.c (check_for_side_effects): New function.
6819 (can_make_parallel): Add checks for instruction side effects
6820 clashing with the other instruction.
6821 (assemble_parallel_insn): Improve warning messages. Return error
6822 message from non-swapped instruction order.
6823
6824Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk>
6825
6826 * config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup().
6827
6828 * config/tc-arm.h: Replace md_after_pass_hook definition with a
3e87a760
AM
6829 md_cleanup definition. This moves the forced literal output to
6830 the end of the source pass, and avoids macro's inserting literals
6831 into the code immediately after the macro expansion.
252b5132
RH
6832
6833Wed Feb 4 13:17:19 1998 Ian Lance Taylor <ian@cygnus.com>
6834
6835 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against
6836 a gas internal symbol is adjustable.
6837 * config/tc-ppc.h (tc_fix_adjustable): Likewise.
6838
6839 * as.h: If gcc version greater than 2.6, use `__format__' and
6840 `__printf__' in function attributes, rather than `format' and
6841 `printf'.
6842
6843Mon Feb 2 18:38:18 1998 Ian Lance Taylor <ian@cygnus.com>
6844
6845 * config/tc-sparc.c: Only include elf/sparc.h if OBJ_ELF.
6846
6847Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
6848
6849 Add tms320c30 support:
6850 * config/tc-tic30.h: New file.
6851 * config/tc-tic30.c: New file.
6852 * config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define
6853 TARGET_FORMAT as "coff-tic30".
6854 * configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets.
6855 * Makefile.am: Rebuild dependencies.
6856 (CPU_TYPES): Add tic30.
6857 (CPU_OBJ_VALID): tic30-aout is valid.
6858 (TARGET_CPU_CFILES): Add config/tc-tic30.c.
6859 (TARGET_CPU_HFILES): Add config/tc-tic30.h.
6860 * configure, Makefile.in: Rebuild.
6861
6862Mon Feb 2 10:20:37 1998 Nick Clifton <nickc@cygnus.com>
6863
6864 * config/tc-v850.c (md_assemble): Improvements to error messages.
6865
6866Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au>
6867
6868 * config/tc-ppc.c (md_apply_fix3): Change BFD_RELOC_HI16 and
3e87a760 6869 BFD_RELOC_HI16_S to store the high bits of any value.
252b5132
RH
6870
6871 * config/tc-ppc.h (tc_fix_adjustable): Undo change of Fri Jun 27.
6872 (TC_RELOC_RTSYM_LOC_FIXUP): Don't let the
6873 assembler calculate relocations to any external symbol at all.
6874 * config/tc-ppc.c (md_apply_fix3) [OBJ_ELF]: Correct bugs
6875 involving generation of pc-relative relocs.
6876 (md_pcrel_from_section) [OBJ_ELF]: The job this code used to do
6877 has been moved to md_apply_fix3.
6878
6879 * config/tc-ppc.c (md_apply_fix3): Fix test for too-far branch.
6880 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,
6881 which actually means (the address of identifier's GOT entry) +
6882 constant, which is not particularly useful.
6883
6884Fri Jan 30 11:02:35 1998 Doug Evans <devans@canuck.cygnus.com>
6885
6886 * read.h (include_dirs): Declare.
6887 (include_dir_count,include_dir_maxlen): Declare.
6888
6889Fri Jan 30 11:47:02 1998 Ian Lance Taylor <ian@cygnus.com>
6890
6891 * configure.in: Correct check for shared opcodes library.
6892 * configure: Rebuild.
6893
6894 * listing.c (buffer_line): If we can't open the file, set at_end.
6895 (listing_print): Remove unused local variable fi.
6896
6897 * config/m68k-parse.y (reglistpair): Handle register list in
6898 either order.
6899
6900 * config/vms-conf.h: Don't undef VERSION.
6901
6902Thu Jan 29 14:42:44 1998 Pat Rankin <rankin@eql.caltech.edu>
6903
6904 * Makefile.am (CONFIG_OBJS): New variable, containing part of old
6905 OBJS variable.
6906 (GENERIC_OBJS): New variable, with the rest of the old OBJS
6907 variable.
6908 (OBJS): Now just $(CONFIG_OBJS) and $(GENERIC_OBJS).
6909 ($(srcdir)/make-gas.com): Rename from make-gas.com.
6910 (stamp-mk.com): Replace $(OBJS) with $(GENERIC_OBJS).
6911 (EXTRA_DIST): Define.
6912 * vmsconf.sh: Handle {targ-cpu, obj-format, atof-targ} modules
6913 explicitly rather than via the list of object files.
6914 (gcc-as.opt): New file created when make-gas.com is run.
6915 * config-gas.com: Create {targ-cpu.h, obj-format.h, targ-env.h,
6916 itbl-cpu.h} to #include appropriate file rather than copying that
6917 file.
6918 * config/vms-conf.h: Synchronize with current config.in.
6919 * Makefile.in: Rebuild.
6920
6921Thu Jan 29 18:48:19 1998 Bill Moyer <billm@cygnus.com>
6922
6923 * config/tc-d30v.c (do_assemble): Added flag_explicitly_parallel.
6924 (parallel_ok): Relaxed parallel subinstruction dependency check.
6925
6926Wed Jan 28 14:35:00 1998 Bill Moyer <billm@cygnus.com>
6927
6928 * as.h (flag_warn_suppress_instructionswap): added new flag.
3e87a760 6929 * tc-d10v.c (md_parse_option,md_longopts): added "--nowarnswap"
252b5132
RH
6930 command line argument.
6931 * tc-d10v.c (write_2_short): emit "Swapping instructions"
6932 warning only if flag_warn_suppress_instructionswap is false.
6933
6934Wed Jan 28 16:41:19 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
6935
6936 * configure.in (i386-*-mingw32*): New target.
6937 * configure: Rebuild.
6938
6939Wed Jan 28 14:51:18 1998 Ian Lance Taylor <ian@cygnus.com>
6940
6941 * symbols.c (resolve_symbol_value): Don't set the segment if it
6942 hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
6943
6944 * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
6945 S_GET_SEGMENT.
6946
6947Wed Jan 28 13:54:50 1998 Pat Rankin <rankin@eql.caltech.edu>
6948
6949 as.h (unlink): Reverse 13-Feb-97 change; use of unlink vs remove
6950 depends upon HAVE_{UNLINK,REMOVE} values rather than host
6951 compiler.
6952
6953Wed Jan 28 13:48:08 1998 Ian Lance Taylor <ian@cygnus.com>
6954
6955 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.
6956
6957Wed Jan 28 09:52:00 1998 Nick Clifton <nickc@cygnus.com>
6958
6959 * config/tc-v850.c (v850_insert_operand): Display instruction when
6960 an error is encountered.
6961
6962Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>
6963
6964 * configure.in (i386-*-sco3.2v5*): Defaults to ELF now.
6965 (i386-*-sco3.2v5*coff): New target.
6966 (i386-*-sco3.2*): New target.
6967 * configure: Rebuild.
6968
6969Tue Jan 27 11:06:52 1998 Nick Clifton <nickc@cygnus.com>
6970
6971 * config/tc-v850.c: Tidy error message production.
6972
6973Tue Jan 27 12:24:32 1998 Ian Lance Taylor <ian@cygnus.com>
6974
6975 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
6976 validate_immediate return value in the right type for comparisons
6977 to FAIL.
6978
6979Tue Jan 27 06:51:59 1998 Richard Henderson <rth@cygnus.com>
6980
6981 * listing.c (MAX_BYTES): Use listing variables not constants.
6982 (data_buffer): No longer an array, but a pointer.
6983 (calc_hex): sizeof(data_buffer) -> MAX_BYTES.
6984 (listing_listing): Allocate data_buffer.
6985
6986Tue Jan 27 06:38:35 1998 Richard Henderson <rth@cygnus.com>
6987
6988 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
6989 --listing-rhs-width, --listing-cont-lines.
6990 (show_usage): Update.
6991 * listing.c (listing_lhs_width, listing_lhs_width_second): New vars.
6992 (listing_lhs_cont_lines, listing_rhs_width): New vars.
6993 (print_lines): Use the variables instead of the constants.
3e87a760 6994 (listing_listing): Likewise.
252b5132 6995 * listing.h: Declare the new vars.
3e87a760 6996
252b5132
RH
6997Tue Jan 27 05:32:05 1998 Richard Henderson <rth@cygnus.com>
6998
6999 * as.c (parse_args): Add --keep-locals alias for -L.
7000 Add --strip-local-absolute.
7001 (show_usage): Update.
7002 * as.h (flag_strip_local_absolute): New flag.
7003 * symbols.c (S_IS_LOCAL): Use it.
7004 * config/obj-aout.h (S_IS_LOCAL): Likewise.
7005 * config/obj-bout.h (S_IS_LOCAL): Likewise.
7006 * config/obj-coff.h (S_IS_LOCAL): Likewise.
7007
7008Mon Jan 26 13:07:41 1998 Nick Clifton <nickc@cygnus.com>
7009
7010 * config/tc-m32r.c: Detect if explicitly parallel instructions
3e87a760 7011 might have an io conflict and issue a warning message.
252b5132
RH
7012
7013Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com>
7014
7015 * cgen.c (cgen_save_fixups, cgen_restore_fixups,
7016 cgen_swap_fixups): Functions to save, restore and swap the fixup
7017 chain with a backup copy.
7018 (cgen_asm_finish_insn): Returns address of constructed insn.
7019
7020Wed Jan 21 16:49:10 1998 Richard Henderson <rth@cygnus.com>
7021
7022 * listing.c (file_info_struct): Remove FILE, add POS.
7023 (last_open_file_info, last_open_file): New; a one entry FILE* cache.
7024 (file_info): Don't open the file.
7025 (buffer_line): Check for the file in the last_open cache, updating
7026 as necessary.
7027 (print_source): Don't reference file_info->file.
7028 (listing_listing): Likewise.
7029 (listing_print): Close the file in the cache, if any.
7030
7031Fri Jan 16 14:51:48 1998 Ian Lance Taylor <ian@cygnus.com>
7032
7033 * read.c (dwarf_file_string): New file static variable.
7034 (emit_expr): Look for constant sequence that leads up to a file
7035 name in DWARF debugging output.
7036 (stringer): Use dwarf_file_string to decide whether to accept a
7037 string as a file name.
7038
7039Fri Jan 16 11:30:37 1998 Richard Henderson <rth@cygnus.com>
7040
7041 * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
7042 (crack_operand): Add reg->reglst MRI hack.
7043 (r_seg): Put reglst symbols in reg_section.
7044 (m68k_frob_symbol): Frob reglst symbols into absolute_section.
7045
7046Thu Jan 15 14:19:01 1998 Richard Henderson <rth@cygnus.com>
7047
7048 * tc-sh.c (get_specific): Handle SGR & DBR.
7049
7050Thu Jan 15 13:46:48 1998 Richard Henderson <rth@cygnus.com>
7051
7052 * tc-h8300.c (parse_reg): Take the length of the symbol into
7053 account when attempting to match a register name.
7054 * tc-h8500.c (parse_reg): Likewise.
7055
7056Wed Jan 14 17:52:33 1998 Nick Clifton <nickc@cygnus.com>
7057
7058 * cgen.c: Formatting changes to improve readability.
7059
7060Wed Jan 14 15:41:41 1998 Jeffrey A Law (law@cygnus.com)
7061
7062 * config/tc-mips.c (macro): Rework division code to avoid unfilled
7063 delay slot.
7064
7065Wed Jan 14 18:04:20 1998 Michael Meissner <meissner@cygnus.com>
7066
7067 Based on a patch from Jim Wilson
7068 * config/tc-d30v.c (do_assemble): Remove non-ansi default case.
7069 (tc_gen_reloc): Handle cross section PC relative relocs
7070 correctly.
7071
7072Wed Jan 14 15:02:19 1998 Doug Evans <devans@seba.cygnus.com>
7073
7074 * config/tc-mips.c (mips_ip): Don't test pinfo flags if INSN_MACRO.
7075
7076Mon Jan 12 13:04:57 1998 Doug Evans <devans@seba.cygnus.com>
7077
7078 * cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
7079 (expr_jmp_buf): New static local.
7080 (cgen_parse_operand): Allow use of longjmp in parsing to handle errors.
7081 (cgen_md_operand): New function.
7082 * tc-m32r.c: Clean up pass over `struct foo' usage.
7083 (md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
7084
7085Tue Jan 6 15:36:02 1998 Richard Henderson <rth@cygnus.com>
7086
7087 * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
7088 (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
7089
7090Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com>
7091
7092 * config/tc-i386.c (i386_operand): Give an error if there are
7093 unrecognized characters after an expression.
7094
7095For older changes see ChangeLog-9697
This page took 0.374446 seconds and 4 git commands to generate.