Add sh-nto support
[binutils.git] / gas / ChangeLog
blob93f62cd38792ed65ab13c25cabacd9dbc884b14e
1 2002-08-12  Graeme Peterson  <gp@qnx.com>
3         * configure.in: Add support for sh-**-nto* target.
4         * configure: Regenerate.
6 2002-08-21  Nitin  Gupta  <niting@noida.hcltech.com>
8         * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
10 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
12         * config/tc-ppc.c (ppc_cleanup): Do something only if format
13         is ELF.
14         (ppc_apuinfo_section_add): Define only if format is ELF.
15         (md_assemble): Emit APUinfo section only if format is ELF.
16         Fix formatting.
18 2002-08-21  Alan Modra  <amodra@bigpond.net.au>
20         * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast. 
21         * config/tc-frv.c: Likewise.
22         * config/tc-hppa.c: Likewise.
23         * config/tc-ia64.c: Likewise.
24         * config/tc-ip2k.c: Likewise.
25         * config/tc-m68hc11.c: Likewise.
26         * config/tc-m68k.c: Likewise.
27         * config/tc-mmix.c: Likewise.
28         * config/tc-mn10300.c: Likewise.
29         * config/tc-sh.c: Likewise.
30         * config/tc-sparc.c: Likewise.
31         * config/tc-v850.c: Likewise.
33 2002-08-20  Richard Sandiford  <rsandifo@redhat.com>
35         * config/tc-mips.c (macro2): Implement rotates by zero using shifts
36         by zero.
38 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
40         From matthew green  <mrg@redhat.com>
42         * config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
43         PPC_OPCODE_PPC is, except for BookE architectures.
44         (md_parse_option): Add support for -mspe.
45         (md_show_usage): Add -mspe.
46         (md_parse_option): Add support for -me500 and
47         -me500x2 to generate code for Motorola e500 core complex.
48         (md_show_usage): Add -me500 and -me500x2.
50         (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
51         PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
52         PPC_APUINFO_BRLOCK): New macros.
54         (ppc_cleanup): New function.
55         (ppc_apuinfo_section_add): New function.
56         (APUID): New macro.
57         (md_assemble): Collect info and write the APUinfo section.
59         * config/tc-ppc.h (md_cleanup): Define.
60         (ppc_cleanup): Export.
61         (ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.
63 2002-08-17  Stan Cox  <scox@redhat.com>
65         * config/obj-elf.c (obj_elf_change_section): Make non-static.
66         config/tc-mips.c (s_change_section): New function to support
67         IRIX .section pseudo-op.
69 2002-08-16  Nick Clifton  <nickc@redhat.com>
71         * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f".
73 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
75         * config/tc-mips.c (macro_build_jalr): Make sure we generate
76         the fix-up against on the right frag.
77         (s_cpsetup): Likewise.  Parse third argument as expression, to
78         handle global symbols and forward/backward labels correctly.
80 2002-08-14  Nick Clifton  <nickc@redhat.com>
82         * read.c (stringer): Catch attempts to create strings in the abs
83         section.
85         * config/tc-alpha.c: Fix compiling for COFF targets.
86         Some minor formatting tidyups.
88 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
90         * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.
91         (TC_HANDLES_FX_DONE): Define to let md_apply_fix3 set fx_done flag
92         according to the reloc.
93         (tc_fix_adjustable, tc_m68hc11_fix_adjustable): Define.
94         (TC_FORCE_RELOCATION): Define.
95         (tc_m68hc11_force_relocation): Declare.
97         * config/tc-m68hc11.c (md_pseudo_table): Add relax command.
98         (s_m68hc11_relax): New function for relax group.
99         (build_insn, build_jump_insn): Emit a M68HC11_RL_JUMP reloc at 
100         beginning of jump instruction.
101         (md_pcrel_from): Rename from md_pcrel_from_section and fix
102         address computation.
103         (tc-gen_reloc): Update.
104         (md_estimate_size_before_relax): Create the BFD_RELOC_16_PCREL as 
105         PC-relative fixup.
106         (tc_m68hc11_force_relocation): New function, handle new relocs.
107         (tc_m68hc11_fix_adjustable): New to make sure there are enough
108         reloc for the linker relax pass.
109         (md_apply_fix3): Handle M68HC11_RL_JUMP, M68HC11_RL_GROUP
110         and VTABLE relocs.
112 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
114         * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.
115         (md_pseudo_table): Add .mode, .far and .interrupt pseudo op.
116         (s_m68hc11_mode): New function for .mode pseudo op.
117         (s_m68hc11_mark_symbol): New function for .far and .interrupt
118         pseudo op.
119         * config/tc-m68hc11.h (elf_tc_final_processing): Define.
120         (m68hc11_elf_final_processing): Declare.
122 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
124         * config/tc-m68hc11.c (md_begin): Take into account additional
125         page operand for call instruction.
126         (print_opcode_format): Likewise.
127         (check_range): Likewise for page range checking.
128         (get_operand): Don't skip a possible comma in operands.
129         (fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
130         (fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
131         (fixup24): New to handle call reloc.
132         (build_insn): Handle missing page operand for call instruction.
133         (find): Likewise.
134         (md_apply_fix3): Take into account new relocs.
135         (get_operand): Fix the mode for indexed indirect addressing.
136         (build_indexed_byte): Fix post index byte for indexed indirect mode.
138 2002-08-12  Richard Sandiford  <rsandifo@redhat.com>
140         * config/tc-mips.c (mips_ip): Don't work out the value of
141         constant %hi()s here.
143 2002-08-10  Alan Modra  <amodra@bigpond.net.au>
145         * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
146         for ELF, and don't bother checking ELF relocs when non-ELF.
147         (i386_immediate): Allow absolute_section expressions for aout.
148         (i386_displacement): Likewise.  Also test bfd_is_com_section.
149         (md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
150         (md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
151         not when fx_addsy.  Remove dead code.
153 2002-08-09  Graeme Peterson  <gp@qnx.com>
155         * configure.in: Add support for ppc-*-nto* target.
156         * configure: Regenerate.
157         
158 2002-08-09  Alan Modra  <amodra@bigpond.net.au>
160         * config/tc-i386.h: Reorganize.
162 2002-08-09  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
164         * config/tc-mips.c (macro): Handle a register plus a 16-bit
165         immediate offset in "dla" and "la" expansions.
167 2002-08-09  Alan Modra  <amodra@bigpond.net.au>
169         * configure.in: bfd_gas=yes for all i386 targets.  Formatting.
170         Remove "bfd_gas=yes" from target table when covered later.
171         Consolidate some entries.
172         * configure: Regenerate
174 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
176         * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
177         at start of insn, pass it to output_disp and output_imm.
178         (output_disp): Added arguments.  If _GLOBAL_OFFSET_TABLE_ is seen
179         in displacement for R_386_32 reloc, use R_386_GOTPC and compute
180         properly addend.
181         (output_imm): Added arguments.  Compute properly addend for
182         R_386_GOTPC.
183         (md_apply_fix3): Remove R_386_GOTPC handling.
184         * testsuite/gas/i386/gotpc.s: New.
185         * testsuite/gas/i386/gotpc.d: New.
186         * testsuite/gas/i386/i386.exp: Add gotpc test.
188 2002-08-06  George France <france@handhelds.org>
190         * config/tc-alpha.c (cpu_types): Enabled ev67, ev68,  -m21264a
191         and m21264b processor names and cpu types.
192         * doc/c-alpha.texi: Documented new types.
194 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
196         * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
198 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
200         * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend
201         handling to BFD_RELOC_MIPS16_GPREL.
203 2002-08-01  Nick Clifton  <nickc@redhat.com>
205         * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal
206         pool is computed using signed arithmetic so that proper sign
207         extension is performed if X_add_number is a 64-bit integer.
209 2002-08-01  H.J. Lu  <hjl@gnu.org>
210             Daniel Jacobowitz  <drow@mvista.com>
212         * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced
213         .debug_line section unless it has line information.
215 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
217         * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype.
218         * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage):
219         Allow default displacement size to be an option "--disp-size-default".
220         (md_number_to_disp): Make error messages include value. Use %d to
221         print integers, not %s.
222         (fix_new_ns32k): Conditionally set fx_no_overflow so we don't
223         get duplicate messages sometimes.
224         (convert_iif): Grow frag to max possible instruction size. Avoid
225         creating unnecessary fixes.
226         (md_number_to_field) Add prototype.
227         (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add
228         prototypes and make static.
229         (struct addr_mode): Make mode and scaled_mode explicitly signed.
230         (evaluate_expr): Use resultP argument instead of exprP global.
231         (get_addr_mode): Quiten compiler warnings.
232         (encode_operand): eliminate unused variables. Quiten compiler
233         warnings. Eliminate nul character in format strings.
234         (parse): argc is unsigned.
235         (reloc): Type cast index to quieten compiler.
236         (md_pcrel_adjust, md_apply_fix3): Remove unused variable.
237         (md_convert_frag): Note unused parameters. Remove unused
238         variables.
239         (md_create_long_jump, md_create_short_jump,
240         md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note
241         unused parameters.
242         
243 2002-07-31  Nick Clifton  <nickc@redhat.com>
245         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
246         of the PDP-11 and 2.11BSD a.out support.
248 2002-07-31  Momchil Velikov  <velco@fadata.bg>
250         * config/tc-v850.c (md_assemble): Fix range check for immediate
251         operand.
253 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
255         * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
256         to Broadcom SB-1 core support.
258 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
260         * config/tc-mips.c (mips_target_format): Fix formatting.
261         Add recognition of n32 ABI formats.
263 2002-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
265         * tc-mips.c (load_address): Don't clobber $at when loading a
266         64-bit address in non-PIC code if noat is in effect.
267         (macro): Likewise.
269 2002-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
271         * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
272         used in division/multiply macro expansions similarly to how they
273         are used in the variants with break instructions.
274         (macro2): Likewise.
276 2002-07-30  Graeme Peterson  <gp@qnx.com>
278         * configure.in: Add support for arm-*-nto target.
279         * configure: Regenerate.
280         
281 2002-07-30  Nick Clifton  <nickc@redhat.com>
283         * config/tc-arm.c (struct literal_pool): Add fields to allow
284         multiple literal pools to be maintained.
285         (find_literal_pool): New function.
286         (find_or_make_literal_pool): New function.
287         (add_to_literal_pool): Use find_or_make_literal_pool.
288         (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
289         needed.
290         (s_ltorg): Use find_literal_pool.
291         (arm_cleanup): Dump all literal pools.
292         * doc/c-arm.texi: Document new behaviour of only dumping literal
293         pools upon request.
295 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
297         * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
298         rather than PPC_OPCODE_32 for powerpc64*.
300 2002-07-25  Nick Clifton  <nickc@redhat.com>
302         * po/es.po: Updated Spanish translation.
303         * po/fr.po: Updated French translation.
305 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
307         * doc/c-mips.texi: Remove -mcpu.  Document -mabi.
308         * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro.
309         (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros.
310         * configure, config.in: Regenerate.
311         * config/tc-mips.c (file_mips_abi): Rename to mips_abi.
312         (mips_set_options): Remove "abi" field.
313         (mips_opts): Update accordingly.  Replace all uses of mips_opts.abi
314         with mips_abi.
315         (mips_cpu): Remove.
316         (mips_arch_string, mips_arch_info): New vars.
317         (mips_tune_string, mips_tune_info): New vars.
318         (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros.
319         (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.
320         (mips_isa_to_str, mips_cpu_to_str): Remove.
321         (mips_ip): If the selected architecture is a generic ISA rather
322         than a processor, only mention the ISA level in error messages.
323         (OPTION_MCPU): Remove.
324         (OPTION_FP64): New.
325         (md_longopts): Add -mfp64, remove -mcpu.
326         (mips_set_option_string): New fn.
327         (md_parse_option): Make -mipsN update file_mips_isa rather than
328         mips_opts.isa.  Use mips_set_option_string to set -march or -mtune.
329         Don't let -mgp32 and -mfp32 change the ABI.
330         (show): Move to end of file.  Constify string argument.
331         (md_show_usage): Move to the end of the file.  Read available
332         architectures from mips_cpu_info_table.
333         (mips_set_architecture): New fn.
334         (mips_after_parse_args): Rework.  Remove -mcpu handling.  -mipsN
335         is an alias for -march=mipsN.  Don't change the ABI based on other
336         flags.  Infer the register size from the ABI as well as the
337         architecture.  Complain about more conflicting arguments.
338         Unify logic with GCC.
339         (s_mipsset): Don't change the ABI.
340         (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32.
341         (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just
342         "mipsN"-type entries.  Remove entries that vary only in the
343         manufacturer's prefix, or that have "000" replaced by "k".
344         Remove TARGET_CPU entries.  Make r2000 entry use CPU_R3000.
345         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
346         (mips_parse_cpu): New fn.
347         (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove.
348         (mips_cpu_info_from_isa): Minor formatting tweak.
350 2002-07-24  Nick Clifton  <nickc@redhat.com>
352         * po/sv.po: Updated Swedish translation.
353         * po/es.po: Updated Spanish translation.
355 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
357         * Makefile.am: Run "make dep-am".
358         * Makefile.in: Regenerate.
359         * doc/Makefile.in: Regenerate.
360         * config.in: Regenerate.
361         * po/POTFILES.in: Regenerate.
363 2002-07-23  Nick Clifton  <nickc@redhat.com>
365         * po/fr.po: Updated French translation.
367 2002-07-23  Nick Clifton  <nickc@redhat.com>
369         * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for
370         GAS.
372 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
374         * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
375         instead of S_IS_EXTERN.
376         (md_estimate_size_before_relax): Likewise.
377         (mips_fix_adjustable): Likewise.
379 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
381         * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
383 2002-07-19  Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
384             Nick Clifton  <nickc@redhat.com>
386         * cond.c (s_ifdef): Treat a referenced but not yet defined
387         symbol as if it were undefined, in exactly the same way as
388         .equiv.
390         * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv
391         consider referenced bug not yet defined symbols to be
392         undefined.
394 2002-07-18  Denis Chertykov  <denisc@overta.ru>
395             Frank Ch. Eigler  <fche@redhat.com>
396             Alan Lehotsky  <alehotsky@cygnus.com>
397             John Healy  <jhealy@redhat.com>
398             Jeff Johnston  <jjohnstn@redhat.com>
400         * configure.in: Add ip2k configuraton.
401         * configure: Regenerate.
402         * Makefile.am: Add ip2k configuraton.
403         * Makefile.in: Regenerate.
404         * configure: Regenerate.
405         * Makefile.in: Regenerate.
406         * config/tc-ip2k.c: New file.
407         * config/tc-ip2k.h: New files.
408         * NEWS: Mention new support.
409         * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
410         * doc/Makefile.in: Regenerate.
411         * doc/all.texi: Set IP2K
412         * doc/as.texinfo: Add IP2K description.
413         * doc/c-ip2k.texi: New file.
415 2002-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
417         * NEWS: Reformat to match style of other NEWS files.
419 2002-07-17  Jan Hubicka  <jh@suse.cz>
421         * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
423 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
425         * config/tc-z8k.c (build_bytes): Correct order of memset args.
427 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
429         * NEWS: Add 'Changes in 2.13'.
431 2002-07-15  Matt Fredette  <fredette@netbsd.org>
433         * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
435 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
437         * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
438         case with non CODE_64BIT case.  Don't warn on "qword ptr" if
439         not CODE_64BIT.
441 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
443         * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
444         (ppc_frob_file_before_adjust): New function.
445         * config/tc-ppc.h (tc_frob_symbol): Don't define.
446         (ppc_elf_frob_symbol): Don't declare.
447         (tc_frob_file_before_adjust): Define.
448         (ppc_frob_file_before_adjust): Declare.
450         * config/tc-ppc.c (md_pseudo_table): Warning fix.
451         (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
452         flags.
453         (ppc_size): Delete.
454         (ppc_xcoff64): Rename to ppc_obj64.
455         (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
456         (ppc_set_cpu): Set PPC_OPCODE_32 too.
457         (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
458         or bfd_mach_ppc.
459         (ppc_target_format): Use ppc_obj64 to select format.
460         (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
461         (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
462         (ppc_elf_suffix): Likewise.  Don't depend on BFD_DEFAULT_TARGET_SIZE.
463         (tc_frob_symbol): Likewise.
464         (md_assemble): Use ppc_obj64 instead of ppc_size.  Don't depend on
465         BFD_DEFAULT_TARGET_SIZE.
466         (ppc_tc): Likewise.
467         (ppc_is_toc_sym): Likewise.
468         (md_apply_fix3): Likewise.
469         * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
470         BFD_DEFAULT_TARGET_SIZE.
471         (ELF_TC_SPECIAL_SECTIONS): Likewise.
472         (tc_frob_symbol): Likewise.
474 2002-07-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
476         * config/tc-mips.c (macro_build): Handle MIPS16 insns.
477         (mips_ip): Likewise.
479 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
481         * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
482         (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
483         (md_apply_fix3): Formatting.  Remove redundant test.
484         (tc_gen_reloc): Remove redundant code.
485         (tc_i386_force_relocation): Delete.  Movy body of function to..
486         * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
488 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
490         * configure.in: Add hppa-*-openbsd* target, change
491         alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
492         with sparc64 cpu.
493         * configure: Regenerate.
495 2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
497         * config/tc-mips.c (macro): Shift the 32-bit address range
498         accessible with a lone "lui" down by 32768.
500 2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
502         * config/tc-mips.c (load_address): Use non-trapping "daddu"
503         instead of "dadd" in address calculations.
504         (macro): Likewise.
506 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
508         * config/tc-i386.c (process_suffix): Remove intel mode movsx and
509         movzx fudges.
510         (md_assemble): Instead, zap the suffix here.
512 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
514         * NEWS: Remove next release number until the release is actually
515         upon us.
517 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
519         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
520         Run "make dep-am".
521         * Makefile.in: Regenerate.
523 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
525         * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
526         to symbols in merge sections, even non pc-relative ones.
528 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
530         * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
532 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
534         * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
535         .softregs and .eeprom.
537 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
539         * NEWS: Note the next release is 2.13.
541 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
543         * po/tr.po: New translation imported.
545 2002-06-26  Elias Athanasopoulos  <eathan@otenet.gr>
547         * ecoff.c: (get_tag): Replace strcpy with xstrdup.
548         (ecoff_directive_def): Likewise.
549         (ecoff_directive_tag): Likewise.
550         * listing.c (file_info): Likewise.
551         * hash.c (what): Likewise.
553 2002-06-25  H.J. Lu <hjl@gnu.org>
555         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
556         * Makefile.in: Regenerated.
558 2002-06-19  Dhananjay R. Deshpande <dhananjayd@kpit.com>
560         * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
561         (assemble_ppi): Generate warning if the same register is used
562         twice as destination in the same padd / pmuls instruction.
564 2002-06-18  Dave Brolley  <brolley@redhat.com>
566         From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
567         * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
568         * configure.in: Support frv-*-*.
569         * Makefile.am (CPU_TYPES): Add frv.
570         (TARGET_CPU_CFILES): Add tc-frv.c.
571         (TARGET_CPU_HFILES): Add tc-frv.h.
572         (DEPTC_frv_coff): New variable.
573         (DEPTC_frv_elf): New variable.
574         (DEPOBJ_frv_coff): New variable.
575         (DEPOBJ_frv_elf): New variable.
576         (DEP_frv_coff): New variable.
577         (DEP_frv_elf): New variable.
578         * tc-frv.c: New file.
579         * tc-frv.h: New file.
581 2002-06-17  Catherine Moore <clm@redhat.com>
583         * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
585 2002-06-17  J"orn Rennecke <joern.rennecke@superh.com>
587         * config/tc-sh.c (assemble_ppi): Initialize reg_n.
589 2002-06-17  Tom Rix <trix@redhat.com>
591         * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
593 2002-06-14  H.J. Lu  <hjl@gnu.org>
594             Daniel Jacobowitz  <drow@mvista.com>
596         * dwarf2dbg.h (dwarf2_directive_file): Return char *.
597         * dwarf2dbg.c (dwarf2_directive_file): Return filename.
598         * config/tc-mips.c (s_mips_file): Call s_app_file_string
599         and new_logical_line for the first .file directive.
600         * read.c (s_app_file_string): New function.
601         (s_app_file): Call it.
602         * read.h (s_app_file_string): Add declaration.
604 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
606         * configure.in: Remove MIPS_STABS_ELF.
607         * configure: Regenerated.
608         * config.in: Regenerated.
609         * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
610         for MIPS targets.
611         * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
612         ".extern".
613         (pdr_seg): Declare unconditionally.
614         (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
615         (s_mips_end): Likewise.  Generate stabs function markers.
616         (s_mips_ent): Generate stabs function markers.
617         (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
618         ELF.
619         (s_mips_mask): Likewise.
620         (mips_flag_mdebug): New.
621         (md_longopts): Add "mdebug" and "no-mdebug".
622         (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
623         (mips_after_parse_args): Set mips_flag_mdebug.
624         * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
626 2002-06-13  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
628         * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
629         value twice for RELA relocations.
631 2002-06-12  Ben Elliston  <bje@redhat.com>
633         * symbols.c (resolve_symbol_value): Initialise final_val.
635         * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
637 2002-06-11  Tom Rix  <trix@redhat.com>
639         * config/tc-ppc.c (ppc_subseg_align): Delete.
640         (ppc_change_csect): Default csect align is 2.
641         * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
643 2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
645         * config/tc-avr.c (mcu_types): Update.
647 2002-06-08  Matt Thomas  <matt@3am-software.com>
649         * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
650         (vax-*-netbsd*): New targets.
651         * configure: Regenerate.
652         * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
653         * config/tc-vax.c: Add support for ELF and PIC.
654         (flag_want_pic): New flag.
655         (float_cons): Fix prototype.
656         (md_apply_fix3): Adjust for BFD_ASSEMBLER.
657         (md_assemble): Introduce a new is_absolute local, and use it
658         rather than repeating the test.  Make fatal errors actually
659         fatal by using as_fatal as appropriate.  Adjust for BFD_ASSEMBLER.
660         Add support for ELF.  Add support for PIC.
661         (md_convert_frag): Adjust for BFD_ASSEMBLER.
662         (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
663         BFD_ASSEMBLER.
664         (vax_reg_parse): Make the % register prefix mandatory for ELF,
665         optional for a.out, and not allowed for VMS.  Adjust all callers.
666         (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
667         (md_create_long_jump): Likewise.
668         (md_undefined_symbol): Likewise.
669         (md_section_align): Likewise.
670         (md_shortopts): Allow -k and -K for ELF.
671         (md_parse_option): Set flag_want_pic if -k or -K.
672         (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
673         (tc_gen_reloc): New function if BFD_ASSEMBLER.
674         * config/tc-vax.h (tc_headers_hook): Remove.
675         (TARGET_FORMAT): Set according to object format and target
676         environment.
677         (BFD_ARCH, TARGET_ARCH): Define.
678         (NO_RELOC): Adjust for BFD_ASSEMBLER.
679         (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
680         (tc_fix_adjustable): Define if BFD_ASSEMBLER.
681         * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
683 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
685         * Makefile.am: Run "make dep-am".
686         * Makefile.in: Regenerate.
688         * as.c: Replace CONST with const.
689         * write.c: Likewise.
690         * config/obj-coff.c: Likewise.
691         * config/tc-a29k.c: Likewise.
692         * config/tc-arm.c: Likewise.
693         * config/tc-dlx.c: Likewise.
694         * config/tc-h8300.c: Likewise.
695         * config/tc-h8500.c: Likewise.
696         * config/tc-i370.c: Likewise.
697         * config/tc-i860.c: Likewise.
698         * config/tc-i960.c: Likewise.
699         * config/tc-m68hc11.c: Likewise.
700         * config/tc-m68k.c: Likewise.
701         * config/tc-m88k.c: Likewise.
702         * config/tc-mcore.c: Likewise.
703         * config/tc-mips.c: Likewise.
704         * config/tc-ns32k.c: Likewise.
705         * config/tc-pdp11.c: Likewise.
706         * config/tc-pj.c: Likewise.
707         * config/tc-s390.c: Likewise.
708         * config/tc-sh.c: Likewise.
709         * config/tc-sparc.c: Likewise.
710         * config/tc-tahoe.c: Likewise.
711         * config/tc-tic80.c: Likewise.
712         * config/tc-v850.c: Likewise.
713         * config/tc-vax.c: Likewise.
714         * config/tc-w65.c: Likewise.
715         * config/tc-z8k.c: Likewise.
717 2002-06-08  Daniel Jacobowitz  <drow@mvista.com>
719         Based on patch from Matt Green:
720         * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
721         * config/tc-mips.c (s_mips_file): Renamed from s_file.
722         (s_mips_loc): New function.
723         (mips_nonecoff_pseudo_table): Call them.
724         (append_insn): Call dwarf2_emit_insn.
726 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
728         * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
729         to -1.
730         (file_ase_mips16): New veriable.
731         (mips_eabi64): Remove.
732         (CPU_HAS_MIPS16): New define.
733         (CPU_HAS_MDMX): Fix data type.
734         (md_begin): Code cleanup. Use file_ase_mips16.
735         (mips_elf_final_processing): Handle mips16 header flag.
736         Handle EABI flag without intermediate variable.
738 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
740         * doc/as.texinfo: Update MIPS documentation.
742 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
744         * config/tc-mips.c: Add define for $zero register.
745         (md_begin): Add $zero as alias name for $0.
746         (insn_uses_reg): Use ZERO define.
747         (mips_ip): Add $zero as alias name for $0.
748         (mips16_ip): Likewise.
749         (s_cplocal): Demand empty rest of input line.
750         (tc_get_register): Likewise. Add support for $kt0, kt1 register
751         names. Use ZERO define. Fix input_line_pointer progress.
753 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
755         * symbols.c: Replace CONST by const throughout.
756         (symbol_find_exact): Split out from..
757         (symbol_find_base): ..here.
758         * symbols.h: Replace CONST by const throughout.
759         (symbol_find_exact): Declare.
760         * config/obj-elf.c: #include "struc-symbol.h".
761         (elf_frob_file): If group name matches an exported symbol, use that
762         symbol for the signature and ".group" as the section name.
764 2002-06-06  J"orn Rennecke <joern.rennecke@superh.com>
766         * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
767         but warn about it.
768         * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
769         * testsuite/gas/sh/pcrel.d: Update.
770         * testsuite/gas/sh/pcrel.l: New file.
772 2002-06-06  Daniel Jacobowitz  <drow@mvista.com>
774         * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
775         and mips_opts.ase_mdmx if they are uninitialized.
777 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
779         * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
780         (hppa_force_relocation): Check if a stub just before the start symbol
781         of the last call_info is reachable before forcing relocation.  Fix
782         typo.
784 2002-06-04  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
786         * config/tc-mips.c (mips_after_parse_args): New function.
787         (md_begin): Move processing of defaults to mips_after_parse_args.
788         config/tc-mips.h (md_after_parse_args): Define.
790 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
792         * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
793         (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
794         (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
795         * configure: Regenerate.
796         * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
797         environment.
799 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
801         * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
803 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
805         * config/obj-elf.c (obj_elf_change_section): Set and check elf
806         linkonce flag.  Print all warnings.
807         (obj_elf_section): Parse ",comdat" for groups.
808         (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups.  Check
809         consistency of comdat flag.
811 2002-06-02  Richard Henderson  <rth@redhat.com>
813         * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
814         with LITERALs without sequence numbers.
816 2002-06-01  Richard Henderson  <rth@redhat.com>
818         * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
819         Rename them LITUSE_ALPHA_*.
821 2002-05-31  Shrinivas Atre <ShrinivasA@kpit.com>
823         * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
824         accept parentheses enclosed register lists.
826 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
828         * Makefile.am: Run "make dep-am".
829         * Makefile.in: Regenerate.
830         * po/POTFILES.in: Regenerate.
832 2002-05-31  Graeme Peterson  <gp@qnx.com>
834         * configure.in: Add i386-*-nto-qnx*.
835         * configure: Regenerate.
837 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
839         * config/tc-mips.c (mips_ip): Use unsigned long values for
840         warning output.
842 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
844         * config/tc-mips.c (s_cpsetup): Fix initialization of
845         mips_cpreturn_register and mips_cpreturn_offset.
847 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
849         * config/tc-mips.c (s_cpsetup): Fix comment.
851 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
853         * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
854         (mips_ip): Likewise.
855         (mips16_ip): Likewise.
856         (tc_get_register): Likewise.
858 2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
859             Ed Satterthwaite  <ehs@broadcom.com>
861         * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
862         (mips_opts): Initialize "ase_mdmx" member.
863         (file_ase_mdmx): New variable.
864         (CPU_HAS_MDMX): New macro.
865         (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
866         based on command line options and configuration defaults.
867         (macro_build): Note in comment that use of MDMX in macros is
868         not currently allowed.
869         (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
870         "Z" MDMX operand types.
871         (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
872         and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
873         types.
874         (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
875         Add support for "-mdmx" and "-no-mdmx" options.
876         (OPTION_ELF_BASE): Move to accomodate new options.
877         (s_mipsset): Support ".set mdmx" and ".set nomdmx".
878         (mips_elf_final_processing): Set MDMX ASE ELF header flag if
879         file_ase_mdmx was set.
880         * doc/as.texinfo: Document -mdmx and -no-mdmx options.
881         * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
882         nomdmx" directives.
884 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
886         * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
887         OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
888         command line switch conforming to gcc conventions.
889         * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
891 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
893         * config/tc-mips.c (macro_build_jalr): New Function.
894         (md_begin): NewABI uses big GOTs.
895         (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
896         BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
897         (load_address): Add some NewABI PIC support.
898         (macro): Likewise.
899         (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
900         (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
902 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
904         * config/tc-mips.c (load_address): Use mips_gp_register instead
905         of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
906         instead.
907         (macro): Use mips_gp_register instead of hardcoded value.
909 2002-05-30  Richard Henderson  <rth@redhat.com>
911         * expr.h (operatorT): Add O_md17..O_md32.
912         * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
913         O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
914         O_tprelhi, O_tprello, O_tprel): New.
915         (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
916         (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
917         (LITUSE_TLSGD, LITUSE_TLSLDM): New.
918         (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
919         saw_lu_tlsgd, saw_lu_tlsldm.  Make multi_section_p a bit field.
920         (md_apply_fix3): Handle TLS relocations.
921         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
922         (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
923         associated TLS reloc.  Check lituse_tls relocs match up.
924         (emit_insn): Handle TLS relocations.
925         (ldX_op): Remove.
927         * doc/c-alpha.texi: Add docs for tls relocations.
929 2002-05-30  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
931         * config/tc-mips.c (mips_gprel_offset): New variable.
932         (s_gpvalue): Use it.
934 2002-05-30  Diego Novillo  <dnovillo@redhat.com>
936         * gas/config/tc-d10v.c (check_resource_conflict): Only check
937         write-write conflicts.
938         (md_assemble): Reformat introductory comment.
939         (parallel_ok): Prevent packing only if the first
940         instruction cannot be packed.
942 2002-05-30  Jason Eckhardt <jle@redhat.com>
943             Tom Rix <trix@redhat.com>
945         * config/tc-d10v.c (build_insn): Check for immediates.
947 2002-05-28  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
949         * config/tc-mips.c: Replace GP in comments by $gp.
950         (mips_big_got): Initialize.
951         (mips_trap): Initialize.
952         (load_address): Use mips_gp_register instead of hardcoded value.
953         Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
954         (macro): Use mips_gp_register instead of hardcoded value.
955         (macro2): Change load_address calls.
956         (md_pcrel_from): Comment formatting.
957         (s_cpload): Use mips_gp_register instead of hardcoded value.
958         (s_cprestore): Likewise. Comment formatting.
959         (s_gpword): Fix data type.
960         (s_cpadd): Use mips_gp_register instead of hardcoded value.
961         (nopic_need_relax): Replace GP in comments by $gp.
962         (mips_elf_final_processing): Better comment.
964 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
966         * configure.in: Add DLX configuraton
967         * Makefile.am: Add DLX configuraton
968         * configure: Regenerate.
969         * Makefile.in: Regenerate.
970         * config/tc-dlx.c: New file.
971         * config/tc-dlx.h: New files.
972         * NEWS: Mention new support.
974 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
976         * config/obj-coff.c (write_object_file): Add missing semicolon.
978 2002-05-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
980         * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
981         by the define. Remove superfluous check of mips_opts.mips16.
982         (append_insn): Likewise. Canonicalize variable increments.
983         (macro_build): Canonicalize variable increments.
984         (macro_build_lui): Likewise.
985         (load_register): Likewise.
986         (load_address): Move pointer initialization.
987         (macro): Move pointer to a more local scope. Canonicalize variable
988         increments. Better comments. Replace magic constant for RA by the
989         define.
990         (macro2): Replace magic constant for RA by the define. Canonicalize
991         variable increments.
992         (mips_ip): Canonicalize variable increments.
993         (mips16_ip): Replace magic constant for RA by the define.
994         (my_getSmallParser): Canonicalize variable increments/decrements.
995         (my_getPercentOp): Likewise.
996         (my_getSmallExpression): Likewise.
997         (s_align): Likewise.
998         (s_mipsset): Likewise.
999         (s_cpsetup): Likewise.
1000         (s_insn): Remove superfluous check of mips_opts.mips16.
1001         (s_mips_stab): Likewise.
1002         (mips_handle_align): Canonicalize variable increments.
1003         (s_mips_ent): Likewise.
1004         (s_mips_end): Add comment.
1006 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
1008         * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1009         * configure: Regenerate.
1011 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1013         * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
1014         * Makefile.in: Regenerate.
1015         * dep-in.sed: Reorder to match OBJS in Makefile.am.
1016         * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
1017         * configure: Regenerate.
1018         * as.h: Use #include "" instead of <> for local header files.
1019         * flonum-konst.c: Likewise.
1020         * flonum-mult.c: Likewise.
1021         * gasp.c: Likewise.
1022         * listing.c: Likewise.
1023         * config/tc-ia64.h: Likewise.
1024         * config/tc-v850.h: Likewise.
1026 2002-05-24  TAMURA Kent <kent@netbsd.org>
1028         * configure.in: Add a target for i386-netbsdpe.
1029         * configure: Regenerate.
1031 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1033         * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
1034         (obj_elf_common): Call elf_common.
1035         (obj_elf_tls_common): New function.
1036         (elf_pseudo_tab): Support .tls_common.
1037         (special_sections): Add .tdata and .tbss.
1038         (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
1039         sections.
1040         (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
1041         (obj_elf_parse_section_letters): Include T in error message.
1042         * config/tc-ppc.c (ppc_section_letter): Likewise.
1043         * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
1044         (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
1045         SEC_MERGE.
1046         * config/tc-sparc.c (md_apply_fix3): Likewise.
1047         * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
1048         Define them if not BFD_ASSEMBLER.
1049         (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
1050         and @NTPOFF.
1051         (md_apply_fix3): Add TLS relocs.
1052         * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
1053         FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
1054         FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
1055         (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
1056         (ia64_elf_section_letter): Include T in error message.
1057         (md_begin): Support TLS operators.
1058         (md_operand): Likewise.
1059         (ia64_gen_real_reloc_type): Support TLS relocs.
1060         * testsuite/gas/i386/tlspic.s: New file.
1061         * testsuite/gas/i386/tlsd.s: New file.
1062         * testsuite/gas/i386/tlsnopic.s: New file.
1063         * testsuite/gas/i386/tlsd.d: New file.
1064         * testsuite/gas/i386/tlsnopic.d: New file.
1065         * testsuite/gas/i386/tlspic.d: New file.
1066         * testsuite/gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
1067         * testsuite/gas/ia64/tls.s: New file.
1068         * testsuite/gas/ia64/tls.d: New file.
1069         * testsuite/gas/ia64/ia64.exp: Add tls test.
1070         * write.c (adjust_reloc_syms): Don't change symbols in
1071         SEC_THREAD_LOCAL sections to STT_SECTION + addend.
1073 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1075         * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
1076         round the relocation up rather than down.
1078 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1080         * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
1081         flag.
1082         * doc/as.texinfo: Document that the COFF version of .section
1083         ignores the 'a' flag.
1085 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
1087         * config/tc-alpha.c (assemble_tokens): Protect use of
1088         ALPHA_RELOC_TABLE with #ifdef RELOC_OP_P.
1090         * write.c (size_seg): Check adjustment to last frag.
1091         (SUB_SEGMENT_ALIGN): If HANDLE_ALIGN defined, pad out last frag to
1092         section alignment.
1093         * config/obj-coff.c (SUB_SEGMENT_ALIGN): Likewise.
1094         * config/obj-ieee.c (SUB_SEGMENT_ALIGN): Likewise.
1095         (write_object_file): Invoke md_do_align if available, and use
1096         frag_align_code on text sections.
1097         * config/obj-vms.h (SUB_SEGMENT_ALIGN): Now two args.
1098         * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Likewise.
1099         * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Likewise.
1100         * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
1101         * config/tc-i386.h (SUB_SEGMENT_ALIGN): Likewise.  Define for
1102         BFD_ASSEMBLER too.
1104 2002-05-22  H.J. Lu <hjl@gnu.org>
1106         * dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
1107         for source file.
1109 2002-05-22  Nick Clifton  <nickc@cambridge.redhat.com>
1111         * config/tc-arm.c (arm_s_section): Enable for COFF builds as well
1112         as ELF builds.
1114 2002-05-22  H.J. Lu <hjl@gnu.org>
1116         * dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
1117         for one .loc for compiler.
1119 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1121         * config/tc-mips.c (macro): Relax warning, it's toot strict for
1122         embedded-PIC.
1124 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1126         * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
1127         Optimize the rotate by zero case.
1129 2002-05-21  Nick Clifton  <nickc@cambridge.redhat.com>
1131         * configure.in: Remove accidental enabling of bfd_gas=yes for
1132         sh-coff targets.
1133         * configure: Regenerate.
1135 2002-05-18  Kazu Hirata  <kazu@cs.umass.edu>
1137         * app.c: Fix formatting.
1138         * as.c: Likewise.
1139         * ehopt.c: Likewise.
1140         * expr.c: Likewise.
1141         * input-file.c: Likewise.
1142         * listing.c: Likewise.
1143         * macro.h: Likewise.
1144         * stabs.c: Likewise.
1145         * symbols.c: Likewise.
1147 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
1149         * config/obj-generic.c: Delete file.
1150         * config/obj-generic.h: Likewise.
1152 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1154         * config/tc-avr.c (mcu_types): Update for new devices.
1156 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1158         * config/tc-mips.c (macro): Warn about wrong la/dla use.
1160 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1162         * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
1163         worked sometimes by accident. Fix copy&paste comment.
1165 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1167         * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
1168         alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
1169         (mips_elf_final_processing): Let n32 use .reginfo.
1171 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1173         * config/tc-mips.c (append_insn): Fix too small range of variable.
1175 2002-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
1177         * config/tc-arm.c (arm_cleanup): Remove redundant call to
1178         listing_prev_line().
1180 2002-05-13  Nick Clifton  <nickc@cambridge.redhat.com>
1182         * config/tc-arm.c (md_assemble): Remove redundant call to
1183         listing_prev().
1185         * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
1186         loc_directive_seen.
1188         * stabs.c (s_stab_generic): Fix grammatical error in warning
1189         message.
1191 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
1193         * write.c (subsegs_finish): Don't specially align last subseg.
1195 2002-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
1197         * stabs.c (s_stab_generic): Warn about a description field that is
1198         too big.
1200         * config/obj-coff.c: Fix compile time warnings when compiling
1201         without BFD_ASSEMBLER defined.
1202         Fix formatting.
1204         * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms
1205         target.
1206         (md_pcrel_from_section): Use md_pcrel_from().
1208 2002-05-11  Bruno Haible  <bruno@clisp.org>
1210         * dwarf2dbg.c (dwarf2_emit_insn): Use the 'current' struct filled
1211         by dwarf2_directive_loc, instead of calling dwarf2_where.
1213 2002-05-11  Kazu Hirata  <kazu@cs.umass.edu>
1215         * config/obj-coff.h: Fix formatting.
1216         * config/tc-mcore.c: Likewise.
1217         * config/tc-mn10300.c: Likewise.
1218         * config/tc-openrisc.c: Likewise.
1219         * config/tc-or32.c: Likewise.
1220         * config/tc-pdp11.c: Likewise.
1221         * config/tc-ppc.c: Likewise.
1222         * config/tc-ppc.h: Likewise.
1223         * config/tc-sh64.c: Likewise.
1224         * config/tc-sh.c: Likewise.
1225         * config/tc-tic54x.c: Likewise.
1226         * config/tc-xstormy16.c: Likewise.
1227         * config/tc-xstormy16.h: Likewise.
1229 2002-05-09  Kazu Hirata  <kazu@cs.umass.edu>
1231         * config/obj-coff.c: Fix formatting.
1232         * config/obj-elf.c: Likewise.
1233         * config/tc-alpha.c: Likewise.
1234         * config/tc-arm.c: Likewise.
1235         * config/tc-d10v.c: Likewise.
1236         * config/tc-d30v.c: Likewise.
1237         * config/tc-h8300.c: Likewise.
1238         * config/tc-hppa.c: Likewise.
1240 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1242         * config/tc-i386.c (md_estimate_size_before_relax) Don't lose
1243         reloc when no_cond_jump_promotion.
1245 2002-05-08  Jim Wilson  <wilson@redhat.com>
1247         * config/tc-i960.c (md_estimate_size_before_relax): Return size of
1248         current variable part of frag.
1250 2002-05-08  Kazu Hirata  <kazu@cs.umass.edu>
1252         * config/tc-mmix.c: Fix formatting.
1253         * config/tc-mmix.h: Likewise.
1255 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
1257         * configure: Regenerate.
1259 2002-05-07  Kazu Hirata  <kazu@cs.umass.edu>
1261         * config/tc-m68k.c: Fix formatting.
1263 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1265         * Makefile.am: Honour DESTDIR.
1266         * Makefile.in: Regenerate.
1268 2002-05-06  Kazu Hirata  <kazu@cs.umass.edu>
1270         * config/tc-ia64.c: Fix formatting.
1271         * config/tc-ia64.h: Likewise.
1273 2002-05-04  Kazu Hirata  <kazu@cs.umass.edu>
1275         * config/tc-mips.c: Fix formatting.
1276         * config/tc-s390.c: Likewise.
1277         * config/tc-s390.h: Likewise.
1279 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
1281         * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
1282         information for instructions.
1284 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
1286         * as.h: Fix formatting.
1287         * cgen.c: Likewise.
1288         * cgen.h: Likewise.
1289         * dwarf2dbg.c: Likewise.
1290         * frags.h: Likewise.
1291         * gasp.c: Likewise.
1292         * macro.c: Likewise.
1293         * read.c: Likewise.
1294         * stabs.c: Likewise.
1295         * symbols.c: Likewise.
1297 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
1299         * app.c (mri_pseudo): Only declare for TC_M68K.
1301         * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.
1302         (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with
1303         BFD_RELOC_16_BASEREL.
1304         (md_assemble): Likewise.
1305         (md_apply_fix3): Likewise.
1307 2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
1309         * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of
1310         zero into an add of zero - it is not the same.
1312 2002-05-01  Arati Dikey <aratid@kpit.com>
1314         * tc-sh.c (get_specific): Generate warning if the same
1315         destination register is used in parallel instructions.
1317 2002-05-01  Andrew Macleod  <amacleod@cygnus.com>
1319         * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
1321 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1323         * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
1324         backwards to prevent cascading errors.
1326 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
1328         * configure.in: Add support for powerpc-*-windiss.
1329         * configure: Regenerated.
1331 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
1333         * config/tc-s390.c (md_parse_option): Formatting.
1335         * config/tc-i386.c: Formatting fixes, add missing space in error
1336         message.
1338 2002-04-24  Christian Groessler <chris@groessler.org>
1340         * config/tc-z8k.c (build_bytes): Add support for new cases:
1341         CLASS_IGNORE and ARG_NIM4.
1342         (md_assemble): Prevent destruction of input_line_pointer if
1343         get_operands returns failure.
1345 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
1347         * config/tc-mips.c (macro_build): Do _not_ allow MIPS-3D
1348         instructions to be generated by macros.
1350 2002-04-24  Andreas Schwab  <schwab@suse.de>
1352         * config/tc-i386.c (output_jump, output_disp)
1353         (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
1354         more.
1355         (md_apply_fix3): Remember addend value for rela relocations.
1356         (tc_gen_reloc): Correctly compute pc-relative relocation addend.
1358 2002-04-22  Chris Demetriou  <cgd@broadcom.com>
1360         * config/tc-mips.c (macro_build): Add close-parenthesis missing
1361         from previous change.
1363 2002-04-22  Eric Christopher  <echristo@redhat.com>
1365         * config/tc-mips.c (macro_build): Add warning if macro instructions
1366         are expanded into a branch delay slot.
1368 2002-04-17  Geoffrey Keating  <geoffk@redhat.com>
1370         * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
1371         numbers, gdb relies on them to detect the start of the prologue.
1373 2002-04-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1375         * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
1376         symbols in merge sections.
1378 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
1380         * as.c (main): Don't reference _bfd_chunksize.
1382 2002-04-15  Tom Rix  <trix@redhat.com>
1384         * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
1385         symbols in merge sections.
1387 2002-04-11  Richard Sandiford  <rsandifo@redhat.com>
1389         * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
1390         * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
1391         argument for the precision.
1392         (gen_to_words): Update accordingly.
1394 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
1396         * as.c (parse_args <OPTION_VERSION>): Use VERSION is
1397         BFD_VERSION_STRING unavailable.
1398         * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
1400 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1402         * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
1403         symbol_used_in_reloc_p is true.
1405         * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
1406         endian hosts.
1408 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1410         * dep-in.sed: Cope with absolute paths.
1411         * Makefile.am (dep.sed): Subst TOPDIR.
1412         Run "make dep-am".
1413         * Makefile.in: Regenerate.
1415 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1417         * config/tc-mips.c (mips16_macro_build): Cast type mismatch.
1418         (mips_ip): Remove unused variable.
1419         (md_apply_fix3): Cast signed/unsignes mismatches. Replace
1420         unsigned char with bfd_byte.
1421         (s_file): Remove unused variable.
1422         (s_mips_ent): Likewise.
1424 2002-04-03  Tom Rix  <trix@redhat.com>
1426         * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where.
1427         (build_insn): Same.
1428         (find_opcode): Fix warning in as_warn.
1429         * config/tc-d10v.h: Update Copyright.
1431 2002-04-03  Alan Matsuoka <alanm@redhat.com>
1432             Tom Rix  <trix@redhat.com>
1434         From Jeff Knaggs <jknaggs@redhat.com>
1435         * config/tc-d10v.c (check_resource_conflict): New function to
1436         check for resource conflicts.
1438         From Jason Eckhardt  <jle@redhat.com>
1439         * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
1440         imm3 fields.
1441         * config/tc-d10v.c (find_opcode): Emit a warning if one of the
1442         reserved control registers is used.
1443         * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
1444         imm3 fields.
1446         From 2001-03-28  Diego Novillo  <dnovillo@redhat.com>
1447         * tc-d10v.c (parallel_ok): Prevent packing only if the first
1448         instruction cannot be packed.
1450         From 2001-03-30  Diego Novillo  <dnovillo@redhat.com>
1451         * gas/config/tc-d10v.c (check_resource_conflict): Only check
1452         write-write conflicts.
1453         (md_assemble): Reformat introductory comment.
1454         * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
1455         arguments.
1457 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
1459         * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
1460         O_logical_not>): Derive final_seg from add_symbol.
1461         <O_multiply..O_logical_or>: More final_seg twiddles.
1463 2002-04-01  Jessica Han  <jessica@cup.hp.com>
1465         * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
1466         in 32-bit mode.
1468 2002-03-27  Andreas Schwab  <schwab@suse.de>
1470         * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
1471         field for pc-relative fixups.
1472         (output_disp): Likewise.
1473         (md_estimate_size_before_relax): Likewise.
1474         (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
1475         pc-relative fixups in 64bit mode.
1477 2002-03-22  Alan Modra  <amodra@bigpond.net.au>
1479         * config/te-aix5.h: Typo fix.
1481 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1483         * Makefile.am: Run "make dep-am".
1484         * Makefile.in: Regenerate.
1485         * doc/Makefile.in: Regenerate.
1487 2002-03-20  Albert Chin-A-Young  <china@thewrittenword.com>
1489         * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
1490         (vfp_sp_reg_pos -> vfp_dp_reg_pos).
1492 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
1494         * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
1495         the EXTENDED bit here; report the estimate according to the
1496         current size.
1498 2002-03-18  Tom Rix  <trix@redhat.com>
1500         * configure.in: Add AIX 5 support.
1501         * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
1502         * config/te-aix5.h: New file. AIX 5 support.
1503         * configure: Regenerate.
1505 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1507         * po/fr.po: Updated version.
1509 2002-03-16  Andreas Jaeger  <aj@suse.de>
1511         * doc/c-mips.texi (Machine Dependencies): Add new node.
1513 2002-03-15  Chris G. Demetriou  <cgd@broadcom.com>
1515         * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
1516         (mips_opts): Initialize "ase_mips3d" member.
1517         (file_ase_mips3d): New variable.
1518         (CPU_HAS_MIPS3D): New macro.
1519         (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
1520         based on command line options and configuration defaults.
1521         (macro_build, mips_ip): Accept MIPS-3D instructions if
1522         mips_opts.ase_mips3d is set.
1523         (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
1524         Add support for "-mips3d" and "-no-mips3d" options.
1525         (OPTION_ELF_BASE): Move to accomodate new options.
1526         (s_mipsset): Support ".set mips3d" and ".set nomips3d".
1527         (mips_elf_final_processing): Add a comment indicating that a
1528         MIPS-3D ASE ELF header flag should be set, when one exists.
1529         * doc/as.texinfo: Document -mips3d and -no-mips3d options.
1530         * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
1531         nomips3d" directives.
1533 2002-03-14  Hans-Peter Nilsson  <hp@bitrange.com>
1535         * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
1536         a weak symbol in same section to be within reach.
1538 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1540         * po/fr.po: Updated version.
1542 2002-03-12  Andreas Schwab  <schwab@suse.de>
1544         * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
1545         body record so that an error is given for misplaced .save
1546         pseudo-ops.
1548 2002-03-09  Alan Modra  <amodra@bigpond.net.au>
1550         * config/tc-i386.h (REX_OPCODE): Define.
1551         (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
1552         (rex_byte): typedef to int.
1553         * config/tc-i386.c: Group prototypes and vars together.
1554         Formatting fixes.  Remove occurrences of "register" keyword.
1555         (true): Delete.
1556         (false): Delete.
1557         (mode_from_disp_size): Add INLINE keyword to prototype.
1558         (fits_in_signed_byte): Likewise.
1559         (fits_in_unsigned_byte): Likewise.
1560         (fits_in_unsigned_word): Likewise.
1561         (fits_in_signed_word): Likewise.
1562         (fits_in_unsigned_long): Likewise.
1563         (fits_in_signed_long): Likewise.
1564         (type_names): Constify.
1565         (intel_float_operand): Constify param.
1566         (add_prefix): Use REX_OPCODE.
1567         (md_assemble): Likewise.  Modify for changed rex_byte.
1568         (parse_insn): Split out of md_assemble.
1569         (parse_operands): Likewise.
1570         (swap_operands): Likewise.
1571         (optimize_imm): Likewise.
1572         (optimize_disp): Likewise.
1573         (match_template): Likewise.
1574         (check_string): Likewise.
1575         (process_suffix): Likewise.
1576         (check_byte_reg): Likewise.
1577         (check_long_reg): Likewise.
1578         (check_qword_reg): Likewise.
1579         (check_word_reg): Likewise.
1580         (finalize_imm): Likewise.
1581         (process_operands): Likewise.
1582         (build_modrm_byte): Likewise.
1583         (output_insn): Likewise.
1584         (output_branch): Likewise.
1585         (output_jump): Likewise.
1586         (output_interseg_jump): Likewise.
1587         (output_disp): Likewise.
1588         (output_imm): Likewise.
1590 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1592         * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1594 2002-03-06  Alan Modra  <amodra@bigpond.net.au>
1596         * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
1597         relocs except when BFD64.
1599         * write.c (number_to_chars_bigendian): Don't abort when N is
1600         larger than sizeof (VAL).
1601         (number_to_chars_littleendian): Likewise.
1603 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1605         * config/tc-hppa.c (md_apply_fix3): Add cast.
1606         (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
1607         e_rrsel.
1609 2002-03-05  Paul Koning  <pkoning@equallogic.com>
1611         * tc-pdp11.c: Use VAX float format support for PDP-11 target.
1612         (parse_ac5): New function for parsing float regs in float operand.
1613         (parse_expression): Remove attempt to make literals be octal.
1614         (parse_op_no_deferred): Support float literals.
1615         (parse_op): Reject attempts to refer to float regs.
1616         (parse_fop): New function, like parse_op but for float operand.
1617         (md_assemble): Add cases to parse float operands.  Also fix
1618         IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
1620 2002-03-04  H.J. Lu <hjl@gnu.org>
1622         * config/obj-elf.c (special_section): Add .init_array,
1623         .fini_array and .preinit_array.
1625         * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
1626         .init_array and .fini_array.
1628 2002-03-01  Jakub Jelinek  <jakub@redhat.com>
1630         * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
1631         visibility.
1632         (obj_frob_symbol): Copy visibility.
1634 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
1636         * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
1637         s_text.
1638         (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
1640 2002-02-27  Nick Clifton  <nickc@cambridge.redhat.com>
1642         * po/es.po: Updated.
1644 2002-02-26  Chris Demetriou  <cgd@broadcom.com>
1646         * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
1647         only, undo the changes made on 2001-06-08, with the
1648         effect being that common or extern symbols are
1649         adjusted for embedded-PIC, but weak symbols are not.
1650         (md_estimate_size_before_relax: Likewise, with the effect
1651         that extern symbols are treated the same as weak symbols
1652         only if not embedded-PIC.
1653         (mips_fix_adjustable) Likewise, with the effect that
1654         weak or extern symbols are not adjusted for embedded-PIC.
1655         (md_apply_fix3): Tweak so that the case where value is zero
1656         is handled more correctly for embedded-PIC code.
1658 2002-02-26  Nick Clifton  <nickc@cambridge.redhat.com>
1660         * doc/as.texinfo (Overview): Add missing @ifset IA64
1662         * configure.in (LINGUAS): Add es.po.
1663         * configure: Regenerate.
1664         * po/es.po: New file.
1666 2002-02-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1668         * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
1669         (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
1670         and NO_PIC cases. Code cleanup.
1671         (macro2): Fix handling of 64bit register loads.
1673 2002-02-25  David Mosberger  <davidm@hpl.hp.com>
1675         * doc/as.texinfo: Add entry for IA64.
1676         * doc/c-ia64.texi: New file.
1678 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
1680         * config/tc-hppa.c: Update copyright date.
1682         * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
1683         Remove references to chip manufacturers.
1684         * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
1685         Correct comments.
1686         (md_show_usage): Remove references to chip manufacturers.  Mention
1687         -mpower4.
1688         (md_begin): Test power4 opcode flag bits.
1690 2002-02-22  David Mosberger  <davidm@hpl.hp.com>
1692         * config/tc-ia64.c (dot_restore): Issue error message of epilogue
1693         count exceeds prologue count.
1694         (md_show_usage): Describe -mconstant-gp and -mauto-pic.
1695         (unwind.label_prologue_count): New member.
1697         Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
1699         (get_saved_prologue_count): New function.
1700         (save_prologue_count): New function.
1701         (free_saved_prologue_count): New function.
1702         (dot_label_state): Record state label by calling save_prologue_count().
1703         (dot_copy_state): Restore prologue count by calling
1704         get_saved_prologue_count().
1705         (generate_unwind_image): Free up list of saved prologue
1706         counts by calling free_saved_prologue_counts().
1708 2002-02-22  Nick Clifton  <nickc@cambridge.redhat.com>
1710         * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
1711         function declarations.
1713 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
1715         * NEWS: Note that GASP is now deprecated.
1716         * Makefile.am: Do not build gasp-new by default.
1717         * Makefile.in: Regenerate.
1718         * doc/Makefile.am: Do not install gasp.info.
1719         * doc/Makefile.in: Regenerate.
1720         * gas/gasp.texi: Note that gasp is now deprecated.
1722 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1724         * NEWS: Mark 2.12 branch.
1726 2002-02-19  Tom Tromey  <tromey@redhat.com>
1728         * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
1730 2002-02-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1732         * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
1733         option input.
1735 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1737         * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
1738         Make bit size independent of architecture switch.
1739         (md_begin): Add warning for -m64 with -Aesa.
1740         (s390_md_end): Use renamed architecture defines.
1742 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
1744         * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
1746 2002-02-16  Nick Clifton  <nickc@cambridge.redhat.com>
1748         * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
1749         instead of CRIS.
1751 2002-02-15  Chris Demetriou  <cgd@broadcom.com>
1753         * config/tc-mips.c (md_estimate_size_before_relax): Really
1754         make sure we treat weak like extern only for ELF.  (Fixes
1755         patch from 2001-07-25.)
1757 2002-02-15  Ben Elliston  <bje@redhat.com>
1759         * doc/as.texinfo: Add duplicate directory entry so that "info gas"
1760         works as expected.
1762 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1764         * NEWS: Mention support for MMIX.
1766 2002-02-13  Chris Demetriou  <cgd@broadcom.com>
1768         * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
1769         a sequence of indpendent 'if' statements for easier debugging
1770         and future modification.
1772 2002-02-13  Matt Fredette  <fredette@netbsd.org>
1774         * config/tc-m68k.c (md_show_usage): No longer display a
1775         hard-coded "68020" for the default CPU, instead display the
1776         canonical name of the true, configured default CPU.
1777         (m68k_elf_final_processing): Mark objects for sub-68020
1778         CPUs with the new EF_M68000 flag.
1780 2002-02-13  Andreas Schwab  <schwab@suse.de>
1782         * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
1783         pc-relative relocations to merge sections in 64-bit mode.
1785 2002-02-13  Ben Elliston  <bje@redhat.com>
1787         * NEWS: Document floating point number handling in gasp.
1788         * gasp.c: Include <assert.h> and "xregex.h".
1789         (is_flonum): New function.
1790         (chew_flownum): Likewise.
1791         (change_base): Consume flonums from the input, where possible.
1792         * doc/gasp.texi (Constants): Document floating point numbers.
1794 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1796         * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
1797         that implicitly use LR and RR selectors.
1799 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
1801         * config/tc-mn10300.c (other_registers): Added `epsw'.  Mark `pc'
1802         and `epsw' as available on AM33 and above only.
1803         (other_register_name): Add logic to handle machine type encoded in
1804         reg_number.
1806 2002-02-11  Tom Rix  <trix@redhat.com>
1808         * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
1809         xcoff64.
1811 2002-06-11  Alexandre Oliva  <aoliva@redhat.com>
1813         * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
1814         Use all over.
1816 2002-02-11  Jan Hubicka  <jh@suse.cz>
1818         * i386.c (md_assemble): Support 32bit address prefix.
1819         (i386_displacement): Likewise.
1820         (i386_index_check): Accept 32bit addressing in 64bit mode.
1822 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
1824         * config/tc-sh.c (dot): Removed unused function.
1826 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1828         * Makefile.am: "make dep-am".
1829         * Makefile.in: Regenerate.
1830         * aclocal.m4: Regenerate.
1831         * config.in: Regenerate.
1832         * configure: Regenerate.
1833         * doc/Makefile.in: Regenerate.
1835 2002-02-10  Richard Henderson  <rth@redhat.com>
1837         * doc/c-alpha.texi: New file.
1838         * doc/Makefile.am (CPU_DOCS): Add it.
1839         * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
1841 2002-02-09  Richard Henderson  <rth@redhat.com>
1843         * config/tc-alpha.c (O_samegp): New.
1844         (USER_RELOC_P): Include it.
1845         (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
1846         (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
1847         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
1848         (alpha_validate_fix): New.
1849         * config/tc-alpha.h (TC_VALIDATE_FIX): New.
1851 2002-02-09  Hans-Peter Nilsson  <hp@axis.com>
1853         * doc/c-cris.texi: New.
1854         * doc/all.texi: @set CRIS.
1855         * doc/as.texinfo: Ditto.  Add CRIS gas manpage option overview.
1856         Include c-cris.texi.
1857         * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
1858         * doc/Makefile.in: Regenerate.
1860 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
1862         * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
1863         determine if a number is a sign-extended 32-bit number.
1864         (load_register): Use IS_SEXT_32BIT_NUM.
1865         (macro): Check if load/store macro handling is using a
1866         constant 32-bit address on 64-bit address systems, and if
1867         so optimize the generation of that address.
1869 2002-02-08  Richard Henderson  <rth@redhat.com>
1871         * config/tc-alpha.c (alpha_force_relocation): Don't assert that
1872         we've eliminated all foreign relocation types yet.
1873         (alpha_fix_adjustable): Likewise.
1875 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
1877         Contribute sh64-elf.
1878         2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
1879                     Stephen Clarke <Stephen.Clarke@st.com>
1880         * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
1881         2002-01-31  Alexandre Oliva  <aoliva@redhat.com>
1882         * config/tc-sh.c (md_relax_table): Added default sizes for
1883         non-PC-relative UNDEF_MOVI, and relaxation sequences for
1884         MOVI_16, MOVI_32 and MOVI_48.
1885         * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
1886         (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
1887         and MOVI_16.
1888         (shmedia_md_estimate_size_before_relax): Remove redundant
1889         blocks.  Set fragP->fr_var even if relaxation type unchanged.
1890         Retain UNDEF_MOVI until expression decays to number.
1891         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
1892         * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
1893         relocation types.  Take fixP->fx_addnumber into account too.
1894         (shmedia_md_apply_fix): Likewise.
1895         (shmedia_md_convert_frag): Likewise.
1896         (shmedia_build_Mytes): Likewise.
1897         (sh64_consume_datalabel): Complain about nested datalabel.
1898         Support PIC relocs.  Call sh_parse_name.
1899         * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
1900         in tc-sh.h to SHmedia reloc types.
1901         * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
1902         MOVI_GOTPC): New relaxation constants.
1903         (md_relax_table): Introduce relaxation directives for PIC-related
1904         constants.
1905         (sh_PIC_related_p): Handle datalabel.
1906         (sh_check_fixup): Choose SH5 PIC relocations.
1907         (sh_cons_fix_new): Added BDF_RELOC_64.
1908         (md_apply_fix3, sh_parse_name): Handle GOTPLT.
1909         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
1910         * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
1911         current ISA is SHmedia, get 7 bytes.
1912         2001-11-28  Nick Clifton  <nickc@cambridge.redhat.com>
1913         * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
1914         void function.
1915         * config/tc-sh64.c (shmedia_apply_fix): Rename to
1916         shmedia_apply_fix3 and make void.
1917         2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
1918         * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
1919         as_bad.
1920         2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
1921         * config/tc-sh64.h (md_parse_name): Take &c as argument.
1922         2001-03-14  DJ Delorie  <dj@redhat.com>
1923         * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
1924         * doc/Makefile.in(CPU_DOCS): Ditto.
1925         * doc/c-sh64.texi: New file.
1926         * doc/as.texinfo: Add SH64 support.
1927         2001-03-13  DJ Delorie  <dj@redhat.com>
1928         * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
1929         A_REUSE_PREV so that its purpose is more obvious.
1930         (shmedia_build_Mytes): Ditto.
1931         2001-03-07  DJ Delorie  <dj@redhat.com>
1932         * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
1933         before processing.
1934         (sh64_vtable_inherit): Ditto.
1935         (strip_datalabels): New, strip "datalabel" from given line.
1936         * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
1937         pseudos.
1938         2001-03-06  Hans-Peter Nilsson  <hpn@cygnus.com>
1939         * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
1940         call ...
1941         (shmedia_build_Mytes): ... to here.
1942         2001-03-06  DJ Delorie  <dj@redhat.com>
1943         * config/tc-sh.c: Remove sh64-specific uaquad now that there
1944         is a generic one.
1945         2001-01-21  Hans-Peter Nilsson  <hpn@cygnus.com>
1946         * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
1947         * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
1948         address by one in call to dwarf2_emit_insn.
1949         2001-01-13  Hans-Peter Nilsson  <hpn@cygnus.com>
1950         Implement ".abi" pseudo and correct .cranges descriptors.  Correct
1951         alignment handling broken by imported changes.
1952         * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
1953         (sh64_handle_align): Declare.
1954         (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
1955         (sh64_max_mem_for_rs_align_code): Declare.
1956         (enum sh64_isa_values): Moved here from tc-sh64.c.
1957         (md_do_align): Define.
1958         (sh64_do_align): Declare.
1959         (struct sh64_tc_frag_data): New.
1960         (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data.  Users
1961         changed.
1962         (TC_FRAG_INIT): Change to set new datatype.
1963         (struct sh64_segment_info_type): Rename member
1964         last_flushed_location to last_contents_mark.  All users changed.
1965         (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
1966         (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
1967         * config/tc-sh.c (md_pseudo_table): Add ".abi".
1968         (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
1969         of unsetting seen_insn.
1970         (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
1971         call sh64_update_contents_mark.
1972         (sh_handle_align): Remove HAVE_SH64-conditioned code.
1973         * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
1974         enum sh64_isa_values.
1975         (sh64_set_contents_type): Drop segT parameter.  All callers changed.
1976         (emitting_crange): Boolean guard moved to file scope from function
1977         scope in sh64_set_contents_type.
1978         (s_sh64_abi): New.
1979         (sh64_update_contents_mark): New; most split out from
1980         sh64_flush_pending_output.
1981         (shmedia_md_end): Call sh64_update_contents_mark.  Set
1982         sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
1983         (sh64_do_align): New function.
1984         (sh64_max_mem_for_rs_align_code): New function.
1985         (sh64_handle_align): Rename from shmedia_do_align.  Make
1986         non-static.  Add head comment.  Emit zero bytes for n bytes modulo
1987         four.  Change return-type to void.
1988         (shmedia_elf_new_section): Remove.
1989         (shmedia_md_assemble): Call sh64_update_contents_mark.
1990         (s_sh64_mode): Ditto.  Do not call md_flush_pending_output.  Make
1991         new frag.  Call sh64_update_contents_mark after making the new
1992         frag.
1993         (sh64_flush_pending_output): Just call sh64_update_contents_mark
1994         and sh_flush_pending_output.
1995         (sh64_flag_output): Also call md_flush_pending_output, but add
1996         condition on not emitting_crange.
1997         (sh64_tc_cons_fix_new): Remove.
1998         2001-01-12  Nick Clifton  <nickc@redhat.com>
1999         * config/tc-sh64.c (shmedia_do_align): Fix to work with new
2000         alignment handling scheme imported from sourceware.
2001         2001-01-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2002         * config/tc-sh64.h (TARGET_FORMAT): Define.
2003         (sh64_target_format): Prototype.
2004         * config/tc-sh64.c (sh64_target_mach): New function.
2005         2001-01-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2006         * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
2007         zero_address_frag instead of copying the frag of the symbol.
2008         (shmedia_frob_file_before_adjust): Ditto.
2009         (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
2010         to valueT to remove signedness.
2011         (shmedia_md_convert_frag): Add parameter final.  Rename parameter
2012         headers to output_bfd.  Do not evaluate symbols if final is false;
2013         do emit fixups.
2014         (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
2015         UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
2016         to the current frag, call shmedia_md_convert_frag to emit fixups
2017         and make frag_wane neutralize the frag.  Update comments.
2018         * config/tc-sh.c (md_convert_frag): Change caller of
2019         shmedia_md_convert_frag.
2020         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2021         * config/tc-sh64.h: Tweak comments and correct formatting.
2022         * config/tc-sh64.c: Ditto.
2023         (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
2024         expansion, MOVI pcrel expansion>: Fix thinko calculating offset
2025         for the no-relocation case.
2026         (shmedia_check_limits): Fix range check being off-by-one for PTA.
2027         * config/tc-sh.c: Ditto.  Add proper comments to #ifdef/#ifndef
2028         wrappers.
2029         (SH64PCREL16_F): Increment for proper max-PTA handling.  Update
2030         comment.
2031         (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
2032         (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
2033         expansion.
2034         (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
2035         Correct comment.
2036         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2037         * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
2038         BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
2039         (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
2040         al>: Set lowest bit of field to relocate to 1 and rest to empty,
2041         if reloc is emitted.
2042         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
2043         New options plus bugfixes.
2044         * config/tc-sh.c (md_longopts): New options "-no-expand" and
2045         "-expand-pt32".
2046         (md_parse_option): Handle new options.
2047         (md_show_usage): Add blurb for new options.
2048         * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
2049         (sh64_expand, sh64_pt32): New variables.
2050         (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
2051         (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
2052         orig_fx_r_type.  Change SHMEDIA_BFD_RELOC_PT into
2053         BFD_RELOC_SH_PT_16.  Handle BFD_RELOC_SH_PT_16 as pc-relative.
2054         <resolved previously-pc-relative relocs>: Handle
2055         SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
2056         (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
2057         case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
2058         points to SHcompact code.
2059         <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
2060         SH64PCREL16)>: Check that ISA of what operand points at and
2061         PTA/PTB matches, or emit error.
2062         (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
2063         SHMEDIA_BFD_RELOC_PT.
2064         (shmedia_immediate_op): If pcrel, emit fixup also for constant
2065         operand.
2066         (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
2067         condition for MOVI expansion.
2068         <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
2069         sh64_pt32.  Emit only a BFD_RELOC_SH_PT_16 fixup if not
2070         sh64_expand.
2071         <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
2072         fixup.
2073         (sh64_target_format): Error-check setting of sh64_pt32 and
2074         sh64_expand.  Fix typo in check for sh64_shcompact_const_crange.
2075         (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
2076         SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
2077         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
2078         * config/tc-sh64.c: Improve comments.
2079         (shmedia_md_convert_frag): Remove inactive is_pt_variant code.  Do
2080         not say the linker will check correctness of PTA/PTB expansion.
2081         (shmedia_md_end): Make non-static.
2082         * config/tc-sh64.h (md_end): Define to shmedia_md_end.  Add
2083         prototype.
2084         * config/tc-sh.c (sh_finalize): Remove.
2085         * config/tc-sh.h (md_end): Do not define.
2086         Remove prototype for sh_finalize.
2087         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2088         * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
2089         sh64_section_data container when storing section type in tdata
2090         field in elf_section_data.
2091         * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
2092         EF_SH5.
2093         * Makefile.am: Update dependencies.
2094         * Makefile.in: Regenerate.
2095         2000-12-22  Hans-Peter Nilsson  <hpn@cygnus.com>
2096         * config/tc-sh64.c (shmedia_md_assemble): Don't protect
2097         dwarf2_emit_insn call with test on debug_type.
2098         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
2099         * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
2100         CRT_SH5_ISA32 sticky for 64-bit.
2101         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2102         Generate .crange sections when switching ISA mode or emitting
2103         constants in same section as code.
2104         * config/tc-sh64.c: Reformat structure definitions.
2105         (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
2106         variables.
2107         (sh64_set_contents_type): Rename from sh64_init_section.  Rewrite
2108         to emit a .cranges descriptor when contents type changes.  Only
2109         emit error if changing contents type and -no-mix is in effect.
2110         (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
2111         sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
2112         (shmedia_md_end): Set sh64_end_of_assembly.  Pass
2113         sh64_flush_last_crange over sections.
2114         When checking main symbol of datalabel symbol, check for
2115         STO_SH5_ISA32, not ISA type of section in definition.
2116         (shmedia_frob_file_before_adjust): Check main symbol for
2117         STO_SH5_ISA32; don't check ISA type of section in definition.
2118         (shmedia_frob_section_type): Adjust for .cranges; set section flag
2119         to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
2120         .cranges entries have been output.
2121         (shmedia_elf_new_section): Just call md_flush_pending_output.
2122         (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
2123         fix.  Do not set tc_segment_info_data.in_code for section.  Call
2124         sh64_set_contents_type for SHmedia code.
2125         (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
2126         false.  Call md_flush_pending_output.
2127         (sh64_target_format): Check that -no-mix and
2128         -shcompact-const-crange are used in sane combination with other
2129         options.
2130         (shmedia_md_pcrel_from_section): Check type of fix for how to
2131         adjust pc-relative.
2132         (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
2133         not ISA type of section in definition.
2134         * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
2135         hold contents-type state.
2136         (md_flush_pending_output): Redefine to sh64_flush_pending_output.
2137         (sh64_flush_pending_output): Declare.
2138         (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
2139         (sh64_tc_cons_fix_new): Declare.
2140         * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
2141         call sh64_flag_output.
2142         (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE.  Just
2143         call sh64_set_contents_type to mark SHcompact code and set
2144         seen_insn.
2145         (md_longopts): New options "-no-mix" and
2146         "-shcompact-const-crange".
2147         (md_parse_option): Handle new options.
2148         (md_show_usage): Add blurb for new options.
2149         (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
2150         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
2151         * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
2152         (sh64_last_insn_frag): New.
2153         (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
2154         to get frag for insn opcode for generating fixups; do not assume it
2155         is the same frag.
2156         (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
2157         for new insn.
2158         * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
2159         section.
2160         (TC_FRAG_TYPE): Define as fragS *.
2161         (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
2162         (sh64_last_insn_frag): Declare.
2163         (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
2164         not == NULL before dereferencing.
2165         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2166         Get rid of BFD section flag and EF_SH64_ABI64.
2167         * config/tc-sh64.c (shmedia_frob_section_type): Use
2168         elf_section_data (sec)->tdata, not a specific BFD section flag, to
2169         communicate the section as containing SHmedia code.  Describe why.
2170         * config/tc-sh.c (sh_elf_final_processing): Tweak comment.  Set
2171         EF_SH64 regardless of ABI.
2172         * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
2173         in error message.  Handle resolved expressions for
2174         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2175         BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
2176         (shmedia_check_limits): Handle BFD_RELOC_64.
2177         (sh64_adjust_symtab): Do not decrement the GAS symbol value for
2178         a STO_SH5_ISA32 symbol, only the BFD value.
2179         2000-12-11  Ben Elliston  <bje@redhat.com>
2180         * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
2181         dwarf2_generate_asm_lineno.
2182         2000-12-11  Hans-Peter Nilsson  <hpn@cygnus.com>
2183         Handle PC-relative MOVI expansions with assembler relaxation.
2184         Generate PC-relative relocs from 16-bit PC-relative expressions.
2185         * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
2186         (shmedia_md_pcrel_from_section): ...here.
2187         (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
2188         turned completely resolved.  Adjust relocation type for 16-bit
2189         immediate operands that has turned PC-relative.  Adjust back for
2190         MD_PCREL_FROM_SECTION being applied twice.
2191         (shmedia_md_convert_frag): Always emit reloc for expression with
2192         global or weak symbol.  Handle relaxation result for PC-relative
2193         expressions.
2194         (shmedia_md_estimate_size_before_relax): An expression with a weak
2195         or global symbol can not be relaxed.  Break out tests for
2196         relaxable symbol into variable sym_relaxable.
2197         <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
2198         UNDEF_MOVI)>: Break out any PC-relative expression and change
2199         relaxation type.
2200         (shmedia_build_Mytes): CSE &operands->operands[j] into variable
2201         opjp.
2202         <case A_IMMS16>: Fix typo for initial minor relaxation type of
2203         MOVI expansion.  If X_op_symbol of the immediate expression is
2204         set, make an expression symbol for the argument to frag_var.
2205         * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
2206         relaxations.
2207         (END): Adjust for new relaxations.
2208         (md_relax_table): Add entries for new relaxations.
2209         2000-12-07  Ben Elliston  <bje@redhat.com>
2210         * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
2211         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2212         * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
2213         SHORI operand offsets in PT/PTA/PTB expansions.
2214         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2215         Implement DataLabel semantics.
2216         * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
2217         shmedia_frob_file_before_adjust.
2218         * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
2219         (DATALABEL_SUFFIX): Define.
2220         (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
2221         symbol list to update "datalabel" symbols to their main symbol
2222         counterparts.
2223         (shmedia_frob_file_before_adjust): New.
2224         (sh64_adjust_symtab): For remaining datalabel symbols, set to
2225         undefined and set STT_DATALABEL.
2226         (sh64_frob_label): Initialize TC symbol field.
2227         (sh64_consume_datalabel): Actually implement semantics.  New
2228         parameter operandf, call it instead of expression.
2229         (sh64_exclude_symbol): New.
2230         * config/tc-sh64.h (md_parse_name): Pass on the function operand
2231         to sh64_consume_datalabel.
2232         (tc_symbol_new_hook): Define to tc_frob_symbol.
2233         (TC_SYMFIELD_TYPE): Define to symbolS *.
2234         (tc_frob_symbol): Define to call sh64_exclude_symbol.
2235         2000-12-01  Hans-Peter Nilsson  <hpn@cygnus.com>
2236         * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
2237         case.
2238         (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
2239         generating dwarf2 debug information.
2240         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2241         * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
2242         elf64-sh64 for the 64-bit ABI.
2243         * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
2244         option.
2245         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
2246         * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
2247         case-insensitivity.
2248         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
2249         * config/tc-sh64.c: Tweak comments, formatting and error messages.
2250         (enum sh64_abi_values): New type.
2251         (enum sh64_isa_values): New type.
2252         (sh64_isa_mode): Replace shmedia_mode.  All referers changed.
2253         (seen_shcompact_mode, seen_shmedia_mode): Delete.
2254         (sh64_abi): Replace shmedia_64.
2255         (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
2256         C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
2257         (s_sh64_mode): Check validity for this target.
2258         (sh64_target_format): Initialize defaults for ISA and ABI.
2259         Fallback to old object format if no SH64 ISA or ABI has been
2260         specified.
2261         * config/tc-sh.c (md_parse_option): Check combinations for errors.
2262         (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
2263         ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
2264         * config/tc-sh64.h: Fix typo in comment.
2265         2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
2266         * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
2267         <PT fixups for absolute values>: Size will be longest, not
2268         shortest.
2269         (shmedia_md_convert_frag): Disable PTB-warning machinery.  Correct
2270         all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
2271         * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
2272         and l1 to hold lowercase of two first characters.  Change all
2273         remaining TO_LOWER to tolower.
2274         * config/tc-sh64.c (TO_LOWER): Delete.
2275         (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
2276         (md_parse_name): Define.
2277         (sh64_consume_datalabel): Declare.
2278         (DOLLAR_DOT): Define.
2279         * config/tc-sh64.c (shmedia_parse_exp): New.
2280         (sh64_consume_datalabel): New; just ignoring datalabel semantics.
2281         (shmedia_parse_reg): Remove const from src
2282         parameter.
2283         (shmedia_get_operands): Ditto for args parameter and ptr variable.
2284         (shmedia_md_assemble): Ditto for op_end variable.
2285         (shmedia_get_operand): Ditto for ptr parameter and src variable.
2286         Use shmedia_parse_exp, not parse_exp.
2287         * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
2288         parameter.  All callers changed.
2289         (shmedia_get_operand): Add shmedia_arg_type parameter.  All
2290         callers changed.
2291         (shmedia_parse_reg): Put first two character in local variables.
2292         Use tolower, not TO_LOWER.  If no register is found and argtype
2293         indicates a control register, scan shmedia_creg_table
2294         case-insensitive.
2295         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
2296         * Makefile.am (CPU_TYPES): Add sh64.
2297         (TARGET_CPU_CFILES): Add config/tc-sh64.c.
2298         (TARGET_CPU_HFILES): Add config/tc-sh64.h.
2299         Regenerate dependencies.
2300         * Makefile.in: Regenerate.
2301         * configure.in: Add support for sh64-*-elf*.
2302         * configure: Regenerate.
2303         * config/tc-sh64.h: New.
2304         * config/tc-sh64.c: New.
2305         * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
2306         .mode, .isa and .uaquad.
2307         [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
2308         SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
2309         [HAVE_SH64] (END): Define as 10.
2310         [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
2311         SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
2312         MOVI_64): Define.
2313         [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
2314         SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
2315         SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
2316         MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
2317         Define.
2318         (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
2319         (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
2320         (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
2321         (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
2322         SHmedia instructions.  Handle state-change after switching to
2323         SHcompact.
2324         (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
2325         (md_parse_option) [HAVE_SH64]: Parse new options.
2326         (md_show_usage) [HAVE_SH64]: Show usage of new options.
2327         (md_convert_frag) [HAVE_SH64] <default>: Call
2328         shmedia_md_convert_frag instead of abort.
2329         (sh_force_relocation) [HAVE_SH64]: Also force relocation for
2330         BFD_RELOC_SH_SHMEDIA_CODE.
2331         (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
2332         SHcompact or SHmedia code.
2333         (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
2334         shmedia_md_apply_fix instead of abort.
2335         (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
2336         result from calling shmedia_md_estimate_size_before_relax instead
2337         of calling abort.
2338         (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
2339         do the work.
2340         (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
2341         shmedia_init_reloc and do nothing more if it returns non-zero.
2342         (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
2343         * po/POTFILES.in: Regenerate.
2344         * po/gas.pot: Regenerate.
2346 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
2348         * config/tc-sh.c (parse_at): Install the correct version of
2349         2002-02-04's patch.
2351         * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
2352         assume fixP->fx_subsy is non-NULL.
2354 2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
2356         * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
2357         A_DISP_PC_ABS, and adjust it by -4.
2358         (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
2359         expected.
2360         (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
2361         the operand type is not A_DISP_PC_ABS.
2363 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
2365         * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
2366         common and weak symbols.  Handle common and weak symbols as
2367         undefined symbols with regards to GREG handling and merging.
2368         (mmix_frob_file): Ditto.
2370 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
2372         * configure.in (hppa-*-netbsd*): New target.
2373         * configure: Regenerate.
2374         * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
2376 2002-02-02  Alan Modra  <amodra@bigpond.net.au>
2378         * config/tc-v850.c: Add missing prototypes amd use old-style
2379         function definitions.
2380         (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
2381         (sdata_section tdata_section, zdata_section, sbss_section,
2382         tbss_section, zbss_section, rosdata_section, rozdata_section,
2383         scommon_section, tcommon_section, zcommon_section,
2384         call_table_data_section, call_table_text_section): Delete.
2385         (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
2386         v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
2387         v850_call_table_data, v850_call_table_text): Delete.
2388         (struct v850_seg_entry): New.
2389         (v850_seg_table): New.
2390         (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
2391         TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
2392         ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
2393         CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
2394         (do_v850_seg): New.
2395         (v850_seg): New.
2396         (v850_comm): Use do_v850_seg and v850_seg_table.  Simplify
2397         recording of alignment.
2398         (md_pseudo_table): Use v850_seg.
2399         (md_begin): Don't init .call_table_data and .call_table_text here.
2400         Set v850_seg_table bss entry.
2402 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
2404         Support on-demand global register allocation by passing on
2405         base-plus-offset relocs to the linker.
2406         * config/tc-mmix.c: Tweak and fix typos in comments.
2407         (allocate_undefined_gregs_in_linker): New variable.
2408         (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
2409         (md_longopts): Add --linker-allocated-gregs.
2410         (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
2411         <case OPTION_LINKER_ALLOCATED_GREGS>: New.
2412         (md_show_usage): Update text for -x.  Add text for
2413         --linker-allocated-gregs.
2414         (tc_gen_reloc): Derive default value for addend from val and
2415         baddsy.  Use addsec and bfd_is_abs_section in more places.  Don't
2416         emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
2417         GREG if allocate_undefined_gregs_in_linker.
2418         * doc/as.texinfo (Overview) <Target MMIX options>: Add
2419         --linker-allocated-gregs.
2420         * doc/c-mmix.texi (MMIX-Opts): Add blurb about
2421         --linker-allocated-gregs.  Mention that it's implied by -x.
2422         (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
2423         (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
2425         * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
2427 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
2429         * Makefile.am: Run "make dep-am"
2430         * Makefile.in: Regenerate.
2432 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
2434         * config/tc-or32.c: New file.
2435         * config/tc-or32.h: New file.
2436         * configure.in: Add support for or32 targets.
2437         * configure: Regenerate.
2438         * config/obj-coff.c: Add support for or32 targets.
2439         * config/obj-coff.h: Add support for or32 targets.
2440         * Makefile.am: Add support for or32 targets.
2441         * Makefile.in: Regenerate.
2442         * NEWS: Mention support for OpenRISC.
2443         * doc/Makefile.in: Regenerate.
2444         * po/POTFILES.in: Regenerate.
2445         * po/gas.pot: Regenerate.
2447 2002-01-30  Richard Sandiford  <rsandifo@redhat.com>
2449         * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
2450         and mod.
2452 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
2454         * config/tc-mips.c (tc_gen_reloc): Arrange for
2455         BFD_RELOC_PCREL_HI16_S relocations to be output relative to
2456         their LO16 parts, even for ELF.
2458 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
2460         * config/tc-i386.c: Protect definitions of true and false
2461         from redefinition.
2463 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
2465         * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
2466         made because of .weak, if they are neither defined nor used in any
2467         way.
2469 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
2471         * configure: Regenerated.
2473 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
2475         * doc/Makefile.am (install): Depend on install-info.
2476         * doc/Makefile.in: Regenerate.
2478 2002-01-26  Nick Clifton <nick@redhat.com>
2480         * po/fr.po: Updated version
2482 2002-01-24  Kazu Hirata  <kazu@hxi.com>
2484         * config/tc-h8300.c (check_operand): Don't print a warning
2485         when a valid 24-bit address is given to a 16-bit address
2486         operand.
2488 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
2490         * config/tc-sh.c (sh_elf_suffix): Removed.
2491         (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
2492         sh_end_of_match, sh_parse_name): New functions.
2493         (sh_elf_cons): Simplify.
2494         (parse_exp): Reject misplaced PIC operands.
2495         (md_undefined_symbol): Simplify.
2496         (sh_fix_adjustable): Let @GOTOFF be adjusted.
2497         (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
2498         (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
2499         Complain if subsy remains at the end.
2500         * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
2501         (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
2503 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
2505         * config/tc-mn10300.c (xr_registers): Move `pc'...
2506         (other_registers): ... here.
2508 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
2510         * Makefile.am: Run "make dep-am".
2511         * Makefile.in: Regenerate.
2512         * gas/po/POTFILES.in: Regenerate.
2514 2002-01-21  DJ Delorie  <dj@redhat.com>
2516         * config/obj-coff.c (obj_coff_init_stab_section): Make the
2517         stabstr_name allocation permanent, as it will be referenced from
2518         the section hash.
2520 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
2522         * configure.in (ia64-*-netbsd*): New target.
2523         * configure: Regenerate.
2525 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
2527         * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
2528         to @dots call.
2529         <Detailed description, ARM options>: Ditto.
2530         * doc/c-arm.texi (ARM Options): Ditto.
2532 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
2534         * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
2535         do_mia, do_mar and do_mra respectively.
2536         (do_mav_*): Renamed from do_c_*.
2537         (mav_reg_required_here, mav_parse_offset): Renamed from
2538         cirrus_reg_required_here and cirrus_parse_offset respectively.
2539         (MAV_MODE?): Renamed from CIRRUS_MODE?.
2541 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
2542             Keith Walker  <keith.walker@arm.com>
2544         * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
2545         (insns): Add pattern for bxj instruction.
2546         (do_bxj): New function.
2547         (arm_cpus): Add arm926ej.
2548         (arm_archs): Add armv5tej.
2550 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
2552         * doc/c-arm.texi: Add new fpe options to list of supported flags.
2554 2002-01-19  Keith Walker  <keith.walker@arm.com>
2556         * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
2558 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
2560         * NEWS: Mention new ARM command-line options and VFP support.
2562         * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All
2563         uses changed.
2564         (ARM_CEXT_MAVERICK): Similarly.
2565         (ARM_ANY): Now means any core instruction.
2566         (CPU_DEFAULT): Default to ARM_ANY.
2567         (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
2568         (pic_code): Declare for all object types.  Make type int.
2569         (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
2570         (march_fpu_opt, mfpu_opt): Declare.
2571         (md_longopts): Tidy up conditional definitions.
2572         (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
2573         (arm_long_opts): New tables.
2574         (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
2575         (arm_parse_extension): New function.
2576         (md_parse_option): Rewrite using new table-driven system.
2577         (md_show_usage): Use new table-driven system.
2578         (md_begin): Calculate cpu_variant from command line option data.
2579         * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
2580         command-line options.
2581         * doc/c-arm.texi: Likewise.
2583 2002-01-18  Andreas Jaeger  <aj@suse.de>
2585         * as.c (parse_args): Update year.
2587 2002-01-17  Timothy Wall  <twall@alum.mit.edu>
2589         * config/tc-tic54x.c (encode_address): Add a more informative
2590         warning about incorrect syntax.
2592 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
2594         * po/gas.pot: Regenerate.
2596 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
2598         * macro.c (get_any_string): Add no-c-format comment to prevent
2599         confusion when translating string.
2600         * gasp.c (get_any_string): Add no-c-format comment to prevent
2601         confusion when translating string.
2603 2002-01-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2604             Johannes Stezenbach <js@convergence.de>
2605         * config/tc-mips.c (percent_op): Ensure longer percent_op's are
2606         matched before the shorter ones.
2607         (my_getSmallParser): Fix handling of nested parentheses in
2608         percent_op's. Code cleanup.
2609         (my_getPercentOp): New function, code from my_getSmallParser.
2610         (my_getSmallExpression): Fix handling of closing parentheses.
2611         Code cleanup. Better comments.
2613 2002-01-16  Nick Clifton <nickc@redhat.com>
2615         po/tr.po: New file: Turkish translation.
2616         configure.in (LINGUAS): Add "tr".
2617         configure: Regenerate.
2619 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
2621         Support for VFP instructions
2622         * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
2623         (cp_address_required_here): New argument wb_ok.  When false, do not
2624         accept write-back forms of addressing.  Change all callers.
2625         (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
2626         (FPU_VFP_EXT_V2): Define.
2627         (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
2628         Define in terms of above.
2629         (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
2630         (vfp_reg): New struct.
2631         (vfp_regs): New array of registers.
2632         (insns): Add VFP instructions.
2633         (sn_table): New array of VFP single-precision register names.
2634         (dn_table): New array of VFP double-precision register names.
2635         (all_reg_maps): Add the new register tables.
2636         (arm_reg_type): Add new values for above.  Increase RET_TYPE_MAX.
2637         (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
2638         (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
2639         (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
2640         (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
2641         (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
2642         (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
2643         (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
2644         (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
2645         (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
2646         (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
2647         (do_vfp_sp_dp_cvt): New functions.
2648         (md_begin): Set soft-float flag for appropriate VFP work.
2649         (md_atof): Handle VFP-format doubles.
2650         (md_parse_option): Handle VFP command-line options.
2651         (md_show_usage): Display VFP command-line options.
2653 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
2655         * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
2656         various command line options.
2658 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
2660         * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
2661         vtinherit relocs.
2662         (xstormy16_md_apply_fix3): Do not return a value.
2664 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
2666         * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
2667         the -EL/-EB option that matches the target's endianness.
2668         (md_parse_option): Likewise.
2670 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
2672         * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
2673         is not dependent on ARM_BI_ENDIAN.
2675 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
2677         * tc-arm.c (all error messages): Normalize capitalization of messages.
2679         * tc-arm.h (md_operand): Delete define.
2680         * tc-arm.c (in_my_get_expression): New static variable.
2681         (my_get_expression): Set and clear it.
2682         (md_operand): New function.  If called from my_get_expression
2683         put the error in inst.error.
2684         (output_inst): Now takes argument of instruction being assembled.
2685         Print it out with any error message.
2686         (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
2687         with '=' syntax.
2688         (end_of_line): Don't update inst.error if it is already set.
2690 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
2692         * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
2693         op that can be translated into a mvn instruction.
2695 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
2697         * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
2698         setting default md.flags.
2699         (SHT_INIT_ARRAY): New elf special section used by HP-UX.
2700         (SHT_FINI_ARRAY): New elf special section used by HP-UX.
2701         * gas/config/tc-ia64.c (setup_unwind_header): Add support
2702         for 32 bit unwind info blocks.
2703         (generate_unwind_image): Add support for different types
2704         of unwind images (32 bits and/or big-endian).
2705         (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
2706         (ia64_target_format): Add support for hpux target formats.
2707         (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
2708         (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
2709         SHT_FINI_ARRAY elf section types.
2711 2002-01-10  Richard Earnshaw  <rearnsha@arm.com>
2713         * tc-arm.c (struct reg_entry): Move before prototypes.
2714         (int_register, cp_register, fp_register): Delete.
2715         (reg_table): Delete.  Replaced with ...
2716         (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
2717         (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
2718         (mav_dspsc_table): ... one table per register set.
2719         (arm_reg_hsh): Delete.
2720         (struct reg_map): New structure.
2721         (all_reg_maps): New array.
2722         (enum arm_reg_type): New enums.
2723         (build_reg_hsh): New function.
2724         (insert_reg_alias): Use hash table passed by caller.  Adjust all
2725         callers.
2726         (create_register_alias): New function, split out from ...
2727         (md_assemble): ... here.
2728         (md_begin): Build new register hash tables.
2729         (arm_reg_parse): New argument for the hash table to search.  Adjust all
2730         callers.
2731         (arm_reg_parse_any): New function.
2732         (co_proc_number): Look up the processor number in the processor hash
2733         table.
2734         (cirrus_regtype): Delete.
2735         (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
2736         (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
2737         (ARM_EXT_MAVERICKsc_register): Delete.
2738         (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
2739         (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
2740         functions.
2741         (do_c_triple_4, do_c_triple_5): Delete.
2742         (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
2743         (do_c_quad_6): Delete.
2744         (do_c_quad_6[ab]): New functions.
2745         (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
2746         arguments to use new register parsing methods.
2747         (cirrus_reg_required_here): Likewise.
2748         (insns): Reclassify cirrus maverick worker functions.
2749         (cirrus_valid_reg): Delete.
2751 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
2753         * configure.in (sh*le): Set cpu_type=sh and endian=little.
2754         (sh*-*-netbsdelf*): New target.
2755         * configure: Regenerate.
2756         * tc-sh.h: Update copyright years.
2757         (TARGET_FORMAT): Add version for TE_NetBSD.
2759 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
2761         * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
2762         negative.
2764 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
2766         * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
2767         * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
2769 2002-01-05  Daniel Jacobowitz  <drow@mvista.com>
2771         * tc-mips.c (mips_cprestore_valid): New flag.
2772         (mips_frame_reg_valid): New flag.
2773         (macro) [M_JAL_2]: Check both flags.
2774         [M_JAL_A]: Likewise.
2775         (s_cprestore): Set mips_cprestore_valid.
2776         (tc_get_register): If setting mips_frame_reg, set
2777         mips_frame_reg_valid and clear mips_cprestore_valid.
2778         (s_mips_ent): Clear both flags.
2779         (s_mips_end): Clear both flags.
2781 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
2783         * write.c (write_object_file): Make use of bfd_section_list_remove.
2784         * config/obj-ecoff.c (ecoff_frob_file): Likewise.
2785         * config/tc-mmix.c (mmix_frob_file): Likewise.
2787 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
2789         * configure.in (i386-*-netbsdelf*): Collapse target into...
2790         (i386-*-netbsd*): ...this.  Add support for x86-64.
2791         * configure: Regenerated.
2793 2002-01-03  matthew green  <mrg@redhat.com>
2795         * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
2797 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
2799         * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
2800         NULL frag link.
2802 For older changes see ChangeLog-0001
2804 Local Variables:
2805 mode: change-log
2806 left-margin: 8
2807 fill-column: 74
2808 version-control: never
2809 End: