* ld.h (args_type): Add warn_mismatch field.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
42cf6555
MM
1start-sanitize-d30v
2Thu Oct 30 11:11:26 1997 Michael Meissner <meissner@cygnus.com>
3
4 * config/tc-d30v.c (build_insn): Allow odd registers for ld2w and
5 friends.
6
7end-sanitize-d30v
4ebda395
GRK
8start-sanitize-tx49
9Wed Oct 29 16:22:38 1997 Gavin Koch <gavin@cygnus.com>
10
11 * config/tc-mips.c (hilo_interlocks): True for tx49.
12 (md_begin): Add mips64tx49.
13 (md_parse_option): Add 4900 cpu.
14
15end-sanitize-tx49
c14d0cc0
ILT
16Fri Oct 24 15:56:47 1997 Ian Lance Taylor <ian@cygnus.com>
17
e59390a7
ILT
18 * config/tc-ppc.c (md_assemble): When handling @l, always sign
19 extend if the operand expects a signed value.
20
c14d0cc0
ILT
21 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Don't define; use
22 default which is to permit dollar labels.
23
1bb6aaad
RH
24Fri Oct 24 11:19:22 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>
25
26 * config/tc-sparc.c (sparc_memory_model): New variable.
27 (md_longopts): Add -TSO/-PSO/-RMO options.
28 (md_parse_options): Handle them.
29 (sparc_elf_final_processing): For 64 ELF, set required
30 memory ordering in e_flags. Default to RMO and let the user
31 override it through command line.
32
33 * config/tc-sparc.h (elf_tc_final_processing): Add.
34
1277cdda
RH
35Wed Oct 22 17:42:12 1997 Richard Henderson <rth@cygnus.com>
36
37 * config/tc-sparc.c (v9a_asr_table): New variable.
38 (sparc_ip): Handle v9a asr's.
39 Patch from David Miller <davem@vger.rutgers.edu>.
40
7532235c
RH
41Wed Oct 22 17:22:59 1997 Richard Henderson <rth@cygnus.com>
42
43 * config/tc-sparc.h (md_do_align): New macro.
44 * config/tc-sparc.c (sparc_handle_align): Handle rs_align_code.
45 Patch from Jakub Jelinek <jj@sunsite.mff.cuni.cz>.
46
517640d9
ILT
47Wed Oct 22 12:51:18 1997 Ian Lance Taylor <ian@cygnus.com>
48
82b4217b
ILT
49 * config/tc-sh.c (sh_small): New variable.
50 (OPTION_SMALL): Define.
51 (md_longopts): Add "small".
52 (md_parse_option): Handle OPTION_SMALL.
53 (md_show_usage): Mention -small.
54 * config/tc-sh.h (sh_small): Declare.
55 (SUB_SEGMENT_ALIGN): Handle sh_small.
56 * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH
57 case.
58
517640d9
ILT
59 * config/tc-mips.c (macro): Correct handling of constant in M_LI_D
60 case in little endian mode.
61
61a60a8a
DE
62Tue Oct 21 10:20:11 1997 Doug Evans <devans@canuck.cygnus.com>
63
64 * config/tc-sparc.c (md_apply_fix3, cases ..._H44, ..._HIX22): Leave
65 overflow signalling to linker.
66
71e0e8f9
ILT
67Mon Oct 20 14:54:06 1997 Klaus K"ampf <kkaempf@progis.de>
68
9659c18b
ILT
69 * makefile.vms: Fix for dec c.
70
71 * config-gas.com: Give explanation for dec c setup in error
72 message.
73
74 * config/tc-alpha.c (s_alpha_comm): Make .comm symbols separate
75 sections on openvms/alpha.
76
71e0e8f9
ILT
77 * config/obj-evax.c: support .weak pseudo-op
78
595da85d
DE
79Mon Oct 20 10:13:32 1997 Doug Evans <devans@canuck.cygnus.com>
80
70ee7782 81 * config/tc-sparc.c (default_arch_size): New static local.
595da85d
DE
82 (struct sparc_arch): Rename arch_size to default_arch_size.
83 New member user_option_p.
84 (sparc_arch_table): Always include v9, v9a. New entry v9-64.
85 (init_default_arch): Check whether default arch is valid.
86 Set default_arch_size in addition to sparc_arch_size.
87 (OPTION_32,OPTION_64): Define.
88 (md_longopts): New entries for -32, -64.
89 (md_parse_option): Handle them.
90 (md_show_usage): Print them. Ensure init_default_arch called.
70ee7782
DE
91 * configure.in (sparc64): Set arch to v9-64.
92 * configure: Regenerated.
595da85d 93
891a1584
ILT
94Sun Oct 19 13:50:50 1997 Ian Lance Taylor <ian@cygnus.com>
95
66a6a381
ILT
96 * write.c (subsegs_finish): New function, broken out of
97 write_object_file.
98 (write_object_file): Some code moves into subsegs_finish.
99 * write.c (subsegs_finish): Declare.
100 * as.c (main): Call subsegs_finish.
101
891a1584
ILT
102 * read.c (s_include): Check for error return from
103 demand_copy_string.
104
08ce71f5
RH
105Tue Oct 14 20:50:58 1997 Richard Henderson <rth@cygnus.com>
106
107 * read.c (get_line_sb): Accept any eol marker while scanning macros.
108
10b8f7f0
RH
109Tue Oct 14 19:12:45 1997 Richard Henderson <rth@cygnus.com>
110
111 * config/tc-alpha.h (DIFF_EXPR_OK): Define.
112 * config/tc-i386.h (DIFF_EXPR_OK): Define.
113 * config/tc-alpha.c (md_apply_fix): Notice fx_pcrel and substitute
114 the correct relocation when it exists.
115 * config/tc-i386.c (md_apply_fix3): Likewise.
116
117 * config/tc-ppc.h: Correct typo in comment.
118 * config/tc-v850.h: Likewise.
119
a0a5f4e2
AC
120Fri Oct 10 16:09:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
121
122 * config/tc-d10v.c (parallel_ok): Allow parallel instruction issue
123 when second instruction is writing to first instructions inputs.
124
856f843e
RH
125Mon Oct 13 15:27:17 1997 Richard Henderson <rth@cygnus.com>
126
127 * ecoff.c (PAGE_SIZE): Double to 8k as a hack to allow some C++
128 templated programs to build with -g.
129
c2806093
NC
130Fri Oct 10 17:48:29 1997 Nick Clifton <nickc@cygnus.com>
131
132 * config/tc-v850.c (md_relax_table): Add support for relaxing
133 unconditional branches. This patch is courtesy of Jim Wilson.
134 (md_convert_frag): Fix relaxing of branches. This patch is
135 courtesy of Jim Wilson.
136 (md_assemble): Create different fixups for conditional and
137 unconditional branches. This patch is courtesy of Jim Wilson.
138 (md_estimate_size_before_relax): Estimate size of variable part of
139 fixup based on whether it is for a conditional or an unconditional
140 branch. This patch is courtesy of Jim Wilson.
141 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
142 v850_zbss, v850_rosdata, v850_rozdata, v850_bss): Add call to
143 obj_elf_section_change_hook().
144 (v850_comm): New function.
145 (md_pseudo_table): Add new pseudo ops .zcomm, .scomm and .tcomm.
146 (md_begin): Add bss flag to seg_info of bss sections.
147
148 Add support for .scommon, .tcommon and .zcommon sections.
149
150 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add .scommon,
151 .zcommon, .tbss, .call_table_data and .call_table_text.
152
e01e18a8
DE
153Fri Oct 10 15:01:14 1997 Doug Evans <dje@canuck.cygnus.com>
154
155 * configure.in (sparc): Set DEFAULT_ARCH from correct target.
156 * configure: Regenerated.
157
b83565de
MH
158Fri Oct 10 11:22:45 1997 Martin M. Hunt <hunt@cygnus.com>
159
160 * config/tc-d10v.c: Fixes to make sure the AT_WORD
161 expression is not confused with -1.
162
528859ea
AC
163Fri Oct 10 11:54:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
164
165 * config/tc-d10v.c (parallel_ok): Flag SP as modified for @-sp
166 operand - OPERAND_ATMINUS.
167
719ddab4
MM
168Fri Oct 10 00:47:44 1997 Michael Meissner <meissner@cygnus.com>
169
170 * config/tc-d10v.c (parallel_ok): Note that auto increment and
171 decrement modify the index register.
172
ed1ed9f9
ILT
173Thu Oct 9 15:17:50 1997 Ian Lance Taylor <ian@cygnus.com>
174
15ab76e5
ILT
175 From Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au>:
176 * config/tc-m68k.c (archs): Add 68306, 68307, 68322, 68356, 68334,
177 68336, 68341, 68349.
178 * doc/c-m68k.texi (M68K-Opts): Add -m68ec000 -m68hc000 -m68hc001
179 -m68306, -m68307, -m68322, -m68356, -m68ec020, -m68ec030,
180 -m68ec040, -m68ec060, -m68330, -m68334, -m68336, -m68341,
181 -m68349.
182
57f269b1
ILT
183 * doc/Makefile.am (CPU_DOCS): Define.
184 (as.info): Depend upon $(CPU_DOCS).
185 * doc/Makefile.in: Rebuild.
186
ed1ed9f9
ILT
187 * configure.in: Remove AM_PROG_INSTALL; it's called by
188 AM_INIT_AUTOMAKE.
189 * configure: Rebuild.
190
d78d3671
JR
191Thu Oct 9 01:44:36 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
192
193 * tc-d10v.h (TC_START_LABEL): Don't define.
194 (tc_frob_label): Define.
195
c7b2ac28
JR
196Thu Oct 9 00:07:23 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
197
198 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't allow
199 to pair a branch and link with anything but an exe instruction.
200
8a8a91a5
RH
201Wed Oct 8 16:28:53 1997 Richard Henderson <rth@cygnus.com>
202
203 * config/tc-alpha.c (load_expression): Disable the sym+const .got
204 optimization to reduce the alignment surprises for gcc.
205
54b9ebdd
DE
206Wed Oct 8 16:11:15 1997 Doug Evans <dje@canuck.cygnus.com>
207
208 * config/obj-coff.h (TC_SPARC): Don't define TARGET_FORMAT.
209 * config/tc-sparc.c (sparc_target_format): Handle coff here.
210 (sparc_ip): Add %hix,%lox.
211 (md_apply_fix3): Call as_bad_where, not as_bad.
212 Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
213 (tc_gen_reloc): Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
214
0170f1c3
RH
215Wed Oct 8 12:33:32 1997 Richard Henderson <rth@cygnus.com>
216
217 * configure.in: Change alpha-*-* to alpha*-*-*; config.guess now
218 recognizes alphaev5 etc.
219 * configure: Rebuild.
220
6fd819cf
GRK
221Wed Oct 8 00:04:05 1997 Gavin Koch <gavin@cygnus.com>
222
223 * config/tc-mips.c (md_begin): Replace the TARGET_CPU value
224 of mipsr3900 with mipstx39.
225
226 * config/tc-mips.c (mips_ip): Don't print the 'opcode requires
227 -mipsXX message' if the insn isn't an ISA insn.
228
49136667
DE
229Tue Oct 7 12:48:30 1997 Doug Evans <dje@canuck.cygnus.com>
230
231 * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c.
232 Redefine TARGET_FORMAT to call sparc_target_format.
233 * config/tc-sparc.c (in_unsigned_range): New function.
234 (sparc_arch_size): Make static.
235 (sparc_target_format): New function.
236 (sparc_ip): Delete variable immediate_max. Rewrite %hi/etc reloc
237 handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44.
238 (output_insn): Set `fx_no_overflow'.
239 (md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}.
240 (tc_gen_reloc): Likewise.
241
a9da34ae
NC
242Mon Oct 6 14:04:50 1997 Nick Clifton <nickc@cygnus.com>
243
244 * config/tc-v850.c (v850_section): Remove.
245
246 * config/obj-elf.c (obj_elf_section): Enhance error message.
247
7e5c196e
ILT
248Fri Oct 3 15:40:38 1997 Ian Lance Taylor <ian@cygnus.com>
249
a3e8c5b7
ILT
250 * config/tc-mips.c: Undef OBJ_COPY_SYMBOL_ATTRIBUTES before
251 including obj-elf.h in OBJ_MAYBE_ELF case.
252 (mips_target_format): Return NULL after abort to avoid warning.
253
0e7c7b89
ILT
254 * ecoff.c (generate_ecoff_stab): Remove unused static function.
255
1175a6c6
ILT
256 * expr.c (operator): Accept ==. From Anders Blomdell
257 <anders.blomdell@control.lth.se>.
258
7e5c196e
ILT
259 * config/atof-ieee.c (gen_to_words): When generating a denormal
260 number, handle an overflow into the smallest normalized number.
261
002e8e4d
JR
262Mon Sep 29 15:24:52 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
263
264 * as.h, input-scrub.c (new_logical_line): New return value.
265 * read.c (s_app_file): Don't note the same file several times
266 in a row.
267
89b308f4
ILT
268Thu Sep 25 13:08:02 1997 Ian Lance Taylor <ian@cygnus.com>
269
270 * config/tc-m68k.c (m68k_ip): Remove ` operand specifier.
271
5e4e4739
ILT
272Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>
273
274 * configure.in (sh*-*-rtems*): New target, like sh-*-elf*.
275 * configure: Rebuild.
276
b5db0960
ILT
277Wed Sep 24 11:30:25 1997 Ian Lance Taylor <ian@cygnus.com>
278
469adf23
ILT
279 * config/tc-m68k.c (m68k_ip): Handle q and v operand specifiers.
280
c1503b28
ILT
281 * doc/c-i386.texi (i386-Float): Remove incorrect assertion that
282 fn* instructions do not insert implicit fwait. This was changed
283 Jan 29, 1996.
284
fdfabd68
ILT
285 * config/m68k-parse.y (yylex): Permit an expression to be used for
286 the scale factor.
287
3d07d766
ILT
288 * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y,
289 not m68k-parse.y.
290 * Makefile.in: Rebuild.
291
b5db0960
ILT
292 * aclocal.m4: Rebuild with new libtool.
293 * configure: Rebuild.
294
d70bab10
ILT
295Tue Sep 23 17:48:09 1997 Ian Lance Taylor <ian@cygnus.com>
296
15cfc4ad
ILT
297 * app.c (do_scrub_chars): Clear mri_state at end of .mri
298 pseudo-op.
299
d70bab10
ILT
300 * config/tc-mips.c (hilo_interlocks): Change from a static
301 variable to a macro, so that it varies with the variables upon
302 which it depends.
303 (gpr_interlocks, cop_interlocks): Likewise.
304 (md_begin): Don't initialize them.
305
e205ecb8
JL
306Fri Sep 19 17:08:41 1997 Jeffrey A Law (law@cygnus.com)
307
308 * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
309 of strcmp where appropriate.
310
920b87c4
NC
311Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com>
312
313 * config/tc-v850.c (md_assemble): Cope with a zero data area
314 relocation with a constant offset.
6df3c45f
NC
315 (md_assemble): Produce error message when special data area
316 relocations are used on instructions which do not support them.
46ad7d6c
NC
317 (md_assemble): Reset processor mask if defined by command line
318 switch.
920b87c4 319
90a579fa
DE
320Thu Sep 18 11:24:01 1997 Doug Evans <dje@canuck.cygnus.com>
321
af6f39b4
DE
322 * config/tc-sparc.c: Reorganize file.
323 (parse_keyword_arg): Allow numbers in reg names.
324 (SPECIAL_CASE_NONE): New macro.
325 (md_assemble): Use it.
2b09622a
DE
326 (lookup_arch,init_default_arch): New functions.
327 (default_arch,default_init_p,sparc_arch_table): New static locals.
328 (sparc_arch_size): New static local.
329 (max_architecture): Initialize in init_default_arch.
330 (md_parse_options): Call init_default_arch if necessary.
331 Rewrite -xarch/-A processing.
332 (md_show_usage): Print -A values from sparc_arch_table.
333 (md_begin): Call init_default_arch if necessary.
334 (sparc_md_end): Handle both 32 and 64 bit environments.
335 * config/tc-sparc.h (TARGET_FORMAT): Likewise.
336 * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete.
337 (DEFAULT_ARCH): Add.
338 * config.in: Regenerate.
339 * configure.in (sparc): Default DEFAULT_ARCH based on target cpu.
340 (SPARC_V9,SPARC_ARCH64): Delete.
341 * configure: Regenerate.
342 * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
90a579fa 343
936a8f55
NC
344Wed Sep 17 16:54:20 1997 Nick Clifton <nickc@cygnus.com>
345
346 * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
347 macro.
348 (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
349start-sanitize-v850e
00fd8294
NC
350
351 * config/tc-v850.c (md_assemble): Corrected typo.
936a8f55
NC
352 * config/tc-v850.c Add new sections: call_table_data and
353 call_table_text.
354 (v850_reloc_prefix): Add support for ctoff() relocation prefix.
355 (handle_ctoff): New Function.
356
357 * doc/c-v850.texi (V850 Opcodes): Document call table relocations.
358end-sanitize-v850e
359
75285178
NC
360Tue Sep 16 14:18:22 1997 Nick Clifton <nickc@cygnus.com>
361
362 * config/tc-v850.c (v850_reloc_prefix): Add support for a 16 bit
363 displacement from the tiny data area pointer.
364
896e248f
JL
365Mon Sep 15 21:28:09 1997 Jeffrey A Law (law@cygnus.com)
366
367 * config/tc-hppa.c (fix_new_hppa): Make declaration match
368 definition.
369
d30a2be4
NC
370Mon Sep 15 18:33:06 1997 Nick Clifton <nickc@cygnus.com>
371
372 * config/tc-v850.c (processor_mask): New variable.
373 (set_machine, md_parse_option): Set processor_mask.
374 (md_assemble): Check that instruction is available to target
375 processor.
376
377 * config/tc-v850.h (TARGET_PROCESSOR): New constant.
378start-sanitize-v850e
379 (TARGET_PROCESSOR): New constant.
d30a2be4 380 (TARGET_PROCESSOR): New constant.
d70bab10 381end-sanitize-v850e
d30a2be4 382
3836d0f3
GRK
383start-sanitize-tx19
384Mon Sep 15 17:26:46 1997 Gavin Koch <gavin@cygnus.com>
385
386 * config/tc-mips.c (mips_1900): Replace with mips_3900 and
387 mips16.
388
389end-sanitize-tx19
a611b1c2
KR
390start-sanitize-d30v
391Mon Sep 15 11:28:04 1997 Ken Raeburn <raeburn@cygnus.com>
392
393 Merge in work from Martin Hunt:
394
395 * config/tc-d30v.c (build_insn): For mvfsys and mvtsys,
396 CR is 0 for PSWL and PSWH.
397
398 * config/tc-d30v.c (do_assemble): Don't accept
399 illegal condition codes for cmpu instruction.
400
401 * config/tc-d30v.c: Add support for BFD_RELOC_D30V_9_PCREL
402 used in d*i instructions.
403
404 * config/tc-d30v.c (check_size): New function. Check
405 relocations for overflows.
406 (md_pcrel_from_section): Fix relocations between sections.
407 (md_apply_fix3): Use new relocation types for 15 and 21
408 bit relocations in the right container. Needed because
409 the address of the instruction is not eight-byte aligned
410 but the relocations must be.
411
412 * config/tc-d30v.c (md_apply_fix3): Check for overflow.
413 (find_format): If ".s" or ".l" are used, don't try
414 to compute branch sizes.
415
416 * config/tc-d30v.c (do_assemble): Check for ".s" or
417 ".l" extensions to opcode names.
418 (find_format): Generate the correct instructions when
419 ".s" or ".l" are used.
420
421 * config/tc-d30v.c (build_insn): Check for odd registers
422 on instructions that require even registers.
423
424 * config/tc-d30v.h (md_start_line_hook): Define.
425 * config/tc-d30v.c (md_start_line_hook): New hook.
426 Checks the beginning of each line for a ".". If it
427 finds one, assume a pseudo-op and flush any unwritten
428 instructions.
429
430 * config/tc-d30v.c (md_apply_fix3): Fix problem
431 with determining when fixups were done.
432
433 * config/tc-d30v.c (build_insn): Fix bug where the numeric
434 part of a symbol (for example, "foo+8") was being written
435 into the instruction.
436 (md_pseudo_table): Change .word to be 32 bits and add
437 .hword as 16 bits.
438
439 * config/tc-d30v.c (parallel_ok): Check to see if first
440 instruction is a jump.
441
442 * config/tc-d30v.c (parallel_ok): Major code reorganization.
443
444end-sanitize-d30v
756adc97
NC
445Wed Sep 10 10:07:08 1997 Nick Clifton <nickc@cygnus.com>
446
210c24d6
NC
447start-sanitize-v850e
448 * config/tc-v850.c (md_assemble): Corrected spelling mistake.
449end-sanitize-v850e
756adc97
NC
450 * configure.in (emulations): Add v850 emulation.
451
fda193d9
DE
452Tue Sep 9 17:14:33 1997 Doug Evans <dje@canuck.cygnus.com>
453
454 * Makefile.am (CPU_TYPES): Add arc.
455 (TARGET_CPU_CFILES): Add tc-arc.c.
456 (TARGET_CPU_HFILES): Add tc-arc.h.
457 (dependencies): Rebuild.
458 * Makefile.in: Rebuild.
29b35953
DE
459 * configure.in: Recognize arc-*-elf*.
460 * configure: Regenerated.
461 * config/tc-arc.[ch]: New files.
fda193d9 462
1ffec081
NC
463Tue Sep 9 10:19:37 1997 Nick Clifton <nickc@cygnus.com>
464
73a04028
NC
465 * doc/c-v850.texi (V850 Opcodes): Document hi0() reloc prefix.
466 Correct description of hi() reloc prefix.
467
9153e643
NC
468start-sanitize-v850e
469 * doc/c-v850.texi (V850 Opcodes): Document new reloc prefix.
470 * config/tc-v850.c (v850_reloc_prefix): Add hilo() reloc prefix.
471 * config/tc-v850.c (md_assemble): Add support for BFD_RELOC_32.
472end-sanitize-v850e
473
92fdb582
NC
474 * doc/c-v850.texi: Document new pseudo ops and command line
475 options.
476
1ffec081
NC
477 * config/tc-v850.c (set_machine): New function.
478 * config/tc-v850.c (.v850): New pseudo op.
479start-sanitize-v850e
480 * config/tc-v850.c (.v850e): New pseudo op.
1ffec081 481 * config/tc-v850.c (.v850eq): New pseudo op.
d70bab10 482end-sanitize-v850e
1ffec081
NC
483
484
47423a92
ILT
485Mon Sep 8 23:08:04 1997 Ian Lance Taylor <ian@cygnus.com>
486
487 Support -alh and -ald for DWARF 1:
488 * listing.c (struct list_info_struct): Add debugging field.
489 (listing_newline): Initialize the debugging field. If ELF, if the
490 section starts with .debug or .line, set the debugging field in
491 the listing structure.
492 (debugging_pseudo): Add list parameter. Change all callers. If
493 the debugging field is set, consider it to be a debugging pseudo.
494 If ELF, skip blank lines between debugging lines.
495 * read.c (emit_expr): If ELF, look for line numbers.
496 (stringer): If ELF, look for file names.
497
1fd5f4fc
NC
498Mon Sep 8 12:33:40 1997 Nick Clifton <nickc@cygnus.com>
499
b0b262f7
NC
500 * config/tc-v850.c (v850_insert_operand): Only test for overflow
501 if there is no insert function.
502
8816811b
NC
503 * config/tc-v850.h (TARGET_MACHINE): New constant.
504
1fd5f4fc
NC
505 * config/tc-v850.c (v850_insert_operand): Add
506 -mwarn_unsigned_overflow.
8816811b
NC
507 (md_begin): Set BFD machine number based on machine variable.
508 (md_parse_option): Add -mv850, -mv850e and -mv850eq options.
1fd5f4fc 509
bb434496
ILT
510Mon Sep 8 11:20:46 1997 Ian Lance Taylor <ian@cygnus.com>
511
512 * as.h: Don't declare alloca if it is a macro.
513 * macro.c: Likewise.
514
b637f306
GRK
515start-sanitize-tx19
516Sun Sep 7 16:04:53 1997 Gavin Koch <gavin@cygnus.com>
517
518 * config/tc-mips.c: Add tx19/r1900.
519
520end-sanitize-tx19
4a04414a
RH
521Sun Sep 7 00:30:19 1997 Richard Henderson <rth@cygnus.com>
522
523 * config/tc-alpha.c (md_parse_option): Move m[] out to top level and
524 rename to cpu_types[].
525 (s_alpha_arch): New function.
526 (md_pseudo_table): Add "arch".
527
528 * config/tc-alpha.c (md_begin): Merge the two loops through the
529 opcode table.
530 (s_alpha_proc): Add initial SKIP_WHITESPACE.
531 (s_alpha_set): Likewise. Use get_symbol_end instead local while loop.
532
8183bd07
FF
533Sat Sep 6 19:38:12 1997 Fred Fish <fnf@ninemoons.com>
534
535 * read.h (s_lcomm_bytes): Add prototype (for real this time).
536
662df350
ILT
537Thu Sep 4 12:10:01 1997 Ian Lance Taylor <ian@cygnus.com>
538
539 * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for
540 symbols on Irix.
541
2d278484
NC
542Wed Sep 3 11:21:33 1997 Nick Clifton <nickc@cygnus.com>
543
544 * config/tc-v850.c: Remove BFD_RELOC_V850_16_PCREL.
545
d37ce763
JL
546Tue Sep 2 18:32:30 1997 Jeffrey A Law (law@cygnus.com)
547
548 * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
549 relative to the next instruction, not the current instruction.
550 (md_assemble): Similarly.
551
ccf10718
NC
552Tue Sep 2 15:58:52 1997 Nick Clifton <nickc@cygnus.com>
553
19ebb9e3
NC
554 * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas
555 correcetd.
556
ccf10718
NC
557 * config/tc-v850.c: Add support for SDA/TDA/ZDA sections.
558 (v850_reloc_prefix): Duplicate code eliminated. Add code to
559 recognise special instructions.
560 (md_assemble): Calculation of the size of a fixups corrected.
561
562 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
563 sections.
564
28e1e54d
AC
565Tue Sep 2 15:40:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
566
567 * config/tc-v850.c (md_assemble): Use opcode->name instead of
568 opcode->opcode as the sentinal. Zero is a valid opcode.
569
11959ebc
ILT
570Tue Aug 26 16:51:14 1997 Ian Lance Taylor <ian@cygnus.com>
571
572 * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
573 * doc/c-v850.texi: Change node name to match other chapter nodes.
574
3f221096
NC
575Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com>
576
577 * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area
578 pointer.
3f221096 579
02bdbd8b
ILT
580Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com>
581
90b83993
ILT
582 * expr.c (integer_constant): If BFD64, don't make a bignum if the
583 number will fit in 64 bits.
584
4b231a26
ILT
585 * config/tc-alpha.c (load_expression): Check explicitly for O_big,
586 rather than calling abort.
587
a089d2da
ILT
588 * as.h: Don't define alloca if __GNUC__. Just declare it.
589 * macro.c: Copy alloca handling from as.h.
590
977d53fc
ILT
591 * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
592 Gabriel Paubert <paubert@iram.es>.
593
02bdbd8b
ILT
594 * config/tc-i386.c (md_assemble): In JumpByte case, when looking
595 for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
625ea5db 596 is jcxz or a loop instruction.
02bdbd8b 597
b688e04e
NC
598Mon Aug 25 16:04:14 1997 Nick Clifton <nickc@cygnus.com>
599
600 * config/tc-v850.c (pre_defined_registers): Add 'hp' as alias for
601 r2.
602 (md_begin): Set up machine architecture and type.
b688e04e 603
a77b3837
ILT
604Mon Aug 25 14:25:48 1997 Ian Lance Taylor <ian@cygnus.com>
605
2051ec0e
ILT
606 * symbols.c (resolve_symbol_value): Store the value back into the
607 symbol expression, to handle add or subtract simplification
608 correctly. Handle O_symbol_rva. Add default case.
609
a77b3837
ILT
610 * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
611 chunksize while creating the new subsection.
612 * as.c (chunksize): Initialize to zero.
613 * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
614 calling obstack_begin.
615
cf735d2a
NC
616Mon Aug 25 11:21:48 1997 Nick Clifton <nickc@cygnus.com>
617
618 * config/tc-v850.c (md_assemble): Restore input_line_pointer upon
619 exit.
620
621start-sanitize-v850e
622 * config/tc-v850.c (parse_register_list): Support constant
623 expressions as register lists.
3e906c08 624end-sanitize-v850e
cf735d2a 625
9c506dfb
NC
626Mon Aug 25 10:19:34 1997 Nick Clifton <nickc@cygnus.com>
627
628 * doc/c-v850.texi: Change the major node to v850 Machine
629 Dependencies.
630
d72d8c59
NC
631Fri Aug 22 11:16:14 1997 Nick Clifton <nickc@cygnus.com>
632
68eaa141
NC
633 * doc/as.texinfo: Add inclusion of c-v850.texi
634
635 * doc/c-v850.texi: New file.
636
d72d8c59
NC
637 * read.c (is_end_of_line): Make NUL character be considered to be
638 a line terminator.
639
5f044499
NC
640Fri Aug 22 10:45:33 1997 Nick Clifton <nickc@cygnus.com>
641
642 * config/tc-v850.c (parse_register_list): Add support for curly
643 brace syntax.
644 (cc_names): Add "e" and "ne" conditions.
5f044499 645
346c75cd
NC
646Thu Aug 21 11:00:36 1997 Nick Clifton <nickc@cygnus.com>
647
648 * app.c (do_scrub_chars): Support a double dash as starting a
649 comment that extends to end of line.
650
19f40fdc
NC
651Thu Aug 21 10:54:27 1997 Nick Clifton <nickc@cygnus.com>
652
653 * config/tc-v850.c (v850_section, v850_bss, v850_offset): New
654 functions.
655 (md_pseudo_table): New pseudo ops: .bss, .offset, .section
19f40fdc 656
d8beaa96
DE
657Thu Aug 21 00:59:53 1997 Doug Evans <dje@canuck.cygnus.com>
658
659 * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded
660 insn when changing to a different instruction.
661
bf5ac1b8
JR
662start-sanitize-sh4
663Wed Aug 20 00:45:20 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
664
665 * tc-sh.c (parse_reg, get_specific, build_Mytes): Add SH4
666 floating point extensions.
667 (parse_reg): parse sgr and dbr.
668
669end-sanitize-sh4
d8beaa96
DE
670Tue Aug 19 17:07:34 1997 Nick Clifton <nickc@cygnus.com>
671
672 * config/tc-v850.c (system_register_name): Support numbers for
673 system register IDs.
674
015b3352
FF
675Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>
676
677 * read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
678 flag when alignment is in bytes instead of power of 2, and code to
679 use that flag to convert alignment to bytes.
680 (s_lcomm, s_lcomm_bytes): New helpers that call s_lcomm_internal.
681 * read.h (s_lcomm_bytes): Add prototype.
682 * config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is
683 defined, write alignment to alignment bits in section header s_flags
684 rather than the s_align field.
685start-sanitize-tic80
686 * config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80.
687 * config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss
688 pseudo, instead of s_lcomm which wants a power of two for alignment.
689end-sanitize-tic80
690
c631cd59
RH
691Mon Aug 18 20:42:23 1997 Richard Henderson <rth@cygnus.com>
692
693 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
694
96e0ff46
RH
695Mon Aug 18 20:33:06 1997 Richard Henderson <rth@cygnus.com>
696
697 * as.c (show_usage): Add -am.
698 * input-scrub.c (input_scrub_include_sb): Don't add leading \n
699 if we've already got one.
700 * listing.c (struct list_info_struct): Add line_contents.
701 (listing_newline): Put unused argument to work: if non-null, save it...
702 (listing_listing): ... and regurgitate during listing instead of line
703 from file.
704 * listing.h (LISTING_MACEXP): New define.
705 (LISTING_NEWLINE): Argument is NULL.
706 * read.c (read_a_source_file): If expanding macros, break up input
707 lines and pass them to listing_newline.
708 * doc/as.texinfo: Document -ac and -am.
709
710 * cond.c (s_ifc): Add missing demand_empty_rest_of_line.
711
a365cd79
NC
712Mon Aug 18 11:26:36 1997 Nick Clifton <nickc@cygnus.com>
713
714 * config/tc-v850.c (md_apply_fix3): Add support for new 16 bit PC
715 relative reloc.
716
717start-sanitize-v850e
718Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
719
720 * config/tc-v850.c: Remove support_v850e flag and command line
721 option.
722
723 * configure.in (emulations): Add support for v850e target
724
725 * configure (emulations): Add support for v850e target
a365cd79 726
a365cd79
NC
727Mon Aug 18 11:24:21 1997 Nick Clifton <nickc@cygnus.com>
728
729 * config/tc-v850.c: Remove support_v850eq flag and command line
730 option.
731
732 * configure.in (emulations): Add support for v850eq target
733
734 * configure (emulations): Add support for v850eq target
d70bab10 735end-sanitize-v850e
a365cd79 736
cd924033
ILT
737Fri Aug 15 14:00:13 1997 Ian Lance Taylor <ian@cygnus.com>
738
999f3587
ILT
739 * Makefile.am (check-DEJAGNU): Don't cd into testsuite until after
740 setting EXPECT and TCL_LIBRARY.
741 * Makefile.in: Rebuild.
742
cd924033
ILT
743 * as.h (enum debug_info_type): Define.
744 (debug_type): Declare.
745 * as.c (debug_type): New global variable.
746 (show_usage): Add --gstabs.
747 (parse_args): Handle --gstabs.
748 * read.c (generate_asm_lineno): Remove.
749 (read_a_source_file): Output stabs debugging if appropriate.
750 Change checks of generate_asm_lineno to check debug_type. Only
751 generate ECOFF debugging if ECOFF_DEBUGGING is defined.
752 * read.h (generate_asm_lineno): Don't declare.
753 (stabs_generate_asm_lineno): Declare.
754 * stabs.c (stabs_generate_asm_lineno): New function.
755 * ecoff.c (add_file): Use debug_type, not generate_asm_lineno.
756 Don't turn off debugging.
757 (add_file): Remove old #if 0 code.
758 (ecoff_new_file): Set debug_type, not generate_asm_lineno.
759 (ecoff_directive_end): Don't generate stabs line symbols.
760 (ecoff_generate_asm_lineno): Don't check stabs_seen. Don't set
761 generate_asm_lineno.
762 (line_label_cnt): Remove.
763 (ecoff_generate_asm_line_stab): Remove.
764 * ecoff.h (ecoff_generate_asm_line_stab): Don't declare.
765 * doc/as.texinfo, doc/as.1: Document --gstabs.
766
58036ae4
NC
767Wed Aug 13 18:58:56 1997 Nick Clifton <nickc@cygnus.com>
768
d70bab10 769start-sanitize-v850e
58036ae4
NC
770 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
771 Add support for v850eq instructions.
d70bab10 772
58036ae4
NC
773 * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
774 Add support for v850e instructions.
3e906c08 775end-sanitize-v850e
58036ae4
NC
776
777 * config/tc-v850.c (md_assemble): Fix error recovery to reload
778 text of entire opcode.
58036ae4 779
4b67a719
RH
780Tue Aug 12 10:27:34 1997 Richard Henderson <rth@cygnus.com>
781
782 * doc/internals.texi: Document rs_leb128.
783
de815f61
ILT
784Tue Aug 12 12:17:03 1997 Ian Lance Taylor <ian@cygnus.com>
785
786 * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTE
787 in ABSL case, rather than calling abort.
788
8cf777d6
RH
789Mon Aug 11 21:48:00 1997 Richard Henderson <rth@cygnus.com>
790
791 * as.h (enum _relax_state): Add rs_leb128.
792 * read.c (potable): Add sleb128 and uleb128.
793 (sizeof_*leb128, output_*leb128, emit_leb128_expr, s_leb128): New
794 functions.
795 * read.h: Update prototypes.
796 * symbols.c (resolve_symbol_value): Streamline quite a bit. Return
797 the symbol value, add a second FINALIZE argument that prevents
798 changes from being comitted. Update all callers.
799 * write.c (cvt_frag_to_fill, relax_segment): Handle rs_leb128.
800 * doc/as.texinfo: Document the new pseudos.
801
210e033e
ILT
802Sun Aug 10 14:51:49 1997 Ian Lance Taylor <ian@cygnus.com>
803
804 * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
805 stage1, and stage2.
806 (DISTCLEANFILES): Define.
807 * doc/Makefile.am (DISTCLEANFILES): Define.
808 * Makefile.in, doc/Makefile.in: Rebuild.
809
29e28dd6
ILT
810Wed Aug 6 00:30:30 1997 Ian Lance Taylor <ian@cygnus.com>
811
4dc4c45d
ILT
812 * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
813 Don't set targ or gas_target. Define SCO_ELF and
814 TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for
815 target_frag.
816 * Makefile.am: Remove @target_frag@.
817 (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
818 $(TDEFINES).
819 (dep-am): Mark as phony.
820 * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
821 and SCO_ELF.
822 * config/arm-big.mt, config/arm-lit.mt: Remove.
823 * config/mips-big.mt, config/mips-lit.mt: Remove.
824 * config/ppc-big.mt, config/ppc-lit.mt: Remove.
825 * config/ppc-sol.mt: Remove.
826 * config/i386coff.mt, config/m68kcoff.mt: Remove.
827 * config/m88kcoff.mt: Remove.
828 * config/sco5.mt: Remove.
829 * configure, config.in, Makefile.in: Rebuild.
830
2a562314
ILT
831 * Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
832 further try to circumvent the .y.h rule.
833 * Makefile.in: Rebuild.
834
e535307a
ILT
835Tue Aug 5 12:32:07 1997 Ian Lance Taylor <ian@cygnus.com>
836
e2b4bd2a
ILT
837 * Makefile.am: New file, based on old Makefile.in.
838 * acinclude.m4: New file, from old aclocal.m4.
839 * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
840 shared library handling; now handled by libtool. Replace
841 AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
842 AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE,
843 AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT.
844 * config.in: New file, created by autoheader.
845 * conf.in: Remove.
846 * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN.
847 * stamp-h.in: New file.
848 * as.c (print_version_id): Change GAS_VERSION to VERSION.
849 (parse_args): Likewise.
850 * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise.
29e28dd6
ILT
851 * doc/Makefile.am: New file, based on old doc/Makefile.in.
852 * Makefile.in, doc/Makefile.in: Now built with automake.
e2b4bd2a
ILT
853 * aclocal.m4: Now built with aclocal.
854 * configure: Rebuild.
855
e535307a
ILT
856 * cond.c (s_else): If not listing false conditionals, turn listing
857 off in the false branch of the else.
858
c5cb7682
ILT
859Mon Aug 4 11:28:35 1997 Ian Lance Taylor <ian@cygnus.com>
860
703f5e6e
ILT
861 * config/tc-mips.c (macro): Fix handling of a double load from a
862 symbol plus an offset.
863
c5cb7682
ILT
864 * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
865 has an associated external symbol.
866
04269551
RH
867Sun Aug 3 23:23:59 1997 Richard Henderson <rth@cygnus.com>
868
869 * config/tc-alpha.c (s_alpha_ucons): New function.
870 (md_pseudo_table): Add unaligned data pseudos for DWARF.
871
15d8ae9d
JL
872Thu Jul 31 15:13:43 1997 Jeffrey A Law (law@cygnus.com)
873
c1b2205e
JL
874 * config/tc-v850.c (md_assemble): Ignore the rest of the current
875 line if we encounter an error.
876
15d8ae9d
JL
877 * config/tc-v850.c (md_assemble): Sign extend constants value
878 for hi and hi0 expressions.
879 (v850_insert_operand): Enable range checking for generic 16bit
880 operands.
881
d222309a
JL
882Tue Jul 29 14:20:43 1997 Jeffrey A Law (law@cygnus.com)
883
884 * config/tc-v850.c (md_assemble): Turn on fx_no_overflow for
885 LO16, HI16 and HI16_S relocs.
886
2e37047c
RS
887Mon Jul 28 18:41:41 1997 Rob Savoye <rob@chinadoll.cygnus.com>
888
889 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
890 win32 dependencies.
891 * configure: Regenerated with autoconf 2.12.
892 * Makefile.in: Add $(EXEEXT) to all executables.
893
e0362be2
JL
894Fri Jul 25 10:54:43 1997 Jeffrey A Law (law@cygnus.com)
895
896 * tc-hppa.c (md_apply_fix): Improve warnings for out of range
897 unconditional branches.
898 (hppa_fix_adjustable): Don't adjust anything with a RR% or LR%
899 field selector.
900
09e1d695
DE
901Thu Jul 24 15:21:49 1997 Doug Evans <dje@canuck.cygnus.com>
902
903 * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
904
280cdd54
ILT
905Thu Jul 24 17:51:29 1997 Ian Lance Taylor <ian@cygnus.com>
906
907 * macro.c (define_macro): Make sure the index is in range before
908 checking for '('.
909
e6e676a5
FF
910start-sanitize-tic80
911Thu Jul 24 12:13:19 1997 Fred Fish <fnf@cygnus.com>
912
913 * config/tc-tic80.c (build_insn): Remove "extended" and replace with
914 "fx" and "fxfrag". Add "ffrag". Change code to initialize and use
915 the right f/ffrag and fx/fxfrag pairs since instruction may be split
916 across frags.
917
918end-sanitize-tic80
68299279
ILT
919Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
920
921 * config/te-go32.h (USE_ALIGN_PTWO): Define.
922 * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is
923 defined, use s_align_ptwo for .align.
ea1c39ce
ILT
924 * configure.in (i386-*-msdosdjgpp*): New target.
925 (i386-*-go32*): Set em to go32 and targ to coffgo32.
926 * configure: Rebuild.
68299279 927
bd3a1eba
DE
928Tue Jul 22 12:41:40 1997 Doug Evans <dje@canuck.cygnus.com>
929
930 * config/tc-sparc.c (last_opcode): New static local.
931 (md_assemble): Don't issue "FP branch in delay slot" warning if
932 the delay slot has been annulled.
933
1d303653
ILT
934Tue Jul 22 13:25:13 1997 Ian Lance Taylor <ian@cygnus.com>
935
936 * config/tc-m68k.c (md_apply_fix_2): Check for PC relative reloc
937 code if BFD_ASSEMBLER.
938
47bfb6fc
JL
939Mon Jul 21 08:57:17 1997 Jeffrey A Law (law@cygnus.com)
940
941 * config/tc-v850.c (system_registers): Fix ordering of registers.
942
e53430c4
FF
943start-sanitize-tic80
944Tue Jul 15 16:29:54 1997 Fred Fish <fnf@cygnus.com>
945
946 * config/tc-tic80.c (build_insn): Initialize extended word to zero
947 when it will be filled in later by relocation information.
948
949end-sanitize-tic80
a652f74c
ILT
950Mon Jul 14 23:10:58 1997 Ian Lance Taylor <ian@cygnus.com>
951
952 * config/tc-mips.c (macro_build): Restore check of fmt argument.
953 (mips_ip): Fix ISA checks.
954
9587640a
JL
955start-sanitize-r5900
956Tue Jul 15 10:15:39 1997 Jeffrey A Law (law@cygnus.com)
957
958 * configure.in: Default the r5900 to little endian.
959 * configure: Rebuilt.
960
961end-sanitize-r5900
8ae66b94
FF
962start-sanitize-tic80
963Mon Jul 14 19:30:55 1997 Fred Fish <fnf@cygnus.com>
964
965 * config/tc-tic80.c (build_insn): Fix endianness problem with
966 O_big operands.
967
968end-sanitize-tic80
4dc85508
ILT
969Sun Jul 13 20:43:46 1997 Ian Lance Taylor <ian@cygnus.com>
970
971 * config/tc-mips.c (check_absolute_expr): Change warning to
972 error.
973
931a1858
JL
974Fri Jul 11 10:18:47 1997 Jeffrey A Law (law@cygnus.com)
975
976 * config/tc-mips.c (macro_build): Refine code to check if an
977 instruction is available on a particular cpu variant.
978 (mips_ip): Likewise.
979
76fb6d2f
ILT
980Mon Jul 7 22:53:08 1997 Ian Lance Taylor <ian@cygnus.com>
981
982 * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
983 OBJ_AOUT to ifdef OBJ_ELF.
984 (md_apply_fix3): When mangling 32 bit PC relative reloc for
985 BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE
986 case.
987 * write.c (fixup_segment): Change special case for i386-coff to
988 not apply for i386-pe.
989 * config/obj-coff.c (coff_adjust_section_syms): Only count fixups
990 which were not done.
991 (coff_frob_file_after_relocs): Rename from coff_frob_file.
992 (coff_format_ops): Initialize frob_file_after_relocs field rather
993 than frob_file field.
994 * config/obj-coff.h (coff_frob_file): Don't declare.
995 (coff_frob_file_after_relocs): Declare.
996 (obj_frob_file): Don't define.
997 (obj_frob_file_after_relocs): Define.
998 * configure.in: Set bfd_gas to yes for i386-*-cygwin32.
999 * configure: Rebuild.
1000
b709b16f
ILT
1001Wed Jul 2 12:05:00 1997 Ian Lance Taylor <ian@cygnus.com>
1002
1003 * config/obj-coff.c (fixup_segment): Never subtract section
1004 address from PC relative reloc which will be fully resolved.
1005
db3152ef
JL
1006Tue Jul 1 15:23:07 1997 Jeffrey A Law (law@cygnus.com)
1007
1008 * ecoff.c (page_type): Renamed from page_t to avoid conflict
1009 with hpux10 header files.
1010
b73fcae8
ILT
1011Mon Jun 30 12:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
1012
1013 From Jason Merrill <jason@cygnus.com>:
1014 * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if
1015 SEC_CODE is set.
1016 * config/tc-i386.h (md_maybe_text): Define.
1017 (md_do_align): Use md_maybe_text.
1018
d006e435
MM
1019Fri Jun 27 19:15:27 1997 Michael Meissner <meissner@cygnus.com>
1020
1021 * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type
1022 relocations, don't check for symbol being external, weak, etc.
1023
24a3e622
ILT
1024Mon Jun 16 19:12:51 1997 Geoff Keating <geoffk@ozemail.com.au>
1025
1026 * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler
1027 calculate relocations to any external symbol, because we might be
1028 linking a shared object and the symbol might be overriden or moved
1029 (for instance, moved into a static executable's .bss section).
1030 (GLOBAL_OFFSET_TABLE_NAME): Delete. This is an i386 wierdness.
1031
1032 * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't
1033 be calculated by the assembler.
1034
1035 * config/tc-ppc.c (md_apply_fix3): Handle @plt or @local branch
1036 whose destination lies in the same file, by ignoring the @plt or
1037 @local and aiming the branch at its destination.
1038
b0447a0e
ILT
1039Mon Jun 16 13:59:18 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1040
1041 * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag.
1042 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy size
1043 expression.
1044
1045 * config/obj-multi.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define instead
1046 of obj_copy_symbol_attributes.
1047
be2c18bd
ILT
1048Mon Jun 16 12:45:56 1997 Ian Lance Taylor <ian@cygnus.com>
1049
3a035861
ILT
1050 * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
1051 signed operand, sign extend a 32 bit value to the host size.
1052
1053 * Makefile.in (CFLAGS): Subsitute from configure script. From
1054 Jeff Makey <jeff@cts.com>.
1055
a52f90a4
ILT
1056 * config/tc-i386.c (i386_operand): Use alloca rather than a fixed
1057 buffer size to make a copy of the symbol.
1058
be2c18bd
ILT
1059 * Makefile.in (OBJS): Put @extra_objects@ on the same line as
1060 macro.o.
1061
7799bb2c
ILT
1062Thu Jun 12 12:16:20 1997 Ian Lance Taylor <ian@cygnus.com>
1063
1064 * write.c (write_object_file): In non BFD_ASSEMBLER code, as we
1065 step through the frags calling cvt_frag_to_fill, switch to
1066 SEG_DATA when we reach data_frag_root.
1067
43ee18a0
JL
1068Tue Jun 10 17:08:34 1997 Jeffrey A Law (law@cygnus.com)
1069
1070 * config/tc-mn10300.c (md_assemble): Allow an empty register
1071 list for instructions which use register lists.
1072
ccc30467
ILT
1073Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1074
d2e5779b
ILT
1075 * config/tc-arm.c (md_apply_fix3): Make temp unsigned long.
1076
7436e4de
ILT
1077 * config/tc-arm.c (arm_adjust_symtab): Only set storage classes if
1078 OBJ_COFF.
1079
ccc30467
ILT
1080 * config/tc-arm.c: Add prototypes for many static functions.
1081 (struct asm_opcode ): Add prototypes for parms field.
1082 (struct thumb_opcode ): Likewise.
1083 (fp_op2): Remove unused flags parameter.
1084 (output_inst): Make static.
1085 (arm_after_pass_hook): Remove unused ignore parameter.
1086 * config/tc-arm.h (arm_after_pass_hook): Declare.
1087 (arm_start_line_hook): Declare.
1088 (arm_frob_label): Declare.
1089
170cdf75
ILT
1090Mon Jun 9 12:55:45 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1091
1092 * depend.c (wrap_output): new prototype.
1093
af438bdb
ILT
1094Mon Jun 9 12:52:44 1997 Ian Lance Taylor <ian@cygnus.com>
1095
4b4c1e0f
ILT
1096 * config/tc-sh.c (md_apply_fix): Check for overflow.
1097
af438bdb
ILT
1098 * config/tc-m68k.c (md_section_align): If a.out and BFD, force
1099 section size to be aligned.
1100
72574181
ILT
1101Fri Jun 6 17:15:55 1997 Ian Lance Taylor <ian@cygnus.com>
1102
1103 * config/tc-sh.h (md_cons_align): Define.
1104 (sh_cons_align): Declare.
1105 * config/tc-sh.c (md_pseudo_table): Add .uaword and .ualong.
1106 (sh_no_align_cons): New static variable.
1107 (s_uacons): New static function.
1108 (sh_cons_align): New function.
1109 (sh_handle_align): Warn about misaligned data.
1110 * doc/c-sh.texi: Document .uaword and .ualong.
1111
1112Thu Jun 5 15:38:17 1997 Ian Lance Taylor <ian@cygnus.com>
1113
1114 * macro.c (macro_expand): In MRI mode, treat single quote as a
1115 separator character when checking for a positional argument.
1116
d0badeab
NC
1117Tue Jun 3 16:15:13 1997 Nick Clifton <nickc@cygnus.com>
1118
48e509bf
NC
1119 * config/tc-arm.c (md_parse_option): Merge in changes from
1120 armT-970328-branch.
f8a21443 1121
48e509bf
NC
1122 * config/tc-arm.h: Merge in changes from armT-970328-branch.
1123
1124 * configure.in (emulations): Add Thumb architecture support from
d0badeab
NC
1125 armT-9703-28-branch.
1126
2903fb6e
NC
1127Mon Jun 2 16:25:07 1997 Nick Clifton <nickc@cygnus.com>
1128
3357a5ab
NC
1129 * doc/all.texi: Add enabling of ARM documentation.
1130
2903fb6e
NC
1131 * doc/as.texinfo: Add ARM documentation from armT-970328-branch.
1132
5c6f5923
GRK
1133Mon Jun 2 11:55:12 1997 Gavin Koch <gavin@cygnus.com>
1134
1135 * config/tc-mips.c: Added r3900 support.
1136
dccd4d2c
ILT
1137Thu May 29 12:58:26 1997 Ben Pfaff <pfaffben@pilot.msu.edu>
1138
1139 * as.c: (parse_args) `-t' option requires an argument.
1140
1141Wed May 28 15:45:07 1997 Nick Clifton <nickc@cygnus.com>
1142
1143 * config/tc-arm.c (md_begin): Change call to
1144 coff_arm_bfd_set_private_flags() to a call to
1145 bfd_set_private_flags().
1146
5ac3db53
ILT
1147Wed May 28 16:17:34 1997 Ian Lance Taylor <ian@cygnus.com>
1148
1d6f438f
ILT
1149 * Makefile.in: Rebuild dependencies.
1150
5ac3db53
ILT
1151 * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type
1152 of a BFD_RELOC_RVA reloc.
1153
f22950b9
JL
1154Wed May 28 10:48:14 1997 Jeffrey A Law (law@cygnus.com)
1155
1156 * config/tc-hppa.c (tc_fix_adjustable): Reject absolute calls/jumps.
1157 (hppa_force_relocation): Force a relocation for an absolute
1158 call/jump.
1159
1079e76c
ILT
1160Mon May 26 13:24:25 1997 Ian Lance Taylor <ian@cygnus.com>
1161
1162 * doc/as.texinfo: Don't use @value in section names or index
1163 entries; it confuses texinfo.tex.
1164
8a51eeaf
TT
1165Fri May 23 00:09:35 1997 Tom Tromey <tromey@cygnus.com>
1166
1167 * doc/as.texinfo: Updated for -MD option.
1168 * Makefile.in (CFILES): Added depend.c.
1169 (OBJS): Added depend.o.
1170 * as.h (start_dependencies, register_dependency,
1171 print_dependencies): New declarations.
1172 * depend.c: New file.
1173 * as.c (parse_args): Added -MD option.
1174 (main): Call print_dependencies.
1175 (show_usage): Added help for -MD.
1176 * read.c (s_app_file): Call register_dependency.
1177 (s_include): Call register_dependency when file is found.
1178 (read_a_source_file): Call register_dependency.
1179
1a7a427e
ILT
1180Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com>
1181
1182 * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
1183 section address to the symbol value.
1184
e17449bc
GRK
1185Tue May 20 11:23:31 1997 Gavin Koch <gavin@cygnus.com>
1186
1a7a427e
ILT
1187 * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field
1188 into the new membership field.
e17449bc 1189
de046e7c
NC
1190Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
1191
1192 * config/tc-arm.c (md_begin): If no cpu type is specified on the
1193 command line then the ARM7 is now chosen by default when setting
1194 the BFD machine and architecture.
1195
46686c78
NC
1196Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com>
1197
1198 * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to
1a7a427e
ILT
1199 hold APCS selection.
1200 (md_begin): Added code to generate flags to be set into the COFF
1201 header and the calls to the BFD functions to do this.
1202 (md_parse_option, md_show_usage): Added new command line
46686c78
NC
1203 options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3,
1204 -marmv3m, -marmv4, -marmv4t.
1205
1206 * tc-arm.h (LOCAL_LABEL): Removed the definition of this macro
1207 as it is never used.
1208
2393a966
JL
1209Tue May 13 22:26:14 1997 Jeffrey A Law (law@cygnus.com)
1210
1211 * config/tc-mn10200.c (md_convert_frag): Prefix temporary
1212 label name with ".".
1213 * config/tc-mn10300.c (md_convert_frag): Likewise.
1214
cd05cc5e
ILT
1215Tue May 13 14:44:39 1997 Ian Lance Taylor <ian@cygnus.com>
1216
1217 * config/tc-mips.c (set_at): Check for bignum.
1218 (check_absolute_expr, macro, mips16_macro): Likewise.
1219
7b02bacd
FF
1220start-sanitize-tic80
1221Tue May 13 10:45:56 1997 Fred Fish <fnf@cygnus.com>
1222
1223 * config/tc-tic80.c (md_apply_fix): Check PC relative relocations
1224 for overflow/underflow, only insert lower 15 bits into instruction.
1225
1226end-sanitize-tic80
98b4161a
ILT
1227Mon May 12 13:33:08 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1228
1229 * config/tc-i386.c (pi): Check for RegMMX.
1230
ee42e25b
ILT
1231Thu May 8 11:10:15 1997 Ian Lance Taylor <ian@cygnus.com>
1232
1233 * expr.c (expr): When subtracting values in the same frag,
1234 subtract X_add_number rather than adding it.
1235
a5586bdc
ILT
1236Wed May 7 15:39:48 1997 Ian Lance Taylor <ian@cygnus.com>
1237
662a6d9e
ILT
1238 * config/obj-coff.c (write_object_file): Just pass NULL to
1239 md_do_align, not the address of a char holding NOP_OPCODE.
1240
a5586bdc
ILT
1241 * config/tc-mips.c (macro): Handle constants for M_LI_D and
1242 M_LI_DD.
1243 (mips_ip): For 'F', 'L', 'f', and 'l', generate a constant rather
1244 than an address if the floating point value looks sufficiently
1245 simple.
1246
91951af6
ILT
1247Tue May 6 12:18:09 1997 Ian Lance Taylor <ian@cygnus.com>
1248
1249 * config/tc-i386.c (md_section_align): If a.out and BFD, force
1250 section size to be aligned.
1251
454b0ccd
ILT
1252Mon May 5 17:16:55 1997 Ian Lance Taylor <ian@cygnus.com>
1253
0239838b
ILT
1254 * cond.c: Include "macro.h".
1255 (struct conditional_frame): Add macro_nest field.
1256 (initialize_cframe): Initialize macro_nest.
1257 (cond_finish_check): Add nest parameter. Change all callers.
1258 (cond_exit_macro): New function.
1259 * as.h (cond_finish_check): Update declaration.
1260 (cond_exit_macro): Declare.
1261 * input-scrub.c (macro_nest): Make globally visible.
1262 (input_scrub_next_buffer): Call cond_finish_check.
1263 * macro.h (macro_nest): Declare.
1264 * read.c (s_mexit): Call cond_exit_macro.
1265
454b0ccd
ILT
1266 * config/tc-i386.h (RegMMX): Define.
1267 * config/tc-i386.c (pi): Check for all register types.
1268 (type_names): Add RegMMX.
1269 (md_assemble): Handle RegMMX.
1270
1271Wed Apr 30 12:47:00 1997 Manfred Hollstein <manfred@s-direktnet.de>
1272
1273 * config/obj-coff.c (c_section_symbol): Clear the LOCAL bit #ifdef
1274 TE_DELTA.
1275
1276Tue Apr 29 20:23:10 1997 Jim Wilson <wilson@cygnus.com>
1277
1278 * config/tc-mips.c (nopic_need_relax): Add new parameter
1279 before_relaxing. Use it when testing ecoff_extern_size.
1280 (load_address, macro, md_estimate_size_before_relax): Fix all
1281 callers.
1282
24d4b4e1
ILT
1283Tue Apr 29 19:54:36 1997 Richard Henderson <rth@tamu.edu>
1284
1285 * config/obj-elf.c (elf_pseudo_table): Add "subsection".
1286 (obj_elf_subsection): New static function.
1287
4a38edaa
ILT
1288Tue Apr 29 19:52:47 1997 Ian Lance Taylor <ian@cygnus.com>
1289
1290 * config/obj-coff.c (coff_header_append): Don't reset string_size
1291 each time through the loop.
1292
1416631f
ILT
1293Fri Apr 25 14:17:46 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1294
1295 * Makefile.in (DISTSTUFF): Add itbl-parse.h.
1296
49f5a035
ILT
1297Fri Apr 25 12:03:15 1997 Ian Lance Taylor <ian@cygnus.com>
1298
8f9b2cea
ILT
1299 * doc/internals.texi (Porting GAS): Correct documentation for
1300 current configure handling of targ-cpu.h, et. al.
1301 (CPU backend): Document listing macros.
1302
49f5a035
ILT
1303 * listing.c (data_buffer): Set size based on other listing macros,
1304 rather than always using 100.
1305 (data_buffer_size): Remove static variable.
1306 (calc_hex): Make data_buffer_size a local variable. Don't leave
1307 any slop when filling data_buffer.
1308
a21dd1e0
ILT
1309Mon Apr 21 15:33:19 1997 Ian Lance Taylor <ian@cygnus.com>
1310
1311 * doc/c-mips.texi: Document .set autoextend.
1312
49f90a34
ILT
1313Sat Apr 19 23:09:25 1997 Niklas Hallqvist <niklas@petra.appli.se>
1314
1315 * configure.in (i386-*-openbsd*, m68k-*-openbsd*,
1316 mips-dec-openbsd*, ppc-*-*bsd*, ns32k-pc532-openbsd*,
1317 sparc-*-openbsd*): New targets.
1318 * configure: Rebuild.
1319
aff65ed9
ILT
1320Sat Apr 19 22:52:03 1997 Jim Wilson <wilson@cygnus.com>
1321
1322 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
1323 for all undefined symbols.
1324
fec391b1
ILT
1325Fri Apr 18 13:37:35 1997 Ian Lance Taylor <ian@cygnus.com>
1326
1327 * config/tc-ppc.c (ppc_fix_adjustable): Handle zero length csects
1328 correctly.
1329
894cca25
ILT
1330Fri Apr 18 11:51:35 1997 Niklas Hallqvist <niklas@appli.se>
1331
1332 * configure.in (alpha*-*-openbsd*): New target.
1333 * configure: Rebuild.
1334
fc984eb0
ILT
1335Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org>
1336
1337 * configure.in (mips-*-openbsd*): New target.
1338 * configure: Rebuild.
1339
4bdb83fc
MH
1340start-sanitize-d30v
1341Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com>
1342
1343 * config/tc-d30v.c (parallel_ok): Fix parallel checking
1344 for instructions using conditional execution.
1345
1346end-sanitize-d30v
68952421
GRK
1347Tue Apr 15 18:11:44 1997 Gavin Koch <gavin@cygnus.com>
1348
1349 * config/tc-mips.c (insn_uses_reg): Correct test for fpr pairs.
1350
e366a2d6
ILT
1351Tue Apr 15 13:04:47 1997 Ian Lance Taylor <ian@cygnus.com>
1352
1353 * Makefile.in (srcroot): Remove.
1354 (INSTALL): Set to @INSTALL@.
1355 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
1356 (all, dvi): Don't set srcroot.
1357 (install): Depend upon as.new, gasp.new, and installdirs. Use
1358 $(program_transform_name) directly, rather than using
1359 $(INSTALL_XFORM) and $(INSTALL_XFORM1).
1360 (installdirs): New target.
1361 * doc/Makefile.in (INSTALL_XFORM1): Remove.
1362 (install): Depend upon installdirs. Use $(program_transform_name)
1363 directly, rather than using $(INSTALL_XFORM) and
1364 $(INSTALL_XFORM1).
1365 (installdirs): New target.
1366 (install-info-as): Run mkinstalldirs.
1367 (install-info-gasp): Likewise.
1368
dca6429f
ILT
1369Mon Apr 14 11:59:08 1997 Ian Lance Taylor <ian@cygnus.com>
1370
e366a2d6
ILT
1371 * Makefile.in (INSTALL): Change install.sh to install-sh.
1372
dca6429f
ILT
1373 * symbols.c (resolve_symbol_value): Check for division by zero.
1374
1375 From Thomas Graichen <graichen@rzpd.de>:
1376 * Makefile.in: Always use $(SHELL) when running move-if-change.
1377 * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
1378 * configure: Rebuild.
1379
4e9d8dea
DE
1380Thu Apr 10 14:40:00 1997 Doug Evans <dje@canuck.cygnus.com>
1381
f3f00e94
DE
1382 * cgen.c (cgen_parse_operand): Renamed from cgen_asm_parse_operand.
1383 New argument `want'. Update enum cgen_parse_operand_result values.
1384 Initialize if CGEN_PARSE_OPERAND_INIT.
1385 * config/tc-m32r.c (md_begin): Set cgen_parse_operand_fn.
4e9d8dea
DE
1386 (md_assemble): Call cgen_asm_init_parse.
1387 Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.
1388
902a77ac
ILT
1389Wed Apr 9 11:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
1390
1391 * config/tc-m68k.c (m68k_ip): Handle #j.
1392
96742953
JL
1393Tue Apr 8 16:37:57 1997 Jeffrey A Law (law@cygnus.com)
1394
1395 * config/tc-mn10300.c (md_convert_frag): Create fixup at the
1396 right address for call label:32,regs,imm.
1397
e41369a4
JL
1398Mon Apr 7 14:58:22 1997 Jeffrey A Law (law@cygnus.com)
1399
1400 * config/tc-hppa.c (pa_subspace_start): If OBJ_ELF, then always return
1401 zero.
1402 * config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the
1403 symbol for OBJ_ELF anymore.
1404
39ffbb4d
DE
1405Mon Apr 7 10:54:59 1997 Doug Evans <dje@canuck.cygnus.com>
1406
1407 * Makefile.in: Regenerate dependencies.
1408 (TARG_CPU): New variable.
1409 (cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h.
1410 (.dep1): Delete creating of cgen-opc.h.
1411 (.tcdep): Put proper contents in cgen-opc.h.
1412 * configure.in (m32r): Delete setting of extra_files, extra_links.
1413 (AC_OUTPUT): Create cgen-opc.h.
1414 * configure: Regenerated.
1415
596c5b74
ILT
1416Sat Apr 5 13:19:12 1997 Klaus Kaempf <kkaempf@progis.de>
1417
1418 * makefile.vms: Update to build gasp.exe.
1419
374bdac7
DE
1420Fri Apr 4 16:10:02 1997 Doug Evans <dje@canuck.cygnus.com>
1421
c8cf7e17
DE
1422 * write.c (relax_frag): Make non-static.
1423 * write.h (relax_frag): Add prototype for.
1424 * config/tc-m32r.h (md_do_align): New arg `max'.
1425 * config/tc-m32r.c (m32r_do_align): Likewise.
1426 Update calls to frag_align, frag_align_pattern.
1427 (fill_insn): Update call to m32r_do_align.
1428 (m32r_scomm): Update call to frag_align.
1429
374bdac7
DE
1430 * config/tc-m32r.[ch]: New files.
1431 * cgen.c: New file.
1432 * Makefile.in (CPU_TYPES): Add m32r.
374bdac7
DE
1433 (TARGET_CPU_CFILES): Add tc-m32r.c.
1434 (TARGET_CPU_HFILES): Add tc-m32r.h.
374bdac7
DE
1435 (DISTCLEAN_HERE): Add cgen-opc.h.
1436 (.dep1,.tcdep): Create empty cgen-opc.h.
1437 (cgen.o): Add dependencies.
1438 (dependencies): Regenerate.
1439 * as.h (struct frag): New member fr_targ.
1440 (fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k.
1441 * conf.in (USING_CGEN): New macro.
1442 * configure.in (m32r-*-*): Add entry for.
39ffbb4d 1443 Add cgen.o to extra_objects.
374bdac7 1444 * configure: Regenerate.
403c708e
DE
1445 * frags.c (frag_var): fr_pcrel_adjust renamed to
1446 fr_targ.ns32k.pcrel_adjust. fr_bsr renamed to fr_targ.ns32k.bsr.
1447 (frag_variant): Likewise.
1448 * write.c (relax_frag): Likewise.
374bdac7 1449 * config/tc-ns32k.c (*): Likewise.
374bdac7 1450
e819d858
ILT
1451Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com>
1452
dc966dad
ILT
1453 * config/tc-hppa.h (TC_EOL_IN_INSN): Check explicitly for '!',
1454 rather than for any end of line character.
1455
5c11dba2
ILT
1456 * config/tc-hppa.c (tc_gen_reloc): If hppa_ren_reloc_type fails,
1457 call abort (i.e., as_abort) rather than crashing.
1458
457a20b5
ILT
1459 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
1460 OBJ_ELF, rather than of S_GET_OTHER.
1461
e819d858
ILT
1462 * Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
1463
3884d17b
ILT
1464Thu Apr 3 13:16:18 1997 Ian Lance Taylor <ian@cygnus.com>
1465
1466 * Makefile.in (VERSION): Set to 2.8.1.
1467
1468 * Branched binutils 2.8.
1469
08438bef
ILT
1470Wed Apr 2 12:24:10 1997 Ian Lance Taylor <ian@cygnus.com>
1471
64d20049
ILT
1472 * COPYING: Update FSF address.
1473
08438bef
ILT
1474 * config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
1475
3c83da8a
JW
1476Tue Apr 1 18:29:47 1997 Jim Wilson <wilson@cygnus.com>
1477
1478 * config/tc-mips.c (md_begin): Don't set interlocks for 4100.
1479
396e8d7f
ILT
1480Tue Apr 1 16:24:28 1997 Klaus Kaempf <kkaempf@progis.de>
1481
1482 * config-gas.com: Update to handle both vax and alpha.
1483 * makefile.vms: Update to use config-gas.
1484 * conf-a-gas.com: Remove file.
1485
db237783
ILT
1486Tue Apr 1 16:08:21 1997 Ian Lance Taylor <ian@cygnus.com>
1487
1488 * Makefile.in: Remove unnecessary itbl-parse.h, ibtl-parse.c, and
1489 itbl-lex.c dependencies. Remove rules for itbl-lex.o,
1490 itbl-parse.o, and itbl-ops.o; just use the normal .c.o rule.
1491
64251de5
MM
1492start-sanitize-tic80
1493Tue Apr 1 11:25:56 1997 Michael Meissner <meissner@cygnus.com>
1494
1495 * config/tc-tic80.c (line_comment_char): Make '#' start comments
1496 at the beginning of a line for compatibility with .S files where
1497 cpp leaves the filename transitions beginning with '#'.
1498
1499end-sanitize-tic80
1500Tue Apr 1 00:07:30 1997 Ian Lance Taylor <ian@cygnus.com>
1501
1502 * config/tc-m68k.c: Only compile tc_coff_symbol_emit_hook and
1503 tc_coff_sizemachdep if OBJ_COFF.
1504
3c6adeaf
ILT
1505Mon Mar 31 23:53:44 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1506
1507 * config/tc-ppc.c (register_name): Declare.
1508
332d5c49
ILT
1509Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
1510
1511 * configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
1512 * configure: Rebuild.
1513
6d65a065
ILT
1514Mon Mar 31 14:15:19 1997 Ian Lance Taylor <ian@cygnus.com>
1515
2f2bcadb
ILT
1516 * config/tc-mips.c (mips_pseudo_table): Add "stabn".
1517 (mips16_mark_labels): New static function.
1518 (append_insn): Call mips16_mark_labels.
1519 (mips_emit_delays): Likewise.
1520 (s_insn): Likewise. Don't call mips_clear_insn_labels.
1521 (s_mips_stab): New static function.
1522
6d65a065
ILT
1523 * configure.in: Use ELF for mips-*-gnu*.
1524 * configure: Rebuild.
1525
ca37421e
ILT
1526Mon Mar 31 14:01:40 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1527
1528 * config/tc-m68k.h (TARGET_FORMAT): Set to "coff-m68k-sysv" if
1529 TE_DELTA.
1530
2e013bb7
ILT
1531Fri Mar 28 18:03:19 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
1532
1533 * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
1534 set OPCODES_LIB to empty.
1535 * configure: Rebuild.
1536
04b8ad8b
ILT
1537Fri Mar 28 15:25:24 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
1538
1539 * configure.in (sparc-*-linux*aout*, sparc-*-linux*): New
1540 targets.
1541 * configure: Rebuild.
1542
acdc7ce3
ILT
1543Fri Mar 28 13:08:33 1997 Ian Lance Taylor <ian@cygnus.com>
1544
ab91e1ef
ILT
1545 * itbl-parse.y (yyerror): Make static. Declare.
1546
515c7142
ILT
1547 From Ralf Baechle <ralf@gnu.ai.mit.edu>:
1548 * configure.in: Set emulations for mips-*-linux*-*.
1549 * configure: Rebuild.
1550
1347404a
ILT
1551 * config/tc-mips.c (struct mips_set_options): Define.
1552 (mips_opts): New static variable.
1553 (mips_isa): Remove. Now a field in mips_opts. Change all
1554 references.
1555 (mips16, mips16_autoextend, mips_warn_about_macros): Likewise.
1556 (mips_noreorder, mips_nomove, mips_noat, mips_nobopt): Likewise.
1557 (struct mips_option_stack): Define.
1558 (mips_opts_stack): New static variable.
1559 (s_mipsset): Add support for .set push and .set pop.
1560 * doc/c-mips.texi: Document .set push and .set pop.
1561
acdc7ce3
ILT
1562 * config/obj-elf.c (obj_elf_section_change_hook): New function.
1563 * config/obj-elf.h (obj_elf_section_change_hook): Declare it.
1564 * config/tc-mips.c (s_change_sec): Call it if OBJ_ELF.
1565
23ac3ca1
ILT
1566Thu Mar 27 12:23:56 1997 Ian Lance Taylor <ian@cygnus.com>
1567
e22e79dc
ILT
1568 * as.c (parse_args): Update copyright date in version message.
1569
9b8b7e97
ILT
1570 * Makefile.in (clean-here): Remove dependency files.
1571
23ac3ca1
ILT
1572 * read.c (s_comm): Check S_IS_COMMON as well as S_IS_DEFINED.
1573 (s_mri_common): Check S_IS_COMMON unconditionally.
1574 * symbols.c (colon): Check S_IS_COMMON as well as S_IS_DEFINED.
1575 * config/tc-alpha.c (s_alpha_comm): Likewise.
1576 * config/tc-mips.c (nopic_need_relax): Likewise.
1577 * config/tc-ppc.c (ppc_elf_lcomm): Likewise.
1578 (ppc_pe_comm): Likewise.
1579 * config/obj-elf.c (obj_elf_common): Likewise. Set segment of
1580 common symbol to bfd_com_section_ptr.
1581 * config/tc-sparc.c (s_common): Likewise.
1582 (tc_gen_reloc): Likewise.
1583
80834add
MH
1584start-sanitize-d30v
1585Thu Mar 27 00:29:46 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1586
1587 * config/tc-d30v.c (md_apply_fix3): Get the relocs right.
1588
1589end-sanitize-d30v
734a9064
ILT
1590Wed Mar 26 13:35:15 1997 H.J. Lu <hjl@lucon.org>
1591
1592 * config/tc-i386.c (tc_i386_fix_adjustable): Only define if
1593 BFD_ASSEMBLER.
1594
efda47f9
ILT
1595Wed Mar 26 11:32:51 1997 Ian Lance Taylor <ian@cygnus.com>
1596
80834add
MH
1597 * input-scrub.c (input_scrub_next_buffer): Handle very long input
1598 lines correctly.
1599
8cd0c287
ILT
1600 * listing.c (print_lines): Add lineno parameter. Change all
1601 callers.
1602 (listing_listing): Only call calc_hex for the right line.
1603 (listing_list): Set the new edict based on the current edict, in
1604 order to handle listing commands in macros correctly.
734a9064 1605
e807a57e
ILT
1606 * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16
1607 instructions.
1608
efda47f9
ILT
1609 * cond.c (cond_finish_check): New function.
1610 * as.h (cond_finish_check): Declare.
1611 * as.c (main): Call cond_finish_check.
1612
710fdf47
MH
1613start-sanitize-d30v
1614Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1615
1616 * config/tc-d30v.c (md_assemble): If two instructions
1617 are supposed to be assembled in parallel and the first one is
1618 long, print an error and stop.
1619 (md_apply_fix3): Don't calculate absolute relocs. Just write
1620 them out.
1621
1622end-sanitize-d30v
1361ba77
ILT
1623Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com>
1624
2fb44892
ILT
1625 * config/tc-i386.h (iclrKludge): Define.
1626 * config/tc-i386.c (md_assemble): Handle iclrKludge.
1627
1361ba77
ILT
1628 * config/tc-alpha.h (tc_frob_file_before_adjust): Define if
1629 OBJ_ECOFF.
1630 (alpha_frob_file_before_adjust): Declare if OBJ_ECOFF.
1631 * config/tc-alpha.c (alpha_debug): New static variable.
1632 (md_parse_option): Set alpha_debug if -g is seen.
1633 (alpha_frob_file_before_adjust): New function if OBJ_ECOFF.
1634
9c9e75bf
MH
1635start-sanitize-d30v
1636Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1637
1638 * config/tc-d30v.c (build_insn): Enable range-checking code.
1639 (postfix): Stop at space or comma. Fixes PR 11862.
1640 (md_assemble): Change error message.
1641
1642end-sanitize-d30v
65d7de4f
ILT
1643Sat Mar 22 13:44:28 1997 Ian Lance Taylor <ian@cygnus.com>
1644
1645 * Makefile.in: Added automatic dependency building.
1646 * dep-in.sed: New file.
1647
949f1310
ILT
1648Fri Mar 21 15:42:37 1997 Ian Lance Taylor <ian@cygnus.com>
1649
7cad1a89
ILT
1650 * config/obj-ieee.c (segment_name): Don't define function if this
1651 is a macro.
1652
f062ec45
ILT
1653 * config/obj-coff.h (DO_STRIP): Don't define.
1654 * config/tc-h8300.h (DO_STRIP): Don't define.
1655 * config/tc-h8500.h (DO_STRIP): Don't define.
1656 * config/tc-w65.h (DO_STRIP): Don't define.
1657 * config/tc-z8k.h (DO_STRIP): Don't define.
1658
a71dc204
ILT
1659 * symbols.c (colon): Call obj_frob_label if it is defined.
1660 * config/obj-vms.h (obj_frob_label): Rename from tc_frob_label.
1661
949f1310
ILT
1662 * configure.in: Don't set files and links. Don't call
1663 AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
1664 obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
1665 * configure: Rebuild.
1666 * Makefile.in (TARG_CPU_C): New variable.
1667 (TARG_CPU_O, TARG_CPU_H): New variables.
1668 (OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
1669 (TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
1670 (SOURCES): Rename from REAL_SOURCES. Delete old definition.
1671 (LINKED_SOURCES): Remove.
1672 (HEADERS): Rename from REAL_HEADERS. Delete old definition.
1673 (LINKED_HEADERS): Remove.
1674 (OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
1675 ($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
1676 targ-cpu.h, etc.
1677 ($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
1678 (targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
1679 (itbl-cpu.h): Remove target.
1680 (DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
1681 atof-targ.h.
1682
35cfacf0
ILT
1683Thu Mar 20 19:18:58 1997 Ian Lance Taylor <ian@cygnus.com>
1684
1685 * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.
1686
0dfeb41f
ILT
1687Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1688
1689 * config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by
1690 open coded loop that does not require the name to start with a
1691 name beginner.
1692
29bc322d
ILT
1693Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org>
1694
f59fb6ca
ILT
1695 * frags.c (frag_var): Change offset parameter to offsetT.
1696 (frag_variant): Likewise.
1697 * frags.h (frag_variant, frag_var): Update declarations.
1698 * config/tc-m68k.c (struct m68k_it): Change foff field to
1699 offsetT.
1700 (add_frag): Change off parameter to offsetT.
1701 * Several files: Add casts to calls to frag_var.
1702
29bc322d
ILT
1703 * Makefile.in (m68k-parse.c): Depend upon itbl-parse.c, to
1704 serialize a parallel make.
1705 (itbl-parse.h): Split target out from itbl-parse.c.
1706
9afc6631
ILT
1707Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1708
39ab5d3a
ILT
1709 * config/m68k-parse.y (motorola_operand): Allow (zdireg,EXPR).
1710
9afc6631
ILT
1711 * config/te-delta.h (COFF_COMMON_ADDEND): Define.
1712 * config/obj-coff.c (fixup_segment): Check COFF_COMMON_ADDEND when
1713 storing the value of a common symbol.
1714
7dd26961
ILT
1715Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1716
1717 * config/obj-coff.c (glue_symbols): Unused variable symbolP
1718 removed.
1719 (crawl_symbols): Do not modify symbol_rootP and symbol_lastP here;
1720 that is done by symbol_remove and symbol_insert.
1721
1722 * config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging
1723 symbol.
1724
ac766f70
ILT
1725Wed Mar 19 11:06:29 1997 Ian Lance Taylor <ian@cygnus.com>
1726
1727 * config/tc-mips.c (load_register): In 32 bit mode, when not
1728 dealing with a 64 bit number, permit the upper 32 bits to be set
1729 even if bit 31 is not set.
1730
58cfdde3
ILT
1731Tue Mar 18 23:30:14 1997 Ian Lance Taylor <ian@cygnus.com>
1732
1733 * read.c (potable): Add "equiv".
1734 (s_set): Handle .equiv based on argument.
1735 * doc/as.texinfo (Equiv): New node to document .equiv.
1736 (Err): New node to document .err.
1737
7cd06f44
ILT
1738Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>
1739
1740 * Many files: Add function prototypes.
1741 * as.c (show_usage, parse_args): Make static.
1742 * frags.h (frag_alloc): Declare.
1743 * subsegs.c (subseg_set_rest): Don't declare frag_alloc.
1744 * symbols.c (dollar_label_instance): Change return type to long.
1745 * symbols.h (print_symbol_value): Declare.
1746 (print_expr, print_expr_1, print_symbol_value_1): Declare.
1747 * write.c (fix_new_exp): Don't declare make_expr_symbol.
1748 (remove_subsegs, relax_frag): Make static.
1749 * config/atof-vax.c (atof_vax_sizeof): Change letter to int.
1750 (what_kind_of_float): Likewise.
1751 (atof_vax): Make static. Change what_kind to int.
1752 (md_atof): Change what_statement_type to int.
1753 * config/obj-ecoff.h (obj_ecoff_set_ext): Declare.
1754 * config/tc-alpha.c (vax_md_atof): Declare.
1755 (md_atof): Don't declare atof_ieee and vax_md_atof.
1756 * config/tc-i386.c (set_16bit_code_flag): Make static.
1757 * config/tc-i386.h (tc_i386_fix_adjustable): Declare.
1758 * config/tc-m68k.c (add_fix): Change width to int.
1759 (insert_reg): Change regname to const.
1760 (md_atof): Don't declare atof_ieee.
1761 (demand_empty_rest_of_line): Don't declare.
1762 * config/tc-m88k.c (md_atof): Don't declare atof_ieee.
1763 * config/tc-sparc.c (cmp_reg_entry): Change args to const PTR.
1764 (parse_keyword_arg): Change lookup_fn to take const arg.
1765 (md_atof): Don't declare atof_ieee.
1766 * config/tc-sparc.h: Add ifdef for multiple inclusion.
1767 (tc_aout_pre_write_hook): Don't declare.
1768
590c50d8
ILT
1769Mon Mar 17 11:21:09 1997 Ian Lance Taylor <ian@cygnus.com>
1770
1771 * as.h (bfd_alloc_by_size_t): Don't declare.
1772 * Many files: Use xmalloc rather than bfd_alloc_by_size_t.
1773
4b0895cf 1774Sun Mar 16 13:49:21 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
e95ef7c1
ILT
1775
1776 * symbols.c (symbol_new): Don't call debug_verify_symchain.
1777 (symbol_append): Set sy_next and sy_previous when adding a single
1778 symbol to an empty list. Call debug_verify_symchain.
1779 (verify_symbol_chain): Use assert, not know.
1780
5cf4e55e
FF
1781Sat Mar 15 20:27:12 1997 Fred Fish <fnf@cygnus.com>
1782
1783 * NEWS: Note BeOS support.
1784 * configure.in: (ppc-*-beos): New target, use coff as object format.
1785 * configure: Regenerate with autoconf.
1786
9591ad40
ILT
1787Sat Mar 15 19:14:02 1997 Ian Lance Taylor <ian@cygnus.com>
1788
18f7e3dc
ILT
1789 * config/tc-mips.c (md_apply_fix): Improve error message for out
1790 of range branch.
1791
9591ad40
ILT
1792 * Makefile.in: Add dependencies on obstack.h where needed.
1793
ef014e09
ILT
1794Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
1795
46a92fde
ILT
1796 * config/tc-mips.c (md_estimate_size_before_relax): Handle the
1797 case of a symbol equated to another symbol when using SVR4_PIC.
1798
ef014e09
ILT
1799 * Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
1800
2e9974a4
ILT
1801Thu Mar 13 11:20:51 1997 Ian Lance Taylor <ian@cygnus.com>
1802
d428c89f
ILT
1803 * read.c (read_a_source_file): Call LISTING_NEWLINE before
1804 HANDLE_CONDITIONAL_ASSEMBLY when handling an MRI line label.
1805
2e9974a4
ILT
1806 * config/obj-elf.c (obj_elf_data): Call md_flush_pending_output
1807 and md_elf_section_change_hook if they are defined.
1808 (obj_elf_text, obj_elf_previous): Likewise.
1809
80633e8e
ILT
1810Wed Mar 12 11:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
1811
2e9974a4
ILT
1812 * config/obj-multi.h (struct elf_obj_sy): Define if
1813 OBJ_MAYBE_ELF.
1814 (OBJ_SYMFIELD_TYPE): Define as struct elf_obj_sy if
1815 OBJ_MAYBE_ELF.
1816 * config/obj-elf.h (struct elf_obj_sy): Don't define if
1817 OBJ_SYMFIELD_TYPE is defined.
1818
80633e8e
ILT
1819 * doc/as.texinfo (bss): Improve description of .bss section. In
1820 ELF or COFF, you are permitted to switch into the section.
1821 (Comm): Rewrite description of common symbols.
1822 (Lcomm): Mention that some targets permit a third argument.
1823
6d8dfa04
ILT
1824Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
1825
9be8c0f1
ILT
1826 * config/tc-ppc.c (ppc_elf_lcomm): Don't call S_CLEAR_EXTERNAL.
1827
92b7bfb7
ILT
1828 * symbols.c (colon): Change type of local to int. From Alan Modra
1829 <alan@spri.levels.unisa.edu.au>.
1830
e053e8c1
ILT
1831 * config/tc-m88k.c (m88k_do_align): Don't use a special nop
1832 alignment if a zero fill pattern was explicitly specified.
1833 * config/tc-sh.c (sh_do_align): Likewise.
1834
842b6b06
ILT
1835 * read.c (equals): Always permit register names to be redefined.
1836
ee2c03ed
ILT
1837 * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
1838 mips16 symbol to be adjusted if a symbol is being subtracted from
1839 it.
1840
6d8dfa04
ILT
1841 From Eric Youngdale <eric@andante.jic.com>:
1842 * config/obj-elf.c (obj_elf_symver): Check for duplicate or
1843 illegal symbol version names.
1844 (elf_frob_symbol): Check for external default versions.
1845
d88cc85d
ILT
1846Sun Mar 9 23:49:12 1997 Ian Lance Taylor <ian@cygnus.com>
1847
1848 From Eric Youngdale <eric@andante.jic.com>:
1849 * config/obj-elf.h (struct elf_obj_sy): Define.
1850 (OBJ_SYMFIELD_TYPE): Define to elf_obj_sy struct. Change all
1851 users.
1852 * config/obj-elf.c (obj_elf_symver): Just record the name.
1853 (obj_symbol_new_hook): Initialized versioned_name field.
1854 (elf_frob_symbol): If there is a versioned_name, either rename the
1855 symbol, or add an alias with that name.
1856
a405bb3e
JL
1857Thu Mar 6 13:55:32 1997 Jeffrey A Law (law@cygnus.com)
1858
ef03fee0
JL
1859 * config/tc-mn10300.c (md_relax_table): Define.
1860 (md_convert_frag): Implement.
1861 (md_assemble): Handle relaxable operands/instructions correctly.
1862 (md_estimate_size_before_relax): Implement.
1863 * config/tc-mn10300.h (TC_GENERIC_RELAX_TABLE): Define.
1864
27103699
JL
1865 * config/tc-mn10200.c (md_relax_table): Fix typos.
1866
a405bb3e
JL
1867 * config/tc-mn10300.c (md_assemble): Don't use any MN10300 specific
1868 relocs anymore. Tweak fx_offset for pc-relative relocs.
1869
d6545e3f
ILT
1870Wed Mar 5 15:46:16 1997 Ian Lance Taylor <ian@cygnus.com>
1871
1872 * cond.c (s_ifc): Call mri_comment_field and mri_comment_end when
1873 in MRI mode.
1874
e74539b8
FF
1875start-sanitize-tic80
1876Tue Mar 4 19:34:21 1997 Fred Fish <fnf@cygnus.com>
1877
1ea52646
FF
1878 * config/tc-tic80.c (md_pseudo_table): Add "sect" and "section"
1879 pseudo-ops.
e74539b8
FF
1880 * config/tc-tic80.c (md_begin): Declare external variable
1881 coff_flags and insert an F_AR32WR bit into it.
1882
1883end-sanitize-tic80
1884Tue Mar 4 10:01:04 1997 Ian Lance Taylor <ian@cygnus.com>
1885
1886 * read.c (equals): Add reassign parameter. Change all callers.
1887 * read.h (equals): Update declaration.
1888
a941619c
ILT
1889Sat Mar 1 01:04:04 1997 Ian Lance Taylor <ian@cygnus.com>
1890
1891 * config/tc-mips.c (mips16_extended_frag): Don't assume that we
1892 can rely on the frag address to determine whether a frag is
1893 earlier or later.
1894
23604921
ILT
1895Fri Feb 28 14:40:00 1997 Ian Lance Taylor <ian@cygnus.com>
1896
1897 * write.h (LOCAL_LABEL): Only define if not BFD_ASSEMBLER.
1898 (S_LOCAL_NAME): Likewise.
1899 (FAKE_LABEL_NAME): Define unconditionally.
1900 * symbols.c (colon): Call bfd_is_local_label, not LOCAL_LABEL, if
1901 BFD_ASSEMBLER.
1902 (S_IS_LOCAL): Call bfd_is_local_label_name, not LOCAL_LABEL.
1903 * config/tc-*.h: Only define LOCAL_LABEL if not BFD_ASSEMBLER.
1904 Don't define FAKE_LABEL_NAME.
1905 * config/te-ic960.h: Likewise.
1906 * config/tc-mips.h (tc_frob_file_before_adjust): Define.
1907 (mips_frob_file_before_adjust): Declare.
1908 * config/tc-mips.c (mips_frob_file_before_adjust): New function.
1909 (mips_local_label): Remove.
1910
1911 * config/te-sco386.h: Remove; not used.
1912
a88ce21e
FF
1913start-sanitize-tic80
1914Thu Feb 27 15:39:16 1997 Fred Fish <fnf@cygnus.com>
1915
1916 * config/tc-tic80 (md_pseudo_table): Add align pseudo op to do
1917 byte alignment rather than power-of-two alignment that is the
1918 GAS default.
1919
1920end-sanitize-tic80
0f68bf0a
ILT
1921Thu Feb 27 13:29:04 1997 Ian Lance Taylor <ian@cygnus.com>
1922
e053e8c1 1923 * config/tc-m68k.c (md_assemble): Handle a reloc width of 'W'.
f396c4ef 1924
0f68bf0a
ILT
1925 * gasp.c (hash_add_to_string_table): Correct misspelling in error
1926 message, and add newline.
1927 (process_file): Don't process assignments in the label if this is
1928 a equ or assign pseudo-op.
1929 (process_pseudo_op): Swap first argument to do_assign for K_ASSIGN
1930 and K_EQU, to match documentation.
1931
0fe302ac
MM
1932Thu Feb 27 12:00:03 1997 Michael Meissner <meissner@cygnus.com>
1933
1934 * config/obj-coff.c (obj_coff_section): Add 'r' section attribute
1935 to denote read-only data sections.
1936
30d0557c
ILT
1937Thu Feb 27 00:26:33 1997 Ian Lance Taylor <ian@cygnus.com>
1938
35c64f24
ILT
1939 * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.
1940 * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
1941
30d0557c
ILT
1942 * expr.c (operand): Simplify 0b handling. Don't treat 0b as a
1943 binary number if the next character is '+' or '-'.
1944
1e12595d
FF
1945start-sanitize-tic80
1946Wed Feb 26 20:47:12 1997 Fred Fish <fnf@cygnus.com>
1947
1948 * config/tc-tic80.c (FLT_CHARS): Change from "dD" to "fF".
1949 (find_opcode): Match operands that can be floats.
1950 (build_insn): Handle O_big (float) expressions and build
1951 correct opcode.
1952
1953end-sanitize-tic80
af942793
SS
1954Wed Feb 26 18:19:00 1997 Stan Shebs <shebs@andros.cygnus.com>
1955
1956 * configure.in (mips*-*-lnews*): New target, also make empty
1957 emulation list for this target.
1958 * configure: Update.
1959 * tc-mips.c (ECOFF_LITTLE_FORMAT): Define.
1960 (mips_target_format): Use.
1961 * te-lnews.h: New file.
1962
f92f247b
FF
1963start-sanitize-tic80
1964Wed Feb 26 15:33:46 1997 Fred Fish <fnf@cygnus.com>
1965
1966 * config/tc-tic80.c (find_opcode, build_insn): Changes to match
1967 operands with :m or :s modifiers and generate the right opcodes
1968 for them.
1969
1970end-sanitize-tic80
7a515708
ILT
1971Wed Feb 26 11:56:11 1997 Ian Lance Taylor <ian@cygnus.com>
1972
1973 * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and
1974 $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
1975
55be99d6
ILT
1976Tue Feb 25 22:02:23 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
1977
1978 * config/tc-m68k.c (instring): Useless local declaration of
1979 crack_operand removed.
1980 * expr.h (expressionS): Changed type of X_op field to operatorT if
1981 __GNUC__.
1982
28d8c671
ILT
1983Tue Feb 25 13:17:27 1997 Ian Lance Taylor <ian@cygnus.com>
1984
034988c6
ILT
1985 Based on patches from Robert Lipe <robertl@dgii.com>:
1986 * configure.in: Add i386coff and i386elf to emulation list.
1987 * configure: Rebuild.
1988 * as.c (i386coff, i386elf): Declare.
1989 * obj.h (coff_format_ops): Declare.
1990 * config/obj-coff.c (OBJ_HEADER): Define.
1991 (coff_obj_symbol_new_hook): Rename from obj_symbol_new_hook.
1992 (coff_obj_read_begin_hook): Rename from obj_read_begin_hook.
1993 (obj_pseudo_table): Add "version".
1994 (coff_pop_insert): New static function.
1995 (coff_sec_sym_ok_for_reloc): New static function.
1996 (no_func): New static function.
1997 (coff_format_ops): New variable.
1998 * config/obj-coff.h (coff_obj_symbol_new_hook): Declare.
1999 (obj_symbol_new_hook): Define.
2000 (coff_obj_read_begin_hook): Declare.
2001 (obj_read_begin_hook): Define.
2002 * config/tc-i386.h (i386_target_format): Declare.
2003 * config/tc-i386.c: Check OBJ_MAYBE_ELF as well as OBJ_ELF; check
2004 OUTPUT_FLAVOR when appropriate.
2005 (i386_target_format): New function.
2006 * Makefile.in (obj-coff.o): New target.
2007 (e-i386coff.o, e-i386elf.o): New targets.
2008
a0c4a241
ILT
2009 From Stephen Williams <steve@icarus.icarus.com>:
2010 * config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
2011 (_tc_get_bal_of_call): Don't declare.
2012 (tc_get_bal_of_call): Declare as function, don't define as macro.
2013 * config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
2014 in sy_tc field, not x_balntry field.
2015 (tc_get_bal_of_call): Rename from _tc_get_bal_of_call. Change
2016 return type to symbolS *. If OBJ_COFF, retrieve value from sy_tc
2017 field, not x_balntry field.
2018
2019 * config/obj-elf.c (obj_elf_section): Permit a .note section to
2020 have the SHF_ALLOC attribute.
2021
a90512ad
ILT
2022 * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS).
2023 (TARG_CPU_DEP_mips): Depend upon $(srcdir)/itbl-ops.h.
2024 (itbl-lex.o): Depend upon itbl-parse.h.
2025
2026 * itbl-parse.y (yyerror): Change return type to int. Change to
2027 use old style function declaration.
2028
ee5cb7fe
ILT
2029 * Makefile.in (itbl-lex.o): Remove -Wall.
2030 (itbl-parse.o): Likewise.
2031
28d8c671
ILT
2032 * cond.c (s_ifdef): If we should omit conditionals from listings,
2033 call listing_list.
2034 (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.
2035 * listing.c (list_info_struct): Add EDICT_NOLIST_NEXT.
2036 (listing_listing): Handle EDICT_NOLIST_NEXT.
2037 (listing_list): An argument of 2 means EDICT_NOLIST_NEXT.
2038 * listing.h (LISTING_NOCOND): Define.
2039 (LISTING_SKIP_COND): Define.
2040 * as.c (show_usage): Mention c as a suboption of -a.
2041 (parse_args): Handle c as a suboption of -a.
2042 * doc/as.texinfo: Document -alc.
2043
b16a8c8e
FF
2044start-sanitize-tic80
2045Mon Feb 24 23:34:14 1997 Fred Fish <fnf@cygnus.com>
2046
2047 * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.
2048
2049end-sanitize-tic80
2050Mon Feb 24 18:27:43 1997 Eric Youngdale <eric@andante.jic.com>
2051
2052 * doc/as.texinfo: Document .symver.
2053
4d3410fd
MH
2054Mon Feb 24 15:19:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2055
2056 * config/tc-d10v.c: Change pre_defined_registers to
2057 d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
2058
ec72a266
FF
2059Mon Feb 24 10:40:45 1997 Fred Fish <fnf@cygnus.com>
2060
2061 * config/obj-coff.c: Fix typo in comment section.
2062start-sanitize-tic80
2063 * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
2064 an additional alignment argument.
2065 (find_opcode): Allow O_symbol relocs for any 32 bit field, not just
2066 base relative ones.
2067 (build_insn): Handle O_symbol relocs for any 32 bit field, not just
2068 base relative ones.
2069end-sanitize-tic80
2070
16aef5b0
DP
2071Mon Feb 24 02:23:00 1997 Dawn Perchik <dawn@cygnus.com>
2072
2073 * Makefile.in: Remove dependancies on itbl-cpu.h.
2074 * as.c: Define stubs for itbl_parse and itbl_init if HAVE_ITBL_CPU
2075 is not defined.
2076
ac6c6bdb
DP
2077Mon Feb 24 02:03:00 1997 Dawn Perchik <dawn@cygnus.com>
2078
2079 * itbl-ops.h: Include as.h.
2080
72797ffa
DP
2081Mon Feb 24 01:04:00 1997 Dawn Perchik <dawn@cygnus.com>
2082
2083 * as.c: Remove -t option.
2084 * configure, configure.in: Move itbl-cpu.h to mips specific configure.
2085 * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
2086 * config/tc-mips.h: Define HAVE_ITBL_CPU.
2087
2f671f84
DP
2088Sun Feb 23 18:01:00 1997 Dawn Perchik <dawn@cygnus.com>
2089
2090 * itbl-ops.c: Don't define DEBUG.
2091
f9f0539f
DP
2092Sun Feb 23 17:49:00 1997 Dawn Perchik <dawn@cygnus.com>
2093
2094 * Makefile.in: Update itbl-test.c to reflect its new location.
2095
8d8a790b
DP
2096Sun Feb 23 15:50:00 1997 Dawn Perchik <dawn@cygnus.com>
2097
2098 * itbl-ops.c: Add test for itbl_have_entries.
2099 * config/tc-mips.c: Remove test for itbl_have_entries.
2100 * config/tc-mips.h: Define tc_init_after_args to mips_init_after_args.
2101
7b9f3d46
ILT
2102Sun Feb 23 18:13:19 1997 Ian Lance Taylor <ian@cygnus.com>
2103
2104 * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
2105 itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
2106 (LEX, LEXFLAGS): Define.
2107 * itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
2108
efec4a28
DP
2109Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
2110
2111 * itbl-parse.y: Fix indentation mistakes from indent program.
2112 * itbl-lex.l: Fix indentation mistakes from indent program.
2113 * itbl-ops.h: Add include for ansidecl.h.
2114 Add PARAMS around function arguments.
2115 Add declaration for itbl_have_entries.
2116 * itbl-ops.c: Add PARAMS around function arguments.
2117 * Makefile.in: Add itbl build rules.
2118 Add dependancies for itbl files to mips target.
2119 * as.c: Add itbl support.
2120 Add new option "--insttbl" for dynamically extending instruction set.
2121 * as.h: Declare insttbl_file_name;
2122 the name of file defining extensions to the basic instruction set
2123 * configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
2124 itbl-ops.o to extra_objects for mips configuration.
2125 Add include file link from itbl-cpu.h to
2126 config/itbl-${target_cpu_type}.h.
2127 * config/tc-mips.c: Allow copz instructions.
2128 Add notes for future additions to the itbl support.
2129 Add debug macros.
2130 (macro): Call itbl_assemble to assemble itbl instructions.
2131 See if an unknown register is specified in an itbl entry.
2132
d160b69e
FF
2133Sat Feb 22 20:53:01 1997 Fred Fish <fnf@cygnus.com>
2134 * doc/internals.texi (CPU backend): Fix typo in md_section_align
2135 description.
2136start-sanitize-tic80
2137 * config/tc-tic80.h (NEED_FX_R_TYPE): Define.
2138 * config/tc-tic80.c (find_opcode): Add code to support O_symbol
2139 operands.
2140 (build_insn): Grab a frag early so we can use the address in
2141 fixups. Take one's complement of BITNUM values before insertion
2142 in opcode. Add code to support O_symbol operands.
2143 (md_apply_fix): Replace unimplemented warning with implementation.
2144 (md_pcrel_from): Ditto.
2145 (tc_coff_fix2rtype): Ditto.
2146end-sanitize-tic80
2147
09d9ef26 2148Fri Feb 21 14:34:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1b524697
MH
2149start-sanitize-d30v
2150 * config/tc-d30v.c (parallel_ok): New function.
2151 * config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
2152end-sanitize-d30v
09d9ef26
MH
2153 * config/tc-d10v.c (md_pcrel_from_section): Return 0 if
2154 relocation is in different section. Fixes PR11574.
2155
e2e5acfa
JW
2156Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
2157
2158 * tc-mips.c (mips_ip): If configured for an embedded ELF system,
2159 don't set the section alignment to 2**4.
2160
fee3e248
ILT
2161Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
2162
b2f7cdd0
ILT
2163 * config/tc-m68k.c (line_comment_chars): Add '*'.
2164
830ce631
ILT
2165 * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
2166 (do_scrub_begin): Don't set lex['*'].
2167 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
2168 check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
2169 a literal '*'.
2170
fee3e248
ILT
2171 * configure.in: Set em=svr4 for m68k-*-sysv4*.
2172 * configure: Rebuild.
2173 * config/te-svr4.h: New file.
2174 * config/tc-m68k.c (m68k_comment_chars): Only include `#' if
2175 TE_SVR4 or TE_DELTA.
2176
48242b28
JL
2177Thu Feb 20 22:24:39 1997 Jeffrey A Law (law@cygnus.com)
2178
2179 * config/tc-mn10200.c (md_convert_frag): Create a fixup for the
2180 short conditional branch around a long unconditional branch.
2181
1af411e1
ILT
2182Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
2183
64c5df8d
ILT
2184 * config/obj-coff.c (obj_coff_ln [both versions]): Call
2185 new_logical_line.
2186
1af411e1
ILT
2187 * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
2188 complex expression.
2189
2190 * symbols.c (resolve_symbol_value): If both left and right
2191 operands are undefined, warn about both of them.
2192
78673fc6
ILT
2193Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
2194
dd7feeb5
ILT
2195 Based on patches from Eric Youngdale <eric@andante.jic.com>:
2196 * config/obj-elf.c (elf_pseudo_table): Add "symver".
2197 (obj_elf_symver): New static function.
2198 * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
2199 field.
2200
2201 * write.c (relax_segment): Make type and printf format agree.
2202
78673fc6
ILT
2203 * read.c (get_line_sb): Don't end the line on a semicolon inside a
2204 string.
2205
14f23c28
MH
2206start-sanitize-d30v
2207Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2208
2209 * config/tc-d30v.c, config/tc-d30v.h: New files.
2210
2211 * configure: Rebuilt.
2212
2213 * configure.in: Add case for d30v.
2214
2215end-sanitize-d30v
2216Sun Feb 16 17:47:29 1997 Fred Fish <fnf@toadfish.ninemoons.com>
2217
2218 * config/tc-alpha.h (md_operand): Define with a null expansion,
2219 like all the other targets.
2220 * doc/internals.texi (CPU backend): Add missing word in
2221 md_flush_pending_output description. Fix typo in md_convert_frag
2222 description.
2223start-sanitize-tic80
2224 * config/tc-tic80: Minor comment additions/changes.
2225end-sanitize-tic80
2226
b253dcff
ILT
2227Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2228
2229 * config/tc-m68k.c (LOCAL_LABEL): Macro redefined if TE_DELTA.
2230 (tc_canonicalize_symbol_name): Macro defined if TE_DELTA.
2231 * config/obj-coff.c (obj_coff_def): Use
2232 tc_canonicalize_symbol_name if defined.
2233 (obj_coff_tag, obj_coff_val): Likewise.
2234 * expr.c (operand): Reject '~' as operator if is_name_beginner.
2235
d7bf6158
ILT
2236Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com>
2237
f5ed78de
ILT
2238 Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
2239 does not actually work, though:
2240 * configure.in (i386-sequent-bsd*): New target.
2241 * configure: Rebuild.
2242 * config/tc-dynix.h: New file.
2243 * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
2244
d7bf6158
ILT
2245 * read.c (do_align): Add max parameter. Change all callers.
2246 Remove useless static variables.
2247 (s_align): New static function. Do common portion of
2248 s_align_bytes and s_align_ptwo.
2249 (s_align_bytes, s_align_ptwo): Just call s_align.
2250 * frags.c (frag_align): Add max parameter. Change all callers.
2251 (frag_align_pattern): Likewise.
2252 * frags.h (frag_align, frag_align_pattern): Update declarations.
2253 * write.c (relax_segment): Limit alignment change to fr_subtype.
2254 Fix some types to be addressT.
2255 * config/obj-coff.c (size_section): Likewise.
2256 * config/obj-ieee.c (size_section): Likewise.
2257 * config/tc-d10v.h (md_do_align): Add max parameter.
2258 * config/tc-i386.h (md_do_align): Likewise.
2259 * config/tc-m88k.h (md_do_align): Likewise.
2260 * config/tc-m88k.c (m88k_do_align): Likewise.
2261 * config/tc-sh.h (md_do_align): Likewise.
2262 * config/tc-sh.c (sh_do_align): Likewise.
2263 * as.h: Improve comments on rs_align and rs_align_code.
2264 * doc/as.texinfo: Document new alignment arguments.
2265 * doc/internals.texi (Frags): Document use of fr_subtype field for
2266 rs_align and rs_align_code.
2267
2268Fri Feb 14 15:56:06 1997 Gavin Koch <gavin@cygnus.com>
2269
2270 * config/tc-mips.c: Changed opcode parsing.
2271
16171d71
FF
2272Thu Feb 13 20:02:16 1997 Fred Fish <fnf@cygnus.com>
2273
fda193d9 2274 * config/{tc-alpha.h, tc-d10v.h, tc-generic.h, tc-i960.h,
ec2f730d 2275 tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-vax.h, tc-w65.h}:
16171d71
FF
2276 Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
2277 * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
2278 tc-ppc.h, tc-sparc.h}: Move definition of TARGET_BYTES_BIG_ENDIAN
2279 to a location consistent with the rest of the target include files.
2280 * config/tc-i386.c: Remove misleading comment.
2281 * doc/internals.texi (CPU backend): Add description of function
2282 md_undefined_symbol.
2283start-sanitize-tic80
2284 * config/tc-tic80.c: Add code to insert predefined symbols into the
2285 symbol table so they can be parsed by the standard expression parser.
2286 Remove custom code that use to parse them.
2287 * config/tc-tic80.h: Move definition of TARGET_BYTES_BIG_ENDIAN
2288 to a location consistent with the rest of the target include files.
2289end-sanitize-tic80
2290
9f13ead9
ILT
2291Thu Feb 13 21:44:18 1997 Klaus Kaempf <kkaempf@progis.de>
2292
2293 * as.h: GNU c provides unlink() function.
2294
2295 Unify section handling on openVMS/Alpha:
2296 * config/tc-alpha.c(s_alpha_link): Remove.
2297 (s_alpha_section): New function.
2298 Remove case-hacking of symbols
2299 Add .code_address pseudo-op.
2300 (BFD_RELOC_ALPHA_CODEADDR): New relocation.
2301 (s_alpha_code_address): New function.
2302 (alpha_ctors_section, alpha_dtors_section): New sections for C++
2303 static constructors/destructors.
2304 Add debug code for crash debugs, to be removed when traceback code
2305 is added to object code.
2306 (s_alpha_name): New function for .name pseudo-op.
2307 (alpha_print_token): New function to print token expressions with
2308 alpha specific extensions.
2309
2310 * makefile.vms: Allow compilation with current gcc snapshot.
2311
af16e411
FF
2312Thu Feb 13 16:29:04 1997 Fred Fish <fnf@cygnus.com>
2313
2314 * doc/Makefile.in (TEXI2DVI): Set to just name of program.
2315 (DVIPS): Set to dvips.
2316 (ps, as.ps, gasp.ps): New targets.
2317 (internals.info, gasp.dvi, internals.dvi): Set both TEXINPUTS
2318 and MAKEINFO env variables.
2319 (internals.ps): Use DVIPS macro.
2320 (clean): Remove core and backup files.
2321 (distclean): Remove temporary files from building internals.
2322 (clean-dvi): Ditto.
2323 * doc/internals.texi (Frags): Fix typo.
2324 (GAS processing): Ditto.
2325 (CPU backend): Ditto.
2326 * ecoff.c (init_file): Use TARGET_BYTES_BIG_ENDIAN value directly.
2327 * mpw-config.in: Define TARGET_BYTES_BIG_ENDIAN as 1.
2328 * read.c: Remove ugly hack that dealt with config files not
2329 correctly defining TARGET_BYTES_BIG_ENDIAN.
2330 (target_big_endian): Use TARGET_BYTES_BIG_ENDIAN directly.
2331 * config/arm-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
2332 * config/arm-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
2333 * config/mips-big.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
2334 * config/mips-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 0.
2335 * config/ppc-lit.mt: Define TARGET_BYTES_BIG_ENDIAN to 1.
2336 * config/ppc-sol.mt: Replace TARGET_BYTES_LITTLE_ENDIAN
2337 with TARGET_BYTES_BIG_ENDIAN defined to 0.
2338 * config/tc-arm.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
2339 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
2340 whether it is defined or not.
2341 * config/tc-mips.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN.
2342 * config/tc-ppc.h: Remove use of TARGET_BYTES_LITTLE_ENDIAN
2343 and simplify. Test value of TARGET_BYTES_BIG_ENDIAN, not just
2344 whether it is defined or not.
2345start-sanitize-tic80
2346 * config/tic80.h (TARGET_FORMAT): Define to coff-tic80.
2347 (TARGET_BYTES_BIG_ENDIAN): Define to 0.
2348end-sanitize-tic80
2349
89b41978
DE
2350Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com>
2351
2352 * write.c (write_relocs): Correct text in as_fatal error message,
2353 bfd_perform_relocation -> bfd_install_relocation.
2354
151c3ec0
ILT
2355Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
2356
2357 * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA.
2358 * read.c (LEX_TILDE): Define if not defined.
2359 (lex_type): Use LEX_TILDE.
2360 * expr.c (get_symbol_end): Check first char with is_name_beginner,
2361 not is_part_of_name.
2362
4a1cb507
ILT
2363Thu Feb 13 11:40:58 1997 Ian Lance Taylor <ian@cygnus.com>
2364
3de9d78c
ILT
2365 * config/tc-sparc.c (md_show_usage): Add missing backslash at end
2366 of continued line.
2367
319305a7
ILT
2368 * config/tc-mips.c (mips16_extended_frag): Correct base address
2369 for an extended PC relative instruction.
2370 (md_convert_frag): Likewise.
2371
4a1cb507
ILT
2372 * config/tc-mips.c (prev_nop_frag): New static variable.
2373 (prev_nop_frag_holds): New static variable.
2374 (prev_nop_frag_required): New static variable.
2375 (prev_nop_frag_since): New static variable.
2376 (append_insn): If we aren't reordering, and prev_nop_frag is not
2377 NULL, and we don't need any nops, then decrease the size of
2378 prev_nop_frag. Don't insert nops because of instructions in
2379 noreorder sections. Remember whether the previous instructions
2380 where in noreorder sections even when not reordering.
2381 (mips_no_prev_insn): Add preserver parameter. Change all
2382 callers. Refer prev_nop_frag variables when appropriate.
2383 (mips_emit_delays): Set up prev_nop_frag.
2384 (s_mipsset): Clear prev_nop_frag if reordering.
2385
ebf28372
ILT
2386Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
2387
9cd4e6cc
ILT
2388 * config/tc-mips.c (append_insn): Remove useless code which
2389 handled swapping a mips16 jump with a mips16 instruction with a
2390 reloc.
2391
05874c2e
ILT
2392 * config/tc-mips.c (md_parse_option): When debugging, set
2393 mips_optimize to 1, not 0.
2394
56bb6eee
ILT
2395 * config/tc-mips.c (mips16_ip): Handle an extend operand.
2396
eb17f56c
ILT
2397 * config/tc-mips.c (my_getExpression): In mips16 mode, if it looks
2398 like the expression was based on `.', adjust the value of the
2399 symbol.
2400
035936da 2401 * config/tc-mips.c (append_insn): Warn about an attempt to put an
c0df26bb 2402 extended instruction in a delay slot when not reordering.
035936da
ILT
2403 (md_convert_frag): Warn if an extended instruction appears in a
2404 delay slot.
2405
ed3eb786
ILT
2406 * config/tc-mips.c (mips_pseudo_table): Add "insn".
2407 (s_insn): New static function.
2408 * doc/c-mips.texi: Document .insn.
2409
ebf28372
ILT
2410 * config/tc-mips.c (md_begin): Add the general registers to the
2411 symbol table.
2412 (mips16_ip): First parse the expression, and then see whether it
2413 came up with a register, rather than trying to first see whether
2414 we are looking at a register.
2415
11e08196
FF
2416start-sanitize-tic80
2417Tue Feb 11 15:13:39 1997 Fred Fish <fnf@cygnus.com>
2418
2419 * config/tc-tic80.c: Numerous changes and additions to flesh
2420 out functions that were previously just stubs, and fix some
2421 problems found using the new TIc80 testsuite cases.
2422
2423end-sanitize-tic80
16262668
ILT
2424Tue Feb 11 15:52:22 1997 Ian Lance Taylor <ian@cygnus.com>
2425
2426 * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
2427 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
2428
2429 * config/tc-mips.c (append_insn): Output jump instruction as a
2430 pair of 2 byte instructions, rather than as a single 4 byte
2431 instruction.
2432
2433start-sanitize-r5900
2434 * config/tc-mips.c (md_begin): Correct test of mips_5900.
2435 (mips_ip): Don't check INSN_ISA for a macro.
2436
2437end-sanitize-r5900
276c2d7d
GRK
2438start-sanitize-r5900
2439Fri Feb 7 11:11:06 1997 Gavin Koch <gavin@cygnus.com>
2440
2441 * config/tc-mips.c: added r5900.
2442
2443end-sanitize-r5900
c6745073
DP
2444Mon Feb 10 22:06:00 1997 Dawn Perchik (dawn@cygnus.com)
2445
2446 * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
2447 config/itbl-mips.h: Add copyright message and fix indentation.
2448
8e5c905e
DP
2449Mon Feb 10 18:09:00 1997 Dawn Perchik (dawn@cygnus.com)
2450
2451 * itbl-ops.c: New file. Add support for dynamically read
2452 instruction registers, opcodes and formats. Build internal table
2453 for new instructions and provide callbacks for assembler and
2454 disassembler.
2455 * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
2456 spec table.
2457 * itbl-ops.h: New file. Header file for itbl support.
2458 * config/itbl-mips.h: New file. Mips specific definitions for
2459 itbl support.
2460
a7355c4d
JL
2461Fri Feb 7 09:52:34 1997 Jeffrey A Law (law@cygnus.com)
2462
2463 * config/tc-mn10200.c (md_assemble): If a constant operand won't
2464 fit into the constant field of a relaxable operand, then it does
2465 not match.
2466
e58035e3
JL
2467Thu Feb 6 20:08:12 1997 Jeffrey A Law (law@cygnus.com)
2468
2469 * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
2470 a jsr target in a different section just like a jsr to
2471 an undefined target.
2472
6927c24d
ILT
2473Thu Feb 6 16:52:57 1997 Ian Lance Taylor <ian@cygnus.com>
2474
2475 * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
2476 against any mips16 symbols, not just externally visible ones.
2477 (md_apply_fix): Corresponding change.
2478
c9167640
ILT
2479Wed Feb 5 11:11:06 1997 Ian Lance Taylor <ian@cygnus.com>
2480
2481 * config/tc-mips.c (mips16_ip): Accept floating point registers in
2482 the operand of the exit instruction.
2483
76801700
ILT
2484Tue Feb 4 14:12:39 1997 Ian Lance Taylor <ian@cygnus.com>
2485
2486 * symbols.c (resolve_symbol_value): If we leave an equated symbol
2487 as O_symbol, copy over the segment.
2488
3569064f
ILT
2489Mon Feb 3 12:35:54 1997 Ian Lance Taylor <ian@cygnus.com>
2490
1748b9d8
ILT
2491 * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
2492 fixup to be against the section symbol, adjust the value
2493 accordingly.
2494
3569064f
ILT
2495 * symbols.c (resolve_symbol_value): Don't change X_add_number for
2496 an equated symbol.
2497 * write.c (write_relocs): Avoid looping on equated symbols.
2498 Adjust fx_offset by X_add_number for each symbol.
2499 * config/obj-coff.c (do_relocs_for): Avoid looping on equated
2500 symbols.
2501 (fixup_segment): Add a loop to track down equated symbols and
2502 adjust fx_offset appropriately.
2503
f5d7f6fb
JL
2504Fri Jan 31 15:21:02 1997 Jeffrey A Law (law@cygnus.com)
2505
2506 * config/tc-mn10200.c (md_relax_table): Add entries to allow
2507 jmp -> bra relaxing.
2508 (md_convert_frag): Handle jmp->bra relaxing.
2509 (md_assemble): Handle jmp->bra relaxing.
2510 (md_estimate_size_before_relax): Likewise.
2511
fb50cd4e
ILT
2512Fri Jan 31 13:15:05 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
2513
2514 * config/tc-i386.c (i386_align_code): Add comments explaining the
2515 nop instructions.
2516
a75abb6f
ILT
2517Fri Jan 31 10:46:14 1997 Ian Lance Taylor <ian@cygnus.com>
2518
2b063e6d
ILT
2519 * config/tc-sparc.c (enforce_aligned_data): New static variable.
2520 (sparc_cons_align): Don't do anything unless enforce_aligned_data
2521 is set.
2522 (md_longopts): Add "enforce-aligned-data".
2523 (md_show_usage): Mention --enforce-aligned-data.
2524 * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
2525 enforce-aligned-data.
2526
fbd929fd
ILT
2527 * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
2528 "word", and "short".
2529 (ppc_xcoff_cons): New static function.
2530
a75abb6f
ILT
2531 * write.c (relax_segment): Give an error if a .space symbol is
2532 common or undefined.
2533
2534 * read.c (read_a_source_file): Don't handle mri_pending_align if
2535 the handler is s_globl or s_ignore.
2536
f1ce6af4
FF
2537Thu Jan 30 11:46:59 1997 Fred Fish <fnf@cygnus.com>
2538
2539 * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
2540start-sanitize-tic80
2541 * config/tc-tic80.c: Many additions to previous placeholder file.
2542 * config/tc-tic80.h: Ditto.
2543end-sanitize-tic80
2544
0b476c53
ILT
2545Thu Jan 30 12:28:18 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
2546
2547 * config/tc-i386.c (i386_align_code): Improve the nop patterns.
2548
a6b200da
ILT
2549Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
2550
0d7f9025
ILT
2551 * config/tc-mips.c (mips_fix_adjustable): New function.
2552 * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
2553 (mips_fix_adjustable): Declare.
2554
a6b200da
ILT
2555 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
2556 * read.c (read_a_source_file): After doing an mri_pending_align,
2557 adjust the line_label if there is one.
2558 (s_space): Set mri_pending_align if an odd number of bytes were
2559 output.
2560
9073144e
MH
2561Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
2562
2563 * config/tc-d10v.h (md_do_align): Add this hook to call
2564 d10v_cleanup() when a ".align" is detected. Fixes PR11487.
2565
2566 * config/tc-d10v.c (find_opcode): Correctly calculate
2567 branch displacement when .aligns are present.
2568
33a4c28d
JL
2569Wed Jan 29 09:42:11 1997 Jeffrey A Law (law@cygnus.com)
2570
2571 * config/tc-mn10200.c (md_relax_table): Define.
2572 (md_convert_frag): Implement.
2573 (md_assemble): Handle relaxable operands/instructions correctly.
2574 (md_estimate_size_before_relax): Implement.
2575 * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
2576
645cb4dc
ILT
2577Tue Jan 28 15:27:28 1997 Ian Lance Taylor <ian@cygnus.com>
2578
39bb58e0
ILT
2579 * config/tc-mips.c (append_insn): Give an error for jumps to a
2580 misaligned address.
2581 (md_apply_fix): Make a branch to an odd address an error rather
2582 than a warning.
3b320c48 2583
31a2c6ff
ILT
2584 * config/tc-mips.c (md_convert_frag): If the user explicitly
2585 requested an extended opcode, pass warn as true to mips16_immed.
2586
645cb4dc
ILT
2587 * config/tc-mips.c (mips16_ip): Handle a missing expression like
2588 an explicit 0, so that explicitly extended instructions work
2589 correctly.
2590
0192b099
ILT
2591Mon Jan 27 17:41:20 1997 Ian Lance Taylor <ian@cygnus.com>
2592
2593 * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
2594 symbol for a common symbol.
2595
f7ab9441
DE
2596Wed Jan 22 10:39:39 1997 Doug Evans <dje@canuck.cygnus.com>
2597
2598 Patch presumed to have been checked in awhile ago but wasn't.
2599 Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
2600 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
2601 (relax_segment, case rs_org): Move code inside braces. Move locals
2602 target,after inside too.
2603 (relax_segment, case rs_machine_dependent): Guts moved to ...
2604 (relax_frag): New function.
2605 Call md_prepare_relax_scan if defined.
2606
0ce48081
C
2607Mon Jan 20 10:56:47 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2608
2609 * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
2610 'p' operand specifier.
2611
2612Mon Jan 20 10:39:36 1997 J.T. Conklin <jtc@cygnus.com>
ffecfc8b
C
2613
2614 * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
2615 m68k family cpus which support long branch addressing modes.
2616 (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
2617 md_create_long_jump): Use it.
2618
c36a90ef
ILT
2619Mon Jan 20 12:42:06 1997 Ian Lance Taylor <ian@cygnus.com>
2620
b3a64736
ILT
2621 * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
2622 the .reginfo or .MIPS.options section if configured for an
2623 embedded target.
2624
c36a90ef
ILT
2625 * config/tc-mips.c (md_begin): Don't set interlocks for
2626 mips_4650.
2627
ad423373
ILT
2628Wed Jan 15 13:51:50 1997 Ian Lance Taylor <ian@cygnus.com>
2629
2630 * read.c (read_a_source_file): Make sure the symbol ends with
2631 whitespace before checking whether the next character is '='.
2632
03b24037
ILT
2633Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com>
2634
2635 * config/tc-i386.c (sco_id): Moved from here...
2636 * config/obj-elf.c (sco_id): ...to here. Adding the identifier
2637 really is an SCO ELF specific thing, not just a SCO x86 specific
2638 thing.
2639
4af93ad0
MM
2640start-sanitize-tic80
2641Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2642
2643 * configure.in (tic80-*-*): Don't require 'coff'.
2644 * configure: Regenerate.
2645
2646end-sanitize-tic80
8ff75001
ILT
2647Thu Jan 9 09:08:43 1997 Ian Lance Taylor <ian@cygnus.com>
2648
6468dabd
ILT
2649 * read.c (emit_expr): Check for overflow of a negative value
2650 correctly.
2651 * write.c (fixup_segment): Likewise.
2652 * config/obj-coff.c (fixup_segment): Likewise.
2653
d703b5a7
ILT
2654 * config/tc-m68k.c (struct label_line): Define.
2655 (labels, current_label): New static variables.
2656 (md_assemble): Mark current_label as text, and clear it.
2657 (m68k_frob_label): New function.
2658 (m68k_flush_pending_output): New function.
2659 (m68k_frob_symbol): New function.
2660 * config/tc-m68k.h (tc_frob_label): Define.
2661 (md_flush_pending_output): Define.
2662 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
2663 (tc_frob_coff_symbol): Likewise.
2664
8ff75001
ILT
2665 * read.c (read_a_source_file): When defining a macro in MRI mode,
2666 don't add the symbol to the symbol table.
2667
78998629
JL
2668Tue Jan 7 11:21:42 1997 Jeffrey A Law (law@cygnus.com)
2669
2670 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
2671 here since fixup_segment doesn't (linkrelax is set).
2672 * config/tc-mn10200.c (tc_gen_reloc): Likewise.
2673
62b2acba
JL
2674Mon Jan 6 15:19:32 1997 Jeffrey A Law (law@cygnus.com)
2675
2676 * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
2677 relocs.
2678
ac866582
JL
2679Fri Jan 3 16:47:08 1997 Jeffrey A Law (law@cygnus.com)
2680
62b2acba 2681 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
ac866582
JL
2682 to avoid warnings with the native HP compiler.
2683 (fix_new_hppa): Similarly for the r_type argument.
2684 (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
2685 in an #if OBJ_ELF to keep gcc -Wall quiet.
2686 (md_apply_fix): Always initialize "result".
2687
2688 * config/tc-mn10200.c (md_assemble): Generate relocations.
2689
79811f6f
ILT
2690Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2691
2692 * config/tc-m68k.c (s_even): Adjust the alignment of the current
2693 section.
2694
ba8f9c09
ILT
2695Fri Jan 3 17:10:33 1997 Richard Henderson <rth@tamu.edu>
2696
2697 * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
2698 pass on the new file hook.
2699
2700 * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
2701 !alpha_force_relocation, as local LITERALs can be adjusted to be
2702 relative to the section.
2703
a78bc551
ILT
2704Fri Jan 3 12:09:24 1997 Ian Lance Taylor <ian@cygnus.com>
2705
9f94df38
ILT
2706 * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
2707 defined, call it.
3df036e9 2708 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
9f94df38
ILT
2709 aligned to odd boundary.
2710 (tc_frob_coff_symbol): Define.
2711
039d5a60
ILT
2712 * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
2713
7b0688df
ILT
2714 * macro.c (macro_expand_body): In MRI mode, just copy a single &.
2715
2156d0d7
ILT
2716 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
2717 PCINDEX frag. From Ronald F. Guilmette <rfg@monkeys.com>.
2718
a78bc551
ILT
2719 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
2720 immediate value.
2721 (md_assemble): If the size is 'B', set fx_signed.
2722 (md_apply_fix_2): Use fx_signed when checking for overflow.
2723
2724 * write.h (struct fix): Add fx_signed field.
2725 * write.c (fix_new_internal): Initialize fx_no_overflow and
2726 fx_signed fields.
2727 (fixup_segment): Use fx_signed when checking for overflow.
2728 * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
2729 fx_signed when checking for overflow.
2730
b9129c6f
ILT
2731Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
2732
0abdf280
ILT
2733 * NOTES, NOTES.config: Removed. These are rarely, if ever,
2734 updated, and all the useful information is in doc/internals.texi.
2735
a986926b
ILT
2736 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
2737 * read.c (read_a_source_file): Check for conditional operators
2738 before doing an MRI pending alignment.
2739 * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
2740 (tc_conditional_pseudop): Define.
2741 * config/tc-m68k.c (m68k_conditional_pseudop): New function.
2742 * doc/internals.texi (CPU backend): Describe
2743 tc_conditional_pseudoop.
2744
924160b0
ILT
2745 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
2746 * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
2747 variable.
2748 (md_begin): Check m68k_rel32_from_cmdline before setting
2749 m68k_rel32.
2750 (m68k_mri_mode_change): Likewise.
2751 (md_longopts): Add --disp-size-default-16 and
2752 --disp-size-default-32.
2753 (md_parse_option): Handle new options.
2754 (md_show_usage): Mention new options.
2755 * doc/c-m68k.texi (M68K-Opts): Document new options.
2756
b4d51f3d
ILT
2757 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
2758 * config/tc-m68k.c (m68k_index_width_default): New static
2759 variable.
2760 (m68k_ip): Use m68k_index_width_default to set the size of a base
2761 register whose size was not given.
2762 (md_longopts): Add --base-size-default-16 and
2763 --base-size-default-32.
2764 (md_parse_option): Handle new options.
2765 (md_show_usage): Mention new options.
2766 * doc/c-m68k.texi (M68K-Opts): Document new options.
2767
103e1158
ILT
2768 * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
2769
e16b9537
ILT
2770 * configure.in: Recognize mips-*-linux* target.
2771 * configure: Rebuild.
2772
a162a490
ILT
2773 * config/tc-mips.c (load_register): Rewrite 64 bit handling to
2774 work if valueT is only 32 bits.
2775
b9129c6f
ILT
2776 * config/tc-mips.c: Throughout, check target_big_endian rather
2777 than byte_order.
2778 (byte_order): Remove.
2779 (mips_init_after_args): Remove.
2780 * config/tc-mips.h (LITTLE_ENDIAN, BIG_ENDIAN): Don't define.
2781 (mips_init_after_args): Don't declare.
2782 (tc_init_after_args): Don't define.
2783
2784 * config/tc-mips.h (tc_frob_after_relocs): Define if
2785 OBJ_MAYBE_ELF.
2786 (mips_elf_final_processing): Likewise.
2787 (ELF_TC_SPECIAL_SECTIONS): Likewise.
2788
6e7d5462
MM
2789Tue Dec 31 15:12:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2790
2791 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
2792 sld.{h,w} and the operand is relocatable, adjust the adend by
2793 shifting it right one bit.
2794
38fc0ba6
ILT
2795Tue Dec 31 12:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
2796
20868ec6
ILT
2797 * read.c (read_a_source_file): Check mri_pending_align after
2798 checking for a macro. From Ronald F. Guilmette
2799 <rfg@monkeys.com>.
2800
6ded6615
ILT
2801 * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
2802
38fc0ba6
ILT
2803 * config/tc-sparc.c (md_apply_fix3): Rename from md_apply_fix, and
2804 add segment argument. If OBJ_ELF, treat a relocation against a
2805 symbol in a linkonce section like a relocation against an external
2806 symbol.
2807 * config/tc-sparc.h (MD_APPLY_FIX3): Define.
2808
18e0764d
ILT
2809Mon Dec 30 11:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
2810
2811 * config/tc-mips.c (mips16_macro): Add case for M_ABS.
2812
64556643
FF
2813Fri Dec 27 22:51:51 1996 Fred Fish <fnf@cygnus.com>
2814
2815 * NOTES.config (Implementation): as.h #define's "GAS" not "gas",
2816 includes config.h instead of host.h, tc.h instead of tp.h, and
2817 targ-env.h instead of target-environment.h.
2818 Also, obj-format.h includes targ-cpu.h instead of
2819 target-processor.h.
2820start-sanitize-tic80
2821 * configure.in (case ${generic_target}): Add tic80-*-coff entry.
2822 * configure: Rebuild with autoconf.
2823 * config/obj-coff.h (coff/tic80.h): Include if TC_TIC80 defined.
2824 (TARGET_FORMAT): Define to "coff-tic80".
2825 * config/tc-tic80.c: New file for TIc80 support.
2826 * config/tc-tic80.h: New file for TIc80 support.
2827end-sanitize-tic80
2828
7d99e8af
ILT
2829Fri Dec 27 11:42:29 1996 Ian Lance Taylor <ian@cygnus.com>
2830
2831 * doc/as.texinfo (M): Mention explicitly that -M changes macro
2832 handling.
2833
9c199842
ILT
2834Thu Dec 19 12:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
2835
2836 * write.c (adjust_reloc_syms): If the fixup symbol has been
2837 equated to an undefined symbol, convert the fixup to being against
2838 the target symbol. Remove obsolete code handling a special case
2839 for i386 PIC.
2840
51cd0ae7
SS
2841Wed Dec 18 22:54:39 1996 Stan Shebs <shebs@andros.cygnus.com>
2842
2843 * mpw-make.sed: Use NewFolderRecursive for installation.
2844
cb07aaeb
MH
2845Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2846
2847 * config/tc-d10v.c (do_assemble): Correct previous bug fix.
2848
575453fb
MH
2849Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2850
2851 * config/tc-d10v.c (md_assemble): Fix bug which caused
2852 second instruction in a line to be case sensitize. PR11312
2853
5545556d
JL
2854Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
2855
2856 * config/tc-mn10200.c (mn10200_insert_operand): Don't
2857 range check operands with MN10200_OPERAND_NOCHECK set.
2858 (check_operand): Likewise.
2859
c0dea495
ILT
2860Tue Dec 17 10:59:32 1996 Ian Lance Taylor <ian@cygnus.com>
2861
f5e38044
ILT
2862 * config/tc-mips.c: Undo part of last Friday's alignment changes.
2863 (md_begin): Always align the text section to a four byte
2864 boundary.
2865 (append_insn): Remove call to record_align.
2866
fbcfacb7
ILT
2867 * config/tc-mips.c (insn_label): Remove.
2868 (struct insn_label_list): Define.
2869 (insn_labels, free_insn_labels): New static variables.
2870 (mips_clear_insn_labels): New static function.
2871 (append_insn): Mark all mips16 text labels, and make them odd.
2872 Handle all labels after emitting a nop, not just one. Call
2873 mips_clear_insn_labels rather than just clearing insn_label.
2874 (mips_emit_delays): Add insns parameter, and use it to decide
2875 whether to mark mips16 labels. Handle all labels, not just one.
2876 Force mips16 labels to be odd. Change all callers.
2877 (mips16_immed): Don't check for an odd branch target.
2878 (md_apply_fix): Don't check mips16 mode for a branch reloc.
2879 (mips16_extended_frag): Ignore the low bit in a branch target.
2880 (md_convert_frag): Likewise.
2881 (mips_no_prev_insn): Call mips_clear_insn_labels rather than just
2882 clearing insn_label.
2883 (mips_align, mips_flush_pending_output, s_cons): Likewise.
2884 (s_float_cons, s_gpword): Likewise.
2885 (s_align): Use insn_labels rather than insn_label.
2886 (s_cons, s_float_cons, s_gpword): Likewise.
2887 (mips_frob_file_after_relocs): New function.
2888 (mips_define_label): Rewrite to add to insn_labels list.
2889 * config/tc-mips.h (tc_frob_file_after_relocs): Define.
2890 * ecoff.c (ecoff_build_symbols): If the size of a function comes
2891 out odd, increment it.
2892
2893 * config/tc-mips.c (append_insn): Only update prev_insn when not
2894 reordering if place is NULL.
2895
c0dea495
ILT
2896 * config/tc-mips.c (mips16_ip): Check for a missing expression
2897 when using the register indirect addressing mode.
2898
d4ba37af
JL
2899Mon Dec 16 10:08:46 1996 Jeffrey A Law (law@cygnus.com)
2900
2901 * config/tc-mn10200.c (mn10200_insert_operand): Don't
2902 check 24bit operands for overflow.
2903 (check_operand): Likewise.
2904
868c3513
ILT
2905Mon Dec 16 11:50:40 1996 Ian Lance Taylor <ian@cygnus.com>
2906
2907 * doc/as.texinfo (Section): Document how to use the .section
2908 pseudo-op for COFF and ELF.
2909
6259c65f
ILT
2910Sun Dec 15 15:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
2911
2912 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.
2913
a677feeb
ILT
2914Sat Dec 14 22:37:27 1996 Ian Lance Taylor <ian@cygnus.com>
2915
2916 * config/tc-mips.c (prev_insn_reloc_type): New static variable.
2917 (RELAX_MIPS16_ENCODE): Add dslot and jal_dslot arguments, and
2918 store them. Adjust other RELAX_MIPS16 macros.
2919 (RELAX_MIPS16_DSLOT): Define.
2920 (RELAX_MIPS16_JAL_DSLOT): Define.
2921 (append_insn): Pass new arguments to RELAX_MIPS16_ENCODE. Correct
2922 handling of whether previous instruction has a fixup. Set
2923 prev_insn_reloc_type.
2924 (mips_no_prev_insn): Clear prev_insn_reloc_type.
2925 (mips16_extended_frag): Use the right base address for a PC
2926 relative add or load.
2927 (md_convert_frag): Likewise. If a PC relative add or load is
2928 used, record the alignment for the section.
2929
08e17202
ILT
2930Fri Dec 13 13:00:33 1996 Ian Lance Taylor <ian@cygnus.com>
2931
54815b9a
ILT
2932 * write.c (adjust_reloc_syms): Don't reduce a reloc against a
2933 linkonce section into a reloc against the section symbol.
2934
8a8121d5
ILT
2935 * config/tc-mips.c (mips16_macro): Remove nop instructions after
2936 branch instructions.
2937
08e17202
ILT
2938 * config/tc-mips.c (md_begin): If configured for an embedded ELF
2939 system, don't set the section alignment to 2**4.
2940 (s_change_sec): Likewise.
2941 (append_insn): Call record_alignment for the section.
2942 (md_section_align): Don't align the section size for an embedded
2943 ELF system.
2944
73d25784
ILT
2945Thu Dec 12 16:40:47 1996 Ian Lance Taylor <ian@cygnus.com>
2946
2947 * write.c (adjust_reloc_syms): Make sure that symbols are
2948 resolved; expression symbols may have been skipped.
8dd6fde3 2949 * config/obj-coff.c (fixup_segment): Likewise.
73d25784 2950
a460cd78
MM
2951Thu Dec 12 15:18:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2952
2953 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
2954 BFD_RELOC_24_PLT_PCREL relocation.
2955 (md_apply_fix3): Support BFD_RELOC_24_PLT_PCREL.
2956
60b43c4b
MH
2957Tue Dec 10 13:51:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2958
2959 * config/tc-d10v.c (write_2_short): Remove code that called
2960 parallel_ok() when the programmer specified parallel instructions.
2961
42aa2435
JL
2962Tue Dec 10 12:23:19 1996 Jeffrey A Law (law@cygnus.com)
2963
a460cd78
MM
2964 * config/tc-mn10300.c (md_assemble): Update to handle endianness
2965 issues correctly.
2966
42aa2435
JL
2967 * config/tc-mn10200.c (md_assemble): Opcode 0x0 is valid!
2968 * config/tc-mn10300.c (md_assemble): Likewise.
2969
41a0ed22
ILT
2970Tue Dec 10 11:37:14 1996 Ian Lance Taylor <ian@cygnus.com>
2971
9b2ac029
ILT
2972 * config/tc-mips.c (append_insn): Make sure there is enough room
2973 in a frag after a mips16 instruction to switch it with a jump
2974 instruction.
2975
41a0ed22
ILT
2976 * config/tc-mips.c (mips16_extended_frag): Give an error for an
2977 attempt to use a non absolute symbol in an extending frag.
2978
dc1f8a21
JL
2979Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com)
2980
2981 * config/tc-mn10200.c: Flesh out assembler support for MN10200.
2982 * config/tc-mn10200.h: Likewise.
2983
102633ce
ILT
2984Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com>
2985
a7dd20e8
ILT
2986 * app.c (do_scrub_chars): At the end of a C comment, pass space to
2987 UNGET rather than PUT. Set old_state before setting state to -2.
2988
559c664a
ILT
2989 * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop
2990 when extending because the value is exactly maxtiny + 1.
2991
8728fa92
ILT
2992 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add small and ext
2993 arguments, and store them. Adjust other RELAX_MIPS16 macros.
2994 (RELAX_MIPS16_USER_SMALL): Define.
2995 (RELAX_MIPS16_USER_EXT): Define.
2996 (mips16_small, mips16_ext): New static variables.
2997 (append_insn): Pass mips16_small and mips16_ext to
2998 RELAX_MIPS16_ENCODE.
2999 (mips16_ip): Set mips16_small and mips16_ext.
3000 (mips16_immed): Don't check mips16_autoextend.
3001 (mips16_extended_frag): Check USER_SMALL and USER_EXT.
3002
102633ce
ILT
3003 * write.c (write_relocs): Print an error for an out of range
3004 fixup, rather than calling abort.
3005
3006 * as.c (main): Unlink the output file if there are errors while
3007 generating the fixups.
3008
15e69f98
ILT
3009Fri Dec 6 18:48:13 1996 Ian Lance Taylor <ian@cygnus.com>
3010
f74ba7a3
ILT
3011 * config/tc-mips.c (mips16_extended_frag): Don't call
3012 S_GET_VALUE.
3013 (md_convert_frag): Call resolve_symbol_value before calling
3014 S_GET_VALUE, and don't add in the frag address.
3015
15e69f98
ILT
3016 * config/tc-mips.c (mips16_immed): Add file and line parameters,
3017 and use them when reporting errors. Change all callers.
3018
ca82e4eb
JL
3019Fri Dec 6 15:36:32 1996 Jeffrey A Law (law@cygnus.com)
3020
3021 * config/tc-mn10300.c: Fix various gcc -Wall warnings.
3022 Remove '$' prefixing for registers.
3023
f787a8d9 3024Fri Dec 6 00:55:48 1996 Martin <hunt@cygnus.com>
6cc03ed3 3025
f787a8d9
MH
3026 * config/tc-d10v.c (md_assemble): Check to see if prev_seg
3027 is initialized before using it.
3028 (d10v_cleanup): No longer uses its argument, so make it void.
6cc03ed3 3029
f787a8d9
MH
3030 * config/tc-d10v.h (d10v_cleanup): Change prototype.
3031
00a69b89
ILT
3032Thu Dec 5 11:03:31 1996 Ian Lance Taylor <ian@cygnus.com>
3033
3034 * write.c (fixup_segment): Don't discard the symbol for a PC
3035 relative fixup to an absolute symbol.
3036
996bee90
MH
3037Wed Dec 4 15:42:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3038
3039 * config/tc-d10v.c (md_assemble, d10v_cleanup): Fix bug
3040 with multiple sections.
3041
943321c0
ILT
3042Wed Dec 4 13:00:07 1996 Ian Lance Taylor <ian@cygnus.com>
3043
3044 * config/tc-mips.c (md_longopts): Rename mips-16 to mips16, and
3045 no-mips-16 to no-mips16.
3046 (s_mipsset): Accept .set mips16 and .set nomips16.
3047
8b1e9f12
MM
3048Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3049
3050 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
3051 argument, and check for +/- constant following the suffix, folding
3052 it into the expression.
3053 (ppc_elf_cons): Change ppc_elf_suffix calls.
3054 (md_assemble): Ditto.
3055 (shlib): Replace boolean mrelocatable with enumeration shlib.
3056 (md_parse_option): Discriminate between PIC style shared libraries
3057 and -mrelocatable.
3058 (ppc_elf_validate_fix): Don't report warnings for PIC style shared
3059 libraries.
3060
b61802e7
MM
3061Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3062
3063 * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can
3064 change the comment characters.
3065
3066 * config/tc-ppc.c (comment_chars): Delete in favor of
3067 tc_comment_chars.
3068 (ppc_{eabi,solaris}_comment_chars): Eabi and Solaris versions of
3069 comment chars.
3070 (ppc_comment_chars): Select appropriate comment chars by default.
3071 (msolaris): New flag for -m{,no-}solaris.
3072 (md_parse_option): Recognize -K pic. Add support for
3073 -m{,no-}solaris.
3074 (md_show_usage): Update.
3075 (md_begin): Do not set ELF flags if Solaris.
3076 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
3077 (md_apply_fix3): Add support for R_PPC_LOCAL24PC.
3078
3079Mon Dec 2 13:48:57 1996 Ian Lance Taylor <ian@cygnus.com>
3080
3081 * as.c (main): Correct handling of flag_always_generate_output.
3082
5840a0e5
JL
3083Sun Dec 1 21:46:05 1996 Jeffrey A Law (law@cygnus.com)
3084
a9f2e3e2
JL
3085 * config/tc-mn10300.c (tc_gen_reloc): Get the addend from
3086 fx_offset, not fx_addnumber.
3087
5840a0e5
JL
3088 * config/tc-mn10300.h (tc_fix_adjustable): Don't do any
3089 reloc adjustments.
3090
b608274a
ILT
3091Sat Nov 30 17:34:48 1996 Eliot Dresselhaus <eliot@wally.edc.com>
3092
3093 * config/tc-i386.c: Correct misspelling: balenced to balanced.
3094
caeea0b4
ILT
3095Wed Nov 27 13:25:39 1996 Ian Lance Taylor <ian@cygnus.com>
3096
3097 * config/tc-mips.c (md_section_align): Check for an alignment of
3098 4, not an alignment of 16. Corrects August 7 patch.
3099
cc5703cd
ILT
3100Tue Nov 26 10:33:16 1996 Ian Lance Taylor <ian@cygnus.com>
3101
775c64a9
ILT
3102 * configure, conf.in: Rebuild with autoconf 2.12.
3103
c830c9ea
ILT
3104 * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no
3105 alignment is specified.
3106
cc5703cd
ILT
3107 Add support for mips16 (16 bit MIPS implementation):
3108 * config/tc-mips.c: Extensive additions for mips16 support, not
3109 listed here.
3110 (RELAX_OLD, RELAX_NEW): Use only 7 bits each.
3111 (insn_uses_reg): Change last parameter to an enum.
3112 * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Define as 0.
3113 (md_relax_frag): Define as mips_relax_frag.
3114 (mips_relax_frag): Declare.
3115 (struct mips_cl_insn): Add use_extend and extend fields.
3116 (tc_fix_adjustable): Define.
3117 * config/obj-elf.h (S_GET_OTHER): Define.
3118 (S_SET_OTHER): Define.
3119
3ab410cd
C
3120Mon Nov 25 18:02:29 1996 J.T. Conklin <jtc@beauty.cygnus.com>
3121
3122 * config/tc-m68k.c (m68k_ip): Implement cases for new <, >, m, n,
3123 o and p operand specifiers.
3124
a0a2af4f
DE
3125Mon Nov 25 10:45:14 1996 Doug Evans <dje@seba.cygnus.com>
3126
3127 * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
3128 (relax_segment, case rs_org): Move code inside braces. Move locals
3129 target,after inside too.
3130 (relax_segment, case rs_machine_dependent): Guts moved to ...
3131 (relax_frag): New function.
3132 Call md_prepare_relax_scan if defined.
3133 * config/tc-m68k.h (md_prepare_relax_scan): Renamed from
3134 M68K_AIM_KLUDGE.
3135
0671e7f6
JL
3136Mon Nov 25 08:49:36 1996 Jeffrey A Law (law@cygnus.com)
3137
a0a2af4f
DE
3138 * config/tc-mn10300.c (address_registers): Use '$' as register
3139 prefix instead of '%'.
3140 (data_registers, other_registers, md_assemble): Likewise.
3141
f98905f1
JL
3142 * config/tc-mn10300.c (address_registers): Use '%' prefix for regs.
3143 (data_registers, other_registers, md_assemble): Likewise.
3144
0671e7f6
JL
3145 * config/tc-mn10300.c (md_assemble): Correctly determine the
3146 correct location and type for each relocation.
3147 (md_pcrel_from): Simplify.
3148
5895d3f2
ILT
3149Fri Nov 22 15:42:26 1996 Ian Lance Taylor <ian@cygnus.com>
3150
3151 * config/tc-sh.c (md_convert_frag): Improve warning when branch is
3152 converted into branch around branch.
3153
d9a9c18f
JL
3154Thu Nov 21 11:56:11 1996 Jeffrey A Law (law@cygnus.com)
3155
3156 * config/tc-mn10300.h (DIFF_EXPR_OK): Don't define this.
3157 (tc_fix_adjustable): Don't adjust relocs against weak symbols or
3158 pc-relative relocs.
3159 * config/tc-mn10300.c (md_begin): Set linkrelax.
3160 (md_assemble): Create fixups as needed.
3161 (md_apply_fix3): Gut. It shouldn't ever get called anymore.
3162
5e9b714f
MM
3163Tue Nov 19 17:48:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3164
3165 * config/tc-d10v.c (parallel_ok): When automatically converting
3166 serial ops to parallel, do not consider a branch as the first
3167 instruction.
3168
7f02192d
JL
3169Tue Nov 19 13:35:22 1996 Jeffrey A Law (law@cygnus.com)
3170
3171 * config/tc-mn10300.c (md_assemble): Handle MN10300_OPERAND_REG_LIST.
3172
43d695a1
JL
3173Mon Nov 18 15:26:55 1996 Jeffrey A Law (law@cygnus.com)
3174
3175 * config/tc-mn10300.c (mn10300_insert_operand): Provide prototype
3176 via PARAMS.
3177 (check_operand): Likewise.
3178
228835a9
MM
3179Mon Nov 18 15:22:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3180
3181 * config/tc-d10v.c (parallel_ok): Branch and link instructions
3182 modify r13.
ec5e212b
MM
3183 (write_2_short): Call parallel_ok to check whether two short
3184 instructions the user requested execute in parallel, can be
3185 executed that way.
228835a9 3186
edb89bfc
MH
3187Thu Nov 14 11:17:49 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3188
3189 * config/tc-d10v.c (write_2_short): Fix bug that wouldn't
3190 allow a branch and link in parallel with an exe instruction.
3191
3192Fri Nov 8 13:55:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3193
3194 * doc/c-d10v.texi: Add info on @word modifier.
3195
cdde2f5c 3196Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com)
efba8af0
JL
3197
3198 * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
3199 operands are assumed to be 32bits. Use "bits" field to hold the
3200 number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
3201 (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
3202 to be 32bits.
cdde2f5c 3203
bdd91d4f
JL
3204 * config/tc-mn10300.c (mn10300_insert_operand): Shift low part
3205 of a MN10300_OPERAND_SPLIT operand by operand->shift.
3206
cdde2f5c
JL
3207 * config/tc-mn10300.c (mn10300_insert_operand): Handle
3208 MN10300_OPERAND_SPLIT.
3209
bfe5059c
JL
3210Tue Nov 5 13:30:40 1996 Jeffrey A Law (law@cygnus.com)
3211
3212 * config/tc-mn10300.c (md_assemble): Insert operands into
3213 the extension part of the instruction if necessary.
3214 (mn10300_insert_operand): Accept pointer to extension word
3215 argument. Make insn a pointer argument too. Return type
3216 is now void. All callers changed.
3217
68328dc6
JL
3218Mon Nov 4 12:53:40 1996 Jeffrey A Law (law@cygnus.com)
3219
3220 * config/tc-mn10300.c (mn10300_insert_operand): Handle
3221 repeated register operands.
3222
9af40217
ILT
3223Fri Nov 1 10:42:49 1996 Ian Lance Taylor <ian@cygnus.com>
3224
9a5acea8
ILT
3225 * doc/as.texinfo: Added section on reporting bugs.
3226
9af40217
ILT
3227 * config/tc-alpha.c: Change uses of void * to PTR. Change the
3228 alpha_macro emit field to expect a const argument, and change the
3229 arg field to be const. Fix some spacing to follow the GNU
3230 standard.
3231
3232Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu>
3233
3234 * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
3235 (pca56) and 21264 (ev6) cpus.
3236 (md_apply_fix): Private relocation types are now negative.
3237 (alpha_force_relocation): Likewise.
3238 (tc_gen_reloc): Likewise.
3239 (emit_insn): Likewise.
3240 (emit_ldXu): Do the right thing when the hardware can do byte insns.
3241 (emit_stX): Likewise.
3242 (emit_sextX): Likewise.
3243
527dc0c9
ILT
3244Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
3245
3246 * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
3247 a symbol found in a reloc.
3248
3249 * symbols.c (resolve_symbol_value): Improve the error message if
3250 an undefined symbol is used in an expression.
3251
fe7e5bdf
ILT
3252Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
3253
3254 * doc/internals.texi: Rewrite, and add a lot of documentation.
3255 * doc/Makefile.in (internals.info): New target.
3256
193e4197
JL
3257Wed Oct 30 14:55:57 1996 Jeffrey A Law (law@cygnus.com)
3258
3259 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
3260 against weak symbols.
3261
a334533c
JL
3262Tue Oct 29 12:28:16 1996 Jeffrey A Law (law@cygnus.com)
3263
baf385b5
JL
3264 * config/tc-v850.c (md_assemble): Don't lose for relaxable
3265 addresses like .+6.
3266
2385d90a
JL
3267 * config/tc-v850.c (md_convert_frag): Make sure we insert the
3268 fixup at the right address within the frag.
3269
bc49fab8
JL
3270 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
3271 to an absolute value, instead increment it as needed.
3272
a334533c
JL
3273 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
3274 * config/tc-v850.c: Fix some indention problems.
3275 (md_relax_table): Define for D9->D99 branch displacement
3276 relaxing.
3277 (md_convert_frag): Do something useful instead of aborting.
3278 (md_estimate_size_before_relax): Likewise.
3279 (md_assemble): Note if the matching instruction has a relaxable
3280 operand. If it does, allocate frag with frag_var and don't
3281 do any fixups.
3282
a334533c
JL
3283Mon Oct 28 10:48:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3284
3285 * config/tc-d10v.h (md_cleanup): New function. This is needed to
3286 write out any buffered instructions when a ".end" is found.
3287
9051e56f
MH
3288Mon Oct 28 10:43:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3289
3290 * read.c (read_a_source_file): New hook md_cleanup().
3291
07f9de2a
ILT
3292Fri Oct 25 00:01:00 1996 Ian Lance Taylor <ian@cygnus.com>
3293
3294 * write.c (fix_new_exp): Use make_expr_symbol to build an
3295 expression symbol for a complex fixup.
3296
3723a1a9
JL
3297Thu Oct 24 14:31:04 1996 Jeffrey A Law (law@cygnus.com)
3298
d3bbd9dc
JL
3299 * config/tc-v850.c (v850_reloc_prefix): Several disgusting
3300 hacks to improve parsing of complex hi, lo, zda, etc
3301 expressions.
3302 (md_assemble): Don't demand and eat a trailing ')' after finding
3303 a v850 relocation prefix. Sign extend the constant in a
3304 BFD_RELOC_LO16 expression. Do eat a trailing ')' after a complete
3305 operand.
3306 (parse_cons_expression_v850): Don't eat a trailing ')' after
3307 finding a v850 relocation prefix.
3308
10fba7f1
JL
3309 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
3310 (TC_CONS_FIX_NEW): Likewise.
3311 * config/tc-v850.c (parse_cons_expression_v850): New function.
3312 (cons_fix_new_v850): Likewise.
3313
3723a1a9
JL
3314 * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
3315
20fbbb59
ILT
3316Wed Oct 23 18:20:29 1996 Ian Lance Taylor <ian@cygnus.com>
3317
3318 * config/tc-ppc.c (md_apply_fix3): Give a better warning message
3319 for an unknown relocation type.
3320
7e96935e
JL
3321Wed Oct 23 16:21:28 1996 Jeffrey A Law (law@cygnus.com)
3322
3323 * config/tc-v850.c (md_pseudo_table): Add .word; allocates
3324 4 bytes of space.
3325
8ea15b86
JL
3326Tue Oct 22 22:01:25 1996 Jeffrey A Law (law@cygnus.com)
3327
3328 * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
3329 differently for movea & sst/sld insns.
3330
39176dfe
MM
3331Tue Oct 22 17:09:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3332
3333 * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
3334 of instructions.
3335
87dd0a93
ILT
3336Tue Oct 22 11:28:39 1996 Ian Lance Taylor <ian@cygnus.com>
3337
3338 * obj.h (struct format_ops): Add frob_file_after_relocs field.
3339 * config/obj-multi.h (obj_frob_file_after_relocs): Define.
3340 * config/obj-ecoff.c (ecoff_format_ops): Initialize new
3341 frob_file_after_relocs field.
3342 * config/obj-elf.c (elf_format_ops): Likewise.
3343 * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
3344 including obj-elf.h.
3345
d12d1f6c
ILT
3346Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
3347
bf39474f
ILT
3348 * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
3349 specially if not ELF.
3350 (md_apply_fix): Handle BFD_RELOC_64.
3351 (tc_gen_reloc): Handle BFD_RELOC_64.
3352
3030e864
ILT
3353 * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
3354 relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
3355 reloc hacking).
3356
d12d1f6c
ILT
3357 * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
3358 Don't check S_GET_OTHER.
3359
b70795e9
ILT
3360Fri Oct 18 14:06:26 1996 Ian Lance Taylor <ian@cygnus.com>
3361
538034cf
ILT
3362 * config/tc-mips.c (mips_ip): Accept an odd floating point
3363 register with l.s or s.s.
3364
b70795e9
ILT
3365 * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
3366 .type pseudo-op.
3367 (obj_aout_type): New static function.
3368
b9d55d96
ILT
3369Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
3370
3371 * Makefile.in ($(OBJS)): Depend upon libiberty.h.
3372
0f8e50bb
JL
3373Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)
3374
548ddc71
JL
3375 * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
3376 and sdaoff expressions.
3377
0f8e50bb
JL
3378 * write.c (fixup_segment): Don't add symbol value to addend if
3379 TC_V850 and OBJ_ELF.
3380 * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
3381 pc-relative fixups.
3382
3383 * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
3384 (md_pcrel_from_section): Likewise.
3385 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
3386
3387Tue Oct 15 23:19:00 1996 Jeffrey A Law (law@cygnus.com)
f964b01d
JL
3388
3389 * config/tc-v850.c (md_pcrel_from): Delete unused function.
3390 (md_pcrel_from_section): New function.
3391 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
3392
0267c6c9
ILT
3393Mon Oct 14 13:59:12 1996 Ian Lance Taylor <ian@cygnus.com>
3394
3395 * config/tc-mips.c (load_register): Add cast to offsetT when using
3396 a constant with &~.
3397
5d0cd0b8
ILT
3398Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>
3399
3400 * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
3401 (elf_frob_file_after_relocs): ... here. New function.
3402 * config/obj-elf.h (obj_from_file_after_relocs): New macro.
3403 * write.c (write_object_file): Call *frob_after_relocs after the
3404 call to write_relocs.
3405
3406 * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
3407
3408 * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
3409 symbol, as this messes up linking. Instead, expand the recursive call
3410 inline and change up the appropriate bits to get the 0x8000 offset
3411 in the reloc addend.
3412
914f8998
ILT
3413Thu Oct 10 17:30:31 1996 Ian Lance Taylor <ian@cygnus.com>
3414
1491f2ea
ILT
3415 * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
3416 two symbols in the same segment to be adjusted.
3417
914f8998
ILT
3418 * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
3419 * configure: Rebuild.
3420
f8a011cf
MM
3421Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3422
3423 * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
3424 errors.
3425 (ppc_elf_validate_fix): Ditto.
3426 (md_assemble): Ditto.
3427 (ppc_tc): Ditto.
3428 (ppc_pe_section): Ditto.
3429 (ppc_frob_symbol): Ditto.
3430
1c3ae169
JL
3431Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com)
3432
3ab9337b
JL
3433 * config/mn10300.c (md_assemble): Pass an extra shift count
3434 to mn10300_insert_operand based on the opcode format.
3435 (mn10300_insert_operand): Accept and use extra shift count
3436 parameter.
3437
778c521b
JL
3438 * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
3439 formats rather than hard-coded constants.
3440
1c3ae169
JL
3441 * config/tc-mn10300.c (md_assemble): Format D5 instructions
3442 are 7 bytes long. Write out instructions in big-endian format.
3443
a6be605a
JL
3444Tue Oct 8 14:56:15 1996 Jeffrey A Law (law@cygnus.com)
3445
1c3ae169 3446 * config/tc-mn10300.c (md_assemble): Tweak further so
a6be605a
JL
3447 that all instructions are parsed correctly.
3448
5e1e8f23
ILT
3449Tue Oct 8 13:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
3450
3451 * as.h: Include libiberty.h.
3452 (xmalloc, xrealloc): Don't declare.
3453 * as.c: Don't include libiberty.h.
3454 * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
3455 * config/tc-mips.c: Likewise.
3456 * messages.c: Likewise.
3457 (xstrerror): Don't declare.
3458 * xmalloc.c: Remove.
3459
1217102f
JL
3460Mon Oct 7 16:53:23 1996 Jeffrey A Law (law@cygnus.com)
3461
3462 * config/tc-mn10300.h (pre_defined_registers) Remove.
3463 (system_registers, cc_names): Likewise.
3464 (address_registers, data_registers, other_registers): New register
3465 arrays.
3466 (register_name, system_register_name, cc_name): Remove.
3467 (mn10300_reloc_prefix): Likewise.
3468 (data_register_name): New function.
3469 (address_register_name, other_register_name): Likewise.
3470 (md_assemble): Rough cut at parsing operands. Remove lots of
3471 unwanted code.
3472 (md_apply_fix3): Disable for now.
3473
99e3ccb6
ILT
3474Mon Oct 7 11:38:34 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3475
3476 * config/tc-m68k.c (select_control_regs): New function, extracted
3477 out of m68k_init_after_args.
3478 (m68k_init_after_args): Use it.
3479 (mri_chip): Use it here as well to update set of allowed control
3480 regs for movec.
3481
0bd28bc4
ILT
3482Mon Oct 7 11:24:29 1996 Ian Lance Taylor <ian@cygnus.com>
3483
3484 * config/obj-elf.c (elf_begin): New function.
3485 (obj_elf_section): Add the section symbol to the symbol table.
3486 * config/obj-elf.h (obj_begin): Define.
3487 (elf_begin): Declare.
3488 * as.c (perform_an_assembly_pass): Call obj_begin if it is
3489 defined.
3490
eb0dafdc
ILT
3491Fri Oct 4 18:37:32 1996 Ian Lance Taylor <ian@cygnus.com>
3492
3493 * config/obj-coff.c (fixup_segment): Subtract the section address
3494 from a PC relative reloc if TC_M68K.
3495
76f841e6
ILT
3496Thu Oct 3 15:15:30 1996 Ian Lance Taylor <ian@cygnus.com>
3497
3498 * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
3499 .uaxword available even if not OBJ_ELF.
3500 (md_atof): Remove unused local variable wordP.
3501
0f91d763
JL
3502Thu Oct 3 00:16:50 1996 Jeffrey A Law (law@cygnus.com)
3503
3504 * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
3505 for Matsushita MN10x00 support.
3506 * configure.in: Recognize mn10x00-*-*
3507 * configure: Rebuilt.
3508
7c328bc7
ILT
3509Wed Oct 2 15:54:03 1996 Klaus Kaempf <kkaempf@progis.de>
3510
3511 * obj-evax.h: move openvms definitions from here to tc-alpha.c.
3512 * tc-alpha.c: add support for vms_case_hack like in vax/vms.
3513 (load_expression): track clobbering of base reg before jmp/jsr.
3514 (s_alpha_file): pass case_hack flags and source filename via
3515 symbol table to bfd.
3516 * tc-alpha.h (TC_CONS_FIX_NEW): define
3517
fed13a5e
ILT
3518Tue Oct 1 16:16:01 1996 Joel Sherrill <joel@oarcorp.com>
3519
3520 * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
3521 * configure: Rebuild.
3522
ffef69a3
ILT
3523Tue Oct 1 12:37:48 1996 Ian Lance Taylor <ian@cygnus.com>
3524
a69e5977
ILT
3525 * read.c (s_macro): Warn if a macro has the same name as a
3526 pseudo-op.
3527 (s_space): In m68k MRI mode, align to a word boundary.
3528 * macro.c (define_macro): Add namep parameter. Change all
3529 callers.
3530 * macro.h (define_macro): Update declaration.
3531
bfc94743
ILT
3532 * as.c (show_usage): Print bug report address.
3533 (parse_args): Change version printing to match current GNU
3534 standards.
3535 * gasp.c (show_usage): Print bug report address.
3536 (main): Change version printing to match current GNU standards.
3537
0b810a6e
ILT
3538 * config/tc-m68k.c (init_table): Correct access control unit
3539 register numbers. From Ken Rose <rose@netcom.com>.
3540
ffef69a3
ILT
3541 * config/tc-alpha.c: Add some static function prototypes.
3542 (alpha_macros): Move to top of file. Make static.
3543 (alpha_num_macros): Move to top of file.
3544
8940a583
SG
3545Tue Oct 1 09:36:19 1996 Stu Grossman (grossman@critters.cygnus.com)
3546
3547 * tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
3548 generated by DWARF.
3549
8940a583
SG
3550Sat Sep 28 03:38:08 1996 Ian Lance Taylor <ian@cygnus.com>
3551
3552 * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
3553 and just call sprintf_vma.
3554
4fc2c99a
ILT
3555Thu Sep 26 16:04:11 1996 Ian Lance Taylor <ian@cygnus.com>
3556
3557 * expr.c (expr): Change >>= to >> (fix typo). (From meissner).
3558
97f8e6ff
ILT
3559Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com>
3560
3561 * read.c (float_cons): Call md_flush_pending_output if it is
3562 defined.
3563
97f8e6ff
ILT
3564Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3565
3566 * config/tc-d10v.c (md_operand): Created. Allows operands to
3567 start with '#'.
3568 * config/tc-d10v.h (md_operand): Undefined.
3569
6e4f3f09
ILT
3570Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com>
3571
3572 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
3573 (md_assemble): A fixup width of '3' means a 1 byte reloc.
3574
72f70020
ILT
3575Thu Sep 19 12:21:24 1996 Ian Lance Taylor <ian@cygnus.com>
3576
3577 * config/obj-coff.c (fixup_segment): Don't adjust PC relative
3578 reloc for the i960 for a reloc in the same section. This undoes
3579 one of the two changes made Aug 19.
3580
ab299844
ILT
3581Wed Sep 18 12:11:58 1996 Ian Lance Taylor <ian@cygnus.com>
3582
3583 * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
3584 symbols to the position of the debugging information.
3585
15405999
ILT
3586Mon Sep 16 11:41:40 1996 Ian Lance Taylor <ian@cygnus.com>
3587
3588 * expr.c (expr): Always use unsigned right shifts for >>.
3589
f17be658
JSC
3590Thu Sep 12 10:25:45 1996 James G. Smith <jsmith@cygnus.co.uk>
3591
3592 * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
3593 slots when processing BL fixups.
3594
3595 * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
3596 on the first half of the instruction.
3597
475c826b
ILT
3598Wed Sep 11 00:09:35 1996 Ian Lance Taylor <ian@cygnus.com>
3599
1decafee
ILT
3600 * ecoff.c (ecoff_stab): Create an expression symbol for a complex
3601 stabs expression, rather than giving an error.
3602
475c826b
ILT
3603 * ecoff.c (ecoff_new_file): Don't do anything if we are still in
3604 the same file.
3605
8a3bdc3d
ILT
3606Tue Sep 10 11:45:37 1996 Ian Lance Taylor <ian@cygnus.com>
3607
3608 * config/tc-mips.c (append_insn): Fill in the value for a constant
3609 jump, rather than creating a reloc.
3610
517078c1
ILT
3611Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
3612
d31a3f5e
ILT
3613 * config/tc-mips.c (append_insn): Don't swap an instruction which
3614 sets a condition code with an instruction which uses a condition
3615 code.
3616 (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
3617 immediate value.
3618
ca296aab 3619 * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
517078c1
ILT
3620 (mips_ip): Give a better error message if the ISA level is wrong.
3621 (md_parse_option): Recognize -mcpu=[v][r]5000.
3622
3623Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
3624
3625 * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
3626 leading zeroes.
3627 (load_register): Ensure hi32 bits are not lost during lo32bit
3628 processing. Fix shift offset that was overflowing into the next
3629 instruction field. Add code to generate shorter sequences for
3630 constants with a single contiguous seqeuence of ones.
3631
5e6c6406
MH
3632Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3633
3634 * config/tc-d10v.c (d10v_dot_word): New function to support
3635 "@word" with the word pseudo-op.
3636 (md_apply_fix3): Cleanup and changes to support correct sizes
3637 for 16 and 18-bit relocs.
3638
df4021c1
DE
3639Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com>
3640
3641 * configure.in (sparc-*-aout): Set `em'.
3642 * configure: Regenerated.
3643 * config/te-sparcaout.h: New file.
3644 * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
3645 Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
3646 * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
3647 (SPECIAL_CASE_{SETSW,SETX}): Define.
3648 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
3649 (md_begin): Delete setting of `target_big_endian'.
3650 (output_insn): New function.
3651 (md_assemble): Rewrite. Add `setx' support.
3652 (sparc_ip): Handle `0' operand char. Recognize setuw, setsw, setx
3653 special cases.
3654 (md_atof): Add little endian support.
3655 (md_number_to_chars): Likewise.
3656 (md_apply_fix): Likewise.
3657 (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
3658 (md_parse_option): Likewise.
3659 (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
3660
cfc71c6d
ILT
3661Thu Sep 5 13:40:29 1996 Ian Lance Taylor <ian@cygnus.com>
3662
3663 * ecoff.c (ecoff_new_file): New function.
3664 * ecoff.h (ecoff_new_file): Declare.
3665 * config/obj-ecoff.h (obj_app_file): Define.
3666
3667Thu Sep 5 13:39:25 1996 Richard Henderson <rth@tamu.edu>
3668
3669 * config/tc-alpha.c (load_expression): Bias the .lit8 section
3670 symbol by 32k so that our 16-bit signed offset can address the
3671 entire chunk. Reported by <matt@lkg.dec.com>.
3672
711254da
ILT
3673Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
3674
3675 * config/tc-mips.c (load_register): Remove unused variable tmp.
3676
1b68deb5
JSC
3677Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
3678
3679 * config/tc-mips.c (load_register): Remove unnecessary code that
3680 was causing the high 32bits of 64bit constants to be lost.
3681
1b68deb5
JSC
3682Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3683
3684 * config/tc-d10v.c: Added changes to support function
3685 pointers and "@word" syntax.
3686
05fd83ed
JL
3687Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)
3688
3689 * config/tc-v850.c: Remove commented out and #if 0'd code.
3690 (v850_reloc_prefix): Provide prototype.
3691 (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
3692 functions.
3693 (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
3694 (md_assemble): Add default to case statement.
3695
270fd2ad
JL
3696Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com)
3697
3698 * config/tc-v850.c (md_assemble): Compute size of the instrction
3699 from the opcode.
74dd0c07 3700
2d56269e
JL
3701 * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
3702 word fixups too.
3703
270fd2ad
JL
3704Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com)
3705
74dd0c07
JL
3706 * config/tc-v850.c (md_apply_fix3): Use little endian get/put
3707 routines to fetch/store the updated instruction from/to memory.
3708 (v850_insert_operand): If the operand has a specialized insert
3709 routine, call it.
3710
c84615bc
C
3711Fri Aug 30 18:35:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
3712
3713 * config/tc-v850.c (reg_name_search): Align calling convention to
3714 be like identical function found in tc-ppc.c.
3715 (get_reloc): Removed.
3716 (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
3717 (md_assemble): emit fixups.
3718 (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
3719 displacement.
3720 (md_apply_fix3): handle fixups/relocs.
3721 * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
3722
0f616818
ILT
3723Fri Aug 30 18:12:00 1996 Ian Lance Taylor <ian@cygnus.com>
3724
3725 Add SH ELF support.
3726 * configure.in (sh-*-elf*): New target.
3727 * config/tc-sh.h (TARGET_ARCH): Define.
3728 (WORKING_DOT_WORD): Define.
3729 (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
3730 (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
3731 (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
3732 (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
3733 (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
3734 (SUB_SEGMENT_ALIGN): Likewise.
3735 (RELOC_32): Don't define.
3736 (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
3737 (target_big_endian): Declare if OBJ_ELF.
3738 (TARGET_FORMAT): Define if OBJ_ELF.
3739 * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
3740 numbers throughout.
3741 (tc_crawl_symbol_chain): Only define if OBJ_COFF.
3742 (tc_headers_hook, tc_coff_sizemachdep): Likewise.
3743 (struct sh_count_relocs): Define.
3744 (sh_count_relocs): New static function, broken out of
3745 sh_frob_file. Add BFD_ASSEMBLER code.
3746 (sh_frob_section): Likewise.
3747 (sh_frob_file): Call sh_frob_section.
3748 (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
3749 call section_symbol rather than seg_info (seg)->dot.
3750 (md_section_align): Add OBJ_ELF version.
3751 (SWITCH_TABLE_CONS): Define.
3752 (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
3753 (md_apply_fix): Change parameter types if BFD_ASSEMBLER. Only
3754 handle fx_r_type == 0 if not BFD_ASSEMBLER. Return 0 if
3755 BFD_ASSEMBLER.
3756 (struct reloc_map): Define if not BFD_ASSEMBLER.
3757 (coff_reloc_map): Likewise.
3758 (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
3759 (tc_gen_reloc): New function if BFD_ASSEMBLER.
3760 * write.c (write_relocs): Ifdef out fx_where test which triggers
3761 inappropriately for SH ELF.
3762 (write_object_file): Call tc_frob_file_before_adjust and
3763 obj_frob_file_before_adjust if they are defined.
3764
3765 * write.c (write_object_file): Use BFD_RELOC_16, not
3766 BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
3767
3768 * read.c (emit_expr): Fix conversion of byte count to BFD reloc
3769 code.
3770
20dbcd5c
MH
3771Fri Aug 30 14:47:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3772
3773 * config/tc-d10v.c (find_opcode): Fix problem with calculating
3774 branch sizes in across sections.
3775
05631de2
JL
3776Fri Aug 30 00:44:13 1996 Jeffrey A Law (law@cygnus.com)
3777
3778 * config/tc-850.c (md_assemble): Handle hi() correctly. Handle
3779 hi0() too.
3780
3781Wed Aug 28 23:11:08 1996 Jeffrey A Law (law@cygnus.com)
3782
3783 * config/tc-v850.c (md_begin): Deal with end of opcode
3784 table marker.
3785
e592d28f
MH
3786Wed Aug 28 19:20:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3787
3788 * config/tc-d10v.c (find_opcode): Fix a bug which could generate
3789 the wrong opcode for cases like st2w where there are many forms
3790 of the same instruction.
3791
6fce31a6
ILT
3792Tue Aug 27 13:53:22 1996 Ian Lance Taylor <ian@cygnus.com>
3793
3794 * expr.c (operand): If md_parse_name is defined, call it before
3795 calling symbol_find_or_make.
3796 * config/tc-ppc.h (md_parse_name): Define.
3797 (ppc_parse_name): Declare.
3798 * config/tc-ppc.c (reg_name_search): Add regs and regcount
3799 parameters.
3800 (register_name): Update call to reg_name_search.
3801 (cr_operand): New static variable.
3802 (cr_names): New static const array.
3803 (ppc_parse_name): New function.
3804 (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
3805 cr_operand before calling expression.
3806
a58b037a
JL
3807Tue Aug 27 09:05:50 1996 Jeffrey A Law (law@cygnus.com)
3808
3809 * config/tc-hppa.c (tc_gen_reloc): Add new argument to
3810 hppa_gen_reloc_type call.
3811
3017263b
MH
3812Mon Aug 26 18:24:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3813
3814 * config/tc-d10v.c: Fixed ".word". Fixed problem with range checking
3815 on addresses. Improved error messages.
3816 * doc/c-d10v.texi: Added docs for register pairs.
3817
f9085532
MH
3818Mon Aug 26 13:39:27 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3819
3820 * config/tc-d10v.c (parallel_ok): Fix bug in parallel
3821 checking code.
3822
58275724
ILT
3823Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com>
3824
3825 * ecoff.c (init_file): Initialize fMerge to 1.
3826 (add_file): Restore old file merging code, but only merge files if
3827 fMerge is set.
3828 (ecoff_directive_loc): Clear fMerge field of current file.
3829 (ecoff_generate_asm_lineno): Likewise.
3830
b1c28263
MH
3831Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3832
3833 * doc/c-d10v.texi: Fix typo.
3834
c9a32d6c
JL
3835Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com)
3836
58275724
ILT
3837 * config/tc-v850.c (md_assemble): Correct bit masking for
3838 hi and lo expressions.
3839
88b47a85
JL
3840 * config/tc-v850.c (md_assemble): Rough cut at demanding
3841 "ep" or "r30" in sst and sld instructions.
3842 (md_apply_fix3): Don't abort. Just warn that we don't
3843 have relocs yet.
3844
c9f1b2d9
JL
3845 * config/tc-v850.c (CC_NAME_CNT): Define.
3846 (cc_name): New function.
3847 (md_assemble): Handle V850_OPERAND_CC correctly.
3848
d5974c57
JL
3849 * config/tc-v850.c (md_assemble): Don't forget to initialize
3850 "insn"!
3851
0e8f9bd1
JL
3852 * config/tc-v850.c (reg_name_search): Generalize to search
3853 any given register table.
3854 (register_name): Pass appropriate table and size to reg_name_search.
3855 (system_register_name): New function.
3856 (SYSREG_NAME_CNT): Define.
3857 (md_assemble): Handle operands which are system registers.
3858
c9a32d6c
JL
3859 * config/tc-v850.c (md_assemble): If we find a register, but the
3860 opcode doesn't want a register, then we don't have a match.
3861 (md_assemble): Get size of the instruction from the opcode table.
3862
eeef602f
ILT
3863Thu Aug 22 10:20:30 1996 Ian Lance Taylor <ian@cygnus.com>
3864
8ee90d35
ILT
3865 * configure.in: Set and substitute HLDENV.
3866 * configure: Rebuild.
3867 * Makefile.in (HLDENV): New variable.
3868 (as.new): Use $(HLDENV).
3869
eeef602f
ILT
3870 * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
3871 if an array dimension is not known.
3872
6be9ec8d
MH
3873Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3874
3875 * config/tc-d10v.c: Fix a reloc bug caused by my last change.
3876 * doc/c-d10v.texi: Cleanup.
3877
c6aa56bc
C
3878Tue Aug 20 15:15:16 1996 J.T. Conklin <jtc@hippo.cygnus.com>
3879
3880 * config/tc-v850.c: New file.
3881 * config/tc-v850.h: New file.
3882 * configure (v850-*-elf): New target.
3883 * configure.in (v850-*-elf): New target.
3884
2c2e5626
MH
3885Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3886
3887 * doc/c-d10v.texi: New file.
3888 * doc/all.texi: Added D10V stuff.
3889 * doc/as.texinfo: Added D10V stuff.
3890
ab457c4c
MH
3891Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3892
3893 * config/tc-d10v.c: All references to defined symbols should
3894 now use the optimal instruction. .float and .double now work.
3895
d4e1b0be
ILT
3896Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
3897
3898 * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
3899 section address for the i960 as is done for the i386.
3900
3901Thu Aug 15 16:37:59 1996 Stan Shebs <shebs@andros.cygnus.com>
3902
3903 * mpw-config.in: Add wildcards for config matching, add mips-*-*
3904 case, forward-include bfd/elf-bfd.h.
3905
b98b04ea
MH
3906Thu Aug 15 13:24:30 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3907
3908 * config/tc-d10v.c: Add additional information to the opcode
3909 table to help determinine which instructions can be done
3910 in parallel.
3911
b98b04ea
MH
3912Thu Aug 15 17:01:31 1996 James G. Smith <jsmith@cygnus.co.uk>
3913
3914 * config/tc-arm.c: Major changes to add Thumb support, with lots
3915 of change input from <rearnsha@armltd.co.uk>.
3916 Reverted to INSN_SIZE macro, rather than insn_size variable.
3917 (insns): Added ARM "bx" instruction support.
3918 (tinsns): Added Thumb instruction definition structure.
3919 (arm_tops_hsh): Added hash structure for Thumb opcodes.
3920 (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
3921 (opcode_select,s_arm,s_thumb,s_code): Added.
3922 (decode_shift): Allow upper-case RRX.
3923 (do_ldst): Simpler halfword support.
3924 (do_ldmstm): Improved.
3925 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
3926 thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
3927 do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
3928 do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
3929 do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
3930 do_t_adr): Added.
3931 (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
3932 (md_parse_option): Add support for -mthumb.
3933 (md_show_usage): Updated to reflect new command line option.
3934 (arm_data_in_code, arm_canonicalize_symbol_name): Added.
3935 * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
3936 fragment information to be held.
3937
3938Thu Aug 15 16:12:00 1996 Richard Earnshaw (rearnsha@armltd.co.uk)
3939
3940 * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is
3941 non-null, but is a constant.
3942 (fix_new_arm): Call make_expr_symbol to make the expression symbol
3943 so that error reporting will work correctly.
3944
126436a8
ILT
3945Wed Aug 14 10:37:21 1996 Ian Lance Taylor <ian@cygnus.com>
3946
3947 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
3948 against weak symbols.
3949
0e94336e
ILT
3950Tue Aug 13 17:39:24 1996 Ian Lance Taylor <ian@cygnus.com>
3951
3952 * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
3953 (ppc_force_relocation): Declare if OBJ_XCOFF.
3954 * config/tc-ppc.c (ppc_force_relocation): New function if
3955 OBJ_XCOFF.
3956
817e4f75
ILT
3957Mon Aug 12 16:49:43 1996 Ian Lance Taylor <ian@cygnus.com>
3958
3959 * config/tc-mips.h (BYTE_ORDER): Don't define. No longer used.
3960
f494d503
MH
3961Fri Aug 9 17:48:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
3962
3963 * config/tc-d10v.c: Fix problem with relocs.
3964
8d07d2c9
ILT
3965Fri Aug 9 14:16:14 1996 Ian Lance Taylor <ian@cygnus.com>
3966
3967 * config/tc-sh.c (sh_do_align): If not BFD_ASSEMBLER, always align
3968 with nops if not in data_section or bss_section.
3969
f649d525
ILT
3970Thu Aug 8 12:32:56 1996 Klaus Kaempf <kkaempf@progis.de>
3971
3972 Add support for openVMS/Alpha.
3973 * as.h (PRINTF_LIKE): Don't define if VMS, for now.
3974 * config/obj-evax.c: New file.
3975 * config/obj-evax.h: New file.
3976 * config/tc-alpha.c: Add support for EVAX format if OBJ_EVAX is
3977 defined.
3978 * config/tc-alpha.h: Add support for EVAX format if OBJ_EVAX is
3979 defined. Add case for bfd_target_evax_flavour.
3980 * config/vms-a-conf.h: New file.
3981 * conf-a-gas.com: New file.
3982 * configure.in: Add target alpha-*-*vms*.
3983 * configure: Rebuild.
3984 * makefile.vms: New file.
3985 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
3986 Don't call ffs on openVMS/Alpha.
3987
5cece526
ILT
3988Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
3989
3990 * configure.in: Make GAS_CHECK_DECL_NEEDED include <string.h> or
3991 <strings.h> if they exist. Call GAS_CHECK_DECL_NEEDED on strstr
3992 and sbrk.
3993 * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
3994 (NEED_DECLARATION_SBRK): New macro.
3995 * configure, conf.in: Rebuild.
3996 * as.h: Only include <strings.h> if HAVE_STRINGS_H.
3997 (strstr): Declare if NEED_DECLARATION_STRSTR.
3998 * as.c: If HAVE_SBRK and NEED_DECLARATION_SBRK, declare sbrk.
3999
e592f0e6
ILT
4000Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
4001
d10df990
ILT
4002 * symbols.c (resolve_symbol_value): Handle addition or subtraction
4003 by a constant before entering the main switch. Reject attempts to
4004 apply an arithmetic function to non-absolute symbols, except for
4005 the special case of subtraction of two symbols in the same
4006 section.
4007
cf32394d
ILT
4008 * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
4009 not to more than a 16 byte boundary.
4010
e592f0e6
ILT
4011 * config/tc-i386.c (tc_gen_reloc): Accept all relocs; remove
4012 #ifndef OBJ_ELF lines. From Eric Valette <valette@crf.canon.fr>.
4013 (tc_gen_reloc): If out of memory call as_fatal rather than
4014 assert. If no howto found, call as_bad_where rather than
4015 as_fatal. Change the error message slightly. Set howto to a
4016 non-NULL value in order to keep going.
4017
5d9a99a7
MH
4018Tue Aug 6 12:58:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4019
4020 * config/tc-d10v.c: Added code to support 32-bit fixups for stabs.
4021
6a8e0036
JL
4022Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
4023
4024 * config/tc-h8300.c (get_specific): New operand "size" derived
4025 from ".b", ".w" and ".l" extensions. All callers changed. If
4026 the base instruction has no operands, then use the size to
4027 determine which specific instruction to use.
4028
3d7b0c49
ILT
4029Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
4030
4031 * config/tc-i960.c (mem_fmt): Call parse_expr before emit.
4032
10a14e36
ILT
4033Fri Aug 2 11:23:31 1996 Ian Lance Taylor <ian@cygnus.com>
4034
4035 * config/tc-mips.c (md_section_align): Don't change addr if
4036 OBJ_ELF.
4037
470a679c
JL
4038Thu Aug 1 23:51:52 1996 Jeffrey A Law (law@cygnus.com)
4039
4040 * config/tc-hppa.c: Revert yesterday's changes.
4041
b5cf6779
MH
4042Wed Jul 31 14:46:11 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4043
4044 * config/tc-d10v.c: Disable range checking on 16-bit values.
4045
159eb3c0
ILT
4046Wed Jul 31 16:27:19 1996 Ian Lance Taylor <ian@cygnus.com>
4047
4048 * config/tc-m68k.c (m68k_ip): Set ok_arch for every instruction,
4049 not just the ones that don't match.
4050
37e05f64
MH
4051Wed Jul 31 11:45:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4052
4053 * config/tc-d10v.c: Fixed bugs in short relocs and range checking.
4054
c479fc62
JSC
4055Wed Jul 31 15:41:42 1996 James G. Smith <jsmith@cygnus.co.uk>
4056
4057 * config/tc-arm.c: Changed INSN_SIZE to variable insn_size, as
4058 pre-cursor to adding Thumb support. Also added cpu_variant flag
4059 information to each of the asm_flg structures.
4060 (md_parse_option): Updated ARM7 parsing to allow 't' for
4061 thumb/halfword support, aswell as 'm' for long multiply.
4062 (md_show_usage): Updated help message.
4063 (md_assemble): Check that instruction flags are applicated to the
4064 current cpu variant.
4065 (md_apply_fix3, tc_gen_reloc): Add BFD_RELOC_ARM_OFFSET_IMM8 and
4066 BFD_RELOC_ARM_HWLITERAL relocation support for new halfword and
4067 signextension instructions.
4068 (do_ldst): Generate halfword and signextension variants if
4069 mnemonic flags match.
4070 (ldst_extend): Do not allow shifts in the offset field of halfword
4071 or signextension instructions.
4072 (validate_offset_imm): Provide check on halfword and signextension
4073 immediate range.
4074 (add_to_lit_pool): Merge identical literal pool values.
4075
448b5aad
JL
4076Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com)
4077
4078 * config/tc-hppa.c (selector_table): Add 'E' selector.
4079 (cons_fix_new_hppa): Don't coke on e_esel.
4080 (tc_gen_reloc, SOM version): Handle R_COMP2 when used
4081 to help generate exception handling tables.
4082 (md_apply_fix): Don't try to apply fixups with an e_esel
4083 selector.
4084 (hppa_fix_adjustable): Fixups with e_esel selectors
4085 are not adjustable.
4086
8dfb05cc
ILT
4087Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com>
4088
4089 * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte
4090 pseudo-ops.
4091
8544dc03
MH
4092Fri Jul 26 11:43:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4093
4094 * config/tc-d10v.c: Added lots of error checking. Added hacks
4095 to support accumulator shifts.
4096
5ca547dc
ILT
4097Fri Jul 26 11:56:08 1996 Ian Lance Taylor <ian@cygnus.com>
4098
4099 * symbols.c (S_SET_EXTERNAL): Let .weak override.
4100 (S_CLEAR_EXTERNAL): Likewise.
4101 (S_SET_WEAK): Remove error; just let .weak override.
4102
35ad20a1
MH
4103Thu Jul 25 15:22:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4104
4105 * config/tc-d10v.c (md_assemble): Now handles multiline
4106 instructions.
4107
7c096652
MH
4108Thu Jul 25 12:03:33 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4109
4110 * config/tc-d10v.c: Fix packaging bug. Added range checking.
4111 Added kludge for divs instruction. Fixed minor problem with
4112 multiple text sections.
35ad20a1
MH
4113 * config/tc-d10v.h (d10v_cleanup): Change prototype.
4114
93050391
MH
4115Tue Jul 23 10:49:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4116
4117 * config/tc-d10v.c (md_apply_fix3): Fix all instruction
4118 addresses to be right-shifted by 2.
4119
0ef32559
MH
4120Mon Jul 22 11:32:36 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
4121
4122 * config/tc-d10v.c: Many changes to get relocs working.
4123 (register_name): No longer creates a symbol for register names.
4124 (pre_defined_registers): moved to opcodes/d10v-opc.c.
4125 (d10v_insert_operand): Now works correctly for either container.
4126 * config/tc-d10v.h (d10v_cleanup): Declare.
4127
97aca1bc
ILT
4128Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
4129
4130 * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
4131 BFD_RELOC_PCREL_LO16 are expected to be PC relative.
4132
6543a7fb
ILT
4133Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
4134
4135 * tc-alpha.c: Patches to track current minimum alignment to reduce
4136 the number of fragments created with frag_align.
4137 (alpha_current_align): New static variable.
4138 (s_alpha_text): Reset alignment to 0.
4139 (s_alpha_data, s_alpha_rdata, s_alpha_sdata): Likewise.
4140 (s_alpha_stringer, s_alpha_space): New functions.
4141 (s_alpha_cons, alpha_flush_pending_output): Remove functions.
4142 (alpha_cons_align): New function to replace both of them.
4143 (emit_insn): Only align if alpha_current_align is less than 2;
4144 reset alpha_current_align to 2.
4145 (s_alpha_gprel32): Likewise.
4146 (s_alpha_section): New function. Basically duplicate the other
4147 alpha section change hooks. Only define for ELF.
4148 (s_alpha_float_cons): Simplify alignment handling.
4149 (md_pseudo_table): Only define "rdata" and "sdata" if OBJ_ECOFF.
4150 If OBJ_ELF, define "section", "section.s", "sect", and "sect.s".
4151 Don't define the s_alpha_cons pseudo-ops. Do define
4152 s_alpha_stringer and s_alpha_space pseudo-ops.
4153 (alpha_align): Skip if less than current default alignment. Set
4154 default alignment.
4155 * tc-alpha.h (md_flush_pending_output): Remove.
4156 (md_cons_align): Add.
4157
4158 * tc-alpha.c: Add oodles of function description comments.
4159 (md_bignum_to_chars): Remove; there are no callers.
4160 (md_show_usage): Mention some more variants.
4161
091221ce
ILT
4162Thu Jul 18 15:54:54 1996 Ian Lance Taylor <ian@cygnus.com>
4163
0b27ea39
ILT
4164 From Andrew Gierth <ANDREWG@microlise.co.uk>:
4165 * configure.in (sparc-*-sysv4*): New target.
4166 * configure: Rebuild.
4167
8dd07a84
ILT
4168 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
4169 uaxword to use s_uacons.
4170 (sparc_no_align_cons): New static variable.
4171 (s_uacons): New static function.
4172 (sparc_cons_align): If sparc_no_align_cons is set, just clear it
4173 and return.
4174
4175 * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
4176
cbe7dccb
ILT
4177 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like Irix
4178 5 with regard to shared libraries.
4179 * configure: Rebuild.
4180
091221ce
ILT
4181 * config/tc-m68k.c (m68k_ip): Use the correct length when
4182 allocating space for the unsupported architecture error message.
4183
05a8bf33
MM
4184Thu Jul 18 12:57:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4185
4186 * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
4187
4188Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7be9a312
MH
4189
4190 * config/tc-d10v.c: New file.
4191 * config/tc-d10v.h: New file.
4192 * configure (d10v-*-elf): New target.
4193 * configure.in (d10v-*-elf): New target.
7be9a312 4194
10c9620d
MM
4195Fri Jul 12 20:54:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4196
4197 * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
4198
0ee09671
ILT
4199Wed Jul 10 12:39:08 1996 Richard Henderson <rth@tamu.edu>
4200
4201 * config/tc-alpha.c (alpha_align): Change fill parameter
4202 to a pointer. Take NULL as 0 or nop depending on section. Change
4203 all callers.
4204 (s_alpha_align): Rename local variables.
4205
4206 * doc/as.texinfo (.align): Document action of omitted
4207 fill parameter.
4208
3128726c
ILT
4209Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
4210
4211 * config/tc-ppc.c (md_apply_fix3): Give a useful error message
4212 when an unsupported PC relative reloc is seen, rather than calling
4213 abort.
4214
4215 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
4216 Instead, check state when '#' comment is seen.
4217
7f003b7f
ILT
4218Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
4219
a8aed9dd
ILT
4220 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
4221 OBJ_MAYBE_ELF.
4222 (tc_gen_reloc): If fixup was changed to be PC relative, change
4223 reloc type accordingly. Use name of reloc in error message.
4224
a5a78175
ILT
4225 * as.h: Don't define const or volatile.
4226 * flonum.h: Don't define const.
4227
7f003b7f
ILT
4228 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
4229 if fx_pcrel is set. Correct setting the addend case in the
4230 OBJ_ELF case (from Andreas Schwab
4231 <schwab@issan.informatik.uni-dortmund.de>).
4232 (md_show_usage): Correct -mfc5200 to -m5200.
4233
8d20a0a8
C
4234Fri Jul 5 10:32:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4235
910d7df2
C
4236 * doc/c-m68k.texi: Document -m5200 flag.
4237 * doc/as.texinfo: Likewise.
4238
8d20a0a8
C
4239 * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
4240 scale factor.
4241
c0b34702
ILT
4242Fri Jul 5 11:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
4243
4244 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
4245 (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
4246
45c85bcb
ILT
4247Thu Jul 4 11:59:46 1996 Ian Lance Taylor <ian@cygnus.com>
4248
6624477c
ILT
4249 * Makefile.in (VERSION): Set to cygnus-2.7.1.
4250
45c85bcb
ILT
4251 * Released binutils 2.7.
4252
fc636a52
JSC
4253Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>
4254
4255 * config/tc-mips.c (mips_ip): Only perform range check when
4256 dealing with O_constant expressions.
4257
d41d2ccc
C
4258Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4259
4260 * m68k-parse.h (m68k_register): Add new coldfile control
4261 registers.
4262
4263 * config/tc-m68k.c (mcf5200_control_regs): New variable,
4264 array of control registers for the coldfire.
4265 (cpu_of_arch): Added mcf5200.
4266 (archs): Added mcf5200.
4267 (init_table): Add new control registers.
4268 (m68k_ip): Added support for new control registers.
4269 (m68k_init_after_args): Likewise.
4270
4271 * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
4272
5af96dce
ILT
4273Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com>
4274
c5d8f96e
ILT
4275 * read.h (is_it_end_of_statement): Declare.
4276 * read.c (is_it_end_of_statement): Remove declaration.
4277
4278 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
4279 within &&.
4280 (md_assemble): Fix handling of @l with an unsigned constant. Add
4281 default case to reloc switch.
4282
ac76c7e9
ILT
4283 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
4284
5af96dce
ILT
4285 Based on patches from Tom Quiggle <quiggle@sgi.com>:
4286 * ecoff.c (last_lineno): New static variable.
4287 (add_procedure): Set last_lineno.
4288 (ecoff_directive_loc): Likewise.
4289 (ecoff_generate_asm_lineno): Likewise.
4290 (ecoff_fix_loc): New function.
4291 * ecoff.h (ecoff_fix_loc): Declare.
4292 * config/tc-mips.c (append_insn): When inserting nops, and using
4293 ECOFF debugging, call ecoff_fix_loc.
4294
b9bddc84
JL
4295Tue Jul 2 23:02:12 1996 Jeffrey A Law (law@cygnus.com)
4296
4297 * config/tc-h8300.c (build_bytes): If an operand type is
4298 marked as SRC_IN_DST retrieve it from the "destination" op.
4299
379c2fb4
ILT
4300Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com>
4301
69c1de90
ILT
4302 * configure.in (arm-*-riscix*): Set emulation to riscix.
4303 * configure: Rebuild.
4304 * config/te-riscix.h: New file to define TE_RISCIX.
4305
379c2fb4
ILT
4306 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
4307
4308Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
4309
4310 * Makefile.in (config.status): Just run config.status as other
4311 tools do.
4312
c611cd82
SS
4313Fri Jun 28 11:09:38 1996 Stan Shebs <shebs@andros.cygnus.com>
4314
4315 * mpw-config.in (TARGET_OS): Add definition to conf.
4316
fbf011f2
ILT
4317Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>
4318
4319 * config/tc-mips.c (append_insn): Parenthesize
4320 cop_interlocks expressions.
4321
4322Thu Jun 27 12:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
4323
4324 * listing.c (listing_print): Close the listing file if it is not
4325 stdout. Close the other files opened for the listing.
681dbbc0
ILT
4326
4327 * config/tc-sparc.h (md_cons_align): Define.
4328 (sparc_cons_align): Declare.
4329 (HANDLE_ALIGN): Define.
4330 (sparc_handle_align): Declare.
4331 * config/tc-sparc.c (sparc_cons_align): New function.
4332 (sparc_handle_align): New function.
4333 * read.c (cons_worker): Call md_cons_align if it is defined.
4334
4335 * as.h (struct frag): Add fr_file and fr_line fields.
4336 * frags.c (frag_new): Set fr_file and fr_line.
4337 (frag_var): Likewise.
4338 (frag_variant): Likewise.
4339
7e027ce6
ILT
4340 * as.h (struct frag): Remove unused align_mask and align_offset
4341 fields.
4342
f9b990cd
ILT
4343 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
4344 From <uddeborg@carmen.se>.
4345
9b4b98bd
ILT
4346Wed Jun 26 13:21:34 1996 Ian Lance Taylor <ian@cygnus.com>
4347
67b48b58
ILT
4348 * configure.in (mips-*-osf*): New target.
4349 * configure: Rebuild.
4350
9b4b98bd
ILT
4351 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
4352
344a8d61
JSC
4353Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>
4354
4355 * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
4356 between co-processor comparisons and branches for the VR4300.
4357
1c94de4d
JM
4358Mon Jun 24 18:02:50 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4359
4360 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
4361 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
4362 (docdir): Removed.
4363 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
4364 * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
4365 includedir): Use autoconf set values.
4366 (docdir): Removed.
4367
b290fd25
ILT
4368Mon Jun 24 11:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
4369
1c94de4d
JM
4370 * listing.c (listing_eject): Don't do anything if listing is 0.
4371 (listing_list): Likewise.
4372 (listing_source_line): Likewise.
4373 (listing_title): Don't save title if listing is 0.
4374 (listing_source_file): Check listing rather than listing_tail.
4375
b290fd25
ILT
4376 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
4377 using shared libraries.
4378 * configure: Rebuild.
4379
4380Fri Jun 21 18:22:23 1996 Ian Lance Taylor <ian@cygnus.com>
4381
4382 * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
4383 absolute expression if a relocation type was specified.
4384
644edced
ILT
4385Fri Jun 21 17:40:16 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
4386
4387 * configure.in: Add support for *-*-rtems* configurations.
4388 * configure: Rebuild.
4389
df586de2
ILT
4390Fri Jun 21 16:01:18 1996 Richard Henderson <rth@tamu.edu>
4391
4392 * configure.in: Add alpha-*-linuxecoff* target. Use elf for
4393 alpha-*-linux* target. Force bfd_gas for alpha-*. Require
4394 opcodes library for alpha.
4395 * configure: Rebuild with autoconf 2.10.
4396 * config/tc-alpha.c: Substantial rewrite to add ELF support and
4397 use new opcode table.
4398 * config/tc-alpha.h (md_undefined_symbol): Don't define.
4399 (LOCAL_LABEL): Define differently if OBJ_ELF.
4400 (FAKE_LABEL_NAME): Define if OBJ_ELF.
4401 * config/alpha-opcode.h: Remove.
4402 * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
4403 * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
4404 include/opcode/alpha.h rather than config/alpha-opcode.h.
4405
7ca8e36e
ILT
4406Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com>
4407
edec3111
ILT
4408 * config/obj-aout.c (obj_emit_relocations): Give an error if the
4409 relocation symbol was not resolved.
4410 * config/obj-coff.c (do_relocs_for): Likewise.
4411
7ca8e36e
ILT
4412 * write.c (adjust_reloc_syms): Refetch the symbol section after
4413 calling S_GET_VALUE, since it may have changed.
4414
4415 * expr.c (struct expr_symbol_line): Define.
4416 (expr_symbol_lines): New static variable.
4417 (make_expr_symbol): Add entry to expr_symbol_lines.
4418 (expr_symbol_where): New function.
4419 * expr.h: Use extern on function declarations.
4420 (expr_symbol_where): Declare.
4421 * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
4422 rather than printing the meaningless name of an expression
4423 symbol.
4424
214f540d
KR
4425Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com>
4426
4427 * config/tc-i386.c (md_number_to_chars): Deleted.
4428 * config/tc-i386.h (md_number_to_chars): New macro.
4429
4430 * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
4431 the file.
4432 (load_symbol_address, load_expression): Use build_mem.
4433 (build_operate): New function.
4434 (emit_addq_r): Use it.
4435
4436 Wed Mar 13 22:14:14 1996 Pat Rankin <rankin@eql.caltech.edu>
4437
4438 * symbols.c (colon): #if VMS, use S_SET_OTHER to store `const_flag'.
4439
4440 Tue Mar 5 14:31:45 1996 Pat Rankin <rankin@eql.caltech.edu>
4441
4442 * config/tc-vax.h (NOP_OPCODE): Define.
4443
4444 Sun Feb 4 21:01:03 1996 Pat Rankin <rankin@eql.caltech.edu>
4445
4446 * config/obj-vms.h (S_IS_COMMON): Define.
4447 (S_IS_LOCAL): Check for \002 as well as \001.
4448 (LONGWORD_ALIGNMENT): New macro.
4449 (SUB_SEGMENT_ALIGN): Use it.
4450
4451 Fri Jan 26 17:44:09 1996 Pat Rankin <rankin@eql.caltech.edu>
4452
4453 * config/vms-conf.h: Reconcile with conf.in.
4454
7b9b1eb2
ILT
4455Wed Jun 19 11:31:50 1996 Ian Lance Taylor <ian@cygnus.com>
4456
793f9558
ILT
4457 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
4458 defined.
4459
84577dde
ILT
4460 * doc/as.texinfo: Document that any number of hex digits can
4461 follow \x.
4462
0d6cae1e
ILT
4463 * as.c (struct defsym_list): Define.
4464 (defsyms): New static variable.
4465 (parse_args): Just put --defsym arguments on defsyms list, rather
4466 than defining them.
4467 (main): Define defsyms after output file is created.
4468
6e3f7f1b
ILT
4469 * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
4470 cpu32. From Eric Norum <Eric.Norum@usask.ca>.
4471
8095b665
ILT
4472 * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
4473 insn_error rather than calling check_absolute_expr.
4474
4475 * as.c (emulation_name): Remove unused static variable.
4476 (default_emul_bfd_name): Add return NULL to avoid warning.
4477 * ecoff.c (ecoff_stab): Remove unused variables name and
4478 name_end.
4479 * frags.c (frag_new): Remove unused variable tmp.
4480 * hash.c (hash_grow): Parenthesize + within <<.
4481 (hash_print_statistics): Use %lu, not %d, to print unsigned
4482 long variables.
4483 * messages.c: Include "libiberty.h".
4484 (fprint_value): Add cast to avoid printf warning.
4485 (sprint_value): Likewise.
4486 * read.c: Include "ecoff.h".
4487 (emit_expr): Add casts to avoid printf warnings.
4488 * read.h: Use extern for function declarations.
4489 (pop_insert): Declare.
4490 * stabs.c: Include "ecoff.h".
4491 * subsegs.c (subseg_set_rest): Remove unused variables tmp,
4492 former_last_fragP, and new_fragP.
4493 * subsegs.h (subsegs_print_statistics): Declare.
4494 * symbols.c (debug_verify_symchain): Change macro to discard
4495 arguments.
4496 * write.c (dump_section_relocs): Likewise.
4497 * write.h: Use extern for function declarations.
4498 (write_print_statistics): Declare.
4499 * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
4500 warning.
4501 * config/e-mipself.c (mipself_bfd_name): Likewise.
4502 * config/obj-elf.h (elf_ecoff_set_ext): Declare.
4503
9ee759fc
ILT
4504 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
4505 emit relocations against external symbols.
4506
faa3f539
ILT
4507 * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
4508 message if bfd_reloc_type_lookup fails, rather than calling
4509 assert.
4510
7b9b1eb2
ILT
4511 * config/tc-alpha.c (alpha_force_relocation): Add
4512 BFD_RELOC_12_PCREL to switch.
4513
4514Tue Jun 18 20:29:57 1996 Doug Evans <dje@canuck.cygnus.com>
4515
4516 * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
4517 TE_PE (Lfoo, not .Lfoo).
4518
d9453233
ILT
4519Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com>
4520
24b018ee
ILT
4521 * read.c (s_fill): Don't warn about a zero repeat count.
4522
c674dcaa
ILT
4523 * config/tc-mips.c (mips_ip): Don't warn about using AT as a
4524 coprocessor register.
4525
d9453233
ILT
4526 * config/tc-i386.c (md_assemble): When checking the size of a
4527 register to set the size of an instruction, do a bitwise and with
4528 Reg8 and Reg16 rather than requiring the type to be exactly Reg8
4529 or Reg16.
4530
3d0afe12
JL
4531Tue Jun 18 13:19:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4532
4533 * config/tc-h8300.c (parse_reg): Tweak error messages.
4534 (build_bytes): Likewise.
4535 (skip_colonthing): Handle :32 suffix.
4536 (get_specific): Promote L_24 to L_32 if it makes a match.
4537 Don't always promote L_8 to L_16.
4538 (do_a_fix_imm): Clean up L_32 and L_24 handling.
4539
3d0afe12
JL
4540 * config/tc-h8300.c (Smode): New variable.
4541 (h8300hmode): Turn off Hmode.
4542 (h8300smode): New function. Turn on Smode and Hmode.
4543 (md_pseudo_table): New ".h8300s" pseudo-op.
4544 (parse_reg): Handle "exr" register.
4545 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
4546 Handle "mach" and "machl" operands for ldmac.
4547 (get_specific): Handle "stm.l" and "ldm.l".
4548 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
4549 * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
4550 (Smode): Declare.
4551
370181a2
C
4552Mon Jun 17 15:50:53 1996 J.T. Conklin <jtc@rtl.cygnus.com>
4553
4554 * doc/as.texinfo: Reorder chapter of machine dependent options so
4555 that it is sorted by chip name.
4556
4557 * doc/as.texinfo: Use consistant spelling of Vax.
4558 * doc/c-vax.texi: Likewise.
4559
02d4dd87
JL
4560Mon Jun 17 11:26:56 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4561
4562 * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
4563 pseudo ops.
4564 (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
4565 (md_apply_fix): Likewise.
4566 (pa_try): New function.
4567 (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
4568
b81231b7
JL
4569Sun Jun 16 22:57:47 1996 Jeffrey A. Law <law@rtl.cygnus.com>
4570
4571 * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
4572 (pa_level): New function.
4573
fe8d0ff3
ILT
4574Fri Jun 14 20:06:44 1996 Ian Lance Taylor <ian@cygnus.com>
4575
4576 * listing.c (listing_newline): Don't do anything if listing is 0.
4577
4578Thu Jun 13 17:50:54 1996 Ian Lance Taylor <ian@cygnus.com>
4579
4580 * subsegs.c (section_symbol): If symbol_table_frozen is set, call
4581 symbol_create, not symbol_new.
4582
9bec2a42
ILT
4583Wed Jun 12 14:10:44 1996 Ian Lance Taylor <ian@cygnus.com>
4584
4585 * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
4586 absolute symbol unless TC_FORCE_RELOCATION returns true.
4587
4588 * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
4589 version.
4590 (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
4591 the symbol to a pointer. Don't set previous_file_symbol.
4592 Simplify symbol list rearrangement.
4593 (coff_frob_symbol): Don't do anything with C_FILE symbols.
4594 (coff_adjust_symtab): Don't check previous_file_symbol.
4595
c992cf9b
MM
4596Mon Jun 10 14:52:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4597
4598 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
4599 directive.
4600 (md_pseudo_table): Add ppc_elf_lcomm.
4601
1ba76615 4602Mon Jun 10 11:45:51 1996 Ian Lance Taylor <ian@cygnus.com>
92e61d31
ILT
4603
4604 * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
4605 d0{24:1},d0' works without an immediate prefix on the bit numbers.
4606 (md_begin): Add digits to alt_notend_table.
4607 (md_parse_option): Make s a const pointer.
1ba76615 4608
b91e85c2
ILT
4609 * config/tc-sparc.c (md_pseudo_table): Add "empty".
4610 (s_empty): New static function.
4611
e789e620
ILT
4612 * config/obj-coff.c (struct filename_list): Only define if not
4613 BFD_ASSEMBLER.
4614 (filename_list_head, filename_list_tail): Likewise.
4615 (c_section_symbol): Remove unused BFD_ASSEMBLER version.
4616 (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
4617 flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
4618 have a section of N_ABS rather than N_DEBUG. If we do a merge,
4619 remove the new symbol from the list.
4620 (obj_coff_endef, both versions): Call tag_insert even if there is
4621 an old symbol with the same name, if the old symbol does not
4622 happen to be a tag.
4623 (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
4624 the SF_GET_DEBUG condition. Don't call SA_SET_SYM_ENDNDX with a
4625 symbol that will be moved to the end of the symbol list.
4626 (coff_adjust_section_syms): Always call section_symbol for .text,
4627 .data, and .bss.
4628 (coff_frob_section): Likewise. Also, remove unused variable
4629 strname.
4630
0670452e
ILT
4631 * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
4632 manipulating frags directly.
4633 (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
4634 defined.
4635
41822c41
ILT
4636 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
4637 whether the next character is '*' before checking whether we are
4638 at the start of a line. Permit LINE_COMMENT_START to start a
4639 comment in state 1 (seen some whitespace) as well, to match the
4640 documentation.
4641
1ba76615
ILT
4642 * gasp.c (do_align): Permit a fill value for .align.
4643
ed381b67
JW
4644Wed Jun 5 17:09:26 1996 Ian Lance Taylor <ian@cygnus.com>
4645
4646 * read.c (next_char_of_string): Warn if a newline is seen in the
4647 middle of a string. Call bump_line_counters when appropriate.
4648
4649Wed Jun 5 17:08:36 1996 Richard Henderson <rth@tamu.edu>
4650
4651 * symbols.c (colon): Use LOCAL_LABEL.
4652
2c7aeec6
TT
4653Tue Jun 4 10:55:16 1996 Tom Tromey <tromey@csk3.cygnus.com>
4654
4655 * Makefile.in (install): Don't check to see if tooldir exists.
4656 Make $(tooldir) and $(tooldir)/bin.
4657
527b8324
MM
4658Tue Jun 4 10:14:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4659
4660 * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
4661 default.
4662
3b426f5a
ILT
4663Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com>
4664
4665 * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
4666 insn_error. Don't put the string "ERROR" in insn_error. Set
4667 insn_error rather than calling as_warn for an unsupported opcode.
4668
9c44af60
ILT
4669Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com>
4670
4671 * config/tc-mips.c (md_parse_option): Check for a 64 bit format
4672 before permitting -64.
4673 * output-file.c (output_file_create): Remove duplicate
4674 bfd_perror.
4675
98bfd087
ILT
4676Fri May 31 01:08:06 1996 Ian Lance Taylor <ian@cygnus.com>
4677
87178180
ILT
4678 * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
4679 section rather than a .reginfo section.
4680 (mips_elf_final_processing): If -64, write out 64 bit RegInfo
4681 information.
4682
98bfd087
ILT
4683 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
4684 bit value with the high bit set.
4685
b95bee13
ILT
4686Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
4687
4688 * read.c (s_lcomm): Set section flags for .sbss section.
4689
4690 * config/tc-mips.c (mips_64): New static variable.
4691 (mips_target_format): If mips_64, return elf64 targets rather than
4692 elf32 ones.
4693 (md_longopts): Add "32" and "64".
4694 (md_parse_option): Handle -32 and -64.
4695 (md_show_usage): Mention -32 and -64.
4696 (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
4697 a 4 byte one.
4698
1facd5f0
MM
4699Thu May 30 10:36:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4700
98bfd087
ILT
4701 * config/tc-ppc.c (comment_chars): Make '!' a comment character
4702 for Solaris compatibility.
d0e1c803 4703
1facd5f0
MM
4704 * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
4705 .stabd with 4 arguments into a .stabn.
4706
a40aee38
ILT
4707Wed May 29 16:43:16 1996 Ian Lance Taylor <ian@cygnus.com>
4708
4709 * config/tc-mips.c (macro): When passing X_add_number to
4710 macro_build, cast it to int first.
4711
943bdfdc
ILT
4712Tue May 28 13:29:39 1996 Ian Lance Taylor <ian@cygnus.com>
4713
54388b85
ILT
4714 * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
4715 created by emit_expr.
4716
943bdfdc
ILT
4717 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
4718 as_perror rather than assert.
4719
9b61d62b
ILT
4720Fri May 24 18:24:11 1996 Ian Lance Taylor <ian@cygnus.com>
4721
4722 * config/tc-mips.c (mips_ip): Mark sections created to hold
4723 floating point information as read only.
4724
e30c0076
MM
4725Fri May 24 12:07:54 1996 David Edelsohn <edelsohn@mhpcc.edu>
4726
4727 * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
4728
63cafcef
MM
4729Thu May 23 17:34:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4730
adeab39b
MM
4731 * read.c (potable): Add .skip as a synonym for .space.
4732
63cafcef
MM
4733 * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
4734 4 arguments, providing the 4th argument is 0, to allow
4735 compatibility with the Solaris assembler.
4736
4737Thu May 16 15:51:48 1996 Ian Lance Taylor <ian@cygnus.com>
4738
4739 * config/tc-sh.h (struct sh_segment_info_type): Define.
4740 (TC_SEGMENT_INFO_TYPE): Define.
4741 (sh_frob_label): Declare.
4742 (tc_frob_label): Define.
4743 (sh_flush_pending_output): Declare.
4744 (md_flush_pending_output): Define.
4745 * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
4746 reloc before the instruction if necessary.
4747 (sh_frob_label): New function.
4748 (sh_flush_pending_output): New function.
4749 (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
4750 when looking for the reloc for the target of .uses.
4751 (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
4752 (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
4753 emitted.
4754 (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
4755 (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
4756 the absolute symbol.
4757
4758 * subsegs.h (segment_info_type): Add tc_segment_info_data field if
4759 TC_SEGMENT_INFO_TYPE is defined.
4760
3ea36b53
ILT
4761Wed May 15 12:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
4762
4763 * config/tc-i386.c (md_assemble): Make sure the opcode suffix
4764 matches the register size.
4765
ecb9b1ca
JL
4766Wed May 15 08:33:37 1996 Jeffrey A Law (law@cygnus.com)
4767
4768 * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
4769 fx_done set.
4770 (do_relocs_for): Likewise.
4771 (fixup_segment): Don't just quit if linkrelax is set. Try to
4772 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
4773 nonzero.
4774
f122568e
MM
4775Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4776
4777 * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
4778 relative relocations with -mrelocatable. Also allow unfixed
4779 relocs in .ex_shared.
4780
6648d3ae
ILT
4781Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com>
4782
4783 * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
4784 non-zero before assuming this is a long file name.
4785 (w_strings): Likewise.
4786 (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
4787
4788 * config/obj-coff.c (w_strings): Move declaration of i inside
4789 #ifdef block which uses it.
4790
c47fc401
JL
4791Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com)
4792
4793 * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
4794 "relaxmode". Output relocs which identify various relaxing
4795 possibilities for mov.[bwl] instructions.
4796 (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
4797
9ea82743
DE
4798Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com>
4799
4800 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
4801 (MD_APPLY_FIX3): Define.
4802 * config/tc-arm.c (my_get_expression): Only watch for bad segments
4803 if OBJ_AOUT.
4804 (md_apply_fix3): Renamed from md_apply_fix.
4805 If pcrel reloc and symbol is in different section, undo effects
4806 of md_pcrel_from.
4807
ab7db73b
JL
4808Sat May 4 12:49:35 1996 Jeffrey A Law (law@cygnus.com)
4809
4810 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
4811 any reloc with an LR% or RR% field selector for SOM.
4812
c9324fcd
ILT
4813Sat May 4 11:26:19 1996 Ian Lance Taylor <ian@cygnus.com>
4814
4815 * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
4816 variables.
4817
d4d7d98c
ILT
4818Fri May 3 17:58:31 1996 Ian Lance Taylor <ian@cygnus.com>
4819
4820 * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
4821 SF_GET_STATICS set.
4822 (yank_symbols): Likewise.
4823
8fe2ec52
ILT
4824Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com>
4825
7681eb9d
ILT
4826 * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
4827 BFD_ASSEMBLER, add name field.
ba97ba7e
ILT
4828 * config/obj-coff.c: Include "libiberty.h".
4829 (coff_header_append): Handle long section names.
7681eb9d
ILT
4830 (crawl_symbols): Just use the name field for the symbol name,
4831 without worrying about null byte termination.
4832 (w_strings): Handle long section names.
4833 (write_object_file): Likewise. Also, use the name field, rather
4834 than scnhdr.s_name.
4835 (obj_coff_add_segment): Permit long section names.
4836 (obj_coff_init_stab_section): Use the name field, rather than
4837 scnhdr.s_name.
4838 (adjust_stab_section): Likewise.
4839 * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
4840
8fe2ec52
ILT
4841 * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
4842 (mem_fmt): Likewise.
4843 (md_apply_fix): Don't check fx_im_disp field.
4844
556829bc
ILT
4845Thu Apr 25 11:39:51 1996 Ian Lance Taylor <ian@cygnus.com>
4846
f9e36fc6
ILT
4847 * configure.in: Add * after sparc*-*-vxworks.
4848 * configure: Rebuild.
4849
556829bc
ILT
4850 * app.c (do_scrub_begin): If tc_comment_chars is not defined,
4851 define it to comment_chars. Use tc_comment_chars rather than
4852 comment_chars.
4853 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
4854 * config/tc-m68k.h (tc_comment_chars): Define.
4855 (m68k_comment_chars): Declare.
4856 * config/tc-m68k.c (m68k_comment_chars): Rename from
4857 comment_chars. Change into a pointer rather than an array.
4858 (md_longopts): Add "bitwise-or".
4859 (md_parse_option): Handle OPTION_BITWISE_OR.
4860 (md_show_usage): Mention --bitwise-or.
4861 * doc/c-m68k.texi: Document --bitwise-or.
4862
116bf30f
ILT
4863Wed Apr 24 11:28:38 1996 Ian Lance Taylor <ian@cygnus.com>
4864
912e4245
ILT
4865 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
4866 in 68000 mode.
4867
116bf30f
ILT
4868 * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
4869 call demand_empty_rest_of_line. Non BFD_ASSEMBLER version:
4870 correct handling of input line pointer, and call
4871 demand_empty_rest_of_line.
4872
58c9a12b
DE
4873Mon Apr 22 18:02:37 1996 Doug Evans <dje@blues.cygnus.com>
4874
4875 * config/tc-sparc.c (in_bitfield_range): New static function.
4876 (sparc_ip): New cases X,Y. Use SPARC_OPCODE_ARCH_V9_P.
4877 (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
4878 BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
4879 (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
4880 (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
4881
ff406bd3
ILT
4882Thu Apr 18 18:58:33 1996 Ian Lance Taylor <ian@cygnus.com>
4883
4884 * config/obj-coff.c: BFD_ASSEMBLER:
4885 (coff_last_bf): New static variable.
4886 (coff_frob_symbol): Set endndx of a .bf symbol.
4887 Non BFD_ASSEMBLER:
4888 (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
4889 (last_bfP): New static variable.
4890 (yank_symbols): Set endndx of a .bf symbol.
4891
47d12b2c
MM
4892Thu Apr 18 11:53:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4893
4894 * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
4895 and -s options. Add -be for good measure.
4896
3ce7f41a
ILT
4897Wed Apr 17 12:31:01 1996 Ian Lance Taylor <ian@cygnus.com>
4898
4899 * read.c (s_space): Support non-constant fill value. Handle fill
4900 value correctly for a size other than 1.
4901
865447db
DE
4902Tue Apr 16 15:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
4903
4904 * config/tc-arm.c (my_get_float_expression): Update call to
4905 gen_to_words, X_PRECISION changed from 6 to 5.
4906
159e6ef8
MM
4907Tue Apr 16 10:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4908
4909 * config/tc-ppc.c (register_name,reg_name_search): Move register
4910 name lookup from PE specific code to all targets. Add support for
4911 -mregnames/-mno-regnames to control whether register names are
4912 expanded or not.
4913 (md_assemble): Call register_name for all platforms.
4914 (md_parse_option): Add support for -mregnames/-mno-regnames.
4915
4916 * configure.in (powerpcle*-*-solaris): Add support.
4917 (powerpc*-*-linux): Ditto.
4918 * configure: Regenerate.
4919
4920 * config/ppc-sol.mt: New config file for PowerPC Solaris.
4921
7a15a226
ILT
4922Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
4923
aa9e2dbe
ILT
4924 * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
4925 be associated with a single %lo reloc.
4926
7a15a226
ILT
4927 * config/tc-mips.c (load_address): Cast X_add_number to valueT
4928 before comparing against MAX_GPREL_OFFSET, so that negative
4929 numbers are handled correctly.
4930 (macro): Likewise.
4931
65feb78d
ILT
4932Thu Apr 11 12:39:02 1996 Ian Lance Taylor <ian@cygnus.com>
4933
ed94c2b8
ILT
4934 * config/tc-sparc.c (last_insn): New static variable.
4935 (md_assemble): Warn about putting floating point branches in a
4936 delay slot. If architecture is less than v9, insert NOP
4937 instructions between floating point instructions and floating
4938 point branches. (The SunOS assembler does both these operations.)
4939 Save the last instruction opcode.
4940 (sparc_ip): Add pinsn parameter. Change caller.
4941
65feb78d
ILT
4942 * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
4943 for byte jump to next instruction to skip empty frags.
4944
456c301f
ILT
4945Wed Apr 10 16:48:12 1996 Ian Lance Taylor <ian@cygnus.com>
4946
4947 * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
4948 for addq with a 16 bit signed value, just emit a lda instruction
4949 instead.
4950
b3ed89e8
JL
4951Wed Apr 10 14:34:49 1996 Jeffrey A Law (law@cygnus.com)
4952
4953 * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
4954 of a 32bit operand.
4955
b4cb4ea2
ILT
4956Mon Apr 8 14:42:53 1996 Ian Lance Taylor <ian@cygnus.com>
4957
4958 * configure.in: Permit --enable-shared to specify a list of
4959 directories.
4960 * configure: Rebuild.
4961
dcb195f8
JL
4962Fri Apr 5 17:01:35 1996 Jeffrey A Law (law@cygnus.com)
4963
4964 * config/tc-h8300.c (get_specific): Remove some #if 0 code.
4965 (build_bytes): Remove all ABSMOV related code; it's unnecessary.
4966
13e4a17e
ILT
4967Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4968
4969 * config/atof-ieee.c: Fix handling of denormalized extended
4970 precision numbers and overflow/underflow detection.
4971 (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
4972 not include the 16 bit gap in the m68k extended precision format.
4973
2ae5f50b
ILT
4974Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
4975
4976 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
4977 <jdp@polstra.com>.
4978 * configure: Rebuild.
4979
54ea771f
JSC
4980Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
4981
4982 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
4983 be accessed using the $gp register.
4984 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
4985
65b12103
DE
4986Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
4987
4988 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
4989 bfd_mach_sparc_sparclet if current_architecture is sparclet.
4990
2271578d
ILT
4991Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
4992
4993 * read.c (get_line_sb): Bump line counters based on
4994 input_line_pointer[-1], not *input_line_pointer. Don't bother to
4995 call LISTING_NEWLINE.
4996 (s_macro): Don't call demand_empty_rest_of_line.
4997 * app.c (do_scrub_chars): When handling C style comments, unget
4998 ch2 rather than ch.
4999
7d3741ed
ILT
5000Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
5001
5002 * read.h (enum linkonce_type): Define.
5003 (s_linkonce): Declare.
5004 * read.c (potable): Add "linkonce".
5005 (s_linkonce): New function.
5006 * subsegs.h (segment_info_type): Add linkonce field to
5007 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
5008 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
5009 (obj_coff_pe_handle_link_once): Declare if TE_PE.
5010 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
5011 "coff/pe.h".
5012 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
5013 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
5014 entry based on the linkonce field in segment_info.
5015 * doc/as.texinfo: Document .linkonce.
5016
0c203340
C
5017Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
5018
5019 * doc/as.1: Changed to be recognized by catman -w on Solaris.
5020
867a58b3
ILT
5021Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
5022
3197da91
ILT
5023 * stabs.c (s_stab_generic): Call the listing functions before
5024 doing the rest of the processing, which may involve freeing the
5025 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
5026 SEPARATE_STAB_SECTIONS case.
5027
3c071b9f
ILT
5028 * config/tc-hppa.c: Remove nested comment.
5029 (tc_gen_reloc): Move label done inside the ifdef in which it is
5030 used.
5031 (md_apply_fix): Pass pointers to correct types to libhppa.h
5032 functions. Always return a value.
5033
867a58b3
ILT
5034 * config/tc-mips.h (tc_frob_file): Define.
5035 (mips_frob_file): Declare.
5036 * config/tc-mips.c (struct mips_hi_fixup): Define.
5037 (mips_hi_fixup_list): New static variable.
5038 (imm_unmatched_hi): New static variable.
5039 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
5040 offset_reloc. Pass imm_unmatched_hi to append_insn.
5041 (append_insn): Add unmatched_hi parameter. If it is set, add the
5042 new fixup to mips_hi_fixup_list. Change all callers.
5043 (mips_ip): Set imm_unmatched_hi when appropriate.
5044 (mips_frob_file): New function.
5045
d0352cbb
DE
5046Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
5047
5048 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
5049 * configure: Regenerated.
5050
4f74c042
ILT
5051Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
5052
5053 * as.c (main): Call bfd_set_error_program_name.
5054
5ba7c0be
ILT
5055Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
5056
c7a89bde
ILT
5057 * as.h (strdup): Don't declare.
5058 * stabs.c: Include libiberty.h
5059 (get_stab_string_offset): Use xstrdup rather than strdup.
5060 (s_stab_generic): Likewise.
5061 * as.c (parse_args): Likewise.
5062 * read.c (s_mri_sect): Likewise.
5063
5ba7c0be
ILT
5064 * gasp.c (change_base): Recognize \(...) construct documented to
5065 pass through enclosed characters literally through to the output.
5066 (process_assigns): Likewise. Also, be more careful to avoid
5067 looking past the end of the buffer.
5068
5069Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
5070
5071 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
5072 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
5073
d1f38e13
ILT
5074Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5075
5076 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
5077
649d87fe
ILT
5078Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
5079
5080 * config/alpha-opcode.h: Added cvtst instruction.
5081
975def01
ILT
5082Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
5083
5084 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
5085 string. Extract the addend from the result of expression.
5086
fde6018a
ILT
5087Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
5088
5089 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
5090 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
5091 mode, change the state to 3 rather than 1.
5092
ee0f488d
ILT
5093Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
5094
5095 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
5096 correspond to 11 March change.
5097
9da28504
JL
5098Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
5099
5100 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
5101 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
5102
ea2488ad
ILT
5103Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
5104
5105 * configure: Rebuild with autoconf 2.8.
5106
8fee8bf3
ILT
5107Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
5108
5109 * config/atof-ieee.c (gen_to_words): Improve handling of
5110 X_PRECISION numbers. Based on patches from Andreas Schwab
5111 <schwab@issan.informatik.uni-dortmund.de>.
5112
a31c2bc7
SC
5113Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
5114
5115 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
5116 (SEG_LAST): New.
5117 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
5118 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
5119 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
5120 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
5121 SEG_E9.
5122
5123Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
5124
5125 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
5126
73578b1e
JL
5127Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
5128
5129 * config/tc-hppa.c (SUBSEG_MILLI): Define.
5130 (pa_def_subspaces): Add $MILLICODE$.
5131 (pa_spaces_begin): Set section flags for $MILLICODE$.
5132
0c27542f
ILT
5133Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
5134
6b8ed20d
ILT
5135 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
5136 not SHT_NOBITS. Don't tamper with flags based on type if a
5137 special section was found (revert Feb 29 change).
5138
0c27542f
ILT
5139 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
5140 if aligning to a longword boundary or greater.
5141
6a413d6f
JW
5142Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
5143
5144 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
5145
4b295517
SC
5146Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
5147
5148 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
5149 * configure: Regenerated.
5150
eff5fcda
JL
5151Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
5152
421e2c27
JL
5153 * config/tc-hppa.c: Add default definitions for R_N0SEL and
5154 R_N1SEL since they're not defined for old versions of hpux.
5155
eff5fcda
JL
5156 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
5157 Set "sym_ptr_ptr" and "addend" fields to dummy values for
5158 R_N0SEL and R_N1SEL.
5159
bb1013d9
ILT
5160Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5161
d197a7ab
ILT
5162 * flonum-konst.c: Add two more constants for 1e+-2048 and
5163 1e+-4096, and correct the other constants.
5164
bb1013d9
ILT
5165 * symbols.c (resolve_symbol_value): Handle O_logical_not.
5166
30510276
MM
5167Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5168
5169 * config/obj-elf.c (obj_elf_section): Allow predefined section
0d8405e8 5170 types to set the nobits type. Avoid a shadowed declaration.
30510276 5171
75c90d61
JL
5172Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
5173
24b216e1
JL
5174 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
5175 reduce relocs using e_nlrsel field selectors.
5176
75c90d61
JL
5177 * write.c (fix_new_exp): Don't use #elif. Some compilers
5178 don't handle it.
83b59013
JL
5179
5180 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
5181 the selector table.
5182 (pa_chk_field_selector): Handle new field selectors for SOM.
5183
535cfd0f
ILT
5184Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5185
5186 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
5187 * configure: Rebuild.
5188 * config/te-linux.h (LOCAL_LABELS_FB): Define.
5189 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
5190 "a.out-m68k-linux".
5191 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
5192 is defined.
5193
d214421e
SS
5194Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
5195
5196 * mpw-make.sed: Update to handle shared library support.
5197
110b814d
DE
5198Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
5199
5200 * config/tc-sparc.c (sparc_ip): Print all architectures that support
5201 the insn on mismatch.
5202
805e36ab
RS
5203Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5204
5205 * configure.in: Add support for a29-coff.
5206 * configure: Rebuild.
5207
e41ab2a6
ILT
5208Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
5209
101a2346
ILT
5210 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
5211 of the section when looking for the R_SH_USES fixup, because the
5212 frag addresses have not yet been adjusted.
5213
940c413f
ILT
5214 * gdbinit.in: Set a breakpoint on as_warn_where.
5215
e41ab2a6
ILT
5216 * config/tc-mips.c (macro): Add missing arguments to macro_build
5217 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
5218
c6016ce2
ILT
5219Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
5220
5221 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
5222 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
5223
b32fbe07
DE
5224Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
5225
5226 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
5227
2e5e6879
DE
5228Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
5229
5230 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
5231 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
5232 Recognize [uU] format args as sparclet cpregs.
5233
8a2e1fdd
ILT
5234Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
5235
5236 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
5237 in bss_section.
5238
21965655
ILT
5239Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
5240
5241 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
5242 well as S_IS_EXTERNAL.
5243 (tc_fix_adjustable): Likewise.
5244 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
5245 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
5246 early.
5247 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
5248 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
5249
d8b42b96
DE
5250Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
5251
5252 * config/tc-sparc.c (max_architecture): Change to sparclite for
5253 32 bit arch.
5254 (default_compatible): Delete.
5255 (sparc_ffs): New function.
5256 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
5257 (sparc_ip): Rewrite architecture match and bump logic.
5258
7925f4d4
ILT
5259Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
5260
5261 * configure.in: Check for 'do not mix' from native linker before
5262 trying to use -rpath.
5263 * configure: Rebuild.
5264
ef2074c2
ILT
5265Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
5266
5267 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
5268 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
5269 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
5270 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
5271 is set.
5272 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
5273 to the symbol lnnoptr field, to get the correct file offset.
5274
28910c57
MM
5275Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5276
5277 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
5278 symbols that are not function, file, or section symbols to be
5279 object types.
5280
7c2fadd1
ILT
5281Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
5282
1a2f3c3f
ILT
5283 * configure: Set and substitute RPATH_ENVVAR.
5284 * configure: Rebuild.
5285 * Makefile.in (RPATH_ENVVAR): New variable.
5286 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
5287
7c2fadd1
ILT
5288 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
5289 doesn't need opcodes. If configuring shared, opcodes needs bfd.
5290 * configure: Rebuild.
5291
8a6f53e9
ILT
5292Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
5293
5294 * read.c (s_mri_sect): Don't return '\0' in type. Set all
5295 appropriate flags in BFD section.
5296
5297 * configure.in (m68k-*-psos*): New target.
5298 * configure: Rebuild.
5299 * config/te-psos.h: New file.
5300 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
5301 is defined.
5302
fb251650
ILT
5303Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
5304
ae09d880
ILT
5305 From Alan Modra <alan@spri.levels.unisa.edu.au>:
5306 * configure.in: Remove duplicate setting of cpu_type. Check
5307 whether opcodes library is required for on all targets, not just
5308 primary one.
5309 * configure: Rebuild.
5310
fb251650
ILT
5311 * config/tc-mips.c (mips_big_got): New static variable.
5312 (s_extern): Don't declare.
5313 (reg_needs_delay): New static function.
5314 (macro_build): Permit GOT/CALL_HI/LO relocs.
5315 (macro_build_lui): If place is not NULL, use the number in the
5316 expression.
5317 (load_address): Handle mips_big_got case.
5318 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
5319 store macros.
5320 (OPTION_XGOT): Define.
5321 (md_longopts): Add "xgot" if OBJ_ELF.
5322 (md_parse_option): Handle -xgot.
5323 (md_show_usage): Mention -xgot.
5324 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
5325 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
5326
d9396c16
ILT
5327Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5328
5329 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
5330 the byte relocation, point it to the low byte of the word.
5331
56f9773f
ILT
5332Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
5333
5334 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
5335 * configure: Rebuild.
5336
63e4edb5
DE
5337Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
5338
5339 * configure.in: Recognize any sparc* cpu.
5340 * configure: Regenerated.
5341
15ed5f2c
ILT
5342Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
5343
20710f1c
ILT
5344 * read.c (potable): Add "mri" and ".mri".
5345 (s_mri): New function.
5346 * read.h (s_mri): Declare.
5347 * app.c (scrub_m68k_mri): New static variable.
5348 (mri_pseudo): New static variable.
5349 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
5350 flag_m68k_mri. Initialize scrub_m68k_mri.
5351 (mri_state, mri_last_ch): New static variables.
5352 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
5353 fields.
5354 (app_push): Save new fields.
5355 (app_pop): Restore new fields.
5356 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
5357 If TC_M68K, use a trivial state machine to look for occurrences of
5358 the .mri pseudo-op, and change the mode appropriately.
5359 * as.h (do_scrub_begin): Update prototype.
5360 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
5361 do_scrub_begin.
5362 * config/tc-m68k.c (reg_prefix_optional_seen): New static
5363 variable.
5364 (m68k_mri_mode_change): New function.
5365 (md_parse_option): Set reg_prefix_optional_seen.
5366 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
5367 (MRI_MODE_CHANGE): Define.
5368 * doc/as.texinfo: Document .mri pseudo-op.
5369
15ed5f2c
ILT
5370 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
5371 comment character.
5372
a043f579
ILT
5373Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5374
5375 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
5376 * config/m68k-parse.h (enum pic_relocation): Define.
5377 (struct m68k_exp): Add pic_reloc field.
5378 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
5379 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
5380 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
5381 otherwise.
5382 * config/tc-m68k.c: Delete definition of NO_RELOC.
5383 (struct m68k_it): Add pic_reloc field.
5384 (add_fix): Copy over pic_reloc field.
5385 (md_pseudo_table): Interpret .align parameter as byte count.
5386 (mote_pseudo_table): Likewise.
5387 (tc_m68k_fix_adjustable): New function.
5388 (get_reloc_code): New function.
5389 (md_assemble): Use it as last argument to fix_new_exp.
5390 (md_apply_fix_2): For a relocation against a symbol don't put the
5391 addend into the data.
5392 (tc_gen_reloc): Different addend computation for OBJ_ELF.
5393 (m68k_ip): Don't relax an operand that requires pic relocation.
5394 (md_begin): Align .text, .data and .bss on 4 byte boundary by
5395 default.
5396 * write.c (fixup_segment): Don't add symbol value to addend if
5397 TC_M68K and OBJ_ELF.
5398 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
5399 (motorola_operand): Add rule for `(zapc, EXPR)'.
5400
6ca1156d
ILT
5401Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
5402
5403 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
5404 *really* is permissible before the comma.
5405
fcee3e24
ILT
5406Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
5407
5408 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
5409 inserting nop instructions.
5410
3e1c964d
ILT
5411Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
5412
5413 * config/te-aux.h: Change include of aux.h to aux-coff.h.
5414
4080c270
ILT
5415Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
5416
d782e3cc
ILT
5417 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
5418 class setting for a CALLNAME symbol in COFF.
5419
4080c270
ILT
5420 * read.c (potable): Pass negative numbers for new .balign[wl] and
5421 .p2align[wl] pseudo-ops.
5422 (s_align_bytes): Treat a negative argument as specifying the fill
5423 length.
5424 (s_align_ptwo): Likewise.
5425
1c9dbb83
ILT
5426Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
5427
71dd3c40
ILT
5428 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
5429 (do_align): Take new len parameter. Change all callers. Pass it
5430 to md_do_align.
5431 (s_align_bytes): Arg now indicates the length of the fill pattern.
5432 (s_align_ptwo): Likewise.
5433 * config/obj-coff.c (write_object_file): Pass length to
5434 md_do_align.
5435 * config/tc-i386.h (md_do_align): Take new len parameter.
5436 * config/tc-m88k.h (md_do_align): Likewise.
5437 * config/tc-m88k.c (m88k_do_align): Likewise.
5438 * config/tc-sh.h (md_do_align): Likewise.
5439 * config/tc-sh.c (sh_do_align): Likewise.
5440 * doc/as.texinfo: Document new pseudo-ops.
5441
5442 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
5443 done in cvt_frag_to_fill.
5444
9addcbb1
ILT
5445 * config/tc-sh.h (sh_do_align): Declare.
5446 (md_do_align): Define.
5447 * config/tc-sh.c (sh_do_align): New function.
5448
c15ea23a
ILT
5449 * ecoff.c (ecoff_build_lineno): Don't try to store the address
5450 difference if the next address is before the current one.
5451
9e64486e
ILT
5452 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
5453 (archs): Initialize new field.
5454 (m68k_ip): Don't list alias names when listing CPUs which support
5455 an instruction.
5456
5457 * as.c (main): Call parse_args before read_begin.
5458 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
5459 front of generated pseudo-ops.
5460 * read.c (potable): Ignore "name".
5461 (s_app_file): Permit a single quote after the string, since one
5462 may appear in m68k MRI mode.
5463
1c9dbb83
ILT
5464 * configure.in: Check for --enable-shared. If linking against
5465 shared BFD and opcodes, fix library name on SunOS, and try to set
5466 -rpath reasonably.
5467 * configure: Rebuild.
5468
5469Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
5470
5471 * as.h (flag_m68k_mri): Declare.
5472 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
5473 * Many files: For MRI syntax that is specific to the m68k MRI
5474 assembler, check flag_m68k_mri rather than flag_mri or
5475 MRI_MODE_NEEDS_PSEUDO_DOT.
5476
dd1d79e8
ILT
5477Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
5478
f9e90c2e
ILT
5479 * config/tc-i960.c (ARCH_HX): Define.
5480 (arch_tab): Add HX.
5481 (targ_has_sfr): Handle ARCH_HX.
5482 (targ_has_iclass): Handle ARCH_HX.
5483 (tc_coff_fix2rtype): Add return 0 to avoid warning.
5484 (tc_headers_hook): If the architecture was specified explicitly,
5485 use it when setting the flags. Set the extern variable coff_flags
5486 rather than headers->filehdr.f_flags, since the latter is set
5487 unconditionally in obj-coff.c.
5488 (i960_handle_align): Remove unused variable fixp.
5489
dd1d79e8
ILT
5490 Support for building bfd and opcodes as shared libraries, based on
5491 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
5492 * configure.in: Set OPCODES and BFD to search directories.
5493 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
5494 * configure: Rebuild.
5495 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
5496 (LIBDEPS): New variable.
5497 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
5498 $(HLDFLAGS) in link.
5499 (check): Set LD_LIBRARY_PATH in the environment.
5500
5501Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
5502
5503 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
5504 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
5505 read-only, not read/write.
5506
e277d131
ILT
5507Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
5508
5509 * Makefile.in (INSTALL_XFORM): Remove -e.
5510
e24cf2b5
ILT
5511Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
5512
5513 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
5514 than comparing S_GET_SEGMENT to undefined_section.
5515 (write_object_file): Skip symbols which were equated to an
5516 undefined or common symbol.
5517 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
5518 S_IS_COMMON rather than comparing S_GET_SEGMENT to
5519 undefined_section.
5520 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
5521 or S_IS_COMMON call S_GET_VALUE.
5522 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
5523 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
5524 to an undefined or common symbol, convert the reloc to be against
5525 the target symbol.
5526 (obj_crawl_symbol_chain): Skip symbols which were equated to an
5527 undefined or common symbol.
5528 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
5529 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
5530 to an undefined or common symbol, convert the reloc to be against
5531 the target symbol.
5532 (obj_crawl_symbol_chain): Skip symbols which were equated to an
5533 undefined or common symbol.
5534 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
5535 S_IS_COMMON rather than comparing S_GET_SEGMENT to
5536 undefined_section.
5537 (yank_symbols): Skip symbols which were equated to an undefined or
5538 common symbol.
5539
4d9e33e4
ILT
5540Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
5541
9e396994
ILT
5542 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
5543 * config/obj-bout.h (S_IS_LOCAL): Likewise.
5544
4d9e33e4
ILT
5545 * configure.in: Make sure we only add m68k-parse.o to
5546 ${extra_objects} once, no matter how many m68k targets have been
5547 enabled.
5548 * configure: Rebuild.
5549
0ff513d9
SC
5550Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
5551
5552 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
5553 * configure: Rebuild.
5554
66b935da
ILT
5555Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
5556
c174fb5c
ILT
5557 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
5558 * doc/c-m68k.texi: Document .extend and .ldouble.
5559
66b935da
ILT
5560 * configure.in (m68*-apple-aux*): New target.
5561 * config/te-aux.h: New file.
5562 * config/obj-coff.c (compare_external_relocs): New static function
5563 if TE_AUX.
5564 (do_relocs_for): Sort relocs if TE_AUX.
5565 (fixup_segment): If TE_AUX, store common symbol value in segment.
5566 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
5567
30c2a08e
ILT
5568Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
5569
9e396994 5570 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
615c0a79 5571
30c2a08e
ILT
5572 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
5573 BSF_FUNCTION.
5574 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
5575 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
5576 symbol.
5577 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
5578 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
5579 an undefined symbol and the size of a function symbol.
5580 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
5581 for all common symbols.
5582
0e6f2f82
KR
5583Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
5584
5585 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
5586 scaling of index.
5587
5588 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
5589 m68k.
5590
8e3ff081
ILT
5591Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
5592
3e78d072
ILT
5593 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
5594 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
5595
8e3ff081
ILT
5596 * ecoff.c (localsym_t): Add addend field.
5597 (add_ecoff_symbol): Add addend argument. Change all callers.
5598 (coff_sym_value): Make static.
5599 (coff_sym_addend): New static variable.
5600 (ecoff_directive_def): Initialize coff_sym_addend.
5601 (ecoff_directive_val): Accept symbol + constant.
5602 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
5603 (ecoff_build_symbols): Include the addend in the symbol value.
5604
79edc846
KK
5605Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
5606
5607 * config/tc-ppc.c (md_assemble): Ignore overflow on
5608 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
5609
5610Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5611
5612 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
5613 bytes in size, so offset appropriately in big endian mode when
5614 writing the bottom 2 bytes.
5615
6cbc4e35
DE
5616Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
5617
5618 * config/tc-sparc.c (default_compatible): New static local.
5619 (md_begin): Initialize it. Rewrite warn_on_bump handling.
5620 (sparc_ip): If no architecture or -bump specified, don't mark as
5621 mismatched those in default_compatible.
5622
4fe0fddd
ILT
5623Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
5624
5625 SCO ELF support from Robert Lipe <robertl@arnet.com>:
5626 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
5627 * configure: Rebuild.
5628 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
5629 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
5630 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
5631 (sco_id): Declare if SCO_ELF.
5632
e70ad5d5
DE
5633Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
5634
5635 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
5636 ({max,warn_after}_architecture): New static locals.
5637 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
5638 If both architecture and -bump requested, set max_architecture to max.
5639 (sparc_md_end): Simplify.
5640 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
5641 Rewrite code to bump architecture and check for conflicts.
5642 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
5643 with Solaris assembler.
5644 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
5645 (md_show_usage): Update.
5646
a8248831
DE
5647Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
5648
5649 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
5650
6df07e7f
DE
5651Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
5652
5653 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
5654 #ifdef sparcv9 when choosing value.
5655 (ENV64): Delete.
5656 (md_end): Define.
5657 (sparc_md_end): Declare.
5658 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
5659 (initial_architecture): New static local.
5660 (can_bump_v9_p): Likewise.
5661 (NO_V9): Delete all occurrences.
5662 (sparc_md_end): New function.
5663 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
5664 Don't bump architecture to v9 unless can_bump_v9_p set.
5665 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
5666 * configure.in (sparc64 target cpu): Don't set obj_format here.
5667 (SPARC_V9): Renamed from sparcv9.
5668 (sparc64-*-elf*): Define SPARC_ARCH64.
5669 * configure: Regenerated.
5670 * acconfig.h (SPARC_V9): Renamed from sparcv9.
5671 (SPARC_ARCH64): Add.
7fcb3191 5672 * conf.in: Regenerated.
6df07e7f
DE
5673 * config/vmsconf.h: Update.
5674
c9c7c1d7
JSC
5675Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
5676
5677 * config/tc-mips.c (load_register): Optimise "dli" loads.
5678 (md_show_usage): add "-mcpu=vr4100" to help text.
16ce20d4 5679
07ce72c9
ILT
5680Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
5681
16ce20d4
ILT
5682 * symbols.c (resolve_symbol_value): If a symbol is equated to an
5683 undefined symbol, preserve the X_op of O_symbol.
5684 (S_GET_VALUE): Fix check to permit this case.
5685 * write.c (write_relocs): If a reloc is against an undefined
5686 symbol equated to another symbol, change the reloc to be against
5687 the latter symbol.
5688 * config/obj-coff.c (do_relocs_for): Likewise.
5689
07ce72c9
ILT
5690 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
5691 XMC_PR.
5692
d971d39e
MM
5693Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5694
5695 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
5696 computer is PowerPC.
5697
5698 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
5699
5700 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
5701 mentioned in the eabi.
5702
0291f0f5
KK
5703Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
5704
5705 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
5706 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
5707
c682be53
MM
5708Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5709
5710 * config/tc-ppc.c (mapping): Add more relocation suffixes.
5711
ee4fdbb9
MM
5712Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5713
5714 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
5715 as a section it is ok to have unadorned -mrelocatable pointers in.
5716
5717Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
747b98fe
MM
5718
5719 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
5720 #ifdef OBJ_ELF.
5721
f99d287b
MM
5722Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5723
5724 * config/obj-elf.c (obj_elf_section): Add hooks so machine
5725 dependent section attributes can be handled.
5726
5727 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
5728 macros to add support for exclude section flag and ordered section
5729 type.
5730
5731 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
5732 functions to add support for exclude section flag and ordered
5733 section type.
5734
347a705b
ILT
5735Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
5736
2a4e49a9
ILT
5737 * subsegs.c (section_symbol): Don't try to look up the section
5738 symbol in the hash table. It should be possible to have a symbol
5739 with the same name as a section, but no connection to it.
5740
d9f4dec1
ILT
5741 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
5742 From James Carlson <carlson@xylogics.com>.
5743
347a705b
ILT
5744 * expr.c (operand): Skip whitespace after a close parenthesis.
5745 From James Carlson <carlson@xylogics.com>.
5746
10c8c95e
JW
5747Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
5748
5749 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
5750 as_warn_where for relocation overflow.
347a705b
ILT
5751 (parse_reg): Accept register name only if next character is
5752 not alphanumeric.
10c8c95e 5753
cb844314
JL
5754Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
5755
5756 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
5757 addresses for static variables.
5758
36cb0e7c
MM
5759Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5760
5761 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
5762 and xgot give the old toc16 relocation.
5763 (md_apply_fix3): Support all GOT relocations.
5764
5e69b693
ILT
5765Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
5766
5767 * config/tc-mips.c (load_address): Correctly handle a constant in
5768 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
5769
29861dd0
C
5770Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5771
5772 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
5773 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
5774 (build_Mbytes): Handle REG_B.
5775
432b8fa8
ILT
5776Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
5777
5778 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
5779
ee68a042
RJ
5780Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
5781
5782 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
5783
b14630f2
ILT
5784Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
5785
5786 * config/obj-coff.c (write_object_file): Set the s_align field to
5787 the number of bytes, rather than to the power of 2.
5788
4a3d48fc
ILT
5789Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
5790
5791 * Makefile.in (DISTCLEAN_HERE): New variable.
5792 (distclean): Use it.
5793 (maintainer-clean): Depend upon clean-here rather than clean,
5794 distclean, and clean-info. Run make maintainer-clean in doc.
5795 Remove files listed in DISTCLEAN_HERE.
5796 * doc/Makefile.in (maintainer-clean realclean): Split out from
5797 distclean. Depend upon clean-info and distclean.
5798
7e5e83cf
SS
5799Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
5800
5801 * mac-as.r: Fix copyright and version strings.
5802 (cfrg): Use PROG_NAME instead of literal name.
5803
1b10f50d
ILT
5804Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
5805
5806 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
5807 call it.
5808 * config/tc-a29k.h (tc_unrecognized_line): Define.
5809 * config/tc-a29k.c (a29k_unrecognized_line): New function.
5810 (md_operand): Handle a29k style local dollar labels.
5811
2f3bbb1b
ILT
5812Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
5813
5814 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
5815
624c91d1
KR
5816Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
5817
5818 * read.c (s_fill): If md_flush_pending_output is defined, call
5819 it.
5820
9e4b3a23
KR
5821Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
5822
5823 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
5824 Treat rs_align_code like rs_align.
5825
3554987a
DE
5826Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
5827
5828 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
5829 converting an absolute address into a PC-relative one.
5830
90f543f6
SS
5831Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
5832
5833 * mpw-config.in: Don't always use te-generic.h for emulation.
5834 (powerpc-apple-macos): Use emulation te-macos.h.
90f543f6
SS
5835 * mpw-make.sed (install, install-only): Edit in Mac-specific
5836 install procedure.
5837
d4c8a45e
ILT
5838Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
5839
2eec8710
ILT
5840 * configure.in: Improve message about unsupported ELF targets.
5841 * configure: Rebuild.
5842
d4c8a45e
ILT
5843 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
5844 pattern is zero. From Manfred Hollstein.
5845
531a1af2
KK
5846Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
5847
5848 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
5849 the various idata sections, we check the name on the .section pseudo.
5850
464070de
ILT
5851Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
5852
5853 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
5854 add section's paddr to add_number; compatibility to native as and
5855 ld forbids.
5856
6a087325
KR
5857Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
5858
9d5aef80
KR
5859 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
5860
ac9ef8ee
KR
5861 * hash.c (struct hash_entry): Moved here...
5862 * hash.h (struct hash_entry): ...from here.
5863
6a087325
KR
5864 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
5865 if it's already known to be null.
5866
77fa4d98
MM
5867Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
5868
5869 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
5870 bit relocs converted to PC relative relocs. This turned out to
5871 add the offset from the beginning of .text twice.
5872
c6e4e834
KR
5873Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
5874
5875 * stabs.c (s_stab_generic): In 's' case, free string from
5876 obstack.
5877
5878 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
5879 sy_name_offset.
5880 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
5881 Ditto.
5882
5883 * subsegs.h (segment_info_type): Make bitfields unsigned.
5884
5885 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
5886 and move them together. On most systems this will reduce the
5887 structure size by one word.
5888 (operatorT): Define O_max.
5889 * expr.c (expr_begin): Verify that X_op is wide enough to hold
5890 O_max.
5891
5892 * read.c (pop_insert): Print error returned by hash table
5893 insertion code.
5894
5895 * as.c (dump_statistics): Split out from main; dump some hash
5896 table stats and target-specific stats.
5897 (start_time): No longer automatic to main.
5898 (main): Set file-level start_time and call dump_statistics at
5899 exit. Exit by calling xexit.
5900 (show_usage): Make --statistics description less specific.
5901 * subsegs.c (subsegs_print_statistics): New function.
5902 * write.c (write_print_statistics): New function.
5903 (n_fixups): New static variable.
5904 (fix_new_internal): Increment it.
5905 * read.c (read_print_statistics): New function.
5906 * read.h (read_print_statistics): Declare.
5907 * symbol.c (symbol_print_statistics): New function.
5908 * symbol.h (symbol_print_statistics): Declare.
5909 * hash.c (hash_print_statistics): New function.
5910 * hash.h (hash_print_statistics): Declare.
5911 * config/tc-i386.c (i386_print_statistics): New function.
5912 * config/tc-i386.h (i386_print_statistics): Declare.
5913 (tc_print_statistics): New macro.
5914 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
5915 exit.
5916
5917 * hash.c (DELETED): Rewrite to use a valid but unique address.
5918 (START_POWER): Reduce to 10.
5919 (enum stat_enum): New enumerator, replacing STAT_* index macros.
5920 Add new values for counting strcmp calls.
5921 (GROW_FACTOR): New macro.
5922 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
5923 of nesting blocks.
5924 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
5925 (hash_new): Use FULL_VALUE.
5926 (struct hash_control): Definition moved here.
5927 (hash_code): Don't mask to low bits.
5928 (hash_ask): Mask returned hash code here. Check hash value before
5929 calling strcmp; count strcmp calls.
5930 * hash.h (struct hash_control): Declare, don't define, here.
5931 (HASH_STATLENGTH): Deleted.
5932 (struct hash_entry): Add field for hash code.
5933 (hash_say, hash_apply): Don't declare.
5934
5935 * hash.c (destroy): Return void.
5936 (applicatee): Ditto.
5937 (main): Fix declarations.
5938 (hash_apply): Return void. Argument `function' returns void. Put
5939 inside "#ifdef TEST".
5940 (hash_say): Define only if TEST is defined.
5941 * hash.h (hash_apply, hash_say): Declarations deleted.
5942
6a4667f4
ILT
5943Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
5944
5945 * configure: Rebuild with autoconf 2.7.
5946
330add8a
ILT
5947Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
5948
5949 * aclocal.m4 (AC_PROG_CC): Remove local definition.
5950 * configure: Rebuild with autoconf 2.6.
5951
520dd8d5
ILT
5952Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
5953
5954 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
5955 (ppc_stabx): Don't increment ppc_debug_name_section_size.
5956 (ppc_bc): Likewise.
5957 (ppc_frob_file): Remove.
5958 * config/tc-ppc.h (tc_frob_file): Don't define.
5959 (ppc_frob_file): Don't declare.
5960
880b7429
KR
5961Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
5962
d6c4a3fa
KR
5963 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
5964 * config/alpha-opcode.h: Include one-operand variants of jmp and
5965 jsr.
5966
880b7429
KR
5967 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
5968 with te-delta.h in 8.3 file systems.
5969 * configure.in: Adjusted.
5970
aa8a6656
ILT
5971Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
5972
880b7429
KR
5973 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
5974
aa8a6656
ILT
5975 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
5976 number.
5977 * expr.c (operand): Handle MRI suffixes after unadorned 0.
5978
7b889f5e
KR
5979Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
5980
da9b55af
KR
5981 Version 2.6 released.
5982 * Makefile.in (VERSION): Updated to 2.6.
5983
7b889f5e
KR
5984 * config/obj-coff.c (write_object_file): Change use of md_do_align
5985 to pass a pointer rather than a fill value, to match other uses.
5986
46618ae6
KR
5987Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
5988
7b889f5e
KR
5989 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
5990
46618ae6
KR
5991 * as.c (main): Move md_end call to just after call to
5992 perform_an_assembly_pass. Delete cpu-specific code here.
5993 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
46618ae6
KR
5994 * config/tc-arm.c (md_end): Unused function deleted.
5995 * config/tc-ns32k.c (md_end): Ditto.
5996
5997 * config/tc-i386.c (i386_align_code): New function, moved here
5998 from HANDLE_ALIGN macro.
5999 * config/tc-i386.h (HANDLE_ALIGN): Call it.
6000
6001 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
6002
6003 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
6004 before comparing
6005
6006 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
6007
6008 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
6009 multi-byte nops to avoid changing gcc. The necessary gcc change
6010 might break old assemblers.
6011
6012 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
6013
6014 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
6015 generate optimal multi-byte nop instructions for ".align n"
6016 ".align n,0x90", and aligns requiring more than 15 bytes of
6017 padding still generate multiple 0x90's as before.
6018
6019Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
6020
6021 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
6022
51bc513e
SS
6023Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
6024
6025 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
6026 * configure: Update.
6027 * mpw-make.sed: Reorder commands to make sed happier.
6028 * config/te-macos.h: New file.
6029 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
6030
8b39c5df
JL
6031Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
6032
6033 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
6034 conditional branches.
6035 (md_apply_fix): Likewise.
6036
6037Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
6038
6039 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
6040 generate a reloc which the linker will not handle correctly. Fix
6041 overflow checking--R_IREL is 18 bits, not 17.
6042
6a649eda
ILT
6043Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
6044
a071b8e9
ILT
6045 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
6046 from a PC relative reloc if TC_A29K.
6047
6048 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
6049 code depends upon it.
6050
6a649eda
ILT
6051 * config/tc-a29k.c (md_operand): Handle $float, $double, and
6052 $extend. Based on code from Eric Freudenthal
6053 <freudenthal@nyu.edu>.
6054 * config/tc-a29k.h (LEX_DOLLAR): Define.
6055 * read.c (LEX_DOLLAR): Define if not defined.
6056 (lex_type): Use LEX_DOLLAR.
6057
6364a188
ILT
6058Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
6059
6060 * configure.in (a29k-nyu-sym1): New target, just like other a29k
6061 targets.
6062
0fa6f8f6
ILT
6063Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
6064
6065 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
6066
6067Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
6068
6069 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
6070 used only by "dlltool.c".
6071
eec2cfef
ILT
6072Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
6073
6074 * config/tc-alpha.c: Undefine inline if not __GNUC__.
6075 (md_pseudo_table): Don't define "extern".
6076
df7504dc
ILT
6077Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
6078
a3d1c561
ILT
6079 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
6080
df7504dc
ILT
6081 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
6082
07d012f6
ILT
6083Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
6084
36e80ac6
ILT
6085 * macro.c (macro_expand_body): Don't warn about == with a
6086 nonexistent parameter, in case it is in a comment field.
6087
07d012f6
ILT
6088 * as.c (main): On TC_A29K, call macro_init with macro_alternate
6089 set to 1.
6090 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
6091 set, even if macro_alternate is set.
6092 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
6093 (sub_actual): If macro_strip_at, and kind is '@', don't look up
6094 the token unless it ended in '@'.
6095 * config/tc-a29k.c (line_separator_chars): Remove '@'.
6096 * doc/c-a29k.texi: Document macro usage on A29K.
6097
01f108bc
ILT
6098Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
6099
6100 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
6101 signed word.
6102 (install_operand): Likewise.
6103
6104 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
6105
6106Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
6107
6108 * configure.in (m88k-motorola-sysv*): New target.
6109 * configure: Rebuild.
6110 * config/te-delta88.h: New file.
6111 * config/obj-coff.c (write_object_file): Use md_do_align if it is
6112 defined.
6113 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
6114 (md_do_align): Define.
6115 * config/tc-m88k.c: Include "subsegs.h".
6116 (m88k_do_align): New function.
6117
6118 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
6119 (COFF_NOLOAD_PROBLEM): Define.
6120 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
6121
7954cc14
KR
6122Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
6123
6124 * config/tc-i386.c (md_assemble): For a jump instruction with
6125 non-constant target, require 7 available bytes in the current
6126 frag, not 6.
6127
d033806f
FF
6128Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
6129
6130 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
6131 bfd/libelf.h.
6132
d7b2038f
ILT
6133Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
6134
6135 * configure.in (alpha-*-linux*): Use ecoff.
6136 * configure: Rebuild.
6137 * ecoff.c (ecoff_directive_extern): New function.
6138 (ecoff_directive_weakext): New function.
6139 (ecoff_build_symbols): Handle weak symbols.
6140 (ecoff_setup_ext): Likewise.
59c80ca2 6141 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
6142 * ecoff.h (ecoff_directive_extern): Declare.
6143 (ecoff_directive_weakext): Declare.
6144 * symbols.c (S_IS_WEAK): New function.
6145 * symbols.h (S_IS_WEAK): Declare.
6146 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
6147 "weakext".
6148 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
6149 (s_extern): Remove.
6150
cbdf59ad
ILT
6151Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
6152
b629f627
ILT
6153 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
6154
7ab1edc8
ILT
6155 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
6156 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
6157 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
6158 * config/obj-coff.c (coff_frob_symbol): Don't call
6159 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
6160 one. If OBJ_XCOFF, try to figure out whether the symbol is going
6161 to be dropped.
6162
31751d9d
ILT
6163 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
6164 (ppc_stab_symbol): New static variable.
6165 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
6166 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
6167 sy_tc.real_name to the stab string.
6168 (ppc_bc, ppc_ec): New static functions.
6169 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
6170 do anything.
6171 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
6172 suffix.
0e3dd9a0
ILT
6173 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
6174 entries.
31751d9d 6175
cbdf59ad
ILT
6176 * input-scrub.c (input_scrub_push): Reset sb_index.
6177
91123dbe
ILT
6178Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
6179
6180 * listing.c (listing_newline): Don't create a frag in the absolute
6181 section.
6182
73255941
ILT
6183Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
6184
df72d2a5
ILT
6185 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
6186 (ppc_csect): Move most of the code to ppc_change_csect, and call
6187 it.
6188 (ppc_change_csect): New static function, taken from ppc_csect.
6189 (ppc_section): New static function.
6190 (ppc_saw_abs): New static varable.
6191 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
6192 a symbol has no csect.
6193 (ppc_adjust_symtab): New function.
6194 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
6195 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
6196
6197 * write.c (write_object_file): If tc_adjust_symtab is defined,
6198 call it just before the call to obj_adjust_symtab.
6199
73255941
ILT
6200 * symbols.c (symbol_find_or_make): Change name to be const.
6201 * symbols.h (symbol_find_or_make): Update declaration.
6202
9bfaf1b9
KR
6203Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
6204
6205 * doc/as.texinfo (Align): Mention SH.
6206 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
6207 .align value.
6208 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
6209 (Z8000 Directives, even): Don't give numeric align value, instead
6210 explain behavior.
6211
ae143278
DE
6212Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
6213
6214 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
6215 instruction.
6216
270433cc
PB
6217Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
6218
6219 * Makefile.in (diststuff): Also make info.
6220 (maintainer-clean realclean): Also make clean-info.
6221
18a11401
JL
6222Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
6223
6224 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
6225 (pa_subspace): For ".nsubspa", always create a new subspace
6226 with the given attributes, even if one already exists with the
6227 same name.
6228
96fe71e1
MM
6229Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6230
6231 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
6232 TC_FORCE_RELOCATION, taking an additional section argument. If
6233 the section of the target symbol is not the same as the current
6234 section, always force the relocation to be used.
6235 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
6236
6237 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
6238 md_pcrel_from function, taking an additional section argument.
6239 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
6240
6241 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
6242 older TC_FORCE_RELOCATION if not defined.
6243 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
6244 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
6245 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
6246 TC_FORCE_RELOCATION.
6247
1d75481b
KR
6248Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
6249
6250 * input-scrub.c (as_where): Set name to null pointer if we don't
6251 have a file name.
6252 * messages.c (identify): Only print filename if non-null.
6253 (as_show_where): Ditto, for line number too.
6254 (as_warn_internal, as_bad_internal): Ditto.
6255
6256 * input-file.c (input_file_open): If the input file can't be
6257 opened, consider it an error.
6258
c625fc23
JSC
6259Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
6260
6261 * config/tc-mips.c: Added mips_4100 control, and support for
6262 accepting the 4100 as a MIPS architecture variant (md_begin,
6263 macro_build, mips_ip, md_parse_option). Adding suitable
6264 command-line OPTIONs, and updating the help text (md_show_usage).
6265
dd1a5316
KR
6266Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
6267
c625fc23
JSC
6268 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
6269 BFD_ASSEMBLER is defined.
6270
3366a224
KR
6271 * Use one active frag and one obstack per frag chain:
6272 * frags.c (frags): Variable deleted.
6273 (frag_alloc): New function.
6274 (frag_grow, frag_more, frag_variant, frag_now_fix,
6275 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
6276 frags variable.
6277 (frag_new): Ditto. Verify that frch_last and frag_now match on
6278 entry and exit, and that old frag_now has non-zero type. Replace
6279 "know" uses with "assert". Use frag_alloc instead of mucking with
6280 obstack alignment.
6281 * frags.h (frags): Declaration deleted.
6282 * subsegs.h (struct frchain): Add new field frch_frag_now.
6283 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
6284 variables.
6285 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
6286 give it any stricter alignment than frchainS structures need. Do
6287 not initialize frags obstack. Set frag_now to point to
6288 dummy_obstack. Initialize absolute_frchain.
6289 (subseg_set_rest): Save and restore frag_now in frch_frag_now
6290 field of frchainS. Don't create new frags on section switch, and
6291 use frag_alloc when creating a new frag chain. For absolute
6292 section, set frchain_now to absolute_frchain. Verify that
6293 frch_last and frag_now match on entry and exit. Initialize
6294 per-chain obstack, and under gcc, set required alignment to that
6295 needed by fragS structure.
c625fc23 6296
3366a224
KR
6297 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
6298
6299 * stabs.c (get_stab_string_offset): Only copy input string if a
6300 fresh copy is needed, not if the section already exists.
6301 (s_stab_generic): Cache stab section name to bypass lookups, since
6302 usually it will match. Could be made faster still by changing the
6303 memory allocation rules.
6304 (s_xstab): Cache section name to bypass repeated string
6305 allocation.
6306
6307 * frags.c (frag_new): Deleted register declarations.
6308
6309 * listing.c (frag_now): Don't declare.
6310
6311 * as.c (chunksize): New variable.
6312 (debug_memory): New variable.
6313 (main): If debug_memory is set, reduce chunksize and
6314 _bfd_chunksize.
6315 * as.h (chunksize): Declare it.
6316 * read.c (read_begin): Use it.
6317
de5ebe2e
KR
6318 * config/tc-alpha.c (md_shortopts): Include 'g'.
6319 (md_parse_option): Ignore it.
6320
dd1a5316
KR
6321 * Makefile.in (distclean): Remove Makefile and config.status from
6322 testsuite directory.
6323 (clean-here): Don't delete testsuite. Instead, delete only the
6324 files within it that would be generated by running tests.
6325
de5ebe2e
KR
6326 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
6327 frag_now_fix instead of accessing obstack info directly.
6328 * config/tc-arm.c (s_ltorg): Ditto.
6329 (md_assemble): Ditto.
6330
6331 * config/tc-i386.c (md_assemble): Call frag_grow instead of
6332 obstack_room.
6333
625f4e48
KR
6334Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
6335
6336 * stabs.c (aout_process_stab): Insert debug symbol into symbol
6337 chain after parsing value expression, if any, to avoid separating
6338 continued .stabs lines.
6339
33a8c1b6
ILT
6340Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
6341
6342 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
6343 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
6344
b6b8f911
MM
6345Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
6346
625f4e48
KR
6347 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
6348 -mcom support and PPC_OPCODE_ANY for -many.
6349 (md_parse_option): Ditto.
6350 (ppc_arch): Ditto.
6351 (md_begin): For duplicate instructions, print all duplicates
6352 before aborting.
b6b8f911 6353
4c2935f4
MM
6354Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
6355
6356 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
6357 common mode operation.
6358 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
6359
6360Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
6361
6362 * expr.c (op_rank): Add O_symbol_rva.
6363 * expr.h (operatorT): Add O_symbol_rva.
6364 * read.c (cons_worker): Set O_symbol_rva when necessary.
6365 * write.c (fix_new_exp): Understand O_symbol_rva.
6366
7db865dc
ILT
6367Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
6368
6369 * config/tc-mips.c: Correct s_cons arguments. From Michael
6370 Joosten <joost@ori.cadlab.de>.
6371
1b13e6fc
ILT
6372Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
6373
6374 * config/tc-ppc.c (ppc_macro): Make count unsigned.
6375 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
6376 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
6377 the fix_line field.
6378 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
6379 make non-static. Change all users.
6380 * config/obj-coff.h (coff_n_line_nos): Declare.
6381
9e3e3d4c
KR
6382Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
6383
6384 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6385
6386 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
6387
6388 * config/obj-elf.c (obj_elf_common): Convert specified byte
6389 alignment to power of two. Set size of local bss symbol.
6390
6391 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
6392
13a6c753
ILT
6393Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
6394
6395 * sb.c, macro.c: Decide whether to include <string.h> or
6396 <strings.h> just as as.h does.
6397
a75aafcd
DE
6398Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
6399
6400 * Makefile.in (site.exp): Fix setting of $srcdir.
6401
6402 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
6403 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
6404 all coff targets.
a75aafcd 6405
d89861c7
KR
6406Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
6407
4d2ba393
KR
6408 * doc/as.texinfo: Split out the NS32k family documentation,
6409 despite its being commented out for now.
6410 * doc/c-ns32k.texi: New file.
6411
2c5eb48d
KR
6412 * sb.c, macro.c: Include string.h.
6413
6b0a6eaa
KR
6414 * Makefile.in (comparison): Only check *.o; we don't care if
6415 timestamps inserted by the native linker differ.
6416
d89861c7
KR
6417 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
6418 if alignment stricter than 4 bytes is requested; in that case,
6419 align to a 4-byte boundary first.
6420
70aeac05
KR
6421 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
6422
6423 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
6424 uninitialized" warning for `Max_Source_Offset'.
6425
eaaa2a42
KK
6426Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
6427
6428 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
6429 qualifiers and detect errors if present.
6430 (md_assemble): Add call to parse_toc_entry. Also added some support
6431 for the [tocv] qualifier.
6432 (ppc_pe_tocd): New function to support data in the toc section.
6433
cd557d83
ILT
6434Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
6435
6436 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
6437 an absolute symbol.
6438
42ac8fa8
ILT
6439Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
6440
01f108bc 6441 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
6442 +65535, so ~VAL will not be rejected.
6443
42ac8fa8
ILT
6444 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
6445 skip characters after the pseudo-op.
6446 (s_else): Likewise.
6447 * read.c (get_line_sb): Don't look past buffer_limit.
6448 (s_include): In MRI mode, skip characters after the file name.
6449
eef66934
ILT
6450Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
6451
6452 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
6453 periods in register names.
6454
cdc49cba 6455For older changes see ChangeLog.1.
This page took 0.881061 seconds and 4 git commands to generate.