* configure.tgt: Add i[345]86-*-freebsdelf* target; from John
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
2ae5f50b
ILT
1Fri Apr 5 14:29:23 1996 Ian Lance Taylor <ian@cygnus.com>
2
3 * configure.in: Add i386-*-freebsdelf* target; from John Polstra
4 <jdp@polstra.com>.
5 * configure: Rebuild.
6
54ea771f
JSC
7Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
8
9 * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
10 be accessed using the $gp register.
11 * config/tc-mips.h (MAX_GPREL_OFFSET): Added.
12
65b12103
DE
13Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com>
14
15 * config/tc-sparc.c (sparc_md_end): Set bfd machine number to
16 bfd_mach_sparc_sparclet if current_architecture is sparclet.
17
2271578d
ILT
18Mon Apr 1 16:55:44 1996 Ian Lance Taylor <ian@cygnus.com>
19
20 * read.c (get_line_sb): Bump line counters based on
21 input_line_pointer[-1], not *input_line_pointer. Don't bother to
22 call LISTING_NEWLINE.
23 (s_macro): Don't call demand_empty_rest_of_line.
24 * app.c (do_scrub_chars): When handling C style comments, unget
25 ch2 rather than ch.
26
7d3741ed
ILT
27Fri Mar 29 16:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
28
29 * read.h (enum linkonce_type): Define.
30 (s_linkonce): Declare.
31 * read.c (potable): Add "linkonce".
32 (s_linkonce): New function.
33 * subsegs.h (segment_info_type): Add linkonce field to
34 MANY_SEGMENTS && ! BFD_ASSEMBLER section.
35 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
36 (obj_coff_pe_handle_link_once): Declare if TE_PE.
37 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
38 "coff/pe.h".
39 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
40 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
41 entry based on the linkonce field in segment_info.
42 * doc/as.texinfo: Document .linkonce.
43
0c203340
C
44Fri Mar 29 11:31:27 1996 J.T. Conklin (jtc@lisa.cygnus.com)
45
46 * doc/as.1: Changed to be recognized by catman -w on Solaris.
47
867a58b3
ILT
48Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com>
49
3197da91
ILT
50 * stabs.c (s_stab_generic): Call the listing functions before
51 doing the rest of the processing, which may involve freeing the
52 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
53 SEPARATE_STAB_SECTIONS case.
54
3c071b9f
ILT
55 * config/tc-hppa.c: Remove nested comment.
56 (tc_gen_reloc): Move label done inside the ifdef in which it is
57 used.
58 (md_apply_fix): Pass pointers to correct types to libhppa.h
59 functions. Always return a value.
60
867a58b3
ILT
61 * config/tc-mips.h (tc_frob_file): Define.
62 (mips_frob_file): Declare.
63 * config/tc-mips.c (struct mips_hi_fixup): Define.
64 (mips_hi_fixup_list): New static variable.
65 (imm_unmatched_hi): New static variable.
66 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
67 offset_reloc. Pass imm_unmatched_hi to append_insn.
68 (append_insn): Add unmatched_hi parameter. If it is set, add the
69 new fixup to mips_hi_fixup_list. Change all callers.
70 (mips_ip): Set imm_unmatched_hi when appropriate.
71 (mips_frob_file): New function.
72
d0352cbb
DE
73Thu Mar 28 11:47:59 1996 Doug Evans <dje@canuck.cygnus.com>
74
75 * configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
76 * configure: Regenerated.
77
4f74c042
ILT
78Tue Mar 26 18:19:12 1996 Ian Lance Taylor <ian@cygnus.com>
79
80 * as.c (main): Call bfd_set_error_program_name.
81
5ba7c0be
ILT
82Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com>
83
c7a89bde
ILT
84 * as.h (strdup): Don't declare.
85 * stabs.c: Include libiberty.h
86 (get_stab_string_offset): Use xstrdup rather than strdup.
87 (s_stab_generic): Likewise.
88 * as.c (parse_args): Likewise.
89 * read.c (s_mri_sect): Likewise.
90
5ba7c0be
ILT
91 * gasp.c (change_base): Recognize \(...) construct documented to
92 pass through enclosed characters literally through to the output.
93 (process_assigns): Likewise. Also, be more careful to avoid
94 looking past the end of the buffer.
95
96Thu Mar 21 13:18:43 1996 Ian Lance Taylor <ian@cygnus.com>
97
98 * config/tc-i386.c (md_parse_option): If OBJ_ELF, ignore -k for
99 FreeBSD compatibility. From John Polstra <jdp@polstra.com>.
100
d1f38e13
ILT
101Wed Mar 20 18:13:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
102
103 * doc/as.texinfo, doc/c-i960.texi: Fix typos.
104
649d87fe
ILT
105Wed Mar 20 17:05:16 1996 David Mosberger-Tang <davidm@azstarnet.com>
106
107 * config/alpha-opcode.h: Added cvtst instruction.
108
975def01
ILT
109Mon Mar 18 13:12:46 1996 Ian Lance Taylor <ian@cygnus.com>
110
111 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stab
112 string. Extract the addend from the result of expression.
113
fde6018a
ILT
114Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com>
115
116 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
117 LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
118 mode, change the state to 3 rather than 1.
119
ee0f488d
ILT
120Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
121
122 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to
123 correspond to 11 March change.
124
9da28504
JL
125Thu Mar 14 15:27:10 1996 Jeffrey A Law (law@cygnus.com)
126
127 * config/tc-h8300.c (build_bytes, MEMIND case): Generate
128 an R_MEM_INDIRECT reloc rather than R_RELBYTE.
129
ea2488ad
ILT
130Tue Mar 12 12:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
131
132 * configure: Rebuild with autoconf 2.8.
133
8fee8bf3
ILT
134Mon Mar 11 18:57:12 1996 Ian Lance Taylor <ian@cygnus.com>
135
136 * config/atof-ieee.c (gen_to_words): Improve handling of
137 X_PRECISION numbers. Based on patches from Andreas Schwab
138 <schwab@issan.informatik.uni-dortmund.de>.
139
a31c2bc7
SC
140Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
141
142 * as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
143 (SEG_LAST): New.
144 * subsegs.c (MANY_SEGMENTS): Increase segment limit.
145 * obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
146 (do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
147 crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
148 SEG_E9.
149
150Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
151
152 * config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
153
73578b1e
JL
154Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
155
156 * config/tc-hppa.c (SUBSEG_MILLI): Define.
157 (pa_def_subspaces): Add $MILLICODE$.
158 (pa_spaces_begin): Set section flags for $MILLICODE$.
159
0c27542f
ILT
160Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
161
6b8ed20d
ILT
162 * config/obj-elf.c (obj_elf_section): Only SEC_LOAD if the type is
163 not SHT_NOBITS. Don't tamper with flags based on type if a
164 special section was found (revert Feb 29 change).
165
0c27542f
ILT
166 * config/tc-sh.c (sh_do_align): Only align using the nop pattern
167 if aligning to a longword boundary or greater.
168
6a413d6f
JW
169Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
170
171 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
172
4b295517
SC
173Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
174
175 * configure.in (i386-*-cygwin32): Don't use bfd_gas.
176 * configure: Regenerated.
177
eff5fcda
JL
178Mon Mar 4 10:13:06 1996 Jeffrey A Law (law@cygnus.com)
179
421e2c27
JL
180 * config/tc-hppa.c: Add default definitions for R_N0SEL and
181 R_N1SEL since they're not defined for old versions of hpux.
182
eff5fcda
JL
183 * config/tc-hppa.c (tc_gen_reloc): Fix typo in R_COMP2 code.
184 Set "sym_ptr_ptr" and "addend" fields to dummy values for
185 R_N0SEL and R_N1SEL.
186
bb1013d9
ILT
187Fri Mar 1 10:20:52 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
188
d197a7ab
ILT
189 * flonum-konst.c: Add two more constants for 1e+-2048 and
190 1e+-4096, and correct the other constants.
191
bb1013d9
ILT
192 * symbols.c (resolve_symbol_value): Handle O_logical_not.
193
30510276
MM
194Thu Feb 29 13:58:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
195
196 * config/obj-elf.c (obj_elf_section): Allow predefined section
0d8405e8 197 types to set the nobits type. Avoid a shadowed declaration.
30510276 198
75c90d61
JL
199Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
200
24b216e1
JL
201 * config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
202 reduce relocs using e_nlrsel field selectors.
203
75c90d61
JL
204 * write.c (fix_new_exp): Don't use #elif. Some compilers
205 don't handle it.
83b59013
JL
206
207 * config/tc-hppa.c (selector_table): Add "n", "nl", and "nlr" to
208 the selector table.
209 (pa_chk_field_selector): Handle new field selectors for SOM.
210
535cfd0f
ILT
211Tue Feb 27 14:42:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
212
213 * configure.in (m68k-*-linux*aout*, m68k-*-linux*): New targets.
214 * configure: Rebuild.
215 * config/te-linux.h (LOCAL_LABELS_FB): Define.
216 * config/tc-m68k.h (TARGET_FORMAT) [TE_LINUX]: Define to
217 "a.out-m68k-linux".
218 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX
219 is defined.
220
d214421e
SS
221Mon Feb 26 18:58:58 1996 Stan Shebs <shebs@andros.cygnus.com>
222
223 * mpw-make.sed: Update to handle shared library support.
224
110b814d
DE
225Mon Feb 26 10:34:10 1996 Doug Evans <dje@charmed.cygnus.com>
226
227 * config/tc-sparc.c (sparc_ip): Print all architectures that support
228 the insn on mismatch.
229
805e36ab
RS
230Fri Feb 23 21:44:39 1996 Rob Savoye <rob@chinadoll.cygnus.com>
231
232 * configure.in: Add support for a29-coff.
233 * configure: Rebuild.
234
e41ab2a6
ILT
235Thu Feb 22 16:39:43 1996 Ian Lance Taylor <ian@cygnus.com>
236
101a2346
ILT
237 * config/tc-sh.c (sh_coff_frob_file): Don't consider the address
238 of the section when looking for the R_SH_USES fixup, because the
239 frag addresses have not yet been adjusted.
240
940c413f
ILT
241 * gdbinit.in: Set a breakpoint on as_warn_where.
242
e41ab2a6
ILT
243 * config/tc-mips.c (macro): Add missing arguments to macro_build
244 omitted in last change. From Jim Wilson <wilson@cygnus.com>.
245
c6016ce2
ILT
246Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com>
247
248 * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
249 if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
250
b32fbe07
DE
251Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com>
252
253 * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8.
254
2e5e6879
DE
255Tue Feb 20 21:48:03 1996 Doug Evans <dje@charmed.cygnus.com>
256
257 * config/tc-sparc.c (parse_keyword_arg): Accept leading '%'.
258 (sparc_ip): Accept %asr[1..31] for v8 and %asr[%16..31] for v9.
259 Recognize [uU] format args as sparclet cpregs.
260
8a2e1fdd
ILT
261Tue Feb 20 22:25:55 1996 Ian Lance Taylor <ian@cygnus.com>
262
263 * config/tc-sh.c (sh_handle_align): Don't emit R_SH_ALIGN relocs
264 in bss_section.
265
21965655
ILT
266Mon Feb 19 14:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
267
268 * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): Check S_IS_WEAK as
269 well as S_IS_EXTERNAL.
270 (tc_fix_adjustable): Likewise.
271 * config/tc-sparc.c (md_apply_fix): In OBJ_ELF case, check for
272 S_IS_WEAK as well as S_IS_EXTERNAL when deciding whether to return
273 early.
274 (tc_gen_reloc): Check S_IS_WEAK as wel as S_IS_EXTERNAL when
275 deciding whether to convert BFD_RELOC_32_PCREL_S2 if PIC.
276
d8b42b96
DE
277Mon Feb 19 02:15:57 1996 Doug Evans <dje@charmed.cygnus.com>
278
279 * config/tc-sparc.c (max_architecture): Change to sparclite for
280 32 bit arch.
281 (default_compatible): Delete.
282 (sparc_ffs): New function.
283 (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
284 (sparc_ip): Rewrite architecture match and bump logic.
285
7925f4d4
ILT
286Sun Feb 18 15:03:50 1996 Ian Lance Taylor <ian@cygnus.com>
287
288 * configure.in: Check for 'do not mix' from native linker before
289 trying to use -rpath.
290 * configure: Rebuild.
291
ef2074c2
ILT
292Fri Feb 16 16:53:31 1996 Ian Lance Taylor <ian@cygnus.com>
293
294 * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
295 (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
296 (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
297 * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
298 is set.
299 (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
300 to the symbol lnnoptr field, to get the correct file offset.
301
28910c57
MM
302Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
303
304 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
305 symbols that are not function, file, or section symbols to be
306 object types.
307
7c2fadd1
ILT
308Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
309
1a2f3c3f
ILT
310 * configure: Set and substitute RPATH_ENVVAR.
311 * configure: Rebuild.
312 * Makefile.in (RPATH_ENVVAR): New variable.
313 (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
314
7c2fadd1
ILT
315 * configure.in: Accept i686. From H.J. Lu <hjl@zoom.com>: i386
316 doesn't need opcodes. If configuring shared, opcodes needs bfd.
317 * configure: Rebuild.
318
8a6f53e9
ILT
319Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
320
321 * read.c (s_mri_sect): Don't return '\0' in type. Set all
322 appropriate flags in BFD section.
323
324 * configure.in (m68k-*-psos*): New target.
325 * configure: Rebuild.
326 * config/te-psos.h: New file.
327 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
328 is defined.
329
fb251650
ILT
330Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com>
331
ae09d880
ILT
332 From Alan Modra <alan@spri.levels.unisa.edu.au>:
333 * configure.in: Remove duplicate setting of cpu_type. Check
334 whether opcodes library is required for on all targets, not just
335 primary one.
336 * configure: Rebuild.
337
fb251650
ILT
338 * config/tc-mips.c (mips_big_got): New static variable.
339 (s_extern): Don't declare.
340 (reg_needs_delay): New static function.
341 (macro_build): Permit GOT/CALL_HI/LO relocs.
342 (macro_build_lui): If place is not NULL, use the number in the
343 expression.
344 (load_address): Handle mips_big_got case.
345 (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
346 store macros.
347 (OPTION_XGOT): Define.
348 (md_longopts): Add "xgot" if OBJ_ELF.
349 (md_parse_option): Handle -xgot.
350 (md_show_usage): Mention -xgot.
351 (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
352 (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
353
d9396c16
ILT
354Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
355
356 * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
357 the byte relocation, point it to the low byte of the word.
358
56f9773f
ILT
359Tue Feb 13 15:31:18 1996 Ian Lance Taylor <ian@cygnus.com>
360
361 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
362 * configure: Rebuild.
363
63e4edb5
DE
364Mon Feb 12 15:53:46 1996 Doug Evans <dje@charmed.cygnus.com>
365
366 * configure.in: Recognize any sparc* cpu.
367 * configure: Regenerated.
368
15ed5f2c
ILT
369Mon Feb 12 15:41:21 1996 Ian Lance Taylor <ian@cygnus.com>
370
20710f1c
ILT
371 * read.c (potable): Add "mri" and ".mri".
372 (s_mri): New function.
373 * read.h (s_mri): Declare.
374 * app.c (scrub_m68k_mri): New static variable.
375 (mri_pseudo): New static variable.
376 (do_scrub_begin): Add m68k_mri parameter. Use it rather than
377 flag_m68k_mri. Initialize scrub_m68k_mri.
378 (mri_state, mri_last_ch): New static variables.
379 (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
380 fields.
381 (app_push): Save new fields.
382 (app_pop): Restore new fields.
383 (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
384 If TC_M68K, use a trivial state machine to look for occurrences of
385 the .mri pseudo-op, and change the mode appropriately.
386 * as.h (do_scrub_begin): Update prototype.
387 * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
388 do_scrub_begin.
389 * config/tc-m68k.c (reg_prefix_optional_seen): New static
390 variable.
391 (m68k_mri_mode_change): New function.
392 (md_parse_option): Set reg_prefix_optional_seen.
393 * config/tc-m68k.h (m68k_mri_mode_change): Declare.
394 (MRI_MODE_CHANGE): Define.
395 * doc/as.texinfo: Document .mri pseudo-op.
396
15ed5f2c
ILT
397 * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
398 comment character.
399
a043f579
ILT
400Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
401
402 Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
403 * config/m68k-parse.h (enum pic_relocation): Define.
404 (struct m68k_exp): Add pic_reloc field.
405 * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
406 (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
407 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
408 otherwise.
409 * config/tc-m68k.c: Delete definition of NO_RELOC.
410 (struct m68k_it): Add pic_reloc field.
411 (add_fix): Copy over pic_reloc field.
412 (md_pseudo_table): Interpret .align parameter as byte count.
413 (mote_pseudo_table): Likewise.
414 (tc_m68k_fix_adjustable): New function.
415 (get_reloc_code): New function.
416 (md_assemble): Use it as last argument to fix_new_exp.
417 (md_apply_fix_2): For a relocation against a symbol don't put the
418 addend into the data.
419 (tc_gen_reloc): Different addend computation for OBJ_ELF.
420 (m68k_ip): Don't relax an operand that requires pic relocation.
421 (md_begin): Align .text, .data and .bss on 4 byte boundary by
422 default.
423 * write.c (fixup_segment): Don't add symbol value to addend if
424 TC_M68K and OBJ_ELF.
425 * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
426 (motorola_operand): Add rule for `(zapc, EXPR)'.
427
6ca1156d
ILT
428Mon Feb 12 10:07:33 1996 David Mosberger-Tang <davidm@azstarnet.com>
429
430 * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
431 *really* is permissible before the comma.
432
fcee3e24
ILT
433Mon Feb 12 00:12:13 1996 Ian Lance Taylor <ian@cygnus.com>
434
435 * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
436 inserting nop instructions.
437
3e1c964d
ILT
438Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
439
440 * config/te-aux.h: Change include of aux.h to aux-coff.h.
441
4080c270
ILT
442Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
443
d782e3cc
ILT
444 * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
445 class setting for a CALLNAME symbol in COFF.
446
4080c270
ILT
447 * read.c (potable): Pass negative numbers for new .balign[wl] and
448 .p2align[wl] pseudo-ops.
449 (s_align_bytes): Treat a negative argument as specifying the fill
450 length.
451 (s_align_ptwo): Likewise.
452
1c9dbb83
ILT
453Wed Feb 7 14:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
454
71dd3c40
ILT
455 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
456 (do_align): Take new len parameter. Change all callers. Pass it
457 to md_do_align.
458 (s_align_bytes): Arg now indicates the length of the fill pattern.
459 (s_align_ptwo): Likewise.
460 * config/obj-coff.c (write_object_file): Pass length to
461 md_do_align.
462 * config/tc-i386.h (md_do_align): Take new len parameter.
463 * config/tc-m88k.h (md_do_align): Likewise.
464 * config/tc-m88k.c (m88k_do_align): Likewise.
465 * config/tc-sh.h (md_do_align): Likewise.
466 * config/tc-sh.c (sh_do_align): Likewise.
467 * doc/as.texinfo: Document new pseudo-ops.
468
469 * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
470 done in cvt_frag_to_fill.
471
9addcbb1
ILT
472 * config/tc-sh.h (sh_do_align): Declare.
473 (md_do_align): Define.
474 * config/tc-sh.c (sh_do_align): New function.
475
c15ea23a
ILT
476 * ecoff.c (ecoff_build_lineno): Don't try to store the address
477 difference if the next address is before the current one.
478
9e64486e
ILT
479 * config/tc-m68k.c (struct m68k_cpu): Add alias field.
480 (archs): Initialize new field.
481 (m68k_ip): Don't list alias names when listing CPUs which support
482 an instruction.
483
484 * as.c (main): Call parse_args before read_begin.
485 * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
486 front of generated pseudo-ops.
487 * read.c (potable): Ignore "name".
488 (s_app_file): Permit a single quote after the string, since one
489 may appear in m68k MRI mode.
490
1c9dbb83
ILT
491 * configure.in: Check for --enable-shared. If linking against
492 shared BFD and opcodes, fix library name on SunOS, and try to set
493 -rpath reasonably.
494 * configure: Rebuild.
495
496Tue Feb 6 15:16:17 1996 Ian Lance Taylor <ian@cygnus.com>
497
498 * as.h (flag_m68k_mri): Declare.
499 * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
500 * Many files: For MRI syntax that is specific to the m68k MRI
501 assembler, check flag_m68k_mri rather than flag_mri or
502 MRI_MODE_NEEDS_PSEUDO_DOT.
503
dd1d79e8
ILT
504Mon Feb 5 16:29:11 1996 Ian Lance Taylor <ian@cygnus.com>
505
f9e90c2e
ILT
506 * config/tc-i960.c (ARCH_HX): Define.
507 (arch_tab): Add HX.
508 (targ_has_sfr): Handle ARCH_HX.
509 (targ_has_iclass): Handle ARCH_HX.
510 (tc_coff_fix2rtype): Add return 0 to avoid warning.
511 (tc_headers_hook): If the architecture was specified explicitly,
512 use it when setting the flags. Set the extern variable coff_flags
513 rather than headers->filehdr.f_flags, since the latter is set
514 unconditionally in obj-coff.c.
515 (i960_handle_align): Remove unused variable fixp.
516
dd1d79e8
ILT
517 Support for building bfd and opcodes as shared libraries, based on
518 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
519 * configure.in: Set OPCODES and BFD to search directories.
520 Substitute OPCODES_DEP and BFDDEP. On SunOS, set HLDFLAGS.
521 * configure: Rebuild.
522 * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
523 (LIBDEPS): New variable.
524 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
525 $(HLDFLAGS) in link.
526 (check): Set LD_LIBRARY_PATH in the environment.
527
528Fri Feb 2 17:41:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
529
530 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
531 .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
532 read-only, not read/write.
533
e277d131
ILT
534Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
535
536 * Makefile.in (INSTALL_XFORM): Remove -e.
537
e24cf2b5
ILT
538Fri Feb 2 12:32:15 1996 Ian Lance Taylor <ian@cygnus.com>
539
540 * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
541 than comparing S_GET_SEGMENT to undefined_section.
542 (write_object_file): Skip symbols which were equated to an
543 undefined or common symbol.
544 * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
545 S_IS_COMMON rather than comparing S_GET_SEGMENT to
546 undefined_section.
547 (S_GET_VALUE): Likewise. Avoid recursion problems if S_IS_DEFINED
548 or S_IS_COMMON call S_GET_VALUE.
549 * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
550 * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
551 to an undefined or common symbol, convert the reloc to be against
552 the target symbol.
553 (obj_crawl_symbol_chain): Skip symbols which were equated to an
554 undefined or common symbol.
555 * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
556 * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
557 to an undefined or common symbol, convert the reloc to be against
558 the target symbol.
559 (obj_crawl_symbol_chain): Skip symbols which were equated to an
560 undefined or common symbol.
561 * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
562 S_IS_COMMON rather than comparing S_GET_SEGMENT to
563 undefined_section.
564 (yank_symbols): Skip symbols which were equated to an undefined or
565 common symbol.
566
4d9e33e4
ILT
567Thu Feb 1 15:34:32 1996 Ian Lance Taylor <ian@cygnus.com>
568
9e396994
ILT
569 * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
570 * config/obj-bout.h (S_IS_LOCAL): Likewise.
571
4d9e33e4
ILT
572 * configure.in: Make sure we only add m68k-parse.o to
573 ${extra_objects} once, no matter how many m68k targets have been
574 enabled.
575 * configure: Rebuild.
576
0ff513d9
SC
577Wed Jan 31 18:31:46 1996 Steve Chamberlain <sac@slash.cygnus.com>
578
579 * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
580 * configure: Rebuild.
581
66b935da
ILT
582Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
583
c174fb5c
ILT
584 * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
585 * doc/c-m68k.texi: Document .extend and .ldouble.
586
66b935da
ILT
587 * configure.in (m68*-apple-aux*): New target.
588 * config/te-aux.h: New file.
589 * config/obj-coff.c (compare_external_relocs): New static function
590 if TE_AUX.
591 (do_relocs_for): Sort relocs if TE_AUX.
592 (fixup_segment): If TE_AUX, store common symbol value in segment.
593 * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
594
30c2a08e
ILT
595Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com>
596
9e396994 597 * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
615c0a79 598
30c2a08e
ILT
599 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
600 BSF_FUNCTION.
601 (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
602 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
603 symbol.
604 * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
605 (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
606 an undefined symbol and the size of a function symbol.
607 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
608 for all common symbols.
609
0e6f2f82
KR
610Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com>
611
612 * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
613 scaling of index.
614
615 * expr.c (operand): Accept 0x hex constants in MRI mode if not on
616 m68k.
617
8e3ff081
ILT
618Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com>
619
3e78d072
ILT
620 * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
621 of object. From Ronald F. Guilmette <rfg@monkeys.com>.
622
8e3ff081
ILT
623 * ecoff.c (localsym_t): Add addend field.
624 (add_ecoff_symbol): Add addend argument. Change all callers.
625 (coff_sym_value): Make static.
626 (coff_sym_addend): New static variable.
627 (ecoff_directive_def): Initialize coff_sym_addend.
628 (ecoff_directive_val): Accept symbol + constant.
629 (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
630 (ecoff_build_symbols): Include the addend in the symbol value.
631
79edc846
KK
632Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
633
634 * config/tc-ppc.c (md_assemble): Ignore overflow on
635 BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
636
637Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
638
639 * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
640 bytes in size, so offset appropriately in big endian mode when
641 writing the bottom 2 bytes.
642
6cbc4e35
DE
643Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
644
645 * config/tc-sparc.c (default_compatible): New static local.
646 (md_begin): Initialize it. Rewrite warn_on_bump handling.
647 (sparc_ip): If no architecture or -bump specified, don't mark as
648 mismatched those in default_compatible.
649
4fe0fddd
ILT
650Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
651
652 SCO ELF support from Robert Lipe <robertl@arnet.com>:
653 * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
654 * configure: Rebuild.
655 * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
656 * config/tc-i386.c (sco_id): New function, if SCO_ELF.
657 * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
658 (sco_id): Declare if SCO_ELF.
659
e70ad5d5
DE
660Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
661
662 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
663 ({max,warn_after}_architecture): New static locals.
664 (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
665 If both architecture and -bump requested, set max_architecture to max.
666 (sparc_md_end): Simplify.
667 (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
668 Rewrite code to bump architecture and check for conflicts.
669 (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
670 with Solaris assembler.
671 (md_parse_option): Likewise. Call sparc_opcode_lookup_arch.
672 (md_show_usage): Update.
673
a8248831
DE
674Wed Jan 24 22:11:03 1996 Doug Evans <dje@charmed.cygnus.com>
675
676 * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
677
6df07e7f
DE
678Mon Jan 22 09:21:36 1996 Doug Evans <dje@charmed.cygnus.com>
679
680 * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
681 #ifdef sparcv9 when choosing value.
682 (ENV64): Delete.
683 (md_end): Define.
684 (sparc_md_end): Declare.
685 * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
686 (initial_architecture): New static local.
687 (can_bump_v9_p): Likewise.
688 (NO_V9): Delete all occurrences.
689 (sparc_md_end): New function.
690 (sparc_ip): New local v9_arg_p. Rework fp reg number test.
691 Don't bump architecture to v9 unless can_bump_v9_p set.
692 (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
693 * configure.in (sparc64 target cpu): Don't set obj_format here.
694 (SPARC_V9): Renamed from sparcv9.
695 (sparc64-*-elf*): Define SPARC_ARCH64.
696 * configure: Regenerated.
697 * acconfig.h (SPARC_V9): Renamed from sparcv9.
698 (SPARC_ARCH64): Add.
7fcb3191 699 * conf.in: Regenerated.
6df07e7f
DE
700 * config/vmsconf.h: Update.
701
c9c7c1d7
JSC
702Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
703
704 * config/tc-mips.c (load_register): Optimise "dli" loads.
705 (md_show_usage): add "-mcpu=vr4100" to help text.
16ce20d4 706
07ce72c9
ILT
707Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
708
16ce20d4
ILT
709 * symbols.c (resolve_symbol_value): If a symbol is equated to an
710 undefined symbol, preserve the X_op of O_symbol.
711 (S_GET_VALUE): Fix check to permit this case.
712 * write.c (write_relocs): If a reloc is against an undefined
713 symbol equated to another symbol, change the reloc to be against
714 the latter symbol.
715 * config/obj-coff.c (do_relocs_for): Likewise.
716
07ce72c9
ILT
717 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
718 XMC_PR.
719
d971d39e
MM
720Mon Jan 22 10:59:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
721
722 * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
723 computer is PowerPC.
724
725 * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
726
727 * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
728 mentioned in the eabi.
729
0291f0f5
KK
730Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
731
732 * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
733 * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
734
c682be53
MM
735Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
736
737 * config/tc-ppc.c (mapping): Add more relocation suffixes.
738
ee4fdbb9
MM
739Sun Jan 14 21:29:36 1996 Michael Meissner <meissner@tiktok.cygnus.com>
740
741 * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
742 as a section it is ok to have unadorned -mrelocatable pointers in.
743
744Sat Jan 13 11:09:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
747b98fe
MM
745
746 * config/tc-ppc.c (ppc_section*): Wrap these functions inside
747 #ifdef OBJ_ELF.
748
f99d287b
MM
749Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
750
751 * config/obj-elf.c (obj_elf_section): Add hooks so machine
752 dependent section attributes can be handled.
753
754 * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
755 macros to add support for exclude section flag and ordered section
756 type.
757
758 * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
759 functions to add support for exclude section flag and ordered
760 section type.
761
347a705b
ILT
762Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
763
2a4e49a9
ILT
764 * subsegs.c (section_symbol): Don't try to look up the section
765 symbol in the hash table. It should be possible to have a symbol
766 with the same name as a section, but no connection to it.
767
d9f4dec1
ILT
768 * read.c (cons_worker): Only call mri_comment_end from flag_mri.
769 From James Carlson <carlson@xylogics.com>.
770
347a705b
ILT
771 * expr.c (operand): Skip whitespace after a close parenthesis.
772 From James Carlson <carlson@xylogics.com>.
773
10c8c95e
JW
774Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com>
775
776 * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
777 as_warn_where for relocation overflow.
347a705b
ILT
778 (parse_reg): Accept register name only if next character is
779 not alphanumeric.
10c8c95e 780
cb844314
JL
781Sat Dec 30 23:42:51 1995 Jeffrey A Law (law@cygnus.com)
782
783 * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset
784 addresses for static variables.
785
36cb0e7c
MM
786Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com>
787
788 * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
789 and xgot give the old toc16 relocation.
790 (md_apply_fix3): Support all GOT relocations.
791
5e69b693
ILT
792Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
793
794 * config/tc-mips.c (load_address): Correctly handle a constant in
795 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
796
29861dd0
C
797Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com>
798
799 * config/tc-sh.c (parse_reg): Recognize SH3 registers.
800 (get_specific): Handle A_SSR, A_SPC and A_REG_B.
801 (build_Mbytes): Handle REG_B.
802
432b8fa8
ILT
803Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com>
804
805 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
806
ee68a042
RJ
807Fri Dec 15 12:11:48 1995 Raymond Jou <rjou@mexican.cygnus.com>
808
809 * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
810
b14630f2
ILT
811Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
812
813 * config/obj-coff.c (write_object_file): Set the s_align field to
814 the number of bytes, rather than to the power of 2.
815
4a3d48fc
ILT
816Tue Dec 12 12:19:37 1995 Ian Lance Taylor <ian@cygnus.com>
817
818 * Makefile.in (DISTCLEAN_HERE): New variable.
819 (distclean): Use it.
820 (maintainer-clean): Depend upon clean-here rather than clean,
821 distclean, and clean-info. Run make maintainer-clean in doc.
822 Remove files listed in DISTCLEAN_HERE.
823 * doc/Makefile.in (maintainer-clean realclean): Split out from
824 distclean. Depend upon clean-info and distclean.
825
7e5e83cf
SS
826Mon Dec 11 16:23:51 1995 Stan Shebs <shebs@andros.cygnus.com>
827
828 * mac-as.r: Fix copyright and version strings.
829 (cfrg): Use PROG_NAME instead of literal name.
830
0ff513d9 831
1b10f50d
ILT
832Mon Dec 11 14:14:08 1995 Ian Lance Taylor <ian@cygnus.com>
833
834 * read.c (read_a_source_file): If tc_unrecognized_line is defined,
835 call it.
836 * config/tc-a29k.h (tc_unrecognized_line): Define.
837 * config/tc-a29k.c (a29k_unrecognized_line): New function.
838 (md_operand): Handle a29k style local dollar labels.
839
2f3bbb1b
ILT
840Wed Dec 6 17:52:52 1995 Ian Lance Taylor <ian@cygnus.com>
841
842 * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
843
624c91d1
KR
844Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
845
846 * read.c (s_fill): If md_flush_pending_output is defined, call
847 it.
848
9e4b3a23
KR
849Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
850
851 * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
852 Treat rs_align_code like rs_align.
853
3554987a
DE
854Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
855
856 * config/tc-arm.c (cp_address_required_here): Set pre_inc when
857 converting an absolute address into a PC-relative one.
858
90f543f6
SS
859Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
860
861 * mpw-config.in: Don't always use te-generic.h for emulation.
862 (powerpc-apple-macos): Use emulation te-macos.h.
863start-sanitize-gm
864 (mips-gm-magic): New configuration.
865end-sanitize-gm
866 * mpw-make.sed (install, install-only): Edit in Mac-specific
867 install procedure.
868
d4c8a45e
ILT
869Fri Dec 1 10:59:25 1995 Ian Lance Taylor <ian@cygnus.com>
870
2eec8710
ILT
871 * configure.in: Improve message about unsupported ELF targets.
872 * configure: Rebuild.
873
d4c8a45e
ILT
874 * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
875 pattern is zero. From Manfred Hollstein.
876
531a1af2
KK
877Thu Nov 30 13:25:49 1995 Kim Knuttila <krk@cygnus.com>
878
879 * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
880 the various idata sections, we check the name on the .section pseudo.
881
464070de
ILT
882Thu Nov 30 11:23:42 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
883
884 * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
885 add section's paddr to add_number; compatibility to native as and
886 ld forbids.
887
6a087325
KR
888Wed Nov 29 23:14:27 1995 Ken Raeburn <raeburn@cygnus.com>
889
9d5aef80
KR
890 * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
891
ac9ef8ee
KR
892 * hash.c (struct hash_entry): Moved here...
893 * hash.h (struct hash_entry): ...from here.
894
6a087325
KR
895 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
896 if it's already known to be null.
897
77fa4d98
MM
898Wed Nov 29 13:00:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
899
900 * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
901 bit relocs converted to PC relative relocs. This turned out to
902 add the offset from the beginning of .text twice.
903
c6e4e834
KR
904Tue Nov 28 10:42:36 1995 Ken Raeburn <raeburn@cygnus.com>
905
906 * stabs.c (s_stab_generic): In 's' case, free string from
907 obstack.
908
909 * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
910 sy_name_offset.
911 * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
912 Ditto.
913
914 * subsegs.h (segment_info_type): Make bitfields unsigned.
915
916 * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
917 and move them together. On most systems this will reduce the
918 structure size by one word.
919 (operatorT): Define O_max.
920 * expr.c (expr_begin): Verify that X_op is wide enough to hold
921 O_max.
922
923 * read.c (pop_insert): Print error returned by hash table
924 insertion code.
925
926 * as.c (dump_statistics): Split out from main; dump some hash
927 table stats and target-specific stats.
928 (start_time): No longer automatic to main.
929 (main): Set file-level start_time and call dump_statistics at
930 exit. Exit by calling xexit.
931 (show_usage): Make --statistics description less specific.
932 * subsegs.c (subsegs_print_statistics): New function.
933 * write.c (write_print_statistics): New function.
934 (n_fixups): New static variable.
935 (fix_new_internal): Increment it.
936 * read.c (read_print_statistics): New function.
937 * read.h (read_print_statistics): Declare.
938 * symbol.c (symbol_print_statistics): New function.
939 * symbol.h (symbol_print_statistics): Declare.
940 * hash.c (hash_print_statistics): New function.
941 * hash.h (hash_print_statistics): Declare.
942 * config/tc-i386.c (i386_print_statistics): New function.
943 * config/tc-i386.h (i386_print_statistics): Declare.
944 (tc_print_statistics): New macro.
945 * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
946 exit.
947
948 * hash.c (DELETED): Rewrite to use a valid but unique address.
949 (START_POWER): Reduce to 10.
950 (enum stat_enum): New enumerator, replacing STAT_* index macros.
951 Add new values for counting strcmp calls.
952 (GROW_FACTOR): New macro.
953 (hash_grow): Use GROW_FACTOR. Rewrite for quick returns instead
954 of nesting blocks.
955 (FULL_VALUE): New macro. Use 1/4 of table size instead of 1/2.
956 (hash_new): Use FULL_VALUE.
957 (struct hash_control): Definition moved here.
958 (hash_code): Don't mask to low bits.
959 (hash_ask): Mask returned hash code here. Check hash value before
960 calling strcmp; count strcmp calls.
961 * hash.h (struct hash_control): Declare, don't define, here.
962 (HASH_STATLENGTH): Deleted.
963 (struct hash_entry): Add field for hash code.
964 (hash_say, hash_apply): Don't declare.
965
966 * hash.c (destroy): Return void.
967 (applicatee): Ditto.
968 (main): Fix declarations.
969 (hash_apply): Return void. Argument `function' returns void. Put
970 inside "#ifdef TEST".
971 (hash_say): Define only if TEST is defined.
972 * hash.h (hash_apply, hash_say): Declarations deleted.
973
6a4667f4
ILT
974Mon Nov 27 13:18:25 1995 Ian Lance Taylor <ian@cygnus.com>
975
976 * configure: Rebuild with autoconf 2.7.
977
330add8a
ILT
978Tue Nov 21 18:39:01 1995 Ian Lance Taylor <ian@cygnus.com>
979
980 * aclocal.m4 (AC_PROG_CC): Remove local definition.
981 * configure: Rebuild with autoconf 2.6.
982
520dd8d5
ILT
983Mon Nov 20 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com>
984
985 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
986 (ppc_stabx): Don't increment ppc_debug_name_section_size.
987 (ppc_bc): Likewise.
988 (ppc_frob_file): Remove.
989 * config/tc-ppc.h (tc_frob_file): Don't define.
990 (ppc_frob_file): Don't declare.
991
880b7429
KR
992Mon Nov 20 13:37:05 1995 Ken Raeburn <raeburn@cygnus.com>
993
d6c4a3fa
KR
994 * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
995 * config/alpha-opcode.h: Include one-operand variants of jmp and
996 jsr.
997
880b7429
KR
998 * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
999 with te-delta.h in 8.3 file systems.
1000 * configure.in: Adjusted.
1001
aa8a6656
ILT
1002Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
1003
880b7429
KR
1004 * config/tc-mips.c (s_err): Remove; just use the one in read.c.
1005
aa8a6656
ILT
1006 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
1007 number.
1008 * expr.c (operand): Handle MRI suffixes after unadorned 0.
1009
7b889f5e
KR
1010Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
1011
da9b55af
KR
1012 Version 2.6 released.
1013 * Makefile.in (VERSION): Updated to 2.6.
1014
7b889f5e
KR
1015 * config/obj-coff.c (write_object_file): Change use of md_do_align
1016 to pass a pointer rather than a fill value, to match other uses.
1017
46618ae6
KR
1018Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
1019
7b889f5e
KR
1020 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
1021
46618ae6
KR
1022 * as.c (main): Move md_end call to just after call to
1023 perform_an_assembly_pass. Delete cpu-specific code here.
1024 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
1025start-sanitize-rce
1026 * config/tc-rce.c (md_end): Deleted.
1027 * config/tc-rce.h (md_end): New macro, calls dump_literals.
1028end-sanitize-rce
1029 * config/tc-arm.c (md_end): Unused function deleted.
1030 * config/tc-ns32k.c (md_end): Ditto.
1031
1032 * config/tc-i386.c (i386_align_code): New function, moved here
1033 from HANDLE_ALIGN macro.
1034 * config/tc-i386.h (HANDLE_ALIGN): Call it.
1035
1036 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
1037
1038 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
1039 before comparing
1040
1041 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
1042
1043 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
1044 multi-byte nops to avoid changing gcc. The necessary gcc change
1045 might break old assemblers.
1046
1047 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
1048
1049 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
1050 generate optimal multi-byte nop instructions for ".align n"
1051 ".align n,0x90", and aligns requiring more than 15 bytes of
1052 padding still generate multiple 0x90's as before.
1053
1054Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
1055
1056 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
1057
51bc513e
SS
1058Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
1059
1060 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
1061 * configure: Update.
1062 * mpw-make.sed: Reorder commands to make sed happier.
1063 * config/te-macos.h: New file.
1064 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
1065
8b39c5df
JL
1066Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
1067
1068 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
1069 conditional branches.
1070 (md_apply_fix): Likewise.
1071
1072Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
1073
1074 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
1075 generate a reloc which the linker will not handle correctly. Fix
1076 overflow checking--R_IREL is 18 bits, not 17.
1077
6a649eda
ILT
1078Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
1079
a071b8e9
ILT
1080 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
1081 from a PC relative reloc if TC_A29K.
1082
1083 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
1084 code depends upon it.
1085
6a649eda
ILT
1086 * config/tc-a29k.c (md_operand): Handle $float, $double, and
1087 $extend. Based on code from Eric Freudenthal
1088 <freudenthal@nyu.edu>.
1089 * config/tc-a29k.h (LEX_DOLLAR): Define.
1090 * read.c (LEX_DOLLAR): Define if not defined.
1091 (lex_type): Use LEX_DOLLAR.
1092
6364a188
ILT
1093Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
1094
1095 * configure.in (a29k-nyu-sym1): New target, just like other a29k
1096 targets.
1097
0fa6f8f6
ILT
1098Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
1099
1100 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
1101
1102Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
1103
1104 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
1105 used only by "dlltool.c".
1106
eec2cfef
ILT
1107Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
1108
1109 * config/tc-alpha.c: Undefine inline if not __GNUC__.
1110 (md_pseudo_table): Don't define "extern".
1111
df7504dc
ILT
1112Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
1113
a3d1c561
ILT
1114 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
1115
df7504dc
ILT
1116 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
1117
07d012f6
ILT
1118Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
1119
36e80ac6
ILT
1120 * macro.c (macro_expand_body): Don't warn about == with a
1121 nonexistent parameter, in case it is in a comment field.
1122
07d012f6
ILT
1123 * as.c (main): On TC_A29K, call macro_init with macro_alternate
1124 set to 1.
1125 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
1126 set, even if macro_alternate is set.
1127 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
1128 (sub_actual): If macro_strip_at, and kind is '@', don't look up
1129 the token unless it ended in '@'.
1130 * config/tc-a29k.c (line_separator_chars): Remove '@'.
1131 * doc/c-a29k.texi: Document macro usage on A29K.
1132
01f108bc
ILT
1133Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
1134
1135 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
1136 signed word.
1137 (install_operand): Likewise.
1138
1139 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
1140
1141Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
1142
1143 * configure.in (m88k-motorola-sysv*): New target.
1144 * configure: Rebuild.
1145 * config/te-delta88.h: New file.
1146 * config/obj-coff.c (write_object_file): Use md_do_align if it is
1147 defined.
1148 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
1149 (md_do_align): Define.
1150 * config/tc-m88k.c: Include "subsegs.h".
1151 (m88k_do_align): New function.
1152
1153 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
1154 (COFF_NOLOAD_PROBLEM): Define.
1155 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
1156
7954cc14
KR
1157Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
1158
1159 * config/tc-i386.c (md_assemble): For a jump instruction with
1160 non-constant target, require 7 available bytes in the current
1161 frag, not 6.
1162
d033806f
FF
1163Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
1164
1165 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
1166 bfd/libelf.h.
1167
d7b2038f
ILT
1168Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
1169
1170 * configure.in (alpha-*-linux*): Use ecoff.
1171 * configure: Rebuild.
1172 * ecoff.c (ecoff_directive_extern): New function.
1173 (ecoff_directive_weakext): New function.
1174 (ecoff_build_symbols): Handle weak symbols.
1175 (ecoff_setup_ext): Likewise.
59c80ca2 1176 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
1177 * ecoff.h (ecoff_directive_extern): Declare.
1178 (ecoff_directive_weakext): Declare.
1179 * symbols.c (S_IS_WEAK): New function.
1180 * symbols.h (S_IS_WEAK): Declare.
1181 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
1182 "weakext".
1183 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
1184 (s_extern): Remove.
1185
cbdf59ad
ILT
1186Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
1187
b629f627
ILT
1188 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
1189
7ab1edc8
ILT
1190 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
1191 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
1192 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
1193 * config/obj-coff.c (coff_frob_symbol): Don't call
1194 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
1195 one. If OBJ_XCOFF, try to figure out whether the symbol is going
1196 to be dropped.
1197
31751d9d
ILT
1198 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
1199 (ppc_stab_symbol): New static variable.
1200 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
1201 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
1202 sy_tc.real_name to the stab string.
1203 (ppc_bc, ppc_ec): New static functions.
1204 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
1205 do anything.
1206 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
1207 suffix.
0e3dd9a0
ILT
1208 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
1209 entries.
31751d9d 1210
cbdf59ad
ILT
1211 * input-scrub.c (input_scrub_push): Reset sb_index.
1212
91123dbe
ILT
1213Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
1214
1215 * listing.c (listing_newline): Don't create a frag in the absolute
1216 section.
1217
73255941
ILT
1218Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
1219
df72d2a5
ILT
1220 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
1221 (ppc_csect): Move most of the code to ppc_change_csect, and call
1222 it.
1223 (ppc_change_csect): New static function, taken from ppc_csect.
1224 (ppc_section): New static function.
1225 (ppc_saw_abs): New static varable.
1226 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
1227 a symbol has no csect.
1228 (ppc_adjust_symtab): New function.
1229 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
1230 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
1231
1232 * write.c (write_object_file): If tc_adjust_symtab is defined,
1233 call it just before the call to obj_adjust_symtab.
1234
73255941
ILT
1235 * symbols.c (symbol_find_or_make): Change name to be const.
1236 * symbols.h (symbol_find_or_make): Update declaration.
1237
9bfaf1b9
KR
1238Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
1239
1240 * doc/as.texinfo (Align): Mention SH.
1241 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
1242 .align value.
1243 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
1244 (Z8000 Directives, even): Don't give numeric align value, instead
1245 explain behavior.
1246
ae143278
DE
1247Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1248
1249 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
1250 instruction.
1251
270433cc
PB
1252Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
1253
1254 * Makefile.in (diststuff): Also make info.
1255 (maintainer-clean realclean): Also make clean-info.
1256
18a11401
JL
1257Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
1258
1259 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
1260 (pa_subspace): For ".nsubspa", always create a new subspace
1261 with the given attributes, even if one already exists with the
1262 same name.
1263
96fe71e1
MM
1264Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1265
1266 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
1267 TC_FORCE_RELOCATION, taking an additional section argument. If
1268 the section of the target symbol is not the same as the current
1269 section, always force the relocation to be used.
1270 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
1271
1272 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
1273 md_pcrel_from function, taking an additional section argument.
1274 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
1275
1276 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
1277 older TC_FORCE_RELOCATION if not defined.
1278 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
1279 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
1280 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
1281 TC_FORCE_RELOCATION.
1282
1d75481b
KR
1283Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
1284
1285 * input-scrub.c (as_where): Set name to null pointer if we don't
1286 have a file name.
1287 * messages.c (identify): Only print filename if non-null.
1288 (as_show_where): Ditto, for line number too.
1289 (as_warn_internal, as_bad_internal): Ditto.
1290
1291 * input-file.c (input_file_open): If the input file can't be
1292 opened, consider it an error.
1293
c625fc23
JSC
1294Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1295
1296 * config/tc-mips.c: Added mips_4100 control, and support for
1297 accepting the 4100 as a MIPS architecture variant (md_begin,
1298 macro_build, mips_ip, md_parse_option). Adding suitable
1299 command-line OPTIONs, and updating the help text (md_show_usage).
1300
dd1a5316
KR
1301Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
1302
c625fc23
JSC
1303 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
1304 BFD_ASSEMBLER is defined.
1305
3366a224
KR
1306 * Use one active frag and one obstack per frag chain:
1307 * frags.c (frags): Variable deleted.
1308 (frag_alloc): New function.
1309 (frag_grow, frag_more, frag_variant, frag_now_fix,
1310 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
1311 frags variable.
1312 (frag_new): Ditto. Verify that frch_last and frag_now match on
1313 entry and exit, and that old frag_now has non-zero type. Replace
1314 "know" uses with "assert". Use frag_alloc instead of mucking with
1315 obstack alignment.
1316 * frags.h (frags): Declaration deleted.
1317 * subsegs.h (struct frchain): Add new field frch_frag_now.
1318 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
1319 variables.
1320 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
1321 give it any stricter alignment than frchainS structures need. Do
1322 not initialize frags obstack. Set frag_now to point to
1323 dummy_obstack. Initialize absolute_frchain.
1324 (subseg_set_rest): Save and restore frag_now in frch_frag_now
1325 field of frchainS. Don't create new frags on section switch, and
1326 use frag_alloc when creating a new frag chain. For absolute
1327 section, set frchain_now to absolute_frchain. Verify that
1328 frch_last and frag_now match on entry and exit. Initialize
1329 per-chain obstack, and under gcc, set required alignment to that
1330 needed by fragS structure.
c625fc23 1331
3366a224
KR
1332 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
1333
1334 * stabs.c (get_stab_string_offset): Only copy input string if a
1335 fresh copy is needed, not if the section already exists.
1336 (s_stab_generic): Cache stab section name to bypass lookups, since
1337 usually it will match. Could be made faster still by changing the
1338 memory allocation rules.
1339 (s_xstab): Cache section name to bypass repeated string
1340 allocation.
1341
1342 * frags.c (frag_new): Deleted register declarations.
1343
1344 * listing.c (frag_now): Don't declare.
1345
1346 * as.c (chunksize): New variable.
1347 (debug_memory): New variable.
1348 (main): If debug_memory is set, reduce chunksize and
1349 _bfd_chunksize.
1350 * as.h (chunksize): Declare it.
1351 * read.c (read_begin): Use it.
1352
de5ebe2e
KR
1353 * config/tc-alpha.c (md_shortopts): Include 'g'.
1354 (md_parse_option): Ignore it.
1355
dd1a5316
KR
1356 * Makefile.in (distclean): Remove Makefile and config.status from
1357 testsuite directory.
1358 (clean-here): Don't delete testsuite. Instead, delete only the
1359 files within it that would be generated by running tests.
1360
de5ebe2e
KR
1361 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
1362 frag_now_fix instead of accessing obstack info directly.
1363 * config/tc-arm.c (s_ltorg): Ditto.
1364 (md_assemble): Ditto.
1365
1366 * config/tc-i386.c (md_assemble): Call frag_grow instead of
1367 obstack_room.
1368
625f4e48
KR
1369Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
1370
1371 * stabs.c (aout_process_stab): Insert debug symbol into symbol
1372 chain after parsing value expression, if any, to avoid separating
1373 continued .stabs lines.
1374
33a8c1b6
ILT
1375Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
1376
1377 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
1378 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
1379
b6b8f911
MM
1380Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
1381
625f4e48
KR
1382 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
1383 -mcom support and PPC_OPCODE_ANY for -many.
1384 (md_parse_option): Ditto.
1385 (ppc_arch): Ditto.
1386 (md_begin): For duplicate instructions, print all duplicates
1387 before aborting.
b6b8f911 1388
4c2935f4
MM
1389Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
1390
1391 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
1392 common mode operation.
1393 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
1394
1395Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
1396
1397 * expr.c (op_rank): Add O_symbol_rva.
1398 * expr.h (operatorT): Add O_symbol_rva.
1399 * read.c (cons_worker): Set O_symbol_rva when necessary.
1400 * write.c (fix_new_exp): Understand O_symbol_rva.
1401
7db865dc
ILT
1402Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
1403
1404 * config/tc-mips.c: Correct s_cons arguments. From Michael
1405 Joosten <joost@ori.cadlab.de>.
1406
1b13e6fc
ILT
1407Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
1408
1409 * config/tc-ppc.c (ppc_macro): Make count unsigned.
1410 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
1411 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
1412 the fix_line field.
1413 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
1414 make non-static. Change all users.
1415 * config/obj-coff.h (coff_n_line_nos): Declare.
1416
9e3e3d4c
KR
1417Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
1418
1419 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1420
1421 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
1422
1423 * config/obj-elf.c (obj_elf_common): Convert specified byte
1424 alignment to power of two. Set size of local bss symbol.
1425
1426 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
1427
13a6c753
ILT
1428Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
1429
1430 * sb.c, macro.c: Decide whether to include <string.h> or
1431 <strings.h> just as as.h does.
1432
a75aafcd
DE
1433Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
1434
1435 * Makefile.in (site.exp): Fix setting of $srcdir.
1436
1437 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
1438 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
1439 all coff targets.
a75aafcd 1440
d89861c7
KR
1441Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
1442
4d2ba393
KR
1443 * doc/as.texinfo: Split out the NS32k family documentation,
1444 despite its being commented out for now.
1445 * doc/c-ns32k.texi: New file.
1446
2c5eb48d
KR
1447 * sb.c, macro.c: Include string.h.
1448
6b0a6eaa
KR
1449 * Makefile.in (comparison): Only check *.o; we don't care if
1450 timestamps inserted by the native linker differ.
1451
d89861c7
KR
1452 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
1453 if alignment stricter than 4 bytes is requested; in that case,
1454 align to a 4-byte boundary first.
1455
70aeac05
KR
1456 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
1457
1458 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
1459 uninitialized" warning for `Max_Source_Offset'.
1460
eaaa2a42
KK
1461Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
1462
1463 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
1464 qualifiers and detect errors if present.
1465 (md_assemble): Add call to parse_toc_entry. Also added some support
1466 for the [tocv] qualifier.
1467 (ppc_pe_tocd): New function to support data in the toc section.
1468
cd557d83
ILT
1469Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
1470
1471 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
1472 an absolute symbol.
1473
42ac8fa8
ILT
1474Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
1475
01f108bc 1476 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
1477 +65535, so ~VAL will not be rejected.
1478
42ac8fa8
ILT
1479 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
1480 skip characters after the pseudo-op.
1481 (s_else): Likewise.
1482 * read.c (get_line_sb): Don't look past buffer_limit.
1483 (s_include): In MRI mode, skip characters after the file name.
1484
eef66934
ILT
1485Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
1486
1487 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
1488 periods in register names.
1489
cdc49cba 1490For older changes see ChangeLog.1.
This page took 0.156012 seconds and 4 git commands to generate.