* config/tc-sparc.c (max_architecture): Change to sparclite for
[platform/upstream/binutils.git] / gas / ChangeLog
1 Mon Feb 19 02:15:57 1996  Doug Evans  <dje@charmed.cygnus.com>
2
3         * config/tc-sparc.c (max_architecture): Change to sparclite for
4         32 bit arch.
5         (default_compatible): Delete.
6         (sparc_ffs): New function.
7         (md_begin): Only call SPARC_OPCODE_CONFLICT_P once.
8         (sparc_ip): Rewrite architecture match and bump logic.
9
10 Sun Feb 18 15:03:50 1996  Ian Lance Taylor  <ian@cygnus.com>
11
12         * configure.in: Check for 'do not mix' from native linker before
13         trying to use -rpath.
14         * configure: Rebuild.
15
16 Fri Feb 16 16:53:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17
18         * config/obj-coff.h (SF_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
19         (SF_GET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
20         (SF_SET_ADJ_LNNOPTR): Define (non BFD_ASSEMBLER).
21         * config/obj-coff.c (obj_coff_endef): Set ADJ_LNNOPTR when LNNOPTR
22         is set.
23         (w_symbols): If ADJ_LNNOPTR is set, add the section lnnoptr field
24         to the symbol lnnoptr field, to get the correct file offset.
25
26 Thu Feb 15 14:48:38 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
27
28         * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
29         symbols that are not function, file, or section symbols to be
30         object types.
31
32 Thu Feb 15 11:20:18 1996  Ian Lance Taylor  <ian@cygnus.com>
33
34         * configure: Set and substitute RPATH_ENVVAR.
35         * configure: Rebuild.
36         * Makefile.in (RPATH_ENVVAR): New variable.
37         (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
38
39         * configure.in: Accept i686.  From H.J. Lu <hjl@zoom.com>: i386
40         doesn't need opcodes.  If configuring shared, opcodes needs bfd.
41         * configure: Rebuild.
42
43 Wed Feb 14 16:33:12 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
44
45         * read.c (s_mri_sect): Don't return '\0' in type.  Set all
46         appropriate flags in BFD section.
47
48         * configure.in (m68k-*-psos*): New target.
49         * configure: Rebuild.
50         * config/te-psos.h: New file.
51         * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
52         is defined.
53
54 Wed Feb 14 13:43:24 1996  Ian Lance Taylor  <ian@cygnus.com>
55
56         From Alan Modra <alan@spri.levels.unisa.edu.au>:
57         * configure.in: Remove duplicate setting of cpu_type.  Check
58         whether opcodes library is required for on all targets, not just
59         primary one.
60         * configure: Rebuild.
61
62         * config/tc-mips.c (mips_big_got): New static variable.
63         (s_extern): Don't declare.
64         (reg_needs_delay): New static function.
65         (macro_build): Permit GOT/CALL_HI/LO relocs.
66         (macro_build_lui): If place is not NULL, use the number in the
67         expression.
68         (load_address): Handle mips_big_got case.
69         (macro): Handle mips_big_got for M_LA_AB, M_JAL_A, and load and
70         store macros.
71         (OPTION_XGOT): Define.
72         (md_longopts): Add "xgot" if OBJ_ELF.
73         (md_parse_option): Handle -xgot.
74         (md_show_usage): Mention -xgot.
75         (md_apply_fix): Permit GOT/CALL_HI/LO relocs.
76         (tc_gen_reloc): Handle GOT/CALL_HI/LO relocs.
77
78 Wed Feb 14 11:22:27 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
79
80         * config/tc-m68k.c (m68k_ip) [operand kind '#']: When fixing
81         the byte relocation, point it to the low byte of the word.
82
83 Tue Feb 13 15:31:18 1996  Ian Lance Taylor  <ian@cygnus.com>
84
85         * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
86         * configure: Rebuild.
87
88 Mon Feb 12 15:53:46 1996  Doug Evans  <dje@charmed.cygnus.com>
89
90         * configure.in: Recognize any sparc* cpu.
91         * configure: Regenerated.
92
93 Mon Feb 12 15:41:21 1996  Ian Lance Taylor  <ian@cygnus.com>
94
95         * read.c (potable): Add "mri" and ".mri".
96         (s_mri): New function.
97         * read.h (s_mri): Declare.
98         * app.c (scrub_m68k_mri): New static variable.
99         (mri_pseudo): New static variable.
100         (do_scrub_begin): Add m68k_mri parameter.  Use it rather than
101         flag_m68k_mri.  Initialize scrub_m68k_mri.
102         (mri_state, mri_last_ch): New static variables.
103         (struct app_save): Add scrub_m68k_mri, mri_state, and mri_last_ch
104         fields.
105         (app_push): Save new fields.
106         (app_pop): Restore new fields.
107         (do_scrub_chars): Check scrub_m68k_mri rather than flag_mri_mri.
108         If TC_M68K, use a trivial state machine to look for occurrences of
109         the .mri pseudo-op, and change the mode appropriately.
110         * as.h (do_scrub_begin): Update prototype.
111         * input-scrub.c (input_scrub_begin): Pass flag_m68k_mri to
112         do_scrub_begin.
113         * config/tc-m68k.c (reg_prefix_optional_seen): New static
114         variable.
115         (m68k_mri_mode_change): New function.
116         (md_parse_option): Set reg_prefix_optional_seen.
117         * config/tc-m68k.h (m68k_mri_mode_change): Declare.
118         (MRI_MODE_CHANGE): Define.
119         * doc/as.texinfo: Document .mri pseudo-op.
120
121         * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
122         comment character.
123
124 Mon Feb 12 15:16:29 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
125
126         Support for OBJ_ELF on m68k, mostly inside #ifdef OBJ_ELF:
127         * config/m68k-parse.h (enum pic_relocation): Define.
128         (struct m68k_exp): Add pic_reloc field.
129         * config/tc-m68k.h (TC_RELOC_RTSYM_LOC_FIXUP): Define.
130         (tc_fix_adjustable): Define to call tc_m68k_fix_adjustable.
131         (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
132         otherwise.
133         * config/tc-m68k.c: Delete definition of NO_RELOC.
134         (struct m68k_it): Add pic_reloc field.
135         (add_fix): Copy over pic_reloc field.
136         (md_pseudo_table): Interpret .align parameter as byte count.
137         (mote_pseudo_table): Likewise.
138         (tc_m68k_fix_adjustable): New function.
139         (get_reloc_code): New function.
140         (md_assemble): Use it as last argument to fix_new_exp.
141         (md_apply_fix_2): For a relocation against a symbol don't put the
142         addend into the data.
143         (tc_gen_reloc): Different addend computation for OBJ_ELF.
144         (m68k_ip): Don't relax an operand that requires pic relocation.
145         (md_begin): Align .text, .data and .bss on 4 byte boundary by
146         default.
147         * write.c (fixup_segment): Don't add symbol value to addend if
148         TC_M68K and OBJ_ELF.
149         * config/m68k-parse.y (yylex): Handle @PLTPC, etc.
150         (motorola_operand): Add rule for `(zapc, EXPR)'.
151
152 Mon Feb 12 10:07:33 1996  David Mosberger-Tang  <davidm@azstarnet.com>
153
154         * ecoff.c (ecoff_directive_weakext): Fixed so that whitespace
155         *really* is permissible before the comma.
156
157 Mon Feb 12 00:12:13 1996  Ian Lance Taylor  <ian@cygnus.com>
158
159         * config/tc-sh.c (sh_do_align): Align to a 2 byte boundary before
160         inserting nop instructions.
161
162 Fri Feb  9 10:54:19 1996  Ian Lance Taylor  <ian@cygnus.com>
163
164         * config/te-aux.h: Change include of aux.h to aux-coff.h.
165
166 Thu Feb  8 20:02:58 1996  Ian Lance Taylor  <ian@cygnus.com>
167
168         * config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
169         class setting for a CALLNAME symbol in COFF.
170
171         * read.c (potable): Pass negative numbers for new .balign[wl] and
172         .p2align[wl] pseudo-ops.
173         (s_align_bytes): Treat a negative argument as specifying the fill
174         length.
175         (s_align_ptwo): Likewise.
176
177 Wed Feb  7 14:12:03 1996  Ian Lance Taylor  <ian@cygnus.com>
178
179         * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.
180         (do_align): Take new len parameter.  Change all callers.  Pass it
181         to md_do_align.
182         (s_align_bytes): Arg now indicates the length of the fill pattern.
183         (s_align_ptwo): Likewise.
184         * config/obj-coff.c (write_object_file): Pass length to
185         md_do_align.
186         * config/tc-i386.h (md_do_align): Take new len parameter.
187         * config/tc-m88k.h (md_do_align): Likewise.
188         * config/tc-m88k.c (m88k_do_align): Likewise.
189         * config/tc-sh.h (md_do_align): Likewise.
190         * config/tc-sh.c (sh_do_align): Likewise.
191         * doc/as.texinfo: Document new pseudo-ops.
192
193         * config/obj-coff.c (fixup_mdeps): Divide offset by fr_var, as is
194         done in cvt_frag_to_fill.
195
196         * config/tc-sh.h (sh_do_align): Declare.
197         (md_do_align): Define.
198         * config/tc-sh.c (sh_do_align): New function.
199
200         * ecoff.c (ecoff_build_lineno): Don't try to store the address
201         difference if the next address is before the current one.
202
203         * config/tc-m68k.c (struct m68k_cpu): Add alias field.
204         (archs): Initialize new field.
205         (m68k_ip): Don't list alias names when listing CPUs which support
206         an instruction.
207
208         * as.c (main): Call parse_args before read_begin.
209         * app.c (do_scrub_chars): If flag_m68k_mri, don't put a dot in
210         front of generated pseudo-ops.
211         * read.c (potable): Ignore "name".
212         (s_app_file): Permit a single quote after the string, since one
213         may appear in m68k MRI mode.
214
215         * configure.in: Check for --enable-shared.  If linking against
216         shared BFD and opcodes, fix library name on SunOS, and try to set
217         -rpath reasonably.
218         * configure: Rebuild.
219
220 Tue Feb  6 15:16:17 1996  Ian Lance Taylor  <ian@cygnus.com>
221
222         * as.h (flag_m68k_mri): Declare.
223         * as.c (parse_args): If TC_M68K, set flag_m68k_mri for -M.
224         * Many files: For MRI syntax that is specific to the m68k MRI
225         assembler, check flag_m68k_mri rather than flag_mri or
226         MRI_MODE_NEEDS_PSEUDO_DOT.
227
228 Mon Feb  5 16:29:11 1996  Ian Lance Taylor  <ian@cygnus.com>
229
230         * config/tc-i960.c (ARCH_HX): Define.
231         (arch_tab): Add HX.
232         (targ_has_sfr): Handle ARCH_HX.
233         (targ_has_iclass): Handle ARCH_HX.
234         (tc_coff_fix2rtype): Add return 0 to avoid warning.
235         (tc_headers_hook): If the architecture was specified explicitly,
236         use it when setting the flags.  Set the extern variable coff_flags
237         rather than headers->filehdr.f_flags, since the latter is set
238         unconditionally in obj-coff.c.
239         (i960_handle_align): Remove unused variable fixp.
240
241         Support for building bfd and opcodes as shared libraries, based on
242         patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
243         * configure.in: Set OPCODES and BFD to search directories.
244         Substitute OPCODES_DEP and BFDDEP.  On SunOS, set HLDFLAGS.
245         * configure: Rebuild.
246         * Makefile.in (LDFLAGS, HLDFLAGS): New variables.
247         (LIBDEPS): New variable.
248         (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS).  Use
249         $(HLDFLAGS) in link.
250         (check): Set LD_LIBRARY_PATH in the environment.
251
252 Fri Feb  2 17:41:53 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
253
254         * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Make .sdata2, .sbss2,
255         .PPC.EMB.sdata0, and .PPC.EMB.sbss0 sections all default to
256         read-only, not read/write.
257
258 Fri Feb  2 14:09:25 1996  Alan Modra  <alan@spri.levels.unisa.edu.au>
259
260         * Makefile.in (INSTALL_XFORM): Remove -e.
261
262 Fri Feb  2 12:32:15 1996  Ian Lance Taylor  <ian@cygnus.com>
263
264         * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather
265         than comparing S_GET_SEGMENT to undefined_section.
266         (write_object_file): Skip symbols which were equated to an
267         undefined or common symbol.
268         * symbols.c (resolve_symbol_value): Use S_IS_DEFINED and
269         S_IS_COMMON rather than comparing S_GET_SEGMENT to
270         undefined_section.
271         (S_GET_VALUE): Likewise.  Avoid recursion problems if S_IS_DEFINED
272         or S_IS_COMMON call S_GET_VALUE.
273         * config/obj-aout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
274         * config/obj-aout.c (obj_emit_relocations): If a reloc is equated
275         to an undefined or common symbol, convert the reloc to be against
276         the target symbol.
277         (obj_crawl_symbol_chain): Skip symbols which were equated to an
278         undefined or common symbol.
279         * config/obj-bout.h (S_IS_COMMON): Define if not BFD_ASSEMBLER.
280         * config/obj-bout.c (obj_emit_relocations): If a reloc is equated
281         to an undefined or common symbol, convert the reloc to be against
282         the target symbol.
283         (obj_crawl_symbol_chain): Skip symbols which were equated to an
284         undefined or common symbol.
285         * config/obj-coff.c (do_relocs_for): Use S_IS_DEFINED and
286         S_IS_COMMON rather than comparing S_GET_SEGMENT to
287         undefined_section.
288         (yank_symbols): Skip symbols which were equated to an undefined or
289         common symbol.
290
291 Thu Feb  1 15:34:32 1996  Ian Lance Taylor  <ian@cygnus.com>
292
293         * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001.
294         * config/obj-bout.h (S_IS_LOCAL): Likewise.
295
296         * configure.in: Make sure we only add m68k-parse.o to
297         ${extra_objects} once, no matter how many m68k targets have been
298         enabled.
299         * configure: Rebuild.
300
301 Wed Jan 31 18:31:46 1996  Steve Chamberlain  <sac@slash.cygnus.com>
302
303         * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New.
304         * configure: Rebuild.
305
306 Wed Jan 31 14:03:17 1996  Richard Henderson  <rth@tamu.edu>
307
308         * config/tc-m68k.c (md_pseudo_table): Add "extend" and "ldouble".
309         * doc/c-m68k.texi: Document .extend and .ldouble.
310
311         * configure.in (m68*-apple-aux*): New target.
312         * config/te-aux.h: New file.
313         * config/obj-coff.c (compare_external_relocs): New static function
314         if TE_AUX.
315         (do_relocs_for): Sort relocs if TE_AUX.
316         (fixup_segment): If TE_AUX, store common symbol value in segment.
317         * config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
318
319 Wed Jan 31 12:24:58 1996  Ian Lance Taylor  <ian@cygnus.com>
320
321         * config/obj-coff.h (S_IS_LOCAL): Check for \002 as well as \001.
322
323         * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
324         BSF_FUNCTION.
325         (s_cpload): Set BSF_OBJECT for _gp_disp symbol.
326         * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
327         symbol.
328         * ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
329         (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
330         an undefined symbol and the size of a function symbol.
331         * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
332         for all common symbols.
333
334 Tue Jan 30 12:35:24 1996  Ken Raeburn  <raeburn@cygnus.com>
335
336         * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit
337         scaling of index.
338
339         * expr.c (operand): Accept 0x hex constants in MRI mode if not on
340         m68k.
341
342 Mon Jan 29 12:21:30 1996  Ian Lance Taylor  <ian@cygnus.com>
343
344         * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type
345         of object.  From Ronald F. Guilmette <rfg@monkeys.com>.
346
347         * ecoff.c (localsym_t): Add addend field.
348         (add_ecoff_symbol): Add addend argument.  Change all callers.
349         (coff_sym_value): Make static.
350         (coff_sym_addend): New static variable.
351         (ecoff_directive_def): Initialize coff_sym_addend.
352         (ecoff_directive_val): Accept symbol + constant.
353         (ecoff_directive_endef): Pass coff_sym_addend to add_ecoff_symbol.
354         (ecoff_build_symbols): Include the addend in the symbol value.
355
356 Fri Jan 26 19:28:52 1996  Kim Knuttila  <krk@cygnus.com>
357
358         * config/tc-ppc.c (md_assemble): Ignore overflow on 
359         BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
360
361 Fri Jan 26 16:14:17 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
362
363         * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
364         bytes in size, so offset appropriately in big endian mode when
365         writing the bottom 2 bytes.
366
367 Thu Jan 25 20:26:23 1996  Doug Evans  <dje@charmed.cygnus.com>
368
369         * config/tc-sparc.c (default_compatible): New static local.
370         (md_begin): Initialize it.  Rewrite warn_on_bump handling.
371         (sparc_ip): If no architecture or -bump specified, don't mark as
372         mismatched those in default_compatible.
373
374 Thu Jan 25 12:21:53 1996  Ian Lance Taylor  <ian@cygnus.com>
375
376         SCO ELF support from Robert Lipe <robertl@arnet.com>:
377         * configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
378         * configure: Rebuild.
379         * config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
380         * config/tc-i386.c (sco_id): New function, if SCO_ELF.
381         * config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
382         (sco_id): Declare if SCO_ELF.
383
384 Thu Jan 25 03:10:53 1996  Doug Evans  <dje@charmed.cygnus.com>
385
386         * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
387         ({max,warn_after}_architecture): New static locals.
388         (md_begin): Replace NUMOPCODES with sparc_num_opcodes.
389         If both architecture and -bump requested, set max_architecture to max.
390         (sparc_md_end): Simplify.
391         (sparc_ip): Replace references to can_bump_v9_p with max_architecture.
392         Rewrite code to bump architecture and check for conflicts.
393         (md_longopts): Recognize -xarch={v8plus,v8plusa} for compatibility
394         with Solaris assembler.
395         (md_parse_option): Likewise.  Call sparc_opcode_lookup_arch.
396         (md_show_usage): Update.
397
398 Wed Jan 24 22:11:03 1996  Doug Evans  <dje@charmed.cygnus.com>
399
400         * Makefile.in (RUNTEST): Fix reference to $${srcdir}.
401
402 Mon Jan 22 09:21:36 1996  Doug Evans  <dje@charmed.cygnus.com>
403
404         * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of
405         #ifdef sparcv9 when choosing value.
406         (ENV64): Delete.
407         (md_end): Define.
408         (sparc_md_end): Declare.
409         * config/tc-sparc.c (SPARC_V9): Renamed from sparcv9.
410         (initial_architecture): New static local.
411         (can_bump_v9_p): Likewise.
412         (NO_V9): Delete all occurrences.
413         (sparc_md_end): New function.
414         (sparc_ip): New local v9_arg_p.  Rework fp reg number test.
415         Don't bump architecture to v9 unless can_bump_v9_p set.
416         (md_parse_option): -A<arch> passed, set can_bump_v9_p accordingly.
417         * configure.in (sparc64 target cpu): Don't set obj_format here.
418         (SPARC_V9): Renamed from sparcv9.
419         (sparc64-*-elf*): Define SPARC_ARCH64.
420         * configure: Regenerated.
421         * acconfig.h (SPARC_V9): Renamed from sparcv9.
422         (SPARC_ARCH64): Add.
423         * conf.in: Regenerated.
424         * config/vmsconf.h: Update.
425
426 Mon Jan 22 17:24:47 1996  James G. Smith  <jsmith@cygnus.co.uk>
427
428         * config/tc-mips.c (load_register): Optimise "dli" loads.
429         (md_show_usage): add "-mcpu=vr4100" to help text.
430
431 Mon Jan 22 11:53:00 1996  Ian Lance Taylor  <ian@cygnus.com>
432
433         * symbols.c (resolve_symbol_value): If a symbol is equated to an
434         undefined symbol, preserve the X_op of O_symbol.
435         (S_GET_VALUE): Fix check to permit this case.
436         * write.c (write_relocs): If a reloc is against an undefined
437         symbol equated to another symbol, change the reloc to be against
438         the latter symbol.
439         * config/obj-coff.c (do_relocs_for): Likewise.
440
441         * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class
442         XMC_PR.
443
444 Mon Jan 22 10:59:48 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
445
446         * config/obj-elf.c (elf/ppc.h): Include elf/ppc.h if target
447         computer is PowerPC.
448
449         * config/tc-ppc.c (md_apply_fix3): Add more embedded relocations.
450
451         * config/tc-ppc.h (ELF_TC_SPECIAL_SECTIONS): Add sections
452         mentioned in the eabi.
453
454 Thu Jan 18 17:58:19 1996  Kim Knuttila  <krk@cygnus.com>
455
456         * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
457         * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
458
459 Mon Jan 15 17:43:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
460
461         * config/tc-ppc.c (mapping): Add more relocation suffixes.
462
463 Sun Jan 14 21:29:36 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
464
465         * config/tc-ppc.c (ppc_elf_validate_fix): Allow .gcc_except_table
466         as a section it is ok to have unadorned -mrelocatable pointers in.
467
468 Sat Jan 13 11:09:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
469
470         * config/tc-ppc.c (ppc_section*): Wrap these functions inside
471         #ifdef OBJ_ELF.
472
473 Fri Jan 12 15:32:07 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
474
475         * config/obj-elf.c (obj_elf_section): Add hooks so machine
476         dependent section attributes can be handled.
477
478         * config/tc-ppc.h: (md_elf_section_{letter,type,word,flags}): New
479         macros to add support for exclude section flag and ordered section
480         type.
481
482         * config/tc-ppc.c (ppc_elf_section_{letter,type,word,flags}): New
483         functions to add support for exclude section flag and ordered
484         section type.
485
486 Fri Jan 12 12:04:00 1996  Ian Lance Taylor  <ian@cygnus.com>
487
488         * subsegs.c (section_symbol): Don't try to look up the section
489         symbol in the hash table.  It should be possible to have a symbol
490         with the same name as a section, but no connection to it.
491
492         * read.c (cons_worker): Only call mri_comment_end from flag_mri.
493         From James Carlson <carlson@xylogics.com>.
494
495         * expr.c (operand): Skip whitespace after a close parenthesis.
496         From James Carlson <carlson@xylogics.com>.
497
498 Tue Jan  2 12:43:23 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
499
500         * config/tc-sh.c (md_apply_fix): Call as_bad_where instead of
501         as_warn_where for relocation overflow.
502         (parse_reg): Accept register name only if next character is
503         not alphanumeric.
504
505 Sat Dec 30 23:42:51 1995  Jeffrey A Law  (law@cygnus.com)
506
507         * ecoff.c (ecoff_stab): Simplify.  Correctly handle sym + offset
508         addresses for static variables.
509
510 Thu Dec 21 12:54:32 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
511
512         * config/tc-ppc.c (mapping): Make @got give a real GOT relocation,
513         and xgot give the old toc16 relocation.
514         (md_apply_fix3): Support all GOT relocations.
515
516 Wed Dec 20 14:57:17 1995  Ian Lance Taylor  <ian@cygnus.com>
517
518         * config/tc-mips.c (load_address): Correctly handle a constant in
519         SVR4_PIC case.  From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
520
521 Fri Dec 15 14:25:07 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
522
523         * config/tc-sh.c (parse_reg): Recognize SH3 registers.
524         (get_specific): Handle A_SSR, A_SPC and A_REG_B.
525         (build_Mbytes): Handle REG_B.
526
527 Fri Dec 15 16:07:25 1995  Ian Lance Taylor  <ian@cygnus.com>
528
529         * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
530
531 Fri Dec 15 12:11:48 1995  Raymond Jou  <rjou@mexican.cygnus.com>
532
533         * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
534
535 Thu Dec 14 15:09:52 1995  Ian Lance Taylor  <ian@cygnus.com>
536
537         * config/obj-coff.c (write_object_file): Set the s_align field to
538         the number of bytes, rather than to the power of 2.
539
540 Tue Dec 12 12:19:37 1995  Ian Lance Taylor  <ian@cygnus.com>
541
542         * Makefile.in (DISTCLEAN_HERE): New variable.
543         (distclean): Use it.
544         (maintainer-clean): Depend upon clean-here rather than clean,
545         distclean, and clean-info.  Run make maintainer-clean in doc.
546         Remove files listed in DISTCLEAN_HERE.
547         * doc/Makefile.in (maintainer-clean realclean): Split out from
548         distclean.  Depend upon clean-info and distclean.
549
550 Mon Dec 11 16:23:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
551
552         * mac-as.r: Fix copyright and version strings.
553         (cfrg): Use PROG_NAME instead of literal name.
554
555
556 Mon Dec 11 14:14:08 1995  Ian Lance Taylor  <ian@cygnus.com>
557
558         * read.c (read_a_source_file): If tc_unrecognized_line is defined,
559         call it.
560         * config/tc-a29k.h (tc_unrecognized_line): Define.
561         * config/tc-a29k.c (a29k_unrecognized_line): New function.
562         (md_operand): Handle a29k style local dollar labels.
563
564 Wed Dec  6 17:52:52 1995  Ian Lance Taylor  <ian@cygnus.com>
565
566         * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
567
568 Tue Dec  5 13:26:34 1995  Ken Raeburn  <raeburn@cygnus.com>
569
570         * read.c (s_fill): If md_flush_pending_output is defined, call
571         it.
572
573 Mon Dec  4 15:10:53 1995  Ken Raeburn  <raeburn@cygnus.com>
574
575         * config/obj-coff.c (size_section, fill_section, fixup_mdeps):
576         Treat rs_align_code like rs_align.
577
578 Sun Dec  3 16:46:54 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
579
580         * config/tc-arm.c (cp_address_required_here): Set pre_inc when
581         converting an absolute address into a PC-relative one.
582
583 Fri Dec  1 11:57:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
584
585         * mpw-config.in: Don't always use te-generic.h for emulation.
586         (powerpc-apple-macos): Use emulation te-macos.h.
587 start-sanitize-gm
588         (mips-gm-magic): New configuration.
589 end-sanitize-gm
590         * mpw-make.sed (install, install-only): Edit in Mac-specific
591         install procedure.
592
593 Fri Dec  1 10:59:25 1995  Ian Lance Taylor  <ian@cygnus.com>
594
595         * configure.in: Improve message about unsupported ELF targets.
596         * configure: Rebuild.
597
598         * config/tc-m88k.c (m88k_do_align): Correct check for whether fill
599         pattern is zero.  From Manfred Hollstein.
600
601 Thu Nov 30 13:25:49 1995  Kim Knuttila  <krk@cygnus.com>
602
603         * config/tc-ppc.c (ppc_pe_section): To get the alignment right for
604         the various idata sections, we check the name on the .section pseudo.
605
606 Thu Nov 30 11:23:42 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
607
608         * config/obj-coff.c (fixup_segment): If TC_M88K is defined, do not
609         add section's paddr to add_number; compatibility to native as and
610         ld forbids.
611
612 Wed Nov 29 23:14:27 1995  Ken Raeburn  <raeburn@cygnus.com>
613
614         * configure.in: Treat m68k-sysv4 like m68k-elf, not m68k-sysv3.
615
616         * hash.c (struct hash_entry): Moved here...
617         * hash.h (struct hash_entry): ...from here.
618
619         * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
620         if it's already known to be null.
621
622 Wed Nov 29 13:00:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
623
624         * config/tc-ppc.c (md_apply_fix3): Don't adjust the value for 32
625         bit relocs converted to PC relative relocs.  This turned out to
626         add the offset from the beginning of .text twice.
627
628 Tue Nov 28 10:42:36 1995  Ken Raeburn  <raeburn@cygnus.com>
629
630         * stabs.c (s_stab_generic): In 's' case, free string from
631         obstack.
632
633         * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Remove unused field
634         sy_name_offset.
635         * config/obj-multi.h (ELF_TARGET_SYMBOL_FIELDS) [OBJ_MAYBE_ELF]:
636         Ditto.
637
638         * subsegs.h (segment_info_type): Make bitfields unsigned.
639
640         * expr.h (struct expressionS): Make X_op and X_unsigned bitfields,
641         and move them together.  On most systems this will reduce the
642         structure size by one word.
643         (operatorT): Define O_max.
644         * expr.c (expr_begin): Verify that X_op is wide enough to hold
645         O_max.
646
647         * read.c (pop_insert): Print error returned by hash table
648         insertion code.
649
650         * as.c (dump_statistics): Split out from main; dump some hash
651         table stats and target-specific stats.
652         (start_time): No longer automatic to main.
653         (main): Set file-level start_time and call dump_statistics at
654         exit.  Exit by calling xexit.
655         (show_usage): Make --statistics description less specific.
656         * subsegs.c (subsegs_print_statistics): New function.
657         * write.c (write_print_statistics): New function.
658         (n_fixups): New static variable.
659         (fix_new_internal): Increment it.
660         * read.c (read_print_statistics): New function.
661         * read.h (read_print_statistics): Declare.
662         * symbol.c (symbol_print_statistics): New function.
663         * symbol.h (symbol_print_statistics): Declare.
664         * hash.c (hash_print_statistics): New function.
665         * hash.h (hash_print_statistics): Declare.
666         * config/tc-i386.c (i386_print_statistics): New function.
667         * config/tc-i386.h (i386_print_statistics): Declare.
668         (tc_print_statistics): New macro.
669         * messages.c (as_fatal, as_assert, as_abort): Use xexit, not
670         exit.
671
672         * hash.c (DELETED): Rewrite to use a valid but unique address.
673         (START_POWER): Reduce to 10.
674         (enum stat_enum): New enumerator, replacing STAT_* index macros.
675         Add new values for counting strcmp calls.
676         (GROW_FACTOR): New macro.
677         (hash_grow): Use GROW_FACTOR.  Rewrite for quick returns instead
678         of nesting blocks.
679         (FULL_VALUE): New macro.  Use 1/4 of table size instead of 1/2.
680         (hash_new): Use FULL_VALUE.
681         (struct hash_control): Definition moved here.
682         (hash_code): Don't mask to low bits.
683         (hash_ask): Mask returned hash code here.  Check hash value before
684         calling strcmp; count strcmp calls.
685         * hash.h (struct hash_control): Declare, don't define, here.
686         (HASH_STATLENGTH): Deleted.
687         (struct hash_entry): Add field for hash code.
688         (hash_say, hash_apply): Don't declare.
689
690         * hash.c (destroy): Return void.
691         (applicatee): Ditto.
692         (main): Fix declarations.
693         (hash_apply): Return void.  Argument `function' returns void.  Put
694         inside "#ifdef TEST".
695         (hash_say): Define only if TEST is defined.
696         * hash.h (hash_apply, hash_say): Declarations deleted.
697
698 Mon Nov 27 13:18:25 1995  Ian Lance Taylor  <ian@cygnus.com>
699
700         * configure: Rebuild with autoconf 2.7.
701
702 Tue Nov 21 18:39:01 1995  Ian Lance Taylor  <ian@cygnus.com>
703
704         * aclocal.m4 (AC_PROG_CC): Remove local definition.
705         * configure: Rebuild with autoconf 2.6.
706
707 Mon Nov 20 17:26:00 1995  Ian Lance Taylor  <ian@cygnus.com>
708
709         * config/tc-ppc.c (ppc_debug_name_section_size): Remove.
710         (ppc_stabx): Don't increment ppc_debug_name_section_size.
711         (ppc_bc): Likewise.
712         (ppc_frob_file): Remove.
713         * config/tc-ppc.h (tc_frob_file): Don't define.
714         (ppc_frob_file): Don't declare.
715
716 Mon Nov 20 13:37:05 1995  Ken Raeburn  <raeburn@cygnus.com>
717
718         * Makefile.in (TARG_CPU_DEP_alpha): Mention alpha-opcode.h.
719         * config/alpha-opcode.h: Include one-operand variants of jmp and
720         jsr.
721
722         * config/te-delt88.h: Renamed from te-delta88.h, to avoid conflict
723         with te-delta.h in 8.3 file systems.
724         * configure.in: Adjusted.
725
726 Thu Nov 16 12:49:38 1995  Ian Lance Taylor  <ian@cygnus.com>
727
728         * config/tc-mips.c (s_err): Remove; just use the one in read.c.
729
730         * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
731         number.
732         * expr.c (operand): Handle MRI suffixes after unadorned 0.
733
734 Thu Nov 16 00:21:44 1995  Ken Raeburn  <raeburn@cygnus.com>
735
736         Version 2.6 released.
737         * Makefile.in (VERSION): Updated to 2.6.
738
739         * config/obj-coff.c (write_object_file): Change use of md_do_align
740         to pass a pointer rather than a fill value, to match other uses.
741
742 Wed Nov 15 03:52:00 1995  Ken Raeburn  <raeburn@cygnus.com>
743
744         * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
745
746         * as.c (main): Move md_end call to just after call to
747         perform_an_assembly_pass.  Delete cpu-specific code here.
748         * config/tc-i960.h (md_end): New macro, calls brtab_emit.
749 start-sanitize-rce
750         * config/tc-rce.c (md_end): Deleted.
751         * config/tc-rce.h (md_end): New macro, calls dump_literals.
752 end-sanitize-rce
753         * config/tc-arm.c (md_end): Unused function deleted.
754         * config/tc-ns32k.c (md_end): Ditto.
755
756         * config/tc-i386.c (i386_align_code): New function, moved here
757         from HANDLE_ALIGN macro.
758         * config/tc-i386.h (HANDLE_ALIGN): Call it.
759
760         Mon Jul 31 14:53:19 1995  Alan Modra  <alan@spri.levels.unisa.edu.au>
761
762         * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
763         before comparing
764
765         Mon May  1 10:91:49 1995  Alan Modra  <alan@spri.levels.unisa.edu.au>
766
767         * config/tc-i386.h (md_do_align):  Make ".align n,0x90" generate
768         multi-byte nops to avoid changing gcc.  The necessary gcc change
769         might break old assemblers.
770
771         Sat Apr 22 20:53:05 1995  Alan Modra  <alan@spri.levels.unisa.edu.au>
772
773         * config/tc-i386.h (md_do_align, HANDLE_ALIGN):  Add macros to
774         generate optimal multi-byte nop instructions for ".align n"
775         ".align n,0x90", and aligns requiring more than 15 bytes of
776         padding still generate multiple 0x90's as before.
777
778 Mon Nov 13 17:40:21 1995  Ian Lance Taylor  <ian@cygnus.com>
779
780         * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
781
782 Mon Nov 13 20:39:06 1995  Stan Shebs  <shebs@andros.cygnus.com>
783
784         * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
785         * configure: Update.
786         * mpw-make.sed: Reorder commands to make sed happier.
787         * config/te-macos.h: New file.
788         * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
789
790 Sun Nov 12 21:14:56 1995  Jeffrey A Law  (law@cygnus.com)
791
792         * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
793         conditional branches.
794         (md_apply_fix): Likewise.
795
796 Thu Nov  9 16:14:01 1995  Ian Lance Taylor  <ian@cygnus.com>
797
798         * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
799         generate a reloc which the linker will not handle correctly.  Fix
800         overflow checking--R_IREL is 18 bits, not 17.
801
802 Wed Nov  8 19:59:36 1995  Ian Lance Taylor  <ian@cygnus.com>
803
804         * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
805         from a PC relative reloc if TC_A29K.
806
807         * config/tc-a29k.c (line_separator_chars): Restore '@'.  Existing
808         code depends upon it.
809
810         * config/tc-a29k.c (md_operand): Handle $float, $double, and
811         $extend.  Based on code from Eric Freudenthal
812         <freudenthal@nyu.edu>.
813         * config/tc-a29k.h (LEX_DOLLAR): Define.
814         * read.c (LEX_DOLLAR): Define if not defined.
815         (lex_type): Use LEX_DOLLAR.
816
817 Wed Nov  8 16:38:14 1995  Eric Freudenthal <freudenthal@nyu.edu>
818
819         * configure.in (a29k-nyu-sym1): New target, just like other a29k
820         targets.
821
822 Wed Nov  8 11:38:48 1995  Ian Lance Taylor  <ian@cygnus.com>
823
824         * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
825
826 Tue Nov  7 09:14:35 1995  Kim Knuttila  <krk@cygnus.com>
827
828         * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
829         used only by "dlltool.c".
830
831 Mon Nov  6 18:51:26 1995  Ian Lance Taylor  <ian@cygnus.com>
832
833         * config/tc-alpha.c: Undefine inline if not __GNUC__.
834         (md_pseudo_table): Don't define "extern".
835
836 Sat Nov  4 00:51:21 1995  Ian Lance Taylor  <ian@cygnus.com>
837
838         * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
839
840         * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
841
842 Fri Nov  3 13:02:59 1995  Ian Lance Taylor  <ian@cygnus.com>
843
844         * macro.c (macro_expand_body): Don't warn about == with a
845         nonexistent parameter, in case it is in a comment field.
846
847         * as.c (main): On TC_A29K, call macro_init with macro_alternate
848         set to 1.
849         * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
850         set, even if macro_alternate is set.
851         (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
852         (sub_actual): If macro_strip_at, and kind is '@', don't look up
853         the token unless it ended in '@'.
854         * config/tc-a29k.c (line_separator_chars): Remove '@'.
855         * doc/c-a29k.texi: Document macro usage on A29K.
856
857 Thu Nov  2 23:07:57 1995  Ian Lance Taylor  <ian@cygnus.com>
858
859         * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
860         signed word.
861         (install_operand): Likewise.
862
863         * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
864
865 Wed Nov  1 15:17:02 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
866
867         * configure.in (m88k-motorola-sysv*): New target.
868         * configure: Rebuild.
869         * config/te-delta88.h: New file.
870         * config/obj-coff.c (write_object_file): Use md_do_align if it is
871         defined.
872         * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
873         (md_do_align): Define.
874         * config/tc-m88k.c: Include "subsegs.h".
875         (m88k_do_align): New function.
876
877         * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
878         (COFF_NOLOAD_PROBLEM): Define.
879         (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
880
881 Wed Nov  1 16:07:43 1995  Ken Raeburn  <raeburn@cygnus.com>
882
883         * config/tc-i386.c (md_assemble): For a jump instruction with
884         non-constant target, require 7 available bytes in the current
885         frag, not 6.
886
887 Tue Oct 31 15:37:16 1995  Fred Fish  <fnf@rtl.cygnus.com>
888
889         * config/obj-elf.h: Include bfd/elf-bfd.h rather than
890         bfd/libelf.h.
891
892 Tue Oct 31 16:34:28 1995  David Mosberger-Tang  <davidm@azstarnet.com>
893
894         * configure.in (alpha-*-linux*): Use ecoff.
895         * configure: Rebuild.
896         * ecoff.c (ecoff_directive_extern): New function.
897         (ecoff_directive_weakext): New function.
898         (ecoff_build_symbols): Handle weak symbols.
899         (ecoff_setup_ext): Likewise.
900         (ecoff_frob_symbol): Warn about weak common symbols.
901         * ecoff.h (ecoff_directive_extern): Declare.
902         (ecoff_directive_weakext): Declare.
903         * symbols.c (S_IS_WEAK): New function.
904         * symbols.h (S_IS_WEAK): Declare.
905         * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
906         "weakext".
907         * config/tc-mips.c (mips_pseudo_table): Remove "extern".
908         (s_extern): Remove.
909
910 Tue Oct 31 13:29:08 1995  Ian Lance Taylor  <ian@cygnus.com>
911
912         * config/tc-ppc.c (ppc_lglobl): Do the right thing.
913
914         * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
915         (ppc_eb): Likewise.  Set the storage class to C_BLOCK, not C_FCN.
916         (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
917         * config/obj-coff.c (coff_frob_symbol): Don't call
918         SA_SET_SYM_ENDNDX with the current symbol; call it with the next
919         one.  If OBJ_XCOFF, try to figure out whether the symbol is going
920         to be dropped.
921
922         * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
923         (ppc_stab_symbol): New static variable.
924         (ppc_change_csect): Check that ppc_toc_csect is not NULL.
925         (ppc_stabx): Set ppc_stab_symbol around call to symbol_make.  Set
926         sy_tc.real_name to the stab string.
927         (ppc_bc, ppc_ec): New static functions.
928         (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
929         do anything.
930         (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
931         suffix.
932         (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
933         entries.
934
935         * input-scrub.c (input_scrub_push): Reset sb_index.
936
937 Mon Oct 30 17:52:46 1995  Ian Lance Taylor  <ian@cygnus.com>
938
939         * listing.c (listing_newline): Don't create a frag in the absolute
940         section.
941
942 Sat Oct 28 01:02:05 1995  Ian Lance Taylor  <ian@cygnus.com>
943
944         * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
945         (ppc_csect): Move most of the code to ppc_change_csect, and call
946         it.
947         (ppc_change_csect): New static function, taken from ppc_csect.
948         (ppc_section): New static function.
949         (ppc_saw_abs): New static varable.
950         (ppc_frob_symbol): Create aux entry for absolute symbols.  Warn if
951         a symbol has no csect.
952         (ppc_adjust_symtab): New function.
953         * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
954         (ppc_adjust_symtab): Declare if OBJ_XCOFF.
955
956         * write.c (write_object_file): If tc_adjust_symtab is defined,
957         call it just before the call to obj_adjust_symtab.
958
959         * symbols.c (symbol_find_or_make): Change name to be const.
960         * symbols.h (symbol_find_or_make): Update declaration.
961
962 Thu Oct 26 19:18:27 1995  Ken Raeburn  <raeburn@cygnus.com>
963
964         * doc/as.texinfo (Align): Mention SH.
965         * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
966         .align value.
967         * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
968         (Z8000 Directives, even): Don't give numeric align value, instead
969         explain behavior.
970
971 Thu Oct 26 11:45:03 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
972
973         * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
974         instruction.
975
976 Wed Oct 25 11:59:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
977
978         * Makefile.in (diststuff):  Also make info.
979         (maintainer-clean realclean):  Also make clean-info.
980
981 Tue Oct 24 15:21:33 1995  Jeffrey A Law  (law@cygnus.com)
982
983         * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
984         (pa_subspace): For ".nsubspa", always create a new subspace
985         with the given attributes, even if one already exists with the
986         same name.
987
988 Tue Oct 24 14:50:38 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
989
990         * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
991         TC_FORCE_RELOCATION, taking an additional section argument.  If
992         the section of the target symbol is not the same as the current
993         section, always force the relocation to be used.
994         (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
995
996         * config/tc-ppc.c (md_pcrel_from_section): Rename from the
997         md_pcrel_from function, taking an additional section argument.
998         Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
999
1000         * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
1001         older TC_FORCE_RELOCATION if not defined.
1002         (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
1003         (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
1004         md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
1005         TC_FORCE_RELOCATION.
1006         
1007 Mon Oct 23 16:20:04 1995  Ken Raeburn  <raeburn@cygnus.com>
1008
1009         * input-scrub.c (as_where): Set name to null pointer if we don't
1010         have a file name.
1011         * messages.c (identify): Only print filename if non-null.
1012         (as_show_where): Ditto, for line number too.
1013         (as_warn_internal, as_bad_internal): Ditto.
1014
1015         * input-file.c (input_file_open): If the input file can't be
1016         opened, consider it an error.
1017
1018 Mon Oct 23 11:15:44 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
1019
1020         * config/tc-mips.c: Added mips_4100 control, and support for
1021         accepting the 4100 as a MIPS architecture variant (md_begin,
1022         macro_build, mips_ip, md_parse_option). Adding suitable
1023         command-line OPTIONs, and updating the help text (md_show_usage).
1024         
1025 Wed Oct 18 13:20:32 1995  Ken Raeburn  <raeburn@cygnus.com>
1026
1027         * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
1028         BFD_ASSEMBLER is defined.
1029
1030         * Use one active frag and one obstack per frag chain:
1031         * frags.c (frags): Variable deleted.
1032         (frag_alloc): New function.
1033         (frag_grow, frag_more, frag_variant, frag_now_fix,
1034         frag_append_1_char): Refer to frchain_now->frch_obstack instead of
1035         frags variable.
1036         (frag_new): Ditto.  Verify that frch_last and frag_now match on
1037         entry and exit, and that old frag_now has non-zero type.  Replace
1038         "know" uses with "assert".  Use frag_alloc instead of mucking with
1039         obstack alignment.
1040         * frags.h (frags): Declaration deleted.
1041         * subsegs.h (struct frchain): Add new field frch_frag_now.
1042         * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
1043         variables.
1044         (subsegs_begin): Initialize frchains obstack.  Under gcc, don't
1045         give it any stricter alignment than frchainS structures need.  Do
1046         not initialize frags obstack.  Set frag_now to point to
1047         dummy_obstack.  Initialize absolute_frchain.
1048         (subseg_set_rest): Save and restore frag_now in frch_frag_now
1049         field of frchainS.  Don't create new frags on section switch, and
1050         use frag_alloc when creating a new frag chain.  For absolute
1051         section, set frchain_now to absolute_frchain.  Verify that
1052         frch_last and frag_now match on entry and exit.  Initialize
1053         per-chain obstack, and under gcc, set required alignment to that
1054         needed by fragS structure.
1055
1056         * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
1057
1058         * stabs.c (get_stab_string_offset): Only copy input string if a
1059         fresh copy is needed, not if the section already exists.
1060         (s_stab_generic): Cache stab section name to bypass lookups, since
1061         usually it will match.  Could be made faster still by changing the
1062         memory allocation rules.
1063         (s_xstab): Cache section name to bypass repeated string
1064         allocation.
1065
1066         * frags.c (frag_new): Deleted register declarations.
1067
1068         * listing.c (frag_now): Don't declare.
1069
1070         * as.c (chunksize): New variable.
1071         (debug_memory): New variable.
1072         (main): If debug_memory is set, reduce chunksize and
1073         _bfd_chunksize.
1074         * as.h (chunksize): Declare it.
1075         * read.c (read_begin): Use it.
1076
1077         * config/tc-alpha.c (md_shortopts): Include 'g'.
1078         (md_parse_option): Ignore it.
1079
1080         * Makefile.in (distclean): Remove Makefile and config.status from
1081         testsuite directory.
1082         (clean-here): Don't delete testsuite.  Instead, delete only the
1083         files within it that would be generated by running tests.
1084
1085         * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
1086         frag_now_fix instead of accessing obstack info directly.
1087         * config/tc-arm.c (s_ltorg): Ditto.
1088         (md_assemble): Ditto.
1089
1090         * config/tc-i386.c (md_assemble): Call frag_grow instead of
1091         obstack_room.
1092
1093 Wed Oct 18 12:22:59 1995  Ken Raeburn  <raeburn@cygnus.com>
1094
1095         * stabs.c (aout_process_stab): Insert debug symbol into symbol
1096         chain after parsing value expression, if any, to avoid separating
1097         continued .stabs lines.
1098
1099 Mon Oct 16 10:56:41 1995  Ian Lance Taylor  <ian@cygnus.com>
1100
1101         * config/tc-mips.c (mips_elf_pseudo_table): Remove.
1102         (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
1103
1104 Mon Oct 16 07:07:37 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
1105
1106         * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
1107         -mcom support and PPC_OPCODE_ANY for -many.
1108         (md_parse_option): Ditto.
1109         (ppc_arch): Ditto.
1110         (md_begin): For duplicate instructions, print all duplicates
1111         before aborting.
1112
1113 Sun Oct 15 22:06:14 1995  Michael Meissner  <meissner@cygnus.com>
1114
1115         * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
1116         common mode operation.
1117         (md_show_usage): Add -mcom to usage message.
1118
1119 Fri Oct 13 13:32:45 1995  steve chamberlain  <sac@slash.cygnus.com>
1120
1121         * expr.c (op_rank): Add O_symbol_rva.
1122         * expr.h (operatorT): Add O_symbol_rva.
1123         * read.c (cons_worker): Set O_symbol_rva when necessary.
1124         * write.c (fix_new_exp): Understand O_symbol_rva.
1125
1126 Tue Oct 10 11:34:14 1995  Ian Lance Taylor  <ian@cygnus.com>
1127
1128         * config/tc-mips.c: Correct s_cons arguments.  From Michael
1129         Joosten <joost@ori.cadlab.de>.
1130
1131 Mon Oct  9 19:59:53 1995  Ian Lance Taylor  <ian@cygnus.com>
1132
1133         * config/tc-ppc.c (ppc_macro): Make count unsigned.
1134         (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
1135         (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
1136         the fix_line field.
1137         * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
1138         make non-static.  Change all users.
1139         * config/obj-coff.h (coff_n_line_nos): Declare.
1140
1141 Fri Oct  6 16:24:27 1995  Ken Raeburn  <raeburn@cygnus.com>
1142
1143         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1144
1145         * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
1146
1147         * config/obj-elf.c (obj_elf_common): Convert specified byte
1148         alignment to power of two.  Set size of local bss symbol.
1149
1150         * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
1151
1152 Fri Oct  6 15:22:25 1995  Ian Lance Taylor  <ian@cygnus.com>
1153
1154         * sb.c, macro.c: Decide whether to include <string.h> or
1155         <strings.h> just as as.h does.
1156
1157 Fri Oct  6 09:55:33 1995  Doug Evans  <dje@canuck.cygnus.com>
1158
1159         * Makefile.in (site.exp): Fix setting of $srcdir.
1160
1161         * config/tc-arm.c (md_atof): Fix little-endian output.
1162         * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
1163         all coff targets.
1164
1165 Thu Oct  5 20:17:30 1995  Ken Raeburn  <raeburn@cygnus.com>
1166
1167         * doc/as.texinfo: Split out the NS32k family documentation,
1168         despite its being commented out for now.
1169         * doc/c-ns32k.texi: New file.
1170
1171         * sb.c, macro.c: Include string.h.
1172
1173         * Makefile.in (comparison): Only check *.o; we don't care if
1174         timestamps inserted by the native linker differ.
1175
1176         * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
1177         if alignment stricter than 4 bytes is requested; in that case,
1178         align to a 4-byte boundary first.
1179
1180         Thu Sep 28 19:35:27 1995  Pat Rankin  <rankin@eql.caltech.edu>
1181
1182         * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
1183         uninitialized" warning for `Max_Source_Offset'.
1184
1185 Wed Oct  4 16:17:02 1995  Kim Knuttila  <krk@cygnus.com>
1186
1187         * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
1188         qualifiers and detect errors if present.
1189         (md_assemble): Add call to parse_toc_entry. Also added some support
1190         for the [tocv] qualifier.
1191         (ppc_pe_tocd): New function to support data in the toc section.
1192
1193 Wed Oct  4 14:03:39 1995  Ian Lance Taylor  <ian@cygnus.com>
1194
1195         * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
1196         an absolute symbol.
1197
1198 Tue Oct  3 12:18:19 1995  Ian Lance Taylor  <ian@cygnus.com>
1199
1200         * config/tc-m68k.c (isword): Accept all values from -65536 to
1201         +65535, so ~VAL will not be rejected.
1202
1203         * cond.c (s_endif): Call demand_empty_rest_of_line.  In MRI mode,
1204         skip characters after the pseudo-op.
1205         (s_else): Likewise.
1206         * read.c (get_line_sb): Don't look past buffer_limit.
1207         (s_include): In MRI mode, skip characters after the file name.
1208
1209 Mon Oct  2 16:15:27 1995  Ian Lance Taylor  <ian@cygnus.com>
1210
1211         * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
1212         periods in register names.
1213
1214 For older changes see ChangeLog.1.