2000-03-08 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
8ad9e709
NC
12000-03-06 Nick Clifton <nickc@cygnus.com>
2
3 * config/tc-m32r.c (struct md_longopts): Add -m32r command line
4 switch.
5 (md_parse_option): Parse -m32r command line switch - disable m32rx
6 compatability.
ded0aeb7
NC
7 (md_show_usage): Document new option.
8
9 * doc/Makefile.am (CPU_DOCS): Add c-m32r.texi.
10 * doc/Makefile.in: Regenerate.
11 * doc/c-m32r.texi (M32R-Opts): Document new command line switch.
8ad9e709 12
b7b8f327
MM
132000-03-02 Michael Meissner <meissner@redhat.com>
14
15 * config/tc-d30v.c (check_range): Remove code that incorrectly
16 sign extended values where bits < 32.
17
15886821
L
182000-03-02 H.J. Lu (hjl@gnu.org)
19
20 * configure.in: Support --enable-targets=all on ia32.
21 * configure: Regenerated.
22
8bf950bf
NC
232000-03-01 Nick Clifton <nickc@cygnus.com>
24
25 * gasp.c (do_align): Remove bogus check of alignment value.
26
c5e54cc2
ILT
272000-02-27 Thomas de Lellis <tdel@windriver.com>
28
29 * config/obj-elf.c (elf_frob_symbol): Remove code which when
30 TC_PPC was defined forced the type of a symbol with no other type
31 to be BSF_OBJECT.
32
65fd87bc
ILT
332000-02-27 Hans-Peter Nilsson <hp@axis.com>
34
35 * doc/internals.texi (CPU backend): Mention that
36 line_separator_chars do not break up comments. Fix typos for
37 LEX_AT and LEX_NAME descriptions. Document operands for
38 TC_EQUAL_IN_INSN, md_operand and md_section_align. Correct
39 description of md_create_short_jump usage. Document argument for
40 md_undefined_symbol.
41
a25fe906
ILT
422000-02-27 Jakub Jelinek <jakub@redhat.com>
43
44 * config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option.
45 (md_parse_option): Handle it.
46 (md_show_usage): Document it.
47
21b10511
ILT
482000-02-27 Ian Lance Taylor <ian@zembu.com>
49
50 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
51 opcode, for the instruction `pal19'. From Andrea Arcangeli
52 <andrea@suse.de>.
53
773f551c
AM
542000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
55
56 * config/tc-i386.c (i386_immediate): Move constant operand sizing
57 from here..
58 (md_assemble): To here, before template operands are matched.
59 Also ensure a constant immediate is sign extended when we know the
60 size is at most 16 bits. This is to catch cases like "add
61 $0xffc0,%ax" where we don't know the size, and thus that the
62 immediate can be represented as Imm8S until after parsing the
63 register operand.
64 (i386_displacement): Similarly sign extend 16 bit constant
65 displacements.
66 (md_assemble): Relax 16-bit jump constant range check to suit sign
67 extended displacements.
68
28d33191
JL
692000-02-26 Andreas Jaeger <aj@suse.de>
70
71 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.
72
cc5ca5ce
AM
732000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
74
75 * config/tc-i386.c (md_assemble): Don't swap intersegment jmp and
76 call operands when intel_syntax.
77 (intel_float_operand): Return 2 for "fi...".
78 (i386_operand_modifier): Change "DWORD PTR" test to suit above.
79 Return SHORT_MNEM_SUFFIX for "WORD PTR" when "fi...". Revert
80 earlier "SHORT" change.
81 (md_assemble): When determining suffix from Regs, exclude
82 InOutPortReg.
83
056350c6
NC
842000-02-24 Nick Clifton <nickc@cygnus.com>
85
86 * configure: Add arm-wince, mips-pe and sh-pe targets.
87 * configure: Regenerate.
88
89 * config/obj-coff.h (COFF_WITH_PE): Define for mips-pe and
90 sh-pe targets.
91 (TARGET_FORMAT): Set to "pe-shl" for the sh-pe target and to
92 "pe-mips" for the mips-pe target.
93
94 * config/tc-arm.c (insns): Change displacement encoded in BL
95 and B instructions if the target port is arm-wince.
96 (do_ldst): Do not bias the relocation offset if the target
97 port is arm-wince.
98 (md_pcrel_from): Add in missing relocation offset bias if the
99 target os arm-wince.
100
101 * config/tc-mips.c (mips_target_format): Support COFF flavour.
102 (md_begin): Disable -G support for mips-pe target.
103 (md_apply_fix): Treat BFD_RELOC_RVA reloc as BFD_RELOC_32.
104 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Add support for
105 COFF flavour.
106
107 * config/tc-sh.c (md_begin): sh-pe target is little endian.
108 * config/tc-sh.h (SUB_SEGMENT_ALIGN): If using a BFD
109 assembler, just set the alignment to 4.
110
111 * config/te-wince-pe.h: New file for WinCE targets. Define
112 TE_WINCE.
113
36bf8ab9
AM
1142000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
115
116 * config/tc-i386.c (md_assemble): Swap segments too for intel mode
117 string instructions.
118 (i386_operand_modifier): Set i.suffix = WORD_MNEM_SUFFIX for SHORT.
119 (i386_intel_memory_operand): After finding a segment override,
120 check again for no `[' before looking for a displacement. Bomb if
121 more than one displacement rather than silently discarding the
122 second and subsequent ones. Free strings malloc'd by
123 build_displacement_string.
124
f5795b08
CM
1252000-02-24 Catherine Moore <clm@cygnus.com>
126
127 * config/obj-som.c (obj_pseudo_table): Add "weak".
128 (obj_som_weak): New routine.
129
abd63a32
AM
1302000-02-24 Alan Modra <alan@spri.levels.unisa.edu.au>
131
520dc8e8
AM
132 * config/tc-i386.c (union i386_op): New.
133 (struct _i386_insn): Delete disps[], imms[], regs[]. Add op[].
134 Throughout file replace occurences of disps[n], imms[n], regs[n]
135 with equivalent op[n].disps, op[n].imms, op[n].regs. Simplify
136 intel mode operand swapping. Add assert in regKludge and
137 fake_zero_displacement code. Test i.types[n] when outputting
138 displacements and immediates. Combine output of Disp16 with
139 Disp32.
7f3f1ea2
AM
140 (md_assemble): Don't try to fix broken UNIXWARE_COMPAT opcodes
141 when in intel mode by (not) reversing fsub and fdiv operands
142 before the template search. This fails for single operand
143 shorthand forms of the instruction, and if UNIXWARE_COMPAT is
144 undefined. Instead fix the base_opcode after we've found the
145 template. Move base_opcode xor with found_reverse_match from
146 opcode output code to before this fix so we test for the correct
147 opcodes.
148 (md_assemble): Don't use strcmp when deciding to ignore the suffix
149 check in intel mode. Instead compare opcodes.
520dc8e8
AM
150
151 * config/tc-i386.h (TC_RELOC): Delete.
152 * config/tc-i386.c (TC_RELOC): Delete. Replace usage of TC_RELOC
153 with equivalent call to reloc.
154
abd63a32
AM
155 * as.h (flag_m68k_mri): Move declaration after target include, and
156 only declare when TC_M68K defined. Define as zero otherwise.
157 (LABELS_WITHOUT_COLONS, NO_PSEUDO_DOT): If undefined, define as 0.
158 * app.c (scrub_m68k_mri): Declare only when TC_M68K defined.
159 Define as zero otherwise.
160 (do_scrub_begin): Use m68k_mri parameter only when TC_M68K defined.
161 (struct app_save): Declare scrub_m68k_mri only when TC_M68K.
162 (app_push, app_pop): Save scrub_m68k_mri only when TC_M68K.
163 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than
164 testing whether defined.
165 * cond.c (ignore_input): Use NO_PSEUDO_DOT directly.
166 * expr.c (operand): #ifdef unused case labels when TC_M68K undefined.
167 * read.c: Use LABELS_WITHOUT_COLONS and NO_PSEUDO_DOT directly
168 rather than testing whether defined.
169 (s_mri): Set flag_m68k_mri only when TC_M68K defined.
170 (parse_mri_cons): Declare and use only when TC_M68K.
171 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define as 1.
172 * config/tc-m68k.h (NO_PSEUDO_DOT): Define as 1.
173 * config/tc-m88k.h (NO_PSEUDO_DOT): Define as 1.
174
175 * NEWS: Mention IBM 370 support.
176
7e052742
RH
1772000-02-23 Richard Henderson <rth@cygnus.com>
178
179 * config/tc-i386.c (md_assemble): When swapping operands for
180 intel_syntax, assume everything that's not Imm or Disp is a
181 register.
182
5b93d8bb
AM
1832000-02-23 Linas Vepstas <linas@linas.org>
184
185 * config/tc-i370.c, config/tc-i370.h: New files.
186 * Makefile.am: Add support for Linux/IBM 370.
187 * configure.in: Likewise.
188 * app.c (do_scrub_begin): Don't lex single quote when TC_I370.
189 * config/obj-elf.c: Include elf/i370.h
190 (obj_elf_section): Don't do anything special for flag_mri if TC_I370.
191
192 * Makefile.in: Regenerate.
193 * configure: Regenerate.
194
195 * doc/c-i370.texi: New file.
196 * doc/all.texi: Include it.
197 * doc/as.texinfo: And here.
198 * doc/Makefile.am(CPU_DOCS): Add c-i370.texi.
199 * doc/Makefile.in: Regenerate.
200
25f2196d
CC
2012000-02-19 Michael Meissner <meissner@redhat.com>
202
203 * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp to
204 determine if an instruction can be used in parallel with an ADDppp
205 or SUBppp instruction.
206
6349b5f4
AH
2072000-02-22 Andrew Haley <aph@cygnus.com>
208
209 * doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64.
210
c97ef257
AH
2111999-12-30 Andrew Haley <aph@cygnus.com>
212
213 * config/tc-mips.c (mips_gp32): New variable.
214 (macro_build) Use mips_gp32.
215 (mips_ip): Ditto.
216 (md_longopts): Add "-mgp32" and "-mgp64".
217 (md_parse_option): Add OPTION_GP32 and OPTION_GP64.
218
b985eaa8
ILT
2192000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
220
221 * config/obj-coff.c (add_lineno): Accept non-positive lineno with
222 warning, and bump it to 1.
223
52454417
ILT
2242000-02-22 Ian Lance Taylor <ian@zembu.com>
225
226 From Brad Lucier <lucier@math.purdue.edu>:
227 * dwarf2dbg.c (print_stats): Add cast to force printf argument to
228 match format.
229
6b76fefe
CM
2302000-02-21 Catherine Moore <clm@cygnus.com>
231
232 * config/tc-mips.c (MF_HILO_INSN): Define.
233 (mips_7000_hilo_fix): Declare.
234 (append_insn): Conditionally insert nops after an mfhi/mflo insn.
235 (md_parse_option): Check for 7000_HILO_FIX options.
236 (OPTION_M7000_HILO_FIX): Define.
237 (OPTION_NO_M7000_HILO_FIX): Define.
238 * doc/c-mips.texi (-mfix7000): Describe.
239
f6af82bd
AM
2402000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
241
242 * listing.c (print_lines): Remove unused variable `end'.
243
244 * config/tc-i386.c (md_assemble): Use `reloc()' to select reloc
245 type for JumpInterSegment output. Use enum bfd_reloc_code_real for
246 reloc_type when BFD_ASSEMBLER.
247 (md_estimate_size_before_relax): Use enum bfd_reloc_code_real for
248 reloc_type when BFD_ASSEMBLER. Move common code out of switch
249 statement and quell signed vs. unsigned comparison warning.
250
8c8281f4
NC
2512000-02-18 Nick Clifton <nickc@cygnus.com>
252
253 * config/tc-d10v.c (find_opcode): Add a symbol's value to
254 the computed frag offset, rather than overwriting it.
255
d4845d57
JR
256Thu Feb 17 00:11:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
257
258 * config/tc-sh.c ("elf/sh.h"): Include.
259 (sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
260 (md.begin): Initialize target_arch.
261 Only include opcodes in has table that match selected architecture.
262 (parse_reg): Recognize register names for sh-dsp.
263 (parse_at): Recognize post-modify addressing.
264 (get_operands): The leading space is now optional.
265 (get_specific): Remove FDREG_N support. Add support for sh-dsp
266 arguments. Update valid_arch.
267 (build_Mytes): Add support for SDT_REG_N.
268 (find_cooked_opcode): New function, broken out of md_assemble.
269 (assemble_ppi, sh_elf_final_processing): New functions.
270 (md_assemble): Use find_cooked_opcode and assemble_ppi.
271 (md_longopts, md_parse_option): New option: -dsp.
272 * config/tc-sh.h (elf_tc_final_processing): Define.
273 (sh_elf_final_processing): Declare.
274
c97305a1
JL
275Fri Feb 11 14:21:51 2000 Jeffrey A Law (law@cygnus.com)
276
277 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create
278 the unwinder subspace. Save the current seg/subseg before creating
279 the new seg/subseg.
280
bec50466
NC
2812000-02-10 Nick Clifton <nickc@cygnus.com>
282
283 * config/tc-mcore.c (INST_BYTE0): Redefine to handle big and
284 little endian targets.
285 (INST_BYTE1): Redefine to handle big and little endian
286 targets.
287 (cpu_type): New type: Select between M340 and M210.
288 (parse_psrmod): New function: Parse the PSRCLR and PSRSET
289 instructions of the M340.
290 (md_assemble): Add support for the MULSH and OPSR classes of
291 instructions.
292 (md_atof): Add support for little endian targets.
293 (md_parse_option): Add support for -EL, -EB and -mcpu command
294 line switches.
295 (md_convert_frag): Add support for little endian targets.
296 (md_apply_fix3): Add support for little endian targets.
297 (md_number_to_chars): Add support for little endian targets.
298
a25c045a
TW
2992000-02-10 Timothy Wall <twall@redhat.com>
300
301 * read.c (read_a_source_file): If TC_START_LABEL_WITHOUT_COLON is
302 defined, use it to verify the symbol just read should be a label.
303
f28e8eb3
TW
3042000-02-10 Timothy Wall <twall@redhat.com>
305
306 * app.c (do_scrub_chars): Handle "||" for parallel instructions
307 when DOUBLEBAR_PARALLEL is defined. Avoid stripping whitespace
308 around colons when KEEP_WHITE_AROUND_COLON is defined.
309 * doc/internals.texi (CPU backend): Document DOUBLEBAR_PARALLEL
310 and KEEP_WHITE_AROUND_COLON.
311
6dc19fc4
TW
3122000-02-08 Timothy Wall <twall@redhat.com>
313
314 * read.c (s_rept): Call do_repeat, which abstracts the repeat
315 logic.
316 (do_repeat): New. Abstract repeat logic so that a "break" can be
317 implemented.
318 (end_repeat): New. Provide support for a "break" out of the
319 repeat loop.
320 * read.h: Add prototypes for new functions.
321
f805106c
TW
3222000-02-08 Timothy Wall <twall@redhat.com>
323
324 * doc/internals.texi: Document NUMBERS_WITH_SUFFIX macro.
325 * as.h: Provide a default NUMBERS_WITH_SUFFIX definition (zero).
326 * expr.c: Handle numbers with suffixes if NUMBERS_WITH_SUFFIX is
327 non-zero.
328
4469be0f
TW
3292000-02-08 Timothy Wall <twall@redhat.com>
330
331 * read.c: Added elseif to directives table.
332 * read.h: Added prototype for s_elseif.
333 * doc/as.texinfo: Added description for elseif.
334 * cond.c (s_elseif): New function
335
24a17b6c
TW
3362000-02-04 Timothy Wall <twall@redhat.com>
337
338 * listing.c (print_lines): Remove conditionals causing bug in
339 listings.
340
bea9907b
TW
3412000-02-03 Timothy Wall <twall@cygnus.com>
342
343 * as.h: Define OCTETS_PER_BYTE and OCTETS_PER_BYTE_POWER
344 default values.
345 * frags.c (frag_new): Calculate fr_fix in octets
346 (frag_now_fix) Return offset as target address offset (bytes).
347 (frag_now_fix_octets) New - Return offset in octets (8-bit
348 quantities).
349 * frags.h: Added prototype for frag_now_fix_octets().
350 Distinguish between octets and bytes in field descriptions.
351 * listing.c (calc_hex): Account for octets vs bytes when
352 printing addresses/offsets.
353 (print_lines) Ditto. Also, if LISTING_WORD_SIZE is not 1, and
354 target is little-endian, print the octets in a word in big-endian
355 order so that the display looks like a proper hexadecimal number,
356 instead of having the octets reversed.
357 * read.c (do_align): When recording alignment, alignment power
358 should be in terms of target bytes (minimum addressible unit)
359 instead of octets.
360 (do_org) Convert ORG target address (byte) argument into an
361 octet offset when generating a variable fragment.
362 * symbols.c (resolve_symbol_value): Symbol final value
363 converted to a target address offset (bytes) from its octet offset.
364 * config/obj-coff.c (coff_frob_symbol): Symbol target address
365 offset (bytes) is adjusted by the frag offset (octets) converted
366 to bytes.
367 (coff_frob_section) Section alignment power is in terms of bytes;
368 convert it to an octet alignment power when calculating size (and
369 size mask) in octets. Don't modify the section size in order to
370 "align" it for TI COFF, since that format has a different method
371 for storing alignment information.
372
210dcc61
TW
3732000-02-01 Timothy Wall <twall@cygnus.com>
374
375 * stabs.c (generate_asm_file): Escape backslashes in stabs file
376 entries, matching the way GCC generates them. If not escaped, the
377 filename is encoded incorrectly.
378
557537a5
NC
3792000-01-31 Nick Clifton <nickc@cygnus.com>
380 * config/tc-arm.c (reg_table): Add support for ATPCS register
381 naming conventions.
2c1c4c62 382
557537a5
NC
3832000-01-31 Geoff Keating <geoffk@cygnus.com>
384
2c1c4c62
GK
385 * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if
386 already defined.
387 * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES):
388 New macro.
389 * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag
390 of a symbol when we really care about its value.
391
3922000-01-19 Chandra Chavva <cchavva@cygnus.com>
2d473ce9
NC
393
394 * config/tc-mcore.c (md_assemble): Give warning message if
395 operands passes to instruction are more than the spec.
396
2f0ca46a
NC
3972000-01-27 Thomas de Lellis <tdel@windriver.com>
398
399 * config/tc-arm.c (armadjust_symtab): If the assembler is in
400 Thumb mode but the label seen was not declared as '.thumb_func'
401 then set the ST_INFO type to STT_ARM_16BIT mode. This allows
402 correct disassembly of Thumb code bounded by non function labels.
403
4c63da97
AM
4042000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
405
406 * Makefile.am (MULTI_CFILES): Add config/e-i386aout.c
407 Add dependencies for e-i386aout.o. Fix 2 comment lines.
408
409 * Makefile.in: Same here.
410 Update copyright.
411
412 * configure.in: Set bfd_gas for i386-aout when primary target
413 is bfd. Handle i386aout emulation. Don't use te_file=multi, as
414 we may need the primary te_file. Remove incorrect comment.
415
416 * configure: Regenerate.
417
418 * config/e-i386aout.c: New file.
419
420 * as.c (USE_EMULATIONS): Move to before print_version_id.
421 (struct emulation): Add i386aout.
422 (show_usage): Split text strings. Reformat -a text. Add --em
423 help.
424 Update copyright.
425
426 * obj.h (struct format_ops): Add s_get_other and s_get_desc.
427 (aout_format_ops): New.
428 Update copyright.
429
430 * read.c (s_lcomm_internal): Rewrite OBJ_AOUT,OBJ_BOUT
431 preprocessor conditional and add aout USE_EMULATIONS tests.
432 (read_a_source_file): Don't pass error strings to printf as
433 format arg.
434 Update copyright.
435
436 * gasp.c (exp_get_abs): Don't pass error strings to printf as
437 format arg.
438 (do_data): Same here.
439 (process_file): And here.
440 Update copyright.
441
442 * symbols.c (colon): Rewrite "already defined" fatal message
443 code for aout with USE_EMULATIONS.
444 Update copyright.
445
446 * config/obj-aout.c (OBJ_HEADER): Define.
447 (obj_pseudo_table): Rename to aout_pseudo_table. Init all
448 fields of sentinel.
449 (obj_aout_frob_symbol): Expand S_GET_DESC, S_GET_TYPE,
450 S_GET_OTHER, S_SET_TYPE macros since we don't need obj-multi
451 forms here.
452 (obj_aout_type): Expand S_SET_OTHER here too.
453 (obj_read_begin_hook): Remove.
454 (aout_pop_insert): New.
455 (obj_aout_s_get_other): New.
456 (obj_aout_s_get_desc): New.
457 (aout_format_ops): New.
458 Update copyright.
459
460 * config/obj-aout.h (obj_pop_insert): Define so non-multi usage
461 gets aout_pseudo_table.
462 (aout_pseudo_table): Declare.
463 (obj_read_begin_hook): Define.
464 Update copyright.
465
466 * config/obj-coff.c (obj_pseudo_table): Rename to
467 coff_pseudo_table.
468 (coff_pop_insert): Use coff_pseudo_table.
469 (coff_sec_sym_ok_for_reloc): Remove.
470 (coff_format_ops): Add 0 entries for s_get_size, s_set_size,
471 and comment all zero entries and remove #if 0 code.
472 Update copyright.
473
474 * config/obj-coff.h (obj_pop_insert): Define.
475 (coff_pseudo_table): Declare.
476 Update copyright.
477
478 * config/obj-ecoff.c (ecoff_format_ops): Add 0 entries for
479 s_get_size, s_set_size. Comment all zero entries.
480 Update copyright.
481
482 * config/obj-elf.c (elf_s_get_other): New function.
483 (obj_read_begin_hook): Rename to elf_obj_read_begin_hook.
484 (obj_symbol_new_hook): Rename to elf_obj_symbol_new_hook.
485 (elf_format_ops): Add elf_s_get_other, 0 s_get_size entry, and
486 comment.
487 (obj_elf_parse_section_letters): Don't pass error strings to
488 printf as format arg.
489 Update copyright.
490
491 * config/obj-elf.h (ECOFF_DEBUGGING): Define when
492 OBJ_MAYBE_ECOFF.
493 (elf_s_get_other): Declare.
494 (S_GET_OTHER) Define as elf_s_get_other if not already
495 defined.
496 (S_SET_OTHER): Only define when not already defined.
497 (elf_obj_read_begin_hook): Declare.
498 (obj_read_begin_hook): Define.
499 (elf_obj_symbol_new_hook): Declare.
500 (obj_symbol_new_hook): Define.
501 Update copyright.
502
503 * config/obj-multi.h: Add copyright header and protect against
504 multiple inclusion. Add * to all function pointers.
505 (OBJ_HEADER): If defined, include it rather than other defines
506 in this file.
507 (obj_frob_file_after_relocs): Test for NULL.
508 (obj_symbol_new_hook): Here too.
509 (obj_sec_sym_ok_for_reloc): And here.
510 (S_GET_OTHER): Define.
511 (S_GET_DESC): Define.
512 (ECOFF_DEBUGGING): Remove as it's done in obj-elf.h
513 (OBJ_MAYBE_ELF): Update comment.
514
515 * config/tc-i386.c (i386_immediate): Add OBJ_MAYBE_AOUT to
516 OBJ_AOUT preprocessor conditional and handle emulation by
517 testing OUTPUT_FLAVOR.
518 (i386_displacement): Here too.
519 (md_section_align): Similarly here.
520 (i386_target_format): Conditionally compile when more than one
521 of OBJ_MAYBE_{ELF,COFF,AOUT} defined. Add aout case.
522 (i386_immediate): Fix error message for aout BFD_ASSMBLER.
523 (i386_displacement): Here too.
524 Update copyright.
525
526 * config/tc-i386.h (AOUT_TARGET_FORMAT): Define for each TE_*.
527 Define TARGET_FORMAT for aout only when not multi.
528 Update copyright.
529
530 * config/te-multi.h: Delete file as it's identical to te-generic.h
531
add0c677
AM
5322000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
533
534 * config/tc-i386.h (DWORD_MNEM_SUFFIX): Delete.
535 * config/tc-i386.c (DWORD_MNEM_SUFFIX): Rename all occurrences to
536 LONG_MNEM_SUFFIX.
537
538 * config/tc-i386.h (INTEL_DWORD_MNEM_SUFFIX): Rename to
539 DWORD_MNEM_SUFFIX.
540 * config/tc-i386.c (INTEL_DWORD_MNEM_SUFFIX): Here too. Fix some
541 comments.
542
a19d8eb0
CP
5432000-01-13 Clinton Popetz <cpopetz@cygnus.com>
544
545 * config/tc-mips.c (mips_do_align): New function.
546 * config/tc-mips.h (md_do_align): Define.
547
550262c4
NC
5482000-01-10 Philip Blundell <philb@gnu.org>
549
550 * doc/c-arm.texi (ARM Options): Fix typo.
551 (ARM-Chars): Correct description of `#'. Mention that `;' is a
552 line separator for Linux.
553 * doc/as.texinfo (Comments): Mention the ARM.
554
0decc840
NC
5552000-01-10 Philip Blundell <pb@futuretv.com>
556
557 * configure.in (arm*-*-conix*): New target.
558 (arm*-*-linux-gnu*): Match instead of arm-*-linux* and
559 armv*-*-linux-gnu.
560 * configure: Regenerate.
561
2e13b764
NC
5622000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
563
564 * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos.
565 (obj_elf_visibility): New function.
566
567 * doc/as.texinfo (Visibility): New node: document visibility
568 pseudo ops.
569
3138f287
AM
5701999-12-27 Alan Modra <alan@spri.levels.unisa.edu.au>
571
572 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a
573 warning for absolute jump/call without `*' in non-intel mode. No
574 need to set i.types[0] JumpAbsolute in intel mode.
575
df32bc61
NC
5761999-12-22 Philip Blundell <pb@futuretv.com>
577
578 * config/tc-arm.c (arm_s_text): If OBJ_ELF, call the appropriate
579 hook function when changing sections.
580 (arm_s_data): Likewise.
581
b4d0b2b3
NC
5821999-12-14 Nick Clifton <nickc@cygnus.com>
583
584 * config/tc-arm.c (md_parse_option): Add support for -marm720
df32bc61 585 command line switch.
b4d0b2b3 586
85cb2cf9
JL
587Tue Nov 30 22:59:00 1999 Jeffrey A Law (law@cygnus.com)
588
589 * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op.
590 (r_registers, xr_registers): Define.
591 (r_register_name, xr_register_name): New functions.
592 (md_assemble): Handle new am33 operand types and instruction
593 formats.
594 (mn10300_insert_operand, check_operand): Likewise.
595
a64bcdd8
NC
5961999-11-29 Nick Clifton <nickc@cygnus.com>
597
598 * config/tc-arm.c (thumb_mode): Turn into a tristate variable.
599 (s_force_thumb): Set thumb_mode to 2.
600 (md_assemble): Do not complain about thumb instructions on a
601 non-thumb target if thumb_mode is set to 2.
602
43b4c25e
MM
6031999-11-28 Michael Meissner <meissner@cygnus.com>
604
605 * config/tc-alpha.c (toplevel): Include struc-symbol.h.
606 (alpha_macro_arg): Add MACRO_{LITERAL,BASE,BYTOFF,JSR} cases.
607 (O_...): Add new machine dependent expressions if we are handling
608 explicit relocations.
609 (alpha_reloc_op): New static table holding the explicit relocation
610 information.
611 (alpha_literal_hash): New static to hold the hash table for
612 explicit relocations.
613 (alpha_macros): Add support for explicit relocations.
614 (md_begin): If explicit relocations, initialize hash table.
615 (md_assemble): Don't print a second error if tokenize_arguments
616 already printed an error message.
617 (md_apply_fix): Add support for explicit relocations.
618 (alpha_force_relocation): Ditto.
619 (alpha_fix_adjustable): Ditto.
620 (alpha_adjust_symtab): New function to support explicit
621 relocations.
622 (alpha_adjust_symtab_relocs): Ditto.
623 (debug_exp): Debug stub compiled if DEBUG_ALPHA is defined.
624 (tokenize_arguments): Add debug code if DEBUG_ALPHA is defined.
625 Add support for explicit relocations. Return -2 if an error
626 message was already printed.
627 (find_macro_match): Add support for explicit relocations. Comment
628 each of the cases.
629 (emit_insn): Add support for explicit relocations.
630 (assemble_tokens): Ditto.
631 (emit_ldgp): Ditto.
632 (load_expression): Ditto.
633 (emit_lda): Ditto.
634 (emit_ldah): Ditto.
635 (emit_ir_load): Ditto.
636 (emit_loadstore): Ditto.
637 (emit_ldXu): Ditto.
638 (emit_ldil): Ditto.
639 (emit_sextX): Ditto.
640 (emit_division): Ditto.
641 (emit_jsrjmp): Ditto.
642 (emit_retjcr): Ditto.
643
644 * config/tc-alpha.h (RELOC_OP_P): Enable explicit relocations if
645 ELF object format.
646 (tc_adjust_symtab): If explicit relocations, call the function
647 alpha_adjust_symtab.
648 (TC_FIX_TYPE): Add fields to be able to move explicit lituse
649 relocations next to the literal relocation they reference.
650 (TC_INIT_FIX_DATA): Initialize the new fields.
651 (TC_FIX_DATA_PRINT): Print the new fields if DEBUG5 is defined.
652
afbf211f
JL
653Wed Nov 24 20:27:58 1999 Jeffrey A Law (law@cygnus.com)
654
655 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle
656 'B' operand for PA2.0 bb instruction.
657
f11900d0
NC
6581999-11-18 Nick Clifton <nickc@cygnus.com>
659
660 * config/tc-mcore.h (TC_FORCE_RELOCATION): Define for Mcore-pe
661 target.
662
663 * config/tc-mcore.c (tc_gen_reloc): Support generation of RVA
664 relocs.
665 (mcore_force_relocation): Force relocations to be generated for
666 RVA relocs.
667
2daf4fd8
AM
6681999-11-16 Alan Modra <alan@spri.levels.unisa.edu.au>
669
670 * config/tc-i386.c (i386_immediate): Disallow O_big immediates.
671 (i386_displacement): Disallow O_big displacements.
672
eb726e5d
DL
673Mon Nov 15 20:12:43 1999 Donald Lindsay <dlindsay@cygnus.com>
674
675 * config/tc-arm.c (do_mia,do_mar,do_mra,do_pld,do_ldrl,do_co_reg): Small
676 improvements in error checking.
677 (md_assemble): Support for unconditional ARM instructions.
678 (md_parse_option): Support for -m[arm]v5e flag.
679
035349a4
NC
6801999-11-12 Nick Clifton <nickc@cygnus.com>
681
682 * macro.c (buffer_and_nest): Do not check beyond the end of the
683 buffer.
684
c1eae114
NC
6851999-11-11 Nick Clifton <nickc@cygnus.com>
686
687 * macro.c (buffer_and_nest): Look for seperator after TO and
688 FROM tokens.
689
c5c834aa
AH
6901999-11-08 Andrew Haley <aph@cygnus.com>
691
692 * app.c (do_scrub_chars): When in State 10, treat backslash
693 characters in the same way as as symbol characters.
694
98007ce7
RH
6951999-11-07 Richard Henderson <rth@cygnus.com>
696
697 * config/tc-alpha.c (alpha_align): Check, don't assert, that
698 the previous label was in the current section before playing
699 with auto-alignment.
700
d6c497c7
NC
7011999-11-06 Nick Clifton <nickc@cygnus.com>
702
703 * config/tc-v850.c (v850_force_relocation): Force relocation
704 for weak symbols.
705 (v850_pcrel_from_selection): Do not compute a pcrel offset if
706 the symbol is weak.
707
dd33dc0f
MM
7081999-11-05 Michael Meissner <meissner@cygnus.com>
709
710 * expr.h (operatorT): Increase machine dependent operators to 16.
711 * expr.c (op_rank): Ditto.
712
5f91fe03
ILT
7131999-11-03 Ian Lance Taylor <ian@zembu.com>
714
53b0d397
ILT
715 * read.c (pseudo_set): Reject attempts to set the value of a
716 section symbol.
717
5f91fe03
ILT
718 * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_output
719 if it is defined.
720
721 * config/obj-elf.c (elf_set_index): Add ATTRIBUTE_UNUSED.
722
723 * config/obj-elf.c (elf_frob_file_after_relocs): Don't pass NULL
724 to bfd_set_section_contents.
725
829ce307
NC
7261999-11-03 Nick Clifton <nickc@cygnus.com>
727
728 * config/tc-mcore.h (TARGET_BYTES_BIG_ENDIAN): Change to false.
729
2bd7f1f3
GRK
7301999-11-01 Gavin Romig-Koch <gavin@cygnus.com>
731
732 * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER.
733 (mips_ip): Use OPCODE_IS_MEMBER.
734
90ca882f
JL
735Wed Oct 27 16:50:44 1999 Don Lindsay <dlindsay@cygnus.com>
736
acb56623
JL
737 * config/tc-arm.c (reg_required_here): Improve comments.
738
b49cfa5d
JL
739 * config/tc-arm.c (thumb_opcode): Add "variants" field.
740 (tinsns): Initialize variants field.
741
742 * config/tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and
743 BAD_PC respectively.
90ca882f 744
29c4c6b5
NC
7451999-10-27 Scott Bambrough <scottb@netwinder.org>
746
747 * config/tc-arm.c (reloc_map[]): Fix compiler warning.
748 * config/tc-arm.h: Fix compile time warnings.
749
d9fd9852
DN
750Mon Oct 18 18:11:10 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
751
752 * tc_d10v.c (find_opcode): Allow ATSIGN to match expressions of the
753 form @abs16, @(abs16) and @(abs16 + imm).
754
9ce8a5dd
GRK
7551999-10-21 Gavin Romig-Koch <gavin@cygnus.com>
756
757 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New.
758 (ISA_HAS_64_BIT_REGS) New.
759 (gpr_interlocks,md_begin,reg_needs_delay,append_insn,
760 mips_emit_delays,macro_build,load_register,load_addresss,
761 macro,macro2,mips_ip,s_cprestore,s_cpadd): Simplify
762 and/or use new ISA_xxx macros in expressions involving
763 ISA, particularly mips_opts.isa.
764
446a06c9
MM
7651999-10-18 Michael Meissner <meissner@cygnus.com>
766
767 * expr.h (operatorT): Add machine dependent operators md1..md8.
768 (expressionS): Make X_op 8 bits instead of 7. Add a X_md field
769 for the machine dependent operators to use.
770
771 * expr.c (op_rank): Add machine dependent operators.
772
773 * config/tc-alpha.c (O_pregister): Define as a machine dependent
774 operator.
775 (O_cpregister): Ditto.
776 (md_begin): Change X_op test that field is wide enough to use
777 O_max instead of O_alpha_max.
778 (cpu_types): Fill in missing initializer.
779 (alpha_num_macros): Make unsigned.
780 (md_assemble): Make opnamelen be size_t.
781 (md_apply_fix): Cast alpha_num_operands to int before testing.
782 (alpha_force_relocation): Ditto.
783 (alpha_fix_adjustable): Ditto.
784 (alpha_fix_adjustable): Mark unused arguments ATTRIBUTE_UNUSED.
785 (tc_gen_reloc): Ditto.
786 (tc_get_register): Ditto.
787 (emit_ldgp): Ditto.
788 (emit_lda): Ditto.
789 (emit_ldah): Ditto.
790 (emit_ldil): Ditto.
791 (s_alpha_ent): Ditto.
792 (s_alpha_end): Ditto.
793 (s_alpha_frame): Ditto.
794 (s_alpha_prologue): Ditto.
795 (s_alpha_file): Ditto.
796 (s_alpha_gprel32): Ditto.
797 (s_alpha_proc): Ditto.
798 (s_alpha_set): Ditto.
799 (s_alpha_base): Ditto.
800 (s_alpha_align): Ditto.
801 (s_alpha_arch): Ditto.
802 (alpha_align): Ditto.
803 (assemble_insn): Suppress unused variable warning.
804 (emit_insn): Ditto.
805 (assemble_insn): Don't assume X_op and X_unsigned are in a given
806 order in the structure.
807 (s_alpha_coff_wrapper): Avoid int/unsigned comparison.
808
476cdcb8
JL
809Sun Oct 17 17:15:58 1999 Jeffrey A Law (law@cygnus.com)
810
811 * config/tc-hppa.c (md_apply_fix): Make "fmt" an int.
812
c388dee8
AM
8131999-10-12 Alan Modra <alan@spri.levels.unisa.edu.au>
814
815 * config/tc-i386.c (i386_index_check): Correct #endif location.
816
2bdd6cf5
GK
817Mon Oct 11 14:02:40 1999 Geoffrey Keating <geoffk@cygnus.com>
818
819 * as.c (show_usage): Document new options.
820 (parse_args): Add --no-warn, --warn, --fatal-warnings,
821 which become 'W', OPTION_WARN, and OPTION_WARN_FATAL.
822 (parse_args): Parse the new options.
823 (main): If there were warnings, and --fatal-warnings
824 was specified, print an error.
825 * as.h: New variable, flag_fatal_warnings, for new option.
826
d53d2751
JL
827Sun Oct 10 01:47:23 1999 Jerry Quinn <jerry.quinn.adv91@alum.dartmouth.org>
828
829 * config/tc-hppa.c (pa_ip): Add new codes 'cc', 'cd', 'cC', 'co',
830 '@'. Change autoincrement completers to fall through to cache control
831 completers.
832
833 * config/tc-hppa.c (pa_ip): Remove unused args. Add code to '?W'
834 arg.
835 (pa_parse_addb_64_cmpltr): New function.
836
837 * config/tc-hppa.c (pa_ip): Change error message.
838 (pa_ip,pa_parse_cmpb_64_cmpltr,pa_parse_cmpib_64_cmpltr) Fix '?N' and
839 '?Q' args to allow falling through.
840
841 * configtc-hppa.c (pa_ip): Implement conditional codes "?N", "?Q".
842 Remove unused conditional codes.
843 (pa_parse_cmpb_64_cmpltr,pa_parse_cmpib_64_cmpltr): New.
844
ba09cd8d
DN
845Thu Oct 7 00:23:53 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
846
847 * config/tc-d30v.c (CHAR_BIT): Define.
848 (check_range): Fix bit operations to support integers bigger than
849 32 bits.
850
c43185de
DN
851Thu Oct 7 00:11:50 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
852
853 * config/tc-d10v.c (check_range): Check range for RESTRICTED_NUM3
854 operands.
855
925c058e
DE
856Mon Oct 4 17:24:23 1999 Nick Clifton <nickc@cygnus.com>
857 Doug Evans <devans@cygnus.com>
858
859 Add support for m32rx.
860 * config/tc-m32r.c (enable_m32rx): New static global.
861 (enable_special,warn_explicit_parallel_conflicts,optimize): Ditto.
862 (allow_m32rx): New function.
863 (M32R_SHORTOPTS): Add `O'.
864 (md_longopts): Add --m32rx plus several warning options.
865 (md_parse_option): Handle new options.
866 (md_show_usage): Print them.
867 (md_begin): Enable m32rx.
868 (OPERAND_IS_COND_BIT): New macro.
869 (first_writes_to_seconds_operands): New function.
870 (writes_to_pc,can_make_parallel,make_parallel): New functions.
871 (target_make_parallel,assemble_two_insns): New functions.
872 (md_assemble): Recognize "insn1 -> insn2" and "insn1 || insn2".
873 If optimizing and m32rx, try to make consecutive insns parallel.
874
fba2b7f9
GK
875Tue Sep 28 14:06:44 1999 Geoffrey Keating <geoffk@cygnus.com>
876
877 * config/tc-mips.c (nopic_need_relax): Allow for the
878 .sdata.foo sections generated by -fdata-sections,
879 and for the .gnu.linkonce.s sections generated by C++.
880
fd232ac8
JL
881Thu Sep 23 07:13:45 1999 Jerry Quinn <jquinn@nortelnetworks.com>
882
ce674324
JL
883 * config/tc-hppa.c (pa_ip): Replace 'B', 'M', 'l' and 'g' handling
884 with cleaner code using completer prefixes. Add 'Y'.
885
fd232ac8
JL
886 * config/tc-hppa.c (pa_ip): Add parens to silence compiler.
887
b1039fc4
JL
888Wed Sep 22 09:37:19 1999 Jeffrey A Law (law@cygnus.com)
889
890 * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization.
891 (pa_ip, case 'm'): Failure to get a CBIT specifier just means the
892 insn does not match and we should try the next insn in the table.
893
913f265c
NC
8941999-09-22 Nick Clifton <nickc@cygnus.com>
895
896 * config/tc-arm.c (MULTI_SET_PSR): Rename to LDM_TYPE_2_OR_3.
897
54af6ff6
JL
898Mon Sep 20 04:01:41 1999 Jeffrey A Law (law@cygnus.com)
899
900 * config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanup
901 of PA2.0 support.
902
4cc782b5
ILT
9031999-09-19 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
904
905 * config/tc-i386.c (md_shortopts): Check OBJ_MAYBE_ELF as well as
906 OBJ_ELF. If ELF, add "sq".
907 (md_parse_option): If ELF, ignore -s and -q.
908 (md_show_usage): Mention ELF options.
909
6be78360
JL
910Sun Sep 19 10:43:31 1999 Jeffrey A Law (law@cygnus.com)
911
65fab780
JL
912 * config/tc-hppa.c (pa_ip): Handle 'J', 'K' and 'cc'
913 operands.
914
71823da4
JL
915 * config/tc-hppa.c (pa_ip); Handle "fe", and 'cJ'.
916
61dd1d31
JL
917 * config/tc-hppa.c (pa_ip): Handle 'd', '#' and 'cq'.
918
1cf6ae67
JL
919 * config/tc-hppa.c (struct pa_it): New field "trunc".
920 (pa_ip): Hadnle 'h', 'm', '=', '{', and '_' operands.
921 (pa_parse_ftest_gfx_completer): New function
922 (pa_parse_fp_cnv_format): New function.
923
77c02e18
JL
924 * config/tc-hppa.c (pa_ip): Handle 'X' operand.
925 (md_apply_fix): Handle 22bit pc-rel branches.
926
629d9417
JL
927 * config/tc-hppa.c (pa_ip): Handle 'B' operand.
928
dbe2f9ee
JL
929 * config/tc-hppa.c (pa_ip): Handle 'L' and 'M' operands.
930
3db6e6bd
JL
931 * config/tc-hppa.c (pa_ip): Handle 'l' operand.
932
6be78360
JL
933 * config/tc-hppa.c (pa_ip): Handle 'g' operand.
934
e061d86f
JL
935at Sep 18 12:13:28 1999 Jeffrey A Law (law@cygnus.com)
936
937 * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling.
938 (pa_ip): Handle 'fX'.
939
940Sat Sep 18 12:13:28 1999 Jeffrey A Law (law@cygnus.com)
941
942 * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling.
943 (pa_ip): Handle 'fX'.
944
7acbfc6b
JL
945Fri Sep 17 11:57:34 1999 Jeffrey A Law (law@cygnus.com)
946
947 * config/tc-hppa.c (pa_build_unwind_subspace): Do not build
948 unwinds unless the function is in the text space.
949 (pa_type_args): Set BSF_FUNCTION for an exproted data symbol.
950
2d93dcc4
JL
951Wed Sep 15 05:14:32 1999 Jeffrey A Law (law@cygnus.com)
952
b52c78b8
JL
953 * config/tc-hppa.c (pa_ip): Move dwarf2 stuff from here.
954 (md_assemble): To here. Tweak address generation.
955
2d93dcc4
JL
956 * config/tc-hppa.c: Include dwarf2dbg.h if OBJ_ELF. Declare
957 debug_line.
958 (md_pseudo_table): Add .file and .line pseudo-ops for OBJ_ELF.
959 (md_assemble): Call dwarf2_where for OBJ_ELF.
960 (pa_ip): Call dwarf2_gen_line_info for OBJ_ELF.
961 (pa_end_of_source): New function.
962 * tc-hppa.h (md_end): Define for OBJ_ELF.
963
6d83c84b
MM
9641999-09-14 Michael Meissner <meissner@cygnus.com>
965
966 * configure.in (Canonicalization of target names): Remove adding
967 ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
968 generates $ac_config_sub with a ${CONFIG_SHELL} already.
969 * configure: Regenerate.
970
41fd319a
ILT
9711999-09-14 Donn Terry <donn@interix.com>
972
973 * config/te-interix.h (GLOBAL_OFFSET_TABLE_NAME): Define.
974
795a7704
AM
9751999-09-13 Alan Modra <alan@spri.levels.unisa.edu.au>
976
2f66722d
AM
977 * config/tc-i386.c (md_assemble): Handle "jmp/call constant" as a
978 pc-relative jmp/call to an absolute symbol.
979 (md_apply_fix3): When OBJ_ELF, don't add the values in twice for
980 absolute section symbols.
981
795a7704
AM
982 * config/tc-i386.c (md_assemble): Correct frag_var size. Tidy
983 jump handling code and comments.
984
c0c949c7
ILT
9851999-09-12 Ian Lance Taylor <ian@zembu.com>
986
987 * config/tc-i386.c (md_apply_fix3): Add horrible adjustments to
988 the value if TE_PE and a global defined symbol.
989
e723ef7c
ILT
9901999-09-11 Ian Lance Taylor <ian@zembu.com>
991
992 * write.c (dump_section_relocs): Call print_symbol_value_1 to
993 print the symbol, rather than printing it here.
994
fa16d387
ILT
9951999-09-11 Donn Terry <donn@interix.com>
996
d33e1d24
ILT
997 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
998 BFD_RELOC_RVA relocations.
999
18dc2407
ILT
1000 * config/tc-i386.c (md_undefined_symbol): Compare the name against
1001 the macro GLOBAL_OFFSET_TABLE_NAME, rather than assuming that it
1002 starts with "_G".
1003
945a1a6b
ILT
1004 * write.c (write_relocs): Call SET_SECTION_RELOCS if it is
1005 defined.
1006 * config/obj-coff.h (SET_SECTION_RELOCS): Define.
1007 * doc/internals.texi (Object format backend): Document
1008 SET_SECTION_RELOCS.
1009
79d292aa
ILT
1010 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
1011 relocations against global symbols if TE_PE.
1012
7a6284c4
ILT
1013 * config/obj-coff.c (obj_coff_ident): Add BFD_ASSEMBLER version.
1014 (obj_pseudo_table): Always handle ".ident" with obj-coff_ident.
1015
8828d862
ILT
1016 * config/obj-coff.c (coff_frob_symbol): Prohibit weak common
1017 symbols.
1018
9690c54d
ILT
1019 * config/obj-coff.c (obj_coff_endef): Don't merge labels, or
1020 symbols which do not have a constant value, or tags with
1021 non-tags. Remove the symbol from the list before adding it at the
1022 end.
1023
23dab925
ILT
1024 * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Handle .ef
1025 C_FCN symbol differently if TE_PE.
1026 (obj_coff_line) [BFD_ASSEMBLER]: Always use the line number which
1027 appears in the pseudo-op, rather coff_line_base which is only set
1028 for a .bf symbol.
1029
28428223
ILT
1030 * config/obj-coff.c (obj_coff_loc): New static function.
1031 (obj_pseudo_table): Add "loc".
1032
e8a3ab75
ILT
1033 * config/obj-coff.c (add_lineno): Check that the line number is
1034 positive.
1035
2ab9b79e
ILT
1036 * config/atof-ieee.c (atof_ieee): Change what_kind to int.
1037 * config/atof-vax.c (flonum_gen2vax): Change format_letter to
1038 int.
1039 (md_atof): Return NULL rather than 0.
1040 * config/tc-i386.c (md_atof): Change type to int.
0561a208
ILT
1041 * expr.c (expr): Change first parameter to int.
1042 * config/obj-coff.c: Add declarations for static functions.
1043 (coff_frob_symbol): Use SYM_AUXENT.
1044 * config/tc-i386.h (flag_16bit_code): Don't declare.
2ab9b79e 1045
5881e4aa
ILT
1046 * config/obj-coff.c (obj_coff_section): Default to setting
1047 SEC_LOAD. Don't set SEC_DATA for 'w' modifier.
1048
e723ef7c
ILT
1049 * write.c (adjust_reloc_syms): Print adjusted fixup.
1050
fa16d387
ILT
1051 * expr.c (integer_constant): Correct too_many_digits calculation
1052 in base 10 case.
1053
13a830b6
AS
10541999-09-09 Andreas Schwab <schwab@suse.de>
1055
1056 * doc/c-arm.texi: Fix arguments of @var to not contain
1057 punctuation.
1058
325188ec
NC
10591999-09-08 Philip Blundell <pb@nexus.co.uk>
1060
1061 * config/tc-arm.c (s_thumb_set): Only support interworking for ELF
1062 and COFF targets.
1063 (md_parse_option): Only support -k flag for ELF and COFF targets.
1064
e7c1f43c
JL
1065Tue Sep 7 13:28:59 1999 Jeffrey A Law (law@cygnus.com)
1066
1067 * config/tc-hppa.c (pa_ip): Put strict register checks before
1068 call to pa_parse_number.
1069
4964086a
JL
1070 * config/tc-hppa.c (pa_ip): Support 'Z' argument.
1071
c4bf532f
ILT
10721999-09-06 Ian Lance Taylor <ian@zembu.com>
1073
1074 * config/obj-coff.c: Add ATTRIBUTE_UNUSED as needed for
1075 BFD_ASSEMBLER code.
1076
a33132fd
ILT
10771999-09-06 Donn Terry <donn@interix.com>
1078
1079 * as.c (perform_an_assembly_pass): Set SEC_DATA for data_section.
1080
0f4f8b56
JL
1081Mon Sep 6 04:26:56 1999 Jeffrey A Law (law@cygnus.com)
1082
1083 * config/tc-hppa.c (pa_ip): Get strict/non-strict mode from the
1084 candidate instruction. Require registers for register arguments
1085 when in strict mode. Require assemble-time constants for
1086 constants when in strict mode.
1087 (pa_get_absolute_expression): Require a constant when in strict
1088 mode.
1089
d3388653
NC
10901999-09-06 Nick Clifton <nickc@cygnus.com>
1091
1092 * config/tc-m32r.c (md_longopts): Fix value for -Wnuh.
1093
041dd5a9
ILT
10941999-09-04 Steve Chamberlain <sac@pobox.com>
1095
1096 * config/tc-pj.c: New file, supports picoJava in ELF.
1097 * config/tc-pj.h: Ditto.
1098 * configure.in (pjl*, pj*): New targets.
1099 * Makefile.am: Rebuild dependencies.
1100 (CPU_TYPES): Add pj.
1101 (TARGET_CPU_CFILES): Add config/tc-pj.c.
1102 (TARGET_CPU_HFILES): Add config/tc-pj.h.
1103 * doc/c-pj.texi: New file.
1104 * doc/as.texinfo: Add some PJ specifics.
1105 * doc/all.texi: Add PJ to the list of all architectures, sort them
1106 all alphabetically.
1107 * doc/Makefile.in (CPU_DOCS): Add c-pj.texi.
1108 * configure, Makefile.in, doc/Makefile.in: Rebuild.
1109
4ca72d38
AM
11101999-09-02 Alan Modra <alan@spri.levels.unisa.edu.au>
1111
1112 * config/obj-multi.h: Include obj-elf.h if OBJ_MAYBE_ELF. Reformat.
1113 (obj_frob_file): Test for null pointer.
1114 (OBJ_COPY_SYMBOL_ATTRIBUTES): Here too.
1115 (OBJ_PROCESS_STAB): And here.
1116 (elf_obj_sy): Remove
1117
1118 * config/obj-elf.h: #ifndef everything defined in obj-multi.h,
1119 except OBJ_PROCESS_STAB, which we #undef for ecoff.
1120 (elf_obj_sy): Remove #ifndef OBJ_SYMFIELD_TYPE.
1121
1122 * config/obj-coff.c (no_func): Remove.
1123 (coff_format_ops): Change occurrences of no_func to 0, as we test
1124 for 0 in obj-multi.h.
1125
1126 * configure.in: Enable bfd for i386-coff when primary target is
1127 bfd. Enable i386 elf,coff emulation support. Don't set
1128 USE_EMULATIONS=1 or te_file=multi unless there is more than one
1129 emulation to support.
1130 *configure: Regenerate.
1131
bcef92fa
NC
11321999-09-02 Nick Clifton <nickc@cygnus.com>
1133
1134 * config/tc-mcore.c (mcore_s_section): Do not dump literals if a
1135 .section .line directive is encountered.
1136
cdf82bcf
NC
11371999-09-01 Nick Clifton <nickc@cygnus.com>
1138
5856c19a
NC
1139 * config/tc-arm.c (md_section_align): Do not align sections in ELF
1140 format.
1141
cdf82bcf
NC
1142 * as.c (show_usage): Add --gdwarf2 to list of options displayed.
1143 * as.texinfo: Document --gdwarf2 command line option.
1144 Add additional documentation of ARM command line switches.
1145
af6bdddf
AM
11461999-08-30 Alan Modra <alan@spri.levels.unisa.edu.au>
1147
1148 * config/tc-i386.c (i386_intel_memory_operand): Combine
1149 i386_is_reg and parse_register calls. Remove END_STRING_AND_SAVE
1150 and RESTORE_END_STRING around parse_register calls.
1151 (i386_operand): Here too.
1152 (i386_is_reg): Remove.
1153 (parse_register): Move as_bad calls from within this function to
1154 callers.
1155
5f47d35b
AM
11561999-08-29 Alan Modra <alan@spri.levels.unisa.edu.au>
1157
1158 Based on a patch from H.J. Lu <hjl@gnu.org>
1159 * config/tc-i386.c (parse_register): Handle FP regs specially.
1160 (md_begin): Remove '(' and ')' from register_chars.
1161
1174497c
DE
11621999-08-29 Doug Evans <devans@casey.cygnus.com>
1163
1164 * config/tc-m32r.c (md_parse_option): Delete unrecognized option
1165 error message (done elsewhere).
1166
17d9105c
JL
1167Sat Aug 28 01:23:11 1999 Jeffrey A Law (law@cygnus.com)
1168
1169 * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.
1170
9ecc05f0
JL
1171Sat Aug 28 00:26:26 1999 Jerry Quinn <jquinn@nortelnetworks.com>
1172
97e1581b
JL
1173 * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float register
1174 args by 'f'.
1175
9e4f2d3a
JL
1176 * config/tc-hppa.c (pa_ip): Add args q, %, and |.
1177
680ef6de
JL
1178 * config/tc-hppa.c (pa_ip): Absorb white space in instructions
1179 between args.
1180 Add new completers. Fix bug in 64 bit condition handling.
1181
413c94ba
JL
1182 * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH',
1183 'cS', and 'c*'.
1184
28252e61
JL
1185 * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.
1186
a97685e9
JL
1187 * config/tc-hppa.c (pa_ip): Add cases for '.', '~'. '$'. and '!'
1188
9ecc05f0
JL
1189 * config/tc-hppa.c (pa_ip): Add case for 'I'.
1190
cb30237e
NC
11911999-08-27 Jim Wilson <wilson@cygnus.com>
1192
1193 * dwarf2dbg.c (MAX_SPECIAL_ADDR_DELTA): Correct typo in comment.
1194 (struct ls): Add frag field. Initialize it to zero.
1195 (out_end_sequence): New local text_frag. Set it while in text section.
1196 Replace address check with frag check. Set ls.frag to text_frag if
1197 out_set_addr called.
1198 (dwarf2_gen_line_info): Add explanatory comment. New local saved_frag.
1199 Set it before switching sections. Replace address check with frag
1200 check. Set ls.frag to saved_frag if out_set_addr called.
1201
09a798ea
NC
12021999-08-26 David Mosberger <davidm@hpl.hp.com>
1203
1204 * dwarf2dbg.c (out_end_sequence): If address changed, directly
1205 output "advance_pc" opcode instead of calling gen_addr_line().
1206 The latter has the undesired side-effect of creating a new row
1207 in the debug line info matrix.
1208
e1c05f12
NC
12091999-08-26 Jim Wilson <wilson@cygnus.com>
1210
1211 * dwarf2dbg.c (out_end_sequence): Correct comments. Set last to
1212 ls.last_filename if last is less than zero. Set ls.last_filename
1213 when allocating new entry.
1214 (dwarf2_gen_line_info): Save seg and subseg info before subseg_new
1215 call.
1216
b23bac36
AM
12171999-08-20 Alan Modra <alan@spri.levels.unisa.edu.au>
1218
1219 * config/tc-i386.c (i386_index_check): Fix the displacement size
1220 when INFER_ADDR_PREFIX.
1221
50f4163f
NC
12221999-08-18 Nick Clifton <nickc@cygnus.com>
1223
1224 * config/tc-arm.c (md_apply_fix3): If an offset is invalid,
1225 display its value.
1226
f589a541
ILT
12271999-08-17 Ian Lance Taylor <ian@zembu.com>
1228
1229 * config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, to
1230 handle 0xffffNNNN constants correctly.
1231
11450271
NC
12321999-08-16 Nick Clifton <nickc@cygnus.com>
1233
1234 * config/tc-arm.c (do_ldst): Look for register conflicts on stores
1235 as well as loads.
1236
276b1dc2
NC
12371999-08-13 Nick Clifton <nickc@cygnus.com>
1238
1239 * config/tc-arm.c (validate_offset_imm): Work on unsigned values.
1240 (md_apply_fix3): Always pass positive values to
1241 validate_offset_imm.
1242
ae5ad4ad
NC
12431999-08-12 Nick Clifton <nickc@cygnus.com>
1244
1245 * config/tc-arm.c (skip_whitespace): New macro.
1246 Formatting tidy ups.
1247
1248 (md_apply_fix3): Store relocation offset in addend for ELF based
1249 relocs.
1250 (arm_force_relocation): Always generate relocs for Thumb function
1251 calls.
1252
bf6d3895
AM
12531999-08-11 Alan Modra <alan@spri.levels.unisa.edu.au>
1254
1255 * config/tc-i386.c (md_assemble): Remove dead code. intel_syntax
1256 LONG_DOUBLE_MNEM_SUFFIX floating point is done in opcode/i386.h
1257
46031ca9
JL
1258Tue Aug 10 12:58:31 1999 Jeffrey A Law (law@cygnus.com)
1259
b100be66
JL
1260 * config/tc-hppa.c (pa_build_unwind_subspace): Use sane section
1261 flags for the unwind subspace.
1262
46031ca9
JL
1263 * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.
1264 (pa_build_unwind_subspace): Remove #if 0 wrapper. Select a
1265 suitable relocation based on the size of the target's pointer.
1266 Always Use subsegment zero for the unwinders.
1267 (pa_level): Handle "2.0w".
1268
0825afba
JR
1269Mon Aug 9 20:02:22 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1270
1271 * config/tc-d30v.c (write_2_short): Don't group repeat instructions
1272 with the following instruction unless this was specified.
1273
1a1ae23e
ILT
12741999-08-09 Ian Lance Taylor <ian@zembu.com>
1275
1276 * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 for
1277 certain sections, to match BFD changes.
1278
81afc846
ILT
12791999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
1280
1281 * Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT).
1282 (EXTRA_SCRIPTS): Define to keep automake happy.
1a1ae23e 1283 * Makefile.in: Rebuild.
81afc846 1284
04ad1543
ILT
12851999-08-08 Ian Lance Taylor <ian@zembu.com>
1286
1287 * Makefile.am: Rename .dep* files to DEP*.
1288 (MKDEP): Rename from DEP. Change all uses. Use $${srcdir} rather
1289 than $(srcdir). Rename TCDEP targets to DEPTC. Rename OBJDEP
1290 targets to DEPOBJ.
1291 * Makefile.in: Rebuild.
1292
1eb7027c
RH
12931999-08-08 Jakub Jelinek <jj@ultra.linux.cz>
1294
1295 * config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.
1296
2dcc60be
ILT
12971999-08-08 Ian Lance Taylor <ian@zembu.com>
1298
46eec08e
ILT
1299 * Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
1300 avoid problems on DOS filesystems.
1301 * Makefile.in: Rebuild.
1302
2dcc60be
ILT
1303 * doc/as.texinfo (Section): Document 's' flag for COFF version.
1304
13051999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
1306
1307 * config/obj-coff.c (obj_coff_section): Handle 's' (shared)
1308 section flag.
1309
76a27922
ILT
13101999-08-08 Ian Lance Taylor <ian@zembu.com>
1311
1312 * configure.in: Define and substitute GDBINIT. Change AC_OUTPUT
81afc846 1313 line to create ${GDBINIT} rather than .gdbinit.
76a27922
ILT
1314 * configure, Makefile.in, doc/Makefile.in: Rebuild.
1315
0741736b
JL
1316Fri Aug 6 12:12:44 1999 Jeffrey A Law (law@cygnus.com)
1317
1318 * config/tc-hppa.c (pa_ip, case '?'): Add missing break.
1319
9a913dfb
JL
1320Fri Aug 6 09:46:35 1999 Jerry Quinn <jquinn@nortelnetworks.com>
1321
1322 * config/tc-hppa.c (pa_ip): Add 64 bit condition completers.
1323
a1f2d742
ILT
13241999-08-06 Jakub Jelinek <jj@ultra.linux.cz>
1325
1326 * config/tc-sparc.h (tc_fix_adjustable): Fix check for PIC local
1327 non-adjustable symbols.
1328
55a914bc
JL
1329Thu Aug 5 16:52:51 1999 Jerry Quinn <jquinn@nortelnetworks.com>
1330
1331 * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix.
1332
336f7c70 1333Thu Aug 5 23:05:56 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5fc44b2d
JR
1334
1335 * config/tc-sh.c (md_assemble): Call as_bad when there are excess
1336 operands.
1337
9750fcc5
ILT
13381999-08-05 Donn Terry <donn@interix.com>
1339
1340 * config/te-interix.h: New file.
1341 * configure.in (i386-*-interix*): New target.
1342 * configure: Rebuild.
1343
39ba5561
JL
1344Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
1345
1346 * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byte
1347 selectors for ELF too.
1348 (selector_table): Add "ltp" and "rtp" selectors.
1349
eecb386c
AM
13501999-08-04 Alan Modra <alan@spri.levels.unisa.edu.au>
1351
1352 * config/tc-i386.c (i386_operand): No need to change
1353 operand_string pointer in segment reg case before goto
1354 do_memory_reference. Initialise displacement_string_start and
1355 displacement_string_end after do_memory_reference label.
1356 (i386_index_check): Add operand_string param, and print error
1357 message on failure here.
1358 (i386_intel_memory_operand): Instead of here.
1359 (i386_operand): And here.
1360 (INFER_ADDR_PREFIX): Enable.
1361
1362 * doc/c-i386.texi (i386-16bit): Document .code16gcc.
1363
1364 * config/tc-i386.h (DefaultSize): Define. Renumber following
1365 opcode_modifier defines.
1366
1367 From Etienne Lorrain <etienne.lorrain@ibm.net>
1368 * config/tc-i386.c (stackop_size): New variable.
1369 (set_16bit_code_flag): Clear it here.
1370 (set_16bit_gcc_code_flag): New function.
1371 (md_pseudo_table): Add "code16gcc" entry.
1372 (md_assemble): Set i.suffix for insns with DefaultSize modifier.
1373
f173e82e
ILT
13741999-08-03 Ian Lance Taylor <ian@zembu.com>
1375
a04b544b
ILT
1376 * config/obj-coff.c (coff_frob_symbol): Always update set_end with
1377 next_set_end even if the end symbol is being discarded.
1378
1379 * gasp.c: Add ATTRIBUTE_UNUSED as needed for non-BFD_ASSEMBLER.
1380 * output-file.c, symbols.c, config/tc-i386.c: Likewise.
1381 * config/obj-coff.c: Likewise.
1382 (seg_info_type): Remove.
1383 (seg_info_off_by_4): Change to array of segT.
1384 (s_get_segment): Adjust accordingly.
1385 (obj_pseudo_table): Fully initialize sentinel entry.
1386
f173e82e
ILT
1387 * config/tc-mips.c (append_insn): Correct INSN_SYNC test. From
1388 Ralf Baechle <ralf@uni-koblenz.de>.
1389
c3332e24
AM
13901999-08-03 Etienne Lorrain <etienne.lorrain@ibm.net>
1391
1392 * config/tc-i386.c (f16_3): New. Fixes 16 bit 3 byte nop.
1393
13941999-08-03 Alan Modra <alan@spri.levels.unisa.edu.au>
1395
24eab124
AM
1396 * config/tc-i386.c: Indentation and white space changes.
1397 (i386_index_check): New function. Add INFER_ADDR_PREFIX code, but
1398 don't enable it by default.
1399 (i386_intel_operand): Remove redundant prototype.
1400 Move check on number of memory operands, and i.mem_operands++
1401 (i386_intel_memory_operand): To here.
1402 Remove i386_immediate code from here. Remove special case code
1403 for input and output using (%dx). Remove base/index checks and
1404 call i386_index_check instead. Save initial operand_string
1405 argument for error message.
1406 (i386_operand): Remove redundant prototype. Move base/index
1407 checks to i386_index_check.
1408 (i386_displacement): Move intel mode check for non-zero
1409 i.disp_operand
1410 (i386_intel_memory_operand): To here.
c3332e24 1411
6d8809aa
RH
14121999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
1413
1414 * config/tc-sparc.c (md_longopts): Add --no-undeclared-regs option.
1415 (sparc_ip): Warn if %g2 or %g3 register is used and not covered
1416 by .register pseudo-op if -64 and --no-undeclared-regs.
1417 (s_register, sparc_adjust_symtab): New functions.
1418 * config/tc-sparc.h (tc_adjust_symtab, sparc_adjust_symtab):
1419 Declare sparc_adjust_symtab as tc_adjust_symtab.
1420 * doc/c-sparc.texi: Add description of #ignore special literal
1421 for .register pseudo-op.
1422
c8d259f7
CM
14231999-07-30 Catherine Moore <clm@cygnus.com>
1424
1425 * config/tc-arm.c (tc_gen_reloc): Record the vtable entry in
1426 the relocation's section offset.
1427
b77ad1d4
AM
14281999-07-29 Alan Modra <alan@spri.levels.unisa.edu.au>
1429
1430 * write.c (fixup_segment): Fix generic error check overflow test.
1431
1432 * config/tc-i386.c (pe): Change %d to %ld, %x to %lx, and cast
1433 X_add_number to long.
1434
b53fcc20
JL
1435Wed Jul 28 02:04:24 1999 "Jerry Quinn" <jquinn@nortelnetworks.com>
1436
1437 * config/tc-hppa.c (pa_ip): Add 'J' and 'K' code
1438 processing.
1439
d2e71411
ILT
14401999-07-27 Ian Lance Taylor <ian@zembu.com>
1441
1442 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust GOT, PLT, or
1443 VTABLE relocations.
1444
e9f56b1d
ILT
14451999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
1446
1447 * config/te-go32.h (COFF_LONG_SECTION_NAMES): Define.
1a39f480 1448
1a39f480
ILT
1449 * configure.bat: Remove; obsolete.
1450 * config/go32.cfg: Likewise.
1451
29fe79d3
ILT
14521999-07-21 Brad M. Garcia <bgarcia@fore.com>
1453
1454 * configure.in (i386-*-vxworks*): New target.
1455 * configure: Rebuild.
1456
e06510e6
RH
14571999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
1458
1459 * doc/c-sparc.texi: Document .register and .nword pseudo-ops.
1460
dabe3bbc
RH
14611999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
1462
1463 * config/tc-sparc.c (sparc_ip): Allow OLO10 relocations
1464 on -64 and not pic.
1465 (output_insn): Put OLO10's secondary addend into tc_fix_data.
1466 (md_apply_fix3): Handle BFD_RELOC_SPARC_OLO10.
1467 (tc_gen_reloc): Return two relocs for OLO10, LO10 and SPARC13.
1468 * config/tc-sparc.h (RELOC_EXPANSION_POSSIBLE,
1469 MAX_RELOC_EXPANSION): Define.
1470 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FIX_DATA_PRINT): Likewise.
1471
b4cac588
AM
14721999-07-16 Alan Modra <alan@spri.levels.unisa.edu.au>
1473
1474 * config/tc-i386.c (intel_float_operand): Add prototype, make static.
1475 (md_assemble): Localize *exp variable to if (fake_zero_displacement)
1476 block. Print a warning if an 8-bit or 16-bit constant
1477 displacement or immediate is truncated on output.
1478 (i386_immediate): Ensure Imm16 is always legal for a 16-bit mode
1479 immediate.
1480 (i386_operand): Disallow immediate jump absolute operand.
1481
966ed0b4
ILT
14821999-07-15 Ian Lance Taylor <ian@zembu.com>
1483
0ed15843
ILT
1484 * configure.in: Bump version number to 2.9.5.
1485 * configure: Rebuild.
1486
966ed0b4
ILT
1487 * dwarf2dbg.c (dwarf2_gen_line_info): Don't assume that long long
1488 or %llx work.
1489
67f1cff0
JL
1490Thu Jul 15 02:45:30 1999 Jeffrey A Law (law@cygnus.com)
1491
1492 * config/tc-hppa.c (md_pseudo_table): Add ".dword" pseudo-op.
1493 (cons_fix_new_hppa): Derive size of fixup from size of the object.
1494
2f992c04
NC
14951999-07-14 Philip Blundell <pb@nexus.co.uk>
1496
1497 * symbols.c (dollar_label_name): Prepend LOCAL_LABEL_PREFIX if it
1498 is defined.
1499 * config/tc-arm.h (LOCAL_LABEL_PREFIX): Define to '.' for ELF.
1500
1501 * config/tc-arm.c (md_begin): Set F_SOFTFLOAT in the output file
1502 if -mno-fpu was given.
1503 (tc_gen_reloc): Fix typo. Delete bogus code related to GOTPC
1504 relocs.
1505 (cons_fix_new_arm): Remove misleading comments.
1506
14ad458a
ILT
15071999-07-14 Ian Lance Taylor <ian@zembu.com>
1508
1509 * write.c (cvt_frag_to_fill): Use frag file and line in rs_org
1510 error message.
1511 (relax_segment): Likewise. After giving a rs_org error, convert
1512 the frag to rs_align to avoid cascading errors.
1513
36823076
AS
15141999-07-12 Andreas Schwab <schwab@suse.de>
1515
1516 * config/tc-m68k.c: Add some ATTRIBUTE_UNUSED.
1517
ab9da554
ILT
15181999-07-11 Ian Lance Taylor <ian@zembu.com>
1519
1520 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
1521 as appropriate. Fill in structure initializations. Add variable
1522 initializations. Add casts.
1523 * dwarf2dbg.c (print_stats): Change i to size_t.
1524 * listing.c (listing_listing): Change list_line to unsigned int.
1525
e0accf0c
ILT
15261999-07-10 Ian Lance Taylor <ian@zembu.com>
1527
1528 * config/tc-ppc.h (tc_fix_adjustable) [OBJ_ELF]: Call S_IS_LOCAL
1529 rather than checking for \001 and \002 in symbol name.
1530 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: Likewise.
1531
7d4ce8a9
JL
1532Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
1533
1534 * configure.in (hppa*-linux-gnu*): New target.
1535 * configure: Rebuilt.
1536
5395a469
NC
15371999-07-08 Nick Clifton <nickc@cygnus.com>
1538
1539 * doc/c-arm.texi (ARM Directives): Document .thumb_set directive.
1540
cac58fa6
NC
15411999-07-07 Nick Clifton <nickc@cygnus.com>
1542
5395a469 1543 * config/tc-v850.c (v850_comm): Use symbol_get_obj() rather than
cac58fa6
NC
1544 accessing symbolP directly.
1545
03b36ee1
JL
1546Tue Jul 6 10:41:42 1999 Jeffrey A Law (law@cygnus.com)
1547
1548 * config/tc-hppa.h (tc_frob_symbol): Always punt "$global$" symbol
1549 for ELF.
1550
49a5575c
NC
15511999-07-05 Nick Clifton <nickc@cygnus.com>
1552
1553 * config/tc-arm.c (ARM_EXT_V5): Define.
1554 (ARM_ARCH_V5, ARM_ARCH_V5T): Define.
1555 (md_begin): Detect ARM v5 architectures.
1556 (md_parse_option): Accept arm v5 specification.
1557 (md_show_usage): Documment -marmv5 switch.
1558
1559 * doc/c-arm.texi: Document -marmv5 command line option.
1560
1561 * config/tc-arm.c (do_adrl): New function. Implement ADRL pseudo
1562 op.
1563 (validate_immediate_twopart): New function. Determine if a
1564 constant can be computed by two ADD instructions.
1565 (output_inst): Remove its command line parameter - it was never
1566 used.
1567 (md_apply_fix3): Support BFD_RELOC_ARM_ADRL_IMMEDIATE, used to
1568 implememt the ADRL pseudo op.
1569 (tc_gen_reloc): Generate a suitable error message if an ADRL
1570 instruction tries to generate a real reloc.
1571
1572 * doc/c-arm.texi: Document NOP, ADR and ADRL pseudo ops.
1573
09ecf0ba
JL
1574Thu Jul 1 15:33:10 1999 Jeffrey A Law (law@cygnus.com)
1575
1576 * config/tc-hppa.c (pa_ip): Convert the opcode and all completers
1577 into lower case.
1578
264d6861
ILT
15791999-06-27 H.J. Lu <hjl@gnu.org>
1580
1581 * subsegs.c (subseg_text_p): Use 1/0 instead of true/false for
1582 non BFD_ASSEMBLER case.
1583
827c0149
ILT
15841999-06-26 Mumit Khan <khan@xraylith.wisc.edu>
1585
1586 * config/obj-coff.c (obj_coff_section): Mark writable sections as
1587 data.
1588
a340d270
RH
15891999-06-26 David Mosberger <davidm@hpl.hp.com>
1590
1591 * dwarf2dbg.c (dwarf2_gen_line_info): Don't call
1592 out_end_sequence() when the address decreases due to a new frag.
1593 (gen_dir_list): Set ls.file[i].dir to j + 1 (not j) because file
1594 numbering starts with 1.
1595
16b93d88
NC
15961999-06-23 Nick Clifton <nickc@cygnus.com>
1597
1598 * config/tc-mcore.c (md_pseudo_table): Add .comm for ELF and allow
1599 .section for COFF.
1600 (mcore_s_text): Call obj_elf_text for ELF target.
1601 (mcore_s_data): Call obj_elf_data for ELF target.
1602 (mcore_s_section): No longer ELF specific. Call obj_coff_section
1603 for COFF target.
1604 (mcore_s_bss): New function: Dump literal table before changing
1605 sections.
1606 (mcore_s_comm): New function: Dump literal table before changing
1607 sections.
1608
1609 * config/obj-elf.c (obj_elf_common, obj_elf_data, obj_elf_text):
1610 No longer static functions.
1611 * config/obj-elf.h (obj_elf_common, obj_elf_data, obj_elf_text):
1612 Provide prototypes for these functions.
1613
fed9b18a
ILT
16141999-06-22 Ian Lance Taylor <ian@zembu.com>
1615
be2acf27
ILT
1616 * subsegs.c (subseg_text_p): Rewrite non BFD_ASSEMBLER case to use
1617 a list of names, to try obj_segment_name, and to try abbreviated
1618 names when using COFF without long section names.
1619
7dcc9865
ILT
1620 * config/tc-alpha.c: More use of symbol accessor functions.
1621 * config/tc-arc.c: Likewise.
1622 * config/tc-d30v.c: Likewise.
1623 * config/tc-fr30.c: Likewise.
1624 * config/tc-i860.c: Likewise.
1625 * config/tc-m88k.c: Likewise.
1626 * config/tc-mcore.c: Likewise.
1627 * config/tc-ns32k.c: Likewise.
1628 * config/tc-sparc.c: Likewise.
1629 * config/tc-v850.c: Likewise.
1630
a77f5182
ILT
1631 * config/tc-arc.c (get_arc_exp_reloc_type): Change uses of
1632 sy_value with appropriate accessor functions.
1633 * config/tc-arm.c (md_apply_fix3): Likewise.
1634 * config/tc-d10v.c (AT_WORD_P): Likewise.
1635 * config/tc-v850.c (reg_name_search): Likewise.
1636
fed9b18a
ILT
1637 * config/obj-ecoff.c (obj_ecoff_set_ext): Change uses of bsym to
1638 use symbol_get_bfdsym instead.
1639 * config/tc-ppc.c (md_assemble): Likewise.
1640 * config/tc-v850.c (v850_comm): Likewise.
1641
310b5aa2
ILT
16421999-06-22 Jonathan Larmour <jlarmour@cygnus.co.uk>
1643
1644 * config/tc-arc.c (tc_gen_reloc): Use symbol_get_bfdsym to get at
1645 the symbol, rather than accessing the bsym member.
1646 * config/tc-d10v.c (tc_gen_reloc): Likewise.
1647 * config/tc-d30v.c (tc_gen_reloc): Likewise.
1648 * config/tc-mcore.c (tc_gen_reloc): Likewise.
1649 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
1650 * config/tc-mn10300.c (tc_gen_reloc): Likewise.
1651 * config/tc-ns32k.c (tc_gen_reloc): Likewise.
1652 * config/tc-tic30.c (tc_gen_reloc): Likewise.
1653 * config/tc-v850.c (tc_gen_reloc): Likewise.
1654
9cb8e75e
JL
1655Mon Jun 21 16:45:19 1999 Jeffrey A Law (law@cygnus.com)
1656
1657 * tc-hppa.c (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
1658 (hppa_gen_reloc_type): Conditionalize on BFD64.
1659 (tc_gen_reloc): Re-enable ELF relocations.
1660 * tc-hppa.h (TARGET_FORMAT): Handle elf64-hppa format.
1661
3d103319
ILT
16621999-06-21 Ian Lance Taylor <ian@zembu.com>
1663
1664 * config/tc-arm.c (ldst_extend): Add parentheses to avoid
1665 warning.
1666 (do_ldst): Move assignment out of if condition.
1667 (md_apply_fix3): Add casts to avoid printf format warnings. Add
1668 parentheses to avoid warning.
1669
776b24b4
NC
16701999-06-21 Nick Clifton <nickc@cygnus.com>
1671
155f0fe7
NC
1672 * config/tc-arm.c (arm_adjust_symtab): Use symbol_get_bfdsym()
1673 macro to get at the BFD symbol associated with a GAS symbol.
776b24b4 1674
809ffe0d
ILT
16751999-06-19 Ian Lance Taylor <ian@zembu.com>
1676
1677 * config/tc-ppc.c: Update for symbol handling changes.
1678 * config/obj-coff.c: Likewise.
1679
49863f82
JL
1680Fri Jun 18 14:34:18 1999 Jeffrey A Law (law@cygnus.com)
1681
1682 * tc-hppa.c: General cleanups of ELF support. No more spaces
1683 and subspaces for ELF.
1684 (GDB_DEBUG_SPACE_NAME): Delete definition for ELF.
1685 (GDB_STRINGS_SUBSPACE_NAME): Likewise.
1686 (GDB_SYMBOLS_SUBSPACE_NAME): Likewise
1687 (UNWIND_SECTION_NAME): Likewise.
1688 (space/subspace related structures): Conditionalize definitions
1689 on OBJ_SOM.
1690 (space/subspace directives and support routines): Conditionalize
1691 definitions and references/uses on OBJ_SOM.
1692 (label_symbol_struct): For ELF, track the symbol's segment. For
1693 SOM track its space.
1694 (pa_define_label, pa_undefine_label, pa_get_label): Corresponding
1695 changes.
1696 (USE_ALIASES): Kill for both SOM & ELF.
1697 (pa_def_subspaces, pa_def_spaces): Corresponding changes.
1698 (pa_space, pa_subspace): Corresponding changes.
1699 (pa_spaces_begin): Corresponding chagnes.
1700 (md_begin): Do not muck around with space/subspace stuff for
1701 OBJ_ELF.
1702 (md_apply_fix): Temporarily disable argument relocation stuff
1703 for OBJ_ELF.
1704 (tc_gen_reloc): Temporarily disable relocation generation for
1705 OBJ_ELF
1706 (pa_build_unwind_subspace): Similarly.
1707
fed881b1
NC
17081999-06-16 Nick Clifton <nickc@cygnus.com>
1709
1710 * config/tc-arm.c (thumb_set): New pseudo op.
1711 (text, data, section): Override these pseudo ops with ARM
1712 specific versions.
1713 (s_thumb_set): New function: Perform the same as a .set pseudo
1714 op, but also mark the alias'ed symbol as being a Thumb
1715 function.
1716 (arm_s_text): New function: Perform the same as the .text
1717 pseudo op, but dump the literal pool before changing
1718 sections.
1719 (arm_s_data): New function: Perform the same as the .data
1720 pseudo op, but dump the literal pool before changing
1721 sections.
1722 (arm_s_section): New function: Perform the same as the
1723 .section pseudo op, but dump the literal pool before changing
1724 sections.
1725 (arm_cleanup): Do not reset the current section before dumping
1726 the literal pool.
1727
0f94f4c8
NC
17281999-06-17 Nick Clifton <nickc@cygnus.com>
1729
2f3519a2
NC
1730 * config/tc-m32r.c (md_longopts): Fix OPTION_WARN_UNMATCHED and
1731 OPTION_NO_WARN_UNMATCHED entries.
1732 (md_parse_option): Generate a warning message if an unrecognised
1733 option is encountered.
1734
0f94f4c8
NC
1735 * config/tc-d10v.c (do_not_ignore_hash): New variable.
1736 (get_operands): When parsing an expression after an '@' symbol
1737 has been detected, do not ignore '#' symbols.
1738 (md_operand): Only ignore '#' symbols if do_not_ignore_hash is
1739 false.
1740
e4a86f6f
ILT
17411999-06-13 Ian Lance Taylor <ian@zembu.com>
1742
1743 From K. Richard Pixley <rich@noir.com>:
1744 * configure.in (ppc-*-vxworks*): New target.
1745 * configure: Rebuild.
1746
a8aed0fb
UD
17471999-06-12 Philip Blundell <philb@gnu.org>
1748
1749 * config/tc-arm.c (tc_gen_reloc): Fix handling of GOTPC relocs.
1750
7565ed77
ILT
17511999-06-13 Ian Lance Taylor <ian@zembu.com>
1752
1753 * write.c (adjust_reloc_syms): Rather than never reducing reloc
1754 which refer to symbols in linkonce sections, permit reducing the
1755 relocs if the symbol is local.
1756
b9e57a38
ILT
17571999-06-12 Ian Lance Taylor <ian@zembu.com>
1758
1759 * subsegs.c (subseg_text_p): New function.
1760 * as.h (subseg_text_p): Declare.
1761 * read.c (do_align): Use subseg_text_p to set the default fill.
1762 * write.c (subsegs_finish): Likewise.
1763 * config/obj-coff.c (write_object_file): Likewise.
1764 * config/tc-i386.h (md_maybe_text): Don't define.
1765 (md_do_align): Use subseg_text_p to set the default fill.
1766 * config/tc-m32r.c (m32r_do_align): Likewise.
1767 * config/tc-sh.c (sh_do_align): Likewise.
1768 * config/tc-sparc.h (md_do_align): Likewise.
1769
008960a5
ILT
17701999-06-12 David O'Brien <obrien@freebsd.org>
1771
1772 * configure.in: (i[3456]86-*-freebsd*): Now defaults to ELF.
1773 * configure: Rebuild.
1774
a1605869
ILT
17751999-06-12 Ian Lance Taylor <ian@zembu.com>
1776
d9ac5a3b
ILT
1777 * dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
1778 * Makefile.am: Rebuild dependencies.
1779 * Makefile.in: Rebuild.
1780
a1605869
ILT
1781 * config/tc-i386.c (i386_immediate): Remove unused label
1782 seg_unimplemented.
1783
1784 * struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.
1785 * symbols.c: Likewise.
1786 * config/obj-aout.c (obj_crawl_symbol_chain): Refer directly to
1787 sy_next field when taking address, rather than symbol_next.
1788
1789 * dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma to
1790 offsetT.
1791 (out_set_addr): Don't use BYTES_PER_ADDRESS. Instead, get the
1792 value from the output file architecture.
1793 (dwarf2_gen_line_info): Ifdef BFD_ASSEMBLER specific code.
1794 * dwarf2dbg.h: Change bfd_vma to addressT.
1795
a7cd1c22
ILT
17961999-06-11 Ian Lance Taylor <ian@zembu.com>
1797
1798 * dwarf2dbg.h: Use PARAMS in function declarations.
1799
76171f81
ILT
18001999-06-11 Martin Dorey <mdorey@madge.com>
1801
1802 * write.c (fixup_segment): Don't add symbol value for i960 ELF.
1803 * config/tc-i960.c (s_leafproc): Don't call tc_set_bal_of_cal if
1804 OBJ_ELF.
1805 (md_apply_fix): Simplify BFD_ASSEMBLER handling.
1806
9b4d630b
ILT
18071999-06-11 Ian Lance Taylor <ian@zembu.com>
1808
5865bb77
ILT
1809 * config/tc-i386.c (md_apply_fix3): Add default case to switch.
1810
9e7c96d9
ILT
1811 * config/tc-sparc.c (md_pseudo_table): Remove pushsection and
1812 popsection.
1813
1b50c718
ILT
1814 * config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
1815
1bf67e0d
ILT
1816 * read.c (read_a_source_file): Only declare inescape if
1817 QUOTES_IN_INSN.
1818
1819 * itbl-ops.c (itbl_disassemble): Change sprintf format strings to
1820 match parameters.
1821 (find_entry_byval): Add parens to avoid warning.
1822
1823 * as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".
1824
9b4d630b
ILT
1825 * symbols.c (resolve_symbol_value): Don't permit subtraction of
1826 undefined symbols.
1827
a22b281c
RH
18281999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
1829
1830 * config/tc-sparc.c (sparc_ip): Don't use side-effect expression
1831 with isoctal.
1832
1833 * config/tc-sparc.c (synthetize_setuw, synthetize_setsw,
1834 synthetize_setx): New functions.
1835 (md_assemble): Broken the special cases into the above
1836 functions. Make compiler happy if sizeof(bfd_vma)==4.
1837 Fix sethi generated from set/setuw. If instructions have a relloc,
1838 always clear the fields to be relocated in the opcode.
1839 (sparc_ip): Remove special_case global variable.
1840
7f2f689c
ILT
18411999-06-10 Ian Lance Taylor <ian@zembu.com>
1842
d7ba4a77
ILT
1843 Based on patches from John W. Woznack <jwoznack@concentric.net>:
1844 * itbl-ops.c (itbl_get_reg_val): Add pval parameter. Return
1845 indication of success rather than a value.
1846 (itbl_get_val): Likewise.
1847 (itbl_get_field): Use strcspn. Change delimiters to include
1848 parens.
1849 * itbl-ops.h (itbl_get_reg_val): Update declaration.
1850 (itbl_get_val): Likewise.
1851 * config/tc-mips.c (mips_ip): Update call to itbl_get_reg_val.
1852
7f2f689c
ILT
1853 * symbols.c (copy_symbol_attributes): Convert local symbols to
1854 regular symbols.
1855
c1d3c45e
NC
18561999-06-10 Nick Clifton <nickc@cygnus.com>
1857
1858 * config/tc-arm.c (md_parse_option): Add support for ARM920 and
1859 ARM920t.
1860
63fab58c
RH
18611999-06-07 Jakub Jelinek <jj@ultra.linux.cz>
1862
1863 * config/tc-sparc.c (md_assemble): Fix up setx, support setsw.
1864 Optimize set if sizeof(bfd_vma) == 64.
1865 (sparc_ip): Fix sethi - without %hi() it should generate
eb858bb4 1866 R_SPARC_22 reloc, not R_SPARC_HI22.
63fab58c
RH
1867 (tc_gen_reloc): Handle BFD_RELOC_SPARC22.
1868
cf9a1301
RH
18691999-06-07 Jakub Jelinek <jj@ultra.linux.cz>
1870
1871 * config/tc-sparc.c (md_begin): Handle native wordsize aliases.
1872 (s_ncons): New function.
1873 (native_op_table): New table.
1874 (sparc_ip): Be more strict on %hi() etc.; prepare assembler for
1875 R_SPARC_OLO10 handling.
1876
bf29b231
RH
1877Mon Jun 7 10:22:16 1999 Richard Henderson <rth@cygnus.com>
1878
1879 * expr.h (struct expressionS): Revert last change; widen X_op.
1880 * config/tc-alpha.c (md_begin): Check the field is wide enough.
1881
9be1cda6
AS
1882Mon Jun 7 11:25:16 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1883
a4835b42
AS
1884 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
1885 (TARGET_CPU_HFILES): Add config/tc-fr30.h.
1886 (TARG_ENV_HFILES): Add config/te-epoc-pe.h.
1887 * Makefile.in: Regenerated.
1888
9be1cda6
AS
1889 * config/obj-elf.c (obj_elf_common): In MRI mode if called as
1890 `common' pass on to s_mri_common.
1891 (elf_pseudo_table): Pass 1 to obj_elf_common for `common'.
1892
62335629
RH
18931999-06-06 Richard Henderson <rth@cygnus.com>
1894
1895 * config/obj-elf.c (obj_elf_section): Don't free the return
1896 value of demand_copy_C_string.
1897
9de8d8f1
RH
18981999-06-05 Richard Henderson <rth@cygnus.com>
1899
1900 * dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol
1901 creation logic from obj_elf_create_section.
1902
1903 * config/obj-elf.c (elf_pseudo_tab): Add pushsection/popsection.
1904 (section_stack): New.
1905 (special_sections): Make const.
1906 (obj_elf_section): Gut and rewrite parsing.
1907 (obj_elf_change_section): New function broken out of obj_elf_section.
1908 (obj_elf_parse_section_letters): Likewise.
1909 (obj_elf_section_word): Likewise.
1910 (obj_elf_section_type): Likewise.
1911 (obj_elf_previous): Treat as a toggle.
1912 (obj_elf_popsection): New.
1913 * config/tc-ppc.c (ppc_section_word): Take str+len not ptr_str.
1914 (ppc_section_type): Likewise.
1915 * config/tc-ppc.h: Likewise.
1916
1917 * expr.h (struct expressionS): Don't make X_op a bitfield.
1918 * config/tc-alpha.c: Update for symbol handling changes.
1919 (md_apply_fix) [case GPREL]: Use now_seg instead of absolute_section.
1920 (load_expression, emit_ir_load, emit_loadstore, emit_jsrjmp): Likewise.
1921
58b5739a
RH
19221999-06-05 Richard Henderson <rth@cygnus.com>
1923
1924 * dwarf2dbg.c (*): Convert to K&R + prototypes.
1925 (dwarf2_gen_line_info): Kill unused variables.
1926 (dwarf2_finish): Likewise.
1927 (dwarf2_where): Likewise.
1928 (dwarf2_directive_file): If we've only got a string,
1929 hand off to s_app_file.
1930 * ecoff.c: Move the include of ecoff.h.
1931 * symbols.h (S_IS_FUNCTION): Prototype.
1932
1933 * read.c (LEX_HASH): Supply a default.
1934 (lex_type): Use it.
1935 (s_globl): Update `c' after skipping whitespace.
1936 * read.h (LEX_END_NAME, is_name_ender): New.
1937 * expr.c (get_symbol_end): Respect it.
1938
398e8c25
ILT
19391999-06-04 Mark Klein <mklein@dis.com>
1940
993142d5
ILT
1941 * config/tc-hppa.c (md_begin): Convert local symbol dummy_symbol
1942 to real if OBJ_SOM
1943 (tc_gen_reloc): Still need bfd_abs_symbol in some relocs.
1944
398e8c25
ILT
1945 * config/tc-hppa.c: Update for symbol handling changes.
1946
b4013713
ILT
19471999-06-03 Ian Lance Taylor <ian@zembu.com>
1948
080e41e6
ILT
1949 * cgen.c: Update for symbol handling changes.
1950 * config/tc-m32r.c: Likewise.
f412ead8 1951
a0f75b47
ILT
1952 * config/tc-hppa.h: Update for symbol handling changes.
1953 * config/tc-hppa.c: Likewise.
1954
174419c1
ILT
1955 * config/tc-arm.h: Update for symbol handling changes.
1956 * config/tc-arm.c: Likewise.
1957 (symbol_make_empty): Remove. Just use symbol_create.
1958
1959 * symbols.c (symbol_set_tc): Correct name.
1960
6104f0a0
ILT
1961 * Makefile.am: Rebuild dependencies.
1962 ($(OBJS)): Don't depend upon struc-symbol.h.
1963 (.dep1, .tcdep, .objdep): Create itbl-parse.h.
1964 * dep-in.sed: Don't remove struc-symbol.h.
1965 * Makefile.in: Rebuild.
1966
b4013713
ILT
1967 * doc/internals.texi (Symbols): Describe changes in symbol
1968 handling.
1969
6576f0b5
RH
19701999-06-03 Richard Henderson <rth@cygnus.com>
1971
1972 * dwarf2dbg.c (dwarf2_gen_line_info): Use section_symbol
1973 instead of doing the work by hand.
1974
fac0d250
RH
19751999-06-03 David Mosberger <davidm@hpl.hp.com>
1976
1977 * dwarf2dbg.c (INITIAL_STATE): New macro encapsulating initial
1978 state of line state-machine.
1979 (struct ls): Collect DWARF2 line state-machine state in new member
1980 SM. Add member EMPTY_SEQUENCE to keep track if a code sequence
1981 resulted in any DWARF2 directives.
1982 (reset_state_machine): New function.
1983 (out_end_sequence): Ditto.
1984 (dwarf2_gen_line_info): When switching sections or switching to a
1985 lower text address, call out_end_sequence() first to terminate the
1986 previous code sequence as code sequences MUST have monotonically
1987 increasing addresses.
1988 (dwarf2_finish): Call out_end_sequence() instead of open coding it.
1989
19901999-06-03 David Mosberger <davidm@hpl.hp.com>
1991
1992 * as.c (parse_args): Add option -gdwarf2 to allow requesting
1993 DWARF2 debug info (line information only, at this point).
1994 * as.h: Update comment about supported debug formats.
1995 * dwarf2dbg.c, dwarf2dbg.h: New files.
1996 * Makefile.am (GAS_CFILES, HFILES, GENERIC_OBJS): Add them.
1997
1998 * expr.c (operand): Don't use [ for parens if we want an index op.
1999 (op_encoding): Switch [ into O_index, if desired.
2000 (op_rank): Renumber with O_index on bottom.
2001 (expr): If O_index, match closing bracket.
2002 * expr.h (O_index): New.
2003
2004 * read.c (read_a_source_file): Conditionally allow matched "
2005 in lines passed to md_assemble.
2006
2007 * config/obj-elf.c (elf_pseudo_table): Add `common'.
2008
49309057
ILT
20091999-06-03 Ian Lance Taylor <ian@zembu.com>
2010
2011 Add support for storing local symbols in a small structure to save
2012 memory when assembling large files.
2013 * as.h: Don't include struc-symbol.h.
2014 (symbolS): Add typedef.
2015 * symbols.c: Include struc-symbol.h.
2016 (local_hash): New static variable.
2017 (save_symbol_name): New static function, from symbol_create.
2018 (symbol_create): Call save_symbol_name.
2019 (local_symbol_count): New static variable.
2020 (local_symbol_conversion_count): Likewise.
2021 (LOCAL_SYMBOL_CHECK): Define.
2022 (local_symbol_make): New static function.
2023 (local_symbol_convert): New static function.
2024 (colon): Handle local symbols. Create local symbol for local
2025 label name.
2026 (symbol_table_insert): Handle local symbols.
2027 (symbol_find_or_make): Create local symbol for local label name.
2028 (symbol_find_base): Check for local symbol.
2029 (symbol_append, symbol_insert): Check for local symbols.
2030 (symbol_clear_list_pointers, symbol_remove): Likewise.
2031 (verify_symbol_chain): Likewise.
2032 (copy_symbol_attributes): Likewise.
2033 (resolve_symbol_value): Handle local symbols.
2034 (resolve_local_symbol): New static function.
2035 (resolve_local_symbol_values): New function.
2036 (S_GET_VALUE, S_SET_VALUE): Handle local symbols.
2037 (S_IS_FUNCTION, S_IS_EXTERNAL, S_IS_WEAK, S_IS_COMMON): Likewise.
2038 (S_IS_DEFINED, S_IS_DEBUG, S_IS_LOCAL, S_GET_NAME): Likewise.
2039 (S_GET_SEGMENT, S_SET_SEGMENT, S_SET_EXTERNAL): Likewise.
2040 (S_CLEAR_EXTERNAL, S_SET_WEAK, S_SET_NAME): Likewise.
2041 (symbol_previous, symbol_next): New functions.
2042 (symbol_get_value_expression): Likewise.
2043 (symbol_set_value_expression): Likewise.
2044 (symbol_set_frag, symbol_get_frag): Likewise.
2045 (symbol_mark_used, symbol_clear_used, symbol_used_p): Likewise.
2046 (symbol_mark_used_in_reloc): Likewise.
2047 (symbol_clear_used_in_reloc, symbol_used_in_reloc_p): Likewise.
2048 (symbol_mark_mri_common, symbol_clear_mri_common): Likewise.
2049 (symbol_mri_common_p): Likewise.
2050 (symbol_mark_written, symbol_clear_written): Likewise.
2051 (symbol_written_p): Likewise.
2052 (symbol_mark_resolved, symbol_resolved_p): Likewise.
2053 (symbol_section_p, symbol_equated_p): Likewise.
2054 (symbol_constant_p): Likewise.
2055 (symbol_get_bfdsym, symbol_set_bfdsym): Likewise.
2056 (symbol_get_obj, symbol_set_obj): Likewise.
2057 (symbol_get_tc, symbol_set_tc): Likewise.
2058 (symbol_begin): Initialize local_hash.
2059 (print_symbol_value_1): Handle local symbols.
2060 (symbol_print_statistics): Print local symbol statistics.
2061 * symbols.h: Include "struc-symbol.h" if not BFD_ASSEMBLER.
2062 Declare new symbols.c functions. Move many declarations here from
2063 struc-symbol.h.
2064 (SYMBOLS_NEED_BACKPOINTERS): Define if needed.
2065 * struc-symbol.h (SYMBOLS_NEED_BACKPOINTERS): Don't set.
2066 (struct symbol): Move bsym to make it clearly the first field.
2067 Remove TARGET_SYMBOL_FIELDS.
2068 (symbolS): Don't typedef.
2069 (struct broken_word): Remove.
2070 (N_TYPE_seg, seg_N_TYPE): Move to symbol.h.
2071 (SEGMENT_TO_SYMBOL_TYPE, N_REGISTER): Likewise.
2072 (symbol_clear_list_pointers): Likewise.
2073 (symbol_insert, symbol_remove): Likewise.
2074 (symbol_previous, symbol_append): Likewise.
2075 (verify_symbol_chain, verify_symbol_chain_2): Likewise.
2076 (struct local_symbol): Define.
2077 (local_symbol_converted_p, local_symbol_mark_converted): Define.
2078 (local_symbol_resolved_p, local_symbol_mark_resolved): Define.
2079 (local_symbol_get_frag, local_symbol_set_frag): Define.
2080 (local_symbol_get_real_symbol): Define.
2081 (local_symbol_set_real_symbol): Define.
2082 Define.
2083 * write.c (write_object_file): Call resolve_local_symbol_values.
2084 * config/obj-ecoff.h (OBJ_SYMFIELD_TYPE): Define.
2085 (TARGET_SYMBOL_FIELDS): Don't define.
2086 * config/obj-elf.h (OBJ_SYMFIELD_TYPE): Add local field. If
2087 ECOFF_DEBUGGING, add ECOFF fields.
2088 (ELF_TARGET_SYMBOL_FIELDS, TARGET_SYMBOL_FIELDS): Don't define.
2089 * config/obj-multi.h (struct elf_obj_sy): Add local field. If
2090 ECOFF_DEBUGGING, add ECOFF fields.
2091 (ELF_TARGET_SYMBOL_FIELDS, TARGET_SYMBOL_FIELDS): Don't define.
2092 (ECOFF_DEBUG_TARGET_SYMBOL_FIELDS): Don't define.
2093 * config/tc-mcore.h: Don't include struc-symbol.h.
2094 (TARGET_SYMBOL_FIELDS): Don't define.
2095 (struct mcore_tc_sy): Define.
2096 (TC_SYMFIELD_TYPE): Define.
2097 * Many files: Use symbolS instead of struct symbol. Use new
2098 accessor functions rather than referring to symbolS fields
2099 directly.
2100
2101 * read.c (s_mri_common): Don't add in value of line_label.
2102
2103 * config/tc-mips.c (md_apply_fix): Correct parenthesization when
2104 checking for SEC_LINK_ONCE.
2105
2106 * config/tc-sh.h (sh_fix_adjustable): Declare.
2107
2108 * app.c (input_buffer): New static variable.
2109 (app_push): Save saved_input in allocated buffer.
2110 (app_pop): Restored saved_input.
2111 (do_scrub_chars): Change get parameter to take char * and int as
2112 arguments. Change GET macro to pass input_buffer to get
2113 function. Don't save input into allocated buffer.
2114 * as.h (do_scrub_chars): Update declaration.
2115 * input-file.c (input_file_get): Change to take char * and int.
2116 Read data into passed in buffer. Remove static buffer.
2117 * read.c (scrub_from_string): Change to take char * and int. Copy
2118 data into passed in buffer.
2119
2120 * hash.h: Neaten. Declare hash_traverse.
2121 * hash.c: Complete rewrite based on BFD hashing code.
2122 * gasp.c (chunksize): New variable.
2123 * macro.c (macro_expand_body): Call hash_jam with NULL rather than
2124 hash_delete.
2125
661e4995
NC
21261999-05-28 Nick Clifton <nickc@cygnus.com>
2127
2128 * config/tc-arm.c (md_apply_fix3): Add pipeline offset into reloc
2129 addend unless the target uses an old ABI.
2130
d9a62219
DE
2131Mon May 24 13:36:55 1999 Doug Evans <devans@canuck.cygnus.com>
2132
2133 -Wchar-subscripts cleanup
2134 * listing.c (listing_newline): Use unsigned char variable, so
2135 calls to isascii,iscntrl are correct.
2136 * atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with
2137 (unsigned char).
2138 * ecoff.c (ecoff_directive_ent,ecoff_stab): Ditto.
2139 * config/obj-elf.c (obj_elf_vtable_inherit): Ditto.
2140 * config/tc-mips.c (mips_ip,mips16_ip): Ditto.
2141 (my_getSmallExpression,get_number,s_mips_ent): Ditto.
2142
6da466c7
ILT
21431999-05-28 Torbjorn Granlund <tege@matematik.su.se>
2144
2145 * config/tc-m68k.c (m68k_ip): Check for disallowed index register
2146 width for Coldfire.
2147 (arch_coldfire_p): New #define.
2148 (m68k_ip, m68k_init_after_args): Use arch_coldfire_p.
2149
21501999-05-28 Linus Nordberg <linus.nordberg@canit.se>
2151
2152 * config/tc-m68k.c (install_operand): Add places `n', `o'.
2153
2154 * config/tc-m68k.c (m68k_ip): Add formats `E', `G', `H'.
2155 (install_operand): Add place `N'.
2156 (init_table): Add registers ACC, MACSR, MASK.
2157
2158 * config/m68k-parse.h (m68k_register): Add ACC, MACSR, MASK.
2159
2160 * config/tc-m68k.c: Change mcf5200 --> mcf.
2161 (archs): Add mcf5206e, mcf5307.
2162 (m68k_ip): Add format `u'.
2163 (install_operand): Add place `m', `M', `h'.
2164 (init_table): Add upper/lower registers.
2165
2166 * config/m68k-parse.h (m68k_register): Add upper/lower registers.
2167
bedf545c
ILT
21681999-05-28 Martin Dorey <mdorey@madge.com>
2169
2170 * config/tc-i960.c: Several minor changes to add ELF and
2171 BFD_ASSEMBLER support.
2172 * config/tc-i960.h: Likewise.
2173 * configure.in (i960-*-elf*): New target.
2174 * aclocal.m4, configure: Rebuild.
2175
40c62b25
AM
21761999-05-25 Alan Modra <alan@spri.levels.unisa.edu.au>
2177
2178 * config/tc-i386.c (md_apply_fix3): Only do 1999-05-17 fx_pcrel
2179 reloc changes when defined(BFD_ASSEMBLER).
2180
daa01f85
AM
21811999-05-17 Alan Modra <alan@spri.levels.unisa.edu.au>
2182
2183 * config/tc-i386.c (tc_gen_reloc): Remove F and MAP macros.
2184
2185 * write.c (write_print_statistics): Output to file, not stderr.
2186
2187 * expr.c (generic_bignum_to_int32,64): Prototype.
2188
2189 * read.c (s_lcomm_internal, sizeof_sleb128, sizeof_uleb128,
2190 output_sleb128, output_uleb128, output_big_sleb128,
2191 output_big_uleb128, output_big_leb128): Prototype.
2192 (output_big_sleb128, output_big_uleb128): Make inline.
2193 (output_big_leb128): Remove inline
2194
2195 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2196 * config/tc-i386.c (md_apply_fix3): Convert BFD_RELOC_16 with
2197 fx_pcrel set to BFD_RELOC_16_PCREL. Similarly for BFD_RELOC_8.
2198 Handle BFD_RELOC_16_PCREL and BFD_RELOC_8_PCREL. Return changed
2199 value for correct overflow check in write.c:fixup_segment.
2200 * write.c (fixup_segment): Move bitfield overflow checks to after
2201 the md_apply_fix call.
2202 * config/obj-coff.c (fixup_segment): Likewise.
2203 * doc/internals.texi (CPU backend): Mention md_apply_fix modifying
2204 valueT *val argument.
2205
19b34177
AS
2206Fri May 14 10:52:13 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2207
2208 * config/atof-ieee.c (gen_to_words): Correctly round a
2209 denormalized number. Fix off-by-one in range checking for
2210 exponent in a denormal.
2211
b8a40f53
NC
22121999-05-10 Nick Clifton <nickc@cygnus.com>
2213
2214 * config/tc-mcore.c (parse_reg): Accept 'sp' as a valid register
2215 name.
2216
53f3de98
RH
2217Thu May 13 09:46:59 1999 Joel Sherrill (joel@OARcorp.com)
2218
2219 * configure.in (i386-*-rtemself*, sh-*-rtemself*): New targets.
2220
578ec497
AM
22211999-05-12 Alan Modra <alan@spri.levels.unisa.edu.au>
2222
2223 * config/tc-i386.h (InvMem): New flag. Add to AnyMem.
2224 (ReverseRegRegmem): Remove.
2225 (ImmExt): New flag. Renumber some of the opcode_modifier bits.
2226 * config/tc-i386.c (md_assemble): Test for PIII SIMD and AMD
2227 3DNow! via ImmExt opcode_modifier. Remove ReverseRegRegmem
2228 kludge.
2229
2230 From Doug Ledford <dledford@redhat.com>
2231 * config/tc-i386.h (RegXMM): New for P/III.
2232 * config/tc-i386.c: Add support for P/III.
2233
d0e9a01c
RH
2234Sat May 8 23:28:50 1999 Richard Henderson <rth@cygnus.com>
2235
2236 * config/tc-ppc.c (md_parse_option): Recognize -mppc64bridge.
2237 (md_begin): Allow ppc32 insns in ppc64bridge mode.
2238 (ppc_insert_operand): Accept SIGNOPT in ppc64 mode.
2239
83183c0c
RH
2240Thu May 6 23:13:39 1999 Richard Henderson <rth@cygnus.com>
2241
2242 * config/tc-i386.c (i386_immediate): Skip whitespace before
2243 complaining about junk after expression.
2244 (i386_displacement): Likewise.
2245
03987ced
RH
2246Thu May 6 19:50:14 1999 Richard Henderson <rth@cygnus.com>
2247
2248 * symbols.c (symbol_find_base): Use memcpy instead of strcpy.
2249 Don't copy before downcaseing.
2250
0d96863f
CM
22511999-05-05 Catherine Moore <clm@cygnus.com>
2252
2253 * tc-m68k.c: Include elf/m68k.h.
2254 (m68k_elf_final_processing): New routine.
2255 * tc-m68k.h (elf_tc_final_processing m68k_elf_final_processing):
2256 Define.
2257
90700a53
JL
2258Mon May 3 10:26:03 1999 Jeffrey A Law (law@cygnus.com)
2259
2260 * config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like a
2261 17 bit fmt insn.
2262
252b5132
RH
22631999-04-30 Nick Clifton <nickc@cygnus.com>
2264
2265 * config/tc-mcore.c (mcore_s_section): Dump literals before
2266 changing section.
2267
22681999-04-29 Nick Clifton <nickc@cygnus.com>
2269
2270 * config/tc-mcore.c (md_apply_fix3): Insert reloc addend into insn
2271 for COFF/PE port.
2272
2273Mon Apr 26 12:34:37 1999 Doug Evans <devans@canuck.cygnus.com>
2274
2275 * config/tc-fr30.h (TC_FIX_TYPE): Delete, cgen fields moved to write.h.
2276 (TC_INIT_FIX_DATA): Delete.
2277 * config/tc-m32r.h (TC_FIX_TYPE): Delete, cgen fields moved to write.h.
2278 (TC_INIT_FIX_DATA): Delete.
2279 * write.h (struct fix): New member fx_cgen, ifdef USING_CGEN.
2280 * write.c (fix_new_internal): Initialize fx_cgen member.
2281 * cgen.c (gas_cgen_record_fixup,gas_cgen_record_fixup_exp): Update.
2282 (gas_cgen_md_apply_fix3): Update.
2283 * config/tc-m32r.c (md_cgen_lookup_reloc): Update.
2284 (md_cgen_record_fixup_exp): Update.
2285 (FX_OPINFO_R_TYPE): Update.
2286
2287 * frags.c (frag_var,frag_variant): Initialize fr_cgen here.
2288 * config/tc-fr30.h (TC_FRAG_INIT): Delete.
2289 * config/tc-m32r.h (TC_FRAG_INIT): Delete.
2290 * frags.h (struct frag): Make opindex, opinfo ints.
2291
2292 * config/tc-fr30.c (FX_OPINFO_R_TYPE): Delete, unused.
2293
22941999-04-26 Tom Tromey <tromey@cygnus.com>
2295
2296 * aclocal.m4, configure: Updated for new version of libtool.
2297
22981999-04-22 Nick Clifton <nickc@cygnus.com>
2299
2300 * config/tc-mcore.c (md_apply_fix3): Renamed function from
2301 md_apply_fix.
2302 (md_apply_fix3): Do not fix up absolute relocations against
2303 symbolic values.
2304
2305 * config/tc-mcore.h (MD_APPLY_FIX3): Define.
2306
23071999-04-20 Nick Clifton <nickc@cygnus.com>
2308
2309 * config/tc-mcore.c (md_pseudo_table): Add intercepts for section
2310 changes and data-in-text directives.
2311 (mcore_cons): New function: intercept cons() operations.
2312 (mcore_float_cons): New function: intercept float_cons()
2313 operations.
2314 (mcore_stringer): New function: intercept stringer() operations.
2315
23161999-04-18 Ian Lance Taylor <ian@zembu.com>
2317
2318 * obj.h (struct format_ops): Change generate_asm_lineno field to
2319 take no parameters.
2320 * config/obj-ecoff.h (OBJ_GENERATE_ASM_LINENO): Don't define.
2321
2322 * config/tc-alpha.c (find_opcode_match): Add default case to
2323 switch.
2324 (find_macro_match): Likewise.
2325 (load_expression): Parenthesize && within ||.
2326
2327 * config/tc-alpha.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
2328
23291999-04-17 Nick Clifton <nickc@cygnus.com>
2330
2331 * config/tc-mcore.c (md_pseudo_table): Add overrides for .bss
2332 .text .data .section pseudo ops.
2333 (mcore_s_section): New function. Dump lits before changing secs.
2334 (mcore_s_text): New function. Dump lits before changing secs.
2335 (mcore_s_data): New function. Dump lits before changing secs.
2336
23371999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
2338
2339 * config/tc-mips.c (mips_32bitmode): New.
2340 (md_begin): Set mips_32bitmode if needed.
2341 (mips_elf_final_processing): Don't set EF_MIPS_ARCH.
2342 Set EF_MIPS_32BITMODE.
2343
2344Fri Apr 16 12:26:39 1999 Bob Manson <manson@charmed.cygnus.com>
2345
2346 * config/obj-coff.c (c_section_symbol): Fix typo in previous
2347 change.
2348
23491999-04-16 Nick Clifton <nickc@cygnus.com>
2350
2351 * config/tc-mcore.h (LOCAL_LABELS_FB): Define to 1.
2352
2353Thu Apr 15 16:52:09 1999 Jeffrey A Law (law@cygnus.com)
2354
2355 * tc-hppa.c (pa_get_absolute_exression): Try to handle "5 %r3"
2356 expressions correctly.
2357
2358
23591999-04-15 Gavin Romig-Koch <gavin@cygnus.com>
2360
2361 * config/tc-mips.c (mips_elf_final_processing): Set EF_MIPS_ARCH.
2362
2363Mon Apr 12 23:45:07 1999 Jeffrey A Law (law@cygnus.com)
2364
2365 * tc-hppa.c (pa_ip, case '3'): New case for PA2.0 fmpyfadd
2366 and fmpynfadd instructions.
2367
23681999-04-11 Richard Henderson <rth@cygnus.com>
2369
2370 * as.h (environ): Declare it, if needed.
2371 * as.c (dump_statistics): Don't declare environ.
2372 * configure.in (environ): Detect declaration.
2373 * configure, config.in: Rebuild
2374
2375 * config/tc-i386.c (i386_immediate): Accept @GOT relocations.
2376 (i386_displacement): Allocate enough space for replacement buffer.
2377 Clean up replacement buffer initialization.
2378
23791999-04-11 Bob Manson <manson@charmed.cygnus.com>:
2380
2381 * subsegs.c (section_symbol): Don't create a new symbol if one
2382 already exists; instead, use the existing one, but set its segment
2383 and frag data if it hasn't already been defined.
2384 * config/obj-coff.c (c_section_symbol): Likewise.
2385
2386Sat Apr 10 20:10:02 1999 Richard Henderson <rth@cygnus.com>
2387
2388 * tc-alpha.c (load_expression): Call as_bad instead of abort.
2389
23901999-04-08 Nick Clifton <nickc@cygnus.com>
2391
2392 * config/tc-mcore.c: New File: Support routines for MCore
2393 assembler.
2394 * config/tc-mcore.h: New File: Definitions for MCore assembler.
2395 * config/obj-coff.c: Add support for mcore-pe target.
2396
2397 * Makefile.am: Add support for MCore targets.
2398 * Makefile.in: Regenerate.
2399 * configure.in: Add support for MCore targets.
2400 * configure: Regenerate.
2401
2402 * doc/all.texi: Set MCORE.
2403 * doc/as.texinfo: Document MCore specific command line options.
2404
2405 * write.h: Prevent multiple inclusion.
2406
24071999-04-06 Ian Lance Taylor <ian@zembu.com>
2408
2409 * asintl.h (LC_MESSAGES): Never define.
2410 * as.c (main): Don't pass LC_MESSAGES to setlocale if the system
2411 does not define it.
2412 * gasp.c (main): Don't pass LC_MESSAGES to setlocale if the system
2413 does not define it.
2414
2415 * Makefile.am (m68k-parse.c): If configuring in the source
2416 directory, copy m68k-parse.y into the local directory before
2417 running ylwrap, to remove spurious differences when generating
2418 snapshots.
2419 * Makefile.in: Rebuild.
2420
2421 * config/tc-sparc.h (md_do_align): Just allocate the number of
2422 bytes necessary, rather than always allocating 1024.
2423
24241999-04-04 Ian Lance Taylor <ian@zembu.com>
2425
2426 * listing.c (listing_newline): Add cast to avoid warning.
2427 * read.c (generate_lineno_debug): Add cases to switch. Reindent.
2428 * config/tc-i386.c (i386_scale): Add return value.
2429 (build_displacement_string): Remove unused local temp_disp2.
2430 (i386_intel_memory_operand): Add parentheses to avoid warning.
2431 (i386_intel_operand): Remove unused local end_of_operand_string.
2432 (i386_operand): Remove unused local operand_modifier.
2433 (i386_operand): Add parens to avoid warning.
2434
24351999-04-04 Don Bowman <don@pixsci.com>
2436
2437 * configure.in: Add mips*-*-vxworks* target; have it define
2438 MIPS_STABS_ELF.
2439 * configure, config.in: Rebuild.
2440
24411999-03-31 Nick Clifton <nickc@cygnus.com>
2442
2443 * configure.in (emulations): Add support for arm-epoc-pe.
2444 * configure: Regenerate.
2445 * config/te-epoc-pe.h: New file. Define macros specific to
2446 arm-epoc-pe target.
2447 * config/tc-arm.h: Select epoc-pe-arm target format if configured
2448 for arm-epoc-pe target.
2449
2450Mon Mar 29 10:15:40 CST 1999 Catherine Moore <clm@cygnus.com>
2451
2452 * tc-mips.c (md_apply_fix): Adjust value for linkonce sections.
2453
2454Wed Mar 24 14:11:10 1999 Jeffrey A Law (law@cygnus.com)
2455
2456 * tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): Clean up code to
2457 detect ",n" without a condition.
2458 (pa_parse_neg_cmpsub_cmpltr): Likewise.
2459
2460
2461Tue Mar 23 11:28:23 1999 Jeffrey A Law (law@cygnus.com)
2462
2463 * tc-hppa.c (pa_ip, case '~'): The condition for a branch on bit
2464 instruction is encoded with one bit.
2465
2466
24671999-03-23 Ian Lance Taylor <ian@zembu.com>
2468
2469 * doc/internals.texi (CPU backend): Mention that
2470 line_separator_chars should not include newline. From thi
2471 <ttn@mingle.glug.org>.
2472
24731999-03-22 Doug Evans <devans@casey.cygnus.com>
2474
2475 * config/tc-fr30.c (md_begin): Update call to fr30_cgen_cpu_open.
2476 * config/tc-m32r.c (md_begin): Update call to m32r_cgen_cpu_open.
2477
2478Sun Mar 21 18:08:18 1999 Richard Henderson <rth@cygnus.com>
2479
2480 * tc-alpha.c (md_assemble): Allow '6' in an opcode.
2481
2482Thu Mar 18 10:55:30 1999 Jeffrey A Law (law@cygnus.com)
2483
2484 * tc-hppa.c (pa_ip, case 'a'): Do not call pa_parse_..._cmpsub_cmpltr.
2485
2486
2487Thu Mar 18 02:30:07 1999 Jeffrey A Law (law@cygnus.com)
2488
2489 * tc-hppa.c (pa_ip, case 'd'): Do not allow ",n".
2490
24911999-03-15 Martin Hunt <hunt@cygnus.com>
2492
2493 * app.c (do_scrub_begin): Change '-' back to a symbol char
2494 so we can use multiple opcodes on a line again.
2495
2496 * config/tc-d30v.c: By default, warn if a symbol has
2497 the same name as a register. Plus some minor
2498 updates from the branch.
2499
25001999-03-13 Nick Clifton <nickc@cygnus.com>
2501
2502 * config/tc-d30v.c (md_apply_fix3): Handle BFD_RELOC_8,
2503 BFD_RELOC_16 and BFD_RELOC_64.
2504
25051999-03-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2506
2507 * expr.c (expr): Add missing else.
2508
25091999-03-12 Nick Clifton <nickc@cygnus.com>
2510
2511 * config/tc-arm.c (md_apply_fix3): Improve error message.
2512
25131999-03-11 Doug Evans <devans@casey.cygnus.com>
2514
2515 * Makefile.am (CPU_TYPES): Add fr30.
2516 (cgen.o): Add $(CGEN_CPU_PREFIX)-desc.h dependency.
2517 (fr30,m32r dependencies): Update.
2518 * Makefile.in: Rebuild.
2519
2520 * cgen.c (gas_cgen_record_fixup): Update use of operand->type.
2521 (gas_cgen_record_fixup_exp): Ditto.
2522 (gas_cgen_finish_insn): Call cgen_operand_lookup_by_num.
2523 (gas_cgen_md_apply_fix3): Ditto. Update call to set_vma_operand.
2524 * config/tc-fr30.c (md_begin): Update call to fr30_cgen_cpu_open.
2525 (md_cgen_lookup_reloc): Update use of operand->type.
2526 * config/tc-m32r.c (md_begin): Update call to fr30_cgen_cpu_open.
2527 (md_convert_frag): Call cgen_operand_lookup_by_num.
2528 (md_cgen_lookup_reloc): Update use of operand->type.
2529 (m32r_cgen_record_fixup_exp): Ditto.
2530
25311999-03-09 Jim Blandy <jimb@zwingli.cygnus.com>
2532
2533 * config/tc-mips.c (md_show_usage): Fix message.
2534
25351999-03-03 Nick Clifton <nickc@cygnus.com>
2536
2537 * doc/c-arm.texi (ARM Syntax): Document new command line switches
2538 and LDR reg,=<expr> instruction.
2539
2540 * config/tc-arm.c: Add support for -mcpu=arm810, -mcpu=arm9 and
2541 -mcpu=arm9tdmi.
2542
2543Fri Feb 19 09:36:30 1999 Ian Lance Taylor <ian@cygnus.com>
2544
2545 * doc/c-arm.texi (ARM-Chars): Fix typo in use of '@'.
2546
25471999-02-17 Nick Clifton <nickc@cygnus.com>
2548
2549 This patch was created by: Scott Bambrough
2550 <scottb@corelcomputer.com>
2551
2552 * app.c:
2553 Special cased '@' character. The '@' character is used as the
2554 ARM assembler comment character, as a special character
2555 and in ELF .symver pseudo-op's, and as a special character in
2556 .type and .section pseudo-ops.
2557 (symver_pseudo): New static variable.
2558 (symver_state): New static variable.
2559 (struct app_save): Add field 'symver_state'.
2560 (app_push): Save global symver_state int struct app_save.
2561 (app_pop): Restore global symver_state from struct app_save.
2562 (do_scrub_chars): Special case handling of '@' character in
2563 .symver pseudo-ops.
2564
2565 * configure.in: Modified to recognize armv* uname syntax from ARM
2566 Linux kernel.
2567 * configure: Regenerated.
2568
2569 * config/obj-elf.c (obj_elf_section): Allow '%' as well as '@' as
2570 a prefix to the section's type.
2571 (obj_elf_type): Allow '%' as well as '@' and '#' as prefixes to
2572 the type's typename.
2573
2574 * config/tc-arm.h: Add support for PIC generation:
2575 (pic_code): New boolean.
2576 (obj_relocate_extern): Define.
2577 (TC_RELOC_RTSYM_LOC_FIXUP): Define
2578 (TC_CONS_FIX_NEW): Define.
2579 (tc_fix_adjustable): Define.
2580 (GLOBAL_OFFSET_TABLE_NAME): Define.
2581
2582 * config/tc-arm.c: Add support for PIC generation:
2583 (line_seperator_chars): Allow ';' as a seperator for Linux.
2584 (is_immediate_prefix): New macro.
2585 (arm_parse_reloc): New function.
2586 (s_arm_elf_cons): New function.
2587 (do_branch): Special case for BFD_RELOC_ARM_PLT32.
2588 (md_undefined_symbol): Special case handling for the Global Offset
2589 Table's symbol.
2590 (md_apply_fix3): Handle PIC relocs.
2591 (tc_gen_reloc): Handle PIC relocs.
2592 (md_parse_option): Add support for '-k' command line switch to
2593 enable PIC generation.
2594 (cons_fix_new_arm): New function.
2595 (s_arm_elf_cons): New function.
2596
2597Tue Feb 16 16:31:53 1999 Ian Lance Taylor <ian@cygnus.com>
2598
2599 * configure.in: Add comments for uses of AC_DEFINE.
2600 * acinclude.m4: Likewise.
2601 * acconfig.h: Remove.
2602 * aclocal.m4: Rebuild.
2603 * configure: Rebuild.
2604 * Makefile.in: Rebuild.
2605 * config.in: Rebuild.
2606
26071999-02-15 Jim Lemke <jlemke@cygnus.com>
2608
2609 * config/tc-mips.c (mips_ip: case 'o'): Fix assertion failure for
2610 non-constant offset from a base register.
2611
26121999-02-14 Ken Raeburn <raeburn@raeburn.org>
2613
2614 * config/tc-alpha.c (md_show_usage): Put \ before newline in
2615 strings always.
2616
2617Sat Feb 13 14:10:10 1999 Richard Henderson <rth@cygnus.com>
2618
2619 * config/tc-alpha.c (cpu_types): Enable EV6 PALcode with -m21264.
2620 (emit_insn): Look for pc-relative and no-overflow specifiers on
2621 internal relocation types.
2622
26231999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
2624
2625 * doc/c-mips.texi (MIPS Opts): Updated list of -mNNNN and
2626 -mcpu=NNNN flags.
2627
2628 * config/tc-mips.c: Remove all the mips_NNNN variables; just use
2629 mips_cpu instead.
2630 (mips_4650, mips_4010, mips_4100): Variables removed.
2631 (hilo_interlocks, gpr_interlocks, append_insn, macro_build, macro,
2632 macro2, mips16_macro, mips_ip): Test mips_cpu, not the mips_NNNN
2633 variables.
2634 (md_begin): Don't bother initializing the mips_NNNN variables;
2635 mips_cpu is set, and that's good enough now.
2636 (md_parse_option): Have the -mNNNN options set mips_cpu instead of
2637 the mips_NNNN variable. The -no-mNNNN flags are now no-ops.
2638 (show): New function, to handle wrapping in the CPU lists.
2639 (md_show_usage): Update lists of -mcpu and -mNNNN switches.
2640
2641Sat Feb 13 00:17:26 1999 Richard Henderson <rth@cygnus.com>
2642
2643 * config/tc-i386.c (i386_intel_operand): Ignore `SHORT' rather
2644 than treat as an immediate specifier.
2645
2646Thu Feb 11 16:18:31 1999 Richard Henderson <rth@cygnus.com>
2647
2648 * config/tc-i386.c: Prototype many functions.
2649 (set_intel_syntax): Accept `prefix'/`noprefix' specifiers.
2650 (i386_immediate): Remove unused second argument.
2651 (i386_intel_operand): Fix i386_is_reg typo.
2652 (i386_operand): Use allow_naked_reg.
2653 (output_invalid): Make operand int for K&R.
2654
2655Thu Feb 11 11:21:02 1999 Ian Lance Taylor <ian@cygnus.com>
2656
2657 * Makefile.am (EXTRA_as_new_SOURCES): Uncomment--fixed by automake
2658 patch.
2659 * Makefile.in: Rebuild.
2660
26611999-02-09 Doug Evans <devans@casey.cygnus.com>
2662
2663 * Makefile.am (DISTCLEANFILES): Change cgen-opc.h to cgen-desc.h.
2664 (cgen.o): Ditto.
2665 (EXTRA_as_new_SOURCES): Comment out.
2666 (.tcdep): <arch>-opc.h renamed to <arch>-desc.h.
2667 * Makefile.in: Rebuild.
2668 * doc/Makefile.in: Rebuild.
2669 * configure.in: Require autoconf 2.13. Redo using_cgen handling.
2670 Delete call to AM_CYGWIN32. Replace AM_EXEEXT with AC_EXEEXT.
2671 (AC_OUTPUT): <arch>-opc.h renamed to <arch>-desc.h.
2672 * configure: Rebuild.
2673 * aclocal.m4: Rebuild.
2674 * config.in: Rebuild.
2675 * cgen.c: Include cgen-desc.h, not cgen-opc.h.
2676 (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC.
2677 (gas_cgen_cpu_desc): Renamed from gas_cgen_opcode_desc.
2678 CGEN_INSN_ATTR renamed to CGEN_INSN_ATTR_VALUE.
2679 CGEN_OPERAND_ATTR renamed to CGEN_OPERAND_ATTR_VALUE.
2680 (gas_cgen_record_fixup): Remove unnecessary != 0 test.
2681 (gas_cgen_record_fixup_exp): Ditto.
2682 (gas_cgen_finish_insn): Ditto. Refer to operand table via cpu
2683 descriptor, not global variable.
2684 (gas_cgen_md_apply_fix3): Refer to operand_table via cpu
2685 descriptor, not global variable. Refer to insert_operand handler
2686 via cpu descriptor, not global function.
2687 * cgen.h (*): CGEN_OPCODE_DESC renamed to CGEN_CPU_DESC.
2688 * config/tc-fr30.c: Include opcodes/fr30-desc.h.
2689 (*): gas_cgen_opcode_desc renamed to gas_cgen_cpu_desc.
2690 CGEN_INSN_ATTR renamed to CGEN_INSN_ATTR_VALUE.
2691 Update call to CGEN_OPERAND_TYPE,CGEN_INSN_OPERANDS.
2692 * config/tc-m32r.c: Ditto.
2693 (assemble_two_insns): Update calls to cgen_lookup_get_insn_operands.
2694 (md_assemble): Ditto.
2695 (md_convert_frag): Update call to CGEN_OPERAND_ENTRY.
2696
26971999-02-09 Nick Clifton <nickc@cygnus.com>
2698
2699 * config/tc-arm.c (md_apply_fix3): Fix handling of label1 - label2
2700 relocations for ELF targets.
2701
27021999-02-08 Nick Clifton <nickc@cygnus.com>
2703
2704 * configure.in: Add support for StrongARM target.
2705 * configure: Regenerate.
2706
27071999-02-05 Nick Clifton <nickc@cygnus.com>
2708
2709 * config/tc-arm.h: Tidy OBJ_ELF and OBJ_COFF definitions.
2710
2711 * config/tc-arm.c (md_apply_fix3): Fix BFD_RELOC_ARM_PCREL_BRANCH
2712 for COFF ports.
2713
2714Wed Feb 3 11:35:47 1999 Richard Henderson <rth@cygnus.com>
2715
2716 * config/tc-alpha.c (md_show_usage): Document pca56 and ev6 options.
2717
2718Mon Feb 1 20:37:30 1999 Catherine Moore <clm@cygnus.com>
2719
2720 * config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Define.
2721 (INTEL_DWORD_MNEM_SUFFIX): Define.
2722 (BYTE_PTR): Define.
2723 (WORD_PTR): Define.
2724 (DWORD_PTR): Define.
2725 (XWORD_PTR): Define.
2726 (SHORT): Define.
2727 (OFFSET_FLAT): Define.
2728 (FLAT): Define.
2729 (NONE_FOUND): Define.
2730 (No_dSuf): Define.
2731 (No_xSuf): Define.
2732 * config/tc-i386.c (set_intel_syntax): New routine.
2733 (intel_syntax): Declare.
2734 (allow_naked_reg): Declare.
2735 (md_pseudo_table): Support .intel_syntax and .att_syntax.
2736 (intel_float_operand): New routine.
2737 (md_assemble): Handle INTEL_DWORD_MNEM_SUFFIX.
2738 Handle brackets as well as parens. Call i386_intel_operand for
2739 intel syntax. Reverse operands if appropriate. Handle new
2740 suffixes. Handle movzx and movsx.
2741 (i386_is_reg): New routine.
2742 (i386_immediate): New routine.
2743 (i386_scale): New routine.
2744 (i386_displacement): New routine.
2745 (i386_operand_modifier): New routine.
2746 (build_displacement_string): New routine.
2747 (i386_parse_seg): New routine.
2748 (i386_intel_memory_operand): New routine.
2749 (i386_intel_operand): New routine.
2750 (i386_operand): Call i386_displacement, i386_immediate,
2751 i386_scale, etc. instead of handling inline.
2752 (parse_register): Handle registers without prefix.
2753
2754Mon Feb 1 12:24:58 1999 Catherine Moore <clm@cygnus.com>
2755
2756 * configure: Regenerate.
2757 * configure.in (arm-*-oabi): New.
2758 (thumb-*-oabi): New.
2759 * config/tc-arm.c (target_oabi): Declare.
2760 (md_apply_fix3): Support REL relocs.
2761 (md_parse_option): Handle -oabi.
2762 (elf32_arm_target_format): New routine.
2763 (md_longopts): Add OPTION_OABI.
2764 * config/tc-arm.h: Redefine TARGET_FORMAT.
2765
2766
27671999-01-28 Nick Clifton <nickc@cygnus.com>
2768
2769 * write.c (write_relocs): Handle out of range error.
2770
2771 * config/tc-fr30.c (fr30_fix_adjustable): New function.
2772 (fr30_force_relocation): Default to 0.
2773
2774 * config/tc-fr30.h (obj_fix_adjustable): Define.
2775 (TC_FORCE_RELOCATION): Define.
2776
2777 * cgen.c (gas_cgen_md_apply_fix3): Do not apply fixes to VTABLE
2778 relocs.
2779
27801999-01-16 Nick Clifton <nickc@cygnus.com>
2781
2782 * config/tc-d30v.c (write_2_short): Do not generate a sequential
2783 merge of two instructions if the left instruciton kills the right.
2784
27851999-01-11 Doug Evans <devans@casey.cygnus.com>
2786
2787 * Makefile.in: Regenerate.
2788 * configure.in: Redo test for using cgen.
2789 * configure: Regenerate.
2790
27911999-01-09 Nick Clifton <nickc@cygnus.com>
2792
2793 * config/obj-coff.h (obj_adjust_symtab): Prevent accidental
2794 redefinition of this macro.
2795
2796Tue Jan 5 21:58:03 1999 Doug Evans <devans@canuck.cygnus.com>
2797
2798 * config/tc-mips.c (mips_frob_file): Disable "Unmatched %hi reloc"
2799 warning.
2800
28011998-12-29 Gavin Romig-Koch <gavin@cygnus.com>
2802
2803 * config/tc-mips.c (append_insn): For mips16, insert a nop between
2804 a read of HI or LO and an immediatly following branch.
2805
28061998-12-29 Gavin Romig-Koch <gavin@cygnus.com>
2807
2808 * config/tc-mips.c (md_begin): Another correction to the setting of
2809 mips_eabi64.
2810
28111998-12-23 Gavin Romig-Koch <gavin@cygnus.com>
2812
2813 * config/tc-mips.c (md_begin): Correct type-o in setting of mips_eabi64.
2814
28151998-12-21 Nick Clifton <nickc@cygnus.com>
2816
2817 * config/tc-m32r.c (md_assemble): Emit a NOP after a relaxable 16
2818 bit insn when optimizing, so that parallelised instructions will
2819 start on a 32 bit boundary.
2820
28211998-12-19 Gavin Romig-Koch <gavin@cygnus.com>
2822
2823 * config/tc-mips.c (mips_eabi64): New.
2824 (md_begin): Set mips_eabi64.
2825 (mips_elf_final_processing): Use it.
2826
28271998-12-18 Gavin Romig-Koch <gavin@cygnus.com>
2828
2829 * config/tc-mips.c (mips_elf_final_processing):
2830 Correct setting of ABI in e_flags.
2831
2832Wed Dec 16 16:17:22 1998 Dave Brolley <brolley@cygnus.com>
2833
2834 * config/tc-fr30.c (md_assemble): Warn about invalid instructions in delay slots.
2835
28361998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
2837
2838 * config/tc-mips.c (md_begin,md_parse_option): Handle vr4111.
2839
28401998-12-15 Doug Evans <devans@casey.cygnus.com>
2841
2842 * cgen.c (gas_cgen_md_apply_fix3): Mark as an error, rather than a
2843 warning, values that don't fit in the field.
2844
28451998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
2846
2847 * config/tc-mips.c (mips_abi_string): New.
2848 (md_parse_option,md_longopts): Add mabi.
2849 (mips_elf_final_processing): Set e_flags based on mabi flag.
2850
28511998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
2852
2853 * config/tc-mips.c (md_parse_option): Handle vr4111.
2854
285598-12-11 Ken Raeburn <raeburn@cygnus.com>
2856
2857 * config/tc-h8300.c (build_bytes): Change message given if the
2858 instruction requires H8/300H mode and we're not in Hmode, to
2859 suggest that it may be the operand modes that are the problem, not
2860 necessarily the opcode.
2861
28621998-12-10 Nick Clifton <nickc@cygnus.com>
2863
2864 * config/tc-fr30.c: Add line separator character.
2865
2866Tue Dec 8 19:51:50 1998 Mark Klein <mklein@dis.com>
2867
2868 * configure.in (hppa-*-mpeix*): New target.
2869 * config/obj-som.h (obj_som_compiler): Declare.
2870 * config/obj-som.c (compiler_seen): New static variable.
2871 (obj_som_compiler): New function.
2872 * config/tc-hppa.c: Update tc_data uses for change to bfd/som.h.
2873 (md_pseudo_table): Add "compiler" if OBJ_SOM.
2874 (pa_type_args): Set hppa_priv_level.
2875 (pa_compiler): New static function if OBJ_SOM.
2876 * configure: Rebuild.
2877
2878Tue Dec 8 15:00:50 1998 Ian Lance Taylor <ian@cygnus.com>
2879
2880 * read.c (output_leb128): Don't mark as inline.
2881
28821998-12-08 Andrew MacLeod <amacleod@cygnus.com>
2883
2884 * config/tc-ppc.c (ppc_vbyte): Prototype and new function for
2885 AIX .vbyte unaligned data support.
2886 (md_pseudo_table): Add 'vbyte' to list of valid pseudos.
2887 (ppc_elf_validate_fix): Add eh_frame to list of ELF relocatable
2888 sections.
2889
28901998-12-07 Nick Clifton <nickc@cygnus.com>
2891
2892 * config/tc-d30v.c (md_assemble, do_assemble): Improve erroneous
2893 input handling.
2894
2895Mon Dec 7 09:48:34 1998 Catherine Moore <clm@cygnus.com>
2896
2897 * config/tc-arm.c (elf32_arm_force_relocation): Check for
2898 BFD_RELOC_ARM_PCREL_BRANCH.
2899
2900Sun Dec 6 12:46:36 1998 Ian Lance Taylor <ian@cygnus.com>
2901
2902 * configure.in: Define TARGET_BYTES_{BIG,LITTLE}_ENDIAN after
2903 checking the target type.
2904 (mips-dec-bsd*): Set endian to little.
2905 * configure: Rebuild.
2906
2907 COFF weak symbol support, based on patches from Mark Elbrecht
2908 <snowball3@usa.net>:
2909 * config/obj-coff.h (S_IS_WEAK): Define if not BFD_ASSEMBLER.
2910 * config/obj-coff.c (obj_coff_weak): New static function.
2911 (obj_coff_endef) [both versions]: Handle weak symbols.
2912 (coff_frob_symbol): Likewise.
2913 (yank_symbols): Likewise.
2914 (obj_pseudo_table): Add "weak".
2915
2916 * configure.in (m68k-*-gnu*): New target. From Aymeric Vincent
2917 <aymeric.vincent@emi.u-bordeaux.fr>.
2918 * aclocal.m4: Rebuild with current tools.
2919 * configure: Rebuild.
2920
2921 * config/tc-alpha.c (emit_ldgp): Give an error message rather than
2922 an assertion failure for a case we can't handle when OBJ_ECOFF.
2923
2924 * expr.c (operator): And with 0xff to avoid problems with signed
2925 char.
2926
29271998-12-03 Nick Clifton <nickc@cygnus.com>
2928
2929 * config/tc-fr30.c (md_cgen_lookup_reloc): Generate
2930 BFD_RELOC_FR30_48 instead of BFD_RELOC_FR30_32.
2931
29321998-12-02 Nick Clifton <nickc@cygnus.com>
2933
2934 * config/tc-fr30.c (md_cgen_lookup_reloc): Enable relocs for
2935 LDI:20 insn.
2936
2937Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com>
2938
2939 * config/tc-fr30.c (md_pcrel_from_section): Restore previous calculation
2940 of pcrel point.
2941
2942Tue Nov 24 17:21:52 1998 Nick Clifton <nickc@cygnus.com>
2943
2944 * config/tc-fr30.c (md_pcrel_from_section): Fix calculation of
2945 pcrel point.
2946
2947Tue Nov 24 14:54:38 1998 Nick Clifton <nickc@cygnus.com>
2948
2949 * config/tc-d10v.c (md_assemble): Make static 'etype' have file
2950 scope.
2951 (d10v_cleanup): Only generate previous insn if a multiline insn is
2952 not pending.
2953
2954Fri Nov 20 11:41:13 1998 Nick Clifton <nickc@cygnus.com>
2955
2956 * config/tc-fr30.c (md_cgen_lookup_reloc): Add support for
2957 FR30_OPERAND_I32.
2958
2959Thu Nov 19 15:01:29 1998 Nick Clifton <nickc@cygnus.com>
2960
2961 * config/tc-arm.c (md_parse_option): Add support for -marm7xxx and
2962 -marm6xxx command line switches.
2963
29641998-11-18 Doug Evans <devans@casey.cygnus.com>
2965
2966 * Makefile.am (DEP): Use $(srcdir)/../mkdep.
2967 (itbl-ops.o): Delete duplicate dependencies.
2968 Rebuild dependencies.
2969 Add fr30 dependencies.
2970 * Makefile.in: Rebuild.
2971
2972Tue Nov 17 13:42:42 1998 Nick Clifton <nickc@cygnus.com>
2973
2974 * config/tc-fr30.c (md_cgen_lookup_reloc): Updated to match latest
2975 opcode list.
2976 * listing.c: Ignore line terminator characters found inside
2977 strings.
2978
2979Thu Nov 12 19:21:24 1998 Dave Brolley <brolley@cygnus.com>
2980
2981 * po/gas.pot: Regenerated.
2982
2983Thu Nov 12 10:54:16 1998 Nick Clifton <nickc@cygnus.com>
2984
2985 * config/tc-fr30.c (fr30_is_colon_insn): New name for
2986 fr30_is_label_start(). Also checks for delay slot insns.
2987
2988 * config/tc-fr30.c (fr30_is_label_start): New function: Handle
2989 FR30 instructions which contain a colon in the mnemonic.
2990
2991 * config/tc-fr30.h (TC_START_LABEL): Define this macro.
2992
2993Wed Nov 11 09:58:21 1998 Nick Clifton <nickc@cygnus.com>
2994
2995 * config/tc-fr30.c: Removed currently superflous code.
2996
2997Tue Nov 10 13:13:05 1998 Nick Clifton <nickc@cygnus.com>
2998
2999 * config/tc-fr30.h: New file.
3000 * config/tc-fr30.c: Tweaking so that it will compile.
3001
3002Tue Nov 10 14:41:33 1998 Catherine Moore <clm@cygnus.com>
3003
3004 * config/tc-d10v.h (obj_fix_adjustable): Define.
3005 (TC_FORCE_RELOCATION): Define.
3006 (d10v_force_relocation): Declare.
3007 * config/tc-d10v.c (tc_gen_reloc): Handle Vtable relocs.
3008 (md_apply_fix3): Handle Vtable relocs.
3009 (d10v_fix_adjustable): New.
3010 (d10v_force_relocation): New.
3011
3012Mon Nov 9 14:25:06 1998 Nick Clifton <nickc@cygnus.com>
3013
3014 * config/tc-d30v.c: Change default behaviour to ignore potential
3015 conflicts between register name and symbol names.
3016
3017Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>
3018
3019 * configure.in: Add fr30-*-*.
3020 * config/tc-fr30.c: New file.
3021 * Makefile.in: Regenerated.
3022 * config.in: Regenerated.
3023 * configure: Regenerated.
3024 * doc/Makefile.in: Regenerated.
3025 * po/gas.pot: Regenerated.
3026
3027Mon Nov 2 20:54:16 1998 Doug Evans <devans@canuck.cygnus.com>
3028
3029 * config/tc-m32r.c (assemble_two_insns): Ensure both insns
3030 are 16 bit insns.
3031
3032Mon Nov 2 20:10:18 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
3033
3034 * app.c (do_scrub_begin): Set characters above 127 to be symbol
3035 characters.
3036 (do_scrub_chars): Add some casts to unsigned char to avoid
3037 unwanted sign extension.
3038 * read.c (lex_type): Set characters about 127 to be symbol
3039 characters.
3040 * config/tc-i386.c (md_begin): Set identifier_chars and
3041 operand_chars for values above 127.
3042
3043Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
3044
3045 * configure.in: detect cygwin* instead of cygwin32*
3046 * configure: regenerate
3047
3048Tue Oct 27 13:18:40 1998 Nick Clifton <nickc@cygnus.com>
3049
3050 * listing.c: Add support for producing a listing from piped
3051 input.
3052
3053Tue Oct 27 08:56:44 1998 Gavin Romig-Koch <gavin@cygnus.com>
3054
3055 * config/tc-mips.c (hilo_interlocks): Remove mips_3900.
3056 (append_insn): Account for the tx39's multiply behavior.
3057
30581998-10-26 Michael Meissner <meissner@cygnus.com>
3059
3060 * config/tc-m32r.c (assemble_two_insns): Rename assemble_two_insns
3061 from assemble_parallel_insns. Add support for '->' to indicate
3062 explicitly serializing the instructions.
3063 (md_assemble): Ditto.
3064
3065Sat Oct 24 15:12:19 1998 Catherine Moore <clm@cygnus.com>
3066
3067 * config/tc-sh.c (sh_fix_adjustable): Adjust EXTERN and
3068 WEAK handling.
3069
3070Thu Oct 22 12:41:33 1998 Catherine Moore <clm@cygnus.com>
3071
3072 * cgen.c (gas_cgen_md_apply_fix3): Revert last change.
3073
3074Thu Oct 22 10:03:15 1998 Ron Unrau <runrau@cygnus.com>
3075
3076 * config/tc-mips.c : support frame and regmask/fregmask when
3077 MIPS_STABS_ELF is specified.
3078
3079Wed Oct 21 11;34:51 1998 Catherine Moore <clm@cygnus.com>
3080
3081 * config/tc-sh.c (sh_fix_adjustable): Only include if OBJ_ELF.
3082 (md_apply_fix): Don't return 1 for VTABLE relocs.
3083 * config/tc-sh.h (obj_fix_adjustable): Define only if OBJ_ELF.
3084
3085Tue Oct 20 11:18:28 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3086
3087 * doc/c-i386.texi: Replace occurences of "opcode" with
3088 "instruction mnemonic", "instruction", or "mnemonic" when
3089 referring to the name of an instruction. Use "opcode" when
3090 referring to the sequence of machine bytes.
3091
3092 * config/tc-i386.c (opcode_chars): Rename to mnemonic_chars.
3093 (is_opcode_char): Rename to is_mnemonic_char.
3094 (md_assemble and i386_operand): Correct error messages from
3095 "opcode" to "instruction mnemonic"
3096 Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,
3097 MAX_OPCODE_SIZE -> MAX_MNEM_SIZE,
3098 DWORD_OPCODE_SUFFIX -> DWORD_MNEM_SUFFIX,
3099 WORD_OPCODE_SUFFIX -> WORD_MNEM_SUFFIX,
3100 BYTE_OPCODE_SUFFIX -> BYTE_MNEM_SUFFIX,
3101 SHORT_OPCODE_SUFFIX -> SHORT_MNEM_SUFFIX
3102 LONG_OPCODE_SUFFIX -> LONG_MNEM_SUFFIX
3103
3104 * config/tc-i386.h (*_MNEM_SUFFIX): Rename from *_OPCODE_SUFFIX.
3105
3106 * config/tc-i386.c (i386_operand): Check for garbage after
3107 register name.
3108
3109Tue Oct 20 10:49:42 1998 Ian Lance Taylor <ian@cygnus.com>
3110
3111 * config/tc-i386.c (md_apply_fix3): Change handling of PCREL reloc
3112 for BFD_ASSEMBLER to only change value when COFF if TE_PE.
3113
3114Mon Oct 19 20:20:42 1998 Catherine Moore <clm@cygnus.com>
3115
3116 * config/tc-sh.h (obj_fix_adjustable): Define.
3117 * config/tc-sh.c (sh_force_relocation): Handle VT relocs.
3118 (md_apply_fix): Likewise.
3119 (tc_gen_reloc): Likewise.
3120 (sh_fix_adjustable): New.
3121
3122Mon Oct 19 12:35:43 1998 Doug Evans <devans@seba.cygnus.com>
3123
3124 * cgen.c (gas_cgen_finish_insn): Update handling of CGEN_INT_INSN_P.
3125 * cgen.h (gas_cgen_finish_insn): Update prototype.
3126 * config/tc-m32r.c (m32r_insn): CGEN_INT_INSN -> CGEN_INT_INSN_P.
3127 cgen_insn_t -> CGEN_INSN_INT.
3128 (make_parallel): Update handling of CGEN_INT_INSN_P.
3129 (assemble_parallel_insn): Ditto.
3130 (target_make_parallel): New function.
3131 (md_assemble): Use it.
3132
3133Mon Oct 19 13:16:12 1998 Catherine Moore <clm@cygnus.com>
3134
3135 * config/tc-m32r.c (m32r_force_relocation): Fix typo.
3136
3137Sun Oct 18 18:48:57 1998 Jeffrey A Law (law@cygnus.com)
3138
3139 * config/tc-sh.c (md_assemble): Make sure the entire opcode is
3140 converted into lower case.
3141
3142Fri Oct 16 13:36:34 CDT Catherine Moore <clm@cygnus.com>
3143
3144 * cgen.c (gas_cgen_md_apply_fix3): Handle VTABLE relocs.
3145 (gas_cgen_tc_gen_reloc): Likewise.
3146 * config/tc-m32r.h (obj_fix_adjustable): Define.
3147 * config/tc-m32r.c (m32r_fix_adjustable): New.
3148 (m32r_force_relocation): Handle VTABLE relocs.
3149
3150Wed Oct 14 11:33:38 1998 Nick Clifton <nickc@cygnus.com>
3151
3152 * doc/c-arm.texi (ARM Directives): Document .ltorn directive.
3153
3154Mon Oct 12 11:07:21 1998 Nick Clifton <nickc@cygnus.com>
3155
3156 * config/tc-m32r.c (assemble_parallel_insn): Convert second opcode
3157 to lower case before parsing.
3158
3159 * config/tc-d30v.c (parallel_ok): Ignore conflicts when explicitly
3160 parallel insns modift buts in the PSW as a side effect.
3161
3162Thu Oct 8 10:18:33 1998 Nick Clifton <nickc@cygnus.com>
3163
3164 * config/tc-d30v.c (find_format): Test for missing flag and
3165 control registers.
3166
3167 (md_apply_fix3): Fix error messages to avoid
3168 assumption about presence of a symbol.
3169
3170 (parallel_ok): Disallow parallel instructions that both modify the
3171 same flag register.
3172
3173 (find_format): Generate a warning if an odd numbered register is
3174 used as the first register in a mutli-register instruction.
3175
3176Wed Oct 7 14:09:14 1998 Nick Clifton <nickc@cygnus.com>
3177
3178 * config/tc-d30v.c (md_apply_fix3): Do not assume that bad
3179 relocations are always associated with a symbol.
3180
3181Tue Oct 6 09:31:15 1998 Catherine Moore <clm@cygnus.com>
3182
3183 * tc-sparc.h (TC_FORCE_RELOCATION): Define.
3184 (elf32_sparc_force_relocation): Declare.
3185 * tc-sparc.c (md_apply_fix3): Handle vtable relocs.
3186 (tc_gen_reloc): Handle vtable relocs.
3187 (elf32_sparc_force_relocation): New.
3188
3189Mon Oct 5 09:25:32 1998 Catherine Moore <clm@cygnsu.com>
3190
3191 * symbols.c (S_IS_FUNCTION): New.
3192 * config/tc-v850.h (obj_fix_adjustable): Define.
3193 (TC_FORCE_RELOCATION): Define.
3194 (v850_force_relocation): Declare.
3195 * config/tc-v850.c (tc_gen_reloc): Use offset instead
3196 of fx_addnumber for VTABLE reloc addends.
3197 (md_apply_fix3): Handle VTABLE relocs.
3198 (v850_fix_adjustable): New.
3199 (v850_force_relocation): New.
3200
3201Mon Oct 5 00:48:52 1998 Jeffrey A Law (law@cygnus.com)
3202
3203 * tc-hppa.c (fp_operand_format): Add some additional formats.
3204 (pa_ip): Do not automatically promote into pa2.0 mode.
3205 (pa_level): Handle ".level 2.0".
3206
3207Sun Oct 4 20:57:43 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3208
3209 * config/tc-i386.c (md_assemble): Handle AMD_3DNOW_OPCODE.
3210 * config/tc-i386.h (template.extension_opcode): Change to
3211 unsigned int to allow full range of 8-bit opcode suffixes.
3212 (None): Redefine as 0xffff.
3213
3214 From Jeff B Epler <jepler@usgs.gov>
3215 * doc/c-i386.texi (i386-SIMD): New section.
3216
3217Thu Oct 1 15:37:54 1998 Richard Henderson <rth@cygnus.com>
3218
3219 * read.c (discard_rest_of_line): New function.
3220 * read.h: Declare it.
3221 * config/tc-alpha.c (s_alpha_mask, s_alpha_frame): Use it.
3222
3223Thu Oct 1 10:33:53 1998 Nick Clifton <nickc@cygnus.com>
3224
3225 * config/tc-d10v.c (find_symbol_matching_register): New function.
3226 (find_opcode): Cope with the case where a register name matches
3227 a symbol name.
3228
3229Wed Sep 30 10:52:32 1998 Nick Clifton <nickc@cygnus.com>
3230
3231 * config/tc-v850.c (md_pcrel_from): Rename to
3232 v850_pcrel_from_section.
3233 (v850_pcrel_from_section): Do not resolves symbols in other
3234 sections.
3235
3236 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
3237
3238Mon Sep 28 11:01:20 1998 Nick Clifton <nickc@cygnus.com>
3239
3240 * config/tc-d10v.c (find_opcode): Generate an error if a register
3241 is supplied for an operand that should not be a register.
3242
3243Fri Sep 25 10:04:21 1998 Nick Clifton <nickc@cygnus.com>
3244
3245 * config/tc-d30v.c (write_2_short): But do allow delayed branch
3246 instructions to have another instruction in the right bin.
3247
3248Thu Sep 24 09:28:34 1998 Nick Clifton <nickc@cygnus.com>
3249
3250 * config/tc-d30v.c (write_2_short): Do not allow instructions in
3251 the right container if the left container holds a branch
3252 instruction.
3253
3254Wed Sep 23 10:54:29 1998 Nick Clifton <nickc@cygnus.com>
3255
3256 * config/tc-d30v.c (reg_name_search): Only warn if a name matches
3257 both a register name and symbol name.
3258 (find_format): Allow correct parsing of MVTSYS and MVFSYS insns.
3259
3260Tue Sep 22 17:49:16 1998 Nick Clifton <nickc@cygnus.com>
3261
3262 * config/tc-d30v.c (write_2_short): Implement EITHER_BUT_PREFER_MU
3263 execution unit class.
3264
3265 (reg_name_search): If a name matches a register and a symbol,
3266 prefer the register.
3267 (find_format): Disallow flag registers when a general purpose
3268 register is required.
3269 If a number is required, but a register has been given, check to
3270 see if a symbol with the same name as the register exists, and if
3271 so, use that symbol.
3272
3273Tue Sep 22 16:40:52 1998 Jim Wilson <wilson@cygnus.com>
3274
3275 * config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens.
3276
3277Tue Sep 22 15:44:21 1998 Nick Clifton <nickc@cygnus.com>
3278
3279 * config/tc-d30v.c (find_format): Do not accept flag registers as
3280 general purpose registers.
3281 (find_format): If an immediate value is expected at a given place
3282 in a format, but a register name has been provided instead, check
3283 to see if that register name matches the name of a predefined
3284 symbol and if it does, then use the symbol instead.
3285 (reg_name_search): If a register name matches a symbol name,
3286 prefer the register name to the symbol name.
3287
3288Mon Sep 21 10:42:57 1998 Nick Clifton <nickc@cygnus.com>
3289
3290 * config/tc-m32r.c (m32r_do_align): After inserting NOPs, reset
3291 the previous insn to empty.
3292
32931998-09-20 Michael Meissner <meissner@cygnus.com>
3294
3295 * config/tc-ppc.c (md_apply_fix3): Do not break string into two
3296 pieces, forcing the use of an ANSI compiler.
3297
3298Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3299
3300 * config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable
3301 relocs.
3302 * config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs.
3303
3304Tue Sep 15 08:51:07 1998 Catherine Moore <clm@cygnus.com>
3305
3306 * config/obj-elf.c (obj_elf_vtable_inherit): Handle arm
3307 assembler syntax.
3308 (obj_elf_vtable_entry): Likewise.
3309 * config/tc-arm.h: Define TC_FORCE_RELOCATION for OBJ_ELF.
3310 * config/tc-arm.c (md_apply_fix3): Handle VTABLE relocations.
3311 (tc_gen_reloc): Likewise.
3312 (arm_fix_adjustable): Likewise.
3313 (elf32_arm_force_relocation): New.
3314 (armelf_frob_symbol): Remove coff-style symbol support.
3315
3316Wed Sep 9 11:27:16 1998 Richard Henderson <rth@cygnus.com>
3317
3318 * config/tc-i386.c (i386_operand): Fix typo in last patch.
3319
3320Tue Sep 8 18:10:01 1998 Catherine Moore <clm@cygnus.com>
3321
3322 * config/tc-arm.c (arm_adjust_symtab): Move #ifdef
3323 OBJ_COFF so that routine is defined for a.out format.
3324
3325Tue Sep 8 15:56:19 1998 Richard Henderson <rth@cygnus.com>
3326
3327 * config/tc-i386.c (i386_operand): Detect non-segment registers
3328 used as segment prefixes.
3329
3330Sat Sep 5 19:00:38 1998 Ian Lance Taylor <ian@cygnus.com>
3331
3332 * ehopt.c (check_eh_frame): Check the size of the FDE, and don't
3333 optimize across FDE boundaries.
3334
3335 * config/obj-coff.c (obj_coff_section): Preserve any link once
3336 flags when setting the section flags.
3337
3338Fri Sep 4 17:07:14 1998 Nick Clifton <nickc@cygnus.com>
3339
3340 * config/tc-arm.h (obj_adjust_symtab): Fixed typo.
3341 * config/tc-arm.c (armelf_adjust_symtab): Reformatted.
3342
3343Fri Sep 4 13:57:43 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3344
3345 * config/tc-sparc.c (in_signed_range): Sign extend 32-bit words
3346 to the host width.
3347
3348Wed Sep 2 11:31:14 1998 Richard Henderson <rth@cygnus.com>
3349
3350 * frags.c (frag_grow): Include the size of the frag struct in the
3351 obstack chunk size.
3352
3353 * subsegs.c (subseg_set_rest): Adjust the seginfo frchain start
3354 if the new subseg comes before the old.
3355
3356Tue Sep 1 15:01:33 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3357
3358 * config/tc-sparc.c (sparc_ip): Allow all digits in an instruction
3359 to handle edge8 and edge16.
3360
3361Mon Aug 31 09:51:14 1998 Richard Henderson <rth@cygnus.com>
3362
3363 * config/obj-elf.c (obj_elf_vtable_inherit): Print error message
3364 before we clobber the symbol involved.
3365
3366Mon Aug 31 10:58:06 1998 Catherine Moore <clm@cygnus.com>
3367
3368 * config/tc-arm.c: Remove OBJ_ELF definitions for
3369 S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. Only
3370 use arm_adjust_symtab for OBJ_COFF.
3371 (armelf_adjust_symtab): New Routine.
3372 * config/tc-arm.h: Define obj_adjust_symtab to
3373 armelf_adjust_symtab for OBJ_ELF.
3374
3375Sat Aug 29 22:18:51 1998 Richard Henderson <rth@cygnus.com>
3376
3377 * configure.in: Make all i386-elf targets use bfd_gas.
3378 * config/tc-i386.c (tc_i386_force_relocation): New.
3379 (tc_i386_fix_adjustable): Don't fix vtable relocs.
3380 (md_apply_fix3): Likewise.
3381 (tc_gen_reloc): Handle them.
3382 * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling
3383 tc_i386_force_relocation.
3384
3385Mon Aug 24 13:40:21 1998 Nick Clifton <nickc@cygnus.com>
3386
3387 * config/tc-arm.c (md_show_usage): Improve formatting of --help output.
3388
3389Fri Aug 21 18:43:48 1998 Nick Clifton <nickc@cygnus.com>
3390
3391 * config/tc-d30v.c (md_assemble): Copy previous opcode over
3392 current opcode after writing the first insturction of a reverse
3393 sequential pair.
3394
3395Fri Aug 21 07:30:35 1998 Doug Evans <devans@canuck.cygnus.com>
3396
3397 * read.h (generate_lineno_debug): Add prototype.
3398 * read.c (generate_lineno_debug): Make non-static.
3399
3400Thu Aug 20 23:17:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3401
3402 * config/tc-i386.c (md_assemble): Only warn for address/data size
3403 prefixes.
3404
3405Thu Aug 20 14:45:08 1998 Nick Clifton <nickc@cygnus.com>
3406
3407 * config/tc-arm.c (arm_fix_adjustable): Do not adjust relocations
3408 against Thumb function names, as the linker needs this information.
3409
34101998-08-20 Vladimir N. Makarov <vmakarov@cygnus.com>
3411
3412 * expr.c (operand): Check also that there is no advance in operand
3413 after atof_generic in order to decide "is it label 0f or floating
3414 point number?".
3415
3416Wed Aug 19 09:30:16 1998 Nick Clifton <nickc@cygnus.com>
3417
3418 * config/tc-m32r.c: Replace double dash prefix to M32R specific
3419 command line options with a single dash.
3420 * doc/c-m32r.texi: Replace double dash prefix with a single dash.
3421
3422Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
3423
3424 * tc-arm.h: Define obj_fix_adjustable for OBJ_ELF.
3425 * tc-arm.c (arm_fix_adjustable): New routine.
3426
34271998-08-13 Vladimir N. Makarov <vmakarov@cygnus.com>
3428
3429 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
3430 s_float_space, s_struct, cons_worker): Move ignore_rest_of_line or
3431 demand_empty_rest_of_line before mri_comment_end.
3432 (equals): Check garbage after expression before
3433 mri_comment_end in MRI mode.
3434
3435Thu Aug 13 15:08:42 1998 Ian Lance Taylor <ian@cygnus.com>
3436
3437 * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a
3438 small immediate constant to use the constant itself rather than
3439 always using 1.
3440
3441Wed Aug 12 18:47:38 1998 Ian Lance Taylor <ian@cygnus.com>
3442
3443 * config/tc-hppa.c (pa_enter): Call as_bad rather than abort.
3444 (pa_leave): Likewise.
3445
3446Wed Aug 12 13:25:03 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3447
3448 * config/tc-i386.c (md_assemble): Emit a warning for stand-alone
3449 prefixes.
3450 (i386_operand): Fix an error message.
3451
3452Tue Aug 11 14:44:32 1998 Nick Clifton <nickc@cygnus.com>
3453
3454 * doc/c-arm.texi (ARM Directives): Document .req directive.
3455
3456 * config/tc-arm.c (reg_required_here): Display erroneous string if
3457 the register name could not be decoded.
3458 Do not set inst.instruction if the sift is -1.
3459
3460Mon Aug 10 15:39:56 1998 Richard Henderson <rth@cygnus.com>
3461
3462 * config/tc-alpha.c (tc_gen_reloc): Bias WEAK symbols just as
3463 we do for EXTERN.
3464
3465Mon Aug 10 15:06:18 1998 Nick Clifton <nickc@cygnus.com>
3466
3467 * config/tc-d30v.c (d30v_align): Always perform alignment request,
3468 even if it is belived to be unnecessary.
3469
3470Mon Aug 10 17:48:09 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3471
3472 config/tc-i386.c (i386_operand): Size immediate constants by
3473 suffix (erroneously removed as part of July 7 change).
3474
3475Sun Aug 9 20:45:32 1998 Catherine Moore <clm@cygnus.com>
3476
3477 * config/obj-elf.h: Check for redefinition of obj_frob_symbol.
3478 * config/tc-arm.c: Define S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS.
3479 (armelf_frob_symbol): New Routine.
3480 * config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF.
3481
3482Sat Aug 8 15:21:28 1998 Richard Henderson <rth@cygnus.com>
3483
3484 * config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms.
3485
3486Wed Aug 5 15:54:14 1998 Nick Clifton <nickc@cygnus.com>
3487
3488 * config/tc-arm.c (md_begin): Set BFD private flags depending upon
3489 command line switches passed to assembler.
3490
3491Mon Aug 3 14:02:52 1998 Doug Evans <devans@seba.cygnus.com>
3492
3493 * cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated.
3494 (gas_cgen_opcode_desc): Declare.
3495 (gas_cgen_parse_operand): Declare.
3496 (*): Prepend gas_ to gas specific fns to denote them as such.
3497 All uses updated.
3498 * cgen.c (gas_cgen_opcode_desc): New global
3499 (gas_cgen_init_parse): Renamed from cgen_asm_init_parse.
3500 (queue_fixup): Renamed from cgen_queue_fixup.
3501 (*): Prepend gas_ to gas specific fns to denote them as such.
3502 All uses updated.
3503 (gas_cgen_md_apply_fix3): Update call to insert_operand.
3504 (gas_cgen_finish_insn): Renamed from cgen_asm_finish_insn.
3505 * config/tc-m32r.c (md_begin): Remove use of CGEN_SYM.
3506 Open opcode table and initialize it.
3507 (make_parallel): Use gas_cgen_opcode_desc.
3508 (assemble_parallel_insn): Ditto. Remove use of CGEN_SYM.
3509 (md_assemble): Ditto.
3510
3511Sat Aug 1 19:27:30 1998 Richard Henderson <rth@cygnus.com>
3512
3513 * as.h (debug_info_type): Add entries for unspecified and dwarf*.
3514 * ecoff.c (ecoff_generate_asm_lineno): Take no arguments; call
3515 as_where ourselves. Provide a stub for !ECOFF_DEBUGGING.
3516 * ecoff.h: Move ECOFF_DEBUGGING protection inside GAS_ECOFF_H.
3517 Move ecoff_generate_asm_lineno outside ECOFF_DEBUGGING protection.
3518 * read.c (generate_lineno_debug): Tidy ECOFF bits. Use
3519 DEBUG_UNSPECIFIED rather than DEBUG_NONE for initial test.
3520 * config/obj-elf.h (ECOFF_DEBUGGING) [TC_ALPHA]: Define to a variable.
3521 (SEPARATE_STAB_SECTIONS): Conditionalize on value of ECOFF_DEBUGGING.
3522 (INIT_STAB_SECTION): Likewise.
3523 (OBJ_PROCESS_STAB): Likewise.
3524
3525 * config/tc-alpha.c (md_longopts): New options -mdebug/-no-mdebug.
3526 (md_parse_option): Watch for them.
3527 (alpha_cur_ent_sym, alpha_flag_mdebug): New variables.
3528 (md_begin): Kill neverdef code.
3529 (s_alpha_ent, s_alpha_end, s_alpha_mask, s_alpha_frame): New.
3530 (s_alpha_prologue): Watch alpha_cur_ent_sym.
3531 (s_alpha_coff_wrapper): New.
3532 (md_pseudo_table): Trap all ECOFF pseudos.
3533
3534Fri Jul 31 16:45:54 1998 Ron Unrau <runrau@cygnus.com>
3535
3536 Start of changes to remove mdebug section from mips*-elf
3537 Based on MIPS_STAB_ELF definition
3538 * acconfig.h: undef if not configured
3539 * config.in: undef if not configured
3540 * config/mips-elf.h: only set ECOFF debugging if not stabs-in-elf
3541 * config/tc-mips.c (s_ent): set BSF_FUNCTION
3542 * stabs.c (s_stab_generic): flush frag
3543
3544Fri Jul 31 16:14:45 1998 Catherine Moore <clm@cygnus.com>
3545
3546 * configure.in: (arm-*-elf): Handle.
3547 (thumb-*-elf): Handle.
3548 * configure: Regenerate.
3549 * read.c (stringer): Fix typo in comment.
3550 * write.c (fixup_segment): Don't add symbol value to addend if
3551 TC_ARM and OBJ_ELF.
3552 * config/tc-arm.c (md_section_align): Don't align dwarf debug
3553 sections.
3554 (tc_gen_reloc): Always set the reloc addend to fixp->fx_offset
3555 for OBJ_ELF.
3556
3557Thu Jul 30 21:38:43 1998 Frank Ch. Eigler <fche@cygnus.com>
3558
3559 * config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables.
3560 (write_2_short): Emit warning if new flag is set.
3561 (do_assemble): Set flags if left instruction is one of special
3562 "right-instruction-killer" type.
3563
3564Tue Jun 28 18:12:28 1998 Stan Cox <scox@cygnus.com>
3565
3566 * config/tc-sparc.c (md_number_to_chars, cons_fix_new_sparc):
3567 Always output words in debug_info section as big endian.
3568 (sparc_target_format): Choose correct bfd target.
3569 (md_apply_fix3): Rename BFD_RELOC_SPARC_32LE to BFD_RELOC_SPARC_REV32.
3570
3571Tue Jul 28 11:01:21 1998 Jeffrey A Law (law@cygnus.com)
3572
3573 * config/tc-mn10300.c (md_assemble): Fix "errmsg" initialization
3574 to work with internationalization code. Issue an error when two
3575 operands match that are not allowed to match.
3576
3577Mon Jul 27 16:25:58 1998 Doug Evans <devans@canuck.cygnus.com>
3578
3579 * configure.in (install_tooldir): Allow target to specify whether
3580 it wants to be installed in $(tooldir)/bin.
3581 * configure: Regenerate.
3582 * Makefile.am (install-exec-local): Set install-exec-tooldir
3583 dependency via configure.
3584 * Makefile.in: Regenerate.
3585
3586Fri Jul 24 19:58:59 1998 Doug Evans <devans@canuck.cygnus.com>
3587
3588 * Makefile.am (install-exec-local): Split into two ...
3589 (install-exec-bindir,install-exec-tooldir): New rules.
3590 * Makefile.in: Regenerate.
3591
3592Fri Jul 24 16:31:49 1998 Ian Lance Taylor <ian@cygnus.com>
3593
3594 * Makefile.am (install-exec-local): Don't remove the file before
3595 checking whether $(bindir) == $(tooldir)/bin. From Maciej
3596 W. Rozycki <macro@ds2.pg.gda.pl>.
3597 * Makefile.in: Rebuild.
3598
3599Fri Jul 24 09:13:46 1998 Doug Evans <devans@canuck.cygnus.com>
3600
3601 * cgen.c: Include libiberty.h.
3602 (cgen_md_apply_fix3): Update call to md_cgen_lookup_reloc.
3603 (cgen_tc_gen_reloc): Use xmalloc, not bfd_alloc.
3604 * cgen.h (cgen_md_apply_fix3,cgen_tc_gen_reloc): Declare.
3605 (md_cgen_lookup_reloc)): Declare.
3606 (md_cgen_record_fixup_exp): Declare.
3607 * config/tc-m32r.h (md_pcrel_from_section): Declare.
3608 (m32r_relax_frag): Declare.
3609 (cgen_md_apply_fix3): Decls moved to cgen.h.
3610 (cgen_record_fixup_exp,cgen_tc_gen_reloc): Ditto.
3611 (m32r_cgen_record_fixup_exp): Delete decl.
3612 * config/tc-m32r.c (m32r_cpu_desc): #if 0 out.
3613 (assemble_nop): Delete.
3614 (expand_debug_syms): Delete unused `exp'.
3615 (md_cgen_lookup_reloc): Renamed from CGEN_SYM (lookup_reloc).
3616 Add default case for -Wall.
3617 (m32r_cgen_record_fixup_exp): Add default case for -Wall.
3618 (md_atof): Delete unused wordP.
3619
3620Thu Jul 23 13:19:50 1998 Jeffrey A Law (law@cygnus.com)
3621
3622 * config/tc-mn10300.c (md_assemble): Make sure "errmsg" has a non-NULL
3623 value.
3624
3625Wed Jul 22 14:36:56 1998 Ian Lance Taylor <ian@cygnus.com>
3626
3627 * doc/as.texinfo: Add documentation for .end, .exitm, .fail,
3628 .ifc, .ifeqs, .ifge, .ifgt, .ifle, .iflt, .ifnc, .ifne, .ifnes,
3629 .print, .purgem, and .struct. Remove documentation for
3630 .app-file.
3631
3632Tue Jul 21 16:50:52 1998 Doug Evans <devans@seba.cygnus.com>
3633
3634 * cgen.c (cgen_md_apply_fix3): set_operand renamed to set_vma_operand.
3635 Update call to insert_operand.
3636
3637Fri Jul 17 11:42:20 1998 Nick Clifton <nickc@cygnus.com>
3638
3639 * config/tc-m32r.c (ms_show_usage): Formatting changes.
3640
3641Wed Jul 15 15:38:28 1998 Ian Lance Taylor <ian@cygnus.com>
3642
3643 * config/tc-i386.c (md_assemble): Don't get confused by trailing
3644 whitespace after a prefix operator.
3645
3646Tue Jul 14 15:32:56 1998 Richard Henderson <rth@cygnus.com>
3647
3648 * configure.in (i386-*-beos{pe,elf,}*): Recognize.
3649
3650Tue Jul 14 12:33:44 1998 Chris Torek <torek@bsdi.com>
3651
3652 * config/tc-sparc.c (log2): New static function.
3653 (s_reserve): Use log2 to convert alignment before calling
3654 record_alignment.
3655 (s_common): Use log2 to convert alignment before calling
3656 record_alignment and frag_align.
3657 (sparc_cons_align): Use log2.
3658
3659Tue Jul 14 11:58:40 1998 Ian Lance Taylor <ian@cygnus.com>
3660
3661 * config/tc-sparc.c (s_reserve): Set symbol size if OBJ_ELF.
3662 (s_common): Likewise.
3663
3664 * config/tc-sparc.c (sparc_handle_align): Reindent a bit. Correct
3665 initialization of waddr.
3666 (sparc_elf_final_processing): Add default case to switch.
3667
3668Tue Jul 14 11:00:16 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3669
3670 * doc/c-i386.texi: Fix a typo. Use the term 80-bit real rather
3671 than temporary real.
3672
3673Mon Jul 13 13:55:42 1998 Ian Lance Taylor <ian@cygnus.com>
3674
3675 * write.c (subsegs_finish): Don't align the segments if there were
3676 any errors.
3677
3678 * config/obj-coff.c (c_symbol_merge): Correct number of bytes when
3679 copying aux information.
3680
3681 * expr.c (make_expr_symbol): Catch attempts to turn an O_big
3682 expression into a symbol.
3683
3684Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3685
3686 * config/tc-i386.c (mode_from_disp_size): Change arg and return
3687 type to unsigned int.
3688 (md_assemble): Change type used to store offsets from unsigned
3689 long to long.
3690 (i386_operand): Switch error check to only call RESTORE_END_STRING
3691 once after parse_register.
3692
3693Fri Jul 10 16:00:04 1998 Nick Clifton <nickc@cygnus.com>
3694
3695 * config/tc-v850.c (md_show_usage): Changed format to match that
3696 of gcc, ld, etc.
3697
3698 * as.c (show_usage): Changed format to match that of gcc, ld, etc.
3699
3700Thu Jul 9 12:09:57 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3701
3702 * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust vtable
3703 relocs.
3704 (md_apply_fix_2): Force the symbol of the vtable reloc to be
3705 weak.
3706
3707Thu Jul 9 11:31:54 1998 Ian Lance Taylor <ian@cygnus.com>
3708
3709 * doc/Makefile.am (MAINTAINERCLEANFILES): Define.
3710 * doc/Makefile.in: Rebuild.
3711
3712Wed Jul 8 12:18:56 1998 Jeffrey A Law (law@cygnus.com)
3713
3714 * config/tc-mips.c (mips_ip, case 'i' and 'j'): Mask off high bits
3715 for %lo expressions.
3716 (mips_ip, case 'u'): Move range check after code to mask
3717 off bits in %hi/%lo expressions. Mask off high bits for
3718 %lo expressions.
3719
3720Tue Jul 7 17:57:38 1998 Ian Lance Taylor <ian@cygnus.com>
3721
3722 * doc/Makefile.am (gasver.texi): New target.
3723 (as.info, as.dvi): Depends upon gasver.texi.
3724 * doc/as.texinfo: Include gasver.texi. Mention version number on
3725 title page and in top node.
3726 * doc/Makefile.in: Rebuild.
3727
3728Tue Jul 7 11:42:16 1998 Richard Henderson <rth@cygnus.com>
3729
3730 * listing.c (listing_listing): For EDICT_LIST, skip all lines up to
3731 but not including the line containing the edict.
3732 * listing.h (LISTING_EOF): New.
3733 * input-scrub.c (input_scrub_next_buffer): Call it.
3734
3735Tue Jul 7 13:00:37 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3736
3737 * config/tc-i386.c (i386_operand): Don't set the size of an
3738 immediate address based solely on the suffix and the mode.
3739
3740 * config/tc-i386.c (md_assemble): Add assertion to make sure
3741 overlap2 does not set Imm.
3742
3743 * config/tc-i386.c (space_chars): Remove. The scrubber converts
3744 sequences of whitespace to a single space.
3745 (is_space_chars): Just compare with space.
3746 (md_begin): Don't initialize space_chars.
3747 (md_assemble): Just skip a single whitespace character.
3748 (i386_operand): Rewrite base-index parsing to use new
3749 parse_register, and to skip white space. Skip white space in a
3750 number of other places too. Don't give error message if
3751 parse_register fails.
3752 (parse_register): Change reg_string parameter to be non-const.
3753 Add end_op parameter. Skip white space after the `%', and return
3754 end of register string. Give error message here rather than
3755 caller.
3756
3757Fri Jul 3 15:34:34 1998 Ian Lance Taylor <ian@cygnus.com>
3758
3759 Based on patch from Matt Semersky <matts@scd.hp.com>:
3760 * expr.c (op_encoding): Make const.
3761 (expr_set_precedence): New function.
3762 (expr_begin): Don't set operator rankings, just call
3763 expr_set_precedence.
3764 * expr.h (expr_set_precedence): Declare.
3765 * read.c (s_mri): Call expr_set_precedence.
3766
3767Thu Jul 2 16:24:58 1998 Ian Lance Taylor <ian@cygnus.com>
3768
3769 * doc/as.texinfo (Statements): Remove paragraph discussing
3770 continuing lines with a backslash. This hasn't worked for years,
3771 if it ever did.
3772
3773Thu Jul 2 14:06:22 1998 Klaus Kaempf <kkaempf@rmi.de>
3774
3775 * obj-vms.c: Add C++ support with ctors/dtors sections. Add weak
3776 symbol definitions.
3777 (Ctors_Symbols, Dtors_Symbols): New symbol chains.
3778 (ps_CTORS, ps_DTORS): New section types.
3779 (vms_fixup_xtors_section): New function
3780 (Ctors_Psect, Dtors_Psect): Define.
3781 (IS_GXX_XTOR): Define
3782 (global_symbol_directory): Change check of gxx_bug_fixed to 0.
3783 Filter static constructors/destructors and add to
3784 Ctors_Symbols/Dtors_Symbols chain.
3785 (vms_write_object_file): Write Ctors_Symbols/Dtors_Symbols to
3786 appropriate section.
3787
3788 * tc-alpha.h (TARGET_FORMAT): Rename "evax-alpha" to "vms-alpha".
3789 * makefile.vms: Merge vax/vms support.
3790
3791Wed Jul 1 20:06:20 1998 Richard Henderson <rth@cygnus.com>
3792
3793 * config/obj-elf.c (obj_elf_vtable_inherit, obj_elf_vtable_entry): New.
3794 (elf_pseudo_table): Add them.
3795 * config/tc-mips.c (mips_force_relocation): Force vtable relocs.
3796 (md_apply_fix): Accept them.
3797 (mips_fix_adjustable): Don't adjust them.
3798 (tc_gen_reloc): Mung BFD_RELOC_VTABLE_ENTRY for Rel.
3799 * config/tc-ppc.c (md_apply_fix3): Accept vtable relocs.
3800 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Force vtable relocs.
3801 (tc_fix_adjustable): Don't adjust them.
3802
3803Wed Jul 1 16:35:32 1998 Doug Evans <devans@seba.cygnus.com>
3804
3805 * Makefile.am (CGEN_CPU_PREFIX): New variable.
3806 (cgen.o): Use it.
3807 * Makefile.in: Regenerate.
3808 * configure.in: AC_SUBST cgen_cpu_prefix.
3809 * configure: Regenerate.
3810
3811Wed Jul 1 21:38:56 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3812
3813 * config/tc-sh (COND_JUMP_DELAY, COND12_DELAY_LENGTH): Define.
3814 Changed all users of COND12_DELAY.
3815
3816Fri Jun 26 11:21:11 1998 Jeffrey A Law (law@cygnus.com)
3817
3818 * config/tc-mn10300.c (set_arch_mach): New function.
3819 (md_pseudo_table): Add pseudo-ops to set the current machine type.
3820 (md_begin): Default to mn10300 mode.
3821 (md_assemble): Only accept instructions for the core mn10300
3822 chip and the active machine type.
3823
3824Wed Jun 24 19:06:04 1998 Ian Lance Taylor <ian@cygnus.com>
3825
3826 * subsegs.h (segment_info_type): Give the struct a name.
3827 * config/tc-h8300.h (tc_reloc_mangle): Add prototype.
3828 * config/tc-h8500.h (tc_reloc_mangle): Declare.
3829 * config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
3830 * config/tc-w65.h (tc_reloc_mangle): Declare.
3831 * config/tc-z8k.h (tc_reloc_mangle): Declare.
3832
3833Wed Jun 24 13:45:00 1998 Catherine Moore <clm@cygnus.com>
3834
3835 * config/tc-v850.c (v850_comm): Restore old section
3836 after common processing.
3837
3838Wed Jun 24 11:50:54 1998 Klaus Kaempf <kkaempf@progis.de>
3839
3840 * config/obj-vms.c (Create_VMS_Object_File): Force binary file.
3841
3842Tue Jun 23 17:47:31 1998 Jim Wilson <wilson@cygnus.com>
3843
3844 * config/tc-h8300.c (do_a_fix_imm, build_bytes): Replace cast to
3845 char with code that explicitly sign-extends.
3846
3847Tue Jun 23 13:54:57 1998 Nick Clifton <nickc@cygnus.com>
3848
3849 * config/tc-v850.c (md_begin): Restore text section as the current
3850 section after creating call table sections.
3851 * config/obj-coff.h (SYM_AUXINFO): New macro to conceal ugly
3852 code.
3853
3854 * config/obj-coff.c (c_symbol_merge): Replace complex expresion
3855 with call to macro SYM_AUXINFO.
3856
3857Tue Jun 23 15:09:27 1998 Mike Stump <mrs@wrs.com>
3858
3859 * Makefile.am (install-exec-local): Don't let EXEEXT interfere
3860 with the program transform name.
3861 * Makefile.in: Rebuild.
3862
3863Mon Jun 22 19:52:42 1998 Ian Lance Taylor <ian@cygnus.com>
3864
3865 * config/obj-coff.c (c_symbol_merge): Fix copying of auxiliary
3866 information.
3867
3868Mon Jun 22 15:18:58 1998 Ian Lance Taylor <ian@cygnus.com>
3869
3870 * config/tc-i386.c (i386_operand): Be prepared for a space between
3871 the open parenthesis and the start of the register operand,
3872 because of the June 16 change.
3873
3874Sun Jun 21 21:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
3875
3876 * config/tc-sh.c (md_apply_fix): Handle weak symbols correctly if
3877 BFD_ASSEMBLER.
3878
3879Sun Jun 21 12:26:36 1998 Nick Clifton <nickc@cygnus.com>
3880
3881 * config/tc-d30v.c (d30v_align): Always perform alignment request,
3882 even if it is belived to be unnecessary.
3883
3884Fri Jun 19 13:57:06 1998 Ian Lance Taylor <ian@cygnus.com>
3885
3886 * write.c (adjust_reloc_syms): Never adjust relocs against weak
3887 symbols.
3888 * config/tc-mips.c (md_apply_fix): Adjust accordingly.
3889
3890Fri Jun 19 09:50:17 1998 Jeffrey A Law (law@cygnus.com)
3891
3892 * config/tc-mn10300.c (mn10300_insert_operand): Do not hardcode the
3893 shift amount for a repeated operand. The shift amount for the
3894 repeated copy comes from the size of the operand.
3895
3896Fri Jun 19 00:44:19 1998 Jeffrey A Law (law@cygnus.com)
3897
3898 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
3899
3900Wed Jun 17 13:07:05 1998 Ian Lance Taylor <ian@cygnus.com>
3901
3902 * config/tc-mips.c (md_show_usage): Fix -mipsN usage.
3903
3904Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3905
3906 * app.c (do_scrub_begin): If tc_symbol_chars is defined, treat all
3907 characters in it as LEX_IS_SYMBOL_COMPONENT.
3908 * config/tc-i386.h (tc_symbol_chars): Define.
3909 (extra_symbol_chars): Declare.
3910 * config/tc-i386.c (extra_symbol_chars): Define.
3911 (comment_chars): Don't use '/' as comment start if TE_LINUX.
3912 (line_comment_chars): Set to '/' if TE_LINUX.
3913 * doc/c-i386.texi (i386-prefixes): Update.
3914 * doc/internals.texi (CPU backend): Document tc_symbol_chars.
3915
3916Fri Jun 12 13:36:54 1998 Tom Tromey <tromey@cygnus.com>
3917
3918 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
3919 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
3920
39211998-06-12 Vladimir N. Makarov <vmakarov@cygnus.com>
3922
3923 * config/tc-d10v.c (md_apply_fix3): Checking displacement
3924 constraint in instructions REP & REPI.
3925
3926Thu Jun 11 08:56:46 1998 Nick Clifton <nickc@cygnus.com>
3927
3928 * config/tc-d30v.c (md_apply_fix3): Catch BFD_RELOC_8,
3929 BFD_RELOC_16, BFD_RELOC_64 and issue appropriate error messages.
3930
3931 (check_range): If the operand is shifted, then shift the number
3932 before checking its range.
3933
3934 * write.c (adjust_reloc_syms): Add more checks for NULL pointers.
3935
3936 * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special
3937 common sections.
3938
3939Wed Jun 10 17:26:35 1998 Nick Clifton <nickc@cygnus.com>
3940
3941 * config/tc-v850.c (v850_comm): Create special sections as needed.
3942
39431998-06-10 Vladimir N. Makarov <vmakarov@cygnus.com>
3944
3945 * config/tc-d10v.c (write_2_short): Addition of swapping
3946 instructions for sequential and reverse sequential order when
3947 given order is not possible.
3948
3949Tue Jun 9 13:52:53 1998 Ian Lance Taylor <ian@cygnus.com>
3950
3951 * Makefile.am: Rebuild dependencies.
3952 (DEP_INCLUDES): Fix reference to intl build directory.
3953 * Makefile.in: Rebuild.
3954
3955Tue Jun 9 12:20:05 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3956
3957 * doc/c-i386.texi: Update 16 bit documentation.
3958
3959 * config/tc-i386.h: Change Data16 to Size16, Data32 to Size32,
3960 IgnoreDataSize to IgnoreSize as they are used for address size as
3961 well as data size.
3962 * config/tc-i386.c: Likewise. Add code to reject addr32/data32 in
3963 32-bit mode, similarly addr16/data16 and variants.
3964
3965Mon Jun 8 18:32:01 1998 Nick Clifton <nickc@cygnus.com>
3966
3967 * config/tc-d30v.c (md_assemble): Fix handling of reverse
3968 sequential word multiply instructions.
3969
3970 (do_assemble): Add extra command line argument, to allow mul32
3971 attribute to be preserved across parallel insns.
3972 (md_assemble): Insert NOPs between explicitly parallel insns which
3973 contain an 32 bit multiply and a 16 multiply.
3974
3975Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
3976
3977 * config/tc-i386.c: REPNE renamed to REPNE_PREFIX_OPCODE, and
3978 likewise for REPE.
3979
3980 * config/tc-i386.c (reloc): Add braces.
3981
3982 * config/tc-i386.c (struct _i386_insn): Rename bi to sib to be
3983 consistent with Intel naming.
3984 * config/tc-i386.h (base_index_byte): Rename to sib_byte. Don't
3985 use bitfields in sib_byte.
3986 (modrm_byte): Don't use bitfields here either.
3987
3988 * config/tc-i386.c (current_templates): Add const.
3989 (parse_register): Add const to return, param, and char *s.
3990 (i386_operand): Add const to reg_entry *r.
3991 * config/tc-i386.h (templates): Add const to start, end.
3992
3993 Inspired by code for 16 bit gas support from Martynas Kunigelis
3994 <martynas@nm3.ktu.lt>:
3995 * config/tc-i386.c (md_assemble): Add full support for 16 bit
3996 modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
3997 (uses_mem_addrmode): Remove.
3998 (md_estimate_size_before_relax): Add support here too.
3999 (md_relax_table): Rewrite interface to md_relax for 16 bit
4000 support.
4001 (BYTE, WORD, DWORD, UNKNOWN_SIZE): Remove.
4002 (opcode_suffix_to_type): Remove.
4003 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.
4004 (SIZE_FROM_RELAX_STATE): Modify to suit above.
4005 (md_convert_frag): Likewise.
4006 (i386_operand): Add support for 16 bit base/index regs,
4007 immediates, and displacements. Remove some unnecessary casts, and
4008 localise end_of_operand_string, displacement_string_start,
4009 displacement_string_end variables. Add GCC_ASM_O_HACK.
4010 * config/tc-i386.h (NO_BASE_REGISTER_16): Define.
4011
4012 * config/tc-i386.c (prefix_hash): Remove.
4013 (md_begin): Rewrite without obstacks. Remove prefix hash table
4014 handling. Rewrite lexical table handling.
4015 (i386_print_statistics): Don't print prefix statistics.
4016 (md_assemble): Rewrite instruction parser so that line is not
4017 converted to lower case. Don't do a hash_find for prefixes,
4018 instead recognise them via opcode modifier.
4019 (expecting_operand, paren_not_balanced): Localise variables.
4020 * config/tc-i386.h (IsPrefix): Define.
4021 (prefix_entry): Remove.
4022
4023 * config/tc-i386.h (PREFIX_SEPERATOR): Don't define.
4024 * config/tc-i386.c (PREFIX_SEPARATOR): Define here instead, using
4025 '\\' in case where comment_chars contains '/'.
4026
4027 * config/tc-i386.c (MATCH): Ensure given operand and template
4028 match for JumpAbsolute. Makes e.g. `ljmp table(%ebx)' invalid;
4029 you must write `ljmp *table(%ebx)'.
4030
4031 From H.J. Lu <hjl@gnu.org>:
4032 * config/tc-i386.c (BFD_RELOC_16, BFD_RELOC_16_PCREL): Define
4033 as 0 ifndef BFD_ASSEMBLER.
4034 (md_assemble): Allow immediate operands without suffix or
4035 other reg operand to default in size to the current code size.
4036
4037Mon Jun 8 09:45:00 1998 Catherine Moore <clm@cygnus.com>
4038
4039 * config/tc-v850.c (md_begin): Restore creation of
4040 .call_table_text and .call_table_data sections.
4041
4042Sat Jun 6 00:02:41 1998 Nick Clifton <nickc@cygnus.com>
4043
4044 * config/tc-d30v.c (md_assemble): Set execution type to unknown
4045 after emitting a word of noops.
4046
4047Fri Jun 5 23:27:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4048
4049 * config/tc-i386.c (mode_from_disp_size): Disp16 is mode 2.
4050 (i386_operand): Simplify checks for valid base/index combinations.
4051 Disallow `in 4(%dx),%al'.
4052
4053 * config/tc-i386.c (struct _i386_insn): Make regs, base_reg, and
4054 index_reg const.
4055 (add_prefix): Change parameter from char to int.
4056
4057 * config/tc-i386.h (Ugh): Define opcode modifier.
4058 * config/tc-i386.c (md_assemble): Print warnings for Ugh insns.
4059
4060 * config/tc-i386.c (md_assemble): Rewrite MATCH and
4061 CONSISTENT_REGISTER_MATCH macros to check register types more
4062 thoroughly. Check for illegal suffix/operand combinations
4063 when matching insns with operands. Handle new `s' suffix, and
4064 associated FloatMF opcode modifier for float insns with memory
4065 operands.
4066 * config/tc-i386.h (FloatMF): Define new opcode modifier.
4067 (No_sSuf, No_bSuf, No_wSuf, No_lSuf): Likewise.
4068 (SHORT_OPCODE_SUFFIX, LONG_OPCODE_SUFFIX): Define.
4069 * config/tc-i386.c: Rename WORD_PREFIX_OPCODE to
4070 DATA_PREFIX_OPCODE throughout.
4071
4072 * config/tc-i386.c (REGISTER_WARNINGS): Define.
4073 (md_assemble): Rewrite suffix/register operand checking code to be
4074 more thorough. Remove Abs8,16,32. Change occurrences of Mem to
4075 AnyMem, the better to grep.
4076 (pi): Remove Abs.
4077 (i386_operand): Don't set Mem bits in i.types[this_operand] when
4078 given a memory operand. Don't set Abs bits either.
4079 (type_names): Remove Mem*, Abs*.
4080 * config/tc-i386.h (Mem8, Mem16, Mem32, Abs8, Abs16, Abs32): Don't
4081 define opcode_modifiers as these cases are handled by Disp8,
4082 Disp16, Disp32 and suffix checks.
4083 (COMES_IN_BOTH_DIRECTIONS): Remove.
4084 (FloatR): Define. It's OK to share the bit with ReverseRegRegmem.
4085
4086 * config/tc-i386.c (md_assemble): Don't emit operand size prefix
4087 if IgnoreDataSize modifier given. Remove ShortformW modifier
4088 test. Add test for ShortForm in W base_opcode modification.
4089 Merge Seg2ShortForm and Seg3ShortForm code.
4090 * config/tc-i386.h (ShortFormW): Remove.
4091 (IgnoreDataSize): Define.
4092
4093Fri Jun 5 10:50:53 1998 Nick Clifton <nickc@cygnus.com>
4094
4095 * config/tc-d30v.c (md_assemble): Store previous segment state
4096 with previous instruction.
4097
4098Wed Jun 3 18:21:56 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4099
4100 * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Define.
4101 (ebp, esp): Remove static variables.
4102 (MATCH): Remove test for InOutPortReg.
4103 (i386_operand): Properly handle InOutPortReg here instead.
4104 Disallows `inb (%dx,2)', `inb %es:(%dx)' and `mov (%dx),%ax'
4105 (md_assemble): Simplify and correct modrm and sib generation.
4106 (i386_operand): Add warning for scale without index.
4107 Rewrite checks for valid base/index combinations.
4108
4109 * config/tc-i386.c (END_STRING_AND_SAVE): Protect arguments of
4110 macros and enclose in do while(0).
4111 (RESTORE_END_STRING): Likewise.
4112 (md_assemble): Add one to printed operand number so we start
4113 from 1 not 0. Add some more gettext invocations.
4114 (i386_operand): Fix `%%s' -> `%%%s'. Inc printed operand
4115 number here too.
4116
4117 * config/tc-i386.h (WAIT_PREFIX, LOCKREP_PREFIX, ADDR_PREFIX,
4118 DATA_PREFIX, SEG_PREFIX): Define.
4119 * config/tc-i386.c (struct _i386_insn): Remove wait_prefix field.
4120 (check_prefix): Remove function.
4121 (add_prefix): New function. Add prefix to i.prefix as well as
4122 doing checks.
4123 (md_assemble): Changes for add_prefix. Remove hack for wait
4124 prefix, instead always output prefixes in fixed order. Test
4125 for jcxz/loop when selecting between word & dword operations,
4126 and add address size prefix rather than operand size prefix.
4127 Remove operand -> address size hack when emitting jcxz/loop.
4128 (i386_operand): Remove O_Absent check as it's done in expr.
4129
4130Wed Jun 3 15:09:10 1998 Ian Lance Taylor <ian@cygnus.com>
4131
4132 * configure.in: Recognize m5200 as a cpu_type of m68k.
4133 * aclocal.m4: Rebuild with current libtool.
4134 * configure: Rebuild.
4135
4136Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4137
4138 * config/tc-m68k.c (md_estimate_size_before_relax): Add more calls
4139 to relaxable_symbol to prevent references to external symbol from
4140 being relaxed.
4141
4142Wed Jun 3 14:10:36 1998 Ian Lance Taylor <ian@cygnus.com>
4143
4144 * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all
4145 symbols are relaxable.
4146
4147Wed Jun 3 09:16:00 1998 Catherine Moore <clm@cygnus.com>
4148
4149 * config/tc-v850.c (md_begin): Don't create special
4150 sections by default.
4151
4152Tue Jun 2 14:52:56 1998 Jeffrey A Law (law@cygnus.com)
4153
4154 * config/tc-mips.c (macro): For div and udiv, close the
4155 reorder block as soon as possible.
4156
4157Tue Jun 2 15:36:13 1998 Ian Lance Taylor <ian@cygnus.com>
4158
4159 From Matt Semersky <matts@scd.hp.com>:
4160 * macro.c (macro_mri_mode): New function.
4161 * macro.h (macro_mri_mode): Declare.
4162 * read.c (s_mri): Call macro_mri_mode when switching in and out of
4163 MRI mode.
4164
4165Tue Jun 2 13:32:22 1998 Klaus Kaempf <kkaempf@progis.de>
4166
4167 * config/tc-alpha.c (s_alpha_comm): Allow alignment parameter in
4168 OBJ_EVAX case.
4169
4170 * config/tc-alpha.c (s_alpha_comm): Defer restoring character
4171 until after xstrdup in OBJ_EVAX case.
4172
4173Tue Jun 2 13:11:13 1998 Pat Rankin <rankin@eql.caltech.edu>
4174
4175 * config/tc-vax.c (md_create_short_jump): Fix off by two bug in
4176 offset calculation. Also, use VAX_BRW from vax-inst.h instead
4177 of hardcoded magic number.
4178 (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros.
4179
4180Tue Jun 2 09:25:34 1998 Doug Evans <devans@canuck.cygnus.com>
4181
4182 * read.c (do_s_func): New function.
4183 (s_func): Call it.
4184 * read.h (do_s_func): Add prototype.
4185
4186Mon Jun 1 12:47:30 1998 Doug Evans <devans@canuck.cygnus.com>
4187
4188 * config/tc-m32r.c (m32r_do_align): Only fill code sections with
4189 nops if fill pattern not specified.
4190
4191Mon Jun 1 14:08:35 1998 Ian Lance Taylor <ian@cygnus.com>
4192
4193 From Andrew Crabtree <andrewc@typhoon.rose.hp.com>:
4194 * config/te-go32.h (TE_GO32): Define.
4195 * config/tc-i386.h (LOCAL_LABEL): Don't define if TE_GO32.
4196
4197Sun May 31 15:43:06 1998 Doug Evans <devans@canuck.cygnus.com>
4198
4199 Implement .func/.endfunc pseudo-ops.
4200 * read.h (stabs_generate_asm_func,stabs_generate_asm_endfunc): Declare.
4201 (s_func): Declare.
4202 * read.c (potable): Add .func,.endfunc.
4203 (s_func): New function.
4204 * stabs.c (stabs_generate_asm_func,stabs_generate_asm_endfunc): New
4205 functions.
4206 (in_doc_func_p,current_function_label): New static globals.
4207 (stabs_generate_asm_lineno): Emit function relative stabs if in .func.
4208
4209Fri May 29 18:13:12 1998 Ian Lance Taylor <ian@cygnus.com>
4210
4211 * config/tc-a29k.h (WORKING_DOT_WORD): Define.
4212 * config/tc-alpha.h (WORKING_DOT_WORD): Define.
4213 * config/tc-arm.h (WORKING_DOT_WORD): Define.
4214 * config/tc-h8300.h (WORKING_DOT_WORD): Define.
4215 * config/tc-h8500.h (WORKING_DOT_WORD): Define.
4216 * config/tc-hppa.h (WORKING_DOT_WORD): Define.
4217 * config/tc-i860.h (WORKING_DOT_WORD): Define.
4218 * config/tc-i960.h (WORKING_DOT_WORD): Define.
4219 * config/tc-tic30.h (WORKING_DOT_WORD): Define.
4220 * config/tc-w65.h (WORKING_DOT_WORD): Define.
4221 * config/tc-z8k.h (WORKING_DOT_WORD): Define.
4222 * config/tc-a29k.c: Don't define md_short_jump_size,
4223 md_long_jump_size, md_create_short_jump or md_create_long_jump.
4224 * config/tc-alpha.c: Likewise.
4225 * config/tc-alpha.h: Likewise.
4226 * config/tc-arm.c: Likewise.
4227 * config/tc-h8300.c: Likewise.
4228 * config/tc-h8500.c: Likewise.
4229 * config/tc-hppa.c: Likewise.
4230 * config/tc-i860.c: Likewise.
4231 * config/tc-i960.c: Likewise.
4232 * config/tc-ppc.c: Likewise.
4233 * config/tc-sh.c: Likewise.
4234 * config/tc-sparc.h: Likewise.
4235 * config/tc-tic30.c: Likewise.
4236 * config/tc-w65.c: Likewise.
4237 * config/tc-z8k.c: Likewise.
4238
4239Fri May 29 16:03:26 1998 Pat Rankin <rankin@eql.caltech.edu>
4240
4241 * config/tc-vax.c (_): Delete this macro used for placeholder
4242 values in vax_operand_width_size; it conflicts with the _() macro
4243 used for internationalization.
4244
4245Fri May 29 13:46:07 1998 Ian Lance Taylor <ian@cygnus.com>
4246
4247 * symbols.c (symbol_find_base): Fix case insensitive symbol name
4248 code. From Chris Moller <moller@bops.com>.
4249
4250 Based on patch from Klaus Kaempf <kkaempf@progis.de>:
4251 * struc-symbol.h (struct broken_word): Add seg and subseg fields.
4252 * read.c (emit_expr): Initialize seg and subseg fields of a new
4253 broken word.
4254 * write.c (write_object_file): Switch to the appropriate segment
4255 and subsegment when processing a broken word.
4256
4257 * config/tc-m68k.c (mri_assemble): New static function.
4258 (build_mri_control_operand): Call mri_assemble rather than
4259 md_assemble.
4260 (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise.
4261 (s_mri_endf, s_mri_endw): Likewise.
4262
4263Wed May 27 11:16:25 1998 Ian Lance Taylor <ian@cygnus.com>
4264
4265 * read.c (s_org): Call md_flush_pending_output if it is defined.
4266
4267 * config/tc-sparc.c (md_show_usage): Add \n\ to new string.
4268
4269Tue May 26 19:27:52 1998 Stan Cox <scox@equinox.cygnus.com>
4270
4271 * config/tc-sparc.c (OPTION_LITTLE_ENDIAN_DATA): New.
4272 (md_parse_option): Add for same.
4273 (sparc_md_end): Set bfd_mach_sparc_sparclite_le.
4274 (md_apply_fix3, tc_gen_reloc): Allow BFD_RELOC_SPARC_32LE.
4275 (cons_fix_new_sparc): Added to create BFD_RELOC_SPARC_32LE.
4276
4277 * config/tc-sparc.h (cons_fix_new_sparc): Added.
4278
4279Thu May 21 15:02:41 1998 Nick Clifton <nickc@cygnus.com>
4280
4281 * config/tc-arm.c (find_real_start): Relax definition of local
4282 labels.
4283
4284Tue May 19 16:59:44 1998 Nick Clifton <nickc@cygnus.com>
4285
4286 * config/tc-d30v.c (d30v_align): Apply address adjustment to all
4287 symbols at the given address, not just the last one specified.
4288
4289Tue May 19 08:25:19 1998 Catherine Moore <clm@cygnus.com>
4290
4291 * config/tc-sparc.c (sparc_handle_align): Use number_to_chars_bigendian
4292 or number_to_chars_littleendian to write data.
4293
4294Mon May 18 17:09:30 1998 Nick Clifton <nickc@cygnus.com>
4295
4296 * config/tc-v850.c (md_assemble): Remove artificially created
4297 register name symbols.
4298
4299Mon May 18 13:47:06 1998 Doug Evans <devans@canuck.cygnus.com>
4300
4301 * write.c (fixup_segment): Change "segment" to "section" in
4302 error message.
4303
4304Mon May 18 16:55:40 1998 Michael Meissner <meissner@cygnus.com>
4305
4306 * write.c (fixup_segment): Change sym1-sym2 message again.
4307
4308Mon May 18 09:31:43 1998 Michael Meissner <meissner@cygnus.com>
4309
4310 * write.c (fixup_segment): Improve error message for sym1-sym2
4311 errors when sym1 is in a different segment from sym2.
4312
4313Wed May 13 10:16:37 1998 Doug Evans <devans@canuck.cygnus.com>
4314
4315 * config/tc-m32r.c (warn_unmatched_high): New static local.
4316 (OPTION_WARN_PARALLEL): Rename from OPTION_WARN.
4317 (OPTION_NO_WARN_PARALLEL): Rename from OPTION_NO_WARN.
4318 (md_longopts): Recognize --{no-,}warn-unmatched-high.
4319 (md_parse_option): Likewise.
4320 (md_show_usage): Likewise.
4321 (m32r_frob_file): Likewise.
4322
4323 * read.c (generate_file_debug,generate_lineno_debug): New functions.
4324 (read_a_source_file): Call them.
4325 * read.h (stabs_generate_asm_file): Declare.
4326 * stabs.c (stabs_generate_asm_file): New function.
4327 (generate_asm_file): New function.
4328 (stabs_generate_asm_lineno): Move file name handling into
4329 generate_asm_file.
4330
4331Tue May 12 12:03:44 1998 Richard Henderson <rth@cygnus.com>
4332
4333 * config/tc-d30v.c (cur_mul32_p, prev_mul32_p): Make static.
4334 (d30v_current_align, d30v_current_align_seg): New variables.
4335 (d30v_last_label): New variable.
4336 (d30v_align, s_d30v_align, s_d30v_text): New functions.
4337 (s_d30v_data, s_d30v_section): Likewise.
4338 (md_pseudo_table): Call them.
4339 (md_begin): Initialize d30v_current_align_seg.
4340 (md_assemble): Call d30v_align when needed by known current alignment.
4341 (d30v_frob_label, d30v_cons_align): New functions.
4342 * config/tc-d30v.h (md_do_align): Remove.
4343 (tc_frob_label): Call d30v_frob_label.
4344 (md_cons_align): New.
4345
4346 * config/tc-d30v.c (find_format): Convert complex expressions to
4347 expression symbols before processing. Clean up code formatting.
4348
4349Sun May 10 22:35:02 1998 Jeffrey A Law (law@cygnus.com)
4350
4351 * po/Make-in (install-info): New target.
4352
4353Thu May 7 15:49:07 1998 Jeffrey A Law (law@cygnus.com)
4354
4355 * config/tc-mn10200.c (md_assemble): Handle "bra" just like "jmp"
4356 instructions.
4357 * config/tc-mn10300.c (md_assemble): Likewise.
4358
4359Thu May 7 11:47:22 1998 Doug Evans <devans@canuck.cygnus.com>
4360
4361 * Makefile.am: Update with `make dep-am'.
4362 (HFILES): Add cgen.h.
4363 (cgen.o): Depend on cgen.h.
4364 * Makefile.in: Regenerate.
4365
4366 * cgen.c (cgen_md_apply_fix3): Don't pass newline to as_warn_where.
4367
4368Thu May 7 13:20:56 1998 Anders Blomdell <anders.blomdell@control.lth.se>
4369
4370 * gasp.c (grab_label): Permit a label to be a preprocessor
4371 variable by permitting a label to start with a backslash.
4372
4373Thu May 7 12:50:33 1998 Frank Ch. Eigler <fche@cygnus.com>
4374
4375 * config/tc-mips.c (validate_mips_insn): Removed hack
4376 for previously inaccessible bitfields in some INSN_TRAP
4377 instructions.
4378
4379Thu May 7 11:13:00 1998 Frank Ch. Eigler <fche@cygnus.com>
4380
4381 * config/tc-d30v.c (do_assemble): Abort with error message
4382 if opcode operands do not match.
4383
4384Thu May 7 09:36:06 1998 Frank Ch. Eigler <fche@cygnus.com>
4385
4386 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
4387 'q' operand format for 20-bit "break"/"sdbbp" instructions.
4388 (mips_ip): Truncate overflowed "break" 'c' operand. Implement
4389 similar new 'q' operand.
4390
4391Thu May 7 07:47:14 1998 Michael Meissner <meissner@cygnus.com>
4392
4393 * cgen.c (cgen_asm_finish_insn): Fix typo.
4394
4395Thu May 7 02:19:14 1998 Doug Evans <devans@charmed.cygnus.com>
4396
4397 * cgen.h: New file.
4398 * cgen.c: Include it.
4399 (MAX_FIXUPS): Renamed to CGEN_MAX_FIXUPS.
4400 (cgen_asm_finish_insn): Result is now void. New arg `result'.
4401 All callers updated.
4402 * config/tc-m32r.c: Include cgen.h.
4403 (m23r_insn): New members num_fixups,fixups.
4404
4405Wed May 6 16:29:19 1998 Jeffrey A Law (law@cygnus.com)
4406
4407 * config/tc-hppa.c (md_apply_fix): Slightly rework some code
4408 to avoid compiler warning.
4409
4410Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
4411
4412 * makefile.vms: Run dec c with /nodebug. Pass CC value when
4413 calling make.
4414
4415 * makefile.vms (OBJS): Add ehopt.obj
4416
4417Wed May 6 15:11:12 1998 Klaus Kaempf <kkaempf@progis.de>
4418
4419 * doc/c-vax.texi: Correct and extend vax/vms documentation.
4420
4421Wed May 6 11:51:51 1998 Richard Henderson <rth@cygnus.com>
4422
4423 * config/tc-d30v.c (do_assemble): Accept a new parameter requesting
4424 a short format insn.
4425 (md_assemble): Set it for explicitly packed insns.
4426
4427Tue May 5 13:23:13 1998 Nick Clifton <nickc@cygnus.com>
4428
4429 * config/obj-coff.c (c_symbol_merge): Do not take address of
4430 native fields when performing the memcpy.
4431
4432Tue May 5 13:10:41 1998 Gavin Koch <gavin@cygnus.com>
4433
4434 * config/tc-mips.c (macro,macro2): Implement
4435 M_DMULO_I, M_MULO_I, M_DMULOU_I, and M_MULOU_I.
4436
4437Mon May 4 17:49:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4438
4439 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Changed to keep
4440 relocations against globally visible symbols.
4441 * config/tc-m68k.c (relaxable_symbol): New macro.
4442 (m68k_ip, md_estimate_size_before_relax): Use it.
4443 (tc_m68k_fix_adjustable): Also handle weak symbols.
4444
4445Mon May 4 16:12:23 1998 Ian Lance Taylor <ian@cygnus.com>
4446
4447 * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
4448 references to externally visible symbols.
4449 * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the
4450 values in twice for a PC relative reloc if the symbol is
4451 externally defined.
4452
4453 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
4454 don't adjust a PC relative reloc against an externally visible
4455 symbol.
4456 * config/tc-sparc.c (md_apply_fix3): When generating a.out PIC,
4457 for a PC relative fixup against an externally visible defined
4458 symbol, arrange to store object file and addend values as though
4459 the symbol were not defined.
4460 (tc_gen_reloc): Likewise.
4461
4462Thu Apr 30 13:09:39 1998 Fred Fish <fnf@ninemoons.com>
4463
4464 * read.c (sizeof_leb128): Referenced externally by write.c so
4465 don't inline.
4466
4467Wed Apr 29 15:45:57 1998 Michael Meissner <meissner@cygnus.com>
4468
4469 * config/tc-m32r.c ({,expand_}debug_sym): New functions to record
4470 and expand a 'debug' symbol associated with the next instruction
4471 that does not cause a short instruction to be filled with a NOP.
4472 (md_pseudo_table): Add support for .debugsym.
4473 (assemble_parallel_insn): Add calls to expand_debug_sym as
4474 appropriate.
4475 (md_assemble): Ditto.
4476
4477Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com>
4478
4479 * as.c (main): Conditionally call setlocale.
4480 * gasp.c (main): Likewise.
4481 * asintl.h: Include <locale.h> if HAVE_LOCALE_H.
4482 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
4483
4484Tue Apr 28 18:33:23 1998 Frank Ch. Eigler <fche@cygnus.com>
4485
4486 * config/tc-d30v.c (md_show_usage): Correct gettext typo.
4487
4488Tue Apr 28 12:16:30 1998 Ian Lance Taylor <ian@cygnus.com>
4489
4490 * config/tc-hppa.c: Change all calls to bzero to use memset.
4491 (pa_ip): Add cast to avoid warning.
4492 (tc_gen_reloc, md_apply_fix): Likewise.
4493 (pa_find_space_by_number): Likewise.
4494 (hppa_force_relocation): Likewise.
4495 (pa_block): Change i to unsigned int.
4496 * config/obj-som.h (obj_som_copyright): Declare.
4497
4498Tue Apr 28 11:35:56 1998 Frank Ch. Eigler <fche@cygnus.com>
4499
4500 * ecoff.c (ecoff_build_lineno): Do not use dummy first_lineno
4501 for line numbers for assembly source.
4502
4503Mon Apr 27 15:58:46 1998 Ian Lance Taylor <ian@cygnus.com>
4504
4505 * configure.in: Change version number to 2.9.4
4506 * configure: Rebuild.
4507
4508Mon Apr 27 12:07:33 1998 Doug Evans <devans@seba.cygnus.com>
4509
4510 * cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
4511
4512Mon Apr 27 15:16:12 1998 Ian Lance Taylor <ian@cygnus.com>
4513
4514 * ecoff.h: Change symbolS in function declaration to struct
4515 symbol.
4516
4517Sun Apr 26 13:44:22 1998 Ian Lance Taylor <ian@cygnus.com>
4518
4519 * config/tc-sh.c (parse_reg): Add casts to avoid warnings.
4520 (md_convert_frag): Fix i18n typo.
4521
4522Sat Apr 25 20:12:02 1998 Richard Henderson <rth@cygnus.com>
4523
4524 * ecoff.c (ecoff_get_cur_proc_sym): New function.
4525 * ecoff.h: Protoype it.
4526 * config/tc-alpha.c [ELF] (s_alpha_prologue): New function.
4527 [EVAX] (s_alpha_prologue): Delete.
4528 (md_pseudo_table): Update.
4529
4530Sat Apr 25 14:00:52 1998 Ian Lance Taylor <ian@cygnus.com>
4531
4532 * config/tc-i960.c (md_assemble): Change bp_error_msg from static
4533 array to local pointer.
4534 (get_args, parse_expr): Add casts to avoid warnings.
4535
4536Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>
4537
4538 * read.c (s_set): Cast xmalloc return value to fragS *.
4539 * config/tc-m68k.c (m68k_ip): Function made static to match
4540 previous forward declaration.
4541 (insert_reg, init_regtable, md_convert_frag_1): Likewise.
4542
4543Fri Apr 24 09:26:46 1998 Nick Clifton <nickc@cygnus.com>
4544
4545 * config/tc-v850.c: Add internationalisation macros to error
4546 strings.
4547
4548 * config/tc-m32r.c (can_make_parallel): Add internationalisation
4549 macros to error strings.
4550
4551Thu Apr 23 19:23:23 1998 Ian Lance Taylor <ian@cygnus.com>
4552
4553 * config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
4554 reloc is in the TOC csect.
4555 (md_apply_fix3): Correct gettext typo.
4556
4557Thu Apr 23 14:58:31 1998 Nick Clifton <nickc@cygnus.com>
4558
4559 * config/tc-arm.c (find_real_start): Ignore symbols starting with
4560 .L - they are local labels and the branches are not really
4561 function calls but rather far jumps.
4562
4563Wed Apr 22 15:57:21 1998 Tom Tromey <tromey@cygnus.com>
4564
4565 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
4566
4567Wed Apr 22 14:52:36 1998 Ian Lance Taylor <ian@cygnus.com>
4568
4569 * config/tc-i386.c (md_assemble): Print operand number rather than
4570 using ordinal_names.
4571 (i386_operand): Likewise.
4572
4573Tue Apr 21 22:34:25 1998 Tom Tromey <tromey@scribbles.cygnus.com>
4574
4575 * Makefile.am (INTLLIBS): Define to work around apparent automake
4576 bug.
4577 All Makefiles: Regenerated.
4578
4579 * Many files: Added gettext invocations around user-visible
4580 strings.
4581 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
4582 HAVE_LC_MESSAGES): Define.
4583 * dep-in.sed: Added asintl.h.
4584 * po/Make-in: New file.
4585 * gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
4586 Include "asintl.h".
4587 * read.c (Z_): Renamed from `_'.
4588 * Makefile.am (SUBDIRS): Added po.
4589 (POTFILES): new macro.
4590 (po/POTFILES.in): New target.
4591 ($(OBJS)): Added asintl.h.
4592 (HFILES): Likewise.
4593 (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
4594 (as_new_LDADD): Added $(INTLLIBS).
4595 (as_new_DEPENDENCIES): Added $(INTLDEPS).
4596 (gasp_new_LDADD): Added $(INTLLIBS).
4597 (gasp_new_DEPENDENCIES): New macro.
4598 * configure, aclocal.m4: Rebuilt.
4599 * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
4600 po/Makefile.
4601 (ALL_LINGUAS): Define.
4602 * macro.c: Include "asintl.h".
4603 * as.c (main): Call setlocale, bindtextdomain, and textdomain.
4604 * as.h: Include "asintl.h".
4605 * config/tc-i386.c (ordinal_names): Removed.
4606 (md_assemble): Changed error text to avoid ordinal_names.
4607 (i386_operand): Likewise.
4608 (reloc): Added as_bad to avoid i18n problems.
4609 (tc_gen_reloc): Likewise.
4610 * config/tc-arm.c (bad_args): Now a #define.
4611 (bad_pc): Likewise.
4612 * config/obj-vms.c (VMS_stab_parse): Changed type of
4613 `long_const_msg'.
4614 (global_symbol_directory): Unified strings to avoid i18n
4615 problems.
4616 * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
4617 avoid i18n problems.
4618 * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
4619 * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
4620 i18n problems.
4621 * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
4622 problems.
4623 * config/tc-v850.c (md_assemble): Changed C++ comment into C
4624 comment.
4625 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
4626 problems.
4627 * as.c (print_version_id): Added an fprintf to avoid i18n
4628 problems.
4629 * cond.c (cond_finish_check): Added as_bad call to avoid i18n
4630 problems.
4631 * expr.c (expr): Added as_warn call to avoid i18n problems.
4632 * messages.c (as_assert): Changed code to avoid i18n problems.
4633 (as_abort): Likewise.
4634 * read.c (pseudo_set): Added as_bad call to avoid i18n problems.
4635 (s_space): Likewise.
4636 * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
4637
4638Tue Apr 21 17:01:22 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4639
4640 * config/tc-i386.c (check_prefix): New static function, split out
4641 from md_assemble.
4642 (struct _i386_insn): Add wait_prefix field.
4643 (md_assemble): Remove wait_prefix local variable. Use
4644 check_prefix when adding a prefix.
4645
4646 * config/tc-i386.c (current_templates): New static variable.
4647 (md_assemble): Remove current_templates local variable.
4648 (md_assemble, i386_operand): Improve error and warning messages in
4649 many places. Add RESTORE_END_STRING in many places before error
4650 return. Clarify some comments.
4651
4652 * config/tc-i386.c (struct _i386_insn): Change seg field to a two
4653 element array.
4654 (md_assemble): Parse string instruction operands, looking for
4655 segment override prefixes. Check for invalid segment prefixes on
4656 string instruction.
4657 (i386_operand): i.seg[] and max mem_operand changes for string
4658 insns.
4659 * config/tc-i386.h (EsSeg): Define.
4660
4661 * config/tc-i386.h (regKludge): Define.
4662 (iclrKludge, imulKludge): Don't define.
4663 * config/tc-i386.c (md_assemble): Merge imulKludge and iclrKludge
4664 code. Move ReverseRegRegmem fudges into Modrm case. Reorder
4665 opcode_modifier checks to look for more common cases first. Add
4666 default_seg for IsString case.
4667
4668Tue Apr 21 16:18:12 1998 Ian Lance Taylor <ian@cygnus.com>
4669
4670 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX and
4671 AC_DECL_YYTEXT.
4672 * configure: Rebuild with new automake and libtool.
4673 * aclocal.m4, Makefile.in: Likewise.
4674
4675 * doc/Makefile.am (as.dvi): New target.
4676 * doc/Makefile.in: Rebuild.
4677
4678Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
4679
4680 * configure.in: Added sparc86x support.
4681
4682 * configure: Rebuild.
4683
4684 * config/tc-sparc.c (lookup_arch): Added arch_type to struct
4685 sparc_arch.
4686 (md_parse_option): Warn if -EL is not supported for this architecture.
4687
4688 * config/tc-sparc.h (SPARC_BIENDIAN) Always define.
4689
4690Sat Apr 18 01:19:01 1998 Jeffrey A Law (law@cygnus.com)
4691
4692 * config/tc-mips.c (mips_ip): Note when we use get match on
4693 the full instruction name.
4694
4695Wed Apr 15 15:17:27 1998 Richard Henderson <rth@cygnus.com>
4696
4697 * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol
4698 back into the expression to handle add/sub simplification correctly.
4699
4700Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
4701
4702 * config/tc-mips.c (hilo_interlocks): Remove 4300.
4703
4704Mon Apr 13 16:51:04 1998 Nick Clifton <nickc@cygnus.com>
4705
4706 * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,
4707 #<n>' instruction.
4708
4709Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
4710
4711 * symbols.c (max_indent_level): New global.
4712 (print_symbol_value_1): Use it.
4713 * expr.h (expr_build_dot): Declare.
4714 * expr.c (expr_build_dot): New function.
4715
4716Wed Apr 8 16:16:11 1998 Doug Evans <devans@canuck.cygnus.com>
4717
4718 * symbols.c (print_binary): New function.
4719 (print_expr_1): Call it.
4720
4721Mon Apr 6 12:06:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4722
4723 * config/tc-m68k.c (m68k_ip, case "#B"): Install the offset of the
4724 operand in the opcode.
4725
4726Fri Apr 3 11:58:19 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4727
4728 * config/tc-i386.h: Reorder operand flags and opcode modifier
4729 flags for clarity. Remove unused definitions: Unknown,
4730 ImmUnknown, DispUnknown, NoModrm.
4731 * config/tc-i386.c (type_names): Add missing Debug type.
4732 (md_assemble): Better duplicate prefix checking. Quicker string
4733 instruction check via new opcode_modifier flag.
4734
4735Fri Apr 3 11:44:34 1998 Ian Lance Taylor <ian@cygnus.com>
4736
4737 * doc/as.texinfo (Invoking): Clarify -Wa example.
4738
4739Fri Apr 3 09:12:23 1998 Gavin Koch <gavin@cetus.cygnus.com>
4740
4741 * config/tc-mips.c (mips_pseudo_table): Add weakext entry.
4742 (s_mips_weakext): Define.
4743 * ecoff.c (ecoff_directive_weakext): Don't define if defined(TC_MIPS).
4744 * config/obj-ecoff.c (obj_pseudo_table): Don't add weakext if
4745 defined(TC_MIPS).
4746
4747Thu Apr 2 22:42:02 1998 Jeffrey A Law (law@cygnus.com)
4748
4749 * config/tc-mn10200.c (tc_gen_reloc): The difference of two symbols
4750 is an error if the value can not be computed at assembly time.
4751 * config/tc-mn10300.c (tc_gen-reloc): Likewise.
4752
4753Thu Apr 2 16:36:47 1998 Ian Lance Taylor <ian@cygnus.com>
4754
4755 * gasp.c (main): Set next field of new include_path structure to
4756 NULL. From Avery Pennarun <averyp@gdc.ca>.
4757
4758 * read.c (s_mri_sect): Call as_bad rather than abort for an
4759 unsupported MRI target.
4760
4761Wed Apr 1 11:08:27 1998 Nick Clifton <nickc@cygnus.com>
4762
4763 * config/tc-arm.c (arm_validate_fix): New function. Determine if
4764 the destination of a branch instruction should be altered.
4765 (find_real_start): New function: Locate the real, Thumb coded
4766 start of a Thumb function.
4767 (do_t_branch23): Alter the destination of branches to Thumb
4768 functions.
4769
4770 * config/tc-arm.h: Define TC_VALIDATE_FIX.
4771
4772Tue Mar 31 13:27:33 1998 Dean M. Deaver <deaver@amt.tay1.dec.com>
4773
4774 * config/tc-arm.c (decode_shift): Handle addressing mode 2 w/rrx
4775 also.
4776
4777Wed Apr 1 13:13:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4778
4779 * doc/as.texinfo: Use @itemx for a secondary item in a table.
4780 * doc/c-hppa.texi: Likewise.
4781
4782Tue Mar 31 17:52:40 1998 Ian Lance Taylor <ian@cygnus.com>
4783
4784 * Makefile.am: Rebuild dependencies.
4785 * Makefile.in: Rebuild.
4786
4787 * Makefile.am (DEP_INCLUDES): New variable.
4788 (.dep1): Change to work when srcdir is not an absolute path.
4789 (.tcdep, .objdep, .dep2, dep.sed): Likewise.
4790 * Makefile.in: Rebuild.
4791
4792Mon Mar 30 12:46:48 1998 Ian Lance Taylor <ian@cygnus.com>
4793
4794 * config/tc-i386.h, config/tc-i386.c: Revert March 24
4795 LinearAddress patch.
4796
4797 * configure.in: Set version to 2.9.1.
4798 * configure: Rebuild.
4799
4800 * Branched binutils 2.9.
4801
4802Mon Mar 30 11:22:08 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4803
4804 * config/tc-i386.h (FWait): Define.
4805 * config/tc-i386.c (md_assemble): Emit fwait prefix before any
4806 other prefixes. Check FWait flag in opcode table to see which
4807 instructions require an fwait prefix.
4808
4809Mon Mar 30 10:12:00 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4810
4811 * stabs.c (get_stab_string_offset): Always create a stab string
4812 section.
4813
4814Sat Mar 28 22:28:02 1998 Ian Lance Taylor <ian@cygnus.com>
4815
4816 Fix some gcc -Wall warnings:
4817 * atof-generic.c (atof_generic): Add casts to avoid warnings.
4818 * ehopt.c (eh_frame_code_alignment): Likewise.
4819 * expr.c (integer_constant, operand): Likewise.
4820 * frags.c (frag_align): Likewise.
4821 * gasp.c (level_0, change_base, doinstr): Likewise.
4822 * hash.c (hash_ask): Likewise.
4823 * listing.c (listing_page, calc_hex, print_lines): Likewise.
4824 (debugging_pseudo): Likewise.
4825 * macro.c (define_macro, check_macro): Likewise.
4826 * read.c (read_a_source_file, s_align, s_float_space): Likewise.
4827 (ignore_rest_of_line, float_cons): Likewise.
4828 * symbols.c (decode_local_label_name): Likewise.
4829 * write.c (record_alignment, cvs_frag_to_fill): Likewise.
4830 (fixup_segment, number_to_chars_bigendian): Likewise.
4831 (number_to_chars_littleendian): Likewise.
4832 * config/atof-ieee.c (gen_to_words): Likewise.
4833 * config/tc-sparc.c (md_begin, md_assemble): Likewise.
4834 (sparc_ip, parse_keyword_arg, s_common): Likewise.
4835 * read.c (output_big_sleb128): Initialize locals to avoid
4836 warnings.
4837 (output_big_uleb128, equals): Likewise.
4838 * atof-generic.c (atof_generic): Change number_of_digits_* locals
4839 to unsigned int. Change zeros to unsigned int.
4840 * cond.c (s_if): Add return to default case.
4841 * frags.c (frag_now_fix): Change return type to addressT.
4842 * frags.h (frag_now_fix): Update declaration.
4843 * listing.c (file_info_struct): Change linenum to unsigned int.
4844 (struct list_info_struct): Change hll_line to unsigned int.
4845 (print_source): Update format string.
4846 * read.c (emit_expr): Change scan to unsigned int, and don't
4847 bother to initialize it.
4848 * symbols.c (dollar_label_count): Change to unsigned long.
4849 * write.c (adjust_reloc_syms): Remove unused label reduce_fixup.
4850 * config/tc-sparc.c (sparc_memory_model): Only define if OBJ_ELF.
4851 * config/tc-sparc.c (tc_gen_reloc): Add return to default case.
4852
4853Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com>
4854
4855 * config/tc-m68k.c (m68k_ip): Check legal addressing modes for
4856 mcf5200 just as we do for m68000.
4857 (m68k_init_after_args): Likewise.
4858 (md_estimate_size_before_relax): Likewise.
4859
4860Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com>
4861
4862 * config/tc-v850.c (md_assemble): Store relocation addend in
4863 fixup instead of instruction.
4864
4865Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4866
4867 * config/tc-i386.c (md_assemble): Swap template arguments to
4868 CONSISTENT_REGISTER_MATCH macro in reverse direction test.
4869 This macro is currently symmetric, so passing them the wrong
4870 way didn't cause any problem, but may if the macro is changed
4871 in the future.
4872 After copying template to i.tm, use i.tm. rather than t-> to
4873 access fields, and make t a const*
4874 Move i.tm.operand_types[] swap to immediately after the copy.
4875
4876Wed Mar 25 13:44:18 1998 Doug Evans <devans@canuck.cygnus.com>
4877
4878 * expr.h (expr_build_uconstant): Add prototype.
4879 (expr_build_unary,expr_build_binary): Add prototypes.
4880 * expr.c (expr_build_uconstant): New function.
4881 (expr_build_unary,expr_build_binary): New functions.
4882
4883Wed Mar 25 13:10:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
4884
4885 * gasp.c (IS*): Cast argument to unsigned char, not unsigned int.
4886 * macro.c (macro_expand_body): Increase buffer size.
4887 * messages.c (as_warn): Likewise.
4888 (as_warn_where, as_bad, as_bad_where): Likewise.
4889
4890Wed Mar 25 12:59:07 1998 Ian Lance Taylor <ian@cygnus.com>
4891
4892 Based on patch from H.J. Lu <hjl@gnu.org>:
4893 * Makefile.am (DISTSTUFF): New variable.
4894 (diststuff): New target.
4895 * Makefile.in: Rebuild.
4896
4897Tue Mar 24 16:51:29 1998 Nick Clifton <nickc@cygnus.com>
4898
4899 * config/tc-m32r.h (md_cleanup, md_elf_section_change_hook): Call
4900 m32r_elf_section_change_hook.
4901
4902 * config/tc-m32r.c (m32r_elf_section_change_hook): New function to
4903 emit a nop if a section ends with a 16 bit instruction.
4904
4905Tue Mar 24 19:48:09 1998 Ian Lance Taylor <ian@cygnus.com>
4906
4907 * config/obj-coff.c (obj_coff_bss): Compile unconditionally. Call
4908 s_lcomm rather than obj_coff_lcomm.
4909 (obj_pseudo_table): Compile .bss pseudo-op unconditionally.
4910
4911Tue Mar 24 18:30:58 1998 H.J. Lu <hjl@gnu.org>
4912
4913 * config/tc-i386.h (LinearAddress): Define.
4914 * config/tc-i386.c (md_assemble): If LinearAddress is set for the
4915 instruction, don't use a default segment.
4916
4917Mon Mar 23 18:53:40 1998 Joel Sherrill <joel@OARcorp.com>
4918
4919 * configure.in: (sh*-*-rtems*): Switched from ELF to COFF.
4920 * configure: Rebuild.
4921
4922Fri Mar 20 19:15:44 1998 Ian Lance Taylor <ian@cygnus.com>
4923
4924 * aclocal.m4, configure: Rebuild with libtool 1.2.
4925
4926Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
4927
4928 * config/tc-arm.c (md_apply_fix3): fix code to test the range of
4929 PC relative branches. Patch courtesy of Jonathan Walton.
4930
4931
4932Wed Mar 18 09:29:51 1998 Nick Clifton <nickc@cygnus.com>
4933
4934 * configure.in (emulations): Add thumb-pe target.
4935
4936 * configure (emulations): Add thumb-pe target.
4937
49381998-03-17 Ken Raeburn <raeburn@cygnus.com>
4939
4940 * itbl-lex.l (yywrap): Don't define if already defined as a
4941 macro.
4942
4943Fri Mar 13 16:31:38 1998 Tom Tromey <tromey@cygnus.com>
4944
4945 * depend.c (quote_string_for_make): New function.
4946 (wrap_output): Use it.
4947
4948Thu Mar 12 18:28:22 1998 Nick Clifton <nickc@cygnus.com>
4949
4950 * config/obj-elf.c (obj_elf_section): Set bss flag in seg_info
4951 structure if type is SHT_NOBITS. [Bug fix courtesy of rth]
4952
4953Sat Feb 28 17:28:55 1998 Richard Henderson <rth@cygnus.com>
4954
4955 * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option):
4956 Recognize -GN and -relax.
4957 (md_begin): Initialize gp size from -G switch.
4958 (alpha_force_relocation): Always force if -relax.
4959 (alpha_align): Take a new argument that will specify when to
4960 emit an R_ALPHA_ALIGN relocation (though we don't do that now).
4961 Change all callers. Emit nop alignment padding as nop+unop pair.
4962
4963Sat Feb 28 17:06:22 1998 Richard Henderson <rth@cygnus.com>
4964
4965 * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
4966 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
4967
4968Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
4969
4970 * config/tc-d30v.c (write_2_short): Delayed jsr instructions don't
4971 require padding to the next long word boundary.
4972
4973Mon Feb 23 11:29:06 1998 Doug Evans <devans@seba.cygnus.com>
4974
4975 * cgen.c: #include symcat.h.
4976 * config/tc-m32r.c: Likewise.
4977
4978Mon Feb 23 10:27:40 1998 Jeffrey A Law (law@cygnus.com)
4979
4980 * config/tc-mips.c (mips_ip, case 'P'): Make 'P' arguments be
4981 absolute expressions instead of '$' prefixed register names.
4982
4983Sat Feb 21 22:36:52 1998 Richard Henderson <rth@cygnus.com>
4984
4985 * read.c (s_set): Record file and line info for symbols when -as.
4986 (pseudo_set): Don't overwrite that dummy fragment.
4987
4988Fri Feb 20 15:03:13 1998 Ian Lance Taylor <ian@cygnus.com>
4989
4990 * config/tc-ppc.c (md_pseudo_table): Add "section".
4991 (ppc_named_section): New static function.
4992
4993Thu Feb 19 22:25:42 1998 Richard Henderson <rth@cygnus.com>
4994
4995 * tc-ppc.c (ppc_biei): Cache the last symbol we inserted
4996 so we don't have to scan the entire list.
4997
4998Tue Feb 17 17:02:15 1998 Fred Fish <fnf@cygnus.com>
4999
5000 * config/tc-d30v.c (parallel_ok): For the explicitly parallel
5001 case, allow the parallel instructions to modify the same flag
5002 bits.
5003
5004Thu Feb 19 16:08:15 1998 Richard Henderson <rth@cygnus.com>
5005
5006 * listing.c (list_symbol_table): Categorize symbols by
5007 undefined_section rather than sy_frag->line == NULL.
5008
5009Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com>
5010
5011 * Makefile.am (install-exec-local): Install properly when ln
5012 fails or tooldir == prefix.
5013
5014Tue Feb 17 18:58:51 1998 Doug Evans <devans@seba.cygnus.com>
5015
5016 * cgen.c (cgen_md_apply_fix3): Delete call to validate_operand.
5017 Test result of insert_operand for error.
5018
5019Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
5020
5021 * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus.
5022 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
5023 * doc/Makefile.am (AUTOMAKE_OPTIONS): Define.
5024 * doc/Makefile.in: Rebuild.
5025
5026Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com>
5027
5028 * config/tc-mips.c (macro_build): Handle operand type 'C'.
5029 (macro): Fix handling of M_COP[0-3].
5030
5031Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com>
5032
5033 Based on patches from Ross Harvey <ross@teraflop.com>:
5034 * macro.c (ISSEP): Only treat '<' and '>' as separator characters
5035 if macro_alternate or macro_mri.
5036 (getstring): Remove support for byte constants between < and >.
5037 (get_any_string): '<' only starts a string if macro_alternate or
5038 macro_mri.
5039 (macro_expand_body): Permit keyword parameters following
5040 positional parameters.
5041
5042 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
5043 * configure.in (alpha*-*-netbsd*): New target.
5044 * config/te-nbsd.h (LOCAL_LABELS_FB): Define.
5045 * configure: Rebuild.
5046
5047 * as.h (flag_warn_suppress_instructionswap): Move from here...
5048 * config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to
5049 here, and make static.
5050
5051 * ehopt.c (eh_frame_code_alignment): Only use seg_info if
5052 BFD_ASSEMBLER or MANY_SEGMENTS.
5053
5054 * as.c (show_usage): Update bug-gnu-utils address.
5055 * gasp.c (show_usage): Likewise.
5056 * doc/as.texinfo (Bug Reporting): Likewise.
5057
5058Wed Feb 11 23:26:28 1998 Jeffrey A Law (law@cygnus.com)
5059
5060 * config/tc-mips.c (load_address): Don't use mips III or mips IV
5061 insns regardless of the size of a pointer if we're in mips I or
5062 MIPS II mode.
5063 (macro, macro2, s_cprestore, s_cpadd): Likewise.
5064
5065Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5066
5067Fix rac to accept only a0:
5068 * tc-d10v.c (parallel_ok, find_opcode):
5069 Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
5070 Introduce OPERAND_GPR.
5071
5072Wed Feb 11 16:28:13 1998 Richard Henderson <rth@cygnus.com>
5073
5074 * read.c (s_fill): Handle non-constant repeat counts by creating
5075 an rs_space fragment.
5076
5077Tue Feb 10 18:31:31 1998 Ian Lance Taylor <ian@cygnus.com>
5078
5079 * config/tc-i386.c (i386_operand): Change error added Jan 2 1998
5080 from as_bad to as_warn.
5081
5082Tue Feb 10 18:04:00 1998 Jim Lemke <jlemke@cygnus.com>
5083
5084 * as.c: (perform_an_assembly_pass): Use [TEXT|DATA|BSS]_SECTION_NAME
5085 * as.h: Define default values of [TEXT|DATA|BSS]_SECTION_NAME
5086 * config/obj-elf.c (elf_begin): Use [TEXT|DATA|BSS]_SECTION_NAME
5087
5088Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com>
5089
5090 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use
5091 seg_fix_rotP rather than fix_root from seg_info.
5092
5093Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com>
5094
5095 * expr.c: Add support for 0x1_2_3_4 bignums.
5096
5097Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
5098
5099 * configure.in: Change -linux* to -linux-gnu*.
5100 * configure: Rebuild.
5101
5102 * app.c (do_scrub_begin): Treat \r as whitespace.
5103
5104Mon Feb 9 14:16:11 1998 Ian Lance Taylor <ian@cygnus.com>
5105
5106 * Makefile.am: Update dependencies.
5107 * Makefile.in: Rebuild.
5108
5109Sat Feb 7 15:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
5110
5111 * configure, aclocal.m4: Rebuild with new libtool.
5112
5113Fri Feb 6 16:08:30 1998 Jeffrey A Law (law@cygnus.com)
5114
5115 * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
5116 the argument to bfd_set_arch_mach.
5117 (load_address): Use bfd_arch_bits_per_address to determine the
5118 bit size of an address instead of looking at the isa level.
5119 (macro, macro2, s_cprestore, s_cpadd): Likewise.
5120
5121Fri Feb 6 14:44:34 1998 Nick Clifton <nickc@cygnus.com>
5122
5123 * config/tc-v850.c (md_parse_option): Add -mv850any command line option.
5124
5125Thu Feb 5 12:39:08 1998 Ian Lance Taylor <ian@cygnus.com>
5126
5127 * ehopt.c: New file.
5128 * as.h (enum _relax_state): Add rs_cfa.
5129 (check_eh_frame, eh_frame_estimate_size_before_relax): Declare.
5130 (eh_frame_relax_frag, eh_frame_convert_frag): Declare.
5131 * read.c (emit_expr): Call check_eh_frame.
5132 * write.c (cvt_frag_to_fill): Handle rs_cfa.
5133 (relax_segment): Likewise.
5134 * Makefile.am: Rebuild dependencies.
5135 (GAS_CFILES): Add ehopt.c.
5136 (GENERIC_OBJS): Add ehopt.o.
5137 * doc/internals.texi (Frags): Document rs_cfa.
5138
5139 * as.c (show_usage): Mention --traditional-format.
5140 (parse_args): Accept --traditional-format.
5141 * as.h (flag_traditional_format): Declare.
5142 * output-file.c (output_file_create): If flag_traditional_format,
5143 set BFD_TRADITIONAL_FORMAT on stdoutput.
5144 * doc/as.texinfo, doc/as.1: Document --traditional-format.
5145
5146 * config/tc-mips.c (append_insn): Make sure that if we have a
5147 fixup for an unmatched %hi reloc, it does not associated with a
5148 variant frag.
5149
5150 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
5151 * doc/Makefile.in: Likewise.
5152
5153Wed Feb 4 15:41:54 1998 Nick Clifton <nickc@cygnus.com>
5154
5155 * config/tc-m32r.c (check_for_side_effects): New function.
5156 (can_make_parallel): Add checks for instruction side effects
5157 clashing with the other instruction.
5158 (assemble_parallel_insn): Improve warning messages. Return error
5159 message from non-swapped instruction order.
5160
5161Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk>
5162
5163 * config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup().
5164
5165 * config/tc-arm.h: Replace md_after_pass_hook definition with a
5166 md_cleanup definition. This moves the forced literal output to
5167 the end of the source pass, and avoids macro's inserting literals
5168 into the code immediately after the macro expansion.
5169
5170Wed Feb 4 13:17:19 1998 Ian Lance Taylor <ian@cygnus.com>
5171
5172 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against
5173 a gas internal symbol is adjustable.
5174 * config/tc-ppc.h (tc_fix_adjustable): Likewise.
5175
5176 * as.h: If gcc version greater than 2.6, use `__format__' and
5177 `__printf__' in function attributes, rather than `format' and
5178 `printf'.
5179
5180Mon Feb 2 18:38:18 1998 Ian Lance Taylor <ian@cygnus.com>
5181
5182 * config/tc-sparc.c: Only include elf/sparc.h if OBJ_ELF.
5183
5184Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
5185
5186 Add tms320c30 support:
5187 * config/tc-tic30.h: New file.
5188 * config/tc-tic30.c: New file.
5189 * config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define
5190 TARGET_FORMAT as "coff-tic30".
5191 * configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets.
5192 * Makefile.am: Rebuild dependencies.
5193 (CPU_TYPES): Add tic30.
5194 (CPU_OBJ_VALID): tic30-aout is valid.
5195 (TARGET_CPU_CFILES): Add config/tc-tic30.c.
5196 (TARGET_CPU_HFILES): Add config/tc-tic30.h.
5197 * configure, Makefile.in: Rebuild.
5198
5199Mon Feb 2 10:20:37 1998 Nick Clifton <nickc@cygnus.com>
5200
5201 * config/tc-v850.c (md_assemble): Improvements to error messages.
5202
5203Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au>
5204
5205 * config/tc-ppc.c (md_apply_fix3): Change BFD_RELOC_HI16 and
5206 BFD_RELOC_HI16_S to store the high bits of any value.
5207
5208 * config/tc-ppc.h (tc_fix_adjustable): Undo change of Fri Jun 27.
5209 (TC_RELOC_RTSYM_LOC_FIXUP): Don't let the
5210 assembler calculate relocations to any external symbol at all.
5211 * config/tc-ppc.c (md_apply_fix3) [OBJ_ELF]: Correct bugs
5212 involving generation of pc-relative relocs.
5213 (md_pcrel_from_section) [OBJ_ELF]: The job this code used to do
5214 has been moved to md_apply_fix3.
5215
5216 * config/tc-ppc.c (md_apply_fix3): Fix test for too-far branch.
5217 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,
5218 which actually means (the address of identifier's GOT entry) +
5219 constant, which is not particularly useful.
5220
5221Fri Jan 30 11:02:35 1998 Doug Evans <devans@canuck.cygnus.com>
5222
5223 * read.h (include_dirs): Declare.
5224 (include_dir_count,include_dir_maxlen): Declare.
5225
5226Fri Jan 30 11:47:02 1998 Ian Lance Taylor <ian@cygnus.com>
5227
5228 * configure.in: Correct check for shared opcodes library.
5229 * configure: Rebuild.
5230
5231 * listing.c (buffer_line): If we can't open the file, set at_end.
5232 (listing_print): Remove unused local variable fi.
5233
5234 * config/m68k-parse.y (reglistpair): Handle register list in
5235 either order.
5236
5237 * config/vms-conf.h: Don't undef VERSION.
5238
5239Thu Jan 29 14:42:44 1998 Pat Rankin <rankin@eql.caltech.edu>
5240
5241 * Makefile.am (CONFIG_OBJS): New variable, containing part of old
5242 OBJS variable.
5243 (GENERIC_OBJS): New variable, with the rest of the old OBJS
5244 variable.
5245 (OBJS): Now just $(CONFIG_OBJS) and $(GENERIC_OBJS).
5246 ($(srcdir)/make-gas.com): Rename from make-gas.com.
5247 (stamp-mk.com): Replace $(OBJS) with $(GENERIC_OBJS).
5248 (EXTRA_DIST): Define.
5249 * vmsconf.sh: Handle {targ-cpu, obj-format, atof-targ} modules
5250 explicitly rather than via the list of object files.
5251 (gcc-as.opt): New file created when make-gas.com is run.
5252 * config-gas.com: Create {targ-cpu.h, obj-format.h, targ-env.h,
5253 itbl-cpu.h} to #include appropriate file rather than copying that
5254 file.
5255 * config/vms-conf.h: Synchronize with current config.in.
5256 * Makefile.in: Rebuild.
5257
5258Thu Jan 29 18:48:19 1998 Bill Moyer <billm@cygnus.com>
5259
5260 * config/tc-d30v.c (do_assemble): Added flag_explicitly_parallel.
5261 (parallel_ok): Relaxed parallel subinstruction dependency check.
5262
5263Wed Jan 28 14:35:00 1998 Bill Moyer <billm@cygnus.com>
5264
5265 * as.h (flag_warn_suppress_instructionswap): added new flag.
5266 * tc-d10v.c (md_parse_option,md_longopts): added "--nowarnswap"
5267 command line argument.
5268 * tc-d10v.c (write_2_short): emit "Swapping instructions"
5269 warning only if flag_warn_suppress_instructionswap is false.
5270
5271Wed Jan 28 16:41:19 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
5272
5273 * configure.in (i386-*-mingw32*): New target.
5274 * configure: Rebuild.
5275
5276Wed Jan 28 14:51:18 1998 Ian Lance Taylor <ian@cygnus.com>
5277
5278 * symbols.c (resolve_symbol_value): Don't set the segment if it
5279 hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
5280
5281 * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
5282 S_GET_SEGMENT.
5283
5284Wed Jan 28 13:54:50 1998 Pat Rankin <rankin@eql.caltech.edu>
5285
5286 as.h (unlink): Reverse 13-Feb-97 change; use of unlink vs remove
5287 depends upon HAVE_{UNLINK,REMOVE} values rather than host
5288 compiler.
5289
5290Wed Jan 28 13:48:08 1998 Ian Lance Taylor <ian@cygnus.com>
5291
5292 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.
5293
5294Wed Jan 28 09:52:00 1998 Nick Clifton <nickc@cygnus.com>
5295
5296 * config/tc-v850.c (v850_insert_operand): Display instruction when
5297 an error is encountered.
5298
5299Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>
5300
5301 * configure.in (i386-*-sco3.2v5*): Defaults to ELF now.
5302 (i386-*-sco3.2v5*coff): New target.
5303 (i386-*-sco3.2*): New target.
5304 * configure: Rebuild.
5305
5306Tue Jan 27 11:06:52 1998 Nick Clifton <nickc@cygnus.com>
5307
5308 * config/tc-v850.c: Tidy error message production.
5309
5310Tue Jan 27 12:24:32 1998 Ian Lance Taylor <ian@cygnus.com>
5311
5312 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
5313 validate_immediate return value in the right type for comparisons
5314 to FAIL.
5315
5316Tue Jan 27 06:51:59 1998 Richard Henderson <rth@cygnus.com>
5317
5318 * listing.c (MAX_BYTES): Use listing variables not constants.
5319 (data_buffer): No longer an array, but a pointer.
5320 (calc_hex): sizeof(data_buffer) -> MAX_BYTES.
5321 (listing_listing): Allocate data_buffer.
5322
5323Tue Jan 27 06:38:35 1998 Richard Henderson <rth@cygnus.com>
5324
5325 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
5326 --listing-rhs-width, --listing-cont-lines.
5327 (show_usage): Update.
5328 * listing.c (listing_lhs_width, listing_lhs_width_second): New vars.
5329 (listing_lhs_cont_lines, listing_rhs_width): New vars.
5330 (print_lines): Use the variables instead of the constants.
5331 (listing_listing): Likewise.
5332 * listing.h: Declare the new vars.
5333
5334Tue Jan 27 05:32:05 1998 Richard Henderson <rth@cygnus.com>
5335
5336 * as.c (parse_args): Add --keep-locals alias for -L.
5337 Add --strip-local-absolute.
5338 (show_usage): Update.
5339 * as.h (flag_strip_local_absolute): New flag.
5340 * symbols.c (S_IS_LOCAL): Use it.
5341 * config/obj-aout.h (S_IS_LOCAL): Likewise.
5342 * config/obj-bout.h (S_IS_LOCAL): Likewise.
5343 * config/obj-coff.h (S_IS_LOCAL): Likewise.
5344
5345Mon Jan 26 13:07:41 1998 Nick Clifton <nickc@cygnus.com>
5346
5347 * config/tc-m32r.c: Detect if explicitly parallel instructions
5348 might have an io conflict and issue a warning message.
5349
5350Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com>
5351
5352 * cgen.c (cgen_save_fixups, cgen_restore_fixups,
5353 cgen_swap_fixups): Functions to save, restore and swap the fixup
5354 chain with a backup copy.
5355 (cgen_asm_finish_insn): Returns address of constructed insn.
5356
5357Wed Jan 21 16:49:10 1998 Richard Henderson <rth@cygnus.com>
5358
5359 * listing.c (file_info_struct): Remove FILE, add POS.
5360 (last_open_file_info, last_open_file): New; a one entry FILE* cache.
5361 (file_info): Don't open the file.
5362 (buffer_line): Check for the file in the last_open cache, updating
5363 as necessary.
5364 (print_source): Don't reference file_info->file.
5365 (listing_listing): Likewise.
5366 (listing_print): Close the file in the cache, if any.
5367
5368Fri Jan 16 14:51:48 1998 Ian Lance Taylor <ian@cygnus.com>
5369
5370 * read.c (dwarf_file_string): New file static variable.
5371 (emit_expr): Look for constant sequence that leads up to a file
5372 name in DWARF debugging output.
5373 (stringer): Use dwarf_file_string to decide whether to accept a
5374 string as a file name.
5375
5376Fri Jan 16 11:30:37 1998 Richard Henderson <rth@cygnus.com>
5377
5378 * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
5379 (crack_operand): Add reg->reglst MRI hack.
5380 (r_seg): Put reglst symbols in reg_section.
5381 (m68k_frob_symbol): Frob reglst symbols into absolute_section.
5382
5383Thu Jan 15 14:19:01 1998 Richard Henderson <rth@cygnus.com>
5384
5385 * tc-sh.c (get_specific): Handle SGR & DBR.
5386
5387Thu Jan 15 13:46:48 1998 Richard Henderson <rth@cygnus.com>
5388
5389 * tc-h8300.c (parse_reg): Take the length of the symbol into
5390 account when attempting to match a register name.
5391 * tc-h8500.c (parse_reg): Likewise.
5392
5393Wed Jan 14 17:52:33 1998 Nick Clifton <nickc@cygnus.com>
5394
5395 * cgen.c: Formatting changes to improve readability.
5396
5397Wed Jan 14 15:41:41 1998 Jeffrey A Law (law@cygnus.com)
5398
5399 * config/tc-mips.c (macro): Rework division code to avoid unfilled
5400 delay slot.
5401
5402Wed Jan 14 18:04:20 1998 Michael Meissner <meissner@cygnus.com>
5403
5404 Based on a patch from Jim Wilson
5405 * config/tc-d30v.c (do_assemble): Remove non-ansi default case.
5406 (tc_gen_reloc): Handle cross section PC relative relocs
5407 correctly.
5408
5409Wed Jan 14 15:02:19 1998 Doug Evans <devans@seba.cygnus.com>
5410
5411 * config/tc-mips.c (mips_ip): Don't test pinfo flags if INSN_MACRO.
5412
5413Mon Jan 12 13:04:57 1998 Doug Evans <devans@seba.cygnus.com>
5414
5415 * cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
5416 (expr_jmp_buf): New static local.
5417 (cgen_parse_operand): Allow use of longjmp in parsing to handle errors.
5418 (cgen_md_operand): New function.
5419 * tc-m32r.c: Clean up pass over `struct foo' usage.
5420 (md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
5421
5422Tue Jan 6 15:36:02 1998 Richard Henderson <rth@cygnus.com>
5423
5424 * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
5425 (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
5426
5427Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com>
5428
5429 * config/tc-i386.c (i386_operand): Give an error if there are
5430 unrecognized characters after an expression.
5431
5432For older changes see ChangeLog-9697
This page took 0.262882 seconds and 4 git commands to generate.