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