* dvp-opc.c (DVP_OPERAND_RELOC_11_S4): Temporarily back out
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f88a2342
JL
1start-sanitize-am33
2Mon Jun 29 14:58:36 1998 Jeffrey A Law (law@cygnus.com)
3
4 * config/tc-mn10300.c (r_registers): Fix typo and add some missing
5 registers.
6
7end-sanitize-am33
b08a983c
GRK
8start-sanitize-branchbug4011
9Mon Jun 29 09:36:27 1998 Gavin Koch <gavin@cygnus.com>
10
11 * config/tc-mips.c (prev_insn_labels): New.
12 (mips_fix_4011_branch_bug): New.
13 (append_insn): Watch for and handle branchs with labels.
14 (mips_no_prev_insn): Initialize prev_insn_labels.
15 (md_longopts,md_parse_option): Add {no-}fix-4011-branch-bug option.
16
17end-sanitize-branchbug4011
3be26805
JL
18Fri Jun 26 11:21:11 1998 Jeffrey A Law (law@cygnus.com)
19
20 * config/tc-mn10300.c (set_arch_mach): New function.
21 (md_pseudo_table): Add pseudo-ops to set the current machine type.
22 (md_begin): Default to mn10300 mode.
23 (md_assemble): Only accept instructions for the core mn10300
24 chip and the active machine type.
25
35111bf8
ILT
26Wed Jun 24 19:06:04 1998 Ian Lance Taylor <ian@cygnus.com>
27
28 * subsegs.h (segment_info_type): Give the struct a name.
29 * config/tc-h8300.h (tc_reloc_mangle): Add prototype.
30 * config/tc-h8500.h (tc_reloc_mangle): Declare.
31 * config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
32 * config/tc-w65.h (tc_reloc_mangle): Declare.
33 * config/tc-z8k.h (tc_reloc_mangle): Declare.
34
9576a4d5
CM
35Wed Jun 24 13:45:00 1998 Catherine Moore <clm@cygnus.com>
36
37 * config/tc-v850.c (v850_comm): Restore old section
38 after common processing.
39
499ecd2f
ILT
40Wed Jun 24 11:50:54 1998 Klaus Kaempf <kkaempf@progis.de>
41
42 * config/obj-vms.c (Create_VMS_Object_File): Force binary file.
43
5d626b5e
JL
44start-sanitize-am33
45Wed Jun 24 09:38:10 1998 Jeffrey A Law (law@cygnus.com)
46
47 * config/tc-mn10300.c (r_registers): Add a0-a3,d0-d3 and e0-e7
48 as synonyms for "rN" registers.
49 (xr_registers): Add mcrh, mcrl, mcvf, mdrq and sp as synonyms
50 for "xrN" registers.
51 (md_assemble): Fix typo computing the size of relocations.
52
53end-sanitize-am33
56a72c45
JW
54Tue Jun 23 17:47:31 1998 Jim Wilson <wilson@cygnus.com>
55
56 * config/tc-h8300.c (do_a_fix_imm, build_bytes): Replace cast to
57 char with code that explicitly sign-extends.
58
7699bb0b 59Tue Jun 23 13:54:57 1998 Nick Clifton <nickc@cygnus.com>
e98d1a32
NC
60start-sanitize-v850e
61 * config/tc-v850.c (md_begin): Restore text section as the current
62 section after creating call table sections.
63end-sanitize-v850e
7699bb0b
NC
64 * config/obj-coff.h (SYM_AUXINFO): New macro to conceal ugly
65 code.
66
67 * config/obj-coff.c (c_symbol_merge): Replace complex expresion
68 with call to macro SYM_AUXINFO.
69
ff000c2b
ILT
70Tue Jun 23 15:09:27 1998 Mike Stump <mrs@wrs.com>
71
72 * Makefile.am (install-exec-local): Don't let EXEEXT interfere
73 with the program transform name.
74 * Makefile.in: Rebuild.
75
aa3c8d2d
ILT
76Mon Jun 22 19:52:42 1998 Ian Lance Taylor <ian@cygnus.com>
77
78 * config/obj-coff.c (c_symbol_merge): Fix copying of auxiliary
79 information.
80
573916e3
JL
81start-sanitize-am33
82Mon Jun 22 13:45:19 1998 Jeffrey A Law (law@cygnus.com)
83
84 * config/tc-mn10300: Handle FMT_D10 instructions.
85
86end-sanitize-am33
bc7809ee
ILT
87Mon Jun 22 15:18:58 1998 Ian Lance Taylor <ian@cygnus.com>
88
89 * config/tc-i386.c (i386_operand): Be prepared for a space between
90 the open parenthesis and the start of the register operand,
91 because of the June 16 change.
92
25eafc5b
FCE
93start-sanitize-r5900
94Mon Jun 22 11:08:07 1998 Frank Ch. Eigler <fche@cygnus.com>
95
96 * config/tc-mips.c (mips_ip): Allow VU vi and vf registers
97 to be named with a `$' prefix. Likewise, allow CFC2/CTC2 to
98 refer to "$viNN" registers.
99
100end-sanitize-r5900
4d865f1b
ILT
101Sun Jun 21 21:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
102
103 * config/tc-sh.c (md_apply_fix): Handle weak symbols correctly if
104 BFD_ASSEMBLER.
105
1d248b62
NC
106Sun Jun 21 12:26:36 1998 Nick Clifton <nickc@cygnus.com>
107
108 * config/tc-d30v.c (d30v_align): Always perform alignment request,
109 even if it is belived to be unnecessary.
110
f26a3299
JL
111start-sanitize-r5900
112Fri Jun 19 19:56:50 1998 Jeffrey A Law (law@cygnus.com)
113
114 * config/tc-mips.c (hilo_interlocks): Check mips_5900, not
115 mips_cpu == 5900.
116
117end-sanitize-r5900
68a3f9c5
JL
118start-sanitize-am33
119Fri Jun 19 16:49:56 1998 Jeffrey A Law (law@cygnus.com)
120
121 * config/tc-mn10300.c (md_assemble): Handle FMT_D8 and FMT_D9
122 instruction formats. Handle MN10300_OPERAND_24BIT modifier.
123 (mn10300_insert_operand): Likewise.
124 (mn10300_check_operand): Likewise.
125
126end-sanitize-am33
622b1860
ILT
127Fri Jun 19 13:57:06 1998 Ian Lance Taylor <ian@cygnus.com>
128
129 * write.c (adjust_reloc_syms): Never adjust relocs against weak
130 symbols.
131 * config/tc-mips.c (md_apply_fix): Adjust accordingly.
132
e7ffb037
JL
133Fri Jun 19 09:50:17 1998 Jeffrey A Law (law@cygnus.com)
134
135start-sanitize-am33
136 * config/tc-mn10300.c (r_registers): Add missing registers.
137 (xr_registers): New set of registers.
138 (xr_register_name): New function.
139 (md_assemble): Handle XRREG and PLUS operands. Tweak handling of
140 RREG operand insertion. Handle new D6 and D7 instruction formats.
141end-sanitize-am33
142 * config/tc-mn10300.c (mn10300_insert_operand): Do not hardcode the
143 shift amount for a repeated operand. The shift amount for the
144 repeated copy comes from the size of the operand.
145
daaab34a
JL
146Fri Jun 19 00:44:19 1998 Jeffrey A Law (law@cygnus.com)
147
148 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
149
82169ece
JL
150start-sanitize-am33
151Wed Jun 17 18:09:03 1998 Jeffrey A Law (law@cygnus.com)
152
153 * config/tc-mn10300.c (r_registers): New register table.
154 (r_register_name): New function.
155 (md_assemble): Handle new am33 operand types.
156
157end-sanitize-am33
31493cdf
ILT
158Wed Jun 17 13:07:05 1998 Ian Lance Taylor <ian@cygnus.com>
159
160 * config/tc-mips.c (md_show_usage): Fix -mipsN usage.
161
fe55a7e7
ILT
162Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
163
164 * app.c (do_scrub_begin): If tc_symbol_chars is defined, treat all
165 characters in it as LEX_IS_SYMBOL_COMPONENT.
166 * config/tc-i386.h (tc_symbol_chars): Define.
167 (extra_symbol_chars): Declare.
168 * config/tc-i386.c (extra_symbol_chars): Define.
169 (comment_chars): Don't use '/' as comment start if TE_LINUX.
170 (line_comment_chars): Set to '/' if TE_LINUX.
171 * doc/c-i386.texi (i386-prefixes): Update.
172 * doc/internals.texi (CPU backend): Document tc_symbol_chars.
173
27a0ce88
TT
174Fri Jun 12 13:36:54 1998 Tom Tromey <tromey@cygnus.com>
175
176 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
177 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
178
79259a91
DE
179start-sanitize-sky
180Fri Jun 12 12:46:57 1998 Doug Evans <devans@canuck.cygnus.com>
181
182 * config/tc-dvp.c (create_vuoverlay_section): Don't set a non-zero
183 section vma.
184
185end-sanitize-sky
9b8eef07
VM
1861998-06-12 Vladimir N. Makarov <vmakarov@cygnus.com>
187
a85e84c5
VM
188 * config/tc-d10v.c (md_apply_fix3): Checking displacement
189 constraint in instructions REP & REPI.
9b8eef07 190
4250a532
NC
191Thu Jun 11 08:56:46 1998 Nick Clifton <nickc@cygnus.com>
192
d32f7037
NC
193 * config/tc-d30v.c (md_apply_fix3): Catch BFD_RELOC_8,
194 BFD_RELOC_16, BFD_RELOC_64 and issue appropriate error messages.
195
671cdc7e
NC
196 (check_range): If the operand is shifted, then shift the number
197 before checking its range.
198
e2a15d35
NC
199 * write.c (adjust_reloc_syms): Add more checks for NULL pointers.
200
4250a532
NC
201 * config/tc-v850.c (v850_comm): Set SEC_COMMON bit on special
202 common sections.
203
fb970279
NC
204Wed Jun 10 17:26:35 1998 Nick Clifton <nickc@cygnus.com>
205
206 * config/tc-v850.c (v850_comm): Create special sections as needed.
207
c2a5732b
VM
2081998-06-10 Vladimir N. Makarov <vmakarov@cygnus.com>
209
210 * config/tc-d10v.c (write_2_short): Addition of swapping
211 instructions for sequential and reverse sequential order when
212 given order is not possible.
213
8b9286ec
DE
214start-sanitize-sky
215Tue Jun 9 12:20:44 1998 Doug Evans <devans@canuck.cygnus.com>
216
217 * config/tc-dvp.c (assemble_vu): Print better error message if
218 lower insn is missing.
219
220end-sanitize-sky
9d0a6b00
ILT
221Tue Jun 9 13:52:53 1998 Ian Lance Taylor <ian@cygnus.com>
222
223 * Makefile.am: Rebuild dependencies.
224 (DEP_INCLUDES): Fix reference to intl build directory.
225 * Makefile.in: Rebuild.
226
284f02bb
ILT
227Tue Jun 9 12:20:05 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
228
e03a9757
ILT
229 * doc/c-i386.texi: Update 16 bit documentation.
230
284f02bb
ILT
231 * config/tc-i386.h: Change Data16 to Size16, Data32 to Size32,
232 IgnoreDataSize to IgnoreSize as they are used for address size as
233 well as data size.
234 * config/tc-i386.c: Likewise. Add code to reject addr32/data32 in
235 32-bit mode, similarly addr16/data16 and variants.
236
7a0f469b
NC
237Mon Jun 8 18:32:01 1998 Nick Clifton <nickc@cygnus.com>
238
239 * config/tc-d30v.c (md_assemble): Fix handling of reverse
240 sequential word multiply instructions.
241
242 (do_assemble): Add extra command line argument, to allow mul32
243 attribute to be preserved across parallel insns.
244 (md_assemble): Insert NOPs between explicitly parallel insns which
245 contain an 32 bit multiply and a 16 multiply.
246
2dc7ca50
DE
247start-sanitize-sky
248Mon Jun 8 15:41:43 1998 Doug Evans <devans@canuck.cygnus.com>
249
250 * config/tc-dvp.c (dvp_relax_frag): Adjust target address by stretch.
251
252end-sanitize-sky
0351b70c
ILT
253Mon Jun 8 12:20:30 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
254
255 * config/tc-i386.c: REPNE renamed to REPNE_PREFIX_OPCODE, and
256 likewise for REPE.
257
258 * config/tc-i386.c (reloc): Add braces.
259
260 * config/tc-i386.c (struct _i386_insn): Rename bi to sib to be
261 consistent with Intel naming.
262 * config/tc-i386.h (base_index_byte): Rename to sib_byte. Don't
263 use bitfields in sib_byte.
264 (modrm_byte): Don't use bitfields here either.
265
266 * config/tc-i386.c (current_templates): Add const.
267 (parse_register): Add const to return, param, and char *s.
268 (i386_operand): Add const to reg_entry *r.
269 * config/tc-i386.h (templates): Add const to start, end.
270
271 Inspired by code for 16 bit gas support from Martynas Kunigelis
272 <martynas@nm3.ktu.lt>:
273 * config/tc-i386.c (md_assemble): Add full support for 16 bit
274 modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
275 (uses_mem_addrmode): Remove.
276 (md_estimate_size_before_relax): Add support here too.
277 (md_relax_table): Rewrite interface to md_relax for 16 bit
278 support.
279 (BYTE, WORD, DWORD, UNKNOWN_SIZE): Remove.
280 (opcode_suffix_to_type): Remove.
281 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.
282 (SIZE_FROM_RELAX_STATE): Modify to suit above.
283 (md_convert_frag): Likewise.
284 (i386_operand): Add support for 16 bit base/index regs,
285 immediates, and displacements. Remove some unnecessary casts, and
286 localise end_of_operand_string, displacement_string_start,
287 displacement_string_end variables. Add GCC_ASM_O_HACK.
288 * config/tc-i386.h (NO_BASE_REGISTER_16): Define.
289
290 * config/tc-i386.c (prefix_hash): Remove.
291 (md_begin): Rewrite without obstacks. Remove prefix hash table
292 handling. Rewrite lexical table handling.
293 (i386_print_statistics): Don't print prefix statistics.
294 (md_assemble): Rewrite instruction parser so that line is not
295 converted to lower case. Don't do a hash_find for prefixes,
296 instead recognise them via opcode modifier.
297 (expecting_operand, paren_not_balanced): Localise variables.
298 * config/tc-i386.h (IsPrefix): Define.
299 (prefix_entry): Remove.
300
301 * config/tc-i386.h (PREFIX_SEPERATOR): Don't define.
302 * config/tc-i386.c (PREFIX_SEPARATOR): Define here instead, using
303 '\\' in case where comment_chars contains '/'.
304
305 * config/tc-i386.c (MATCH): Ensure given operand and template
306 match for JumpAbsolute. Makes e.g. `ljmp table(%ebx)' invalid;
307 you must write `ljmp *table(%ebx)'.
308
309 From H.J. Lu <hjl@gnu.org>:
310 * config/tc-i386.c (BFD_RELOC_16, BFD_RELOC_16_PCREL): Define
311 as 0 ifndef BFD_ASSEMBLER.
312 (md_assemble): Allow immediate operands without suffix or
313 other reg operand to default in size to the current code size.
314
3f59a763
CM
315start-sanitize-v850e
316Mon Jun 8 09:45:00 1998 Catherine Moore <clm@cygnus.com>
317
318 * config/tc-v850.c (md_begin): Restore creation of
319 .call_table_text and .call_table_data sections.
320
321end-sanitize-v850e
dbf2a522
NC
322Sat Jun 6 00:02:41 1998 Nick Clifton <nickc@cygnus.com>
323
324 * config/tc-d30v.c (md_assemble): Set execution type to unknown
325 after emitting a word of noops.
326
73a8be66
ILT
327Fri Jun 5 23:27:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
328
329 * config/tc-i386.c (mode_from_disp_size): Disp16 is mode 2.
330 (i386_operand): Simplify checks for valid base/index combinations.
331 Disallow `in 4(%dx),%al'.
332
333 * config/tc-i386.c (struct _i386_insn): Make regs, base_reg, and
334 index_reg const.
335 (add_prefix): Change parameter from char to int.
336
337 * config/tc-i386.h (Ugh): Define opcode modifier.
338 * config/tc-i386.c (md_assemble): Print warnings for Ugh insns.
339
340 * config/tc-i386.c (md_assemble): Rewrite MATCH and
341 CONSISTENT_REGISTER_MATCH macros to check register types more
342 thoroughly. Check for illegal suffix/operand combinations
343 when matching insns with operands. Handle new `s' suffix, and
344 associated FloatMF opcode modifier for float insns with memory
345 operands.
346 * config/tc-i386.h (FloatMF): Define new opcode modifier.
347 (No_sSuf, No_bSuf, No_wSuf, No_lSuf): Likewise.
348 (SHORT_OPCODE_SUFFIX, LONG_OPCODE_SUFFIX): Define.
349 * config/tc-i386.c: Rename WORD_PREFIX_OPCODE to
350 DATA_PREFIX_OPCODE throughout.
351
352 * config/tc-i386.c (REGISTER_WARNINGS): Define.
353 (md_assemble): Rewrite suffix/register operand checking code to be
354 more thorough. Remove Abs8,16,32. Change occurrences of Mem to
355 AnyMem, the better to grep.
356 (pi): Remove Abs.
357 (i386_operand): Don't set Mem bits in i.types[this_operand] when
358 given a memory operand. Don't set Abs bits either.
359 (type_names): Remove Mem*, Abs*.
360 * config/tc-i386.h (Mem8, Mem16, Mem32, Abs8, Abs16, Abs32): Don't
361 define opcode_modifiers as these cases are handled by Disp8,
362 Disp16, Disp32 and suffix checks.
363 (COMES_IN_BOTH_DIRECTIONS): Remove.
364 (FloatR): Define. It's OK to share the bit with ReverseRegRegmem.
365
366 * config/tc-i386.c (md_assemble): Don't emit operand size prefix
367 if IgnoreDataSize modifier given. Remove ShortformW modifier
368 test. Add test for ShortForm in W base_opcode modification.
369 Merge Seg2ShortForm and Seg3ShortForm code.
370 * config/tc-i386.h (ShortFormW): Remove.
371 (IgnoreDataSize): Define.
372
bc67c823
NC
373Fri Jun 5 10:50:53 1998 Nick Clifton <nickc@cygnus.com>
374
375 * config/tc-d30v.c (md_assemble): Store previous segment state
376 with previous instruction.
377
aa56747a 378Wed Jun 3 18:21:56 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
ec1e6bb8
ILT
379
380 * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Define.
381 (ebp, esp): Remove static variables.
382 (MATCH): Remove test for InOutPortReg.
383 (i386_operand): Properly handle InOutPortReg here instead.
384 Disallows `inb (%dx,2)', `inb %es:(%dx)' and `mov (%dx),%ax'
385 (md_assemble): Simplify and correct modrm and sib generation.
386 (i386_operand): Add warning for scale without index.
387 Rewrite checks for valid base/index combinations.
388
aa56747a
ILT
389 * config/tc-i386.c (END_STRING_AND_SAVE): Protect arguments of
390 macros and enclose in do while(0).
391 (RESTORE_END_STRING): Likewise.
392 (md_assemble): Add one to printed operand number so we start
393 from 1 not 0. Add some more gettext invocations.
394 (i386_operand): Fix `%%s' -> `%%%s'. Inc printed operand
395 number here too.
396
397 * config/tc-i386.h (WAIT_PREFIX, LOCKREP_PREFIX, ADDR_PREFIX,
398 DATA_PREFIX, SEG_PREFIX): Define.
399 * config/tc-i386.c (struct _i386_insn): Remove wait_prefix field.
400 (check_prefix): Remove function.
401 (add_prefix): New function. Add prefix to i.prefix as well as
402 doing checks.
403 (md_assemble): Changes for add_prefix. Remove hack for wait
404 prefix, instead always output prefixes in fixed order. Test
405 for jcxz/loop when selecting between word & dword operations,
406 and add address size prefix rather than operand size prefix.
407 Remove operand -> address size hack when emitting jcxz/loop.
408 (i386_operand): Remove O_Absent check as it's done in expr.
409
921d7728
ILT
410Wed Jun 3 15:09:10 1998 Ian Lance Taylor <ian@cygnus.com>
411
412 * configure.in: Recognize m5200 as a cpu_type of m68k.
413 * aclocal.m4: Rebuild with current libtool.
414 * configure: Rebuild.
415
5b3fc700
ILT
416Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
417
418 * config/tc-m68k.c (md_estimate_size_before_relax): Add more calls
419 to relaxable_symbol to prevent references to external symbol from
420 being relaxed.
421
422Wed Jun 3 14:10:36 1998 Ian Lance Taylor <ian@cygnus.com>
423
424 * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all
425 symbols are relaxable.
426
7f7d7bc0
DE
427start-sanitize-sky
428Wed Jun 3 10:26:04 1998 Doug Evans <devans@canuck.cygnus.com>
429
430 * config/tc-dvp.c (md_begin): Change alignment of .DVP.ovlytab to 4.
431 (create_vuoverlay_section): Entries are 4 bytes not 8.
432
433end-sanitize-sky
1e3fba9b
CM
434Wed Jun 3 09:16:00 1998 Catherine Moore <clm@cygnus.com>
435
436 * config/tc-v850.c (md_begin): Don't create special
437 sections by default.
438
edc8f76e
JL
439Tue Jun 2 14:52:56 1998 Jeffrey A Law (law@cygnus.com)
440
441 * config/tc-mips.c (macro): For div and udiv, close the
442 reorder block as soon as possible.
443
936433a9
ILT
444Tue Jun 2 15:36:13 1998 Ian Lance Taylor <ian@cygnus.com>
445
446 From Matt Semersky <matts@scd.hp.com>:
447 * macro.c (macro_mri_mode): New function.
448 * macro.h (macro_mri_mode): Declare.
449 * read.c (s_mri): Call macro_mri_mode when switching in and out of
450 MRI mode.
451
d05d27a9
ILT
452Tue Jun 2 13:32:22 1998 Klaus Kaempf <kkaempf@progis.de>
453
454 * config/tc-alpha.c (s_alpha_comm): Allow alignment parameter in
455 OBJ_EVAX case.
456
f9997132
ILT
457 * config/tc-alpha.c (s_alpha_comm): Defer restoring character
458 until after xstrdup in OBJ_EVAX case.
459
dfe2482a
ILT
460Tue Jun 2 13:11:13 1998 Pat Rankin <rankin@eql.caltech.edu>
461
462 * config/tc-vax.c (md_create_short_jump): Fix off by two bug in
463 offset calculation. Also, use VAX_BRW from vax-inst.h instead
464 of hardcoded magic number.
465 (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros.
466
83e20701
DE
467Tue Jun 2 09:25:34 1998 Doug Evans <devans@canuck.cygnus.com>
468
c68b56ef
DE
469 * read.c (do_s_func): New function.
470 (s_func): Call it.
471 * read.h (do_s_func): Add prototype.
472start-sanitize-sky
473 * config/tc-dvp.c (md_pseudo_table): Add .func/.endfunc.
474 (s_dvp_func): New function.
475end-sanitize-sky
83e20701 476
be294de6
JL
477start-sanitize-r5900
478Mon Jun 1 17:04:56 1998 Jeffrey A Law (law@cygnus.com)
479
480 * config/tc-mips.c (hilo_interlocks): The r5900 has HILO interlocks.
481
482end-sanitize-r5900
27f6715d
DE
483Mon Jun 1 12:47:30 1998 Doug Evans <devans@canuck.cygnus.com>
484
485 * config/tc-m32r.c (m32r_do_align): Only fill code sections with
486 nops if fill pattern not specified.
487
8b398c53
ILT
488Mon Jun 1 14:08:35 1998 Ian Lance Taylor <ian@cygnus.com>
489
490 From Andrew Crabtree <andrewc@typhoon.rose.hp.com>:
491 * config/te-go32.h (TE_GO32): Define.
492 * config/tc-i386.h (LOCAL_LABEL): Don't define if TE_GO32.
493
c3b51879
DE
494Sun May 31 15:43:06 1998 Doug Evans <devans@canuck.cygnus.com>
495
082a41fc
DE
496 Implement .func/.endfunc pseudo-ops.
497 * read.h (stabs_generate_asm_func,stabs_generate_asm_endfunc): Declare.
498 (s_func): Declare.
499 * read.c (potable): Add .func,.endfunc.
500 (s_func): New function.
501 * stabs.c (stabs_generate_asm_func,stabs_generate_asm_endfunc): New
502 functions.
503 (in_doc_func_p,current_function_label): New static globals.
504 (stabs_generate_asm_lineno): Emit function relative stabs if in .func.
505
506start-sanitize-sky
c3b51879
DE
507 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Delete .vuoverlay_table.
508 (VUOVERLAY_SECTION_PREFIX,VUOVERLAY_TABLE_SECTION_NAME): Delete.
509 * config/tc-dvp.c (vuoverlay_string_section): New static global.
510 (md_begin): Create overlay string section.
511 (create_vuoverlay_section): Put section name in overlay string section.
dbef2779
DE
512 Put string's offset in overlay table entry. Set SEC_CODE flag for
513 overlay sections.
c3b51879
DE
514
515end-sanitize-sky
04e6b63b
ILT
516Fri May 29 18:13:12 1998 Ian Lance Taylor <ian@cygnus.com>
517
518 * config/tc-a29k.h (WORKING_DOT_WORD): Define.
519 * config/tc-alpha.h (WORKING_DOT_WORD): Define.
520 * config/tc-arm.h (WORKING_DOT_WORD): Define.
521 * config/tc-h8300.h (WORKING_DOT_WORD): Define.
522 * config/tc-h8500.h (WORKING_DOT_WORD): Define.
523 * config/tc-hppa.h (WORKING_DOT_WORD): Define.
524 * config/tc-i860.h (WORKING_DOT_WORD): Define.
525 * config/tc-i960.h (WORKING_DOT_WORD): Define.
526 * config/tc-tic30.h (WORKING_DOT_WORD): Define.
527 * config/tc-w65.h (WORKING_DOT_WORD): Define.
528 * config/tc-z8k.h (WORKING_DOT_WORD): Define.
529 * config/tc-a29k.c: Don't define md_short_jump_size,
530 md_long_jump_size, md_create_short_jump or md_create_long_jump.
531 * config/tc-alpha.c: Likewise.
532 * config/tc-alpha.h: Likewise.
533 * config/tc-arm.c: Likewise.
534 * config/tc-h8300.c: Likewise.
535 * config/tc-h8500.c: Likewise.
536 * config/tc-hppa.c: Likewise.
537 * config/tc-i860.c: Likewise.
538 * config/tc-i960.c: Likewise.
539 * config/tc-ppc.c: Likewise.
540 * config/tc-sh.c: Likewise.
541 * config/tc-sparc.h: Likewise.
542 * config/tc-tic30.c: Likewise.
543 * config/tc-w65.c: Likewise.
544 * config/tc-z8k.c: Likewise.
545
1a20177a
ILT
546Fri May 29 16:03:26 1998 Pat Rankin <rankin@eql.caltech.edu>
547
548 * config/tc-vax.c (_): Delete this macro used for placeholder
549 values in vax_operand_width_size; it conflicts with the _() macro
550 used for internationalization.
551
dcb76edb
ILT
552Fri May 29 13:46:07 1998 Ian Lance Taylor <ian@cygnus.com>
553
ca16ec5c
ILT
554 * symbols.c (symbol_find_base): Fix case insensitive symbol name
555 code. From Chris Moller <moller@bops.com>.
556
4ea49053
ILT
557 Based on patch from Klaus Kaempf <kkaempf@progis.de>:
558 * struc-symbol.h (struct broken_word): Add seg and subseg fields.
559 * read.c (emit_expr): Initialize seg and subseg fields of a new
560 broken word.
561 * write.c (write_object_file): Switch to the appropriate segment
562 and subsegment when processing a broken word.
563
dcb76edb
ILT
564 * config/tc-m68k.c (mri_assemble): New static function.
565 (build_mri_control_operand): Call mri_assemble rather than
566 md_assemble.
567 (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise.
568 (s_mri_endf, s_mri_endw): Likewise.
569
1554baf3
DE
570start-sanitize-sky
571Thu May 28 16:23:08 1998 Doug Evans <devans@canuck.cygnus.com>
572
573 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Add .vuoverlay_table.
574 (dvp_frob_file): Declare.
575 (tc_frob_file): Define.
576 (VUOVERLAY_SECTION_PREFIX,VUOVERLAY_TABLE_SECTION_NAME): New macros.
577 * config/tc-dvp.c (VUOVERLAY_START_PREFIX): New macro.
578 (vuoverlay_section_name,create_vuoverlay_section): New functions.
579 (vuoverlay_section,vuoverlay_table_section): New static globals.
580 (ovlysym_table): New static global.
581 (md_begin): Create .vuoverlay_table section.
582 (assemble_vif): Call create_vuoverlay_section for each mpg.
583 (dvp_frob_label): Record vu labels in ovlysym_table for later
584 movement from absolute section to their overlay section.
585 (dvp_frob_file): New function.
586 (md_apply_fix3): For 8/16/32/64 bit relocs, only process if fx_done.
587
588end-sanitize-sky
8a9c1481
ILT
589Wed May 27 11:16:25 1998 Ian Lance Taylor <ian@cygnus.com>
590
899c697b
DE
591 * read.c (s_org): Call md_flush_pending_output if it is defined.
592
8a9c1481
ILT
593 * config/tc-sparc.c (md_show_usage): Add \n\ to new string.
594
fc23c14e
SC
595Tue May 26 19:27:52 1998 Stan Cox <scox@equinox.cygnus.com>
596
597 * config/tc-sparc.c (OPTION_LITTLE_ENDIAN_DATA): New.
598 (md_parse_option): Add for same.
599 (sparc_md_end): Set bfd_mach_sparc_sparclite_le.
600 (md_apply_fix3, tc_gen_reloc): Allow BFD_RELOC_SPARC_32LE.
601 (cons_fix_new_sparc): Added to create BFD_RELOC_SPARC_32LE.
602
603 * config/tc-sparc.h (cons_fix_new_sparc): Added.
604
899c697b
DE
605start-sanitize-sky
606Fri May 22 11:47:01 1998 Doug Evans <devans@canuck.cygnus.com>
607
608 * config/tc-dvp.c (assemble_one_insn): Parse suffix operands
609 even when missing in input string.
610
611end-sanitize-sky
9c92d370
NC
612Thu May 21 15:02:41 1998 Nick Clifton <nickc@cygnus.com>
613
614 * config/tc-arm.c (find_real_start): Relax definition of local
615 labels.
616
5519850d
NC
617Tue May 19 16:59:44 1998 Nick Clifton <nickc@cygnus.com>
618
619 * config/tc-d30v.c (d30v_align): Apply address adjustment to all
620 symbols at the given address, not just the last one specified.
621
7ccd2d11
CM
622Tue May 19 08:25:19 1998 Catherine Moore <clm@cygnus.com>
623
624 * config/tc-sparc.c (sparc_handle_align): Use number_to_chars_bigendian
625 or number_to_chars_littleendian to write data.
626
59bb547b
NC
627Mon May 18 17:09:30 1998 Nick Clifton <nickc@cygnus.com>
628
629 * config/tc-v850.c (md_assemble): Remove artificially created
630 register name symbols.
631
93624d0b
DE
632Mon May 18 13:47:06 1998 Doug Evans <devans@canuck.cygnus.com>
633
634 * write.c (fixup_segment): Change "segment" to "section" in
635 error message.
636
e13d507e
MM
637Mon May 18 16:55:40 1998 Michael Meissner <meissner@cygnus.com>
638
639 * write.c (fixup_segment): Change sym1-sym2 message again.
640
d9c2c0c5 641start-sanitize-r5900
1190b223
JL
642Mon May 18 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
643
644 * config/tc-mips.c (validate_mips_insn): Handle ';' opcode completer.
645 (mips_ip): Likewise.
646
d9c2c0c5
FCE
647Mon May 18 12:37:38 1998 Frank Ch. Eigler <fche@cygnus.com>
648
649 * config/tc-mips.c (macro): For R5900, use "B" operand format for
650 "break" instructions generated in macro (div etc.) instructions.
651
652end-sanitize-r5900
99fcd8a0
MM
653Mon May 18 09:31:43 1998 Michael Meissner <meissner@cygnus.com>
654
655 * write.c (fixup_segment): Improve error message for sym1-sym2
656 errors when sym1 is in a different segment from sym2.
657
95d33c13
DE
658Wed May 13 10:16:37 1998 Doug Evans <devans@canuck.cygnus.com>
659
7c629878
DE
660 * config/tc-m32r.c (warn_unmatched_high): New static local.
661 (OPTION_WARN_PARALLEL): Rename from OPTION_WARN.
662 (OPTION_NO_WARN_PARALLEL): Rename from OPTION_NO_WARN.
663 (md_longopts): Recognize --{no-,}warn-unmatched-high.
664 (md_parse_option): Likewise.
665 (md_show_usage): Likewise.
666 (m32r_frob_file): Likewise.
667
95d33c13
DE
668 * read.c (generate_file_debug,generate_lineno_debug): New functions.
669 (read_a_source_file): Call them.
670 * read.h (stabs_generate_asm_file): Declare.
671 * stabs.c (stabs_generate_asm_file): New function.
672 (generate_asm_file): New function.
673 (stabs_generate_asm_lineno): Move file name handling into
674 generate_asm_file.
675
7d515759
RH
676Tue May 12 12:03:44 1998 Richard Henderson <rth@cygnus.com>
677
678 * config/tc-d30v.c (cur_mul32_p, prev_mul32_p): Make static.
679 (d30v_current_align, d30v_current_align_seg): New variables.
680 (d30v_last_label): New variable.
681 (d30v_align, s_d30v_align, s_d30v_text): New functions.
682 (s_d30v_data, s_d30v_section): Likewise.
683 (md_pseudo_table): Call them.
684 (md_begin): Initialize d30v_current_align_seg.
685 (md_assemble): Call d30v_align when needed by known current alignment.
686 (d30v_frob_label, d30v_cons_align): New functions.
687 * config/tc-d30v.h (md_do_align): Remove.
688 (tc_frob_label): Call d30v_frob_label.
689 (md_cons_align): New.
690
ab26b049
RH
691 * config/tc-d30v.c (find_format): Convert complex expressions to
692 expression symbols before processing. Clean up code formatting.
693
cb74aaa5
DE
694start-sanitize-sky
695Mon May 11 12:48:33 1998 Doug Evans <devans@canuck.cygnus.com>
696
697 * config/tc-dvp.c (md_begin): Set type of output file to mips:r5900.
698
699end-sanitize-sky
c8f90c73
JL
700Sun May 10 22:35:02 1998 Jeffrey A Law (law@cygnus.com)
701
702 * po/Make-in (install-info): New target.
703
d41e1fba
JL
704Thu May 7 15:49:07 1998 Jeffrey A Law (law@cygnus.com)
705
706 * config/tc-mn10200.c (md_assemble): Handle "bra" just like "jmp"
707 instructions.
708 * config/tc-mn10300.c (md_assemble): Likewise.
709
f19f301d
DE
710Thu May 7 11:47:22 1998 Doug Evans <devans@canuck.cygnus.com>
711
d67094c6
DE
712 * Makefile.am: Update with `make dep-am'.
713 (HFILES): Add cgen.h.
714 (cgen.o): Depend on cgen.h.
715 * Makefile.in: Regenerate.
716
f19f301d
DE
717 * cgen.c (cgen_md_apply_fix3): Don't pass newline to as_warn_where.
718
82df8834
ILT
719Thu May 7 13:20:56 1998 Anders Blomdell <anders.blomdell@control.lth.se>
720
721 * gasp.c (grab_label): Permit a label to be a preprocessor
722 variable by permitting a label to start with a backslash.
723
a5c3c53c
FCE
724Thu May 7 12:50:33 1998 Frank Ch. Eigler <fche@cygnus.com>
725
726 * config/tc-mips.c (validate_mips_insn): Removed hack
727 for previously inaccessible bitfields in some INSN_TRAP
728 instructions.
729
40f0c904
FCE
730start-sanitize-d30v
731Thu May 7 11:13:00 1998 Frank Ch. Eigler <fche@cygnus.com>
732
733 * config/tc-d30v.c (do_assemble): Abort with error message
734 if opcode operands do not match.
735
736end-sanitize-d30v
737Thu May 7 09:36:06 1998 Frank Ch. Eigler <fche@cygnus.com>
738
739 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
740 'q' operand format for 20-bit "break"/"sdbbp" instructions.
741 (mips_ip): Truncate overflowed "break" 'c' operand. Implement
742 similar new 'q' operand.
743
b70d5374
MM
744Thu May 7 07:47:14 1998 Michael Meissner <meissner@cygnus.com>
745
746 * cgen.c (cgen_asm_finish_insn): Fix typo.
747
defc70bf
DE
748Thu May 7 02:19:14 1998 Doug Evans <devans@charmed.cygnus.com>
749
750 * cgen.h: New file.
751 * cgen.c: Include it.
752 (MAX_FIXUPS): Renamed to CGEN_MAX_FIXUPS.
753 (cgen_asm_finish_insn): Result is now void. New arg `result'.
754 All callers updated.
755 * config/tc-m32r.c: Include cgen.h.
756 (m23r_insn): New members num_fixups,fixups.
757start-sanitize-m32rx
758 (assemble_parallel_insn): Initialize debug_sym_link for each insn.
759 (md_assemble): Simplify code to pack two insns in parallel.
760 When swapping two insns, update their fixups.
761end-sanitize-m32rx
762
2ac0ca44
DE
763start-sanitize-sky
764Wed May 6 16:26:57 1998 Doug Evans <devans@canuck.cygnus.com>
765
766 * config/tc-dvp.c: Delete inclusion of "sysdep.h".
767
768end-sanitize-sky
8be4960f
JL
769Wed May 6 16:29:19 1998 Jeffrey A Law (law@cygnus.com)
770
771 * config/tc-hppa.c (md_apply_fix): Slightly rework some code
772 to avoid compiler warning.
773
21e2eeaa
ILT
774Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
775
10779648
ILT
776 * makefile.vms: Run dec c with /nodebug. Pass CC value when
777 calling make.
778
21e2eeaa
ILT
779 * makefile.vms (OBJS): Add ehopt.obj
780
6a1421c6
ILT
781Wed May 6 15:11:12 1998 Klaus Kaempf <kkaempf@progis.de>
782
783 * doc/c-vax.texi: Correct and extend vax/vms documentation.
784
40f0c904 785start-sanitize-d30v
daaef8f8
RH
786Wed May 6 11:51:51 1998 Richard Henderson <rth@cygnus.com>
787
788 * config/tc-d30v.c (do_assemble): Accept a new parameter requesting
789 a short format insn.
790 (md_assemble): Set it for explicitly packed insns.
40f0c904
FCE
791end-sanitize-d30v
792
daaef8f8
RH
793Tue May 5 13:23:13 1998 Nick Clifton <nickc@cygnus.com>
794
795 * config/obj-coff.c (c_symbol_merge): Do not take address of
796 native fields when performing the memcpy.
797
6ef925e8
GRK
798Tue May 5 13:10:41 1998 Gavin Koch <gavin@cygnus.com>
799
800 * config/tc-mips.c (macro,macro2): Implement
801 M_DMULO_I, M_MULO_I, M_DMULOU_I, and M_MULOU_I.
802
c8f28d29
ILT
803Mon May 4 17:49:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
804
805 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Changed to keep
806 relocations against globally visible symbols.
807 * config/tc-m68k.c (relaxable_symbol): New macro.
808 (m68k_ip, md_estimate_size_before_relax): Use it.
809 (tc_m68k_fix_adjustable): Also handle weak symbols.
810
3ccd41ae
ILT
811Mon May 4 16:12:23 1998 Ian Lance Taylor <ian@cygnus.com>
812
f3d491b1
ILT
813 * config/tc-i386.h (TC_RELOC_RTSYM_LOC_FIXUP): Keep relocs for all
814 references to externally visible symbols.
815 * config/tc-i386.c (md_apply_fix3): When OBJ_ELF, don't add the
816 values in twice for a PC relative reloc if the symbol is
817 externally defined.
818
3ccd41ae
ILT
819 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_AOUT]: When PIC,
820 don't adjust a PC relative reloc against an externally visible
821 symbol.
822 * config/tc-sparc.c (md_apply_fix3): When generating a.out PIC,
823 for a PC relative fixup against an externally visible defined
824 symbol, arrange to store object file and addend values as though
825 the symbol were not defined.
826 (tc_gen_reloc): Likewise.
827
7f77acfd
FF
828Thu Apr 30 13:09:39 1998 Fred Fish <fnf@ninemoons.com>
829
830 * read.c (sizeof_leb128): Referenced externally by write.c so
831 don't inline.
832
5501e8ba
MM
833Wed Apr 29 15:45:57 1998 Michael Meissner <meissner@cygnus.com>
834
835 * config/tc-m32r.c ({,expand_}debug_sym): New functions to record
836 and expand a 'debug' symbol associated with the next instruction
837 that does not cause a short instruction to be filled with a NOP.
838 (md_pseudo_table): Add support for .debugsym.
839 (assemble_parallel_insn): Add calls to expand_debug_sym as
840 appropriate.
841 (md_assemble): Ditto.
842
2614063d
TT
843Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com>
844
845 * as.c (main): Conditionally call setlocale.
846 * gasp.c (main): Likewise.
847 * asintl.h: Include <locale.h> if HAVE_LOCALE_H.
848 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
849
3d7def9f
FCE
850start-sanitize-d30v
851Tue Apr 28 18:33:23 1998 Frank Ch. Eigler <fche@cygnus.com>
852
853 * config/tc-d30v.c (md_show_usage): Correct gettext typo.
854
855end-sanitize-d30v
c0fde101
ILT
856Tue Apr 28 12:16:30 1998 Ian Lance Taylor <ian@cygnus.com>
857
858 * config/tc-hppa.c: Change all calls to bzero to use memset.
859 (pa_ip): Add cast to avoid warning.
860 (tc_gen_reloc, md_apply_fix): Likewise.
861 (pa_find_space_by_number): Likewise.
862 (hppa_force_relocation): Likewise.
863 (pa_block): Change i to unsigned int.
864 * config/obj-som.h (obj_som_copyright): Declare.
865
4b9180d9
FCE
866Tue Apr 28 11:35:56 1998 Frank Ch. Eigler <fche@cygnus.com>
867
868 * ecoff.c (ecoff_build_lineno): Do not use dummy first_lineno
869 for line numbers for assembly source.
870
b6177e13
ILT
871Mon Apr 27 15:58:46 1998 Ian Lance Taylor <ian@cygnus.com>
872
873 * configure.in: Change version number to 2.9.4
874 * configure: Rebuild.
875
f2980bb4
DE
876Mon Apr 27 12:07:33 1998 Doug Evans <devans@seba.cygnus.com>
877
878 * cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
879start-sanitize-m32rx
880 * config/tc-m32r.c (assemble_parallel_insn): No need to try
881 non-relaxable variant any more. Simplify test for nop insn.
882 (md_assemble): Only scan operands if m32rx. Set orig_insn in case
883 scan of operands yields an insn different from original (e.g. a macro).
884 Fix call to can_make_parallel.
885end-sanitize-m32rx
886
567a6d7d
ILT
887Mon Apr 27 15:16:12 1998 Ian Lance Taylor <ian@cygnus.com>
888
889 * ecoff.h: Change symbolS in function declaration to struct
890 symbol.
891
25b5beb8
ILT
892Sun Apr 26 13:44:22 1998 Ian Lance Taylor <ian@cygnus.com>
893
894 * config/tc-sh.c (parse_reg): Add casts to avoid warnings.
895 (md_convert_frag): Fix i18n typo.
896
94fa695e
RH
897Sat Apr 25 20:12:02 1998 Richard Henderson <rth@cygnus.com>
898
899 * ecoff.c (ecoff_get_cur_proc_sym): New function.
900 * ecoff.h: Protoype it.
901 * config/tc-alpha.c [ELF] (s_alpha_prologue): New function.
902 [EVAX] (s_alpha_prologue): Delete.
903 (md_pseudo_table): Update.
904
ad7302a0
ILT
905Sat Apr 25 14:00:52 1998 Ian Lance Taylor <ian@cygnus.com>
906
907 * config/tc-i960.c (md_assemble): Change bp_error_msg from static
908 array to local pointer.
909 (get_args, parse_expr): Add casts to avoid warnings.
910
0917e2cb
ILT
911Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>
912
913 * read.c (s_set): Cast xmalloc return value to fragS *.
914 * config/tc-m68k.c (m68k_ip): Function made static to match
915 previous forward declaration.
916 (insert_reg, init_regtable, md_convert_frag_1): Likewise.
917
d0023d7e
NC
918Fri Apr 24 09:26:46 1998 Nick Clifton <nickc@cygnus.com>
919
682639a8
NC
920 * config/tc-v850.c: Add internationalisation macros to error
921 strings.
922
0917e2cb 923 * config/tc-m32r.c (can_make_parallel): Add internationalisation
d0023d7e
NC
924 macros to error strings.
925
755b5aca
ILT
926Thu Apr 23 19:23:23 1998 Ian Lance Taylor <ian@cygnus.com>
927
928 * config/tc-ppc.c (ppc_fix_adjustable): Correct test of whether a
929 reloc is in the TOC csect.
930 (md_apply_fix3): Correct gettext typo.
931
8efdd180
NC
932Thu Apr 23 14:58:31 1998 Nick Clifton <nickc@cygnus.com>
933
934 * config/tc-arm.c (find_real_start): Ignore symbols starting with
935 .L - they are local labels and the branches are not really
936 function calls but rather far jumps.
937
cc33746d
DE
938start-sanitize-sky
939Thu Apr 23 11:09:34 1998 Doug Evans <devans@canuck.cygnus.com>
940
941 * config/tc-dvp.c (dvp_frob_label): Don't emit _$ versions of
942 local labels ($ prefix).
943
944end-sanitize-sky
1158ffaf
TT
945Wed Apr 22 15:57:21 1998 Tom Tromey <tromey@cygnus.com>
946
947 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
948
8081c2be
ILT
949Wed Apr 22 14:52:36 1998 Ian Lance Taylor <ian@cygnus.com>
950
951 * config/tc-i386.c (md_assemble): Print operand number rather than
952 using ordinal_names.
953 (i386_operand): Likewise.
954
48401fcf
TT
955Tue Apr 21 22:34:25 1998 Tom Tromey <tromey@scribbles.cygnus.com>
956
1a9136e2
TT
957 * Makefile.am (INTLLIBS): Define to work around apparent automake
958 bug.
959 All Makefiles: Regenerated.
960
48401fcf
TT
961 * Many files: Added gettext invocations around user-visible
962 strings.
963 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
964 HAVE_LC_MESSAGES): Define.
965 * dep-in.sed: Added asintl.h.
966 * po/Make-in: New file.
967 * gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
968 Include "asintl.h".
969 * read.c (Z_): Renamed from `_'.
970 * Makefile.am (SUBDIRS): Added po.
971 (POTFILES): new macro.
972 (po/POTFILES.in): New target.
973 ($(OBJS)): Added asintl.h.
974 (HFILES): Likewise.
975 (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
976 (as_new_LDADD): Added $(INTLLIBS).
977 (as_new_DEPENDENCIES): Added $(INTLDEPS).
978 (gasp_new_LDADD): Added $(INTLLIBS).
979 (gasp_new_DEPENDENCIES): New macro.
980 * configure, aclocal.m4: Rebuilt.
981 * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
982 po/Makefile.
983 (ALL_LINGUAS): Define.
984 * macro.c: Include "asintl.h".
985 * as.c (main): Call setlocale, bindtextdomain, and textdomain.
986 * as.h: Include "asintl.h".
987 * config/tc-i386.c (ordinal_names): Removed.
988 (md_assemble): Changed error text to avoid ordinal_names.
989 (i386_operand): Likewise.
990 (reloc): Added as_bad to avoid i18n problems.
991 (tc_gen_reloc): Likewise.
992 * config/tc-arm.c (bad_args): Now a #define.
993 (bad_pc): Likewise.
994 * config/obj-vms.c (VMS_stab_parse): Changed type of
995 `long_const_msg'.
996 (global_symbol_directory): Unified strings to avoid i18n
997 problems.
998 * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
999 avoid i18n problems.
1000 * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
1001 * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
1002 i18n problems.
1003 * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
1004 problems.
48401fcf
TT
1005 * config/tc-v850.c (md_assemble): Changed C++ comment into C
1006 comment.
48401fcf
TT
1007 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
1008 problems.
1009 * as.c (print_version_id): Added an fprintf to avoid i18n
1010 problems.
1011 * cond.c (cond_finish_check): Added as_bad call to avoid i18n
1012 problems.
1013 * expr.c (expr): Added as_warn call to avoid i18n problems.
1014 * messages.c (as_assert): Changed code to avoid i18n problems.
1015 (as_abort): Likewise.
1016 * read.c (pseudo_set): Added as_bad call to avoid i18n problems.
1017 (s_space): Likewise.
1018 * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1019
4498e3d6
ILT
1020Tue Apr 21 17:01:22 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1021
1022 * config/tc-i386.c (check_prefix): New static function, split out
1023 from md_assemble.
1024 (struct _i386_insn): Add wait_prefix field.
1025 (md_assemble): Remove wait_prefix local variable. Use
1026 check_prefix when adding a prefix.
1027
1028 * config/tc-i386.c (current_templates): New static variable.
1029 (md_assemble): Remove current_templates local variable.
1030 (md_assemble, i386_operand): Improve error and warning messages in
1031 many places. Add RESTORE_END_STRING in many places before error
1032 return. Clarify some comments.
1033
1034 * config/tc-i386.c (struct _i386_insn): Change seg field to a two
1035 element array.
1036 (md_assemble): Parse string instruction operands, looking for
1037 segment override prefixes. Check for invalid segment prefixes on
1038 string instruction.
1039 (i386_operand): i.seg[] and max mem_operand changes for string
1040 insns.
1041 * config/tc-i386.h (EsSeg): Define.
1042
1043 * config/tc-i386.h (regKludge): Define.
1044 (iclrKludge, imulKludge): Don't define.
1045 * config/tc-i386.c (md_assemble): Merge imulKludge and iclrKludge
1046 code. Move ReverseRegRegmem fudges into Modrm case. Reorder
1047 opcode_modifier checks to look for more common cases first. Add
1048 default_seg for IsString case.
1049
b2bb41f6
ILT
1050Tue Apr 21 16:18:12 1998 Ian Lance Taylor <ian@cygnus.com>
1051
1052 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX and
1053 AC_DECL_YYTEXT.
1054 * configure: Rebuild with new automake and libtool.
1055 * aclocal.m4, Makefile.in: Likewise.
1056
1057 * doc/Makefile.am (as.dvi): New target.
1058 * doc/Makefile.in: Rebuild.
1059
1060start-sanitize-sky
1061Mon Apr 20 12:49:33 1998 Doug Evans <devans@canuck.cygnus.com>
1062
1063 * config/tc-dvp.c (VU_LABEL_PREFIX): Make "_$".
1064
1065end-sanitize-sky
307edcc0
SC
1066Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
1067
1068 * configure.in: Added sparc86x support.
1069
1070 * configure: Rebuild.
1071
1072 * config/tc-sparc.c (lookup_arch): Added arch_type to struct
1073 sparc_arch.
1074 (md_parse_option): Warn if -EL is not supported for this architecture.
1075
1076 * config/tc-sparc.h (SPARC_BIENDIAN) Always define.
1077
90674355
JL
1078Sat Apr 18 01:19:01 1998 Jeffrey A Law (law@cygnus.com)
1079
1080 * config/tc-mips.c (mips_ip): Note when we use get match on
1081 the full instruction name.
1082start-sanitize-r5900
1083 (mips_ip): For '&' DEST completer handling, if we got a full match
1084 then the DEST completer is implicitly .wxyz.
1085end-sanitize-r5900
1086
40f3c6f8
DE
1087start-sanitize-sky
1088Thu Apr 16 11:48:18 1998 Doug Evans <devans@canuck.cygnus.com>
1089
1090 * config/tc-dvp.c (unpackloc_sym): Delete. All uses deleted.
dd7faceb
DE
1091 (vif_insn_type): New function.
1092 (md_apply_fix3): Don't validate user specified length if unpack insn
1093 and wl > cl.
40f3c6f8
DE
1094
1095end-sanitize-sky
c02e446b
RH
1096Wed Apr 15 15:17:27 1998 Richard Henderson <rth@cygnus.com>
1097
1098 * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol
1099 back into the expression to handle add/sub simplification correctly.
1100
65a17223
FCE
1101start-sanitize-r5900
1102Wed Apr 15 10:35:59 1998 Frank Ch. Eigler <fche@cygnus.com>
1103
1104 * config/tc-mips.c (mips_ip): Specs changed for
1105 VCALLMSR instruction.
1106
3bb1e046 1107end-sanitize-r5900
2cf51495
CM
1108start-sanitize-vr5400
1109Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
1110
1111 * config/tc-mips.c (hilo_interlocks): Remove VR5400.
1112
1113end-sanitize-vr5400
2cf51495
CM
1114Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
1115
1116 * config/tc-mips.c (hilo_interlocks): Remove 4300.
1117
27aa0c7e
NC
1118Mon Apr 13 16:51:04 1998 Nick Clifton <nickc@cygnus.com>
1119
1120 * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,
1121 #<n>' instruction.
1122
7ebb61af
DE
1123start-sanitize-sky
1124Mon Apr 13 12:18:53 1998 Doug Evans <devans@canuck.cygnus.com>
1125
1126 * config/tc-dvp.c (md_apply_fix3): Mark fixup for mpg loaded vu
1127 branch error as being done so we don't try to emit a reloc.
1128
1129end-sanitize-sky
a461558b
DE
1130Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
1131
1132 * symbols.c (max_indent_level): New global.
1133 (print_symbol_value_1): Use it.
e15073a2
DE
1134 * expr.h (expr_build_dot): Declare.
1135 * expr.c (expr_build_dot): New function.
07b20428
DE
1136start-sanitize-sky
1137 * config/tc-dvp.c (VU_LABEL_PREFIX): New macro.
1138 (compute_mpgloc): New function.
1139 (eval_expr): New arg `cpu'. All callers updated.
1140 (non_vu_insn_seen_p): New static global.
1141 (RELAX_{MPG,DIRECT,VU,ENCODE,GROWTH,DONE_}): New macros.
1142 (struct dvp_fixup): New member `cpu'.
1143 (assemble_one_insn): New args init_fixup_count, fixup_offset.
1144 All callers updated.
1145 (md_assemble): Set non_vu_insn_seen_p as appropriate.
1146 (assemble_vif): Set `cpu' field of fixup.
1147 Clean up calls to frag_var. Recorded mpgloc is now in bytes.
1148 (assemble_vu_insn): Delete, contents moved into ...
1149 (assemble_vu): ... here. Don't record fixups until after parsing
1150 both upper and lower insns. If branch insn inside mpg, properly
1151 compute target address.
1152 (dvp_frob_label): Create copies of vu labels inside mpg's.
1153 (dvp_relax_frag): Clean up.
1154 (md_convert_frag): Ditto.
1155 (md_apply_fix3): Signal error if mpg embedded vu code has branch
1156 to undefined label (not currently supported).
1157 (eval_expr): New arg `cpu'. All callers updated.
1158 (insert_operand_final): Convert mpgloc from bytes to dwords.
1159 (s_endmpg): Use compute_mpgloc to update $.mpgloc.
1160 (s_state): If switching to vu state, initialize $.mpgloc.
1161end-sanitize-sky
a461558b 1162
8dc11c35
DE
1163Wed Apr 8 16:16:11 1998 Doug Evans <devans@canuck.cygnus.com>
1164
1165 * symbols.c (print_binary): New function.
1166 (print_expr_1): Call it.
1167
b25ce8e1 1168start-sanitize-sky
bfb27620
DE
1169Tue Apr 7 12:21:39 1998 Doug Evans <devans@canuck.cygnus.com>
1170
1171 * config/tc-dvp.c (md_convert_frag): Fix thinko.
1172
b25ce8e1
DE
1173Mon Apr 6 17:08:47 1998 Doug Evans <devans@canuck.cygnus.com>
1174
1175 * config/tc-dvp.c (assemble_vif): Watch for macro insns.
a9589a2c
DE
1176 0 is a valid length value (= max+1).
1177 (install_vif_length): 0 is a valid length value (= max+1).
b25ce8e1
DE
1178
1179end-sanitize-sky
5388e7d1
ILT
1180Mon Apr 6 12:06:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1181
1182 * config/tc-m68k.c (m68k_ip, case "#B"): Install the offset of the
1183 operand in the opcode.
1184
050ac694
DE
1185start-sanitize-sky
1186Fri Apr 3 12:13:03 1998 Doug Evans <devans@canuck.cygnus.com>
1187
1188 * config/tc-dvp.c (assemble_vif): Put relaxable insns in their
1189 own fragment.
1190
1191end-sanitize-sky
dd4dec6a
ILT
1192Fri Apr 3 11:58:19 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1193
1194 * config/tc-i386.h: Reorder operand flags and opcode modifier
1195 flags for clarity. Remove unused definitions: Unknown,
1196 ImmUnknown, DispUnknown, NoModrm.
1197 * config/tc-i386.c (type_names): Add missing Debug type.
1198 (md_assemble): Better duplicate prefix checking. Quicker string
1199 instruction check via new opcode_modifier flag.
1200
7f633717
ILT
1201Fri Apr 3 11:44:34 1998 Ian Lance Taylor <ian@cygnus.com>
1202
1203 * doc/as.texinfo (Invoking): Clarify -Wa example.
1204
3c69baf9
GRK
1205Fri Apr 3 09:12:23 1998 Gavin Koch <gavin@cetus.cygnus.com>
1206
1207 * config/tc-mips.c (mips_pseudo_table): Add weakext entry.
1208 (s_mips_weakext): Define.
1209 * ecoff.c (ecoff_directive_weakext): Don't define if defined(TC_MIPS).
1210 * config/obj-ecoff.c (obj_pseudo_table): Don't add weakext if
1211 defined(TC_MIPS).
1212
24733f0e
JL
1213Thu Apr 2 22:42:02 1998 Jeffrey A Law (law@cygnus.com)
1214
1215 * config/tc-mn10200.c (tc_gen_reloc): The difference of two symbols
1216 is an error if the value can not be computed at assembly time.
1217 * config/tc-mn10300.c (tc_gen-reloc): Likewise.
1218
335c5c6c
ILT
1219Thu Apr 2 16:36:47 1998 Ian Lance Taylor <ian@cygnus.com>
1220
1221 * gasp.c (main): Set next field of new include_path structure to
1222 NULL. From Avery Pennarun <averyp@gdc.ca>.
1223
1224 * read.c (s_mri_sect): Call as_bad rather than abort for an
1225 unsupported MRI target.
1226
f71d1797
NC
1227Wed Apr 1 11:08:27 1998 Nick Clifton <nickc@cygnus.com>
1228
1229 * config/tc-arm.c (arm_validate_fix): New function. Determine if
1230 the destination of a branch instruction should be altered.
1231 (find_real_start): New function: Locate the real, Thumb coded
1232 start of a Thumb function.
1233 (do_t_branch23): Alter the destination of branches to Thumb
1234 functions.
1235
1236 * config/tc-arm.h: Define TC_VALIDATE_FIX.
1237
1238Tue Mar 31 13:27:33 1998 Dean M. Deaver <deaver@amt.tay1.dec.com>
1239
91852c94
ILT
1240 * config/tc-arm.c (decode_shift): Handle addressing mode 2 w/rrx
1241 also.
1242
8f6a0cad
ILT
1243Wed Apr 1 13:13:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1244
1245 * doc/as.texinfo: Use @itemx for a secondary item in a table.
1246 * doc/c-hppa.texi: Likewise.
1247
ba910026
ILT
1248Tue Mar 31 17:52:40 1998 Ian Lance Taylor <ian@cygnus.com>
1249
b9b299ba
ILT
1250 * Makefile.am: Rebuild dependencies.
1251 * Makefile.in: Rebuild.
1252
ba910026
ILT
1253 * Makefile.am (DEP_INCLUDES): New variable.
1254 (.dep1): Change to work when srcdir is not an absolute path.
b9b299ba 1255 (.tcdep, .objdep, .dep2, dep.sed): Likewise.
ba910026
ILT
1256 * Makefile.in: Rebuild.
1257
f3aa01e2
ILT
1258Mon Mar 30 12:46:48 1998 Ian Lance Taylor <ian@cygnus.com>
1259
504a4764
ILT
1260 * config/tc-i386.h, config/tc-i386.c: Revert March 24
1261 LinearAddress patch.
1262
f3aa01e2
ILT
1263 * configure.in: Set version to 2.9.1.
1264 * configure: Rebuild.
1265
1266 * Branched binutils 2.9.
1267
8a81fdbb
ILT
1268Mon Mar 30 11:22:08 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1269
1270 * config/tc-i386.h (FWait): Define.
1271 * config/tc-i386.c (md_assemble): Emit fwait prefix before any
1272 other prefixes. Check FWait flag in opcode table to see which
1273 instructions require an fwait prefix.
1274
14ff3d69
ILT
1275Mon Mar 30 10:12:00 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1276
1277 * stabs.c (get_stab_string_offset): Always create a stab string
1278 section.
1279
c246596a
ILT
1280Sat Mar 28 22:28:02 1998 Ian Lance Taylor <ian@cygnus.com>
1281
1282 Fix some gcc -Wall warnings:
1283 * atof-generic.c (atof_generic): Add casts to avoid warnings.
1284 * ehopt.c (eh_frame_code_alignment): Likewise.
1285 * expr.c (integer_constant, operand): Likewise.
1286 * frags.c (frag_align): Likewise.
1287 * gasp.c (level_0, change_base, doinstr): Likewise.
1288 * hash.c (hash_ask): Likewise.
1289 * listing.c (listing_page, calc_hex, print_lines): Likewise.
1290 (debugging_pseudo): Likewise.
1291 * macro.c (define_macro, check_macro): Likewise.
1292 * read.c (read_a_source_file, s_align, s_float_space): Likewise.
1293 (ignore_rest_of_line, float_cons): Likewise.
1294 * symbols.c (decode_local_label_name): Likewise.
1295 * write.c (record_alignment, cvs_frag_to_fill): Likewise.
1296 (fixup_segment, number_to_chars_bigendian): Likewise.
1297 (number_to_chars_littleendian): Likewise.
1298 * config/atof-ieee.c (gen_to_words): Likewise.
1299 * config/tc-sparc.c (md_begin, md_assemble): Likewise.
1300 (sparc_ip, parse_keyword_arg, s_common): Likewise.
1301 * read.c (output_big_sleb128): Initialize locals to avoid
1302 warnings.
1303 (output_big_uleb128, equals): Likewise.
1304 * atof-generic.c (atof_generic): Change number_of_digits_* locals
1305 to unsigned int. Change zeros to unsigned int.
1306 * cond.c (s_if): Add return to default case.
1307 * frags.c (frag_now_fix): Change return type to addressT.
1308 * frags.h (frag_now_fix): Update declaration.
1309 * listing.c (file_info_struct): Change linenum to unsigned int.
1310 (struct list_info_struct): Change hll_line to unsigned int.
1311 (print_source): Update format string.
1312 * read.c (emit_expr): Change scan to unsigned int, and don't
1313 bother to initialize it.
1314 * symbols.c (dollar_label_count): Change to unsigned long.
1315 * write.c (adjust_reloc_syms): Remove unused label reduce_fixup.
1316 * config/tc-sparc.c (sparc_memory_model): Only define if OBJ_ELF.
1317 * config/tc-sparc.c (tc_gen_reloc): Add return to default case.
1318
19db82d5
ILT
1319Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com>
1320
1321 * config/tc-m68k.c (m68k_ip): Check legal addressing modes for
1322 mcf5200 just as we do for m68000.
1323 (m68k_init_after_args): Likewise.
1324 (md_estimate_size_before_relax): Likewise.
1325
cb720e4f 1326Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com>
08eefd3e
ILT
1327
1328 * config/tc-v850.c (md_assemble): Store relocation addend in
1329 fixup instead of instruction.
cb720e4f 1330
227b6b55
ILT
1331Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
1332
1333 * config/tc-i386.c (md_assemble): Swap template arguments to
1334 CONSISTENT_REGISTER_MATCH macro in reverse direction test.
1335 This macro is currently symmetric, so passing them the wrong
1336 way didn't cause any problem, but may if the macro is changed
1337 in the future.
1338 After copying template to i.tm, use i.tm. rather than t-> to
1339 access fields, and make t a const*
1340 Move i.tm.operand_types[] swap to immediately after the copy.
1341
5c444253
DE
1342start-sanitize-sky
1343Thu Mar 26 13:29:59 1998 Doug Evans <devans@canuck.cygnus.com>
1344
1345 * config/tc-dvp.c (s_endunpack): Round up to word boundary after
1346 we've computed the data length.
1347
1348end-sanitize-sky
e5d62150
DE
1349Wed Mar 25 13:44:18 1998 Doug Evans <devans@canuck.cygnus.com>
1350
1351 * expr.h (expr_build_uconstant): Add prototype.
1352 (expr_build_unary,expr_build_binary): Add prototypes.
1353 * expr.c (expr_build_uconstant): New function.
1354 (expr_build_unary,expr_build_binary): New functions.
d7470411
DE
1355start-sanitize-sky
1356 * config/tc-dvp.h (md_estimate_size_before_relax): Delete.
1357 (md_convert_frag): Delete.
1358 (TC_FIX_TYPE): New fields wl,cl,user_value;
1359 * config/tc-dvp.c (insert_mpg_marker): New argument ignore.
1360 All callers updated.
1361 (insert_unpack_marker): New function.
1362 (insert_file): New argument insert_marker_arg. All callers updated.
1363 (gif_user_value): New static local.
1364 (vif_data_start,vif_data_end): New static locals.
1365 (mpgloc_sym,unpackloc_sym): New static locals.
1366 (cur_varlen_frag,cur_varlen_insn,cur_varlen_value): Delete.
1367 (cur_opcode,cur_operand): New static locals.
1368 (endmpg_caller): New enum.
1369 (md_pseudo_table): Pass ENDMPG_USER to s_endmpg.
1370 (md_begin): Initialize mpgloc_sym, unpackloc_sym.
1371 (dvp_fixup): New members user_value,wl,cl;
1372 (assemble_vif): Rewrite.
1373 (assemble_gif): Tweak name of data start label.
1374 (assemble_one_insn): Allow special parser to punt and call the
1375 normal expression parser. Set cur_opcode,cur_operand for md_operand.
1376 (md_operand): Handle '*' value for mpgloc,unpackloc.
1377 (md_estimate_size_before_relax): New function.
1378 (dvp_relax_frag,md_convert_frag): New functions.
1379 (md_pcrel_from_section): Handle end data label for variable length
1380 vif insns.
1381 (md_apply_fix3): Handle count field for variable length vif insns.
1382 Handle address field for mpg,unpack.
1383 (eval_expr): Initialize user_value,wl,cl fields of the fixup.
1384 (cur_vif_insn_length): Delete.
1385 (vif_length_value): New function.
1386 (install_vif_length): Don't perform logical->physical conversion here.
1387 (s_enddirect,s_endmpg,s_endunpack): Rewrite.
1388end-sanitize-sky
e5d62150 1389
36abac7f
ILT
1390Wed Mar 25 13:10:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
1391
1392 * gasp.c (IS*): Cast argument to unsigned char, not unsigned int.
1393 * macro.c (macro_expand_body): Increase buffer size.
1394 * messages.c (as_warn): Likewise.
1395 (as_warn_where, as_bad, as_bad_where): Likewise.
1396
fb8a5cec
ILT
1397Wed Mar 25 12:59:07 1998 Ian Lance Taylor <ian@cygnus.com>
1398
1399 Based on patch from H.J. Lu <hjl@gnu.org>:
1400 * Makefile.am (DISTSTUFF): New variable.
1401 (diststuff): New target.
1402 * Makefile.in: Rebuild.
1403
c6717148
NC
1404Tue Mar 24 16:51:29 1998 Nick Clifton <nickc@cygnus.com>
1405
1406 * config/tc-m32r.h (md_cleanup, md_elf_section_change_hook): Call
1407 m32r_elf_section_change_hook.
1408
1409 * config/tc-m32r.c (m32r_elf_section_change_hook): New function to
1410 emit a nop if a section ends with a 16 bit instruction.
1411
75777e9b
ILT
1412Tue Mar 24 19:48:09 1998 Ian Lance Taylor <ian@cygnus.com>
1413
1414 * config/obj-coff.c (obj_coff_bss): Compile unconditionally. Call
1415 s_lcomm rather than obj_coff_lcomm.
1416 (obj_pseudo_table): Compile .bss pseudo-op unconditionally.
1417
dddc8a82
ILT
1418Tue Mar 24 18:30:58 1998 H.J. Lu <hjl@gnu.org>
1419
1420 * config/tc-i386.h (LinearAddress): Define.
1421 * config/tc-i386.c (md_assemble): If LinearAddress is set for the
1422 instruction, don't use a default segment.
1423
1cc7b6b2
ILT
1424Mon Mar 23 18:53:40 1998 Joel Sherrill <joel@OARcorp.com>
1425
1426 * configure.in: (sh*-*-rtems*): Switched from ELF to COFF.
1427 * configure: Rebuild.
1428
e7201c9e
DE
1429start-sanitize-sky
1430Mon Mar 23 13:16:22 1998 Doug Evans <devans@canuck.cygnus.com>
1431
1432 * config/tc-dvp.c (insert_mpg_marker): Update mpgloc.
1433
1434end-sanitize-sky
0bc0e337
JL
1435start-sanitize-r5900
1436Sun Mar 22 13:21:01 1998 Jeffrey A Law (law@cygnus.com)
1437
04f385a9
JL
1438 * config/tc-mips.c (validate_mips_insn): Handle r5900 operands.
1439
0bc0e337
JL
1440 * config/tc-mips.c (append_insn): Handle BFD_RELOC_MIPS16_S3.
1441 (mips_ip): Handle 'O' operand.
1442 (md_apply_fix): Handle BFD_RELOC_MIPS16_S3.
1443
1444end-sanitize-r5900
fc6f7f6c
ILT
1445Fri Mar 20 19:15:44 1998 Ian Lance Taylor <ian@cygnus.com>
1446
1447 * aclocal.m4, configure: Rebuild with libtool 1.2.
1448
981ce186
JL
1449start-sanitize-r5900
1450Fri Mar 20 09:04:13 1998 Jeffrey A Law (law@cygnus.com)
1451
cefa6a61 1452 * config/tc-mips.c: Change '%' to '#' in r5900 support.
981ce186
JL
1453
1454end-sanitize-r5900
15752c5b
NC
1455Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
1456
1457 * config/tc-arm.c (md_apply_fix3): fix code to test the range of
5e04ff14 1458 PC relative branches. Patch courtesy of Jonathan Walton.
15752c5b 1459
059a6388
JL
1460start-sanitize-r5900
1461Thu Mar 19 14:19:27 1998 Jeffrey A Law (law@cygnus.com)
1462
1463 * config/tc-mips.c (mips_ip): Handle opcodes which have the form
1464 "name.completer" where only the name is actually in the opcode
1465 table. Allow various operands for base register in load/store
1466 instructions. Handle various new argument characters for the
1467 cop2/vu0 co-processor.
1468
1469end-sanitize-r5900
4ebb52f1
FCE
1470start-sanitize-sky
1471 Wed Mar 18 13:54:04 1998 Frank Ch. Eigler <fche@cygnus.com>
1472
1473 * config/tc-dvp.c (s_dmadata): Force 16-byte alignment for ".dmadata"
1474 pseudo-op.
1475end-sanitize-sky
1476
22d3fbd6
NC
1477Wed Mar 18 09:29:51 1998 Nick Clifton <nickc@cygnus.com>
1478
1479 * configure.in (emulations): Add thumb-pe target.
1480
1481 * configure (emulations): Add thumb-pe target.
1482
9636f59b
KR
14831998-03-17 Ken Raeburn <raeburn@cygnus.com>
1484
1485 * itbl-lex.l (yywrap): Don't define if already defined as a
1486 macro.
1487
fa3671a3 1488start-sanitize-sky
7f28a81d
DE
1489Tue Mar 17 10:40:54 1998 Doug Evans <devans@canuck.cygnus.com>
1490
1491 * config/tc-dvp.c (md_begin): Turn dma/vif packing on by default.
1492 (assemble_dma): Only output 8 bytes for actual dma insn if dma/vif
1493 packing is enabled. Emit VIF cpu marker after dma insn.
1494
3b4389e2
DE
1495 * config/tc-dvp.h (TC_START_LABEL): Define.
1496 * config/tc-dvp.c (force_mach_label): New function.
1497 (md_begin,create_colon_label,s_dmadata): Use it.
1498
89036011
DE
1499 * config/tc-dvp.c (s_enddmadata): Always fill dma data out to 16
1500 byte boundary.
1501
fa3671a3
DE
1502Mon Mar 16 10:19:44 1998 Doug Evans <devans@canuck.cygnus.com>
1503
1504 * config/tc-dvp.c (md_pseudo_table): Make .quad 16 bytes.
1505
1506end-sanitize-sky
008a80d2
TT
1507Fri Mar 13 16:31:38 1998 Tom Tromey <tromey@cygnus.com>
1508
1509 * depend.c (quote_string_for_make): New function.
1510 (wrap_output): Use it.
1511
1512Thu Mar 12 18:28:22 1998 Nick Clifton <nickc@cygnus.com>
1513
1514 * config/obj-elf.c (obj_elf_section): Set bss flag in seg_info
1515 structure if type is SHT_NOBITS. [Bug fix courtesy of rth]
1516
d030671b 1517start-sanitize-sky
6d0a565c
DE
1518Thu Mar 12 16:13:25 1998 Doug Evans <devans@canuck.cygnus.com>
1519
1520 * config/tc-dvp.h (TC_FIX_TYPE,TC_INIT_FIX_DATA): Define.
1521 * config/tc-dvp.c (compute_nloop,check_nloop): New functions.
1522 (gif_insn_frag_loc): New static global.
1523 (assemble_gif): Record frag and location frag of insn.
1524 (md_apply_fix3): Validate user specified nloop if we couldn't do
1525 it earlier.
1526 (s_endgif): Queue fixup to install nloop if we can't compute it here.
1527
d030671b
DE
1528Fri Mar 6 11:36:37 1998 Doug Evans <devans@canuck.cygnus.com>
1529
1530 * config/tc-dvp.c (s_endgif): Fix nloop calc and test. Warn if
1531 insufficient data present. Fix insertion of computed nloop value.
65309b98
DE
1532 (install_vif_length): Second pass at unpack len calcs.
1533 (s_endunpack): Round data up to word boundary.
ba4be194
DE
1534 (insert_mpg_marker): New function.
1535 (insert_file): New args insert_marker, size. All callers updated.
1536 (assemble_vif): Rewrite varlen insn handling.
1537 (assemble_vu): Call insert_mpg_marker when 256th insn reached.
1538 (s_enddirect,s_endunpack): Rename arg to internal_p.
d030671b
DE
1539
1540end-sanitize-sky
2d035a50
GRK
1541start-sanitize-vr4320
1542Tue Mar 3 11:37:26 1998 Gavin Koch <gavin@cygnus.com>
1543
1544 * config/tc-mips.c : Added vr4320 similar to vr4300.
1545
1546end-sanitize-vr4320
626d6b2e
RH
1547Sat Feb 28 17:28:55 1998 Richard Henderson <rth@cygnus.com>
1548
1549 * config/tc-alpha.c (md_shortopts, md_longopts, md_parse_option):
1550 Recognize -GN and -relax.
1551 (md_begin): Initialize gp size from -G switch.
1552 (alpha_force_relocation): Always force if -relax.
1553 (alpha_align): Take a new argument that will specify when to
1554 emit an R_ALPHA_ALIGN relocation (though we don't do that now).
1555 Change all callers. Emit nop alignment padding as nop+unop pair.
1556
c35d42c2
RH
1557Sat Feb 28 17:06:22 1998 Richard Henderson <rth@cygnus.com>
1558
1559 * config/obj-elf.c [TC_ALPHA]: Include <elf/alpha.h>.
1560 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): New.
1561
6c116dfc
MM
1562start-sanitize-d30v
1563Thu Feb 26 15:49:04 1998 Michael Meissner <meissner@cygnus.com>
1564
1565 * config/tc-d30v.c (write_2_short): Delayed jsr instructions don't
1566 require padding to the next long word boundary.
1567
1568end-sanitize-d30v
1fb06680
DE
1569start-sanitize-sky
1570Fri Feb 27 10:06:59 1998 Doug Evans <devans@canuck.cygnus.com>
1571
1572 * config/tc-dvp.c (assemble_vif): Insert cpu type marker before
1573 inserted binary files.
1574
1575end-sanitize-sky
8ca85ce0
DE
1576start-sanitize-phase2-m32rx
1577Wed Feb 25 11:43:45 1998 Doug Evans <devans@canuck.cygnus.com>
1578
1579 * config/tc-m32r.c (optimize): New static local.
1580 (md_shortopts): Add -O.
1581 (md_parse_option): Recognize it.
1582 (md_show_usage): Document it.
1583 (md_assemble): Don't try to combine insns in parallel if !optimize.
1584
1585end-sanitize-phase2-m32rx
39149be2
NC
1586start-sanitize-m32rx
1587Tue Feb 24 18:03:25 1998 Nick Clifton <nickc@cygnus.com>
1588
1589 * config/tc-m32r.c (first_writes_to_seconds_operands):
1590 Reinitialise b_operands for each pass of the inner loop.
1591end-sanitize-m32rx
c74ca124 1592start-sanitize-sky
69312dac
DE
1593Tue Feb 24 11:01:25 1998 Doug Evans <devans@canuck.cygnus.com>
1594
1595 * config/tc-dvp.h (tc_frob_label): Define.
1596 * config/tc-dvp.c (dvp_frob_label): New function.
b6d331b9
DE
1597 (create_colon_label): New argument `sto'. All callers updated.
1598 (record_mach): New argument `force_next_p'. All callers updated.
1599 (cpu_sto): New function.
9152beba
DE
1600 (UNIQUE_LABEL_PREFIX): New macro.
1601 (unique_label): Use it.
1602 (assemble_gif): Emit start label before mach label.
b439fb81 1603 (s_endgif): Update. NLOOP is in quadwords for IMAGE mode now.
69312dac 1604
e9cb12e4
DE
1605Mon Feb 23 15:55:12 1998 Doug Evans <devans@canuck.cygnus.com>
1606
1607 * config/tc-dvp.c (assemble_dma): Do alignment before parsing insn.
1608 (setup_dma_autocount): Renamed from setup_autocount. New argument
1609 inline_p. All callers changed. Fix word address of count.
1610 (parse_dma_addr_autocount): Fix word address of address.
1611
1612end-sanitize-sky
1613start-sanitize-sky
96f5b6b2
JL
1614Mon Feb 23 17:24:06 1998 Jim Lemke <jlemke@cygnus.com>
1615
1616 * config/obj-elf.c: Take Ian's suggestion, leave .bss etc
1617 in special_sections table and add .vubss etc via
1618 ELF_TC_SPECIAL_SECTIONS.
1619 * config/tc-dvp.h: Likewise.
1620
c74ca124 1621end-sanitize-sky
a15a45e5
DE
1622Mon Feb 23 11:29:06 1998 Doug Evans <devans@seba.cygnus.com>
1623
1624 * cgen.c: #include symcat.h.
1625 * config/tc-m32r.c: Likewise.
1626
65d2c7d3
JL
1627Mon Feb 23 10:27:40 1998 Jeffrey A Law (law@cygnus.com)
1628
1629 * config/tc-mips.c (mips_ip, case 'P'): Make 'P' arguments be
1630 absolute expressions instead of '$' prefixed register names.
1631
56c99b3e
RH
1632Sat Feb 21 22:36:52 1998 Richard Henderson <rth@cygnus.com>
1633
1634 * read.c (s_set): Record file and line info for symbols when -as.
1635 (pseudo_set): Don't overwrite that dummy fragment.
1636
d3c6610c
DE
1637start-sanitize-sky
1638Fri Feb 20 12:43:02 1998 Doug Evans <devans@canuck.cygnus.com>
1639
498fcb9c 1640 * config/tc-dvp.c (md_assemble): Handle ASM_DIRECT state.
d3c6610c
DE
1641 (dvp_parse_done): Comment out contents.
1642 (s_enddirect,s_endmpg,s_endunpack): Call demand_empty_rest_of_line.
1643 (s_state): Handle .vu in included file.
8151801a 1644 (asm_state): New state ASM_GIF.
498fcb9c
DE
1645 (asm_state_stack): Maintain stack of parsing states.
1646 ({push,pop,set}_asm_state): New functions.
1647 (CUR_ASM_STATE): Renamed from cur_asm_state, all uses updated.
8151801a
DE
1648 (gif_{insn_type,data_name,insn_frag}): New static locals.
1649 (md_assemble): Watch for .endgif if in ASM_GIF state.
1650 (assemble_gif): Complete.
1651 (s_endgif): Complete.
ee753b4b
DE
1652 (cur_mach): New static local.
1653 (record_mach): New function.
1654 (md_begin): Initialize `cur_mach'.
1655 (assemble_*): Record current mach type.
83920d29
DE
1656 (vu_count): New static local.
1657 (assemble_vif): Temporary hack to properly align mpg/direct data.
1658 (assemble_vu): Insert mpg every 256 insns.
d3c6610c
DE
1659
1660end-sanitize-sky
c634d13e
ILT
1661Fri Feb 20 15:03:13 1998 Ian Lance Taylor <ian@cygnus.com>
1662
1663 * config/tc-ppc.c (md_pseudo_table): Add "section".
1664 (ppc_named_section): New static function.
1665
9db4b37c
RH
1666Thu Feb 19 22:25:42 1998 Richard Henderson <rth@cygnus.com>
1667
1668 * tc-ppc.c (ppc_biei): Cache the last symbol we inserted
1669 so we don't have to scan the entire list.
1670
ccc12f73
FF
1671start-sanitize-d30v
1672Tue Feb 17 17:02:15 1998 Fred Fish <fnf@cygnus.com>
1673
1674 * config/tc-d30v.c (parallel_ok): For the explicitly parallel
1675 case, allow the parallel instructions to modify the same flag
1676 bits.
1677
1678end-sanitize-d30v
ecc9627d
RH
1679Thu Feb 19 16:08:15 1998 Richard Henderson <rth@cygnus.com>
1680
1681 * listing.c (list_symbol_table): Categorize symbols by
1682 undefined_section rather than sy_frag->line == NULL.
1683
91572941
DE
1684start-sanitize-sky
1685Thu Feb 19 02:17:03 1998 Doug Evans <devans@charmed.cygnus.com>
1686
1687 * config/tc-dvp.c (LOCAL_LABEL_PREFIX,END_LABEL_PREFIX): New macros.
1688 (inline_dmadata): Renamed from s_dmadata_implied.
1689 (assemble_one_insn): Rewrite dma operand processing.
1690 (md_apply_fix3): Handle DVP_OPERAND_DMA_NEXT.
1691 (unique_name,setup_autocount): New functions.
1692
1693 * config/tc-dvp.c: Include stdarg.h/varargs.h.
1694 (md_pseudo_table): Add .word.
1695 (assemble_dma): Set alignment to 16 bytes. Enable code that records
1696 fixups.
1697 (assemble_one_insn): Handle DVP_OPERAND_DMA_{ADDR,AUTOCOUNT}.
1698 (md_apply_fix3): Handle DVP_OPERAND_DMA_ADDR.
1699 (parse_dma_addr_autocount): Renamed from parse_dma_ptr_autocount.
1700 Rewrite.
1701 (eval_expr): New function.
1702 (create_label,create_colon_label): New function.
1703 (s_enddmadata): Rewrite.
1704
1705end-sanitize-sky
9c0e2b9e
RH
1706Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com>
1707
1708 * Makefile.am (install-exec-local): Install properly when ln
1709 fails or tooldir == prefix.
1710
65850016
NC
1711start-sanitize-m32rx
1712Wed Feb 18 18:11:42 1998 Nick Clifton <nickc@cygnus.com>
1713
1714 * config/tc-m32r.c (first_writes_to_seconds_operands): Special
1715 handling of updates to the condition bit as this is shadow by
1716 several registers.
1717end-sanitize-m32rx
19f12fb4
DE
1718start-sanitize-sky
1719Wed Feb 18 15:49:56 1998 Doug Evans <devans@canuck.cygnus.com>
1720
1721 * config/tc-dvp.c (parse_float): New function.
1722 (assemble_vu): Handle loi insns.
1723 (assemble_one_insn): Simplify suffix parsing.
1028c33f
DE
1724 Handle DVP_OPERAND_FLOAT. Allow FAKE arguments to have a parser
1725 handler.
19f12fb4
DE
1726
1727end-sanitize-sky
af82efaf 1728start-sanitize-m32rx
20419451
NC
1729Wed Feb 18 14:30:26 1998 Nick Clifton <nickc@cygnus.com>
1730
1731 * doc/c-m32r.texi (M32R-Opts): Add --Wp and --Wnp.
1732
1733 * doc/as.texinfo (Overview): Add --Wp and --Wnp.
1734
1735 * config/tc-m32r.c (md_longopts): Accept --Wp as an abbreviation
1736 for --warn-explicit-parallel-conflicts and --Wnp as an
1737 abbreviation for --no-warn-explicit-parallel-conflicts.
1738 (assemble_parallel_insn): Use non-relaxable versions of branch
1739 instructions.
1740
af82efaf
NC
1741Wed Feb 18 11:00:18 1998 Nick Clifton <nickc@cygnus.com>
1742
1743 * app.c: Parse || as a seperator between assembler statements.
19f12fb4 1744
af82efaf 1745end-sanitize-m32rx
63aa1c74
DE
1746Tue Feb 17 18:58:51 1998 Doug Evans <devans@seba.cygnus.com>
1747
19f12fb4 1748 * cgen.c (cgen_md_apply_fix3): Delete call to validate_operand.
63aa1c74
DE
1749 Test result of insert_operand for error.
1750
c9cec4ef 1751start-sanitize-m32rx
b86c0dd3
NC
1752Mon Feb 16 12:28:40 1998 Nick Clifton <nickc@cygnus.com>
1753
1754 * config/tc-m32r.c (md_assemble): Only parallelise instructions
1755 when m32rx target is enabled and the instructions are not
1756 relaxable.
1757
c9cec4ef
NC
1758Fri Feb 13 14:42:16 1998 Nick Clifton <nickc@cygnus.com>
1759
1760 * config/tc-m32r.c (first_writes_to_seconds_operands): Do not
1761 bother checking insn which have no operands.
1762
1763end-sanitize-m32rx
ba4da4fe
ILT
1764Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
1765
1766 * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus.
1767 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1768 * doc/Makefile.am (AUTOMAKE_OPTIONS): Define.
1769 * doc/Makefile.in: Rebuild.
1770
8e7a5a04 1771start-sanitize-m32rx
6cf2575a
NC
1772Fri Feb 13 09:57:11 1998 Nick Clifton <nickc@cygnus.com>
1773
1774 * config/tc-m32r.c (first_writes_to_seconds_operands): New
1775 function. Replaces get_src_reg(), check_for_side_effects(),
1776 reads_from_src_reg(). Uses new insn operand features of cgen.
8e7a5a04 1777 (writes_to_pc): New function., but with new code suppressed for now.
6cf2575a 1778 (md_assemble): Call first_writes_to_seconds_operands().
8e7a5a04 1779end-sanitize-m32rx
679f7845
ILT
1780Fri Feb 13 00:47:44 1998 Ian Lance Taylor <ian@cygnus.com>
1781
1782 * config/tc-mips.c (macro_build): Handle operand type 'C'.
1783 (macro): Fix handling of M_COP[0-3].
1784
43448efe
ILT
1785Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com>
1786
618ea808
ILT
1787 Based on patches from Ross Harvey <ross@teraflop.com>:
1788 * macro.c (ISSEP): Only treat '<' and '>' as separator characters
1789 if macro_alternate or macro_mri.
1790 (getstring): Remove support for byte constants between < and >.
1791 (get_any_string): '<' only starts a string if macro_alternate or
1792 macro_mri.
1793 (macro_expand_body): Permit keyword parameters following
1794 positional parameters.
1795
69d0b6d3
ILT
1796 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
1797 * configure.in (alpha*-*-netbsd*): New target.
1798 * config/te-nbsd.h (LOCAL_LABELS_FB): Define.
1799 * configure: Rebuild.
1800
1b9bf4a5
ILT
1801 * as.h (flag_warn_suppress_instructionswap): Move from here...
1802 * config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to
1803 here, and make static.
1804
8642a203
ILT
1805 * ehopt.c (eh_frame_code_alignment): Only use seg_info if
1806 BFD_ASSEMBLER or MANY_SEGMENTS.
1807
43448efe
ILT
1808 * as.c (show_usage): Update bug-gnu-utils address.
1809 * gasp.c (show_usage): Likewise.
1810 * doc/as.texinfo (Bug Reporting): Likewise.
1811
9a1f3160
JL
1812Wed Feb 11 23:26:28 1998 Jeffrey A Law (law@cygnus.com)
1813
1814 * config/tc-mips.c (load_address): Don't use mips III or mips IV
1815 insns regardless of the size of a pointer if we're in mips I or
1816 MIPS II mode.
1817 (macro, macro2, s_cprestore, s_cpadd): Likewise.
1818
fc3c25b9
JR
1819Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
1820
1821Fix rac to accept only a0:
1822 * tc-d10v.c (parallel_ok, find_opcode):
1823 Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1.
1824 Introduce OPERAND_GPR.
1825
a699db22
RH
1826Wed Feb 11 16:28:13 1998 Richard Henderson <rth@cygnus.com>
1827
1828 * read.c (s_fill): Handle non-constant repeat counts by creating
1829 an rs_space fragment.
1830
ef582182
NC
1831start-sanitize-m32rx
1832Wed Feb 11 10:32:28 1998 Nick Clifton <nickc@cygnus.com>
1833
1834 * doc/c-m32r.texi: Document warning and error messages. Add
1835 descriptions of --warn-explicit-parallel-conflicts.
1836
1837 * doc/as.texinfo: Add more m32rx command line options.
a699db22 1838
ef582182
NC
1839end-sanitize-m32rx
1840Tue Feb 10 18:31:31 1998 Ian Lance Taylor <ian@cygnus.com>
1841
1842 * config/tc-i386.c (i386_operand): Change error added Jan 2 1998
1843 from as_bad to as_warn.
1844
8be4a8f7
DE
1845start-sanitize-sky
1846Tue Feb 10 15:15:40 1998 Doug Evans <devans@canuck.cygnus.com>
1847
1848 * config/tc-dvp.c (*): pke->vif, gpuif->gif.
1849
1850end-sanitize-sky
ffc3a160
JL
1851Tue Feb 10 18:04:00 1998 Jim Lemke <jlemke@cygnus.com>
1852
be0ed38b 1853 * as.c: (perform_an_assembly_pass): Use [TEXT|DATA|BSS]_SECTION_NAME
ffc3a160 1854 * as.h: Define default values of [TEXT|DATA|BSS]_SECTION_NAME
be0ed38b 1855 * config/obj-elf.c (elf_begin): Use [TEXT|DATA|BSS]_SECTION_NAME
45fb7b89 1856start-sanitize-sky
ffc3a160 1857 * config/tc-dvp.h: Add configuration specific section names.
45fb7b89 1858end-sanitize-sky
ffc3a160 1859
3081e567
ILT
1860Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com>
1861
1862 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use
1863 seg_fix_rotP rather than fix_root from seg_info.
1864
f64479ba
IC
1865Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com>
1866
1867 * expr.c: Add support for 0x1_2_3_4 bignums.
f64479ba 1868
dfb3ecb2
ILT
1869Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
1870
5023c3ab
ILT
1871 * configure.in: Change -linux* to -linux-gnu*.
1872 * configure: Rebuild.
1873
dfb3ecb2
ILT
1874 * app.c (do_scrub_begin): Treat \r as whitespace.
1875
47aa5592
NC
1876start-sanitize-m32rx
1877Mon Feb 9 16:23:11 1998 Nick Clifton <nickc@cygnus.com>
1878
1879 * config/tc-m32r.c (get_src_reg): Use m32r_cgen_get_operand()
1880 rather than parsing syntax string manually.
1881 (assemble_parallel_insn): Check for both forms of parallel
1882 conflict.
1883end-sanitize-m32rx
6c4e4786
ILT
1884Mon Feb 9 14:16:11 1998 Ian Lance Taylor <ian@cygnus.com>
1885
1886 * Makefile.am: Update dependencies.
1887 * Makefile.in: Rebuild.
1888
7ee4e307
ILT
1889Sat Feb 7 15:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
1890
1891 * configure, aclocal.m4: Rebuild with new libtool.
1892
6766132d
JL
1893Fri Feb 6 16:08:30 1998 Jeffrey A Law (law@cygnus.com)
1894
1895 * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
1896 the argument to bfd_set_arch_mach.
1897 (load_address): Use bfd_arch_bits_per_address to determine the
1898 bit size of an address instead of looking at the isa level.
1899 (macro, macro2, s_cprestore, s_cpadd): Likewise.
1900
3cb46b33
NC
1901start-sanitize-v850e
1902Fri Feb 6 14:44:34 1998 Nick Clifton <nickc@cygnus.com>
1903
1904 * config/tc-v850.c (md_parse_option): Add -mv850any command line option.
1905end-sanitize-v850e
a52052db
ILT
1906Thu Feb 5 12:39:08 1998 Ian Lance Taylor <ian@cygnus.com>
1907
ffd652c3
ILT
1908 * ehopt.c: New file.
1909 * as.h (enum _relax_state): Add rs_cfa.
1910 (check_eh_frame, eh_frame_estimate_size_before_relax): Declare.
1911 (eh_frame_relax_frag, eh_frame_convert_frag): Declare.
1912 * read.c (emit_expr): Call check_eh_frame.
1913 * write.c (cvt_frag_to_fill): Handle rs_cfa.
1914 (relax_segment): Likewise.
1915 * Makefile.am: Rebuild dependencies.
1916 (GAS_CFILES): Add ehopt.c.
1917 (GENERIC_OBJS): Add ehopt.o.
1918 * doc/internals.texi (Frags): Document rs_cfa.
1919
1920 * as.c (show_usage): Mention --traditional-format.
1921 (parse_args): Accept --traditional-format.
1922 * as.h (flag_traditional_format): Declare.
1923 * output-file.c (output_file_create): If flag_traditional_format,
1924 set BFD_TRADITIONAL_FORMAT on stdoutput.
1925 * doc/as.texinfo, doc/as.1: Document --traditional-format.
1926
b073d428
ILT
1927 * config/tc-mips.c (append_insn): Make sure that if we have a
1928 fixup for an unmatched %hi reloc, it does not associated with a
1929 variant frag.
1930
a52052db
ILT
1931 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
1932 * doc/Makefile.in: Likewise.
1933
89285fc9
NC
1934Wed Feb 4 15:41:54 1998 Nick Clifton <nickc@cygnus.com>
1935
1936 * config/tc-m32r.c (check_for_side_effects): New function.
1937 (can_make_parallel): Add checks for instruction side effects
1938 clashing with the other instruction.
1939 (assemble_parallel_insn): Improve warning messages. Return error
1940 message from non-swapped instruction order.
1941
da9a396b
NC
1942Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk>
1943
1944 * config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup().
1945
1946 * config/tc-arm.h: Replace md_after_pass_hook definition with a
1947 md_cleanup definition. This moves the forced literal output to
1948 the end of the source pass, and avoids macro's inserting literals
1949 into the code immediately after the macro expansion.
1950
e8696467
ILT
1951Wed Feb 4 13:17:19 1998 Ian Lance Taylor <ian@cygnus.com>
1952
dfe0d219
ILT
1953 * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against
1954 a gas internal symbol is adjustable.
6e2604ce 1955 * config/tc-ppc.h (tc_fix_adjustable): Likewise.
dfe0d219 1956
e8696467
ILT
1957 * as.h: If gcc version greater than 2.6, use `__format__' and
1958 `__printf__' in function attributes, rather than `format' and
1959 `printf'.
1960
0e034c77
ILT
1961Mon Feb 2 18:38:18 1998 Ian Lance Taylor <ian@cygnus.com>
1962
1963 * config/tc-sparc.c: Only include elf/sparc.h if OBJ_ELF.
1964
1965Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
1966
1967 Add tms320c30 support:
1968 * config/tc-tic30.h: New file.
1969 * config/tc-tic30.c: New file.
1970 * config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define
1971 TARGET_FORMAT as "coff-tic30".
1972 * configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets.
1973 * Makefile.am: Rebuild dependencies.
1974 (CPU_TYPES): Add tic30.
1975 (CPU_OBJ_VALID): tic30-aout is valid.
1976 (TARGET_CPU_CFILES): Add config/tc-tic30.c.
1977 (TARGET_CPU_HFILES): Add config/tc-tic30.h.
1978 * configure, Makefile.in: Rebuild.
1979
c519430b
NC
1980Mon Feb 2 10:20:37 1998 Nick Clifton <nickc@cygnus.com>
1981
5e04ff14 1982 * config/tc-v850.c (md_assemble): Improvements to error messages.
c519430b 1983
32715d71
ILT
1984Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au>
1985
1986 * config/tc-ppc.c (md_apply_fix3): Change BFD_RELOC_HI16 and
1987 BFD_RELOC_HI16_S to store the high bits of any value.
1988
1989 * config/tc-ppc.h (tc_fix_adjustable): Undo change of Fri Jun 27.
1990 (TC_RELOC_RTSYM_LOC_FIXUP): Don't let the
1991 assembler calculate relocations to any external symbol at all.
1992 * config/tc-ppc.c (md_apply_fix3) [OBJ_ELF]: Correct bugs
1993 involving generation of pc-relative relocs.
1994 (md_pcrel_from_section) [OBJ_ELF]: The job this code used to do
1995 has been moved to md_apply_fix3.
1996
1997 * config/tc-ppc.c (md_apply_fix3): Fix test for too-far branch.
1998 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,
1999 which actually means (the address of identifier's GOT entry) +
2000 constant, which is not particularly useful.
2001
d341ae3f
DE
2002Fri Jan 30 11:02:35 1998 Doug Evans <devans@canuck.cygnus.com>
2003
2004 * read.h (include_dirs): Declare.
2005 (include_dir_count,include_dir_maxlen): Declare.
5b862039
DE
2006start-sanitize-sky
2007
2008 * config/tc-dvp.c (md_longopts): Add -no-dma, -no-dma-pke.
2009 (md_parse_option): Handle them.
2010 (md_show_usage): Print them.
2011 (output_dma,output_pke): New static globals.
5b862039
DE
2012 (assemble_pke): Handle -no-dma-pke.
2013 (insert_file): Search include dir list.
2014 (s_enddirect): Validate length if prespecified.
2015 (s_endmpg): Likewise. Handle -no-dma-pke.
2016 (s_endunpack): Handle -no-dma-pke.
32729d87
DE
2017 (md_pcrel_from_section): Add offset to delay slot for
2018 undefined symbols.
5b862039 2019end-sanitize-sky
d341ae3f 2020
4b027387
ILT
2021Fri Jan 30 11:47:02 1998 Ian Lance Taylor <ian@cygnus.com>
2022
f2e272e0
ILT
2023 * configure.in: Correct check for shared opcodes library.
2024 * configure: Rebuild.
2025
ce44ad74
ILT
2026 * listing.c (buffer_line): If we can't open the file, set at_end.
2027 (listing_print): Remove unused local variable fi.
2028
2029 * config/m68k-parse.y (reglistpair): Handle register list in
2030 either order.
2031
4b027387
ILT
2032 * config/vms-conf.h: Don't undef VERSION.
2033
72e6c688
DE
2034start-sanitize-m32rx
2035Thu Jan 29 13:36:29 1998 Doug Evans <devans@canuck.cygnus.com>
2036
2037 * config/tc-m32r.c (allow_m32rx): Must compile with K&R C.
2038 (m32rx support): only include #ifdef HAVE_CPU_M32RX.
2039
2040end-sanitize-m32rx
4b027387 2041Thu Jan 29 14:42:44 1998 Pat Rankin <rankin@eql.caltech.edu>
c412299f
ILT
2042
2043 * Makefile.am (CONFIG_OBJS): New variable, containing part of old
2044 OBJS variable.
2045 (GENERIC_OBJS): New variable, with the rest of the old OBJS
2046 variable.
2047 (OBJS): Now just $(CONFIG_OBJS) and $(GENERIC_OBJS).
2048 ($(srcdir)/make-gas.com): Rename from make-gas.com.
2049 (stamp-mk.com): Replace $(OBJS) with $(GENERIC_OBJS).
2050 (EXTRA_DIST): Define.
2051 * vmsconf.sh: Handle {targ-cpu, obj-format, atof-targ} modules
2052 explicitly rather than via the list of object files.
2053 (gcc-as.opt): New file created when make-gas.com is run.
2054 * config-gas.com: Create {targ-cpu.h, obj-format.h, targ-env.h,
2055 itbl-cpu.h} to #include appropriate file rather than copying that
2056 file.
2057 * config/vms-conf.h: Synchronize with current config.in.
2058 * Makefile.in: Rebuild.
2059
ca1a4060
MM
2060start-sanitize-d30v
2061Thu Jan 29 18:48:19 1998 Bill Moyer <billm@cygnus.com>
2062
2063 * config/tc-d30v.c (do_assemble): Added flag_explicitly_parallel.
2064 (parallel_ok): Relaxed parallel subinstruction dependency check.
2065
2066end-sanitize-d30v
ed295804
NC
2067start-sanitize-m32rx
2068Wed Jan 28 16:27:27 1998 Nick Clifton <nickc@cygnus.com>
2069
2070 * config/tc-m32r.c (md_assemble): Fix determination of when
2071 instructions can be combined in parallel.
2072
2073end-sanitize-m32rx
4d1dc7f1
BM
2074Wed Jan 28 14:35:00 1998 Bill Moyer <billm@cygnus.com>
2075
2076 * as.h (flag_warn_suppress_instructionswap): added new flag.
2077 * tc-d10v.c (md_parse_option,md_longopts): added "--nowarnswap"
2078 command line argument.
2079 * tc-d10v.c (write_2_short): emit "Swapping instructions"
2080 warning only if flag_warn_suppress_instructionswap is false.
2081
0040c1e9
ILT
2082Wed Jan 28 16:41:19 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
2083
2084 * configure.in (i386-*-mingw32*): New target.
2085 * configure: Rebuild.
2086
f414803c
ILT
2087Wed Jan 28 14:51:18 1998 Ian Lance Taylor <ian@cygnus.com>
2088
8ecd2ccb
ILT
2089 * symbols.c (resolve_symbol_value): Don't set the segment if it
2090 hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
2091
f414803c
ILT
2092 * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
2093 S_GET_SEGMENT.
2094
fa8666c7
ILT
2095Wed Jan 28 13:54:50 1998 Pat Rankin <rankin@eql.caltech.edu>
2096
2097 as.h (unlink): Reverse 13-Feb-97 change; use of unlink vs remove
2098 depends upon HAVE_{UNLINK,REMOVE} values rather than host
2099 compiler.
2100
8fb6931a
ILT
2101Wed Jan 28 13:48:08 1998 Ian Lance Taylor <ian@cygnus.com>
2102
2103 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.
2104
98b155a2
DE
2105start-sanitize-sky
2106Wed Jan 28 10:00:40 1998 Doug Evans <devans@canuck.cygnus.com>
2107
2108 * configure.in: Add dvp support.
2109 * configure: Regenerate.
2110 * config/tc-dvp.[ch]: New files.
2111
2112end-sanitize-sky
1adee2cc
NC
2113Wed Jan 28 09:52:00 1998 Nick Clifton <nickc@cygnus.com>
2114
2115 * config/tc-v850.c (v850_insert_operand): Display instruction when
2116 an error is encountered.
2117
6cc7a938
ILT
2118Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>
2119
2120 * configure.in (i386-*-sco3.2v5*): Defaults to ELF now.
2121 (i386-*-sco3.2v5*coff): New target.
2122 (i386-*-sco3.2*): New target.
2123 * configure: Rebuild.
2124
38a8f434
NC
2125Tue Jan 27 11:06:52 1998 Nick Clifton <nickc@cygnus.com>
2126
5e04ff14 2127 * config/tc-v850.c: Tidy error message production.
38a8f434 2128
8ecadea4
ILT
2129Tue Jan 27 12:24:32 1998 Ian Lance Taylor <ian@cygnus.com>
2130
29b2b5da
ILT
2131 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
2132 validate_immediate return value in the right type for comparisons
2133 to FAIL.
8ecadea4 2134
76f9e5af
RH
2135Tue Jan 27 06:51:59 1998 Richard Henderson <rth@cygnus.com>
2136
2137 * listing.c (MAX_BYTES): Use listing variables not constants.
2138 (data_buffer): No longer an array, but a pointer.
2139 (calc_hex): sizeof(data_buffer) -> MAX_BYTES.
2140 (listing_listing): Allocate data_buffer.
2141
7b7a88d0
RH
2142Tue Jan 27 06:38:35 1998 Richard Henderson <rth@cygnus.com>
2143
2144 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
2145 --listing-rhs-width, --listing-cont-lines.
2146 (show_usage): Update.
2147 * listing.c (listing_lhs_width, listing_lhs_width_second): New vars.
2148 (listing_lhs_cont_lines, listing_rhs_width): New vars.
2149 (print_lines): Use the variables instead of the constants.
2150 (listing_listing): Likewise.
2151 * listing.h: Declare the new vars.
2152
c3b27a64
RH
2153Tue Jan 27 05:32:05 1998 Richard Henderson <rth@cygnus.com>
2154
2155 * as.c (parse_args): Add --keep-locals alias for -L.
2156 Add --strip-local-absolute.
2157 (show_usage): Update.
2158 * as.h (flag_strip_local_absolute): New flag.
2159 * symbols.c (S_IS_LOCAL): Use it.
2160 * config/obj-aout.h (S_IS_LOCAL): Likewise.
2161 * config/obj-bout.h (S_IS_LOCAL): Likewise.
2162 * config/obj-coff.h (S_IS_LOCAL): Likewise.
2163
26192c50
NC
2164Mon Jan 26 13:07:41 1998 Nick Clifton <nickc@cygnus.com>
2165
2166 * config/tc-m32r.c: Detect if explicitly parallel instructions
2167 might have an io conflict and issue a warning message.
2168
b6930bdf
NC
2169start-sanitize-m32rx
2170Mon Jan 26 12:38:54 1998 Nick Clifton <nickc@cygnus.com>
2171
2172 * config/tc-m32r.c (reads_from_src_reg): Change second parameter
2173 to a count of the number of matches to skip.
2174 (can_make_parallel): Pass count of number of matches to skip to
2175 reads_from_src_reg().
2176
2177end-sanitize-m32rx
f7124cf2
NC
2178Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com>
2179
2180start-sanitize-m32rx
2181 * config/tc-m32r.c: Add support for swapping fixups of swap
2182 instructions.
2183end-sanitize-m32rx
2184 * cgen.c (cgen_save_fixups, cgen_restore_fixups,
2185 cgen_swap_fixups): Functions to save, restore and swap the fixup
2186 chain with a backup copy.
2187 (cgen_asm_finish_insn): Returns address of constructed insn.
2188
cc746b3e
RH
2189Wed Jan 21 16:49:10 1998 Richard Henderson <rth@cygnus.com>
2190
2191 * listing.c (file_info_struct): Remove FILE, add POS.
2192 (last_open_file_info, last_open_file): New; a one entry FILE* cache.
2193 (file_info): Don't open the file.
2194 (buffer_line): Check for the file in the last_open cache, updating
2195 as necessary.
2196 (print_source): Don't reference file_info->file.
2197 (listing_listing): Likewise.
2198 (listing_print): Close the file in the cache, if any.
2199
775fdd0c
NC
2200start-sanitize-m32rx
2201Tue Jan 20 17:08:53 1998 Nick Clifton <nickc@cygnus.com>
2202
2203 * config/tc-m32r.c (md_assemble): Add code to swap explicitly
2204 parallel instructions so that they are in the correct order.
2205 (reads_from_src_reg, get_src_reg, can_make_parallel,
2206 make_parallel): New functions to support opportunistic
2207 parallelisation of adjacent instructions.
2208
2209end-sanitize-m32rx
af8e4ed9
ILT
2210Fri Jan 16 14:51:48 1998 Ian Lance Taylor <ian@cygnus.com>
2211
2212 * read.c (dwarf_file_string): New file static variable.
2213 (emit_expr): Look for constant sequence that leads up to a file
2214 name in DWARF debugging output.
2215 (stringer): Use dwarf_file_string to decide whether to accept a
2216 string as a file name.
2217
9ca4498f
RH
2218Fri Jan 16 11:30:37 1998 Richard Henderson <rth@cygnus.com>
2219
2220 * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.
2221 (crack_operand): Add reg->reglst MRI hack.
2222 (r_seg): Put reglst symbols in reg_section.
2223 (m68k_frob_symbol): Frob reglst symbols into absolute_section.
2224
43e941fd
RH
2225Thu Jan 15 14:19:01 1998 Richard Henderson <rth@cygnus.com>
2226
2227 * tc-sh.c (get_specific): Handle SGR & DBR.
2228
e71bd99c
RH
2229Thu Jan 15 13:46:48 1998 Richard Henderson <rth@cygnus.com>
2230
2231 * tc-h8300.c (parse_reg): Take the length of the symbol into
2232 account when attempting to match a register name.
2833e251 2233 * tc-h8500.c (parse_reg): Likewise.
e71bd99c 2234
ebde3f62
NC
2235Wed Jan 14 17:52:33 1998 Nick Clifton <nickc@cygnus.com>
2236
23ded748 2237start-sanitize-m32rx
ebde3f62
NC
2238 * config/tc-m32r.c (md_assemble): Add support for parsing parallel
2239 instructions.
23ded748 2240end-sanitize-m32rx
ebde3f62
NC
2241 * cgen.c: Formatting changes to improve readability.
2242
6c4b811d
JL
2243Wed Jan 14 15:41:41 1998 Jeffrey A Law (law@cygnus.com)
2244
2245 * config/tc-mips.c (macro): Rework division code to avoid unfilled
2246 delay slot.
2247
4ef6f7f1
MM
2248start-sanitize-d30v
2249Wed Jan 14 18:04:20 1998 Michael Meissner <meissner@cygnus.com>
2250
2251 Based on a patch from Jim Wilson
2252 * config/tc-d30v.c (do_assemble): Remove non-ansi default case.
2253 (tc_gen_reloc): Handle cross section PC relative relocs
2254 correctly.
2255
2256end-sanitize-d30v
b2cf4548
DE
2257Wed Jan 14 15:02:19 1998 Doug Evans <devans@seba.cygnus.com>
2258
2259 * config/tc-mips.c (mips_ip): Don't test pinfo flags if INSN_MACRO.
2260
1002d8ed
DE
2261Mon Jan 12 13:04:57 1998 Doug Evans <devans@seba.cygnus.com>
2262
2263 * cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
2264 (expr_jmp_buf): New static local.
2265 (cgen_parse_operand): Allow use of longjmp in parsing to handle errors.
2266 (cgen_md_operand): New function.
2267 * tc-m32r.c: Clean up pass over `struct foo' usage.
2268 (md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
2269
d7ab1078
RH
2270Tue Jan 6 15:36:02 1998 Richard Henderson <rth@cygnus.com>
2271
2272 * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
2273 (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
2274
388fa5c6
ILT
2275Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com>
2276
2277 * config/tc-i386.c (i386_operand): Give an error if there are
2278 unrecognized characters after an expression.
2279
ffd0546f
JL
2280Wed Dec 31 12:29:47 1997 Jeffrey A Law (law@cygnus.com)
2281
2282 * config/tc-mn10200.c (md_relax_table): Correct branch ranges.
2283
60dc9fb2
ILT
2284Mon Dec 22 13:06:05 1997 Joel Sherrill <joel@oarcorp.com>
2285
2286 * configure.in (i386*-go32-rtems*): Fix to be the same as
2287 i[3456]86-go32.
2288 * configure: Rebuild.
2289
1c6f3441
ILT
2290Mon Dec 22 12:54:07 1997 Ian Lance Taylor <ian@cygnus.com>
2291
2292 * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
2293 M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, or M_S_DOB.
2294 (mips_ip): Always check for FP_D, not just for instructions that
2295 are not part of the regular ISA.
2296
76b53472
RH
2297Thu Dec 18 16:49:28 1997 Richard Henderson <rth@cygnus.com>
2298
2299 * config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.
2300
915f6ba3
RH
2301Thu Dec 18 16:42:57 1997 Richard Henderson <rth@cygnus.com>
2302
2303 * config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.
2304
b463948b
JL
2305Wed Dec 17 21:23:07 1997 Jeffrey A Law (law@cygnus.com)
2306
2307 * expr.c (integer_constant 32bit bignum): Mask off bits outside
2308 the range we care about.
2309
343b2ab8
MM
2310start-sanitize-d30v
2311Wed Dec 17 15:29:03 1997 Michael Meissner <meissner@cygnus.com>
2312
2313 * config/tc-d30v.c (md_shortopts): Add 'n' and 'N' options.
2314 (exec_type_enum): Enumeration giving all of the exec types.
2315 (warn_nops): New static variable to give nop warning level.
2316 ({cur,prev}_mul32_p): New static variable to keep track of whether
2317 the current/previous instruction is a 32-bit multiply.
2318 (Optimizing): Make static.
2319 (NOP{2,_LEFT,_RIGHT}): Macros for word of nops and left/right
2320 nops.
2321 (d30v_insert_operand): Delete declaration of unused function.
2322 (write_2_short): Make exec_type argument enum, not int.
2323 (parallel_ok): Ditto.
2324 (check_range): Delete unused variable(s).
2325 (build_insn): Ditto.
2326 (find_format): Ditto.
2327 (md_apply_fix3): Ditto.
2328 (md_show_usage): Document -n and -N.
2329 (md_parse_option): Parse -n and -N.
2330 (write_1_short): If -n, warn about adding a nop. Use
2331 NOP_{LEFT,RIGHT}.
2332 (write_2_short): Use enumeration values instead of hard coded
2333 integers. Reset exec_type for default operations. For explicit
2334 parallel operations, call parallel_ok to make sure everything is
2335 ok. If writing out a parallel operation, and the previous
2336 instruction was a 32-bit multiply, indicate current instruction
2337 is.
2338 (parallel_ok): Allow add/tx ... to be done in parallel with
2339 another add/tx ... assuming the gpr registers don't overlap.
2340 (md_assemble): Use exec type enumeration values, not hard coded
2341 ints. Check for loads or 16-bit multiplies following in the next
2342 cycle after a 32-bit multiply. Add nops if that is the case.
2343 (do_assemble): Copy prev_mul32_p to cur_mul32_p, and set
2344 cur_mul32_p if current instruction is a 32-bit multiply.
2345 (find_format): Change spacing and layout.
2346
2347end-sanitize-d30v
37f82cb4
FF
2348start-sanitize-tic80
2349Tue Dec 16 16:55:45 1997 Fred Fish <fnf@cygnus.com>
2350
2351 * config/tc-tic80.c (tic80_relax): New static variable.
2352 (md_longopts): Add new OPTION_RELAX and OPTION_NO_RELAX options.
2353 (md_parse_option): Handle new relax options.
2354 (md_show_usage): Document new relax options.
2355 (find_opcode): Don't use short forms of PC relative branches if
2356 tic80_relax is set.
2357
2358end-sanitize-tic80
e0882f34
MM
2359start-sanitize-d30v
2360Tue Dec 16 15:26:03 1997 Michael Meissner <meissner@cygnus.com>
2361
2362 * config/tc-d30v.c (parallel_ok): Remove non-register bits from
2363 used/set flag fields. Make flag vars unsigned long. Use
2364 FLAG_A{0,1} for accumulators. Allow any 2 insns to be done in
2365 parallel if they use the same conditional flag with reversed
2366 meaning. Allow 2 add/sub insns that set the carry or overflow
2367 flags but do not query them to be done in parallel. Don't allow 2
2368 word store operations to be done in parallel with ADDppp or
2369 SUBppp. Don't allow loads to be done in parallel with 16 bit
2370 multiplies.
2371
2372end-sanitize-d30v
9efc7d59
NC
2373Tue Dec 16 09:20:43 1997 Nick Clifton <nickc@cygnus.com>
2374
2375 * config/tc-arm.c: Prevent use of interworking support for
2376 non-COFF targets.
2377
a450e9f4
NC
2378Mon Dec 15 15:20:32 1997 Nick Clifton <nickc@cygnus.com>
2379
ee73be40
NC
2380 * doc/all.texi: Add M32R cpu.
2381
2382 * doc/as.texinfo: Add documentation of m32r processor.
2383
2384 * doc/c-m32r.texi: New file, documenting m32r specific features.
2385
d745e6d9 2386start-sanitize-m32rx
a450e9f4
NC
2387 * config/tc-m32r.c (allow_m32rx): New function.
2388 (enable_m32rx): New variable.
2389 (md_pseudo_table): Added .m32r and .m32rx pseudo ops
2390 (md_show_usage): Document new --m32rx command line option.
2391 (md_parse_option): Implement new --m32rx command line option.
d745e6d9 2392end-sanitize-m32rx
a450e9f4 2393
09162f6f
JL
2394Mon Dec 15 10:32:28 1997 Jeffrey A Law (law@cygnus.com)
2395
2396 * config/tc-mips.c (mips_ip): Correctly insert 'P' operands into
2397 the instruction.
2398
599ef811
FF
2399start-sanitize-tic80
2400Fri Dec 12 11:44:20 1997 Fred Fish <fnf@cygnus.com>
2401
2402 * config/tc-tic80.c (build_insn): Handle instructions that have
2403 long (32 bit) PC relative offsets. Fix places that previously
2404 misused R_MPPCR for 15 bit offsets to use the new R_MPPCR15W type.
2405 (md_apply_fix): Add case to handle long PC relative offsets.
2406
2407end-sanitize-tic80
f520aaee
NC
2408Fri Dec 12 10:35:01 1997 Nick Clifton <nickc@cygnus.com>
2409
2410 * doc/c-arm.texi (ARM Options): Document support for new ARM
2411 processor names.
2412
2413 * config/tc-arm.c (md_parse_option): Add support for new ARM
2414 processor names.
2415
290c51b5
RH
2416Thu Dec 11 17:46:50 1997 Richard Henderson <rth@cygnus.com>
2417
2418 * config/tc-m68k.c (m68k_ip): Don't overwrite opcode table data.
2419 (insop, m68k_ip): Make `opcode' const so it doesn't happen again.
2420
df09ec8d
NC
2421Fri Dec 5 11:23:59 1997 Nick Clifton <nickc@cygnus.com>
2422
290c51b5
RH
2423 * config/tc-v850.c (md_assemble): Fix BFD_RELOC_32 against a
2424 symbol + offset.
2425
df09ec8d
NC
2426 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Use
2427 SHT_V850_{S|T|Z}COMMON to mark special common sections.
2428
d4b2cc56
NC
2429Tue Dec 2 17:05:13 1997 Nick Clifton <nickc@cygnus.com>
2430
2431 * config/tc-v850.c: Brought up to date with the branch.
2432
6fdb746d
JR
2433Mon Dec 1 20:24:18 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2434
2435 * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1.
2436 (SWITCH_TABLE): Handle BFD_RELOC_8.
2437 (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1.
2438 (coff_reloc_map): Add BFD_RELOC_8_PCREL entry.
2439 (sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8.
2440
2441Sat Nov 22 16:19:22 1997 Richard Henderson <rth@cygnus.com>
2442
2443 * tc-alpha.c (range_signed_16, range_signed_32): Work around an
2444 apparent bug in gcc's long long support crossing from x86.
2445
33cb4925
NC
2446Sat Nov 22 14:26:09 1997 Nick Clifton <nickc@cygnus.com>
2447
2448 * config/tc-arm.c: Brought up to date with latest changes on arm
2449 branch.
2450
c699ff04
ILT
2451Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>
2452
8046e281
ILT
2453 * config-gas.com: Get version info from configure.in.
2454
db5bb86e
ILT
2455 * makefile.vms: include depend.obj in OBJS.
2456
6dbf3268
ILT
2457 * config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
2458
c699ff04
ILT
2459 * config/tc-alpha.c (alpha_basereg_clobbered): Remove variable and
2460 all corresponding code.
2461
19bc147e
NC
2462Thu Nov 20 15:06:08 1997 Richard Earnshaw <rearnsha@arm.com>
2463
2464 * config/tc-arm.h (TARGET_FORMAT for generic a.out targets): Allow
2465 run-time endian selection.
2466
04b26b00
RH
2467Wed Nov 19 17:44:42 1997 Richard Henderson <rth@cygnus.com>
2468
2469 * tc-sh.c (parse_reg): Properly quote for fv4.
2470
942f33ae
ILT
2471Wed Nov 19 23:46:18 1997 Ian Lance Taylor <ian@cygnus.com>
2472
2473 * symbols.c (resolve_symbol_value): Add missing breaks in case on
2474 symbol value operator.
2475
35baf6dd
KR
2476start-sanitize-vr5400
2477Wed Nov 19 02:24:07 1997 Ken Raeburn <raeburn@cygnus.com>
2478
2479 * config/tc-mips.c (gpr_interlocks, cop_interlocks): VR5400 has
2480 these.
2481
2482end-sanitize-vr5400
fe00b2ed
JR
2483Tue Nov 18 18:45:14 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2484
2485 * config/tc-d10v.c (parallel_ok, find_opcode):
2486 Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG.
2487
8d869386
FF
2488Sun Nov 16 10:05:07 1997 Fred Fish <fnf@cygnus.com>
2489
2490 * config/obj-coff.c (fixup_segment): Cast second arg of
2491 md_apply_fix3 call to type "valueT *".
2492
2493Thu Nov 13 13:53:10 1997 Andrew Cagney <cagney@b1.cygnus.com>
2494
2495 * configure.in (emulations): Make FreeBSD an aout / i386bsd
2496 variant.
2497 * configure: Re-generate.
2498
9bb4d384
GRK
2499Thu Nov 13 11:07:14 1997 Gavin Koch <gavin@cygnus.com>
2500
2501 * config/tc-mips.c (macro_build): Use the membership field
2502 for INSN_MACRO's.
2503 (mips_ip): Same.
2504
832ef2cc
JR
2505Thu Nov 13 02:04:55 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2506
2507 * config/tc-d10v.c (find_opcode): For OPCODE_FAKE, add check for
2508 first argument if it's supposed to be a register.
2509
42444087
GRK
2510start-sanitize-tx49
2511Wed Nov 12 10:06:27 1997 Gavin Koch <gavin@cygnus.com>
2512
2513 * config/tc-mips.c (mips_4900): Added.
2514 (hilo_interlocks): Added mips_4900.
2515 (md_begin): Set default for mips_4900.
2516 (macro_build,mips_ip): Test for INSN_4900 if mips_4900.
2517 (md_longopts): Add "m4900" and "no-m4900".
2518 (md_parse_option): Handle above options.
2519
2520end-sanitize-tx49
f2fafcca
JR
2521Tue Nov 11 19:25:05 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2522
2523 * app.c (do_scrub_chars): If d10v, re-insert a space before
2524 a '#' when in state 10.
2525
5de020b4
ILT
2526Tue Nov 11 13:33:15 1997 Ian Lance Taylor <ian@cygnus.com>
2527
2528 * config/tc-h8300.c: Include "subsegs.h".
2529 (tc_reloc_mangle): Handle references to symbols which are not
2530 being output, so that references to `.' work.
2531
f19d08dc
ILT
2532Mon Nov 10 13:43:33 1997 Ian Lance Taylor <ian@cygnus.com>
2533
77635763
ILT
2534 * config/tc-m68k.c (m68k_ip): Call add_fix when needed for '_'
2535 case.
2536
f19d08dc
ILT
2537 * macro.c (sub_actual): If we don't find a parameter for an &,
2538 just substitute &.
2539
b3ed1af3
KR
2540Fri Nov 7 21:29:32 1997 Ken Raeburn <raeburn@cygnus.com>
2541start-sanitize-vr5400
2542
2543 * config/tc-mips.c (mips_ip): Added cases for "e", "%", and "P"
2544 operand types.
2545 (hilo_interlocks): VR5400 has interlocks.
2546 (md_begin): Expect mips64vr5400, not mips64r5400.
2547end-sanitize-vr5400
2548
2549 * config/tc-mips.c (mips_ip): In default case, call as_bad
2550 instead of fprintf, to get "assembler messages:" message output
2551 before instead of after.
2552
4afb407d
DE
2553Fri Nov 7 10:36:22 1997 Doug Evans <devans@canuck.cygnus.com>
2554
2555 * frags.h: Handle multiple inclusion.
2556
070937ba
DE
2557Wed Nov 5 10:51:49 1997 Doug Evans <devans@canuck.cygnus.com>
2558
2559 Based on a patch from Ian.Dall@dsto.defence.gov.au.
2560 * as.h (struct frag, frag support): Moved from here.
2561 * frags.h: To here.
2562 (struct frag, member tc_frag_data): New member if TC_FRAG_TYPE
2563 is defined.
2564 (struct frag, member fr_cgen): Renamed from fr_targ.cgen.
2565 * cgen.c (cgen_asm_finish_insn): Update.
2566 * config/tc-m32r.c (md_estimate_size_before_relax): Update.
2567 * config/tc-m32r.h (TC_FRAG_INIT): Renamed from md_init_frag.
2568 (md_convert_frag): Ditto.
2569 * config/tc-ns32k.h (TC_FRAG_TYPE): Define.
2570 (frag_opcode_frag,frag_opcode_offset,frag_bsr): Update.
2571 (TC_FRAG_INIT): Update.
2572
d57d82d7
DE
2573Tue Nov 4 16:35:57 1997 Ian Dall <Ian.Dall@dsto.defence.gov.au>
2574
2575 * write.c (print_fixup): Use TC_FIX_DATA_PRINT (if defined) to
2576 print out MD fields of fix.
2577 * frags.c (frag_var, frag_variant): Use TC_FRAG_INIT macro (if
2578 defined) to initialize MD fields in frag.
2579 * as.h (struct frag, ns32k support): Rename ns32k to fr_ns32k.
2580 Delete pcrel_adjust. Add fr_opcode_fragP, fr_opcode_offset.
2581 * config/tc-ns32k.h: Add comments. Remove obsolete
2582 BFD_FAST_SECTION_FILL definition, change prototypes for
2583 fix_new_ns32k and fix_new_ns32k_exp to add new arguments
2584 opcode_frag and opcode_offset and remove pcrel_adjust.
2585 (TC_FIX_TYPE): add opcode_fragP and opcode_offset fields.
2586 (TC_FIX_DATA_PRINT): new macro to print out TC_FIX_TYPE.
2587 (TC_FRAG_INIT): new macro to initialize machine dependent field in
2588 frags.
2589 (frag_opcode_frag, frag_opcode_offset, frag_bsr): macros to access
2590 MD fields in frag structure.
2591 (fix_im_disp, fix_bit_fixP, fix_opcode_frag, fix_opcode_offset,
2592 fix_bsr): macros to access MD fields in fix structure.
2593 * config/tc-ns32k.c: Avoid overlength lines. Align comments. Don't
2594 use struct opcode_location as these fields are now in the frag
2595 structure.
2596 (convert_iif): Call frag_more as it is needed instead
2597 of trying to allocate for the whole insn. Avoid call of frag_more
2598 with negative argument.
2599 (md_pcrel_adjust, md_fix_pcrel_adjust, md_apply_fix,
2600 md_estimate_size_before_relax, md_pcrel_from,
2601 tc_aout_fix_to_chars): use accessor macros to get md fields in fix
2602 and frag structures.
2603 (fix_new_ns32k, fix_new_ns32k_exp): add new arguments opcode_frag and
2604 opcode_offset and remove pcrel_adjust.
2605 (convert_iif, cons_fix_new_ns32k): call fix_new_ns32k,
2606 fix_new_ns32k_exp with changed arguments.
2607
1724c79e
GRK
2608Mon Nov 3 13:30:17 1997 Gavin Koch <gavin@cygnus.com>
2609
d57d82d7
DE
2610 * tc-mips.c (md_begin): Reorganize setting of default values so
2611 that mips_cpu depends on TARGET_CPU, and mips_opts.isa depends on
2612 mips_cpu.
2613 (md_parse_option): Remove all code that sets defaults; md_begin
2614 handles all of this now.
1724c79e 2615
0ac53ff0
ILT
2616Sun Nov 2 14:46:09 1997 Ian Lance Taylor <ian@cygnus.com>
2617
2618 * Makefile.am (STAGESTUFF): Change bin_PROGRAMS to
2619 noinst_PROGRAMS.
2620 (bootstrap, bootstrap2, bootstrap3): Likewise.
2621 * Makefile.in: Rebuild.
2622
2623 * config/tc-ppc.c (ppc_fix_adjustable): Don't adjust relocs in the
2624 TOC section to be against the csect.
2625
aa2e0460
KR
2626Fri Oct 31 18:19:55 1997 Ken Raeburn <raeburn@cygnus.com>
2627
2628start-sanitize-vr5400
2629 * config/tc-mips.c (mips_5400): New variable.
2630 (md_begin, md_parse_option): Handle 5400 options/names.
2631 (macro_build, mips_ip): Check for 5400-specific instructions.
2632 (md_longopts, OPTION_M5400, OPTION_NO_M5400): More command-line
2633 support for 5400.
2634
2635end-sanitize-vr5400
2636 * config/tc-mips.c (validate_mips_insn): New function, checks
2637 match versus mask bits, and also verifies that all bits to be
2638 output are actually specified somewhere.
2639 (md_begin): Call it for 32-bit instructions, instead of doing
2640 match/mask check here. In case of failure, print a message, but
2641 check the rest of the opcode table before exiting.
2642
6e3fcdf0
NC
2643Thu Oct 30 13:46:20 1997 Nick Clifton <nickc@cygnus.com>
2644
2645 * config/tc-arm.c (md_apply_fix3): Fix thumb ADR pseudo op. Patch
2646 from Tony Thompson at ARM: athompso@arm.com
2647
42cf6555
MM
2648start-sanitize-d30v
2649Thu Oct 30 11:11:26 1997 Michael Meissner <meissner@cygnus.com>
2650
2651 * config/tc-d30v.c (build_insn): Allow odd registers for ld2w and
2652 friends.
2653
2654end-sanitize-d30v
4ebda395
GRK
2655start-sanitize-tx49
2656Wed Oct 29 16:22:38 1997 Gavin Koch <gavin@cygnus.com>
2657
2658 * config/tc-mips.c (hilo_interlocks): True for tx49.
2659 (md_begin): Add mips64tx49.
2660 (md_parse_option): Add 4900 cpu.
2661
2662end-sanitize-tx49
c14d0cc0
ILT
2663Fri Oct 24 15:56:47 1997 Ian Lance Taylor <ian@cygnus.com>
2664
e59390a7
ILT
2665 * config/tc-ppc.c (md_assemble): When handling @l, always sign
2666 extend if the operand expects a signed value.
2667
c14d0cc0
ILT
2668 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Don't define; use
2669 default which is to permit dollar labels.
2670
1bb6aaad
RH
2671Fri Oct 24 11:19:22 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>
2672
2673 * config/tc-sparc.c (sparc_memory_model): New variable.
2674 (md_longopts): Add -TSO/-PSO/-RMO options.
2675 (md_parse_options): Handle them.
2676 (sparc_elf_final_processing): For 64 ELF, set required
2677 memory ordering in e_flags. Default to RMO and let the user
2678 override it through command line.
2679
2680 * config/tc-sparc.h (elf_tc_final_processing): Add.
2681
1277cdda
RH
2682Wed Oct 22 17:42:12 1997 Richard Henderson <rth@cygnus.com>
2683
2684 * config/tc-sparc.c (v9a_asr_table): New variable.
2685 (sparc_ip): Handle v9a asr's.
2686 Patch from David Miller <davem@vger.rutgers.edu>.
2687
7532235c
RH
2688Wed Oct 22 17:22:59 1997 Richard Henderson <rth@cygnus.com>
2689
2690 * config/tc-sparc.h (md_do_align): New macro.
2691 * config/tc-sparc.c (sparc_handle_align): Handle rs_align_code.
2692 Patch from Jakub Jelinek <jj@sunsite.mff.cuni.cz>.
2693
517640d9
ILT
2694Wed Oct 22 12:51:18 1997 Ian Lance Taylor <ian@cygnus.com>
2695
82b4217b
ILT
2696 * config/tc-sh.c (sh_small): New variable.
2697 (OPTION_SMALL): Define.
2698 (md_longopts): Add "small".
2699 (md_parse_option): Handle OPTION_SMALL.
2700 (md_show_usage): Mention -small.
2701 * config/tc-sh.h (sh_small): Declare.
2702 (SUB_SEGMENT_ALIGN): Handle sh_small.
2703 * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH
2704 case.
2705
517640d9
ILT
2706 * config/tc-mips.c (macro): Correct handling of constant in M_LI_D
2707 case in little endian mode.
2708
61a60a8a
DE
2709Tue Oct 21 10:20:11 1997 Doug Evans <devans@canuck.cygnus.com>
2710
2711 * config/tc-sparc.c (md_apply_fix3, cases ..._H44, ..._HIX22): Leave
2712 overflow signalling to linker.
2713
71e0e8f9
ILT
2714Mon Oct 20 14:54:06 1997 Klaus K"ampf <kkaempf@progis.de>
2715
9659c18b
ILT
2716 * makefile.vms: Fix for dec c.
2717
2718 * config-gas.com: Give explanation for dec c setup in error
2719 message.
2720
2721 * config/tc-alpha.c (s_alpha_comm): Make .comm symbols separate
2722 sections on openvms/alpha.
2723
71e0e8f9
ILT
2724 * config/obj-evax.c: support .weak pseudo-op
2725
595da85d
DE
2726Mon Oct 20 10:13:32 1997 Doug Evans <devans@canuck.cygnus.com>
2727
70ee7782 2728 * config/tc-sparc.c (default_arch_size): New static local.
595da85d
DE
2729 (struct sparc_arch): Rename arch_size to default_arch_size.
2730 New member user_option_p.
2731 (sparc_arch_table): Always include v9, v9a. New entry v9-64.
2732 (init_default_arch): Check whether default arch is valid.
2733 Set default_arch_size in addition to sparc_arch_size.
2734 (OPTION_32,OPTION_64): Define.
2735 (md_longopts): New entries for -32, -64.
2736 (md_parse_option): Handle them.
2737 (md_show_usage): Print them. Ensure init_default_arch called.
70ee7782
DE
2738 * configure.in (sparc64): Set arch to v9-64.
2739 * configure: Regenerated.
595da85d 2740
891a1584
ILT
2741Sun Oct 19 13:50:50 1997 Ian Lance Taylor <ian@cygnus.com>
2742
66a6a381
ILT
2743 * write.c (subsegs_finish): New function, broken out of
2744 write_object_file.
2745 (write_object_file): Some code moves into subsegs_finish.
2746 * write.c (subsegs_finish): Declare.
2747 * as.c (main): Call subsegs_finish.
2748
891a1584
ILT
2749 * read.c (s_include): Check for error return from
2750 demand_copy_string.
2751
08ce71f5
RH
2752Tue Oct 14 20:50:58 1997 Richard Henderson <rth@cygnus.com>
2753
2754 * read.c (get_line_sb): Accept any eol marker while scanning macros.
2755
10b8f7f0
RH
2756Tue Oct 14 19:12:45 1997 Richard Henderson <rth@cygnus.com>
2757
2758 * config/tc-alpha.h (DIFF_EXPR_OK): Define.
2759 * config/tc-i386.h (DIFF_EXPR_OK): Define.
2760 * config/tc-alpha.c (md_apply_fix): Notice fx_pcrel and substitute
2761 the correct relocation when it exists.
2762 * config/tc-i386.c (md_apply_fix3): Likewise.
2763
2764 * config/tc-ppc.h: Correct typo in comment.
2765 * config/tc-v850.h: Likewise.
2766
a0a5f4e2
AC
2767Fri Oct 10 16:09:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
2768
2769 * config/tc-d10v.c (parallel_ok): Allow parallel instruction issue
2770 when second instruction is writing to first instructions inputs.
2771
856f843e
RH
2772Mon Oct 13 15:27:17 1997 Richard Henderson <rth@cygnus.com>
2773
2774 * ecoff.c (PAGE_SIZE): Double to 8k as a hack to allow some C++
2775 templated programs to build with -g.
2776
c2806093
NC
2777Fri Oct 10 17:48:29 1997 Nick Clifton <nickc@cygnus.com>
2778
2779 * config/tc-v850.c (md_relax_table): Add support for relaxing
2780 unconditional branches. This patch is courtesy of Jim Wilson.
2781 (md_convert_frag): Fix relaxing of branches. This patch is
2782 courtesy of Jim Wilson.
2783 (md_assemble): Create different fixups for conditional and
2784 unconditional branches. This patch is courtesy of Jim Wilson.
2785 (md_estimate_size_before_relax): Estimate size of variable part of
2786 fixup based on whether it is for a conditional or an unconditional
2787 branch. This patch is courtesy of Jim Wilson.
2788 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
2789 v850_zbss, v850_rosdata, v850_rozdata, v850_bss): Add call to
2790 obj_elf_section_change_hook().
2791 (v850_comm): New function.
2792 (md_pseudo_table): Add new pseudo ops .zcomm, .scomm and .tcomm.
2793 (md_begin): Add bss flag to seg_info of bss sections.
2794
2795 Add support for .scommon, .tcommon and .zcommon sections.
2796
2797 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add .scommon,
2798 .zcommon, .tbss, .call_table_data and .call_table_text.
2799
e01e18a8
DE
2800Fri Oct 10 15:01:14 1997 Doug Evans <dje@canuck.cygnus.com>
2801
2802 * configure.in (sparc): Set DEFAULT_ARCH from correct target.
2803 * configure: Regenerated.
2804
b83565de
MH
2805Fri Oct 10 11:22:45 1997 Martin M. Hunt <hunt@cygnus.com>
2806
2807 * config/tc-d10v.c: Fixes to make sure the AT_WORD
2808 expression is not confused with -1.
2809
528859ea
AC
2810Fri Oct 10 11:54:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
2811
2812 * config/tc-d10v.c (parallel_ok): Flag SP as modified for @-sp
2813 operand - OPERAND_ATMINUS.
2814
719ddab4
MM
2815Fri Oct 10 00:47:44 1997 Michael Meissner <meissner@cygnus.com>
2816
2817 * config/tc-d10v.c (parallel_ok): Note that auto increment and
2818 decrement modify the index register.
2819
ed1ed9f9
ILT
2820Thu Oct 9 15:17:50 1997 Ian Lance Taylor <ian@cygnus.com>
2821
15ab76e5
ILT
2822 From Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au>:
2823 * config/tc-m68k.c (archs): Add 68306, 68307, 68322, 68356, 68334,
2824 68336, 68341, 68349.
2825 * doc/c-m68k.texi (M68K-Opts): Add -m68ec000 -m68hc000 -m68hc001
2826 -m68306, -m68307, -m68322, -m68356, -m68ec020, -m68ec030,
2827 -m68ec040, -m68ec060, -m68330, -m68334, -m68336, -m68341,
2828 -m68349.
2829
57f269b1
ILT
2830 * doc/Makefile.am (CPU_DOCS): Define.
2831 (as.info): Depend upon $(CPU_DOCS).
2832 * doc/Makefile.in: Rebuild.
2833
ed1ed9f9
ILT
2834 * configure.in: Remove AM_PROG_INSTALL; it's called by
2835 AM_INIT_AUTOMAKE.
2836 * configure: Rebuild.
2837
d78d3671
JR
2838Thu Oct 9 01:44:36 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2839
2840 * tc-d10v.h (TC_START_LABEL): Don't define.
2841 (tc_frob_label): Define.
2842
c7b2ac28
JR
2843Thu Oct 9 00:07:23 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2844
2845 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't allow
2846 to pair a branch and link with anything but an exe instruction.
2847
8a8a91a5
RH
2848Wed Oct 8 16:28:53 1997 Richard Henderson <rth@cygnus.com>
2849
2850 * config/tc-alpha.c (load_expression): Disable the sym+const .got
2851 optimization to reduce the alignment surprises for gcc.
2852
54b9ebdd
DE
2853Wed Oct 8 16:11:15 1997 Doug Evans <dje@canuck.cygnus.com>
2854
2855 * config/obj-coff.h (TC_SPARC): Don't define TARGET_FORMAT.
2856 * config/tc-sparc.c (sparc_target_format): Handle coff here.
2857 (sparc_ip): Add %hix,%lox.
2858 (md_apply_fix3): Call as_bad_where, not as_bad.
2859 Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
2860 (tc_gen_reloc): Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
2861
0170f1c3
RH
2862Wed Oct 8 12:33:32 1997 Richard Henderson <rth@cygnus.com>
2863
2864 * configure.in: Change alpha-*-* to alpha*-*-*; config.guess now
2865 recognizes alphaev5 etc.
2866 * configure: Rebuild.
2867
6fd819cf
GRK
2868Wed Oct 8 00:04:05 1997 Gavin Koch <gavin@cygnus.com>
2869
2870 * config/tc-mips.c (md_begin): Replace the TARGET_CPU value
2871 of mipsr3900 with mipstx39.
2872
2873 * config/tc-mips.c (mips_ip): Don't print the 'opcode requires
2874 -mipsXX message' if the insn isn't an ISA insn.
2875
49136667
DE
2876Tue Oct 7 12:48:30 1997 Doug Evans <dje@canuck.cygnus.com>
2877
2878 * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c.
2879 Redefine TARGET_FORMAT to call sparc_target_format.
2880 * config/tc-sparc.c (in_unsigned_range): New function.
2881 (sparc_arch_size): Make static.
2882 (sparc_target_format): New function.
2883 (sparc_ip): Delete variable immediate_max. Rewrite %hi/etc reloc
2884 handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44.
2885 (output_insn): Set `fx_no_overflow'.
2886 (md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}.
2887 (tc_gen_reloc): Likewise.
2888
a9da34ae
NC
2889Mon Oct 6 14:04:50 1997 Nick Clifton <nickc@cygnus.com>
2890
2891 * config/tc-v850.c (v850_section): Remove.
2892
2893 * config/obj-elf.c (obj_elf_section): Enhance error message.
2894
7e5c196e
ILT
2895Fri Oct 3 15:40:38 1997 Ian Lance Taylor <ian@cygnus.com>
2896
a3e8c5b7
ILT
2897 * config/tc-mips.c: Undef OBJ_COPY_SYMBOL_ATTRIBUTES before
2898 including obj-elf.h in OBJ_MAYBE_ELF case.
2899 (mips_target_format): Return NULL after abort to avoid warning.
2900
0e7c7b89
ILT
2901 * ecoff.c (generate_ecoff_stab): Remove unused static function.
2902
1175a6c6
ILT
2903 * expr.c (operator): Accept ==. From Anders Blomdell
2904 <anders.blomdell@control.lth.se>.
2905
7e5c196e
ILT
2906 * config/atof-ieee.c (gen_to_words): When generating a denormal
2907 number, handle an overflow into the smallest normalized number.
2908
002e8e4d
JR
2909Mon Sep 29 15:24:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
2910
2911 * as.h, input-scrub.c (new_logical_line): New return value.
2912 * read.c (s_app_file): Don't note the same file several times
2913 in a row.
2914
89b308f4
ILT
2915Thu Sep 25 13:08:02 1997 Ian Lance Taylor <ian@cygnus.com>
2916
2917 * config/tc-m68k.c (m68k_ip): Remove ` operand specifier.
2918
5e4e4739
ILT
2919Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>
2920
2921 * configure.in (sh*-*-rtems*): New target, like sh-*-elf*.
2922 * configure: Rebuild.
2923
b5db0960
ILT
2924Wed Sep 24 11:30:25 1997 Ian Lance Taylor <ian@cygnus.com>
2925
469adf23
ILT
2926 * config/tc-m68k.c (m68k_ip): Handle q and v operand specifiers.
2927
c1503b28
ILT
2928 * doc/c-i386.texi (i386-Float): Remove incorrect assertion that
2929 fn* instructions do not insert implicit fwait. This was changed
2930 Jan 29, 1996.
2931
fdfabd68
ILT
2932 * config/m68k-parse.y (yylex): Permit an expression to be used for
2933 the scale factor.
2934
3d07d766
ILT
2935 * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y,
2936 not m68k-parse.y.
2937 * Makefile.in: Rebuild.
2938
b5db0960
ILT
2939 * aclocal.m4: Rebuild with new libtool.
2940 * configure: Rebuild.
2941
d70bab10
ILT
2942Tue Sep 23 17:48:09 1997 Ian Lance Taylor <ian@cygnus.com>
2943
15cfc4ad
ILT
2944 * app.c (do_scrub_chars): Clear mri_state at end of .mri
2945 pseudo-op.
2946
d70bab10
ILT
2947 * config/tc-mips.c (hilo_interlocks): Change from a static
2948 variable to a macro, so that it varies with the variables upon
2949 which it depends.
2950 (gpr_interlocks, cop_interlocks): Likewise.
2951 (md_begin): Don't initialize them.
2952
e205ecb8
JL
2953Fri Sep 19 17:08:41 1997 Jeffrey A Law (law@cygnus.com)
2954
2955 * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
2956 of strcmp where appropriate.
2957
920b87c4
NC
2958Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com>
2959
2960 * config/tc-v850.c (md_assemble): Cope with a zero data area
2961 relocation with a constant offset.
6df3c45f
NC
2962 (md_assemble): Produce error message when special data area
2963 relocations are used on instructions which do not support them.
46ad7d6c
NC
2964 (md_assemble): Reset processor mask if defined by command line
2965 switch.
920b87c4 2966
90a579fa
DE
2967Thu Sep 18 11:24:01 1997 Doug Evans <dje@canuck.cygnus.com>
2968
af6f39b4
DE
2969 * config/tc-sparc.c: Reorganize file.
2970 (parse_keyword_arg): Allow numbers in reg names.
2971 (SPECIAL_CASE_NONE): New macro.
2972 (md_assemble): Use it.
2b09622a
DE
2973 (lookup_arch,init_default_arch): New functions.
2974 (default_arch,default_init_p,sparc_arch_table): New static locals.
2975 (sparc_arch_size): New static local.
2976 (max_architecture): Initialize in init_default_arch.
2977 (md_parse_options): Call init_default_arch if necessary.
2978 Rewrite -xarch/-A processing.
2979 (md_show_usage): Print -A values from sparc_arch_table.
2980 (md_begin): Call init_default_arch if necessary.
2981 (sparc_md_end): Handle both 32 and 64 bit environments.
2982 * config/tc-sparc.h (TARGET_FORMAT): Likewise.
2983 * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete.
2984 (DEFAULT_ARCH): Add.
2985 * config.in: Regenerate.
2986 * configure.in (sparc): Default DEFAULT_ARCH based on target cpu.
2987 (SPARC_V9,SPARC_ARCH64): Delete.
2988 * configure: Regenerate.
2989 * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
90a579fa 2990
936a8f55
NC
2991Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>
2992
2993 * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
2994 macro.
2995 (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
2996start-sanitize-v850e
00fd8294
NC
2997
2998 * config/tc-v850.c (md_assemble): Corrected typo.
936a8f55
NC
2999 * config/tc-v850.c Add new sections: call_table_data and
3000 call_table_text.
3001 (v850_reloc_prefix): Add support for ctoff() relocation prefix.
3002 (handle_ctoff): New Function.
3003
3004 * doc/c-v850.texi (V850 Opcodes): Document call table relocations.
3005end-sanitize-v850e
3006
75285178
NC
3007Tue Sep 16 14:18:22 1997 Nick Clifton <nickc@cygnus.com>
3008
3009 * config/tc-v850.c (v850_reloc_prefix): Add support for a 16 bit
3010 displacement from the tiny data area pointer.
3011
896e248f
JL
3012Mon Sep 15 21:28:09 1997 Jeffrey A Law (law@cygnus.com)
3013
3014 * config/tc-hppa.c (fix_new_hppa): Make declaration match
3015 definition.
3016
d30a2be4
NC
3017Mon Sep 15 18:33:06 1997 Nick Clifton <nickc@cygnus.com>
3018
3019 * config/tc-v850.c (processor_mask): New variable.
3020 (set_machine, md_parse_option): Set processor_mask.
3021 (md_assemble): Check that instruction is available to target
3022 processor.
3023
3024 * config/tc-v850.h (TARGET_PROCESSOR): New constant.
3025start-sanitize-v850e
3026 (TARGET_PROCESSOR): New constant.
d30a2be4 3027 (TARGET_PROCESSOR): New constant.
d70bab10 3028end-sanitize-v850e
d30a2be4 3029
3836d0f3
GRK
3030start-sanitize-tx19
3031Mon Sep 15 17:26:46 1997 Gavin Koch <gavin@cygnus.com>
3032
3033 * config/tc-mips.c (mips_1900): Replace with mips_3900 and
3034 mips16.
3035
3036end-sanitize-tx19
a611b1c2
KR
3037start-sanitize-d30v
3038Mon Sep 15 11:28:04 1997 Ken Raeburn <raeburn@cygnus.com>
3039
3040 Merge in work from Martin Hunt:
3041
3042 * config/tc-d30v.c (build_insn): For mvfsys and mvtsys,
3043 CR is 0 for PSWL and PSWH.
3044
3045 * config/tc-d30v.c (do_assemble): Don't accept
3046 illegal condition codes for cmpu instruction.
3047
3048 * config/tc-d30v.c: Add support for BFD_RELOC_D30V_9_PCREL
3049 used in d*i instructions.
3050
3051 * config/tc-d30v.c (check_size): New function. Check
3052 relocations for overflows.
3053 (md_pcrel_from_section): Fix relocations between sections.
3054 (md_apply_fix3): Use new relocation types for 15 and 21
3055 bit relocations in the right container. Needed because
3056 the address of the instruction is not eight-byte aligned
3057 but the relocations must be.
3058
3059 * config/tc-d30v.c (md_apply_fix3): Check for overflow.
3060 (find_format): If ".s" or ".l" are used, don't try
3061 to compute branch sizes.
3062
3063 * config/tc-d30v.c (do_assemble): Check for ".s" or
3064 ".l" extensions to opcode names.
3065 (find_format): Generate the correct instructions when
3066 ".s" or ".l" are used.
3067
3068 * config/tc-d30v.c (build_insn): Check for odd registers
3069 on instructions that require even registers.
3070
3071 * config/tc-d30v.h (md_start_line_hook): Define.
3072 * config/tc-d30v.c (md_start_line_hook): New hook.
3073 Checks the beginning of each line for a ".". If it
3074 finds one, assume a pseudo-op and flush any unwritten
3075 instructions.
3076
3077 * config/tc-d30v.c (md_apply_fix3): Fix problem
3078 with determining when fixups were done.
3079
3080 * config/tc-d30v.c (build_insn): Fix bug where the numeric
3081 part of a symbol (for example, "foo+8") was being written
3082 into the instruction.
3083 (md_pseudo_table): Change .word to be 32 bits and add
3084 .hword as 16 bits.
3085
3086 * config/tc-d30v.c (parallel_ok): Check to see if first
3087 instruction is a jump.
3088
3089 * config/tc-d30v.c (parallel_ok): Major code reorganization.
3090
3091end-sanitize-d30v
756adc97
NC
3092Wed Sep 10 10:07:08 1997 Nick Clifton <nickc@cygnus.com>
3093
210c24d6
NC
3094start-sanitize-v850e
3095 * config/tc-v850.c (md_assemble): Corrected spelling mistake.
3096end-sanitize-v850e
756adc97
NC
3097 * configure.in (emulations): Add v850 emulation.
3098
fda193d9
DE
3099Tue Sep 9 17:14:33 1997 Doug Evans <dje@canuck.cygnus.com>
3100
3101 * Makefile.am (CPU_TYPES): Add arc.
3102 (TARGET_CPU_CFILES): Add tc-arc.c.
3103 (TARGET_CPU_HFILES): Add tc-arc.h.
3104 (dependencies): Rebuild.
3105 * Makefile.in: Rebuild.
29b35953
DE
3106 * configure.in: Recognize arc-*-elf*.
3107 * configure: Regenerated.
3108 * config/tc-arc.[ch]: New files.
fda193d9 3109
1ffec081
NC
3110Tue Sep 9 10:19:37 1997 Nick Clifton <nickc@cygnus.com>
3111
73a04028
NC
3112 * doc/c-v850.texi (V850 Opcodes): Document hi0() reloc prefix.
3113 Correct description of hi() reloc prefix.
3114
9153e643
NC
3115start-sanitize-v850e
3116 * doc/c-v850.texi (V850 Opcodes): Document new reloc prefix.
3117 * config/tc-v850.c (v850_reloc_prefix): Add hilo() reloc prefix.
3118 * config/tc-v850.c (md_assemble): Add support for BFD_RELOC_32.
3119end-sanitize-v850e
3120
92fdb582
NC
3121 * doc/c-v850.texi: Document new pseudo ops and command line
3122 options.
3123
1ffec081
NC
3124 * config/tc-v850.c (set_machine): New function.
3125 * config/tc-v850.c (.v850): New pseudo op.
3126start-sanitize-v850e
3127 * config/tc-v850.c (.v850e): New pseudo op.
da5715e6 3128 * config/tc-v850.c (.v850ea): New pseudo op.
d70bab10 3129end-sanitize-v850e
1ffec081
NC
3130
3131
47423a92
ILT
3132Mon Sep 8 23:08:04 1997 Ian Lance Taylor <ian@cygnus.com>
3133
3134 Support -alh and -ald for DWARF 1:
3135 * listing.c (struct list_info_struct): Add debugging field.
3136 (listing_newline): Initialize the debugging field. If ELF, if the
3137 section starts with .debug or .line, set the debugging field in
3138 the listing structure.
3139 (debugging_pseudo): Add list parameter. Change all callers. If
3140 the debugging field is set, consider it to be a debugging pseudo.
3141 If ELF, skip blank lines between debugging lines.
3142 * read.c (emit_expr): If ELF, look for line numbers.
3143 (stringer): If ELF, look for file names.
3144
1fd5f4fc
NC
3145Mon Sep 8 12:33:40 1997 Nick Clifton <nickc@cygnus.com>
3146
b0b262f7
NC
3147 * config/tc-v850.c (v850_insert_operand): Only test for overflow
3148 if there is no insert function.
3149
8816811b
NC
3150 * config/tc-v850.h (TARGET_MACHINE): New constant.
3151
1fd5f4fc
NC
3152 * config/tc-v850.c (v850_insert_operand): Add
3153 -mwarn_unsigned_overflow.
8816811b 3154 (md_begin): Set BFD machine number based on machine variable.
da5715e6 3155 (md_parse_option): Add -mv850, -mv850e and -mv850ea options.
1fd5f4fc 3156
bb434496
ILT
3157Mon Sep 8 11:20:46 1997 Ian Lance Taylor <ian@cygnus.com>
3158
3159 * as.h: Don't declare alloca if it is a macro.
3160 * macro.c: Likewise.
3161
b637f306
GRK
3162start-sanitize-tx19
3163Sun Sep 7 16:04:53 1997 Gavin Koch <gavin@cygnus.com>
3164
3165 * config/tc-mips.c: Add tx19/r1900.
3166
3167end-sanitize-tx19
4a04414a
RH
3168Sun Sep 7 00:30:19 1997 Richard Henderson <rth@cygnus.com>
3169
3170 * config/tc-alpha.c (md_parse_option): Move m[] out to top level and
3171 rename to cpu_types[].
3172 (s_alpha_arch): New function.
3173 (md_pseudo_table): Add "arch".
3174
3175 * config/tc-alpha.c (md_begin): Merge the two loops through the
3176 opcode table.
3177 (s_alpha_proc): Add initial SKIP_WHITESPACE.
3178 (s_alpha_set): Likewise. Use get_symbol_end instead local while loop.
3179
a1bbc57c 3180Sat Sep 6 19:38:12 1997 Fred Fish <fnf@cygnus.com>
8183bd07
FF
3181
3182 * read.h (s_lcomm_bytes): Add prototype (for real this time).
3183
662df350
ILT
3184Thu Sep 4 12:10:01 1997 Ian Lance Taylor <ian@cygnus.com>
3185
3186 * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for
3187 symbols on Irix.
3188
2d278484
NC
3189Wed Sep 3 11:21:33 1997 Nick Clifton <nickc@cygnus.com>
3190
3191 * config/tc-v850.c: Remove BFD_RELOC_V850_16_PCREL.
3192
d37ce763
JL
3193Tue Sep 2 18:32:30 1997 Jeffrey A Law (law@cygnus.com)
3194
3195 * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
3196 relative to the next instruction, not the current instruction.
3197 (md_assemble): Similarly.
3198
ccf10718
NC
3199Tue Sep 2 15:58:52 1997 Nick Clifton <nickc@cygnus.com>
3200
19ebb9e3
NC
3201 * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas
3202 correcetd.
3203
ccf10718
NC
3204 * config/tc-v850.c: Add support for SDA/TDA/ZDA sections.
3205 (v850_reloc_prefix): Duplicate code eliminated. Add code to
3206 recognise special instructions.
3207 (md_assemble): Calculation of the size of a fixups corrected.
3208
3209 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
3210 sections.
3211
28e1e54d
AC
3212Tue Sep 2 15:40:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
3213
3214 * config/tc-v850.c (md_assemble): Use opcode->name instead of
3215 opcode->opcode as the sentinal. Zero is a valid opcode.
3216
11959ebc
ILT
3217Tue Aug 26 16:51:14 1997 Ian Lance Taylor <ian@cygnus.com>
3218
3219 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
3220 * doc/c-v850.texi: Change node name to match other chapter nodes.
3221
3f221096
NC
3222Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com>
3223
3224 * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area
3225 pointer.
3f221096 3226
02bdbd8b
ILT
3227Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com>
3228
90b83993
ILT
3229 * expr.c (integer_constant): If BFD64, don't make a bignum if the
3230 number will fit in 64 bits.
3231
4b231a26
ILT
3232 * config/tc-alpha.c (load_expression): Check explicitly for O_big,
3233 rather than calling abort.
3234
a089d2da
ILT
3235 * as.h: Don't define alloca if __GNUC__. Just declare it.
3236 * macro.c: Copy alloca handling from as.h.
3237
977d53fc
ILT
3238 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
3239 Gabriel Paubert <paubert@iram.es>.
3240
02bdbd8b
ILT
3241 * config/tc-i386.c (md_assemble): In JumpByte case, when looking
3242 for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
625ea5db 3243 is jcxz or a loop instruction.
02bdbd8b 3244
b688e04e
NC
3245Mon Aug 25 16:04:14 1997 Nick Clifton <nickc@cygnus.com>
3246
3247 * config/tc-v850.c (pre_defined_registers): Add 'hp' as alias for
3248 r2.
3249 (md_begin): Set up machine architecture and type.
b688e04e 3250
a77b3837
ILT
3251Mon Aug 25 14:25:48 1997 Ian Lance Taylor <ian@cygnus.com>
3252
2051ec0e
ILT
3253 * symbols.c (resolve_symbol_value): Store the value back into the
3254 symbol expression, to handle add or subtract simplification
3255 correctly. Handle O_symbol_rva. Add default case.
3256
a77b3837
ILT
3257 * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
3258 chunksize while creating the new subsection.
3259 * as.c (chunksize): Initialize to zero.
3260 * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
3261 calling obstack_begin.
3262
cf735d2a
NC
3263Mon Aug 25 11:21:48 1997 Nick Clifton <nickc@cygnus.com>
3264
3265 * config/tc-v850.c (md_assemble): Restore input_line_pointer upon
3266 exit.
3267
3268start-sanitize-v850e
3269 * config/tc-v850.c (parse_register_list): Support constant
3270 expressions as register lists.
3e906c08 3271end-sanitize-v850e
cf735d2a 3272
9c506dfb
NC
3273Mon Aug 25 10:19:34 1997 Nick Clifton <nickc@cygnus.com>
3274
3275 * doc/c-v850.texi: Change the major node to v850 Machine
3276 Dependencies.
3277
d72d8c59
NC
3278Fri Aug 22 11:16:14 1997 Nick Clifton <nickc@cygnus.com>
3279
68eaa141
NC
3280 * doc/as.texinfo: Add inclusion of c-v850.texi
3281
3282 * doc/c-v850.texi: New file.
3283
d72d8c59
NC
3284 * read.c (is_end_of_line): Make NUL character be considered to be
3285 a line terminator.
3286
5f044499
NC
3287Fri Aug 22 10:45:33 1997 Nick Clifton <nickc@cygnus.com>
3288
3289 * config/tc-v850.c (parse_register_list): Add support for curly
3290 brace syntax.
3291 (cc_names): Add "e" and "ne" conditions.
5f044499 3292
346c75cd
NC
3293Thu Aug 21 11:00:36 1997 Nick Clifton <nickc@cygnus.com>
3294
3295 * app.c (do_scrub_chars): Support a double dash as starting a
3296 comment that extends to end of line.
3297
19f40fdc
NC
3298Thu Aug 21 10:54:27 1997 Nick Clifton <nickc@cygnus.com>
3299
3300 * config/tc-v850.c (v850_section, v850_bss, v850_offset): New
3301 functions.
3302 (md_pseudo_table): New pseudo ops: .bss, .offset, .section
19f40fdc 3303
d8beaa96
DE
3304Thu Aug 21 00:59:53 1997 Doug Evans <dje@canuck.cygnus.com>
3305
3306 * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded
3307 insn when changing to a different instruction.
3308
bf5ac1b8
JR
3309Wed Aug 20 00:45:20 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
3310
3311 * tc-sh.c (parse_reg, get_specific, build_Mytes): Add SH4
3312 floating point extensions.
3313 (parse_reg): parse sgr and dbr.
3314
d8beaa96
DE
3315Tue Aug 19 17:07:34 1997 Nick Clifton <nickc@cygnus.com>
3316
3317 * config/tc-v850.c (system_register_name): Support numbers for
3318 system register IDs.
3319
015b3352
FF
3320Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>
3321
3322 * read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
3323 flag when alignment is in bytes instead of power of 2, and code to
3324 use that flag to convert alignment to bytes.
3325 (s_lcomm, s_lcomm_bytes): New helpers that call s_lcomm_internal.
3326 * read.h (s_lcomm_bytes): Add prototype.
3327 * config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is
3328 defined, write alignment to alignment bits in section header s_flags
3329 rather than the s_align field.
3330start-sanitize-tic80
3331 * config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80.
3332 * config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss
3333 pseudo, instead of s_lcomm which wants a power of two for alignment.
3334end-sanitize-tic80
3335
c631cd59
RH
3336Mon Aug 18 20:42:23 1997 Richard Henderson <rth@cygnus.com>
3337
3338 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
3339
96e0ff46
RH
3340Mon Aug 18 20:33:06 1997 Richard Henderson <rth@cygnus.com>
3341
3342 * as.c (show_usage): Add -am.
3343 * input-scrub.c (input_scrub_include_sb): Don't add leading \n
3344 if we've already got one.
3345 * listing.c (struct list_info_struct): Add line_contents.
3346 (listing_newline): Put unused argument to work: if non-null, save it...
3347 (listing_listing): ... and regurgitate during listing instead of line
3348 from file.
3349 * listing.h (LISTING_MACEXP): New define.
3350 (LISTING_NEWLINE): Argument is NULL.
3351 * read.c (read_a_source_file): If expanding macros, break up input
3352 lines and pass them to listing_newline.
3353 * doc/as.texinfo: Document -ac and -am.
3354
3355 * cond.c (s_ifc): Add missing demand_empty_rest_of_line.
3356
a365cd79
NC
3357Mon Aug 18 11:26:36 1997 Nick Clifton <nickc@cygnus.com>
3358
3359 * config/tc-v850.c (md_apply_fix3): Add support for new 16 bit PC
3360 relative reloc.
3361
3362start-sanitize-v850e
3363Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
3364
3365 * config/tc-v850.c: Remove support_v850e flag and command line
3366 option.
3367
3368 * configure.in (emulations): Add support for v850e target
3369
3370 * configure (emulations): Add support for v850e target
a365cd79 3371
a365cd79
NC
3372Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
3373
da5715e6 3374 * config/tc-v850.c: Remove support_v850ea flag and command line
a365cd79
NC
3375 option.
3376
da5715e6 3377 * configure.in (emulations): Add support for v850ea target
a365cd79 3378
da5715e6 3379 * configure (emulations): Add support for v850ea target
d70bab10 3380end-sanitize-v850e
a365cd79 3381
cd924033
ILT
3382Fri Aug 15 14:00:13 1997 Ian Lance Taylor <ian@cygnus.com>
3383
999f3587
ILT
3384 * Makefile.am (check-DEJAGNU): Don't cd into testsuite until after
3385 setting EXPECT and TCL_LIBRARY.
3386 * Makefile.in: Rebuild.
3387
cd924033
ILT
3388 * as.h (enum debug_info_type): Define.
3389 (debug_type): Declare.
3390 * as.c (debug_type): New global variable.
3391 (show_usage): Add --gstabs.
3392 (parse_args): Handle --gstabs.
3393 * read.c (generate_asm_lineno): Remove.
3394 (read_a_source_file): Output stabs debugging if appropriate.
3395 Change checks of generate_asm_lineno to check debug_type. Only
3396 generate ECOFF debugging if ECOFF_DEBUGGING is defined.
3397 * read.h (generate_asm_lineno): Don't declare.
3398 (stabs_generate_asm_lineno): Declare.
3399 * stabs.c (stabs_generate_asm_lineno): New function.
3400 * ecoff.c (add_file): Use debug_type, not generate_asm_lineno.
3401 Don't turn off debugging.
3402 (add_file): Remove old #if 0 code.
3403 (ecoff_new_file): Set debug_type, not generate_asm_lineno.
3404 (ecoff_directive_end): Don't generate stabs line symbols.
3405 (ecoff_generate_asm_lineno): Don't check stabs_seen. Don't set
3406 generate_asm_lineno.
3407 (line_label_cnt): Remove.
3408 (ecoff_generate_asm_line_stab): Remove.
3409 * ecoff.h (ecoff_generate_asm_line_stab): Don't declare.
3410 * doc/as.texinfo, doc/as.1: Document --gstabs.
3411
58036ae4
NC
3412Wed Aug 13 18:58:56 1997 Nick Clifton <nickc@cygnus.com>
3413
d70bab10 3414start-sanitize-v850e
58036ae4 3415 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
da5715e6 3416 Add support for v850ea instructions.
d70bab10 3417
58036ae4
NC
3418 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
3419 Add support for v850e instructions.
3e906c08 3420end-sanitize-v850e
58036ae4
NC
3421
3422 * config/tc-v850.c (md_assemble): Fix error recovery to reload
3423 text of entire opcode.
58036ae4 3424
4b67a719
RH
3425Tue Aug 12 10:27:34 1997 Richard Henderson <rth@cygnus.com>
3426
3427 * doc/internals.texi: Document rs_leb128.
3428
de815f61
ILT
3429Tue Aug 12 12:17:03 1997 Ian Lance Taylor <ian@cygnus.com>
3430
3431 * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTE
3432 in ABSL case, rather than calling abort.
3433
8cf777d6
RH
3434Mon Aug 11 21:48:00 1997 Richard Henderson <rth@cygnus.com>
3435
3436 * as.h (enum _relax_state): Add rs_leb128.
3437 * read.c (potable): Add sleb128 and uleb128.
3438 (sizeof_*leb128, output_*leb128, emit_leb128_expr, s_leb128): New
3439 functions.
3440 * read.h: Update prototypes.
3441 * symbols.c (resolve_symbol_value): Streamline quite a bit. Return
3442 the symbol value, add a second FINALIZE argument that prevents
3443 changes from being comitted. Update all callers.
3444 * write.c (cvt_frag_to_fill, relax_segment): Handle rs_leb128.
3445 * doc/as.texinfo: Document the new pseudos.
3446
210e033e
ILT
3447Sun Aug 10 14:51:49 1997 Ian Lance Taylor <ian@cygnus.com>
3448
3449 * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
3450 stage1, and stage2.
3451 (DISTCLEANFILES): Define.
3452 * doc/Makefile.am (DISTCLEANFILES): Define.
3453 * Makefile.in, doc/Makefile.in: Rebuild.
3454
29e28dd6
ILT
3455Wed Aug 6 00:30:30 1997 Ian Lance Taylor <ian@cygnus.com>
3456
4dc4c45d
ILT
3457 * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
3458 Don't set targ or gas_target. Define SCO_ELF and
3459 TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for
3460 target_frag.
3461 * Makefile.am: Remove @target_frag@.
3462 (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
3463 $(TDEFINES).
3464 (dep-am): Mark as phony.
3465 * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
3466 and SCO_ELF.
3467 * config/arm-big.mt, config/arm-lit.mt: Remove.
3468 * config/mips-big.mt, config/mips-lit.mt: Remove.
3469 * config/ppc-big.mt, config/ppc-lit.mt: Remove.
3470 * config/ppc-sol.mt: Remove.
3471 * config/i386coff.mt, config/m68kcoff.mt: Remove.
3472 * config/m88kcoff.mt: Remove.
3473 * config/sco5.mt: Remove.
3474 * configure, config.in, Makefile.in: Rebuild.
3475
2a562314
ILT
3476 * Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
3477 further try to circumvent the .y.h rule.
3478 * Makefile.in: Rebuild.
3479
e535307a
ILT
3480Tue Aug 5 12:32:07 1997 Ian Lance Taylor <ian@cygnus.com>
3481
e2b4bd2a
ILT
3482 * Makefile.am: New file, based on old Makefile.in.
3483 * acinclude.m4: New file, from old aclocal.m4.
3484 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
3485 shared library handling; now handled by libtool. Replace
3486 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
3487 AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE,
3488 AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT.
3489 * config.in: New file, created by autoheader.
3490 * conf.in: Remove.
3491 * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN.
3492 * stamp-h.in: New file.
3493 * as.c (print_version_id): Change GAS_VERSION to VERSION.
3494 (parse_args): Likewise.
3495 * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise.
29e28dd6
ILT
3496 * doc/Makefile.am: New file, based on old doc/Makefile.in.
3497 * Makefile.in, doc/Makefile.in: Now built with automake.
e2b4bd2a
ILT
3498 * aclocal.m4: Now built with aclocal.
3499 * configure: Rebuild.
3500
e535307a
ILT
3501 * cond.c (s_else): If not listing false conditionals, turn listing
3502 off in the false branch of the else.
3503
c5cb7682
ILT
3504Mon Aug 4 11:28:35 1997 Ian Lance Taylor <ian@cygnus.com>
3505
703f5e6e
ILT
3506 * config/tc-mips.c (macro): Fix handling of a double load from a
3507 symbol plus an offset.
3508
c5cb7682
ILT
3509 * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
3510 has an associated external symbol.
3511
04269551
RH
3512Sun Aug 3 23:23:59 1997 Richard Henderson <rth@cygnus.com>
3513
3514 * config/tc-alpha.c (s_alpha_ucons): New function.
3515 (md_pseudo_table): Add unaligned data pseudos for DWARF.
3516
15d8ae9d
JL
3517Thu Jul 31 15:13:43 1997 Jeffrey A Law (law@cygnus.com)
3518
c1b2205e
JL
3519 * config/tc-v850.c (md_assemble): Ignore the rest of the current
3520 line if we encounter an error.
3521
15d8ae9d
JL
3522 * config/tc-v850.c (md_assemble): Sign extend constants value
3523 for hi and hi0 expressions.
3524 (v850_insert_operand): Enable range checking for generic 16bit
3525 operands.
3526
d222309a
JL
3527Tue Jul 29 14:20:43 1997 Jeffrey A Law (law@cygnus.com)
3528
3529 * config/tc-v850.c (md_assemble): Turn on fx_no_overflow for
3530 LO16, HI16 and HI16_S relocs.
3531
2e37047c
RS
3532Mon Jul 28 18:41:41 1997 Rob Savoye <rob@chinadoll.cygnus.com>
3533
3534 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
3535 win32 dependencies.
3536 * configure: Regenerated with autoconf 2.12.
3537 * Makefile.in: Add $(EXEEXT) to all executables.
3538
e0362be2
JL
3539Fri Jul 25 10:54:43 1997 Jeffrey A Law (law@cygnus.com)
3540
3541 * tc-hppa.c (md_apply_fix): Improve warnings for out of range
3542 unconditional branches.
3543 (hppa_fix_adjustable): Don't adjust anything with a RR% or LR%
3544 field selector.
3545
09e1d695
DE
3546Thu Jul 24 15:21:49 1997 Doug Evans <dje@canuck.cygnus.com>
3547
3548 * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
3549
280cdd54
ILT
3550Thu Jul 24 17:51:29 1997 Ian Lance Taylor <ian@cygnus.com>
3551
3552 * macro.c (define_macro): Make sure the index is in range before
3553 checking for '('.
3554
e6e676a5
FF
3555start-sanitize-tic80
3556Thu Jul 24 12:13:19 1997 Fred Fish <fnf@cygnus.com>
3557
3558 * config/tc-tic80.c (build_insn): Remove "extended" and replace with
3559 "fx" and "fxfrag". Add "ffrag". Change code to initialize and use
3560 the right f/ffrag and fx/fxfrag pairs since instruction may be split
3561 across frags.
3562
3563end-sanitize-tic80
68299279
ILT
3564Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
3565
3566 * config/te-go32.h (USE_ALIGN_PTWO): Define.
3567 * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is
3568 defined, use s_align_ptwo for .align.
ea1c39ce
ILT
3569 * configure.in (i386-*-msdosdjgpp*): New target.
3570 (i386-*-go32*): Set em to go32 and targ to coffgo32.
3571 * configure: Rebuild.
68299279 3572
bd3a1eba
DE
3573Tue Jul 22 12:41:40 1997 Doug Evans <dje@canuck.cygnus.com>
3574
3575 * config/tc-sparc.c (last_opcode): New static local.
3576 (md_assemble): Don't issue "FP branch in delay slot" warning if
3577 the delay slot has been annulled.
3578
1d303653
ILT
3579Tue Jul 22 13:25:13 1997 Ian Lance Taylor <ian@cygnus.com>
3580
3581 * config/tc-m68k.c (md_apply_fix_2): Check for PC relative reloc
3582 code if BFD_ASSEMBLER.
3583
47bfb6fc
JL
3584Mon Jul 21 08:57:17 1997 Jeffrey A Law (law@cygnus.com)
3585
3586 * config/tc-v850.c (system_registers): Fix ordering of registers.
3587
e53430c4
FF
3588start-sanitize-tic80
3589Tue Jul 15 16:29:54 1997 Fred Fish <fnf@cygnus.com>
3590
3591 * config/tc-tic80.c (build_insn): Initialize extended word to zero
3592 when it will be filled in later by relocation information.
3593
3594end-sanitize-tic80
a652f74c
ILT
3595Mon Jul 14 23:10:58 1997 Ian Lance Taylor <ian@cygnus.com>
3596
3597 * config/tc-mips.c (macro_build): Restore check of fmt argument.
3598 (mips_ip): Fix ISA checks.
3599
9587640a
JL
3600start-sanitize-r5900
3601Tue Jul 15 10:15:39 1997 Jeffrey A Law (law@cygnus.com)
3602
3603 * configure.in: Default the r5900 to little endian.
3604 * configure: Rebuilt.
3605
3606end-sanitize-r5900
8ae66b94
FF
3607start-sanitize-tic80
3608Mon Jul 14 19:30:55 1997 Fred Fish <fnf@cygnus.com>
3609
3610 * config/tc-tic80.c (build_insn): Fix endianness problem with
3611 O_big operands.
3612
3613end-sanitize-tic80
4dc85508
ILT
3614Sun Jul 13 20:43:46 1997 Ian Lance Taylor <ian@cygnus.com>
3615
3616 * config/tc-mips.c (check_absolute_expr): Change warning to
3617 error.
3618
931a1858
JL
3619Fri Jul 11 10:18:47 1997 Jeffrey A Law (law@cygnus.com)
3620
3621 * config/tc-mips.c (macro_build): Refine code to check if an
3622 instruction is available on a particular cpu variant.
3623 (mips_ip): Likewise.
3624
76fb6d2f
ILT
3625Mon Jul 7 22:53:08 1997 Ian Lance Taylor <ian@cygnus.com>
3626
3627 * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
3628 OBJ_AOUT to ifdef OBJ_ELF.
3629 (md_apply_fix3): When mangling 32 bit PC relative reloc for
3630 BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE
3631 case.
3632 * write.c (fixup_segment): Change special case for i386-coff to
3633 not apply for i386-pe.
3634 * config/obj-coff.c (coff_adjust_section_syms): Only count fixups
3635 which were not done.
3636 (coff_frob_file_after_relocs): Rename from coff_frob_file.
3637 (coff_format_ops): Initialize frob_file_after_relocs field rather
3638 than frob_file field.
3639 * config/obj-coff.h (coff_frob_file): Don't declare.
3640 (coff_frob_file_after_relocs): Declare.
3641 (obj_frob_file): Don't define.
3642 (obj_frob_file_after_relocs): Define.
3643 * configure.in: Set bfd_gas to yes for i386-*-cygwin32.
3644 * configure: Rebuild.
3645
b709b16f
ILT
3646Wed Jul 2 12:05:00 1997 Ian Lance Taylor <ian@cygnus.com>
3647
3648 * config/obj-coff.c (fixup_segment): Never subtract section
3649 address from PC relative reloc which will be fully resolved.
3650
db3152ef
JL
3651Tue Jul 1 15:23:07 1997 Jeffrey A Law (law@cygnus.com)
3652
3653 * ecoff.c (page_type): Renamed from page_t to avoid conflict
3654 with hpux10 header files.
3655
b73fcae8
ILT
3656Mon Jun 30 12:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
3657
3658 From Jason Merrill <jason@cygnus.com>:
3659 * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if
3660 SEC_CODE is set.
3661 * config/tc-i386.h (md_maybe_text): Define.
3662 (md_do_align): Use md_maybe_text.
3663
d006e435
MM
3664Fri Jun 27 19:15:27 1997 Michael Meissner <meissner@cygnus.com>
3665
3666 * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type
3667 relocations, don't check for symbol being external, weak, etc.
3668
24a3e622
ILT
3669Mon Jun 16 19:12:51 1997 Geoff Keating <geoffk@ozemail.com.au>
3670
3671 * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler
3672 calculate relocations to any external symbol, because we might be
3673 linking a shared object and the symbol might be overriden or moved
3674 (for instance, moved into a static executable's .bss section).
3675 (GLOBAL_OFFSET_TABLE_NAME): Delete. This is an i386 wierdness.
3676
3677 * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't
3678 be calculated by the assembler.
3679
3680 * config/tc-ppc.c (md_apply_fix3): Handle @plt or @local branch
3681 whose destination lies in the same file, by ignoring the @plt or
3682 @local and aiming the branch at its destination.
3683
b0447a0e
ILT
3684Mon Jun 16 13:59:18 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3685
3686 * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag.
3687 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy size
3688 expression.
3689
3690 * config/obj-multi.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define instead
3691 of obj_copy_symbol_attributes.
3692
be2c18bd
ILT
3693Mon Jun 16 12:45:56 1997 Ian Lance Taylor <ian@cygnus.com>
3694
3a035861
ILT
3695 * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
3696 signed operand, sign extend a 32 bit value to the host size.
3697
3698 * Makefile.in (CFLAGS): Subsitute from configure script. From
3699 Jeff Makey <jeff@cts.com>.
3700
a52f90a4
ILT
3701 * config/tc-i386.c (i386_operand): Use alloca rather than a fixed
3702 buffer size to make a copy of the symbol.
3703
be2c18bd
ILT
3704 * Makefile.in (OBJS): Put @extra_objects@ on the same line as
3705 macro.o.
3706
7799bb2c
ILT
3707Thu Jun 12 12:16:20 1997 Ian Lance Taylor <ian@cygnus.com>
3708
3709 * write.c (write_object_file): In non BFD_ASSEMBLER code, as we
3710 step through the frags calling cvt_frag_to_fill, switch to
3711 SEG_DATA when we reach data_frag_root.
3712
43ee18a0
JL
3713Tue Jun 10 17:08:34 1997 Jeffrey A Law (law@cygnus.com)
3714
3715 * config/tc-mn10300.c (md_assemble): Allow an empty register
3716 list for instructions which use register lists.
3717
ccc30467
ILT
3718Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3719
d2e5779b
ILT
3720 * config/tc-arm.c (md_apply_fix3): Make temp unsigned long.
3721
7436e4de
ILT
3722 * config/tc-arm.c (arm_adjust_symtab): Only set storage classes if
3723 OBJ_COFF.
3724
ccc30467
ILT
3725 * config/tc-arm.c: Add prototypes for many static functions.
3726 (struct asm_opcode ): Add prototypes for parms field.
3727 (struct thumb_opcode ): Likewise.
3728 (fp_op2): Remove unused flags parameter.
3729 (output_inst): Make static.
3730 (arm_after_pass_hook): Remove unused ignore parameter.
3731 * config/tc-arm.h (arm_after_pass_hook): Declare.
3732 (arm_start_line_hook): Declare.
3733 (arm_frob_label): Declare.
3734
170cdf75
ILT
3735Mon Jun 9 12:55:45 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3736
3737 * depend.c (wrap_output): new prototype.
3738
af438bdb
ILT
3739Mon Jun 9 12:52:44 1997 Ian Lance Taylor <ian@cygnus.com>
3740
4b4c1e0f
ILT
3741 * config/tc-sh.c (md_apply_fix): Check for overflow.
3742
af438bdb
ILT
3743 * config/tc-m68k.c (md_section_align): If a.out and BFD, force
3744 section size to be aligned.
3745
72574181
ILT
3746Fri Jun 6 17:15:55 1997 Ian Lance Taylor <ian@cygnus.com>
3747
3748 * config/tc-sh.h (md_cons_align): Define.
3749 (sh_cons_align): Declare.
3750 * config/tc-sh.c (md_pseudo_table): Add .uaword and .ualong.
3751 (sh_no_align_cons): New static variable.
3752 (s_uacons): New static function.
3753 (sh_cons_align): New function.
3754 (sh_handle_align): Warn about misaligned data.
3755 * doc/c-sh.texi: Document .uaword and .ualong.
3756
3757Thu Jun 5 15:38:17 1997 Ian Lance Taylor <ian@cygnus.com>
3758
3759 * macro.c (macro_expand): In MRI mode, treat single quote as a
3760 separator character when checking for a positional argument.
3761
d0badeab
NC
3762Tue Jun 3 16:15:13 1997 Nick Clifton <nickc@cygnus.com>
3763
48e509bf
NC
3764 * config/tc-arm.c (md_parse_option): Merge in changes from
3765 armT-970328-branch.
f8a21443 3766
48e509bf
NC
3767 * config/tc-arm.h: Merge in changes from armT-970328-branch.
3768
3769 * configure.in (emulations): Add Thumb architecture support from
d0badeab
NC
3770 armT-9703-28-branch.
3771
2903fb6e
NC
3772Mon Jun 2 16:25:07 1997 Nick Clifton <nickc@cygnus.com>
3773
3357a5ab
NC
3774 * doc/all.texi: Add enabling of ARM documentation.
3775
2903fb6e
NC
3776 * doc/as.texinfo: Add ARM documentation from armT-970328-branch.
3777
5c6f5923
GRK
3778Mon Jun 2 11:55:12 1997 Gavin Koch <gavin@cygnus.com>
3779
3780 * config/tc-mips.c: Added r3900 support.
3781
dccd4d2c
ILT
3782Thu May 29 12:58:26 1997 Ben Pfaff <pfaffben@pilot.msu.edu>
3783
3784 * as.c: (parse_args) `-t' option requires an argument.
3785
3786Wed May 28 15:45:07 1997 Nick Clifton <nickc@cygnus.com>
3787
3788 * config/tc-arm.c (md_begin): Change call to
3789 coff_arm_bfd_set_private_flags() to a call to
3790 bfd_set_private_flags().
3791
5ac3db53
ILT
3792Wed May 28 16:17:34 1997 Ian Lance Taylor <ian@cygnus.com>
3793
1d6f438f
ILT
3794 * Makefile.in: Rebuild dependencies.
3795
5ac3db53
ILT
3796 * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type
3797 of a BFD_RELOC_RVA reloc.
3798
f22950b9
JL
3799Wed May 28 10:48:14 1997 Jeffrey A Law (law@cygnus.com)
3800
3801 * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps.
3802 (hppa_force_relocation): Force a relocation for an absolute
3803 call/jump.
3804
1079e76c
ILT
3805Mon May 26 13:24:25 1997 Ian Lance Taylor <ian@cygnus.com>
3806
3807 * doc/as.texinfo: Don't use @value in section names or index
3808 entries; it confuses texinfo.tex.
3809
8a51eeaf
TT
3810Fri May 23 00:09:35 1997 Tom Tromey <tromey@cygnus.com>
3811
3812 * doc/as.texinfo: Updated for -MD option.
3813 * Makefile.in (CFILES): Added depend.c.
3814 (OBJS): Added depend.o.
3815 * as.h (start_dependencies, register_dependency,
3816 print_dependencies): New declarations.
3817 * depend.c: New file.
3818 * as.c (parse_args): Added -MD option.
3819 (main): Call print_dependencies.
3820 (show_usage): Added help for -MD.
3821 * read.c (s_app_file): Call register_dependency.
3822 (s_include): Call register_dependency when file is found.
3823 (read_a_source_file): Call register_dependency.
3824
1a7a427e
ILT
3825Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com>
3826
3827 * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
3828 section address to the symbol value.
3829
e17449bc
GRK
3830Tue May 20 11:23:31 1997 Gavin Koch <gavin@cygnus.com>
3831
1a7a427e
ILT
3832 * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field
3833 into the new membership field.
e17449bc 3834
de046e7c
NC
3835Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
3836
3837 * config/tc-arm.c (md_begin): If no cpu type is specified on the
3838 command line then the ARM7 is now chosen by default when setting
3839 the BFD machine and architecture.
3840
46686c78
NC
3841Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com>
3842
3843 * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to
1a7a427e
ILT
3844 hold APCS selection.
3845 (md_begin): Added code to generate flags to be set into the COFF
3846 header and the calls to the BFD functions to do this.
3847 (md_parse_option, md_show_usage): Added new command line
46686c78
NC
3848 options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3,
3849 -marmv3m, -marmv4, -marmv4t.
3850
3851 * tc-arm.h (LOCAL_LABEL): Removed the definition of this macro
3852 as it is never used.
3853
2393a966
JL
3854Tue May 13 22:26:14 1997 Jeffrey A Law (law@cygnus.com)
3855
3856 * config/tc-mn10200.c (md_convert_frag): Prefix temporary
3857 label name with ".".
3858 * config/tc-mn10300.c (md_convert_frag): Likewise.
3859
cd05cc5e
ILT
3860Tue May 13 14:44:39 1997 Ian Lance Taylor <ian@cygnus.com>
3861
3862 * config/tc-mips.c (set_at): Check for bignum.
3863 (check_absolute_expr, macro, mips16_macro): Likewise.
3864
7b02bacd
FF
3865start-sanitize-tic80
3866Tue May 13 10:45:56 1997 Fred Fish <fnf@cygnus.com>
3867
3868 * config/tc-tic80.c (md_apply_fix): Check PC relative relocations
3869 for overflow/underflow, only insert lower 15 bits into instruction.
3870
3871end-sanitize-tic80
98b4161a
ILT
3872Mon May 12 13:33:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3873
3874 * config/tc-i386.c (pi): Check for RegMMX.
3875
ee42e25b
ILT
3876Thu May 8 11:10:15 1997 Ian Lance Taylor <ian@cygnus.com>
3877
3878 * expr.c (expr): When subtracting values in the same frag,
3879 subtract X_add_number rather than adding it.
3880
a5586bdc
ILT
3881Wed May 7 15:39:48 1997 Ian Lance Taylor <ian@cygnus.com>
3882
662a6d9e
ILT
3883 * config/obj-coff.c (write_object_file): Just pass NULL to
3884 md_do_align, not the address of a char holding NOP_OPCODE.
3885
a5586bdc
ILT
3886 * config/tc-mips.c (macro): Handle constants for M_LI_D and
3887 M_LI_DD.
3888 (mips_ip): For 'F', 'L', 'f', and 'l', generate a constant rather
3889 than an address if the floating point value looks sufficiently
3890 simple.
3891
91951af6
ILT
3892Tue May 6 12:18:09 1997 Ian Lance Taylor <ian@cygnus.com>
3893
3894 * config/tc-i386.c (md_section_align): If a.out and BFD, force
3895 section size to be aligned.
3896
454b0ccd
ILT
3897Mon May 5 17:16:55 1997 Ian Lance Taylor <ian@cygnus.com>
3898
0239838b
ILT
3899 * cond.c: Include "macro.h".
3900 (struct conditional_frame): Add macro_nest field.
3901 (initialize_cframe): Initialize macro_nest.
3902 (cond_finish_check): Add nest parameter. Change all callers.
3903 (cond_exit_macro): New function.
3904 * as.h (cond_finish_check): Update declaration.
3905 (cond_exit_macro): Declare.
3906 * input-scrub.c (macro_nest): Make globally visible.
3907 (input_scrub_next_buffer): Call cond_finish_check.
3908 * macro.h (macro_nest): Declare.
3909 * read.c (s_mexit): Call cond_exit_macro.
3910
454b0ccd
ILT
3911 * config/tc-i386.h (RegMMX): Define.
3912 * config/tc-i386.c (pi): Check for all register types.
3913 (type_names): Add RegMMX.
3914 (md_assemble): Handle RegMMX.
3915
3916Wed Apr 30 12:47:00 1997 Manfred Hollstein <manfred@s-direktnet.de>
3917
3918 * config/obj-coff.c (c_section_symbol): Clear the LOCAL bit #ifdef
3919 TE_DELTA.
3920
3921Tue Apr 29 20:23:10 1997 Jim Wilson <wilson@cygnus.com>
3922
3923 * config/tc-mips.c (nopic_need_relax): Add new parameter
3924 before_relaxing. Use it when testing ecoff_extern_size.
3925 (load_address, macro, md_estimate_size_before_relax): Fix all
3926 callers.
3927
24d4b4e1
ILT
3928Tue Apr 29 19:54:36 1997 Richard Henderson <rth@tamu.edu>
3929
3930 * config/obj-elf.c (elf_pseudo_table): Add "subsection".
3931 (obj_elf_subsection): New static function.
3932
4a38edaa
ILT
3933Tue Apr 29 19:52:47 1997 Ian Lance Taylor <ian@cygnus.com>
3934
3935 * config/obj-coff.c (coff_header_append): Don't reset string_size
3936 each time through the loop.
3937
1416631f
ILT
3938Fri Apr 25 14:17:46 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3939
3940 * Makefile.in (DISTSTUFF): Add itbl-parse.h.
3941
49f5a035
ILT
3942Fri Apr 25 12:03:15 1997 Ian Lance Taylor <ian@cygnus.com>
3943
8f9b2cea
ILT
3944 * doc/internals.texi (Porting GAS): Correct documentation for
3945 current configure handling of targ-cpu.h, et. al.
3946 (CPU backend): Document listing macros.
3947
49f5a035
ILT
3948 * listing.c (data_buffer): Set size based on other listing macros,
3949 rather than always using 100.
3950 (data_buffer_size): Remove static variable.
3951 (calc_hex): Make data_buffer_size a local variable. Don't leave
3952 any slop when filling data_buffer.
3953
a21dd1e0
ILT
3954Mon Apr 21 15:33:19 1997 Ian Lance Taylor <ian@cygnus.com>
3955
3956 * doc/c-mips.texi: Document .set autoextend.
3957
49f90a34
ILT
3958Sat Apr 19 23:09:25 1997 Niklas Hallqvist <niklas@petra.appli.se>
3959
3960 * configure.in (i386-*-openbsd*, m68k-*-openbsd*,
3961 mips-dec-openbsd*, ppc-*-*bsd*, ns32k-pc532-openbsd*,
3962 sparc-*-openbsd*): New targets.
3963 * configure: Rebuild.
3964
aff65ed9
ILT
3965Sat Apr 19 22:52:03 1997 Jim Wilson <wilson@cygnus.com>
3966
3967 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
3968 for all undefined symbols.
3969
fec391b1
ILT
3970Fri Apr 18 13:37:35 1997 Ian Lance Taylor <ian@cygnus.com>
3971
3972 * config/tc-ppc.c (ppc_fix_adjustable): Handle zero length csects
3973 correctly.
3974
894cca25
ILT
3975Fri Apr 18 11:51:35 1997 Niklas Hallqvist <niklas@appli.se>
3976
3977 * configure.in (alpha*-*-openbsd*): New target.
3978 * configure: Rebuild.
3979
fc984eb0
ILT
3980Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org>
3981
3982 * configure.in (mips-*-openbsd*): New target.
3983 * configure: Rebuild.
3984
4bdb83fc
MH
3985start-sanitize-d30v
3986Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com>
3987
3988 * config/tc-d30v.c (parallel_ok): Fix parallel checking
3989 for instructions using conditional execution.
3990
3991end-sanitize-d30v
68952421
GRK
3992Tue Apr 15 18:11:44 1997 Gavin Koch <gavin@cygnus.com>
3993
3994 * config/tc-mips.c (insn_uses_reg): Correct test for fpr pairs.
3995
e366a2d6
ILT
3996Tue Apr 15 13:04:47 1997 Ian Lance Taylor <ian@cygnus.com>
3997
3998 * Makefile.in (srcroot): Remove.
3999 (INSTALL): Set to @INSTALL@.
4000 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
4001 (all, dvi): Don't set srcroot.
4002 (install): Depend upon as.new, gasp.new, and installdirs. Use
4003 $(program_transform_name) directly, rather than using
4004 $(INSTALL_XFORM) and $(INSTALL_XFORM1).
4005 (installdirs): New target.
4006 * doc/Makefile.in (INSTALL_XFORM1): Remove.
4007 (install): Depend upon installdirs. Use $(program_transform_name)
4008 directly, rather than using $(INSTALL_XFORM) and
4009 $(INSTALL_XFORM1).
4010 (installdirs): New target.
4011 (install-info-as): Run mkinstalldirs.
4012 (install-info-gasp): Likewise.
4013
dca6429f
ILT
4014Mon Apr 14 11:59:08 1997 Ian Lance Taylor <ian@cygnus.com>
4015
e366a2d6
ILT
4016 * Makefile.in (INSTALL): Change install.sh to install-sh.
4017
dca6429f
ILT
4018 * symbols.c (resolve_symbol_value): Check for division by zero.
4019
4020 From Thomas Graichen <graichen@rzpd.de>:
4021 * Makefile.in: Always use $(SHELL) when running move-if-change.
4022 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
4023 * configure: Rebuild.
4024
4e9d8dea
DE
4025Thu Apr 10 14:40:00 1997 Doug Evans <dje@canuck.cygnus.com>
4026
f3f00e94
DE
4027 * cgen.c (cgen_parse_operand): Renamed from cgen_asm_parse_operand.
4028 New argument `want'. Update enum cgen_parse_operand_result values.
4029 Initialize if CGEN_PARSE_OPERAND_INIT.
4030 * config/tc-m32r.c (md_begin): Set cgen_parse_operand_fn.
4e9d8dea
DE
4031 (md_assemble): Call cgen_asm_init_parse.
4032 Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.
4033
902a77ac
ILT
4034Wed Apr 9 11:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
4035
4036 * config/tc-m68k.c (m68k_ip): Handle #j.
4037
96742953
JL
4038Tue Apr 8 16:37:57 1997 Jeffrey A Law (law@cygnus.com)
4039
4040 * config/tc-mn10300.c (md_convert_frag): Create fixup at the
4041 right address for call label:32,regs,imm.
4042
e41369a4
JL
4043Mon Apr 7 14:58:22 1997 Jeffrey A Law (law@cygnus.com)
4044
4045 * config/tc-hppa.c (pa_subspace_start): If OBJ_ELF, then always return
4046 zero.
4047 * config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the
4048 symbol for OBJ_ELF anymore.
4049
39ffbb4d
DE
4050Mon Apr 7 10:54:59 1997 Doug Evans <dje@canuck.cygnus.com>
4051
4052 * Makefile.in: Regenerate dependencies.
4053 (TARG_CPU): New variable.
4054 (cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h.
4055 (.dep1): Delete creating of cgen-opc.h.
4056 (.tcdep): Put proper contents in cgen-opc.h.
4057 * configure.in (m32r): Delete setting of extra_files, extra_links.
4058 (AC_OUTPUT): Create cgen-opc.h.
4059 * configure: Regenerated.
4060
596c5b74
ILT
4061Sat Apr 5 13:19:12 1997 Klaus Kaempf <kkaempf@progis.de>
4062
4063 * makefile.vms: Update to build gasp.exe.
4064
374bdac7
DE
4065Fri Apr 4 16:10:02 1997 Doug Evans <dje@canuck.cygnus.com>
4066
c8cf7e17
DE
4067 * write.c (relax_frag): Make non-static.
4068 * write.h (relax_frag): Add prototype for.
4069 * config/tc-m32r.h (md_do_align): New arg `max'.
4070 * config/tc-m32r.c (m32r_do_align): Likewise.
4071 Update calls to frag_align, frag_align_pattern.
4072 (fill_insn): Update call to m32r_do_align.
4073 (m32r_scomm): Update call to frag_align.
4074
374bdac7
DE
4075 * config/tc-m32r.[ch]: New files.
4076 * cgen.c: New file.
4077 * Makefile.in (CPU_TYPES): Add m32r.
374bdac7
DE
4078 (TARGET_CPU_CFILES): Add tc-m32r.c.
4079 (TARGET_CPU_HFILES): Add tc-m32r.h.
374bdac7
DE
4080 (DISTCLEAN_HERE): Add cgen-opc.h.
4081 (.dep1,.tcdep): Create empty cgen-opc.h.
4082 (cgen.o): Add dependencies.
4083 (dependencies): Regenerate.
4084 * as.h (struct frag): New member fr_targ.
4085 (fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k.
4086 * conf.in (USING_CGEN): New macro.
4087 * configure.in (m32r-*-*): Add entry for.
39ffbb4d 4088 Add cgen.o to extra_objects.
374bdac7 4089 * configure: Regenerate.
403c708e
DE
4090 * frags.c (frag_var): fr_pcrel_adjust renamed to
4091 fr_targ.ns32k.pcrel_adjust. fr_bsr renamed to fr_targ.ns32k.bsr.
4092 (frag_variant): Likewise.
4093 * write.c (relax_frag): Likewise.
374bdac7 4094 * config/tc-ns32k.c (*): Likewise.
374bdac7 4095
e819d858
ILT
4096Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com>
4097
dc966dad
ILT
4098 * config/tc-hppa.h (TC_EOL_IN_INSN): Check explicitly for '!',
4099 rather than for any end of line character.
4100
5c11dba2
ILT
4101 * config/tc-hppa.c (tc_gen_reloc): If hppa_ren_reloc_type fails,
4102 call abort (i.e., as_abort) rather than crashing.
4103
457a20b5
ILT
4104 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
4105 OBJ_ELF, rather than of S_GET_OTHER.
4106
e819d858
ILT
4107 * Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
4108
3884d17b
ILT
4109Thu Apr 3 13:16:18 1997 Ian Lance Taylor <ian@cygnus.com>
4110
4111 * Makefile.in (VERSION): Set to 2.8.1.
4112
4113 * Branched binutils 2.8.
4114
08438bef
ILT
4115Wed Apr 2 12:24:10 1997 Ian Lance Taylor <ian@cygnus.com>
4116
64d20049
ILT
4117 * COPYING: Update FSF address.
4118
08438bef
ILT
4119 * config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
4120
3c83da8a
JW
4121Tue Apr 1 18:29:47 1997 Jim Wilson <wilson@cygnus.com>
4122
4123 * config/tc-mips.c (md_begin): Don't set interlocks for 4100.
4124
396e8d7f
ILT
4125Tue Apr 1 16:24:28 1997 Klaus Kaempf <kkaempf@progis.de>
4126
4127 * config-gas.com: Update to handle both vax and alpha.
4128 * makefile.vms: Update to use config-gas.
4129 * conf-a-gas.com: Remove file.
4130
db237783
ILT
4131Tue Apr 1 16:08:21 1997 Ian Lance Taylor <ian@cygnus.com>
4132
4133 * Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
4134 itbl-lex.c dependencies. Remove rules for itbl-lex.o,
4135 itbl-parse.o, and itbl-ops.o; just use the normal .c.o rule.
4136
64251de5
MM
4137start-sanitize-tic80
4138Tue Apr 1 11:25:56 1997 Michael Meissner <meissner@cygnus.com>
4139
4140 * config/tc-tic80.c (line_comment_char): Make '#' start comments
4141 at the beginning of a line for compatibility with .S files where
4142 cpp leaves the filename transitions beginning with '#'.
4143
4144end-sanitize-tic80
4145Tue Apr 1 00:07:30 1997 Ian Lance Taylor <ian@cygnus.com>
4146
4147 * config/tc-m68k.c: Only compile tc_coff_symbol_emit_hook and
4148 tc_coff_sizemachdep if OBJ_COFF.
4149
3c6adeaf
ILT
4150Mon Mar 31 23:53:44 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
4151
4152 * config/tc-ppc.c (register_name): Declare.
4153
332d5c49
ILT
4154Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
4155
4156 * configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
4157 * configure: Rebuild.
4158
6d65a065
ILT
4159Mon Mar 31 14:15:19 1997 Ian Lance Taylor <ian@cygnus.com>
4160
2f2bcadb
ILT
4161 * config/tc-mips.c (mips_pseudo_table): Add "stabn".
4162 (mips16_mark_labels): New static function.
4163 (append_insn): Call mips16_mark_labels.
4164 (mips_emit_delays): Likewise.
4165 (s_insn): Likewise. Don't call mips_clear_insn_labels.
4166 (s_mips_stab): New static function.
4167
6d65a065
ILT
4168 * configure.in: Use ELF for mips-*-gnu*.
4169 * configure: Rebuild.
4170
ca37421e
ILT
4171Mon Mar 31 14:01:40 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4172
4173 * config/tc-m68k.h (TARGET_FORMAT): Set to "coff-m68k-sysv" if
4174 TE_DELTA.
4175
2e013bb7
ILT
4176Fri Mar 28 18:03:19 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
4177
4178 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
4179 set OPCODES_LIB to empty.
4180 * configure: Rebuild.
4181
04b8ad8b
ILT
4182Fri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
4183
4184 * configure.in (sparc-*-linux*aout*, sparc-*-linux*): New
4185 targets.
4186 * configure: Rebuild.
4187
acdc7ce3
ILT
4188Fri Mar 28 13:08:33 1997 Ian Lance Taylor <ian@cygnus.com>
4189
ab91e1ef
ILT
4190 * itbl-parse.y (yyerror): Make static. Declare.
4191
515c7142
ILT
4192 From Ralf Baechle <ralf@gnu.ai.mit.edu>:
4193 * configure.in: Set emulations for mips-*-linux*-*.
4194 * configure: Rebuild.
4195
1347404a
ILT
4196 * config/tc-mips.c (struct mips_set_options): Define.
4197 (mips_opts): New static variable.
4198 (mips_isa): Remove. Now a field in mips_opts. Change all
4199 references.
4200 (mips16, mips16_autoextend, mips_warn_about_macros): Likewise.
4201 (mips_noreorder, mips_nomove, mips_noat, mips_nobopt): Likewise.
4202 (struct mips_option_stack): Define.
4203 (mips_opts_stack): New static variable.
4204 (s_mipsset): Add support for .set push and .set pop.
4205 * doc/c-mips.texi: Document .set push and .set pop.
4206
acdc7ce3
ILT
4207 * config/obj-elf.c (obj_elf_section_change_hook): New function.
4208 * config/obj-elf.h (obj_elf_section_change_hook): Declare it.
4209 * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF.
4210
23ac3ca1
ILT
4211Thu Mar 27 12:23:56 1997 Ian Lance Taylor <ian@cygnus.com>
4212
e22e79dc
ILT
4213 * as.c (parse_args): Update copyright date in version message.
4214
9b8b7e97
ILT
4215 * Makefile.in (clean-here): Remove dependency files.
4216
23ac3ca1
ILT
4217 * read.c (s_comm): Check S_IS_COMMON as well as S_IS_DEFINED.
4218 (s_mri_common): Check S_IS_COMMON unconditionally.
4219 * symbols.c (colon): Check S_IS_COMMON as well as S_IS_DEFINED.
4220 * config/tc-alpha.c (s_alpha_comm): Likewise.
4221 * config/tc-mips.c (nopic_need_relax): Likewise.
4222 * config/tc-ppc.c (ppc_elf_lcomm): Likewise.
4223 (ppc_pe_comm): Likewise.
4224 * config/obj-elf.c (obj_elf_common): Likewise. Set segment of
4225 common symbol to bfd_com_section_ptr.
4226 * config/tc-sparc.c (s_common): Likewise.
4227 (tc_gen_reloc): Likewise.
4228
80834add
MH
4229start-sanitize-d30v
4230Thu Mar 27 00:29:46 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4231
4232 * config/tc-d30v.c (md_apply_fix3): Get the relocs right.
4233
4234end-sanitize-d30v
734a9064
ILT
4235Wed Mar 26 13:35:15 1997 H.J. Lu <hjl@lucon.org>
4236
4237 * config/tc-i386.c (tc_i386_fix_adjustable): Only define if
4238 BFD_ASSEMBLER.
4239
efda47f9
ILT
4240Wed Mar 26 11:32:51 1997 Ian Lance Taylor <ian@cygnus.com>
4241
80834add
MH
4242 * input-scrub.c (input_scrub_next_buffer): Handle very long input
4243 lines correctly.
4244
8cd0c287
ILT
4245 * listing.c (print_lines): Add lineno parameter. Change all
4246 callers.
4247 (listing_listing): Only call calc_hex for the right line.
4248 (listing_list): Set the new edict based on the current edict, in
4249 order to handle listing commands in macros correctly.
734a9064 4250
e807a57e
ILT
4251 * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16
4252 instructions.
4253
efda47f9
ILT
4254 * cond.c (cond_finish_check): New function.
4255 * as.h (cond_finish_check): Declare.
4256 * as.c (main): Call cond_finish_check.
4257
710fdf47
MH
4258start-sanitize-d30v
4259Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4260
4261 * config/tc-d30v.c (md_assemble): If two instructions
4262 are supposed to be assembled in parallel and the first one is
4263 long, print an error and stop.
4264 (md_apply_fix3): Don't calculate absolute relocs. Just write
4265 them out.
4266
4267end-sanitize-d30v
1361ba77
ILT
4268Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com>
4269
2fb44892
ILT
4270 * config/tc-i386.h (iclrKludge): Define.
4271 * config/tc-i386.c (md_assemble): Handle iclrKludge.
4272
1361ba77
ILT
4273 * config/tc-alpha.h (tc_frob_file_before_adjust): Define if
4274 OBJ_ECOFF.
4275 (alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
4276 * config/tc-alpha.c (alpha_debug): New static variable.
4277 (md_parse_option): Set alpha_debug if -g is seen.
4278 (alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
4279
9c9e75bf
MH
4280start-sanitize-d30v
4281Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4282
4283 * config/tc-d30v.c (build_insn): Enable range-checking code.
5e04ff14 4284 (postfix): Stop at space or comma.
9c9e75bf
MH
4285 (md_assemble): Change error message.
4286
4287end-sanitize-d30v
65d7de4f
ILT
4288Sat Mar 22 13:44:28 1997 Ian Lance Taylor <ian@cygnus.com>
4289
4290 * Makefile.in: Added automatic dependency building.
4291 * dep-in.sed: New file.
4292
949f1310
ILT
4293Fri Mar 21 15:42:37 1997 Ian Lance Taylor <ian@cygnus.com>
4294
7cad1a89
ILT
4295 * config/obj-ieee.c (segment_name): Don't define function if this
4296 is a macro.
4297
f062ec45
ILT
4298 * config/obj-coff.h (DO_STRIP): Don't define.
4299 * config/tc-h8300.h (DO_STRIP): Don't define.
4300 * config/tc-h8500.h (DO_STRIP): Don't define.
4301 * config/tc-w65.h (DO_STRIP): Don't define.
4302 * config/tc-z8k.h (DO_STRIP): Don't define.
4303
a71dc204
ILT
4304 * symbols.c (colon): Call obj_frob_label if it is defined.
4305 * config/obj-vms.h (obj_frob_label): Rename from tc_frob_label.
4306
949f1310
ILT
4307 * configure.in: Don't set files and links. Don't call
4308 AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
4309 obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
4310 * configure: Rebuild.
4311 * Makefile.in (TARG_CPU_C): New variable.
4312 (TARG_CPU_O, TARG_CPU_H): New variables.
4313 (OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
4314 (TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
4315 (SOURCES): Rename from REAL_SOURCES. Delete old definition.
4316 (LINKED_SOURCES): Remove.
4317 (HEADERS): Rename from REAL_HEADERS. Delete old definition.
4318 (LINKED_HEADERS): Remove.
4319 (OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
4320 ($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
4321 targ-cpu.h, etc.
4322 ($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
4323 (targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
4324 (itbl-cpu.h): Remove target.
4325 (DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
4326 atof-targ.h.
4327
35cfacf0
ILT
4328Thu Mar 20 19:18:58 1997 Ian Lance Taylor <ian@cygnus.com>
4329
4330 * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.
4331
0dfeb41f
ILT
4332Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4333
4334 * config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by
4335 open coded loop that does not require the name to start with a
4336 name beginner.
4337
29bc322d
ILT
4338Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org>
4339
f59fb6ca
ILT
4340 * frags.c (frag_var): Change offset parameter to offsetT.
4341 (frag_variant): Likewise.
4342 * frags.h (frag_variant, frag_var): Update declarations.
4343 * config/tc-m68k.c (struct m68k_it): Change foff field to
4344 offsetT.
4345 (add_frag): Change off parameter to offsetT.
4346 * Several files: Add casts to calls to frag_var.
4347
29bc322d
ILT
4348 * Makefile.in (m68k-parse.c): Depend upon itbl-parse.c, to
4349 serialize a parallel make.
4350 (itbl-parse.h): Split target out from itbl-parse.c.
4351
9afc6631
ILT
4352Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4353
39ab5d3a
ILT
4354 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR).
4355
9afc6631
ILT
4356 * config/te-delta.h (COFF_COMMON_ADDEND): Define.
4357 * config/obj-coff.c (fixup_segment): Check COFF_COMMON_ADDEND when
4358 storing the value of a common symbol.
4359
7dd26961
ILT
4360Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4361
4362 * config/obj-coff.c (glue_symbols): Unused variable symbolP
4363 removed.
4364 (crawl_symbols): Do not modify symbol_rootP and symbol_lastP here;
4365 that is done by symbol_remove and symbol_insert.
4366
4367 * config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging
4368 symbol.
4369
ac766f70
ILT
4370Wed Mar 19 11:06:29 1997 Ian Lance Taylor <ian@cygnus.com>
4371
4372 * config/tc-mips.c (load_register): In 32 bit mode, when not
4373 dealing with a 64 bit number, permit the upper 32 bits to be set
4374 even if bit 31 is not set.
4375
58cfdde3
ILT
4376Tue Mar 18 23:30:14 1997 Ian Lance Taylor <ian@cygnus.com>
4377
4378 * read.c (potable): Add "equiv".
4379 (s_set): Handle .equiv based on argument.
4380 * doc/as.texinfo (Equiv): New node to document .equiv.
4381 (Err): New node to document .err.
4382
7cd06f44
ILT
4383Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>
4384
4385 * Many files: Add function prototypes.
4386 * as.c (show_usage, parse_args): Make static.
4387 * frags.h (frag_alloc): Declare.
4388 * subsegs.c (subseg_set_rest): Don't declare frag_alloc.
4389 * symbols.c (dollar_label_instance): Change return type to long.
4390 * symbols.h (print_symbol_value): Declare.
4391 (print_expr, print_expr_1, print_symbol_value_1): Declare.
4392 * write.c (fix_new_exp): Don't declare make_expr_symbol.
4393 (remove_subsegs, relax_frag): Make static.
4394 * config/atof-vax.c (atof_vax_sizeof): Change letter to int.
4395 (what_kind_of_float): Likewise.
4396 (atof_vax): Make static. Change what_kind to int.
4397 (md_atof): Change what_statement_type to int.
4398 * config/obj-ecoff.h (obj_ecoff_set_ext): Declare.
4399 * config/tc-alpha.c (vax_md_atof): Declare.
4400 (md_atof): Don't declare atof_ieee and vax_md_atof.
4401 * config/tc-i386.c (set_16bit_code_flag): Make static.
4402 * config/tc-i386.h (tc_i386_fix_adjustable): Declare.
4403 * config/tc-m68k.c (add_fix): Change width to int.
4404 (insert_reg): Change regname to const.
4405 (md_atof): Don't declare atof_ieee.
4406 (demand_empty_rest_of_line): Don't declare.
4407 * config/tc-m88k.c (md_atof): Don't declare atof_ieee.
4408 * config/tc-sparc.c (cmp_reg_entry): Change args to const PTR.
4409 (parse_keyword_arg): Change lookup_fn to take const arg.
4410 (md_atof): Don't declare atof_ieee.
4411 * config/tc-sparc.h: Add ifdef for multiple inclusion.
4412 (tc_aout_pre_write_hook): Don't declare.
4413
590c50d8
ILT
4414Mon Mar 17 11:21:09 1997 Ian Lance Taylor <ian@cygnus.com>
4415
4416 * as.h (bfd_alloc_by_size_t): Don't declare.
4417 * Many files: Use xmalloc rather than bfd_alloc_by_size_t.
4418
4b0895cf 4419Sun Mar 16 13:49:21 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
e95ef7c1
ILT
4420
4421 * symbols.c (symbol_new): Don't call debug_verify_symchain.
4422 (symbol_append): Set sy_next and sy_previous when adding a single
4423 symbol to an empty list. Call debug_verify_symchain.
4424 (verify_symbol_chain): Use assert, not know.
4425
5cf4e55e
FF
4426Sat Mar 15 20:27:12 1997 Fred Fish <fnf@cygnus.com>
4427
4428 * NEWS: Note BeOS support.
4429 * configure.in: (ppc-*-beos): New target, use coff as object format.
4430 * configure: Regenerate with autoconf.
4431
9591ad40
ILT
4432Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
4433
18f7e3dc
ILT
4434 * config/tc-mips.c (md_apply_fix): Improve error message for out
4435 of range branch.
4436
9591ad40
ILT
4437 * Makefile.in: Add dependencies on obstack.h where needed.
4438
ef014e09
ILT
4439Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
4440
46a92fde
ILT
4441 * config/tc-mips.c (md_estimate_size_before_relax): Handle the
4442 case of a symbol equated to another symbol when using SVR4_PIC.
4443
ef014e09
ILT
4444 * Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
4445
2e9974a4
ILT
4446Thu Mar 13 11:20:51 1997 Ian Lance Taylor <ian@cygnus.com>
4447
d428c89f
ILT
4448 * read.c (read_a_source_file): Call LISTING_NEWLINE before
4449 HANDLE_CONDITIONAL_ASSEMBLY when handling an MRI line label.
4450
2e9974a4
ILT
4451 * config/obj-elf.c (obj_elf_data): Call md_flush_pending_output
4452 and md_elf_section_change_hook if they are defined.
4453 (obj_elf_text, obj_elf_previous): Likewise.
4454
80633e8e
ILT
4455Wed Mar 12 11:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
4456
2e9974a4
ILT
4457 * config/obj-multi.h (struct elf_obj_sy): Define if
4458 OBJ_MAYBE_ELF.
4459 (OBJ_SYMFIELD_TYPE): Define as struct elf_obj_sy if
4460 OBJ_MAYBE_ELF.
4461 * config/obj-elf.h (struct elf_obj_sy): Don't define if
4462 OBJ_SYMFIELD_TYPE is defined.
4463
80633e8e
ILT
4464 * doc/as.texinfo (bss): Improve description of .bss section. In
4465 ELF or COFF, you are permitted to switch into the section.
4466 (Comm): Rewrite description of common symbols.
4467 (Lcomm): Mention that some targets permit a third argument.
4468
6d8dfa04
ILT
4469Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
4470
9be8c0f1
ILT
4471 * config/tc-ppc.c (ppc_elf_lcomm): Don't call S_CLEAR_EXTERNAL.
4472
92b7bfb7
ILT
4473 * symbols.c (colon): Change type of local to int. From Alan Modra
4474 <alan@spri.levels.unisa.edu.au>.
4475
e053e8c1
ILT
4476 * config/tc-m88k.c (m88k_do_align): Don't use a special nop
4477 alignment if a zero fill pattern was explicitly specified.
4478 * config/tc-sh.c (sh_do_align): Likewise.
4479
842b6b06
ILT
4480 * read.c (equals): Always permit register names to be redefined.
4481
ee2c03ed
ILT
4482 * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
4483 mips16 symbol to be adjusted if a symbol is being subtracted from
4484 it.
4485
6d8dfa04
ILT
4486 From Eric Youngdale <eric@andante.jic.com>:
4487 * config/obj-elf.c (obj_elf_symver): Check for duplicate or
4488 illegal symbol version names.
4489 (elf_frob_symbol): Check for external default versions.
4490
d88cc85d
ILT
4491Sun Mar 9 23:49:12 1997 Ian Lance Taylor <ian@cygnus.com>
4492
4493 From Eric Youngdale <eric@andante.jic.com>:
4494 * config/obj-elf.h (struct elf_obj_sy): Define.
4495 (OBJ_SYMFIELD_TYPE): Define to elf_obj_sy struct. Change all
4496 users.
4497 * config/obj-elf.c (obj_elf_symver): Just record the name.
4498 (obj_symbol_new_hook): Initialized versioned_name field.
4499 (elf_frob_symbol): If there is a versioned_name, either rename the
4500 symbol, or add an alias with that name.
4501
a405bb3e
JL
4502Thu Mar 6 13:55:32 1997 Jeffrey A Law (law@cygnus.com)
4503
ef03fee0
JL
4504 * config/tc-mn10300.c (md_relax_table): Define.
4505 (md_convert_frag): Implement.
4506 (md_assemble): Handle relaxable operands/instructions correctly.
4507 (md_estimate_size_before_relax): Implement.
4508 * config/tc-mn10300.h (TC_GENERIC_RELAX_TABLE): Define.
4509
27103699
JL
4510 * config/tc-mn10200.c (md_relax_table): Fix typos.
4511
a405bb3e
JL
4512 * config/tc-mn10300.c (md_assemble): Don't use any MN10300 specific
4513 relocs anymore. Tweak fx_offset for pc-relative relocs.
4514
d6545e3f
ILT
4515Wed Mar 5 15:46:16 1997 Ian Lance Taylor <ian@cygnus.com>
4516
4517 * cond.c (s_ifc): Call mri_comment_field and mri_comment_end when
4518 in MRI mode.
4519
e74539b8
FF
4520start-sanitize-tic80
4521Tue Mar 4 19:34:21 1997 Fred Fish <fnf@cygnus.com>
4522
1ea52646
FF
4523 * config/tc-tic80.c (md_pseudo_table): Add "sect" and "section"
4524 pseudo-ops.
e74539b8
FF
4525 * config/tc-tic80.c (md_begin): Declare external variable
4526 coff_flags and insert an F_AR32WR bit into it.
4527
4528end-sanitize-tic80
4529Tue Mar 4 10:01:04 1997 Ian Lance Taylor <ian@cygnus.com>
4530
4531 * read.c (equals): Add reassign parameter. Change all callers.
4532 * read.h (equals): Update declaration.
4533
a941619c
ILT
4534Sat Mar 1 01:04:04 1997 Ian Lance Taylor <ian@cygnus.com>
4535
4536 * config/tc-mips.c (mips16_extended_frag): Don't assume that we
4537 can rely on the frag address to determine whether a frag is
4538 earlier or later.
4539
23604921
ILT
4540Fri Feb 28 14:40:00 1997 Ian Lance Taylor <ian@cygnus.com>
4541
4542 * write.h (LOCAL_LABEL): Only define if not BFD_ASSEMBLER.
4543 (S_LOCAL_NAME): Likewise.
4544 (FAKE_LABEL_NAME): Define unconditionally.
4545 * symbols.c (colon): Call bfd_is_local_label, not LOCAL_LABEL, if
4546 BFD_ASSEMBLER.
4547 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
4548 * config/tc-*.h: Only define LOCAL_LABEL if not BFD_ASSEMBLER.
4549 Don't define FAKE_LABEL_NAME.
4550 * config/te-ic960.h: Likewise.
4551 * config/tc-mips.h (tc_frob_file_before_adjust): Define.
4552 (mips_frob_file_before_adjust): Declare.
4553 * config/tc-mips.c (mips_frob_file_before_adjust): New function.
4554 (mips_local_label): Remove.
4555
4556 * config/te-sco386.h: Remove; not used.
4557
a88ce21e
FF
4558start-sanitize-tic80
4559Thu Feb 27 15:39:16 1997 Fred Fish <fnf@cygnus.com>
4560
4561 * config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
4562 byte alignment rather than power-of-two alignment that is the
4563 GAS default.
4564
4565end-sanitize-tic80
0f68bf0a
ILT
4566Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
4567
e053e8c1 4568 * config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.
f396c4ef 4569
0f68bf0a
ILT
4570 * gasp.c (hash_add_to_string_table): Correct misspelling in error
4571 message, and add newline.
4572 (process_file): Don't process assignments in the label if this is
4573 a equ or assign pseudo-op.
4574 (process_pseudo_op): Swap first argument to do_assign for K_ASSIGN
4575 and K_EQU, to match documentation.
4576
0fe302ac
MM
4577Thu Feb 27 12:00:03 1997 Michael Meissner <meissner@cygnus.com>
4578
4579 * config/obj-coff.c (obj_coff_section): Add 'r' section attribute
4580 to denote read-only data sections.
4581
30d0557c
ILT
4582Thu Feb 27 00:26:33 1997 Ian Lance Taylor <ian@cygnus.com>
4583
35c64f24
ILT
4584 * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.
4585 * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
4586
30d0557c
ILT
4587 * expr.c (operand): Simplify 0b handling. Don't treat 0b as a
4588 binary number if the next character is '+' or '-'.
4589
1e12595d
FF
4590start-sanitize-tic80
4591Wed Feb 26 20:47:12 1997 Fred Fish <fnf@cygnus.com>
4592
4593 * config/tc-tic80.c (FLT_CHARS): Change from "dD" to "fF".
4594 (find_opcode): Match operands that can be floats.
4595 (build_insn): Handle O_big (float) expressions and build
4596 correct opcode.
4597
4598end-sanitize-tic80
af942793
SS
4599Wed Feb 26 18:19:00 1997 Stan Shebs <shebs@andros.cygnus.com>
4600
4601 * configure.in (mips*-*-lnews*): New target, also make empty
4602 emulation list for this target.
4603 * configure: Update.
4604 * tc-mips.c (ECOFF_LITTLE_FORMAT): Define.
4605 (mips_target_format): Use.
4606 * te-lnews.h: New file.
4607
f92f247b
FF
4608start-sanitize-tic80
4609Wed Feb 26 15:33:46 1997 Fred Fish <fnf@cygnus.com>
4610
4611 * config/tc-tic80.c (find_opcode, build_insn): Changes to match
4612 operands with :m or :s modifiers and generate the right opcodes
4613 for them.
4614
4615end-sanitize-tic80
7a515708
ILT
4616Wed Feb 26 11:56:11 1997 Ian Lance Taylor <ian@cygnus.com>
4617
4618 * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and
4619 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
4620
55be99d6
ILT
4621Tue Feb 25 22:02:23 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4622
4623 * config/tc-m68k.c (instring): Useless local declaration of
4624 crack_operand removed.
4625 * expr.h (expressionS): Changed type of X_op field to operatorT if
4626 __GNUC__.
4627
28d8c671
ILT
4628Tue Feb 25 13:17:27 1997 Ian Lance Taylor <ian@cygnus.com>
4629
034988c6
ILT
4630 Based on patches from Robert Lipe <robertl@dgii.com>:
4631 * configure.in: Add i386coff and i386elf to emulation list.
4632 * configure: Rebuild.
4633 * as.c (i386coff, i386elf): Declare.
4634 * obj.h (coff_format_ops): Declare.
4635 * config/obj-coff.c (OBJ_HEADER): Define.
4636 (coff_obj_symbol_new_hook): Rename from obj_symbol_new_hook.
4637 (coff_obj_read_begin_hook): Rename from obj_read_begin_hook.
4638 (obj_pseudo_table): Add "version".
4639 (coff_pop_insert): New static function.
4640 (coff_sec_sym_ok_for_reloc): New static function.
4641 (no_func): New static function.
4642 (coff_format_ops): New variable.
4643 * config/obj-coff.h (coff_obj_symbol_new_hook): Declare.
4644 (obj_symbol_new_hook): Define.
4645 (coff_obj_read_begin_hook): Declare.
4646 (obj_read_begin_hook): Define.
4647 * config/tc-i386.h (i386_target_format): Declare.
4648 * config/tc-i386.c: Check OBJ_MAYBE_ELF as well as OBJ_ELF; check
4649 OUTPUT_FLAVOR when appropriate.
4650 (i386_target_format): New function.
4651 * Makefile.in (obj-coff.o): New target.
4652 (e-i386coff.o, e-i386elf.o): New targets.
4653
a0c4a241
ILT
4654 From Stephen Williams <steve@icarus.icarus.com>:
4655 * config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
4656 (_tc_get_bal_of_call): Don't declare.
4657 (tc_get_bal_of_call): Declare as function, don't define as macro.
4658 * config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
4659 in sy_tc field, not x_balntry field.
4660 (tc_get_bal_of_call): Rename from _tc_get_bal_of_call. Change
4661 return type to symbolS *. If OBJ_COFF, retrieve value from sy_tc
4662 field, not x_balntry field.
4663
4664 * config/obj-elf.c (obj_elf_section): Permit a .note section to
4665 have the SHF_ALLOC attribute.
4666
a90512ad
ILT
4667 * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS).
4668 (TARG_CPU_DEP_mips): Depend upon $(srcdir)/itbl-ops.h.
4669 (itbl-lex.o): Depend upon itbl-parse.h.
4670
4671 * itbl-parse.y (yyerror): Change return type to int. Change to
4672 use old style function declaration.
4673
ee5cb7fe
ILT
4674 * Makefile.in (itbl-lex.o): Remove -Wall.
4675 (itbl-parse.o): Likewise.
4676
28d8c671
ILT
4677 * cond.c (s_ifdef): If we should omit conditionals from listings,
4678 call listing_list.
4679 (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.
4680 * listing.c (list_info_struct): Add EDICT_NOLIST_NEXT.
4681 (listing_listing): Handle EDICT_NOLIST_NEXT.
4682 (listing_list): An argument of 2 means EDICT_NOLIST_NEXT.
4683 * listing.h (LISTING_NOCOND): Define.
4684 (LISTING_SKIP_COND): Define.
4685 * as.c (show_usage): Mention c as a suboption of -a.
4686 (parse_args): Handle c as a suboption of -a.
4687 * doc/as.texinfo: Document -alc.
4688
b16a8c8e
FF
4689start-sanitize-tic80
4690Mon Feb 24 23:34:14 1997 Fred Fish <fnf@cygnus.com>
4691
4692 * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.
4693
4694end-sanitize-tic80
4695Mon Feb 24 18:27:43 1997 Eric Youngdale <eric@andante.jic.com>
4696
4697 * doc/as.texinfo: Document .symver.
4698
4d3410fd
MH
4699Mon Feb 24 15:19:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4700
4701 * config/tc-d10v.c: Change pre_defined_registers to
4702 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
4703
ec72a266
FF
4704Mon Feb 24 10:40:45 1997 Fred Fish <fnf@cygnus.com>
4705
4706 * config/obj-coff.c: Fix typo in comment section.
4707start-sanitize-tic80
4708 * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
4709 an additional alignment argument.
4710 (find_opcode): Allow O_symbol relocs for any 32 bit field, not just
4711 base relative ones.
4712 (build_insn): Handle O_symbol relocs for any 32 bit field, not just
4713 base relative ones.
4714end-sanitize-tic80
4715
16aef5b0
DP
4716Mon Feb 24 02:23:00 1997 Dawn Perchik <dawn@cygnus.com>
4717
4718 * Makefile.in: Remove dependancies on itbl-cpu.h.
4719 * as.c: Define stubs for itbl_parse and itbl_init if HAVE_ITBL_CPU
4720 is not defined.
4721
ac6c6bdb
DP
4722Mon Feb 24 02:03:00 1997 Dawn Perchik <dawn@cygnus.com>
4723
4724 * itbl-ops.h: Include as.h.
4725
72797ffa
DP
4726Mon Feb 24 01:04:00 1997 Dawn Perchik <dawn@cygnus.com>
4727
4728 * as.c: Remove -t option.
4729 * configure, configure.in: Move itbl-cpu.h to mips specific configure.
4730 * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
4731 * config/tc-mips.h: Define HAVE_ITBL_CPU.
4732
2f671f84
DP
4733Sun Feb 23 18:01:00 1997 Dawn Perchik <dawn@cygnus.com>
4734
4735 * itbl-ops.c: Don't define DEBUG.
4736
f9f0539f
DP
4737Sun Feb 23 17:49:00 1997 Dawn Perchik <dawn@cygnus.com>
4738
4739 * Makefile.in: Update itbl-test.c to reflect its new location.
4740
8d8a790b
DP
4741Sun Feb 23 15:50:00 1997 Dawn Perchik <dawn@cygnus.com>
4742
4743 * itbl-ops.c: Add test for itbl_have_entries.
4744 * config/tc-mips.c: Remove test for itbl_have_entries.
4745 * config/tc-mips.h: Define tc_init_after_args to mips_init_after_args.
4746
7b9f3d46
ILT
4747Sun Feb 23 18:13:19 1997 Ian Lance Taylor <ian@cygnus.com>
4748
4749 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
4750 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
4751 (LEX, LEXFLAGS): Define.
4752 * itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
4753
efec4a28
DP
4754Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
4755
4756 * itbl-parse.y: Fix indentation mistakes from indent program.
4757 * itbl-lex.l: Fix indentation mistakes from indent program.
4758 * itbl-ops.h: Add include for ansidecl.h.
4759 Add PARAMS around function arguments.
4760 Add declaration for itbl_have_entries.
4761 * itbl-ops.c: Add PARAMS around function arguments.
4762 * Makefile.in: Add itbl build rules.
4763 Add dependancies for itbl files to mips target.
4764 * as.c: Add itbl support.
4765 Add new option "--insttbl" for dynamically extending instruction set.
4766 * as.h: Declare insttbl_file_name;
4767 the name of file defining extensions to the basic instruction set
4768 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
4769 itbl-ops.o to extra_objects for mips configuration.
4770 Add include file link from itbl-cpu.h to
4771 config/itbl-${target_cpu_type}.h.
4772 * config/tc-mips.c: Allow copz instructions.
4773 Add notes for future additions to the itbl support.
4774 Add debug macros.
4775 (macro): Call itbl_assemble to assemble itbl instructions.
4776 See if an unknown register is specified in an itbl entry.
4777
d160b69e
FF
4778Sat Feb 22 20:53:01 1997 Fred Fish <fnf@cygnus.com>
4779 * doc/internals.texi (CPU backend): Fix typo in md_section_align
4780 description.
4781start-sanitize-tic80
4782 * config/tc-tic80.h (NEED_FX_R_TYPE): Define.
4783 * config/tc-tic80.c (find_opcode): Add code to support O_symbol
4784 operands.
4785 (build_insn): Grab a frag early so we can use the address in
4786 fixups. Take one's complement of BITNUM values before insertion
4787 in opcode. Add code to support O_symbol operands.
4788 (md_apply_fix): Replace unimplemented warning with implementation.
4789 (md_pcrel_from): Ditto.
4790 (tc_coff_fix2rtype): Ditto.
4791end-sanitize-tic80
4792
09d9ef26 4793Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1b524697
MH
4794start-sanitize-d30v
4795 * config/tc-d30v.c (parallel_ok): New function.
4796 * config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
4797end-sanitize-d30v
09d9ef26 4798 * config/tc-d10v.c (md_pcrel_from_section): Return 0 if
5e04ff14 4799 relocation is in different section.
09d9ef26 4800
e2e5acfa
JW
4801Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
4802
4803 * tc-mips.c (mips_ip): If configured for an embedded ELF system,
4804 don't set the section alignment to 2**4.
4805
fee3e248
ILT
4806Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
4807
b2f7cdd0
ILT
4808 * config/tc-m68k.c (line_comment_chars): Add '*'.
4809
830ce631
ILT
4810 * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
4811 (do_scrub_begin): Don't set lex['*'].
4812 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
4813 check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
4814 a literal '*'.
4815
fee3e248
ILT
4816 * configure.in: Set em=svr4 for m68k-*-sysv4*.
4817 * configure: Rebuild.
4818 * config/te-svr4.h: New file.
4819 * config/tc-m68k.c (m68k_comment_chars): Only include `#' if
4820 TE_SVR4 or TE_DELTA.
4821
48242b28
JL
4822Thu Feb 20 22:24:39 1997 Jeffrey A Law (law@cygnus.com)
4823
4824 * config/tc-mn10200.c (md_convert_frag): Create a fixup for the
4825 short conditional branch around a long unconditional branch.
4826
1af411e1
ILT
4827Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
4828
64c5df8d
ILT
4829 * config/obj-coff.c (obj_coff_ln [both versions]): Call
4830 new_logical_line.
4831
1af411e1
ILT
4832 * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
4833 complex expression.
4834
4835 * symbols.c (resolve_symbol_value): If both left and right
4836 operands are undefined, warn about both of them.
4837
78673fc6
ILT
4838Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
4839
dd7feeb5
ILT
4840 Based on patches from Eric Youngdale <eric@andante.jic.com>:
4841 * config/obj-elf.c (elf_pseudo_table): Add "symver".
4842 (obj_elf_symver): New static function.
4843 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
4844 field.
4845
4846 * write.c (relax_segment): Make type and printf format agree.
4847
78673fc6
ILT
4848 * read.c (get_line_sb): Don't end the line on a semicolon inside a
4849 string.
4850
14f23c28
MH
4851start-sanitize-d30v
4852Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
4853
4854 * config/tc-d30v.c, config/tc-d30v.h: New files.
4855
4856 * configure: Rebuilt.
4857
4858 * configure.in: Add case for d30v.
4859
4860end-sanitize-d30v
a1bbc57c 4861Sun Feb 16 17:47:29 1997 Fred Fish <fnf@cygnus.com>
14f23c28
MH
4862
4863 * config/tc-alpha.h (md_operand): Define with a null expansion,
4864 like all the other targets.
4865 * doc/internals.texi (CPU backend): Add missing word in
4866 md_flush_pending_output description. Fix typo in md_convert_frag
4867 description.
4868start-sanitize-tic80
4869 * config/tc-tic80: Minor comment additions/changes.
4870end-sanitize-tic80
4871
b253dcff
ILT
4872Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
4873
4874 * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
4875 (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
4876 * config/obj-coff.c (obj_coff_def): Use
4877 tc_canonicalize_symbol_name if defined.
4878 (obj_coff_tag, obj_coff_val): Likewise.
4879 * expr.c (operand): Reject '~' as operator if is_name_beginner.
4880
d7bf6158
ILT
4881Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
4882
f5ed78de
ILT
4883 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
4884 does not actually work, though:
4885 * configure.in (i386-sequent-bsd*): New target.
4886 * configure: Rebuild.
4887 * config/tc-dynix.h: New file.
4888 * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
4889
d7bf6158
ILT
4890 * read.c (do_align): Add max parameter. Change all callers.
4891 Remove useless static variables.
4892 (s_align): New static function. Do common portion of
4893 s_align_bytes and s_align_ptwo.
4894 (s_align_bytes, s_align_ptwo): Just call s_align.
4895 * frags.c (frag_align): Add max parameter. Change all callers.
4896 (frag_align_pattern): Likewise.
4897 * frags.h (frag_align, frag_align_pattern): Update declarations.
4898 * write.c (relax_segment): Limit alignment change to fr_subtype.
4899 Fix some types to be addressT.
4900 * config/obj-coff.c (size_section): Likewise.
4901 * config/obj-ieee.c (size_section): Likewise.
4902 * config/tc-d10v.h (md_do_align): Add max parameter.
4903 * config/tc-i386.h (md_do_align): Likewise.
4904 * config/tc-m88k.h (md_do_align): Likewise.
4905 * config/tc-m88k.c (m88k_do_align): Likewise.
4906 * config/tc-sh.h (md_do_align): Likewise.
4907 * config/tc-sh.c (sh_do_align): Likewise.
4908 * as.h: Improve comments on rs_align and rs_align_code.
4909 * doc/as.texinfo: Document new alignment arguments.
4910 * doc/internals.texi (Frags): Document use of fr_subtype field for
4911 rs_align and rs_align_code.
4912
4913Fri Feb 14 15:56:06 1997 Gavin Koch <gavin@cygnus.com>
4914
4915 * config/tc-mips.c: Changed opcode parsing.
4916
16171d71
FF
4917Thu Feb 13 20:02:16 1997 Fred Fish <fnf@cygnus.com>
4918
fda193d9 4919 * config/{tc-alpha.h, tc-d10v.h, tc-generic.h, tc-i960.h,
ec2f730d 4920 tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-vax.h, tc-w65.h}:
16171d71
FF
4921 Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
4922 * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
4923 tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
4924 to a location consistent with the rest of the target include files.
4925 * config/tc-i386.c: Remove misleading comment.
4926 * doc/internals.texi (CPU backend): Add description of function
4927 md_undefined_symbol.
4928start-sanitize-tic80
4929 * config/tc-tic80.c: Add code to insert predefined symbols into the
4930 symbol table so they can be parsed by the standard expression parser.
4931 Remove custom code that use to parse them.
4932 * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
4933 to a location consistent with the rest of the target include files.
4934end-sanitize-tic80
4935
9f13ead9
ILT
4936Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>
4937
4938 * as.h: GNU c provides unlink() function.
4939
4940 Unify section handling on openVMS/Alpha:
4941 * config/tc-alpha.c(s_alpha_link): Remove.
4942 (s_alpha_section): New function.
4943 Remove case-hacking of symbols
4944 Add .code_address pseudo-op.
4945 (BFD_RELOC_ALPHA_CODEADDR): New relocation.
4946 (s_alpha_code_address): New function.
4947 (alpha_ctors_section, alpha_dtors_section): New sections for C++
4948 static constructors/destructors.
4949 Add debug code for crash debugs, to be removed when traceback code
4950 is added to object code.
4951 (s_alpha_name): New function for .name pseudo-op.
4952 (alpha_print_token): New function to print token expressions with
4953 alpha specific extensions.
4954
4955 * makefile.vms: Allow compilation with current gcc snapshot.
4956
af16e411
FF
4957Thu Feb 13 16:29:04 1997 Fred Fish <fnf@cygnus.com>
4958
4959 * doc/Makefile.in (TEXI2DVI): Set to just name of program.
4960 (DVIPS): Set to dvips.
4961 (ps, as.ps, gasp.ps): New targets.
4962 (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
4963 and MAKEINFO env variables.
4964 (internals.ps): Use DVIPS macro.
4965 (clean): Remove core and backup files.
4966 (distclean): Remove temporary files from building internals.
4967 (clean-dvi): Ditto.
4968 * doc/internals.texi (Frags): Fix typo.
4969 (GAS processing): Ditto.
4970 (CPU backend): Ditto.
4971 * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
4972 * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
4973 * read.c: Remove ugly hack that dealt with config files not
4974 correctly defining TARGET_BYTES_BIG_ENDIAN.
4975 (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
4976 * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
4977 * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
4978 * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
4979 * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
4980 * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
4981 * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
4982 with TARGET_BYTES_BIG_ENDIAN defined to 0.
4983 * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
4984 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
4985 whether it is defined or not.
4986 * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
4987 * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
4988 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
4989 whether it is defined or not.
4990start-sanitize-tic80
4991 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
4992 (TARGET_BYTES_BIG_ENDIAN): Define to 0.
4993end-sanitize-tic80
4994
89b41978
DE
4995Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com>
4996
4997 * write.c (write_relocs): Correct text in as_fatal error message,
4998 bfd_perform_relocation -> bfd_install_relocation.
4999
151c3ec0
ILT
5000Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
5001
5002 * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
5003 * read.c (LEX_TILDE): Define if not defined.
5004 (lex_type): Use LEX_TILDE.
5005 * expr.c (get_symbol_end): Check first char with is_name_beginner,
5006 not is_part_of_name.
5007
4a1cb507
ILT
5008Thu Feb 13 11:40:58 1997 Ian Lance Taylor <ian@cygnus.com>
5009
3de9d78c
ILT
5010 * config/tc-sparc.c (md_show_usage): Add missing backslash at end
5011 of continued line.
5012
319305a7
ILT
5013 * config/tc-mips.c (mips16_extended_frag): Correct base address
5014 for an extended PC relative instruction.
5015 (md_convert_frag): Likewise.
5016
4a1cb507
ILT
5017 * config/tc-mips.c (prev_nop_frag): New static variable.
5018 (prev_nop_frag_holds): New static variable.
5019 (prev_nop_frag_required): New static variable.
5020 (prev_nop_frag_since): New static variable.
5021 (append_insn): If we aren't reordering, and prev_nop_frag is not
5022 NULL, and we don't need any nops, then decrease the size of
5023 prev_nop_frag. Don't insert nops because of instructions in
5024 noreorder sections. Remember whether the previous instructions
5025 where in noreorder sections even when not reordering.
5026 (mips_no_prev_insn): Add preserver parameter. Change all
5027 callers. Refer prev_nop_frag variables when appropriate.
5028 (mips_emit_delays): Set up prev_nop_frag.
5029 (s_mipsset): Clear prev_nop_frag if reordering.
5030
ebf28372
ILT
5031Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
5032
9cd4e6cc
ILT
5033 * config/tc-mips.c (append_insn): Remove useless code which
5034 handled swapping a mips16 jump with a mips16 instruction with a
5035 reloc.
5036
05874c2e
ILT
5037 * config/tc-mips.c (md_parse_option): When debugging, set
5038 mips_optimize to 1, not 0.
5039
56bb6eee
ILT
5040 * config/tc-mips.c (mips16_ip): Handle an extend operand.
5041
eb17f56c
ILT
5042 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
5043 like the expression was based on `.', adjust the value of the
5044 symbol.
5045
035936da 5046 * config/tc-mips.c (append_insn): Warn about an attempt to put an
c0df26bb 5047 extended instruction in a delay slot when not reordering.
035936da
ILT
5048 (md_convert_frag): Warn if an extended instruction appears in a
5049 delay slot.
5050
ed3eb786
ILT
5051 * config/tc-mips.c (mips_pseudo_table): Add "insn".
5052 (s_insn): New static function.
5053 * doc/c-mips.texi: Document .insn.
5054
ebf28372
ILT
5055 * config/tc-mips.c (md_begin): Add the general registers to the
5056 symbol table.
5057 (mips16_ip): First parse the expression, and then see whether it
5058 came up with a register, rather than trying to first see whether
5059 we are looking at a register.
5060
11e08196
FF
5061start-sanitize-tic80
5062Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
5063
5064 * config/tc-tic80.c: Numerous changes and additions to flesh
5065 out functions that were previously just stubs, and fix some
5066 problems found using the new TIc80 testsuite cases.
5067
5068end-sanitize-tic80
16262668
ILT
5069Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
5070
5071 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
5072 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
5073
5074 * config/tc-mips.c (append_insn): Output jump instruction as a
5075 pair of 2 byte instructions, rather than as a single 4 byte
5076 instruction.
5077
5078start-sanitize-r5900
5079 * config/tc-mips.c (md_begin): Correct test of mips_5900.
5080 (mips_ip): Don't check INSN_ISA for a macro.
5081
5082end-sanitize-r5900
276c2d7d
GRK
5083start-sanitize-r5900
5084Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
5085
5086 * config/tc-mips.c: added r5900.
5087
5088end-sanitize-r5900
c6745073
DP
5089Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
5090
5091 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
5092 config/itbl-mips.h: Add copyright message and fix indentation.
5093
8e5c905e
DP
5094Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
5095
5096 * itbl-ops.c: New file. Add support for dynamically read
5097 instruction registers, opcodes and formats. Build internal table
5098 for new instructions and provide callbacks for assembler and
5099 disassembler.
5100 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
5101 spec table.
5102 * itbl-ops.h: New file. Header file for itbl support.
5103 * config/itbl-mips.h: New file. Mips specific definitions for
5104 itbl support.
5105
a7355c4d
JL
5106Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
5107
5108 * config/tc-mn10200.c (md_assemble): If a constant operand won't
5109 fit into the constant field of a relaxable operand, then it does
5110 not match.
5111
e58035e3
JL
5112Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
5113
5114 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
5115 a jsr target in a different section just like a jsr to
5116 an undefined target.
5117
6927c24d
ILT
5118Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
5119
5120 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
5121 against any mips16 symbols, not just externally visible ones.
5122 (md_apply_fix): Corresponding change.
5123
c9167640
ILT
5124Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
5125
5126 * config/tc-mips.c (mips16_ip): Accept floating point registers in
5127 the operand of the exit instruction.
5128
76801700
ILT
5129Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
5130
5131 * symbols.c (resolve_symbol_value): If we leave an equated symbol
5132 as O_symbol, copy over the segment.
5133
3569064f
ILT
5134Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
5135
1748b9d8
ILT
5136 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
5137 fixup to be against the section symbol, adjust the value
5138 accordingly.
5139
3569064f
ILT
5140 * symbols.c (resolve_symbol_value): Don't change X_add_number for
5141 an equated symbol.
5142 * write.c (write_relocs): Avoid looping on equated symbols.
5143 Adjust fx_offset by X_add_number for each symbol.
5144 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
5145 symbols.
5146 (fixup_segment): Add a loop to track down equated symbols and
5147 adjust fx_offset appropriately.
5148
f5d7f6fb
JL
5149Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
5150
5151 * config/tc-mn10200.c (md_relax_table): Add entries to allow
5152 jmp -> bra relaxing.
5153 (md_convert_frag): Handle jmp->bra relaxing.
5154 (md_assemble): Handle jmp->bra relaxing.
5155 (md_estimate_size_before_relax): Likewise.
5156
fb50cd4e
ILT
5157Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
5158
5159 * config/tc-i386.c (i386_align_code): Add comments explaining the
5160 nop instructions.
5161
a75abb6f
ILT
5162Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
5163
2b063e6d
ILT
5164 * config/tc-sparc.c (enforce_aligned_data): New static variable.
5165 (sparc_cons_align): Don't do anything unless enforce_aligned_data
5166 is set.
5167 (md_longopts): Add "enforce-aligned-data".
5168 (md_show_usage): Mention --enforce-aligned-data.
5169 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
5170 enforce-aligned-data.
5171
fbd929fd
ILT
5172 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
5173 "word", and "short".
5174 (ppc_xcoff_cons): New static function.
5175
a75abb6f
ILT
5176 * write.c (relax_segment): Give an error if a .space symbol is
5177 common or undefined.
5178
5179 * read.c (read_a_source_file): Don't handle mri_pending_align if
5180 the handler is s_globl or s_ignore.
5181
f1ce6af4
FF
5182Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
5183
5184 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
5185start-sanitize-tic80
5186 * config/tc-tic80.c: Many additions to previous placeholder file.
5187 * config/tc-tic80.h: Ditto.
5188end-sanitize-tic80
5189
0b476c53
ILT
5190Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
5191
5192 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
5193
a6b200da
ILT
5194Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
5195
0d7f9025
ILT
5196 * config/tc-mips.c (mips_fix_adjustable): New function.
5197 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
5198 (mips_fix_adjustable): Declare.
5199
a6b200da
ILT
5200 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
5201 * read.c (read_a_source_file): After doing an mri_pending_align,
5202 adjust the line_label if there is one.
5203 (s_space): Set mri_pending_align if an odd number of bytes were
5204 output.
5205
9073144e
MH
5206Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5207
5208 * config/tc-d10v.h (md_do_align): Add this hook to call
5e04ff14 5209 d10v_cleanup() when a ".align" is detected.
9073144e
MH
5210
5211 * config/tc-d10v.c (find_opcode): Correctly calculate
5212 branch displacement when .aligns are present.
5213
33a4c28d
JL
5214Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
5215
5216 * config/tc-mn10200.c (md_relax_table): Define.
5217 (md_convert_frag): Implement.
5218 (md_assemble): Handle relaxable operands/instructions correctly.
5219 (md_estimate_size_before_relax): Implement.
5220 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
5221
645cb4dc
ILT
5222Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
5223
39bb58e0
ILT
5224 * config/tc-mips.c (append_insn): Give an error for jumps to a
5225 misaligned address.
5226 (md_apply_fix): Make a branch to an odd address an error rather
5227 than a warning.
3b320c48 5228
31a2c6ff
ILT
5229 * config/tc-mips.c (md_convert_frag): If the user explicitly
5230 requested an extended opcode, pass warn as true to mips16_immed.
5231
645cb4dc
ILT
5232 * config/tc-mips.c (mips16_ip): Handle a missing expression like
5233 an explicit 0, so that explicitly extended instructions work
5234 correctly.
5235
0192b099
ILT
5236Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
5237
5238 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
5239 symbol for a common symbol.
5240
f7ab9441
DE
5241Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
5242
5243 Patch presumed to have been checked in awhile ago but wasn't.
5244 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
5245 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
5246 (relax_segment, case rs_org): Move code inside braces. Move locals
5247 target,after inside too.
5248 (relax_segment, case rs_machine_dependent): Guts moved to ...
5249 (relax_frag): New function.
5250 Call md_prepare_relax_scan if defined.
5251
0ce48081
C
5252Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5253
5254 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
5255 'p' operand specifier.
5256
5257Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
ffecfc8b
C
5258
5259 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
5260 m68k family cpus which support long branch addressing modes.
5261 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
5262 md_create_long_jump): Use it.
5263
c36a90ef
ILT
5264Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
5265
b3a64736
ILT
5266 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
5267 the .reginfo or .MIPS.options section if configured for an
5268 embedded target.
5269
c36a90ef
ILT
5270 * config/tc-mips.c (md_begin): Don't set interlocks for
5271 mips_4650.
5272
ad423373
ILT
5273Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
5274
5275 * read.c (read_a_source_file): Make sure the symbol ends with
5276 whitespace before checking whether the next character is '='.
5277
03b24037
ILT
5278Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
5279
5280 * config/tc-i386.c (sco_id): Moved from here...
5281 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
5282 really is an SCO ELF specific thing, not just a SCO x86 specific
5283 thing.
5284
4af93ad0
MM
5285start-sanitize-tic80
5286Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
5287
5288 * configure.in (tic80-*-*): Don't require 'coff'.
5289 * configure: Regenerate.
5290
5291end-sanitize-tic80
8ff75001
ILT
5292Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
5293
6468dabd
ILT
5294 * read.c (emit_expr): Check for overflow of a negative value
5295 correctly.
5296 * write.c (fixup_segment): Likewise.
5297 * config/obj-coff.c (fixup_segment): Likewise.
5298
d703b5a7
ILT
5299 * config/tc-m68k.c (struct label_line): Define.
5300 (labels, current_label): New static variables.
5301 (md_assemble): Mark current_label as text, and clear it.
5302 (m68k_frob_label): New function.
5303 (m68k_flush_pending_output): New function.
5304 (m68k_frob_symbol): New function.
5305 * config/tc-m68k.h (tc_frob_label): Define.
5306 (md_flush_pending_output): Define.
5307 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
5308 (tc_frob_coff_symbol): Likewise.
5309
8ff75001
ILT
5310 * read.c (read_a_source_file): When defining a macro in MRI mode,
5311 don't add the symbol to the symbol table.
5312
78998629
JL
5313Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
5314
5315 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
5316 here since fixup_segment doesn't (linkrelax is set).
5317 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
5318
62b2acba
JL
5319Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
5320
5321 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
5322 relocs.
5323
ac866582
JL
5324Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
5325
62b2acba 5326 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
ac866582
JL
5327 to avoid warnings with the native HP compiler.
5328 (fix_new_hppa): Similarly for the r_type argument.
5329 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
5330 in an #if OBJ_ELF to keep gcc -Wall quiet.
5331 (md_apply_fix): Always initialize "result".
5332
5333 * config/tc-mn10200.c (md_assemble): Generate relocations.
5334
79811f6f
ILT
5335Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5336
5337 * config/tc-m68k.c (s_even): Adjust the alignment of the current
5338 section.
5339
ba8f9c09
ILT
5340Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
5341
5342 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
5343 pass on the new file hook.
5344
5345 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
5346 !alpha_force_relocation, as local LITERALs can be adjusted to be
5347 relative to the section.
5348
a78bc551
ILT
5349Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
5350
9f94df38
ILT
5351 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
5352 defined, call it.
3df036e9 5353 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
9f94df38
ILT
5354 aligned to odd boundary.
5355 (tc_frob_coff_symbol): Define.
5356
039d5a60
ILT
5357 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
5358
7b0688df
ILT
5359 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
5360
2156d0d7
ILT
5361 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
5362 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
5363
a78bc551
ILT
5364 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
5365 immediate value.
5366 (md_assemble): If the size is 'B', set fx_signed.
5367 (md_apply_fix_2): Use fx_signed when checking for overflow.
5368
5369 * write.h (struct fix): Add fx_signed field.
5370 * write.c (fix_new_internal): Initialize fx_no_overflow and
5371 fx_signed fields.
5372 (fixup_segment): Use fx_signed when checking for overflow.
5373 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
5374 fx_signed when checking for overflow.
5375
b9129c6f
ILT
5376Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
5377
0abdf280
ILT
5378 * NOTES, NOTES.config: Removed. These are rarely, if ever,
5379 updated, and all the useful information is in doc/internals.texi.
5380
a986926b
ILT
5381 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
5382 * read.c (read_a_source_file): Check for conditional operators
5383 before doing an MRI pending alignment.
5384 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
5385 (tc_conditional_pseudop): Define.
5386 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
5387 * doc/internals.texi (CPU backend): Describe
5388 tc_conditional_pseudoop.
5389
924160b0
ILT
5390 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
5391 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
5392 variable.
5393 (md_begin): Check m68k_rel32_from_cmdline before setting
5394 m68k_rel32.
5395 (m68k_mri_mode_change): Likewise.
5396 (md_longopts): Add --disp-size-default-16 and
5397 --disp-size-default-32.
5398 (md_parse_option): Handle new options.
5399 (md_show_usage): Mention new options.
5400 * doc/c-m68k.texi (M68K-Opts): Document new options.
5401
b4d51f3d
ILT
5402 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
5403 * config/tc-m68k.c (m68k_index_width_default): New static
5404 variable.
5405 (m68k_ip): Use m68k_index_width_default to set the size of a base
5406 register whose size was not given.
5407 (md_longopts): Add --base-size-default-16 and
5408 --base-size-default-32.
5409 (md_parse_option): Handle new options.
5410 (md_show_usage): Mention new options.
5411 * doc/c-m68k.texi (M68K-Opts): Document new options.
5412
103e1158
ILT
5413 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
5414
e16b9537
ILT
5415 * configure.in: Recognize mips-*-linux* target.
5416 * configure: Rebuild.
5417
a162a490
ILT
5418 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
5419 work if valueT is only 32 bits.
5420
b9129c6f
ILT
5421 * config/tc-mips.c: Throughout, check target_big_endian rather
5422 than byte_order.
5423 (byte_order): Remove.
5424 (mips_init_after_args): Remove.
5425 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
5426 (mips_init_after_args): Don't declare.
5427 (tc_init_after_args): Don't define.
5428
5429 * config/tc-mips.h (tc_frob_after_relocs): Define if
5430 OBJ_MAYBE_ELF.
5431 (mips_elf_final_processing): Likewise.
5432 (ELF_TC_SPECIAL_SECTIONS): Likewise.
5433
6e7d5462
MM
5434Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5435
5436 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
5437 sld.{h,w} and the operand is relocatable, adjust the adend by
5438 shifting it right one bit.
5439
38fc0ba6
ILT
5440Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
5441
20868ec6
ILT
5442 * read.c (read_a_source_file): Check mri_pending_align after
5443 checking for a macro. From Ronald F. Guilmette
5444 <rfg@monkeys.com>.
5445
6ded6615
ILT
5446 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
5447
38fc0ba6
ILT
5448 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
5449 add segment argument. If OBJ_ELF, treat a relocation against a
5450 symbol in a linkonce section like a relocation against an external
5451 symbol.
5452 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
5453
18e0764d
ILT
5454Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
5455
5456 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
5457
64556643
FF
5458Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
5459
5460 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
5461 includes config.h instead of host.h, tc.h instead of tp.h, and
5462 targ-env.h instead of target-environment.h.
5463 Also, obj-format.h includes targ-cpu.h instead of
5464 target-processor.h.
5465start-sanitize-tic80
5466 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
5467 * configure: Rebuild with autoconf.
5468 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
5469 (TARGET_FORMAT): Define to "coff-tic80".
5470 * config/tc-tic80.c: New file for TIc80 support.
5471 * config/tc-tic80.h: New file for TIc80 support.
5472end-sanitize-tic80
5473
7d99e8af
ILT
5474Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
5475
5476 * doc/as.texinfo (M): Mention explicitly that -M changes macro
5477 handling.
5478
9c199842
ILT
5479Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
5480
5481 * write.c (adjust_reloc_syms): If the fixup symbol has been
5482 equated to an undefined symbol, convert the fixup to being against
5483 the target symbol. Remove obsolete code handling a special case
5484 for i386 PIC.
5485
51cd0ae7
SS
5486Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
5487
5488 * mpw-make.sed: Use NewFolderRecursive for installation.
5489
cb07aaeb
MH
5490Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5491
5492 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
5493
575453fb
MH
5494Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5495
5496 * config/tc-d10v.c (md_assemble): Fix bug which caused
5e04ff14 5497 second instruction in a line to be case sensitize.
575453fb 5498
5545556d
JL
5499Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
5500
5501 * config/tc-mn10200.c (mn10200_insert_operand): Don't
5502 range check operands with MN10200_OPERAND_NOCHECK set.
5503 (check_operand): Likewise.
5504
c0dea495
ILT
5505Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
5506
f5e38044
ILT
5507 * config/tc-mips.c: Undo part of last Friday's alignment changes.
5508 (md_begin): Always align the text section to a four byte
5509 boundary.
5510 (append_insn): Remove call to record_align.
5511
fbcfacb7
ILT
5512 * config/tc-mips.c (insn_label): Remove.
5513 (struct insn_label_list): Define.
5514 (insn_labels, free_insn_labels): New static variables.
5515 (mips_clear_insn_labels): New static function.
5516 (append_insn): Mark all mips16 text labels, and make them odd.
5517 Handle all labels after emitting a nop, not just one. Call
5518 mips_clear_insn_labels rather than just clearing insn_label.
5519 (mips_emit_delays): Add insns parameter, and use it to decide
5520 whether to mark mips16 labels. Handle all labels, not just one.
5521 Force mips16 labels to be odd. Change all callers.
5522 (mips16_immed): Don't check for an odd branch target.
5523 (md_apply_fix): Don't check mips16 mode for a branch reloc.
5524 (mips16_extended_frag): Ignore the low bit in a branch target.
5525 (md_convert_frag): Likewise.
5526 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
5527 clearing insn_label.
5528 (mips_align, mips_flush_pending_output, s_cons): Likewise.
5529 (s_float_cons, s_gpword): Likewise.
5530 (s_align): Use insn_labels rather than insn_label.
5531 (s_cons, s_float_cons, s_gpword): Likewise.
5532 (mips_frob_file_after_relocs): New function.
5533 (mips_define_label): Rewrite to add to insn_labels list.
5534 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
5535 * ecoff.c (ecoff_build_symbols): If the size of a function comes
5536 out odd, increment it.
5537
5538 * config/tc-mips.c (append_insn): Only update prev_insn when not
5539 reordering if place is NULL.
5540
c0dea495
ILT
5541 * config/tc-mips.c (mips16_ip): Check for a missing expression
5542 when using the register indirect addressing mode.
5543
d4ba37af
JL
5544Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
5545
5546 * config/tc-mn10200.c (mn10200_insert_operand): Don't
5547 check 24bit operands for overflow.
5548 (check_operand): Likewise.
5549
868c3513
ILT
5550Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
5551
5552 * doc/as.texinfo (Section): Document how to use the .section
5553 pseudo-op for COFF and ELF.
5554
6259c65f
ILT
5555Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
5556
5557 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
5558
a677feeb
ILT
5559Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
5560
5561 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
5562 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
5563 store them. Adjust other RELAX_MIPS16 macros.
5564 (RELAX_MIPS16_DSLOT): Define.
5565 (RELAX_MIPS16_JAL_DSLOT): Define.
5566 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
5567 handling of whether previous instruction has a fixup. Set
5568 prev_insn_reloc_type.
5569 (mips_no_prev_insn): Clear prev_insn_reloc_type.
5570 (mips16_extended_frag): Use the right base address for a PC
5571 relative add or load.
5572 (md_convert_frag): Likewise. If a PC relative add or load is
5573 used, record the alignment for the section.
5574
08e17202
ILT
5575Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
5576
54815b9a
ILT
5577 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
5578 linkonce section into a reloc against the section symbol.
5579
8a8121d5
ILT
5580 * config/tc-mips.c (mips16_macro): Remove nop instructions after
5581 branch instructions.
5582
08e17202
ILT
5583 * config/tc-mips.c (md_begin): If configured for an embedded ELF
5584 system, don't set the section alignment to 2**4.
5585 (s_change_sec): Likewise.
5586 (append_insn): Call record_alignment for the section.
5587 (md_section_align): Don't align the section size for an embedded
5588 ELF system.
5589
73d25784
ILT
5590Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
5591
5592 * write.c (adjust_reloc_syms): Make sure that symbols are
5593 resolved; expression symbols may have been skipped.
8dd6fde3 5594 * config/obj-coff.c (fixup_segment): Likewise.
73d25784 5595
a460cd78
MM
5596Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5597
5598 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
5599 BFD_RELOC_24_PLT_PCREL relocation.
5600 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
5601
60b43c4b
MH
5602Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5603
5604 * config/tc-d10v.c (write_2_short): Remove code that called
5605 parallel_ok() when the programmer specified parallel instructions.
5606
42aa2435
JL
5607Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
5608
a460cd78
MM
5609 * config/tc-mn10300.c (md_assemble): Update to handle endianness
5610 issues correctly.
5611
42aa2435
JL
5612 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
5613 * config/tc-mn10300.c (md_assemble): Likewise.
5614
41a0ed22
ILT
5615Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
5616
9b2ac029
ILT
5617 * config/tc-mips.c (append_insn): Make sure there is enough room
5618 in a frag after a mips16 instruction to switch it with a jump
5619 instruction.
5620
41a0ed22
ILT
5621 * config/tc-mips.c (mips16_extended_frag): Give an error for an
5622 attempt to use a non absolute symbol in an extending frag.
5623
dc1f8a21
JL
5624Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
5625
5626 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
5627 * config/tc-mn10200.h: Likewise.
5628
102633ce
ILT
5629Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
5630
a7dd20e8
ILT
5631 * app.c (do_scrub_chars): At the end of a C comment, pass space to
5632 UNGET rather than PUT. Set old_state before setting state to -2.
5633
559c664a
ILT
5634 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
5635 when extending because the value is exactly maxtiny + 1.
5636
8728fa92
ILT
5637 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
5638 arguments, and store them. Adjust other RELAX_MIPS16 macros.
5639 (RELAX_MIPS16_USER_SMALL): Define.
5640 (RELAX_MIPS16_USER_EXT): Define.
5641 (mips16_small, mips16_ext): New static variables.
5642 (append_insn): Pass mips16_small and mips16_ext to
5643 RELAX_MIPS16_ENCODE.
5644 (mips16_ip): Set mips16_small and mips16_ext.
5645 (mips16_immed): Don't check mips16_autoextend.
5646 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
5647
102633ce
ILT
5648 * write.c (write_relocs): Print an error for an out of range
5649 fixup, rather than calling abort.
5650
5651 * as.c (main): Unlink the output file if there are errors while
5652 generating the fixups.
5653
15e69f98
ILT
5654Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
5655
f74ba7a3
ILT
5656 * config/tc-mips.c (mips16_extended_frag): Don't call
5657 S_GET_VALUE.
5658 (md_convert_frag): Call resolve_symbol_value before calling
5659 S_GET_VALUE, and don't add in the frag address.
5660
15e69f98
ILT
5661 * config/tc-mips.c (mips16_immed): Add file and line parameters,
5662 and use them when reporting errors. Change all callers.
5663
ca82e4eb
JL
5664Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
5665
5666 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
5667 Remove '$' prefixing for registers.
5668
f787a8d9 5669Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
6cc03ed3 5670
f787a8d9
MH
5671 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
5672 is initialized before using it.
5673 (d10v_cleanup): No longer uses its argument, so make it void.
6cc03ed3 5674
f787a8d9
MH
5675 * config/tc-d10v.h (d10v_cleanup): Change prototype.
5676
00a69b89
ILT
5677Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
5678
5679 * write.c (fixup_segment): Don't discard the symbol for a PC
5680 relative fixup to an absolute symbol.
5681
996bee90
MH
5682Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5683
5684 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
5685 with multiple sections.
5686
943321c0
ILT
5687Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
5688
5689 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
5690 no-mips-16 to no-mips16.
5691 (s_mipsset): Accept .set mips16 and .set nomips16.
5692
8b1e9f12
MM
5693Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5694
5695 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
5696 argument, and check for +/- constant following the suffix, folding
5697 it into the expression.
5698 (ppc_elf_cons): Change ppc_elf_suffix calls.
5699 (md_assemble): Ditto.
5700 (shlib): Replace boolean mrelocatable with enumeration shlib.
5701 (md_parse_option): Discriminate between PIC style shared libraries
5702 and -mrelocatable.
5703 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
5704 libraries.
5705
b61802e7
MM
5706Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5707
5708 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
5709 change the comment characters.
5710
5711 * config/tc-ppc.c (comment_chars): Delete in favor of
5712 tc_comment_chars.
5713 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
5714 comment chars.
5715 (ppc_comment_chars): Select appropriate comment chars by default.
5716 (msolaris): New flag for -m{,no-}solaris.
5717 (md_parse_option): Recognize -K pic. Add support for
5718 -m{,no-}solaris.
5719 (md_show_usage): Update.
5720 (md_begin): Do not set ELF flags if Solaris.
5721 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
5722 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
5723
5724Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
5725
5726 * as.c (main): Correct handling of flag_always_generate_output.
5727
5840a0e5
JL
5728Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
5729
a9f2e3e2
JL
5730 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
5731 fx_offset, not fx_addnumber.
5732
5840a0e5
JL
5733 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
5734 reloc adjustments.
5735
b608274a
ILT
5736Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
5737
5738 * config/tc-i386.c: Correct misspelling: balenced to balanced.
5739
caeea0b4
ILT
5740Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
5741
5742 * config/tc-mips.c (md_section_align): Check for an alignment of
5743 4, not an alignment of 16. Corrects August 7 patch.
5744
cc5703cd
ILT
5745Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
5746
775c64a9
ILT
5747 * configure, conf.in: Rebuild with autoconf 2.12.
5748
c830c9ea
ILT
5749 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
5750 alignment is specified.
5751
cc5703cd
ILT
5752 Add support for mips16 (16 bit MIPS implementation):
5753 * config/tc-mips.c: Extensive additions for mips16 support, not
5754 listed here.
5755 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
5756 (insn_uses_reg): Change last parameter to an enum.
5757 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
5758 (md_relax_frag): Define as mips_relax_frag.
5759 (mips_relax_frag): Declare.
5760 (struct mips_cl_insn): Add use_extend and extend fields.
5761 (tc_fix_adjustable): Define.
5762 * config/obj-elf.h (S_GET_OTHER): Define.
5763 (S_SET_OTHER): Define.
5764
3ab410cd
C
5765Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
5766
5767 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
5768 o and p operand specifiers.
5769
a0a2af4f
DE
5770Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
5771
5772 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
5773 (relax_segment, case rs_org): Move code inside braces. Move locals
5774 target,after inside too.
5775 (relax_segment, case rs_machine_dependent): Guts moved to ...
5776 (relax_frag): New function.
5777 Call md_prepare_relax_scan if defined.
5778 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
5779 M68K_AIM_KLUDGE.
5780
0671e7f6
JL
5781Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
5782
a0a2af4f
DE
5783 * config/tc-mn10300.c (address_registers): Use '$' as register
5784 prefix instead of '%'.
5785 (data_registers, other_registers, md_assemble): Likewise.
5786
f98905f1
JL
5787 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
5788 (data_registers, other_registers, md_assemble): Likewise.
5789
0671e7f6
JL
5790 * config/tc-mn10300.c (md_assemble): Correctly determine the
5791 correct location and type for each relocation.
5792 (md_pcrel_from): Simplify.
5793
5895d3f2
ILT
5794Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
5795
5796 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
5797 converted into branch around branch.
5798
d9a9c18f
JL
5799Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
5800
5801 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
5802 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
5803 pc-relative relocs.
5804 * config/tc-mn10300.c (md_begin): Set linkrelax.
5805 (md_assemble): Create fixups as needed.
5806 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
5807
5e9b714f
MM
5808Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5809
5810 * config/tc-d10v.c (parallel_ok): When automatically converting
5811 serial ops to parallel, do not consider a branch as the first
5812 instruction.
5813
7f02192d
JL
5814Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
5815
5816 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
5817
43d695a1
JL
5818Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
5819
5820 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
5821 via PARAMS.
5822 (check_operand): Likewise.
5823
228835a9
MM
5824Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5825
5826 * config/tc-d10v.c (parallel_ok): Branch and link instructions
5827 modify r13.
ec5e212b
MM
5828 (write_2_short): Call parallel_ok to check whether two short
5829 instructions the user requested execute in parallel, can be
5830 executed that way.
228835a9 5831
edb89bfc
MH
5832Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5833
5834 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
5835 allow a branch and link in parallel with an exe instruction.
5836
5837Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5838
5839 * doc/c-d10v.texi: Add info on @word modifier.
5840
cdde2f5c 5841Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
efba8af0
JL
5842
5843 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
5844 operands are assumed to be 32bits. Use "bits" field to hold the
5845 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
5846 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
5847 to be 32bits.
cdde2f5c 5848
bdd91d4f
JL
5849 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
5850 of a MN10300_OPERAND_SPLIT operand by operand->shift.
5851
cdde2f5c
JL
5852 * config/tc-mn10300.c (mn10300_insert_operand): Handle
5853 MN10300_OPERAND_SPLIT.
5854
bfe5059c
JL
5855Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
5856
5857 * config/tc-mn10300.c (md_assemble): Insert operands into
5858 the extension part of the instruction if necessary.
5859 (mn10300_insert_operand): Accept pointer to extension word
5860 argument. Make insn a pointer argument too. Return type
5861 is now void. All callers changed.
5862
68328dc6
JL
5863Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
5864
5865 * config/tc-mn10300.c (mn10300_insert_operand): Handle
5866 repeated register operands.
5867
9af40217
ILT
5868Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
5869
9a5acea8
ILT
5870 * doc/as.texinfo: Added section on reporting bugs.
5871
9af40217
ILT
5872 * config/tc-alpha.c: Change uses of void * to PTR. Change the
5873 alpha_macro emit field to expect a const argument, and change the
5874 arg field to be const. Fix some spacing to follow the GNU
5875 standard.
5876
5877Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
5878
5879 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
5880 (pca56) and 21264 (ev6) cpus.
5881 (md_apply_fix): Private relocation types are now negative.
5882 (alpha_force_relocation): Likewise.
5883 (tc_gen_reloc): Likewise.
5884 (emit_insn): Likewise.
5885 (emit_ldXu): Do the right thing when the hardware can do byte insns.
5886 (emit_stX): Likewise.
5887 (emit_sextX): Likewise.
5888
527dc0c9
ILT
5889Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
5890
5891 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
5892 a symbol found in a reloc.
5893
5894 * symbols.c (resolve_symbol_value): Improve the error message if
5895 an undefined symbol is used in an expression.
5896
fe7e5bdf
ILT
5897Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
5898
5899 * doc/internals.texi: Rewrite, and add a lot of documentation.
5900 * doc/Makefile.in (internals.info): New target.
5901
193e4197
JL
5902Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
5903
5904 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
5905 against weak symbols.
5906
a334533c
JL
5907Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
5908
baf385b5
JL
5909 * config/tc-v850.c (md_assemble): Don't lose for relaxable
5910 addresses like .+6.
5911
2385d90a
JL
5912 * config/tc-v850.c (md_convert_frag): Make sure we insert the
5913 fixup at the right address within the frag.
5914
bc49fab8
JL
5915 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
5916 to an absolute value, instead increment it as needed.
5917
a334533c
JL
5918 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
5919 * config/tc-v850.c: Fix some indention problems.
5920 (md_relax_table): Define for D9->D99 branch displacement
5921 relaxing.
5922 (md_convert_frag): Do something useful instead of aborting.
5923 (md_estimate_size_before_relax): Likewise.
5924 (md_assemble): Note if the matching instruction has a relaxable
5925 operand. If it does, allocate frag with frag_var and don't
5926 do any fixups.
5927
a334533c
JL
5928Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5929
5930 * config/tc-d10v.h (md_cleanup): New function. This is needed to
5931 write out any buffered instructions when a ".end" is found.
5932
9051e56f
MH
5933Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
5934
5935 * read.c (read_a_source_file): New hook md_cleanup().
5936
07f9de2a
ILT
5937Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
5938
5939 * write.c (fix_new_exp): Use make_expr_symbol to build an
5940 expression symbol for a complex fixup.
5941
3723a1a9
JL
5942Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
5943
d3bbd9dc
JL
5944 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
5945 hacks to improve parsing of complex hi, lo, zda, etc
5946 expressions.
5947 (md_assemble): Don't demand and eat a trailing ')' after finding
5948 a v850 relocation prefix. Sign extend the constant in a
5949 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
5950 operand.
5951 (parse_cons_expression_v850): Don't eat a trailing ')' after
5952 finding a v850 relocation prefix.
5953
10fba7f1
JL
5954 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
5955 (TC_CONS_FIX_NEW): Likewise.
5956 * config/tc-v850.c (parse_cons_expression_v850): New function.
5957 (cons_fix_new_v850): Likewise.
5958
3723a1a9
JL
5959 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
5960
20fbbb59
ILT
5961Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
5962
5963 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
5964 for an unknown relocation type.
5965
7e96935e
JL
5966Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
5967
5968 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
5969 4 bytes of space.
5970
8ea15b86
JL
5971Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
5972
5973 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
5974 differently for movea & sst/sld insns.
5975
39176dfe
MM
5976Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5977
5978 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
5979 of instructions.
5980
87dd0a93
ILT
5981Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
5982
5983 * obj.h (struct format_ops): Add frob_file_after_relocs field.
5984 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
5985 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
5986 frob_file_after_relocs field.
5987 * config/obj-elf.c (elf_format_ops): Likewise.
5988 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
5989 including obj-elf.h.
5990
d12d1f6c
ILT
5991Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
5992
bf39474f
ILT
5993 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
5994 specially if not ELF.
5995 (md_apply_fix): Handle BFD_RELOC_64.
5996 (tc_gen_reloc): Handle BFD_RELOC_64.
5997
3030e864
ILT
5998 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
5999 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
6000 reloc hacking).
6001
d12d1f6c
ILT
6002 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
6003 Don't check S_GET_OTHER.
6004
b70795e9
ILT
6005Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
6006
538034cf
ILT
6007 * config/tc-mips.c (mips_ip): Accept an odd floating point
6008 register with l.s or s.s.
6009
b70795e9
ILT
6010 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
6011 .type pseudo-op.
6012 (obj_aout_type): New static function.
6013
b9d55d96
ILT
6014Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
6015
6016 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
6017
0f8e50bb
JL
6018Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
6019
548ddc71
JL
6020 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
6021 and sdaoff expressions.
6022
0f8e50bb
JL
6023 * write.c (fixup_segment): Don't add symbol value to addend if
6024 TC_V850 and OBJ_ELF.
6025 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
6026 pc-relative fixups.
6027
6028 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
6029 (md_pcrel_from_section): Likewise.
6030 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
6031
6032Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
f964b01d
JL
6033
6034 * config/tc-v850.c (md_pcrel_from): Delete unused function.
6035 (md_pcrel_from_section): New function.
6036 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
6037
0267c6c9
ILT
6038Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
6039
6040 * config/tc-mips.c (load_register): Add cast to offsetT when using
6041 a constant with &~.
6042
5d0cd0b8
ILT
6043Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
6044
6045 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
6046 (elf_frob_file_after_relocs): ... here. New function.
6047 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
6048 * write.c (write_object_file): Call *frob_after_relocs after the
6049 call to write_relocs.
6050
6051 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
6052
6053 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
6054 symbol, as this messes up linking. Instead, expand the recursive call
6055 inline and change up the appropriate bits to get the 0x8000 offset
6056 in the reloc addend.
6057
914f8998
ILT
6058Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
6059
1491f2ea
ILT
6060 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
6061 two symbols in the same segment to be adjusted.
6062
914f8998
ILT
6063 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
6064 * configure: Rebuild.
6065
f8a011cf
MM
6066Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6067
6068 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
6069 errors.
6070 (ppc_elf_validate_fix): Ditto.
6071 (md_assemble): Ditto.
6072 (ppc_tc): Ditto.
6073 (ppc_pe_section): Ditto.
6074 (ppc_frob_symbol): Ditto.
6075
1c3ae169
JL
6076Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
6077
3ab9337b
JL
6078 * config/mn10300.c (md_assemble): Pass an extra shift count
6079 to mn10300_insert_operand based on the opcode format.
6080 (mn10300_insert_operand): Accept and use extra shift count
6081 parameter.
6082
778c521b
JL
6083 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
6084 formats rather than hard-coded constants.
6085
1c3ae169
JL
6086 * config/tc-mn10300.c (md_assemble): Format D5 instructions
6087 are 7 bytes long. Write out instructions in big-endian format.
6088
a6be605a
JL
6089Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
6090
1c3ae169 6091 * config/tc-mn10300.c (md_assemble): Tweak further so
a6be605a
JL
6092 that all instructions are parsed correctly.
6093
5e1e8f23
ILT
6094Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
6095
6096 * as.h: Include libiberty.h.
6097 (xmalloc, xrealloc): Don't declare.
6098 * as.c: Don't include libiberty.h.
6099 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
6100 * config/tc-mips.c: Likewise.
6101 * messages.c: Likewise.
6102 (xstrerror): Don't declare.
6103 * xmalloc.c: Remove.
6104
1217102f
JL
6105Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
6106
6107 * config/tc-mn10300.h (pre_defined_registers) Remove.
6108 (system_registers, cc_names): Likewise.
6109 (address_registers, data_registers, other_registers): New register
6110 arrays.
6111 (register_name, system_register_name, cc_name): Remove.
6112 (mn10300_reloc_prefix): Likewise.
6113 (data_register_name): New function.
6114 (address_register_name, other_register_name): Likewise.
6115 (md_assemble): Rough cut at parsing operands. Remove lots of
6116 unwanted code.
6117 (md_apply_fix3): Disable for now.
6118
99e3ccb6
ILT
6119Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6120
6121 * config/tc-m68k.c (select_control_regs): New function, extracted
6122 out of m68k_init_after_args.
6123 (m68k_init_after_args): Use it.
6124 (mri_chip): Use it here as well to update set of allowed control
6125 regs for movec.
6126
0bd28bc4
ILT
6127Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
6128
6129 * config/obj-elf.c (elf_begin): New function.
6130 (obj_elf_section): Add the section symbol to the symbol table.
6131 * config/obj-elf.h (obj_begin): Define.
6132 (elf_begin): Declare.
6133 * as.c (perform_an_assembly_pass): Call obj_begin if it is
6134 defined.
6135
eb0dafdc
ILT
6136Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
6137
6138 * config/obj-coff.c (fixup_segment): Subtract the section address
6139 from a PC relative reloc if TC_M68K.
6140
76f841e6
ILT
6141Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
6142
6143 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
6144 .uaxword available even if not OBJ_ELF.
6145 (md_atof): Remove unused local variable wordP.
6146
0f91d763
JL
6147Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
6148
6149 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
6150 for Matsushita MN10x00 support.
6151 * configure.in: Recognize mn10x00-*-*
6152 * configure: Rebuilt.
6153
7c328bc7
ILT
6154Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
6155
6156 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
6157 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
6158 (load_expression): track clobbering of base reg before jmp/jsr.
6159 (s_alpha_file): pass case_hack flags and source filename via
6160 symbol table to bfd.
6161 * tc-alpha.h (TC_CONS_FIX_NEW): define
6162
fed13a5e
ILT
6163Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
6164
6165 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
6166 * configure: Rebuild.
6167
ffef69a3
ILT
6168Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
6169
a69e5977
ILT
6170 * read.c (s_macro): Warn if a macro has the same name as a
6171 pseudo-op.
6172 (s_space): In m68k MRI mode, align to a word boundary.
6173 * macro.c (define_macro): Add namep parameter. Change all
6174 callers.
6175 * macro.h (define_macro): Update declaration.
6176
bfc94743
ILT
6177 * as.c (show_usage): Print bug report address.
6178 (parse_args): Change version printing to match current GNU
6179 standards.
6180 * gasp.c (show_usage): Print bug report address.
6181 (main): Change version printing to match current GNU standards.
6182
0b810a6e
ILT
6183 * config/tc-m68k.c (init_table): Correct access control unit
6184 register numbers. From Ken Rose <rose@netcom.com>.
6185
ffef69a3
ILT
6186 * config/tc-alpha.c: Add some static function prototypes.
6187 (alpha_macros): Move to top of file. Make static.
6188 (alpha_num_macros): Move to top of file.
6189
8940a583
SG
6190Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
6191
6192 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
6193 generated by DWARF.
6194
8940a583
SG
6195Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
6196
6197 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
6198 and just call sprintf_vma.
6199
4fc2c99a
ILT
6200Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
6201
6202 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
6203
97f8e6ff
ILT
6204Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
6205
6206 * read.c (float_cons): Call md_flush_pending_output if it is
6207 defined.
6208
97f8e6ff
ILT
6209Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6210
6211 * config/tc-d10v.c (md_operand): Created. Allows operands to
6212 start with '#'.
6213 * config/tc-d10v.h (md_operand): Undefined.
6214
6e4f3f09
ILT
6215Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
6216
6217 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
6218 (md_assemble): A fixup width of '3' means a 1 byte reloc.
6219
72f70020
ILT
6220Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
6221
6222 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
6223 reloc for the i960 for a reloc in the same section. This undoes
6224 one of the two changes made Aug 19.
6225
ab299844
ILT
6226Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
6227
6228 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
6229 symbols to the position of the debugging information.
6230
15405999
ILT
6231Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
6232
6233 * expr.c (expr): Always use unsigned right shifts for >>.
6234
f17be658
JSC
6235Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
6236
6237 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
6238 slots when processing BL fixups.
6239
6240 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
6241 on the first half of the instruction.
6242
475c826b
ILT
6243Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
6244
1decafee
ILT
6245 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
6246 stabs expression, rather than giving an error.
6247
475c826b
ILT
6248 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
6249 the same file.
6250
8a3bdc3d
ILT
6251Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
6252
6253 * config/tc-mips.c (append_insn): Fill in the value for a constant
6254 jump, rather than creating a reloc.
6255
517078c1
ILT
6256Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
6257
d31a3f5e
ILT
6258 * config/tc-mips.c (append_insn): Don't swap an instruction which
6259 sets a condition code with an instruction which uses a condition
6260 code.
6261 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
6262 immediate value.
6263
ca296aab 6264 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
517078c1
ILT
6265 (mips_ip): Give a better error message if the ISA level is wrong.
6266 (md_parse_option): Recognize -mcpu=[v][r]5000.
6267
6268Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
6269
6270 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
6271 leading zeroes.
6272 (load_register): Ensure hi32 bits are not lost during lo32bit
6273 processing. Fix shift offset that was overflowing into the next
6274 instruction field. Add code to generate shorter sequences for
6275 constants with a single contiguous seqeuence of ones.
6276
5e6c6406
MH
6277Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6278
6279 * config/tc-d10v.c (d10v_dot_word): New function to support
6280 "@word" with the word pseudo-op.
6281 (md_apply_fix3): Cleanup and changes to support correct sizes
6282 for 16 and 18-bit relocs.
6283
df4021c1
DE
6284Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
6285
6286 * configure.in (sparc-*-aout): Set `em'.
6287 * configure: Regenerated.
6288 * config/te-sparcaout.h: New file.
6289 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
6290 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
6291 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
6292 (SPECIAL_CASE_{SETSW,SETX}): Define.
6293 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
6294 (md_begin): Delete setting of `target_big_endian'.
6295 (output_insn): New function.
6296 (md_assemble): Rewrite. Add `setx' support.
6297 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
6298 special cases.
6299 (md_atof): Add little endian support.
6300 (md_number_to_chars): Likewise.
6301 (md_apply_fix): Likewise.
6302 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
6303 (md_parse_option): Likewise.
6304 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
6305
cfc71c6d
ILT
6306Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
6307
6308 * ecoff.c (ecoff_new_file): New function.
6309 * ecoff.h (ecoff_new_file): Declare.
6310 * config/obj-ecoff.h (obj_app_file): Define.
6311
6312Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
6313
6314 * config/tc-alpha.c (load_expression): Bias the .lit8 section
6315 symbol by 32k so that our 16-bit signed offset can address the
6316 entire chunk. Reported by <matt@lkg.dec.com>.
6317
711254da
ILT
6318Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
6319
6320 * config/tc-mips.c (load_register): Remove unused variable tmp.
6321
1b68deb5
JSC
6322Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
6323
6324 * config/tc-mips.c (load_register): Remove unnecessary code that
6325 was causing the high 32bits of 64bit constants to be lost.
6326
1b68deb5
JSC
6327Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6328
6329 * config/tc-d10v.c: Added changes to support function
6330 pointers and "@word" syntax.
6331
05fd83ed
JL
6332Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
6333
6334 * config/tc-v850.c: Remove commented out and #if 0'd code.
6335 (v850_reloc_prefix): Provide prototype.
6336 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
6337 functions.
6338 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
6339 (md_assemble): Add default to case statement.
6340
270fd2ad
JL
6341Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
6342
6343 * config/tc-v850.c (md_assemble): Compute size of the instrction
6344 from the opcode.
74dd0c07 6345
2d56269e
JL
6346 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
6347 word fixups too.
6348
270fd2ad
JL
6349Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
6350
74dd0c07
JL
6351 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
6352 routines to fetch/store the updated instruction from/to memory.
6353 (v850_insert_operand): If the operand has a specialized insert
6354 routine, call it.
6355
c84615bc
C
6356Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6357
6358 * config/tc-v850.c (reg_name_search): Align calling convention to
6359 be like identical function found in tc-ppc.c.
6360 (get_reloc): Removed.
6361 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
6362 (md_assemble): emit fixups.
6363 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
6364 displacement.
6365 (md_apply_fix3): handle fixups/relocs.
6366 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
6367
0f616818
ILT
6368Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
6369
6370 Add SH ELF support.
6371 * configure.in (sh-*-elf*): New target.
6372 * config/tc-sh.h (TARGET_ARCH): Define.
6373 (WORKING_DOT_WORD): Define.
6374 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
6375 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
6376 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
6377 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
6378 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
6379 (SUB_SEGMENT_ALIGN): Likewise.
6380 (RELOC_32): Don't define.
6381 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
6382 (target_big_endian): Declare if OBJ_ELF.
6383 (TARGET_FORMAT): Define if OBJ_ELF.
6384 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
6385 numbers throughout.
6386 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
6387 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
6388 (struct sh_count_relocs): Define.
6389 (sh_count_relocs): New static function, broken out of
6390 sh_frob_file. Add BFD_ASSEMBLER code.
6391 (sh_frob_section): Likewise.
6392 (sh_frob_file): Call sh_frob_section.
6393 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
6394 call section_symbol rather than seg_info (seg)->dot.
6395 (md_section_align): Add OBJ_ELF version.
6396 (SWITCH_TABLE_CONS): Define.
6397 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
6398 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
6399 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
6400 BFD_ASSEMBLER.
6401 (struct reloc_map): Define if not BFD_ASSEMBLER.
6402 (coff_reloc_map): Likewise.
6403 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
6404 (tc_gen_reloc): New function if BFD_ASSEMBLER.
6405 * write.c (write_relocs): Ifdef out fx_where test which triggers
6406 inappropriately for SH ELF.
6407 (write_object_file): Call tc_frob_file_before_adjust and
6408 obj_frob_file_before_adjust if they are defined.
6409
6410 * write.c (write_object_file): Use BFD_RELOC_16, not
6411 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
6412
6413 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
6414 code.
6415
20dbcd5c
MH
6416Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6417
6418 * config/tc-d10v.c (find_opcode): Fix problem with calculating
6419 branch sizes in across sections.
6420
05631de2
JL
6421Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
6422
6423 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
6424 hi0() too.
6425
6426Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
6427
6428 * config/tc-v850.c (md_begin): Deal with end of opcode
6429 table marker.
6430
e592d28f
MH
6431Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6432
6433 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
6434 the wrong opcode for cases like st2w where there are many forms
6435 of the same instruction.
6436
6fce31a6
ILT
6437Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
6438
6439 * expr.c (operand): If md_parse_name is defined, call it before
6440 calling symbol_find_or_make.
6441 * config/tc-ppc.h (md_parse_name): Define.
6442 (ppc_parse_name): Declare.
6443 * config/tc-ppc.c (reg_name_search): Add regs and regcount
6444 parameters.
6445 (register_name): Update call to reg_name_search.
6446 (cr_operand): New static variable.
6447 (cr_names): New static const array.
6448 (ppc_parse_name): New function.
6449 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
6450 cr_operand before calling expression.
6451
a58b037a
JL
6452Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
6453
6454 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
6455 hppa_gen_reloc_type call.
6456
3017263b
MH
6457Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6458
6459 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
6460 on addresses. Improved error messages.
6461 * doc/c-d10v.texi: Added docs for register pairs.
6462
f9085532
MH
6463Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6464
6465 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
6466 checking code.
6467
58275724
ILT
6468Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
6469
6470 * ecoff.c (init_file): Initialize fMerge to 1.
6471 (add_file): Restore old file merging code, but only merge files if
6472 fMerge is set.
6473 (ecoff_directive_loc): Clear fMerge field of current file.
6474 (ecoff_generate_asm_lineno): Likewise.
6475
b1c28263
MH
6476Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6477
6478 * doc/c-d10v.texi: Fix typo.
6479
c9a32d6c
JL
6480Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
6481
58275724
ILT
6482 * config/tc-v850.c (md_assemble): Correct bit masking for
6483 hi and lo expressions.
6484
88b47a85
JL
6485 * config/tc-v850.c (md_assemble): Rough cut at demanding
6486 "ep" or "r30" in sst and sld instructions.
6487 (md_apply_fix3): Don't abort. Just warn that we don't
6488 have relocs yet.
6489
c9f1b2d9
JL
6490 * config/tc-v850.c (CC_NAME_CNT): Define.
6491 (cc_name): New function.
6492 (md_assemble): Handle V850_OPERAND_CC correctly.
6493
d5974c57
JL
6494 * config/tc-v850.c (md_assemble): Don't forget to initialize
6495 "insn"!
6496
0e8f9bd1
JL
6497 * config/tc-v850.c (reg_name_search): Generalize to search
6498 any given register table.
6499 (register_name): Pass appropriate table and size to reg_name_search.
6500 (system_register_name): New function.
6501 (SYSREG_NAME_CNT): Define.
6502 (md_assemble): Handle operands which are system registers.
6503
c9a32d6c
JL
6504 * config/tc-v850.c (md_assemble): If we find a register, but the
6505 opcode doesn't want a register, then we don't have a match.
6506 (md_assemble): Get size of the instruction from the opcode table.
6507
eeef602f
ILT
6508Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
6509
8ee90d35
ILT
6510 * configure.in: Set and substitute HLDENV.
6511 * configure: Rebuild.
6512 * Makefile.in (HLDENV): New variable.
6513 (as.new): Use $(HLDENV).
6514
eeef602f
ILT
6515 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
6516 if an array dimension is not known.
6517
6be9ec8d
MH
6518Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6519
6520 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
6521 * doc/c-d10v.texi: Cleanup.
6522
c6aa56bc
C
6523Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6524
6525 * config/tc-v850.c: New file.
6526 * config/tc-v850.h: New file.
6527 * configure (v850-*-elf): New target.
6528 * configure.in (v850-*-elf): New target.
6529
2c2e5626
MH
6530Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6531
6532 * doc/c-d10v.texi: New file.
6533 * doc/all.texi: Added D10V stuff.
6534 * doc/as.texinfo: Added D10V stuff.
6535
ab457c4c
MH
6536Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6537
6538 * config/tc-d10v.c: All references to defined symbols should
6539 now use the optimal instruction. .float and .double now work.
6540
d4e1b0be
ILT
6541Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
6542
6543 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
6544 section address for the i960 as is done for the i386.
6545
6546Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
6547
6548 * mpw-config.in: Add wildcards for config matching, add mips-*-*
6549 case, forward-include bfd/elf-bfd.h.
6550
b98b04ea
MH
6551Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6552
6553 * config/tc-d10v.c: Add additional information to the opcode
6554 table to help determinine which instructions can be done
6555 in parallel.
6556
b98b04ea
MH
6557Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
6558
6559 * config/tc-arm.c: Major changes to add Thumb support, with lots
6560 of change input from <rearnsha@armltd.co.uk>.
6561 Reverted to INSN_SIZE macro, rather than insn_size variable.
6562 (insns): Added ARM "bx" instruction support.
6563 (tinsns): Added Thumb instruction definition structure.
6564 (arm_tops_hsh): Added hash structure for Thumb opcodes.
6565 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
6566 (opcode_select,s_arm,s_thumb,s_code): Added.
6567 (decode_shift): Allow upper-case RRX.
6568 (do_ldst): Simpler halfword support.
6569 (do_ldmstm): Improved.
6570 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
6571 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
6572 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
6573 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
6574 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
6575 do_t_adr): Added.
6576 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
6577 (md_parse_option): Add support for -mthumb.
6578 (md_show_usage): Updated to reflect new command line option.
6579 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
6580 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
6581 fragment information to be held.
6582
6583Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
6584
6585 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
6586 non-null, but is a constant.
6587 (fix_new_arm): Call make_expr_symbol to make the expression symbol
6588 so that error reporting will work correctly.
6589
126436a8
ILT
6590Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
6591
6592 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
6593 against weak symbols.
6594
0e94336e
ILT
6595Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
6596
6597 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
6598 (ppc_force_relocation): Declare if OBJ_XCOFF.
6599 * config/tc-ppc.c (ppc_force_relocation): New function if
6600 OBJ_XCOFF.
6601
817e4f75
ILT
6602Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
6603
6604 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
6605
f494d503
MH
6606Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6607
6608 * config/tc-d10v.c: Fix problem with relocs.
6609
8d07d2c9
ILT
6610Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
6611
6612 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
6613 with nops if not in data_section or bss_section.
6614
f649d525
ILT
6615Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
6616
6617 Add support for openVMS/Alpha.
6618 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
6619 * config/obj-evax.c: New file.
6620 * config/obj-evax.h: New file.
6621 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
6622 defined.
6623 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
6624 defined. Add case for bfd_target_evax_flavour.
6625 * config/vms-a-conf.h: New file.
6626 * conf-a-gas.com: New file.
6627 * configure.in: Add target alpha-*-*vms*.
6628 * configure: Rebuild.
6629 * makefile.vms: New file.
6630 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
6631 Don't call ffs on openVMS/Alpha.
6632
5cece526
ILT
6633Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
6634
6635 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
6636 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
6637 and sbrk.
6638 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
6639 (NEED_DECLARATION_SBRK): New macro.
6640 * configure, conf.in: Rebuild.
6641 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
6642 (strstr): Declare if NEED_DECLARATION_STRSTR.
6643 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
6644
e592f0e6
ILT
6645Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
6646
d10df990
ILT
6647 * symbols.c (resolve_symbol_value): Handle addition or subtraction
6648 by a constant before entering the main switch. Reject attempts to
6649 apply an arithmetic function to non-absolute symbols, except for
6650 the special case of subtraction of two symbols in the same
6651 section.
6652
cf32394d
ILT
6653 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
6654 not to more than a 16 byte boundary.
6655
e592f0e6
ILT
6656 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
6657 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
6658 (tc_gen_reloc): If out of memory call as_fatal rather than
6659 assert. If no howto found, call as_bad_where rather than
6660 as_fatal. Change the error message slightly. Set howto to a
6661 non-NULL value in order to keep going.
6662
5d9a99a7
MH
6663Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6664
6665 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
6666
6a8e0036
JL
6667Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
6668
6669 * config/tc-h8300.c (get_specific): New operand "size" derived
6670 from ".b", ".w" and ".l" extensions. All callers changed. If
6671 the base instruction has no operands, then use the size to
6672 determine which specific instruction to use.
6673
3d7b0c49
ILT
6674Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
6675
6676 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
6677
10a14e36
ILT
6678Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
6679
6680 * config/tc-mips.c (md_section_align): Don't change addr if
6681 OBJ_ELF.
6682
470a679c
JL
6683Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
6684
6685 * config/tc-hppa.c: Revert yesterday's changes.
6686
b5cf6779
MH
6687Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6688
6689 * config/tc-d10v.c: Disable range checking on 16-bit values.
6690
159eb3c0
ILT
6691Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
6692
6693 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
6694 not just the ones that don't match.
6695
37e05f64
MH
6696Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6697
6698 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
6699
c479fc62
JSC
6700Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
6701
6702 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
6703 pre-cursor to adding Thumb support. Also added cpu_variant flag
6704 information to each of the asm_flg structures.
6705 (md_parse_option): Updated ARM7 parsing to allow 't' for
6706 thumb/halfword support, aswell as 'm' for long multiply.
6707 (md_show_usage): Updated help message.
6708 (md_assemble): Check that instruction flags are applicated to the
6709 current cpu variant.
6710 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
6711 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
6712 signextension instructions.
6713 (do_ldst): Generate halfword and signextension variants if
6714 mnemonic flags match.
6715 (ldst_extend): Do not allow shifts in the offset field of halfword
6716 or signextension instructions.
6717 (validate_offset_imm): Provide check on halfword and signextension
6718 immediate range.
6719 (add_to_lit_pool): Merge identical literal pool values.
6720
448b5aad
JL
6721Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
6722
6723 * config/tc-hppa.c (selector_table): Add 'E' selector.
6724 (cons_fix_new_hppa): Don't coke on e_esel.
6725 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
6726 to help generate exception handling tables.
6727 (md_apply_fix): Don't try to apply fixups with an e_esel
6728 selector.
6729 (hppa_fix_adjustable): Fixups with e_esel selectors
6730 are not adjustable.
6731
8dfb05cc
ILT
6732Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
6733
6734 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
6735 pseudo-ops.
6736
8544dc03
MH
6737Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6738
6739 * config/tc-d10v.c: Added lots of error checking. Added hacks
6740 to support accumulator shifts.
6741
5ca547dc
ILT
6742Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
6743
6744 * symbols.c (S_SET_EXTERNAL): Let .weak override.
6745 (S_CLEAR_EXTERNAL): Likewise.
6746 (S_SET_WEAK): Remove error; just let .weak override.
6747
35ad20a1
MH
6748Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6749
6750 * config/tc-d10v.c (md_assemble): Now handles multiline
6751 instructions.
6752
7c096652
MH
6753Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6754
6755 * config/tc-d10v.c: Fix packaging bug. Added range checking.
6756 Added kludge for divs instruction. Fixed minor problem with
6757 multiple text sections.
35ad20a1
MH
6758 * config/tc-d10v.h (d10v_cleanup): Change prototype.
6759
93050391
MH
6760Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6761
6762 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
6763 addresses to be right-shifted by 2.
6764
0ef32559
MH
6765Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6766
6767 * config/tc-d10v.c: Many changes to get relocs working.
6768 (register_name): No longer creates a symbol for register names.
6769 (pre_defined_registers): moved to opcodes/d10v-opc.c.
6770 (d10v_insert_operand): Now works correctly for either container.
6771 * config/tc-d10v.h (d10v_cleanup): Declare.
6772
97aca1bc
ILT
6773Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
6774
6775 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
6776 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
6777
6543a7fb
ILT
6778Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
6779
6780 * tc-alpha.c: Patches to track current minimum alignment to reduce
6781 the number of fragments created with frag_align.
6782 (alpha_current_align): New static variable.
6783 (s_alpha_text): Reset alignment to 0.
6784 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
6785 (s_alpha_stringer, s_alpha_space): New functions.
6786 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
6787 (alpha_cons_align): New function to replace both of them.
6788 (emit_insn): Only align if alpha_current_align is less than 2;
6789 reset alpha_current_align to 2.
6790 (s_alpha_gprel32): Likewise.
6791 (s_alpha_section): New function. Basically duplicate the other
6792 alpha section change hooks. Only define for ELF.
6793 (s_alpha_float_cons): Simplify alignment handling.
6794 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
6795 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
6796 Don't define the s_alpha_cons pseudo-ops. Do define
6797 s_alpha_stringer and s_alpha_space pseudo-ops.
6798 (alpha_align): Skip if less than current default alignment. Set
6799 default alignment.
6800 * tc-alpha.h (md_flush_pending_output): Remove.
6801 (md_cons_align): Add.
6802
6803 * tc-alpha.c: Add oodles of function description comments.
6804 (md_bignum_to_chars): Remove; there are no callers.
6805 (md_show_usage): Mention some more variants.
6806
091221ce
ILT
6807Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
6808
0b27ea39
ILT
6809 From Andrew Gierth <ANDREWG@microlise.co.uk>:
6810 * configure.in (sparc-*-sysv4*): New target.
6811 * configure: Rebuild.
6812
8dd07a84
ILT
6813 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
6814 uaxword to use s_uacons.
6815 (sparc_no_align_cons): New static variable.
6816 (s_uacons): New static function.
6817 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
6818 and return.
6819
6820 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
6821
cbe7dccb
ILT
6822 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
6823 5 with regard to shared libraries.
6824 * configure: Rebuild.
6825
091221ce
ILT
6826 * config/tc-m68k.c (m68k_ip): Use the correct length when
6827 allocating space for the unsupported architecture error message.
6828
05a8bf33
MM
6829Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6830
6831 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
6832
6833Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7be9a312
MH
6834
6835 * config/tc-d10v.c: New file.
6836 * config/tc-d10v.h: New file.
6837 * configure (d10v-*-elf): New target.
6838 * configure.in (d10v-*-elf): New target.
7be9a312 6839
10c9620d
MM
6840Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6841
6842 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
6843
0ee09671
ILT
6844Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
6845
6846 * config/tc-alpha.c (alpha_align): Change fill parameter
6847 to a pointer. Take NULL as 0 or nop depending on section. Change
6848 all callers.
6849 (s_alpha_align): Rename local variables.
6850
6851 * doc/as.texinfo (.align): Document action of omitted
6852 fill parameter.
6853
3128726c
ILT
6854Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
6855
6856 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
6857 when an unsupported PC relative reloc is seen, rather than calling
6858 abort.
6859
6860 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
6861 Instead, check state when '#' comment is seen.
6862
7f003b7f
ILT
6863Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
6864
a8aed9dd
ILT
6865 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
6866 OBJ_MAYBE_ELF.
6867 (tc_gen_reloc): If fixup was changed to be PC relative, change
6868 reloc type accordingly. Use name of reloc in error message.
6869
a5a78175
ILT
6870 * as.h: Don't define const or volatile.
6871 * flonum.h: Don't define const.
6872
7f003b7f
ILT
6873 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
6874 if fx_pcrel is set. Correct setting the addend case in the
6875 OBJ_ELF case (from Andreas Schwab
6876 <schwab@issan.informatik.uni-dortmund.de>).
6877 (md_show_usage): Correct -mfc5200 to -m5200.
6878
8d20a0a8
C
6879Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6880
910d7df2
C
6881 * doc/c-m68k.texi: Document -m5200 flag.
6882 * doc/as.texinfo: Likewise.
6883
8d20a0a8
C
6884 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
6885 scale factor.
6886
c0b34702
ILT
6887Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
6888
6889 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
6890 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
6891
45c85bcb
ILT
6892Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
6893
6624477c
ILT
6894 * Makefile.in (VERSION): Set to cygnus-2.7.1.
6895
45c85bcb
ILT
6896 * Released binutils 2.7.
6897
fc636a52
JSC
6898Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
6899
6900 * config/tc-mips.c (mips_ip): Only perform range check when
6901 dealing with O_constant expressions.
6902
d41d2ccc
C
6903Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6904
6905 * m68k-parse.h (m68k_register): Add new coldfile control
6906 registers.
6907
6908 * config/tc-m68k.c (mcf5200_control_regs): New variable,
6909 array of control registers for the coldfire.
6910 (cpu_of_arch): Added mcf5200.
6911 (archs): Added mcf5200.
6912 (init_table): Add new control registers.
6913 (m68k_ip): Added support for new control registers.
6914 (m68k_init_after_args): Likewise.
6915
6916 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
6917
5af96dce
ILT
6918Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
6919
c5d8f96e
ILT
6920 * read.h (is_it_end_of_statement): Declare.
6921 * read.c (is_it_end_of_statement): Remove declaration.
6922
6923 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
6924 within &&.
6925 (md_assemble): Fix handling of @l with an unsigned constant. Add
6926 default case to reloc switch.
6927
ac76c7e9
ILT
6928 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
6929
5af96dce
ILT
6930 Based on patches from Tom Quiggle <quiggle@sgi.com>:
6931 * ecoff.c (last_lineno): New static variable.
6932 (add_procedure): Set last_lineno.
6933 (ecoff_directive_loc): Likewise.
6934 (ecoff_generate_asm_lineno): Likewise.
6935 (ecoff_fix_loc): New function.
6936 * ecoff.h (ecoff_fix_loc): Declare.
6937 * config/tc-mips.c (append_insn): When inserting nops, and using
6938 ECOFF debugging, call ecoff_fix_loc.
6939
b9bddc84
JL
6940Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
6941
6942 * config/tc-h8300.c (build_bytes): If an operand type is
6943 marked as SRC_IN_DST retrieve it from the "destination" op.
6944
379c2fb4
ILT
6945Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
6946
69c1de90
ILT
6947 * configure.in (arm-*-riscix*): Set emulation to riscix.
6948 * configure: Rebuild.
6949 * config/te-riscix.h: New file to define TE_RISCIX.
6950
379c2fb4
ILT
6951 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
6952
6953Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
6954
6955 * Makefile.in (config.status): Just run config.status as other
6956 tools do.
6957
c611cd82
SS
6958Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
6959
6960 * mpw-config.in (TARGET_OS): Add definition to conf.
6961
fbf011f2
ILT
6962Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
6963
6964 * config/tc-mips.c (append_insn): Parenthesize
6965 cop_interlocks expressions.
6966
6967Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
6968
6969 * listing.c (listing_print): Close the listing file if it is not
6970 stdout. Close the other files opened for the listing.
681dbbc0
ILT
6971
6972 * config/tc-sparc.h (md_cons_align): Define.
6973 (sparc_cons_align): Declare.
6974 (HANDLE_ALIGN): Define.
6975 (sparc_handle_align): Declare.
6976 * config/tc-sparc.c (sparc_cons_align): New function.
6977 (sparc_handle_align): New function.
6978 * read.c (cons_worker): Call md_cons_align if it is defined.
6979
6980 * as.h (struct frag): Add fr_file and fr_line fields.
6981 * frags.c (frag_new): Set fr_file and fr_line.
6982 (frag_var): Likewise.
6983 (frag_variant): Likewise.
6984
7e027ce6
ILT
6985 * as.h (struct frag): Remove unused align_mask and align_offset
6986 fields.
6987
f9b990cd
ILT
6988 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
6989 From <uddeborg@carmen.se>.
6990
9b4b98bd
ILT
6991Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
6992
67b48b58
ILT
6993 * configure.in (mips-*-osf*): New target.
6994 * configure: Rebuild.
6995
9b4b98bd
ILT
6996 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
6997
344a8d61
JSC
6998Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
6999
7000 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
7001 between co-processor comparisons and branches for the VR4300.
7002
1c94de4d
JM
7003Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7004
7005 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
7006 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
7007 (docdir): Removed.
7008 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7009 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
7010 includedir): Use autoconf set values.
7011 (docdir): Removed.
7012
b290fd25
ILT
7013Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
7014
1c94de4d
JM
7015 * listing.c (listing_eject): Don't do anything if listing is 0.
7016 (listing_list): Likewise.
7017 (listing_source_line): Likewise.
7018 (listing_title): Don't save title if listing is 0.
7019 (listing_source_file): Check listing rather than listing_tail.
7020
b290fd25
ILT
7021 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
7022 using shared libraries.
7023 * configure: Rebuild.
7024
7025Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
7026
7027 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
7028 absolute expression if a relocation type was specified.
7029
644edced
ILT
7030Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
7031
7032 * configure.in: Add support for *-*-rtems* configurations.
7033 * configure: Rebuild.
7034
df586de2
ILT
7035Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
7036
7037 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
7038 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
7039 opcodes library for alpha.
7040 * configure: Rebuild with autoconf 2.10.
7041 * config/tc-alpha.c: Substantial rewrite to add ELF support and
7042 use new opcode table.
7043 * config/tc-alpha.h (md_undefined_symbol): Don't define.
7044 (LOCAL_LABEL): Define differently if OBJ_ELF.
7045 (FAKE_LABEL_NAME): Define if OBJ_ELF.
7046 * config/alpha-opcode.h: Remove.
7047 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
7048 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
7049 include/opcode/alpha.h rather than config/alpha-opcode.h.
7050
7ca8e36e
ILT
7051Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
7052
edec3111
ILT
7053 * config/obj-aout.c (obj_emit_relocations): Give an error if the
7054 relocation symbol was not resolved.
7055 * config/obj-coff.c (do_relocs_for): Likewise.
7056
7ca8e36e
ILT
7057 * write.c (adjust_reloc_syms): Refetch the symbol section after
7058 calling S_GET_VALUE, since it may have changed.
7059
7060 * expr.c (struct expr_symbol_line): Define.
7061 (expr_symbol_lines): New static variable.
7062 (make_expr_symbol): Add entry to expr_symbol_lines.
7063 (expr_symbol_where): New function.
7064 * expr.h: Use extern on function declarations.
7065 (expr_symbol_where): Declare.
7066 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
7067 rather than printing the meaningless name of an expression
7068 symbol.
7069
214f540d
KR
7070Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
7071
7072 * config/tc-i386.c (md_number_to_chars): Deleted.
7073 * config/tc-i386.h (md_number_to_chars): New macro.
7074
7075 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
7076 the file.
7077 (load_symbol_address, load_expression): Use build_mem.
7078 (build_operate): New function.
7079 (emit_addq_r): Use it.
7080
7081 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
7082
7083 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
7084
7085 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
7086
7087 * config/tc-vax.h (NOP_OPCODE): Define.
7088
7089 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
7090
7091 * config/obj-vms.h (S_IS_COMMON): Define.
7092 (S_IS_LOCAL): Check for \002 as well as \001.
7093 (LONGWORD_ALIGNMENT): New macro.
7094 (SUB_SEGMENT_ALIGN): Use it.
7095
7096 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
7097
7098 * config/vms-conf.h: Reconcile with conf.in.
7099
7b9b1eb2
ILT
7100Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
7101
793f9558
ILT
7102 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
7103 defined.
7104
84577dde
ILT
7105 * doc/as.texinfo: Document that any number of hex digits can
7106 follow \x.
7107
0d6cae1e
ILT
7108 * as.c (struct defsym_list): Define.
7109 (defsyms): New static variable.
7110 (parse_args): Just put --defsym arguments on defsyms list, rather
7111 than defining them.
7112 (main): Define defsyms after output file is created.
7113
6e3f7f1b
ILT
7114 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
7115 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
7116
8095b665
ILT
7117 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
7118 insn_error rather than calling check_absolute_expr.
7119
7120 * as.c (emulation_name): Remove unused static variable.
7121 (default_emul_bfd_name): Add return NULL to avoid warning.
7122 * ecoff.c (ecoff_stab): Remove unused variables name and
7123 name_end.
7124 * frags.c (frag_new): Remove unused variable tmp.
7125 * hash.c (hash_grow): Parenthesize + within <<.
7126 (hash_print_statistics): Use %lu, not %d, to print unsigned
7127 long variables.
7128 * messages.c: Include "libiberty.h".
7129 (fprint_value): Add cast to avoid printf warning.
7130 (sprint_value): Likewise.
7131 * read.c: Include "ecoff.h".
7132 (emit_expr): Add casts to avoid printf warnings.
7133 * read.h: Use extern for function declarations.
7134 (pop_insert): Declare.
7135 * stabs.c: Include "ecoff.h".
7136 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
7137 former_last_fragP, and new_fragP.
7138 * subsegs.h (subsegs_print_statistics): Declare.
7139 * symbols.c (debug_verify_symchain): Change macro to discard
7140 arguments.
7141 * write.c (dump_section_relocs): Likewise.
7142 * write.h: Use extern for function declarations.
7143 (write_print_statistics): Declare.
7144 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
7145 warning.
7146 * config/e-mipself.c (mipself_bfd_name): Likewise.
7147 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
7148
9ee759fc
ILT
7149 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
7150 emit relocations against external symbols.
7151
faa3f539
ILT
7152 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
7153 message if bfd_reloc_type_lookup fails, rather than calling
7154 assert.
7155
7b9b1eb2
ILT
7156 * config/tc-alpha.c (alpha_force_relocation): Add
7157 BFD_RELOC_12_PCREL to switch.
7158
7159Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
7160
7161 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
7162 TE_PE (Lfoo, not .Lfoo).
7163
d9453233
ILT
7164Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
7165
24b018ee
ILT
7166 * read.c (s_fill): Don't warn about a zero repeat count.
7167
c674dcaa
ILT
7168 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
7169 coprocessor register.
7170
d9453233
ILT
7171 * config/tc-i386.c (md_assemble): When checking the size of a
7172 register to set the size of an instruction, do a bitwise and with
7173 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
7174 or Reg16.
7175
3d0afe12
JL
7176Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
7177
7178 * config/tc-h8300.c (parse_reg): Tweak error messages.
7179 (build_bytes): Likewise.
7180 (skip_colonthing): Handle :32 suffix.
7181 (get_specific): Promote L_24 to L_32 if it makes a match.
7182 Don't always promote L_8 to L_16.
7183 (do_a_fix_imm): Clean up L_32 and L_24 handling.
7184
3d0afe12
JL
7185 * config/tc-h8300.c (Smode): New variable.
7186 (h8300hmode): Turn off Hmode.
7187 (h8300smode): New function. Turn on Smode and Hmode.
7188 (md_pseudo_table): New ".h8300s" pseudo-op.
7189 (parse_reg): Handle "exr" register.
7190 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
7191 Handle "mach" and "machl" operands for ldmac.
7192 (get_specific): Handle "stm.l" and "ldm.l".
7193 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
7194 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
7195 (Smode): Declare.
7196
370181a2
C
7197Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
7198
7199 * doc/as.texinfo: Reorder chapter of machine dependent options so
7200 that it is sorted by chip name.
7201
7202 * doc/as.texinfo: Use consistant spelling of Vax.
7203 * doc/c-vax.texi: Likewise.
7204
02d4dd87
JL
7205Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
7206
7207 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
7208 pseudo ops.
7209 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
7210 (md_apply_fix): Likewise.
7211 (pa_try): New function.
7212 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
7213
b81231b7
JL
7214Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
7215
7216 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
7217 (pa_level): New function.
7218
fe8d0ff3
ILT
7219Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
7220
7221 * listing.c (listing_newline): Don't do anything if listing is 0.
7222
7223Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
7224
7225 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
7226 symbol_create, not symbol_new.
7227
9bec2a42
ILT
7228Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
7229
7230 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
7231 absolute symbol unless TC_FORCE_RELOCATION returns true.
7232
7233 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
7234 version.
7235 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
7236 the symbol to a pointer. Don't set previous_file_symbol.
7237 Simplify symbol list rearrangement.
7238 (coff_frob_symbol): Don't do anything with C_FILE symbols.
7239 (coff_adjust_symtab): Don't check previous_file_symbol.
7240
c992cf9b
MM
7241Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7242
7243 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
7244 directive.
7245 (md_pseudo_table): Add ppc_elf_lcomm.
7246
1ba76615 7247Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
92e61d31
ILT
7248
7249 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
7250 d0{24:1},d0' works without an immediate prefix on the bit numbers.
7251 (md_begin): Add digits to alt_notend_table.
7252 (md_parse_option): Make s a const pointer.
1ba76615 7253
b91e85c2
ILT
7254 * config/tc-sparc.c (md_pseudo_table): Add "empty".
7255 (s_empty): New static function.
7256
e789e620
ILT
7257 * config/obj-coff.c (struct filename_list): Only define if not
7258 BFD_ASSEMBLER.
7259 (filename_list_head, filename_list_tail): Likewise.
7260 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
7261 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
7262 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
7263 have a section of N_ABS rather than N_DEBUG. If we do a merge,
7264 remove the new symbol from the list.
7265 (obj_coff_endef, both versions): Call tag_insert even if there is
7266 an old symbol with the same name, if the old symbol does not
7267 happen to be a tag.
7268 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
7269 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
7270 symbol that will be moved to the end of the symbol list.
7271 (coff_adjust_section_syms): Always call section_symbol for .text,
7272 .data, and .bss.
7273 (coff_frob_section): Likewise. Also, remove unused variable
7274 strname.
7275
0670452e
ILT
7276 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
7277 manipulating frags directly.
7278 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
7279 defined.
7280
41822c41
ILT
7281 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
7282 whether the next character is '*' before checking whether we are
7283 at the start of a line. Permit LINE_COMMENT_START to start a
7284 comment in state 1 (seen some whitespace) as well, to match the
7285 documentation.
7286
1ba76615
ILT
7287 * gasp.c (do_align): Permit a fill value for .align.
7288
ed381b67
JW
7289Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
7290
7291 * read.c (next_char_of_string): Warn if a newline is seen in the
7292 middle of a string. Call bump_line_counters when appropriate.
7293
7294Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
7295
7296 * symbols.c (colon): Use LOCAL_LABEL.
7297
2c7aeec6
TT
7298Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
7299
7300 * Makefile.in (install): Don't check to see if tooldir exists.
7301 Make $(tooldir) and $(tooldir)/bin.
7302
527b8324
MM
7303Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7304
7305 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
7306 default.
7307
3b426f5a
ILT
7308Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
7309
7310 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
7311 insn_error. Don't put the string "ERROR" in insn_error. Set
7312 insn_error rather than calling as_warn for an unsupported opcode.
7313
9c44af60
ILT
7314Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
7315
7316 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
7317 before permitting -64.
7318 * output-file.c (output_file_create): Remove duplicate
7319 bfd_perror.
7320
98bfd087
ILT
7321Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
7322
87178180
ILT
7323 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
7324 section rather than a .reginfo section.
7325 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
7326 information.
7327
98bfd087
ILT
7328 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
7329 bit value with the high bit set.
7330
b95bee13
ILT
7331Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
7332
7333 * read.c (s_lcomm): Set section flags for .sbss section.
7334
7335 * config/tc-mips.c (mips_64): New static variable.
7336 (mips_target_format): If mips_64, return elf64 targets rather than
7337 elf32 ones.
7338 (md_longopts): Add "32" and "64".
7339 (md_parse_option): Handle -32 and -64.
7340 (md_show_usage): Mention -32 and -64.
7341 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
7342 a 4 byte one.
7343
1facd5f0
MM
7344Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7345
98bfd087
ILT
7346 * config/tc-ppc.c (comment_chars): Make '!' a comment character
7347 for Solaris compatibility.
d0e1c803 7348
1facd5f0
MM
7349 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
7350 .stabd with 4 arguments into a .stabn.
7351
a40aee38
ILT
7352Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
7353
7354 * config/tc-mips.c (macro): When passing X_add_number to
7355 macro_build, cast it to int first.
7356
943bdfdc
ILT
7357Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
7358
54388b85
ILT
7359 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
7360 created by emit_expr.
7361
943bdfdc
ILT
7362 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
7363 as_perror rather than assert.
7364
9b61d62b
ILT
7365Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
7366
7367 * config/tc-mips.c (mips_ip): Mark sections created to hold
7368 floating point information as read only.
7369
e30c0076
MM
7370Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
7371
7372 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
7373
63cafcef
MM
7374Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7375
adeab39b
MM
7376 * read.c (potable): Add .skip as a synonym for .space.
7377
63cafcef
MM
7378 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
7379 4 arguments, providing the 4th argument is 0, to allow
7380 compatibility with the Solaris assembler.
7381
7382Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
7383
7384 * config/tc-sh.h (struct sh_segment_info_type): Define.
7385 (TC_SEGMENT_INFO_TYPE): Define.
7386 (sh_frob_label): Declare.
7387 (tc_frob_label): Define.
7388 (sh_flush_pending_output): Declare.
7389 (md_flush_pending_output): Define.
7390 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
7391 reloc before the instruction if necessary.
7392 (sh_frob_label): New function.
7393 (sh_flush_pending_output): New function.
7394 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
7395 when looking for the reloc for the target of .uses.
7396 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
7397 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
7398 emitted.
7399 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
7400 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
7401 the absolute symbol.
7402
7403 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
7404 TC_SEGMENT_INFO_TYPE is defined.
7405
3ea36b53
ILT
7406Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
7407
7408 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
7409 matches the register size.
7410
ecb9b1ca
JL
7411Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
7412
7413 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
7414 fx_done set.
7415 (do_relocs_for): Likewise.
7416 (fixup_segment): Don't just quit if linkrelax is set. Try to
7417 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
7418 nonzero.
7419
f122568e
MM
7420Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7421
7422 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
7423 relative relocations with -mrelocatable. Also allow unfixed
7424 relocs in .ex_shared.
7425
6648d3ae
ILT
7426Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
7427
7428 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
7429 non-zero before assuming this is a long file name.
7430 (w_strings): Likewise.
7431 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
7432
7433 * config/obj-coff.c (w_strings): Move declaration of i inside
7434 #ifdef block which uses it.
7435
c47fc401
JL
7436Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
7437
7438 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
7439 "relaxmode". Output relocs which identify various relaxing
7440 possibilities for mov.[bwl] instructions.
7441 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
7442
9ea82743
DE
7443Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
7444
7445 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
7446 (MD_APPLY_FIX3): Define.
7447 * config/tc-arm.c (my_get_expression): Only watch for bad segments
7448 if OBJ_AOUT.
7449 (md_apply_fix3): Renamed from md_apply_fix.
7450 If pcrel reloc and symbol is in different section, undo effects
7451 of md_pcrel_from.
7452
ab7db73b
JL
7453Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
7454
7455 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
7456 any reloc with an LR% or RR% field selector for SOM.
7457
c9324fcd
ILT
7458Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
7459
7460 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
7461 variables.
7462
d4d7d98c
ILT
7463Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
7464
7465 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
7466 SF_GET_STATICS set.
7467 (yank_symbols): Likewise.
7468
8fe2ec52
ILT
7469Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
7470
7681eb9d
ILT
7471 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
7472 BFD_ASSEMBLER, add name field.
ba97ba7e
ILT
7473 * config/obj-coff.c: Include "libiberty.h".
7474 (coff_header_append): Handle long section names.
7681eb9d
ILT
7475 (crawl_symbols): Just use the name field for the symbol name,
7476 without worrying about null byte termination.
7477 (w_strings): Handle long section names.
7478 (write_object_file): Likewise. Also, use the name field, rather
7479 than scnhdr.s_name.
7480 (obj_coff_add_segment): Permit long section names.
7481 (obj_coff_init_stab_section): Use the name field, rather than
7482 scnhdr.s_name.
7483 (adjust_stab_section): Likewise.
7484 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
7485
8fe2ec52
ILT
7486 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
7487 (mem_fmt): Likewise.
7488 (md_apply_fix): Don't check fx_im_disp field.
7489
556829bc
ILT
7490Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
7491
f9e36fc6
ILT
7492 * configure.in: Add * after sparc*-*-vxworks.
7493 * configure: Rebuild.
7494
556829bc
ILT
7495 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
7496 define it to comment_chars. Use tc_comment_chars rather than
7497 comment_chars.
7498 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
7499 * config/tc-m68k.h (tc_comment_chars): Define.
7500 (m68k_comment_chars): Declare.
7501 * config/tc-m68k.c (m68k_comment_chars): Rename from
7502 comment_chars. Change into a pointer rather than an array.
7503 (md_longopts): Add "bitwise-or".
7504 (md_parse_option): Handle OPTION_BITWISE_OR.
7505 (md_show_usage): Mention --bitwise-or.
7506 * doc/c-m68k.texi: Document --bitwise-or.
7507
116bf30f
ILT
7508Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
7509
912e4245
ILT
7510 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
7511 in 68000 mode.
7512
116bf30f
ILT
7513 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
7514 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
7515 correct handling of input line pointer, and call
7516 demand_empty_rest_of_line.
7517
58c9a12b
DE
7518Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
7519
7520 * config/tc-sparc.c (in_bitfield_range): New static function.
7521 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
7522 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
7523 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
7524 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
7525 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
7526
ff406bd3
ILT
7527Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
7528
7529 * config/obj-coff.c: BFD_ASSEMBLER:
7530 (coff_last_bf): New static variable.
7531 (coff_frob_symbol): Set endndx of a .bf symbol.
7532 Non BFD_ASSEMBLER:
7533 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
7534 (last_bfP): New static variable.
7535 (yank_symbols): Set endndx of a .bf symbol.
7536
47d12b2c
MM
7537Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7538
7539 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
7540 and -s options. Add -be for good measure.
7541
3ce7f41a
ILT
7542Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
7543
7544 * read.c (s_space): Support non-constant fill value. Handle fill
7545 value correctly for a size other than 1.
7546
865447db
DE
7547Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
7548
7549 * config/tc-arm.c (my_get_float_expression): Update call to
7550 gen_to_words, X_PRECISION changed from 6 to 5.
7551
159e6ef8
MM
7552Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7553
7554 * config/tc-ppc.c (register_name,reg_name_search): Move register
7555 name lookup from PE specific code to all targets. Add support for
7556 -mregnames/-mno-regnames to control whether register names are
7557 expanded or not.
7558 (md_assemble): Call register_name for all platforms.
7559 (md_parse_option): Add support for -mregnames/-mno-regnames.
7560
7561 * configure.in (powerpcle*-*-solaris): Add support.
7562 (powerpc*-*-linux): Ditto.
7563 * configure: Regenerate.
7564
7565 * config/ppc-sol.mt: New config file for PowerPC Solaris.
7566
7a15a226
ILT
7567Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
7568
aa9e2dbe
ILT
7569 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
7570 be associated with a single %lo reloc.
7571
7a15a226
ILT
7572 * config/tc-mips.c (load_address): Cast X_add_number to valueT
7573 before comparing against MAX_GPREL_OFFSET, so that negative
7574 numbers are handled correctly.
7575 (macro): Likewise.
7576
65feb78d
ILT
7577Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
7578
ed94c2b8
ILT
7579 * config/tc-sparc.c (last_insn): New static variable.
7580 (md_assemble): Warn about putting floating point branches in a
7581 delay slot. If architecture is less than v9, insert NOP
7582 instructions between floating point instructions and floating
7583 point branches. (The SunOS assembler does both these operations.)
7584 Save the last instruction opcode.
7585 (sparc_ip): Add pinsn parameter. Change caller.
7586
65feb78d
ILT
7587 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
7588 for byte jump to next instruction to skip empty frags.
7589
456c301f
ILT
7590Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
7591
7592 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
7593 for addq with a 16 bit signed value, just emit a lda instruction
7594 instead.
7595
b3ed89e8
JL
7596Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
7597
7598 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
7599 of a 32bit operand.
7600
b4cb4ea2
ILT
7601Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
7602
7603 * configure.in: Permit --enable-shared to specify a list of
7604 directories.
7605 * configure: Rebuild.
7606
dcb195f8
JL
7607Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
7608
7609 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
7610 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
7611
13e4a17e
ILT
7612Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7613
7614 * config/atof-ieee.c: Fix handling of denormalized extended
7615 precision numbers and overflow/underflow detection.
7616 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
7617 not include the 16 bit gap in the m68k extended precision format.
7618
2ae5f50b
ILT
7619Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
7620
7621 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
7622 <jdp@polstra.com>.
7623 * configure: Rebuild.
7624
54ea771f
JSC
7625Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
7626
7627 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
7628 be accessed using the $gp register.
7629 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
7630
65b12103
DE
7631Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
7632
7633 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
7634 bfd_mach_sparc_sparclet if current_architecture is sparclet.
7635
2271578d
ILT
7636Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
7637
7638 * read.c (get_line_sb): Bump line counters based on
7639 input_line_pointer[-1], not *input_line_pointer. Don't bother to
7640 call LISTING_NEWLINE.
7641 (s_macro): Don't call demand_empty_rest_of_line.
7642 * app.c (do_scrub_chars): When handling C style comments, unget
7643 ch2 rather than ch.
7644
7d3741ed
ILT
7645Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
7646
7647 * read.h (enum linkonce_type): Define.
7648 (s_linkonce): Declare.
7649 * read.c (potable): Add "linkonce".
7650 (s_linkonce): New function.
7651 * subsegs.h (segment_info_type): Add linkonce field to
7652 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
7653 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
7654 (obj_coff_pe_handle_link_once): Declare if TE_PE.
7655 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
7656 "coff/pe.h".
7657 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
7658 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
7659 entry based on the linkonce field in segment_info.
7660 * doc/as.texinfo: Document .linkonce.
7661
0c203340
C
7662Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
7663
7664 * doc/as.1: Changed to be recognized by catman -w on Solaris.
7665
867a58b3
ILT
7666Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
7667
3197da91
ILT
7668 * stabs.c (s_stab_generic): Call the listing functions before
7669 doing the rest of the processing, which may involve freeing the
7670 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
7671 SEPARATE_STAB_SECTIONS case.
7672
3c071b9f
ILT
7673 * config/tc-hppa.c: Remove nested comment.
7674 (tc_gen_reloc): Move label done inside the ifdef in which it is
7675 used.
7676 (md_apply_fix): Pass pointers to correct types to libhppa.h
7677 functions. Always return a value.
7678
867a58b3
ILT
7679 * config/tc-mips.h (tc_frob_file): Define.
7680 (mips_frob_file): Declare.
7681 * config/tc-mips.c (struct mips_hi_fixup): Define.
7682 (mips_hi_fixup_list): New static variable.
7683 (imm_unmatched_hi): New static variable.
7684 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
7685 offset_reloc. Pass imm_unmatched_hi to append_insn.
7686 (append_insn): Add unmatched_hi parameter. If it is set, add the
7687 new fixup to mips_hi_fixup_list. Change all callers.
7688 (mips_ip): Set imm_unmatched_hi when appropriate.
7689 (mips_frob_file): New function.
7690
d0352cbb
DE
7691Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
7692
7693 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
7694 * configure: Regenerated.
7695
4f74c042
ILT
7696Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
7697
7698 * as.c (main): Call bfd_set_error_program_name.
7699
5ba7c0be
ILT
7700Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
7701
c7a89bde
ILT
7702 * as.h (strdup): Don't declare.
7703 * stabs.c: Include libiberty.h
7704 (get_stab_string_offset): Use xstrdup rather than strdup.
7705 (s_stab_generic): Likewise.
7706 * as.c (parse_args): Likewise.
7707 * read.c (s_mri_sect): Likewise.
7708
5ba7c0be
ILT
7709 * gasp.c (change_base): Recognize \(...) construct documented to
7710 pass through enclosed characters literally through to the output.
7711 (process_assigns): Likewise. Also, be more careful to avoid
7712 looking past the end of the buffer.
7713
7714Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
7715
7716 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
7717 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
7718
d1f38e13
ILT
7719Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7720
7721 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
7722
649d87fe
ILT
7723Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
7724
7725 * config/alpha-opcode.h: Added cvtst instruction.
7726
975def01
ILT
7727Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
7728
7729 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
7730 string. Extract the addend from the result of expression.
7731
fde6018a
ILT
7732Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
7733
7734 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
7735 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
7736 mode, change the state to 3 rather than 1.
7737
ee0f488d
ILT
7738Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
7739
7740 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
7741 correspond to 11 March change.
7742
9da28504
JL
7743Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
7744
7745 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
7746 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
7747
ea2488ad
ILT
7748Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
7749
7750 * configure: Rebuild with autoconf 2.8.
7751
8fee8bf3
ILT
7752Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
7753
7754 * config/atof-ieee.c (gen_to_words): Improve handling of
7755 X_PRECISION numbers. Based on patches from Andreas Schwab
7756 <schwab@issan.informatik.uni-dortmund.de>.
7757
a31c2bc7
SC
7758Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
7759
7760 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
7761 (SEG_LAST): New.
7762 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
7763 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
7764 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
7765 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
7766 SEG_E9.
7767
7768Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
7769
7770 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
7771
73578b1e
JL
7772Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
7773
7774 * config/tc-hppa.c (SUBSEG_MILLI): Define.
7775 (pa_def_subspaces): Add $MILLICODE$.
7776 (pa_spaces_begin): Set section flags for $MILLICODE$.
7777
0c27542f
ILT
7778Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
7779
6b8ed20d
ILT
7780 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
7781 not SHT_NOBITS. Don't tamper with flags based on type if a
7782 special section was found (revert Feb 29 change).
7783
0c27542f
ILT
7784 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
7785 if aligning to a longword boundary or greater.
7786
6a413d6f
JW
7787Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
7788
7789 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
7790
4b295517
SC
7791Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
7792
7793 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
7794 * configure: Regenerated.
7795
eff5fcda
JL
7796Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
7797
421e2c27
JL
7798 * config/tc-hppa.c: Add default definitions for R_N0SEL and
7799 R_N1SEL since they're not defined for old versions of hpux.
7800
eff5fcda
JL
7801 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
7802 Set "sym_ptr_ptr" and "addend" fields to dummy values for
7803 R_N0SEL and R_N1SEL.
7804
bb1013d9
ILT
7805Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7806
d197a7ab
ILT
7807 * flonum-konst.c: Add two more constants for 1e+-2048 and
7808 1e+-4096, and correct the other constants.
7809
bb1013d9
ILT
7810 * symbols.c (resolve_symbol_value): Handle O_logical_not.
7811
30510276
MM
7812Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7813
7814 * config/obj-elf.c (obj_elf_section): Allow predefined section
0d8405e8 7815 types to set the nobits type. Avoid a shadowed declaration.
30510276 7816
75c90d61
JL
7817Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
7818
24b216e1
JL
7819 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
7820 reduce relocs using e_nlrsel field selectors.
7821
75c90d61
JL
7822 * write.c (fix_new_exp): Don't use #elif. Some compilers
7823 don't handle it.
83b59013
JL
7824
7825 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
7826 the selector table.
7827 (pa_chk_field_selector): Handle new field selectors for SOM.
7828
535cfd0f
ILT
7829Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7830
7831 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
7832 * configure: Rebuild.
7833 * config/te-linux.h (LOCAL_LABELS_FB): Define.
7834 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
7835 "a.out-m68k-linux".
7836 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
7837 is defined.
7838
d214421e
SS
7839Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
7840
7841 * mpw-make.sed: Update to handle shared library support.
7842
110b814d
DE
7843Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
7844
7845 * config/tc-sparc.c (sparc_ip): Print all architectures that support
7846 the insn on mismatch.
7847
805e36ab
RS
7848Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7849
7850 * configure.in: Add support for a29-coff.
7851 * configure: Rebuild.
7852
e41ab2a6
ILT
7853Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
7854
101a2346
ILT
7855 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
7856 of the section when looking for the R_SH_USES fixup, because the
7857 frag addresses have not yet been adjusted.
7858
940c413f
ILT
7859 * gdbinit.in: Set a breakpoint on as_warn_where.
7860
e41ab2a6
ILT
7861 * config/tc-mips.c (macro): Add missing arguments to macro_build
7862 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
7863
c6016ce2
ILT
7864Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
7865
7866 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
7867 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
7868
b32fbe07
DE
7869Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
7870
7871 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
7872
2e5e6879
DE
7873Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
7874
7875 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
7876 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
7877 Recognize [uU] format args as sparclet cpregs.
7878
8a2e1fdd
ILT
7879Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
7880
7881 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
7882 in bss_section.
7883
21965655
ILT
7884Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
7885
7886 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
7887 well as S_IS_EXTERNAL.
7888 (tc_fix_adjustable): Likewise.
7889 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
7890 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
7891 early.
7892 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
7893 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
7894
d8b42b96
DE
7895Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
7896
7897 * config/tc-sparc.c (max_architecture): Change to sparclite for
7898 32 bit arch.
7899 (default_compatible): Delete.
7900 (sparc_ffs): New function.
7901 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
7902 (sparc_ip): Rewrite architecture match and bump logic.
7903
7925f4d4
ILT
7904Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
7905
7906 * configure.in: Check for 'do not mix' from native linker before
7907 trying to use -rpath.
7908 * configure: Rebuild.
7909
ef2074c2
ILT
7910Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
7911
7912 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
7913 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
7914 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
7915 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
7916 is set.
7917 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
7918 to the symbol lnnoptr field, to get the correct file offset.
7919
28910c57
MM
7920Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7921
7922 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
7923 symbols that are not function, file, or section symbols to be
7924 object types.
7925
7c2fadd1
ILT
7926Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
7927
1a2f3c3f
ILT
7928 * configure: Set and substitute RPATH_ENVVAR.
7929 * configure: Rebuild.
7930 * Makefile.in (RPATH_ENVVAR): New variable.
7931 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
7932
7c2fadd1
ILT
7933 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
7934 doesn't need opcodes. If configuring shared, opcodes needs bfd.
7935 * configure: Rebuild.
7936
8a6f53e9
ILT
7937Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
7938
7939 * read.c (s_mri_sect): Don't return '\0' in type. Set all
7940 appropriate flags in BFD section.
7941
7942 * configure.in (m68k-*-psos*): New target.
7943 * configure: Rebuild.
7944 * config/te-psos.h: New file.
7945 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
7946 is defined.
7947
fb251650
ILT
7948Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
7949
ae09d880
ILT
7950 From Alan Modra <alan@spri.levels.unisa.edu.au>:
7951 * configure.in: Remove duplicate setting of cpu_type. Check
7952 whether opcodes library is required for on all targets, not just
7953 primary one.
7954 * configure: Rebuild.
7955
fb251650
ILT
7956 * config/tc-mips.c (mips_big_got): New static variable.
7957 (s_extern): Don't declare.
7958 (reg_needs_delay): New static function.
7959 (macro_build): Permit GOT/CALL_HI/LO relocs.
7960 (macro_build_lui): If place is not NULL, use the number in the
7961 expression.
7962 (load_address): Handle mips_big_got case.
7963 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
7964 store macros.
7965 (OPTION_XGOT): Define.
7966 (md_longopts): Add "xgot" if OBJ_ELF.
7967 (md_parse_option): Handle -xgot.
7968 (md_show_usage): Mention -xgot.
7969 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
7970 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
7971
d9396c16
ILT
7972Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7973
7974 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
7975 the byte relocation, point it to the low byte of the word.
7976
56f9773f
ILT
7977Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
7978
7979 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
7980 * configure: Rebuild.
7981
63e4edb5
DE
7982Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
7983
7984 * configure.in: Recognize any sparc* cpu.
7985 * configure: Regenerated.
7986
15ed5f2c
ILT
7987Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
7988
20710f1c
ILT
7989 * read.c (potable): Add "mri" and ".mri".
7990 (s_mri): New function.
7991 * read.h (s_mri): Declare.
7992 * app.c (scrub_m68k_mri): New static variable.
7993 (mri_pseudo): New static variable.
7994 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
7995 flag_m68k_mri. Initialize scrub_m68k_mri.
7996 (mri_state, mri_last_ch): New static variables.
7997 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
7998 fields.
7999 (app_push): Save new fields.
8000 (app_pop): Restore new fields.
8001 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
8002 If TC_M68K, use a trivial state machine to look for occurrences of
8003 the .mri pseudo-op, and change the mode appropriately.
8004 * as.h (do_scrub_begin): Update prototype.
8005 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
8006 do_scrub_begin.
8007 * config/tc-m68k.c (reg_prefix_optional_seen): New static
8008 variable.
8009 (m68k_mri_mode_change): New function.
8010 (md_parse_option): Set reg_prefix_optional_seen.
8011 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
8012 (MRI_MODE_CHANGE): Define.
8013 * doc/as.texinfo: Document .mri pseudo-op.
8014
15ed5f2c
ILT
8015 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
8016 comment character.
8017
a043f579
ILT
8018Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8019
8020 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
8021 * config/m68k-parse.h (enum pic_relocation): Define.
8022 (struct m68k_exp): Add pic_reloc field.
8023 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
8024 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
8025 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
8026 otherwise.
8027 * config/tc-m68k.c: Delete definition of NO_RELOC.
8028 (struct m68k_it): Add pic_reloc field.
8029 (add_fix): Copy over pic_reloc field.
8030 (md_pseudo_table): Interpret .align parameter as byte count.
8031 (mote_pseudo_table): Likewise.
8032 (tc_m68k_fix_adjustable): New function.
8033 (get_reloc_code): New function.
8034 (md_assemble): Use it as last argument to fix_new_exp.
8035 (md_apply_fix_2): For a relocation against a symbol don't put the
8036 addend into the data.
8037 (tc_gen_reloc): Different addend computation for OBJ_ELF.
8038 (m68k_ip): Don't relax an operand that requires pic relocation.
8039 (md_begin): Align .text, .data and .bss on 4 byte boundary by
8040 default.
8041 * write.c (fixup_segment): Don't add symbol value to addend if
8042 TC_M68K and OBJ_ELF.
8043 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
8044 (motorola_operand): Add rule for `(zapc, EXPR)'.
8045
6ca1156d
ILT
8046Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
8047
8048 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
8049 *really* is permissible before the comma.
8050
fcee3e24
ILT
8051Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
8052
8053 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
8054 inserting nop instructions.
8055
3e1c964d
ILT
8056Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
8057
8058 * config/te-aux.h: Change include of aux.h to aux-coff.h.
8059
4080c270
ILT
8060Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
8061
d782e3cc
ILT
8062 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
8063 class setting for a CALLNAME symbol in COFF.
8064
4080c270
ILT
8065 * read.c (potable): Pass negative numbers for new .balign[wl] and
8066 .p2align[wl] pseudo-ops.
8067 (s_align_bytes): Treat a negative argument as specifying the fill
8068 length.
8069 (s_align_ptwo): Likewise.
8070
1c9dbb83
ILT
8071Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
8072
71dd3c40
ILT
8073 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
8074 (do_align): Take new len parameter. Change all callers. Pass it
8075 to md_do_align.
8076 (s_align_bytes): Arg now indicates the length of the fill pattern.
8077 (s_align_ptwo): Likewise.
8078 * config/obj-coff.c (write_object_file): Pass length to
8079 md_do_align.
8080 * config/tc-i386.h (md_do_align): Take new len parameter.
8081 * config/tc-m88k.h (md_do_align): Likewise.
8082 * config/tc-m88k.c (m88k_do_align): Likewise.
8083 * config/tc-sh.h (md_do_align): Likewise.
8084 * config/tc-sh.c (sh_do_align): Likewise.
8085 * doc/as.texinfo: Document new pseudo-ops.
8086
8087 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
8088 done in cvt_frag_to_fill.
8089
9addcbb1
ILT
8090 * config/tc-sh.h (sh_do_align): Declare.
8091 (md_do_align): Define.
8092 * config/tc-sh.c (sh_do_align): New function.
8093
c15ea23a
ILT
8094 * ecoff.c (ecoff_build_lineno): Don't try to store the address
8095 difference if the next address is before the current one.
8096
9e64486e
ILT
8097 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
8098 (archs): Initialize new field.
8099 (m68k_ip): Don't list alias names when listing CPUs which support
8100 an instruction.
8101
8102 * as.c (main): Call parse_args before read_begin.
8103 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
8104 front of generated pseudo-ops.
8105 * read.c (potable): Ignore "name".
8106 (s_app_file): Permit a single quote after the string, since one
8107 may appear in m68k MRI mode.
8108
1c9dbb83
ILT
8109 * configure.in: Check for --enable-shared. If linking against
8110 shared BFD and opcodes, fix library name on SunOS, and try to set
8111 -rpath reasonably.
8112 * configure: Rebuild.
8113
8114Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
8115
8116 * as.h (flag_m68k_mri): Declare.
8117 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
8118 * Many files: For MRI syntax that is specific to the m68k MRI
8119 assembler, check flag_m68k_mri rather than flag_mri or
8120 MRI_MODE_NEEDS_PSEUDO_DOT.
8121
dd1d79e8
ILT
8122Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
8123
f9e90c2e
ILT
8124 * config/tc-i960.c (ARCH_HX): Define.
8125 (arch_tab): Add HX.
8126 (targ_has_sfr): Handle ARCH_HX.
8127 (targ_has_iclass): Handle ARCH_HX.
8128 (tc_coff_fix2rtype): Add return 0 to avoid warning.
8129 (tc_headers_hook): If the architecture was specified explicitly,
8130 use it when setting the flags. Set the extern variable coff_flags
8131 rather than headers->filehdr.f_flags, since the latter is set
8132 unconditionally in obj-coff.c.
8133 (i960_handle_align): Remove unused variable fixp.
8134
dd1d79e8
ILT
8135 Support for building bfd and opcodes as shared libraries, based on
8136 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
8137 * configure.in: Set OPCODES and BFD to search directories.
8138 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
8139 * configure: Rebuild.
8140 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
8141 (LIBDEPS): New variable.
8142 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
8143 $(HLDFLAGS) in link.
8144 (check): Set LD_LIBRARY_PATH in the environment.
8145
8146Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8147
8148 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
8149 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
8150 read-only, not read/write.
8151
e277d131
ILT
8152Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
8153
8154 * Makefile.in (INSTALL_XFORM): Remove -e.
8155
e24cf2b5
ILT
8156Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
8157
8158 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
8159 than comparing S_GET_SEGMENT to undefined_section.
8160 (write_object_file): Skip symbols which were equated to an
8161 undefined or common symbol.
8162 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
8163 S_IS_COMMON rather than comparing S_GET_SEGMENT to
8164 undefined_section.
8165 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
8166 or S_IS_COMMON call S_GET_VALUE.
8167 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
8168 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
8169 to an undefined or common symbol, convert the reloc to be against
8170 the target symbol.
8171 (obj_crawl_symbol_chain): Skip symbols which were equated to an
8172 undefined or common symbol.
8173 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
8174 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
8175 to an undefined or common symbol, convert the reloc to be against
8176 the target symbol.
8177 (obj_crawl_symbol_chain): Skip symbols which were equated to an
8178 undefined or common symbol.
8179 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
8180 S_IS_COMMON rather than comparing S_GET_SEGMENT to
8181 undefined_section.
8182 (yank_symbols): Skip symbols which were equated to an undefined or
8183 common symbol.
8184
4d9e33e4
ILT
8185Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
8186
9e396994
ILT
8187 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
8188 * config/obj-bout.h (S_IS_LOCAL): Likewise.
8189
4d9e33e4
ILT
8190 * configure.in: Make sure we only add m68k-parse.o to
8191 ${extra_objects} once, no matter how many m68k targets have been
8192 enabled.
8193 * configure: Rebuild.
8194
0ff513d9
SC
8195Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
8196
8197 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
8198 * configure: Rebuild.
8199
66b935da
ILT
8200Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
8201
c174fb5c
ILT
8202 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
8203 * doc/c-m68k.texi: Document .extend and .ldouble.
8204
66b935da
ILT
8205 * configure.in (m68*-apple-aux*): New target.
8206 * config/te-aux.h: New file.
8207 * config/obj-coff.c (compare_external_relocs): New static function
8208 if TE_AUX.
8209 (do_relocs_for): Sort relocs if TE_AUX.
8210 (fixup_segment): If TE_AUX, store common symbol value in segment.
8211 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
8212
30c2a08e
ILT
8213Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
8214
9e396994 8215 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
615c0a79 8216
30c2a08e
ILT
8217 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
8218 BSF_FUNCTION.
8219 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
8220 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
8221 symbol.
8222 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
8223 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
8224 an undefined symbol and the size of a function symbol.
8225 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
8226 for all common symbols.
8227
0e6f2f82
KR
8228Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
8229
8230 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
8231 scaling of index.
8232
8233 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
8234 m68k.
8235
8e3ff081
ILT
8236Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
8237
3e78d072
ILT
8238 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
8239 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
8240
8e3ff081
ILT
8241 * ecoff.c (localsym_t): Add addend field.
8242 (add_ecoff_symbol): Add addend argument. Change all callers.
8243 (coff_sym_value): Make static.
8244 (coff_sym_addend): New static variable.
8245 (ecoff_directive_def): Initialize coff_sym_addend.
8246 (ecoff_directive_val): Accept symbol + constant.
8247 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
8248 (ecoff_build_symbols): Include the addend in the symbol value.
8249
79edc846
KK
8250Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
8251
8252 * config/tc-ppc.c (md_assemble): Ignore overflow on
8253 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
8254
8255Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8256
8257 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
8258 bytes in size, so offset appropriately in big endian mode when
8259 writing the bottom 2 bytes.
8260
6cbc4e35
DE
8261Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
8262
8263 * config/tc-sparc.c (default_compatible): New static local.
8264 (md_begin): Initialize it. Rewrite warn_on_bump handling.
8265 (sparc_ip): If no architecture or -bump specified, don't mark as
8266 mismatched those in default_compatible.
8267
4fe0fddd
ILT
8268Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
8269
8270 SCO ELF support from Robert Lipe <robertl@arnet.com>:
8271 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
8272 * configure: Rebuild.
8273 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
8274 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
8275 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
8276 (sco_id): Declare if SCO_ELF.
8277
e70ad5d5
DE
8278Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
8279
8280 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
8281 ({max,warn_after}_architecture): New static locals.
8282 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
8283 If both architecture and -bump requested, set max_architecture to max.
8284 (sparc_md_end): Simplify.
8285 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
8286 Rewrite code to bump architecture and check for conflicts.
8287 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
8288 with Solaris assembler.
8289 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
8290 (md_show_usage): Update.
8291
a8248831
DE
8292Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
8293
8294 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
8295
6df07e7f
DE
8296Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
8297
8298 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
8299 #ifdef sparcv9 when choosing value.
8300 (ENV64): Delete.
8301 (md_end): Define.
8302 (sparc_md_end): Declare.
8303 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
8304 (initial_architecture): New static local.
8305 (can_bump_v9_p): Likewise.
8306 (NO_V9): Delete all occurrences.
8307 (sparc_md_end): New function.
8308 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
8309 Don't bump architecture to v9 unless can_bump_v9_p set.
8310 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
8311 * configure.in (sparc64 target cpu): Don't set obj_format here.
8312 (SPARC_V9): Renamed from sparcv9.
8313 (sparc64-*-elf*): Define SPARC_ARCH64.
8314 * configure: Regenerated.
8315 * acconfig.h (SPARC_V9): Renamed from sparcv9.
8316 (SPARC_ARCH64): Add.
7fcb3191 8317 * conf.in: Regenerated.
6df07e7f
DE
8318 * config/vmsconf.h: Update.
8319
c9c7c1d7
JSC
8320Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
8321
8322 * config/tc-mips.c (load_register): Optimise "dli" loads.
8323 (md_show_usage): add "-mcpu=vr4100" to help text.
16ce20d4 8324
07ce72c9
ILT
8325Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
8326
16ce20d4
ILT
8327 * symbols.c (resolve_symbol_value): If a symbol is equated to an
8328 undefined symbol, preserve the X_op of O_symbol.
8329 (S_GET_VALUE): Fix check to permit this case.
8330 * write.c (write_relocs): If a reloc is against an undefined
8331 symbol equated to another symbol, change the reloc to be against
8332 the latter symbol.
8333 * config/obj-coff.c (do_relocs_for): Likewise.
8334
07ce72c9
ILT
8335 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
8336 XMC_PR.
8337
d971d39e
MM
8338Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8339
8340 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
8341 computer is PowerPC.
8342
8343 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
8344
8345 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
8346 mentioned in the eabi.
8347
0291f0f5
KK
8348Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
8349
8350 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
8351 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
8352
c682be53
MM
8353Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8354
8355 * config/tc-ppc.c (mapping): Add more relocation suffixes.
8356
ee4fdbb9
MM
8357Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8358
8359 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
8360 as a section it is ok to have unadorned -mrelocatable pointers in.
8361
8362Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
747b98fe
MM
8363
8364 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
8365 #ifdef OBJ_ELF.
8366
f99d287b
MM
8367Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8368
8369 * config/obj-elf.c (obj_elf_section): Add hooks so machine
8370 dependent section attributes can be handled.
8371
8372 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
8373 macros to add support for exclude section flag and ordered section
8374 type.
8375
8376 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
8377 functions to add support for exclude section flag and ordered
8378 section type.
8379
347a705b
ILT
8380Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
8381
2a4e49a9
ILT
8382 * subsegs.c (section_symbol): Don't try to look up the section
8383 symbol in the hash table. It should be possible to have a symbol
8384 with the same name as a section, but no connection to it.
8385
d9f4dec1
ILT
8386 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
8387 From James Carlson <carlson@xylogics.com>.
8388
347a705b
ILT
8389 * expr.c (operand): Skip whitespace after a close parenthesis.
8390 From James Carlson <carlson@xylogics.com>.
8391
10c8c95e
JW
8392Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
8393
8394 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
8395 as_warn_where for relocation overflow.
347a705b
ILT
8396 (parse_reg): Accept register name only if next character is
8397 not alphanumeric.
10c8c95e 8398
cb844314
JL
8399Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
8400
8401 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
8402 addresses for static variables.
8403
36cb0e7c
MM
8404Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8405
8406 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
8407 and xgot give the old toc16 relocation.
8408 (md_apply_fix3): Support all GOT relocations.
8409
5e69b693
ILT
8410Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
8411
8412 * config/tc-mips.c (load_address): Correctly handle a constant in
8413 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
8414
29861dd0
C
8415Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8416
8417 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
8418 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
8419 (build_Mbytes): Handle REG_B.
8420
432b8fa8
ILT
8421Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
8422
8423 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
8424
ee68a042
RJ
8425Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
8426
8427 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
8428
b14630f2
ILT
8429Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
8430
8431 * config/obj-coff.c (write_object_file): Set the s_align field to
8432 the number of bytes, rather than to the power of 2.
8433
4a3d48fc
ILT
8434Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
8435
8436 * Makefile.in (DISTCLEAN_HERE): New variable.
8437 (distclean): Use it.
8438 (maintainer-clean): Depend upon clean-here rather than clean,
8439 distclean, and clean-info. Run make maintainer-clean in doc.
8440 Remove files listed in DISTCLEAN_HERE.
8441 * doc/Makefile.in (maintainer-clean realclean): Split out from
8442 distclean. Depend upon clean-info and distclean.
8443
7e5e83cf
SS
8444Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
8445
8446 * mac-as.r: Fix copyright and version strings.
8447 (cfrg): Use PROG_NAME instead of literal name.
8448
1b10f50d
ILT
8449Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
8450
8451 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
8452 call it.
8453 * config/tc-a29k.h (tc_unrecognized_line): Define.
8454 * config/tc-a29k.c (a29k_unrecognized_line): New function.
8455 (md_operand): Handle a29k style local dollar labels.
8456
2f3bbb1b
ILT
8457Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
8458
8459 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
8460
624c91d1
KR
8461Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
8462
8463 * read.c (s_fill): If md_flush_pending_output is defined, call
8464 it.
8465
9e4b3a23
KR
8466Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
8467
8468 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
8469 Treat rs_align_code like rs_align.
8470
3554987a
DE
8471Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
8472
8473 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
8474 converting an absolute address into a PC-relative one.
8475
90f543f6
SS
8476Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
8477
8478 * mpw-config.in: Don't always use te-generic.h for emulation.
8479 (powerpc-apple-macos): Use emulation te-macos.h.
90f543f6
SS
8480 * mpw-make.sed (install, install-only): Edit in Mac-specific
8481 install procedure.
8482
d4c8a45e
ILT
8483Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
8484
2eec8710
ILT
8485 * configure.in: Improve message about unsupported ELF targets.
8486 * configure: Rebuild.
8487
d4c8a45e
ILT
8488 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
8489 pattern is zero. From Manfred Hollstein.
8490
531a1af2
KK
8491Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
8492
8493 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
8494 the various idata sections, we check the name on the .section pseudo.
8495
464070de
ILT
8496Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
8497
8498 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
8499 add section's paddr to add_number; compatibility to native as and
8500 ld forbids.
8501
6a087325
KR
8502Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
8503
9d5aef80
KR
8504 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
8505
ac9ef8ee
KR
8506 * hash.c (struct hash_entry): Moved here...
8507 * hash.h (struct hash_entry): ...from here.
8508
6a087325
KR
8509 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
8510 if it's already known to be null.
8511
77fa4d98
MM
8512Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8513
8514 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
8515 bit relocs converted to PC relative relocs. This turned out to
8516 add the offset from the beginning of .text twice.
8517
c6e4e834
KR
8518Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
8519
8520 * stabs.c (s_stab_generic): In 's' case, free string from
8521 obstack.
8522
8523 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
8524 sy_name_offset.
8525 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
8526 Ditto.
8527
8528 * subsegs.h (segment_info_type): Make bitfields unsigned.
8529
8530 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
8531 and move them together. On most systems this will reduce the
8532 structure size by one word.
8533 (operatorT): Define O_max.
8534 * expr.c (expr_begin): Verify that X_op is wide enough to hold
8535 O_max.
8536
8537 * read.c (pop_insert): Print error returned by hash table
8538 insertion code.
8539
8540 * as.c (dump_statistics): Split out from main; dump some hash
8541 table stats and target-specific stats.
8542 (start_time): No longer automatic to main.
8543 (main): Set file-level start_time and call dump_statistics at
8544 exit. Exit by calling xexit.
8545 (show_usage): Make --statistics description less specific.
8546 * subsegs.c (subsegs_print_statistics): New function.
8547 * write.c (write_print_statistics): New function.
8548 (n_fixups): New static variable.
8549 (fix_new_internal): Increment it.
8550 * read.c (read_print_statistics): New function.
8551 * read.h (read_print_statistics): Declare.
8552 * symbol.c (symbol_print_statistics): New function.
8553 * symbol.h (symbol_print_statistics): Declare.
8554 * hash.c (hash_print_statistics): New function.
8555 * hash.h (hash_print_statistics): Declare.
8556 * config/tc-i386.c (i386_print_statistics): New function.
8557 * config/tc-i386.h (i386_print_statistics): Declare.
8558 (tc_print_statistics): New macro.
8559 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
8560 exit.
8561
8562 * hash.c (DELETED): Rewrite to use a valid but unique address.
8563 (START_POWER): Reduce to 10.
8564 (enum stat_enum): New enumerator, replacing STAT_* index macros.
8565 Add new values for counting strcmp calls.
8566 (GROW_FACTOR): New macro.
8567 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
8568 of nesting blocks.
8569 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
8570 (hash_new): Use FULL_VALUE.
8571 (struct hash_control): Definition moved here.
8572 (hash_code): Don't mask to low bits.
8573 (hash_ask): Mask returned hash code here. Check hash value before
8574 calling strcmp; count strcmp calls.
8575 * hash.h (struct hash_control): Declare, don't define, here.
8576 (HASH_STATLENGTH): Deleted.
8577 (struct hash_entry): Add field for hash code.
8578 (hash_say, hash_apply): Don't declare.
8579
8580 * hash.c (destroy): Return void.
8581 (applicatee): Ditto.
8582 (main): Fix declarations.
8583 (hash_apply): Return void. Argument `function' returns void. Put
8584 inside "#ifdef TEST".
8585 (hash_say): Define only if TEST is defined.
8586 * hash.h (hash_apply, hash_say): Declarations deleted.
8587
6a4667f4
ILT
8588Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
8589
8590 * configure: Rebuild with autoconf 2.7.
8591
330add8a
ILT
8592Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
8593
8594 * aclocal.m4 (AC_PROG_CC): Remove local definition.
8595 * configure: Rebuild with autoconf 2.6.
8596
520dd8d5
ILT
8597Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
8598
8599 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
8600 (ppc_stabx): Don't increment ppc_debug_name_section_size.
8601 (ppc_bc): Likewise.
8602 (ppc_frob_file): Remove.
8603 * config/tc-ppc.h (tc_frob_file): Don't define.
8604 (ppc_frob_file): Don't declare.
8605
880b7429
KR
8606Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
8607
d6c4a3fa
KR
8608 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
8609 * config/alpha-opcode.h: Include one-operand variants of jmp and
8610 jsr.
8611
880b7429
KR
8612 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
8613 with te-delta.h in 8.3 file systems.
8614 * configure.in: Adjusted.
8615
aa8a6656
ILT
8616Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
8617
880b7429
KR
8618 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
8619
aa8a6656
ILT
8620 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
8621 number.
8622 * expr.c (operand): Handle MRI suffixes after unadorned 0.
8623
7b889f5e
KR
8624Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
8625
da9b55af
KR
8626 Version 2.6 released.
8627 * Makefile.in (VERSION): Updated to 2.6.
8628
7b889f5e
KR
8629 * config/obj-coff.c (write_object_file): Change use of md_do_align
8630 to pass a pointer rather than a fill value, to match other uses.
8631
46618ae6
KR
8632Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
8633
7b889f5e
KR
8634 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
8635
46618ae6
KR
8636 * as.c (main): Move md_end call to just after call to
8637 perform_an_assembly_pass. Delete cpu-specific code here.
8638 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
46618ae6
KR
8639 * config/tc-arm.c (md_end): Unused function deleted.
8640 * config/tc-ns32k.c (md_end): Ditto.
8641
8642 * config/tc-i386.c (i386_align_code): New function, moved here
8643 from HANDLE_ALIGN macro.
8644 * config/tc-i386.h (HANDLE_ALIGN): Call it.
8645
8646 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
8647
8648 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
8649 before comparing
8650
8651 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
8652
8653 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
8654 multi-byte nops to avoid changing gcc. The necessary gcc change
8655 might break old assemblers.
8656
8657 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
8658
8659 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
8660 generate optimal multi-byte nop instructions for ".align n"
8661 ".align n,0x90", and aligns requiring more than 15 bytes of
8662 padding still generate multiple 0x90's as before.
8663
8664Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
8665
8666 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
8667
51bc513e
SS
8668Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
8669
8670 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
8671 * configure: Update.
8672 * mpw-make.sed: Reorder commands to make sed happier.
8673 * config/te-macos.h: New file.
8674 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
8675
8b39c5df
JL
8676Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
8677
8678 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
8679 conditional branches.
8680 (md_apply_fix): Likewise.
8681
8682Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
8683
8684 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
8685 generate a reloc which the linker will not handle correctly. Fix
8686 overflow checking--R_IREL is 18 bits, not 17.
8687
6a649eda
ILT
8688Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
8689
a071b8e9
ILT
8690 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
8691 from a PC relative reloc if TC_A29K.
8692
8693 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
8694 code depends upon it.
8695
6a649eda
ILT
8696 * config/tc-a29k.c (md_operand): Handle $float, $double, and
8697 $extend. Based on code from Eric Freudenthal
8698 <freudenthal@nyu.edu>.
8699 * config/tc-a29k.h (LEX_DOLLAR): Define.
8700 * read.c (LEX_DOLLAR): Define if not defined.
8701 (lex_type): Use LEX_DOLLAR.
8702
6364a188
ILT
8703Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
8704
8705 * configure.in (a29k-nyu-sym1): New target, just like other a29k
8706 targets.
8707
0fa6f8f6
ILT
8708Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
8709
8710 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
8711
8712Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
8713
8714 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
8715 used only by "dlltool.c".
8716
eec2cfef
ILT
8717Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
8718
8719 * config/tc-alpha.c: Undefine inline if not __GNUC__.
8720 (md_pseudo_table): Don't define "extern".
8721
df7504dc
ILT
8722Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
8723
a3d1c561
ILT
8724 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
8725
df7504dc
ILT
8726 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
8727
07d012f6
ILT
8728Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
8729
36e80ac6
ILT
8730 * macro.c (macro_expand_body): Don't warn about == with a
8731 nonexistent parameter, in case it is in a comment field.
8732
07d012f6
ILT
8733 * as.c (main): On TC_A29K, call macro_init with macro_alternate
8734 set to 1.
8735 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
8736 set, even if macro_alternate is set.
8737 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
8738 (sub_actual): If macro_strip_at, and kind is '@', don't look up
8739 the token unless it ended in '@'.
8740 * config/tc-a29k.c (line_separator_chars): Remove '@'.
8741 * doc/c-a29k.texi: Document macro usage on A29K.
8742
01f108bc
ILT
8743Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
8744
8745 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
8746 signed word.
8747 (install_operand): Likewise.
8748
8749 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
8750
8751Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
8752
8753 * configure.in (m88k-motorola-sysv*): New target.
8754 * configure: Rebuild.
8755 * config/te-delta88.h: New file.
8756 * config/obj-coff.c (write_object_file): Use md_do_align if it is
8757 defined.
8758 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
8759 (md_do_align): Define.
8760 * config/tc-m88k.c: Include "subsegs.h".
8761 (m88k_do_align): New function.
8762
8763 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
8764 (COFF_NOLOAD_PROBLEM): Define.
8765 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
8766
7954cc14
KR
8767Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
8768
8769 * config/tc-i386.c (md_assemble): For a jump instruction with
8770 non-constant target, require 7 available bytes in the current
8771 frag, not 6.
8772
d033806f
FF
8773Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
8774
8775 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
8776 bfd/libelf.h.
8777
d7b2038f
ILT
8778Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
8779
8780 * configure.in (alpha-*-linux*): Use ecoff.
8781 * configure: Rebuild.
8782 * ecoff.c (ecoff_directive_extern): New function.
8783 (ecoff_directive_weakext): New function.
8784 (ecoff_build_symbols): Handle weak symbols.
8785 (ecoff_setup_ext): Likewise.
59c80ca2 8786 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
8787 * ecoff.h (ecoff_directive_extern): Declare.
8788 (ecoff_directive_weakext): Declare.
8789 * symbols.c (S_IS_WEAK): New function.
8790 * symbols.h (S_IS_WEAK): Declare.
8791 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
8792 "weakext".
8793 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
8794 (s_extern): Remove.
8795
cbdf59ad
ILT
8796Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
8797
b629f627
ILT
8798 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
8799
7ab1edc8
ILT
8800 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
8801 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
8802 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
8803 * config/obj-coff.c (coff_frob_symbol): Don't call
8804 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
8805 one. If OBJ_XCOFF, try to figure out whether the symbol is going
8806 to be dropped.
8807
31751d9d
ILT
8808 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
8809 (ppc_stab_symbol): New static variable.
8810 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
8811 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
8812 sy_tc.real_name to the stab string.
8813 (ppc_bc, ppc_ec): New static functions.
8814 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
8815 do anything.
8816 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
8817 suffix.
0e3dd9a0
ILT
8818 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
8819 entries.
31751d9d 8820
cbdf59ad
ILT
8821 * input-scrub.c (input_scrub_push): Reset sb_index.
8822
91123dbe
ILT
8823Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
8824
8825 * listing.c (listing_newline): Don't create a frag in the absolute
8826 section.
8827
73255941
ILT
8828Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
8829
df72d2a5
ILT
8830 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
8831 (ppc_csect): Move most of the code to ppc_change_csect, and call
8832 it.
8833 (ppc_change_csect): New static function, taken from ppc_csect.
8834 (ppc_section): New static function.
8835 (ppc_saw_abs): New static varable.
8836 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
8837 a symbol has no csect.
8838 (ppc_adjust_symtab): New function.
8839 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
8840 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
8841
8842 * write.c (write_object_file): If tc_adjust_symtab is defined,
8843 call it just before the call to obj_adjust_symtab.
8844
73255941
ILT
8845 * symbols.c (symbol_find_or_make): Change name to be const.
8846 * symbols.h (symbol_find_or_make): Update declaration.
8847
9bfaf1b9
KR
8848Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
8849
8850 * doc/as.texinfo (Align): Mention SH.
8851 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
8852 .align value.
8853 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
8854 (Z8000 Directives, even): Don't give numeric align value, instead
8855 explain behavior.
8856
ae143278
DE
8857Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
8858
8859 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
8860 instruction.
8861
270433cc
PB
8862Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8863
8864 * Makefile.in (diststuff): Also make info.
8865 (maintainer-clean realclean): Also make clean-info.
8866
18a11401
JL
8867Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
8868
8869 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
8870 (pa_subspace): For ".nsubspa", always create a new subspace
8871 with the given attributes, even if one already exists with the
8872 same name.
8873
96fe71e1
MM
8874Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8875
8876 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
8877 TC_FORCE_RELOCATION, taking an additional section argument. If
8878 the section of the target symbol is not the same as the current
8879 section, always force the relocation to be used.
8880 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
8881
8882 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
8883 md_pcrel_from function, taking an additional section argument.
8884 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
8885
8886 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
8887 older TC_FORCE_RELOCATION if not defined.
8888 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
8889 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
8890 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
8891 TC_FORCE_RELOCATION.
8892
1d75481b
KR
8893Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
8894
8895 * input-scrub.c (as_where): Set name to null pointer if we don't
8896 have a file name.
8897 * messages.c (identify): Only print filename if non-null.
8898 (as_show_where): Ditto, for line number too.
8899 (as_warn_internal, as_bad_internal): Ditto.
8900
8901 * input-file.c (input_file_open): If the input file can't be
8902 opened, consider it an error.
8903
c625fc23
JSC
8904Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
8905
8906 * config/tc-mips.c: Added mips_4100 control, and support for
8907 accepting the 4100 as a MIPS architecture variant (md_begin,
8908 macro_build, mips_ip, md_parse_option). Adding suitable
8909 command-line OPTIONs, and updating the help text (md_show_usage).
8910
dd1a5316
KR
8911Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
8912
c625fc23
JSC
8913 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
8914 BFD_ASSEMBLER is defined.
8915
3366a224
KR
8916 * Use one active frag and one obstack per frag chain:
8917 * frags.c (frags): Variable deleted.
8918 (frag_alloc): New function.
8919 (frag_grow, frag_more, frag_variant, frag_now_fix,
8920 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
8921 frags variable.
8922 (frag_new): Ditto. Verify that frch_last and frag_now match on
8923 entry and exit, and that old frag_now has non-zero type. Replace
8924 "know" uses with "assert". Use frag_alloc instead of mucking with
8925 obstack alignment.
8926 * frags.h (frags): Declaration deleted.
8927 * subsegs.h (struct frchain): Add new field frch_frag_now.
8928 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
8929 variables.
8930 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
8931 give it any stricter alignment than frchainS structures need. Do
8932 not initialize frags obstack. Set frag_now to point to
8933 dummy_obstack. Initialize absolute_frchain.
8934 (subseg_set_rest): Save and restore frag_now in frch_frag_now
8935 field of frchainS. Don't create new frags on section switch, and
8936 use frag_alloc when creating a new frag chain. For absolute
8937 section, set frchain_now to absolute_frchain. Verify that
8938 frch_last and frag_now match on entry and exit. Initialize
8939 per-chain obstack, and under gcc, set required alignment to that
8940 needed by fragS structure.
c625fc23 8941
3366a224
KR
8942 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
8943
8944 * stabs.c (get_stab_string_offset): Only copy input string if a
8945 fresh copy is needed, not if the section already exists.
8946 (s_stab_generic): Cache stab section name to bypass lookups, since
8947 usually it will match. Could be made faster still by changing the
8948 memory allocation rules.
8949 (s_xstab): Cache section name to bypass repeated string
8950 allocation.
8951
8952 * frags.c (frag_new): Deleted register declarations.
8953
8954 * listing.c (frag_now): Don't declare.
8955
8956 * as.c (chunksize): New variable.
8957 (debug_memory): New variable.
8958 (main): If debug_memory is set, reduce chunksize and
8959 _bfd_chunksize.
8960 * as.h (chunksize): Declare it.
8961 * read.c (read_begin): Use it.
8962
de5ebe2e
KR
8963 * config/tc-alpha.c (md_shortopts): Include 'g'.
8964 (md_parse_option): Ignore it.
8965
dd1a5316
KR
8966 * Makefile.in (distclean): Remove Makefile and config.status from
8967 testsuite directory.
8968 (clean-here): Don't delete testsuite. Instead, delete only the
8969 files within it that would be generated by running tests.
8970
de5ebe2e
KR
8971 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
8972 frag_now_fix instead of accessing obstack info directly.
8973 * config/tc-arm.c (s_ltorg): Ditto.
8974 (md_assemble): Ditto.
8975
8976 * config/tc-i386.c (md_assemble): Call frag_grow instead of
8977 obstack_room.
8978
625f4e48
KR
8979Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
8980
8981 * stabs.c (aout_process_stab): Insert debug symbol into symbol
8982 chain after parsing value expression, if any, to avoid separating
8983 continued .stabs lines.
8984
33a8c1b6
ILT
8985Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
8986
8987 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
8988 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
8989
b6b8f911
MM
8990Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
8991
625f4e48
KR
8992 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
8993 -mcom support and PPC_OPCODE_ANY for -many.
8994 (md_parse_option): Ditto.
8995 (ppc_arch): Ditto.
8996 (md_begin): For duplicate instructions, print all duplicates
8997 before aborting.
b6b8f911 8998
4c2935f4
MM
8999Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
9000
9001 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
9002 common mode operation.
9003 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
9004
9005Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
9006
9007 * expr.c (op_rank): Add O_symbol_rva.
9008 * expr.h (operatorT): Add O_symbol_rva.
9009 * read.c (cons_worker): Set O_symbol_rva when necessary.
9010 * write.c (fix_new_exp): Understand O_symbol_rva.
9011
7db865dc
ILT
9012Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
9013
9014 * config/tc-mips.c: Correct s_cons arguments. From Michael
9015 Joosten <joost@ori.cadlab.de>.
9016
1b13e6fc
ILT
9017Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
9018
9019 * config/tc-ppc.c (ppc_macro): Make count unsigned.
9020 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
9021 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
9022 the fix_line field.
9023 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
9024 make non-static. Change all users.
9025 * config/obj-coff.h (coff_n_line_nos): Declare.
9026
9e3e3d4c
KR
9027Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
9028
9029 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9030
9031 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
9032
9033 * config/obj-elf.c (obj_elf_common): Convert specified byte
9034 alignment to power of two. Set size of local bss symbol.
9035
9036 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
9037
13a6c753
ILT
9038Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
9039
9040 * sb.c, macro.c: Decide whether to include <string.h> or
9041 <strings.h> just as as.h does.
9042
a75aafcd
DE
9043Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
9044
9045 * Makefile.in (site.exp): Fix setting of $srcdir.
9046
9047 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
9048 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
9049 all coff targets.
a75aafcd 9050
d89861c7
KR
9051Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
9052
4d2ba393
KR
9053 * doc/as.texinfo: Split out the NS32k family documentation,
9054 despite its being commented out for now.
9055 * doc/c-ns32k.texi: New file.
9056
2c5eb48d
KR
9057 * sb.c, macro.c: Include string.h.
9058
6b0a6eaa
KR
9059 * Makefile.in (comparison): Only check *.o; we don't care if
9060 timestamps inserted by the native linker differ.
9061
d89861c7
KR
9062 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
9063 if alignment stricter than 4 bytes is requested; in that case,
9064 align to a 4-byte boundary first.
9065
70aeac05
KR
9066 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
9067
9068 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
9069 uninitialized" warning for `Max_Source_Offset'.
9070
eaaa2a42
KK
9071Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
9072
9073 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
9074 qualifiers and detect errors if present.
9075 (md_assemble): Add call to parse_toc_entry. Also added some support
9076 for the [tocv] qualifier.
9077 (ppc_pe_tocd): New function to support data in the toc section.
9078
cd557d83
ILT
9079Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
9080
9081 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
9082 an absolute symbol.
9083
42ac8fa8
ILT
9084Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
9085
01f108bc 9086 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
9087 +65535, so ~VAL will not be rejected.
9088
42ac8fa8
ILT
9089 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
9090 skip characters after the pseudo-op.
9091 (s_else): Likewise.
9092 * read.c (get_line_sb): Don't look past buffer_limit.
9093 (s_include): In MRI mode, skip characters after the file name.
9094
eef66934
ILT
9095Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
9096
9097 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
9098 periods in register names.
9099
cdc49cba 9100For older changes see ChangeLog.1.
This page took 0.674518 seconds and 4 git commands to generate.