* doc/as.texinfo (Invoking): Typo fix.
[binutils-gdb.git] / gas / ChangeLog
index e785974d55c9a08d8c84017ea88e7f35aa5a2cb4..8870bbdecf8e52b91e43e974809c1e07ed0729e0 100644 (file)
@@ -1,3 +1,636 @@
+2002-12-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/as.texinfo (Invoking): Typo fix.
+       * config/tc-tic54x.c (encode_operand): Comment typo fix.
+
+2002-12-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/c-alpha.texi: Fix typos.
+       * doc/c-arm.texi: Likewise.
+       * doc/c-d10v.texi: Likewise.
+       * doc/c-i370.texi: Likewise.
+       * doc/c-i960.texi: Likewise.
+       * doc/c-ia64.texi: Likewise.
+       * doc/c-mmix.texi: Likewise.
+       * doc/c-ns32k.texi: Likewise.
+       * doc/c-pdp11.texi: Likewise.
+       * doc/c-pj.texi: Likewise.
+       * doc/c-sh64.texi: Likewise.
+       * doc/c-sparc.texi: Likewise.
+       * doc/c-tic54x.texi: Likewise.
+       * doc/c-v850.texi: Likewise.
+       * doc/c-vax.texi: Likewise.
+       * doc/internals.texi: Likewise.
+
+2002-12-18  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (macro): In M_DROL, M_DROR, M_ROL, and M_ROR,
+       use hardware rotate ops as appropriate.  In M_DROL_I, M_DROR_I,
+       M_ROL_I, and M_ROR_I, simplify code, clean up warnings, and
+       arrange not to issue warnings about use of AT when AT is not
+       actually used.
+
+2002-12-17  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (std_longopts): Duplicate --keep-locals entry in order to
+       prevent it being confused with -k.
+
+2002-12-16  Andrew MacLeod  <amacleod@redhat.com>
+
+       * config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation 
+       has already been set up, use it.
+
+2002-12-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog-9295: Fix a typo.
+       * README: Likewise.
+       * config/tc-d10v.c: Fix a comment typo.
+       * config/tc-dlx.c: Likewise.
+       * config/tc-h8300.h: Likewise.
+       * config/tc-h8500.h: Likewise.
+       * config/tc-mips.c: Likewise.
+       * config/tc-s390.c: Likewise.
+       * config/tc-sh.h: Likewise.
+       * config/tc-tic80.h: Likewise.
+       * config/tc-w65.h: Likewise.
+       * config/tc-z8k.c: Likewise.
+       * config/tc-z8k.h: Likewise.
+       * testsuite/gas/h8300/cmpsi2.s: Likewise.
+
+2002-12-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-d30v.c (check_range): Warning fixes, formatting.
+       Simplify sign extension.  Remove redundant unsigned < 0 test.
+       * config/tc-i960.c (md_ri_to_chars): Prototype.
+       * config/tc-mcore.c (md_pseudo_table): Fix typo.
+       (dump_literals): Init brarsym, and test later instead of isforce.
+
+       * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.
+       (parse): Constify line and lineptr.
+       (md_begin): Calculate endop here.
+
+2002-12-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-vms.c: Formatting.  Include fnctl.h.
+       (Create_VMS_Object_File): Fix creat call for sane unix systems.
+       (Object_Record_Offset): Make it a size_t.
+       (Flush_VMS_Object_Record_Buffer): Fix signed/unsigned warning.
+       (VMS_TBT_Routine_End <Size>): Make var unsigned long.
+       (VMS_Fix_Indirect_Reference <Offset>): Make arg addressT.
+       (synthesize_data_segment <data_size>): Remove ATTRIBUTE_UNUSED.
+       (vms_fixup_data_section <data_size>): Add here instead.
+       * config/e-criself.c: Fix typo in last change.
+
+2002-12-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * write.c (write_object_file): Fix signed/unsigned warning.
+       * config/e-crisaout.c (crisaout_bfd_name): Prototype.
+       * config/e-criself.c (criself_bfd_name): Prototype.
+       * config/obj-aout.c (s_sect): Remove unused function.
+       * config/obj-bout.c (obj_bout_line <ignore>): Add ATTRIBUTE_UNUSED.
+       * config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF.
+       (fixup_mdeps <h>): Add ATTRIBUTE_UNUSED.
+       * config/obj-ecoff.c (ecoff_frob_file <addr>): Likewise.
+       * config/obj-vms.c (setup_basic_type <spnt>): Likewise.
+       (VMS_RSYM_Parse <Current_Routine>): Likewise.
+       (vms_fixup_text_section <text_siz>): Likewise.
+       (synthesize_data_segment <data_size>): Likewise.
+       (vms_fixup_xtors_section <sect_no>): Likewise.
+       (structure_count): Don't use implicit int type.
+       * config/tc-a29k.c (insert_sreg): Prototype.
+       (define_some_regs): Prototype, make static.
+       (parse_operand): Likewise.
+       (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
+       (md_show_usage <stream>): Likewise.
+       (md_section_align <segment>): Likewise.
+       (md_convert_frag <all args>): Likewise.
+       (md_estimate_size_before_relax <all args>): Likewise.
+       (md_apply_fix3): Don't cast valP pointer type.  Fix bogus >>='s.
+       * config/tc-arm.c (arm_validate_fix): Only for OBJ_COFF or OBJ_ELF.
+       * config/tc-d30v.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
+       (md_undefined_symbol <name>): Likewise.
+       (md_convert_frag <all args>): Likewise.
+       (write_long <opcode>): Likewise.
+       (tc_gen_reloc <seg>): Likewise.
+       (md_estimate_size_before_relax <all args>): Likewise.
+       (md_apply_fix3 <seg>): Likewise.
+       (s_d30v_align <ignore>): Likewise.
+       (build_insn): Correct format string.
+       (md_apply_fix3): Likewise.
+       * config/tc-fr30.c (md_parse_option <c,arg>):  Add ATTRIBUTE_UNUSED.
+       (md_undefined_symbol <name>): Likewise.
+       (md_convert_frag <all args>): Likewise.
+       (md_cgen_lookup_reloc <insn>): Likewise.
+       (md_begin): Delete unused vars.
+       (md_assemble): Likewise.
+       (md_estimate_size_before_relax): Likewise.
+       (fr30_relax_frag): #if 0 out, seems unused.
+       (md_atof): Remove declaration of atof_ieee.
+       (restore_colon): Prototype.
+       * config/tc-frv.c (frv_insert_vliw_insn): Prototype.
+       (frv_find_in_vliw): Likewise.
+       (frv_debug_tomcat): Likewise.
+       (frv_adjust_vliw_count): Likewise.
+       (frv_tomcat_shuffle): Likewise.
+       (frv_tomcat_analyze_vliw_chains): Likewise.  Correct args to
+       frv_find_in_vliw call.
+       (md_atof): Remove declaration of atof_ieee.
+       * config/tc-h8500.c (cons): Delete declaration.
+       (md_begin <opcode>): Constify.
+       (displacement_size, immediate_size, absolute_size): Remove.
+       (build_relaxable_instruction <operand>): Add ATTRIBUTE_UNUSED.
+       (tc_crawl_symbol_chain <headers>): Likewise.
+       (md_undefined_symbol <name>): Likewise.
+       (tc_headers_hook <headers>): Likewise.
+       (md_parse_option <c,arg>): Likewise.
+       (md_show_usage <stream>): Likewise.
+       (md_convert_frag <headers, seg>): Likewise.
+       (tc_coff_symbol_emit_hook <ignore>): Likewise.
+       (md_atof): Remove declaration of atof_ieee.
+       (tc_aout_fix_to_chars): Remove unused function.
+       (parse_reg): Prototype.
+       (parse_exp): Prototype.
+       (skip_colonthing): Prototype.  Use &&, not & in logical expressions.
+       (parse_reglist): Prototype.
+       (get_operand): Prototype.
+       (get_operands): Prototype.
+       (get_specific): Prototype.  Make "this_index" signed.
+       (check): Prototype, make static.
+       (insert): Prototype
+       (build_relaxable_instruction): Prototype, make static.
+       (build_bytes): Prototype.
+       (wordify_scb): Prototype.
+       * config/tc-h8500.h (start_label): Declare.
+       (tc_coff_sizemachdep): Declare.
+       * config/tc-i370.c (i370_ebcdic <unused>): Add ATTRIBUTE_UNUSED.
+       (i370_rmode <unused>): Likewise.
+       (i370_csect <unused>): Likewise.
+       (i370_dc <unused>): Likewise.
+       (i370_ds <unused>): Likewise.
+       (i370_elf_lcomm <unused>): Likewise.
+       (i370_ltorg <ignore>): Likewise.
+       (i370_using <ignore>): Likewise.
+       (i370_drop <ignore>): Likewise.
+       (i370_byte <ignore>): Likewise.
+       (i370_tc <ignore>): Likewise.
+       (md_estimate_size_before_relax <fragp, seg>): Likewise.
+       (md_convert_frag <all args>): Likewise.
+       (md_undefined_symbol <name>): Likewise.
+       (md_pcrel_from_section <sec>): Likewise.
+       (tc_gen_reloc <seg>): Likewise.
+       (i370_section_letter): #if 0 unused functions.
+       (i370_section_word, i370_section_type, i370_section_flags): Likewise.
+       (symbol_locate): Prototype.
+       * config/tc-i860.c (md_atof): Remove declaration of atof_ieee.
+       (md_number_to_disp, md_number_to_field): Remove.
+       (md_apply_fix3): Correct format string and cast "fup".
+       * config/tc-i960.c (md_convert_frag): Add ATTRIBUTE_UNUSED to args.
+       (s_endian <ignore>): Likewise.
+       (md_undefined_symbol <name>): Likewise.
+       (tc_crawl_symbol_chain <headers>): Likewise.
+       (tc_set_bal_of_call): Likewise.
+       (tc_coff_symbol_emit_hook <symbolP>): Likewise.
+       (i960_handle_align <fragp>): Likewise.
+       (i960_validate_fix <this_segment_type>): Likewise
+       (tc_gen_reloc <section>): Likewise.
+       (tc_coff_symbol_emit_hook): Only define for OBJ_COFF.
+       (struct memS, struct regop): Forward declare.
+       (brcnt_emit, brlab_next, cobr_fmt, ctrl_fmt, emit, get_args,
+       get_cdisp, get_ispec, get_regnum, i_scan, mem_fmt, mema_to_memb,
+       parse_expr, parse_ldconst, parse_memop, parse_po, parse_regop,
+       reg_fmt, relax_cobr, s_leafproc, s_sysproc, shift_ok, syntax,
+       targ_has_sfr, targ_has_iclass, tc_bfd_fix2rtype): Prototype.
+       (md_chars_to_number, md_number_to_imm): Make static, prototype.
+       (md_number_to_field): Likewise.
+       (md_number_to_disp): Remove unused function.
+       (md_atof): Remove declaration of atof_ieee.
+       (md_apply_fix3): Correct md_number_to_imm call.
+       * config/tc-ip2k.c (md_assemble): Warning fix.
+       * config/tc-m32r.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
+       (fill_insn <ignore>): Likewise.
+       (debug_sym <ignore>): Likewise.
+       (md_undefined_symbol <name>): Likewise.
+       (m32r_scomm <ignore>): Likewise.
+       (md_convert_frag <abfd>): Likewise.
+       (md_cgen_lookup_reloc <insn>): Likewise.
+       (m32r_record_hi16 <seg>): Likewise.
+       (md_estimate_size_before_relax): #if 0 old_fr_fix.
+       (allow_m32rx): Prototype.
+       (first_writes_to_seconds_operands): Prototype.
+       (writes_to_pc): Prototype.
+       (can_make_parallel): Prototype.
+       (make_parallel): Prototype.
+       (target_make_parallel): Prototype.
+       (assemble_two_insns): Prototype.
+       (m32r_record_hi16): Prototype.
+       (md_atof): Remove declaration of atof_ieee.
+       * config/tc-m32r.h (m32r_fix_adjustable): Declare.
+       (m32r_force_relocation): Prototype.
+       (m32r_elf_section_change_hook): Prototype.
+       * config/tc-m68k.c (tc_gen_reloc <section>): Add ATTRIBUTE_UNUSED.
+       (md_show_usage): Fix signed/unsigned warning.
+       * config/tc-m88k.c (get_reg): Make reg_prefix param unsigned.
+       (calcop): Ditto for reg_prefix var.
+       (hexval): Add cast to fix signed/unsigned warning.
+       (md_number_to_disp): Delete unused function.
+       (md_number_to_field): Likewise.
+       (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
+       (match_name): Prototype.
+       (get_bf2): Prototype.
+       (get_bf_offset_expression): Prototype.
+       * config/tc-mcore.c (mcore_s_literals <ignore>): Add ATTRIBUTE_UNUSED.
+       (md_undefined_symbol <ignore>): Likewise.
+       (md_create_short_jump <all args>): Likewise.
+       (md_create_long_jump <all args>): Likewise.
+       (md_convert_frag <abfd, sec>): Likewise.
+       (md_apply_fix3 <segment>): Likewise.
+       (md_section_align <segment>): Likewise.
+       (md_pcrel_from_section <sec>): Likewise.
+       (tc_gen_reloc <section>): Likewise.
+       (reg_m, reg_n, immediate): Delete unused vars.
+       (dump_literals): Fix signed/unsigned warning.
+       (enter_literal): Likewise.
+       (parse_imm): Likewise.  Also fix format string.
+       (parse_mem): Remove unused var.
+       (md_assemble <LS>): Abort on unexpected inst.
+       (md_atof): Remove declaration of atof_ieee.
+       (md_parse_option): Remove unused vars.
+       (md_apply_fix3): Fix format strings, cast args.
+       (tc_gen_reloc): Delete unused var.
+       * config/tc-mcore.h (tc_coff_sizemachdep): Declare.
+       * config/tc-mn10200.c (md_parse_option <c, arg>): Add ATTRIBUTE_UNUSED.
+       (md_undefined_symbol <name>): Likewise.
+       (md_convert_frag <abfd>): Likewise.
+       (tc_gen_reloc <seg>): Likewise.
+       (check_operand <insn>): Likewise.
+       (md_convert_frag): Fix format strings.
+       (tc_gen_reloc): Delete fx_addsy - fx_subsy code.
+       * config/tc-openrisc.c (ignore_pseudo): Prototype.
+       (md_atof): Remove declaration of atof_ieee.
+       * config/tc-or32.c (parse_operand): Prototype non-BFD too.
+       (md_apply_fix3): Fix bogus >>='s.
+       (md_undefined_symbol): Delete unused var.
+       * config/tc-pj.c (little, big, parse_exp_save_ilp): Prototype.
+       (c_to_r, ipush_code, fake_opcode, alias): Likewise.
+       (fake_opcode): Adjust for pj_opc_int_t change.
+       (md_begin): Likewise.
+       (md_assemble): Likewise.
+       (ipush_code): Correct parse_exp_save_ilp call.  Test pending_reloc
+       instead of non-existent third arg of parse_exp_save_ilp.
+       (md_parse_option): Correct "little" and "big" calls.
+       * config/tc-sparc.c (s_register): Only declare #ifdef OBJ_ELF.
+       (md_apply_fix3 <segment>): Add ATTRIBUTE_UNUSED.
+       (tc_gen_reloc <section>): Likewise.
+       * config/tc-tic30.c: #include stdarg.h or varargs.h.
+       (debug): Rewrite using VA_* macros.
+       (md_estimate_size_before_relax): Add ATTRIBUTE_UNUSED to args.
+       (md_convert_frag): Likewise.
+       (md_parse_option): Likewise.
+       (md_show_usage): Likewise.
+       (md_undefined_symbol): Likewise.
+       (tc_gen_reloc): Likewise.
+       (md_operand): Likewise.
+       (tc_aout_pre_write_hook): Delete.
+       (struct tic30_insn): Make "operands" unsigned.
+       (struct tic30_par_insn): Likewise.
+       (md_assemble): Likewise for "count", "i" and "numops".
+       (tic30_parallel_insn): Likewise for vars here.
+       (tic30_operand): Likewise.  Remove useless unsigned >= 0 comparison.
+       * config/tc-tic30.h (tc_aout_pre_write_hook): Define as empty.
+       * config/tc-tic80.c (obj_coff_section): Delete declaration.
+       (md_estimate_size_before_relax): Add ATTRIBUTE_UNUSED on args.
+       (md_undefined_symbol): Likewise.
+       (md_parse_option): Likewise.
+       (md_convert_frag): Likewise.
+       (tc_coff_symbol_emit_hook): Likewise.
+       (md_atof): Remove declaration of atof_ieee.
+       (const_overflow): Warning fixes, tidy.
+       (get_operands): Delete unused vars.
+       (internal_error_a): Adjust format string to expect a long for arg.
+       (find_opcode): Warning fixes, simplify.
+       (build_insn): Cast internal_error_a arg.
+       (md_begin): Likewise.
+       (md_apply_fix3): Likewise.
+       (md_assemble): Delete unused var.
+       * config/tc-tic80.h (tc_coff_fix2rtype): Prototype.
+       * config/tc-z8k.c (cons, obj_coff_section): Delete declarations.
+       (whatreg, parse_reg, parse_exp): Make static, prototype.
+       (checkfor, regword, regaddr, get_ctrl_operand): Prototype.
+       (get_flags_operand, get_interrupt_operand, get_cc_operand): Likewise.
+       (get_operand, get_operands, get_specific, newfix): Likewise.
+       (apply_fix, build_bytes): Likewise.
+       (md_atof): Remove declaration of atof_ieee.
+       (tc_aout_fix_to_chars): Delete.
+       (md_begin): Constify "opcode".  Don't try to init opcode->idx.
+       Fix s_unseg call.
+       (md_parse_option): Fix s_segm and s_unseg calls.
+
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * tc-mips.c (RELAX_BRANCH_ENCODE): Remove reloc_s2 argument.
+       Adjust callers.
+       (RELAX_BRANCH_RELOC_S2): Delete.
+       (append_insn): Use only BFD_RELOC_16_PCREL_S2 for branches.
+       Do not handle BFD_RELOC_16_PCREL.
+       (macro_build, mips_ip): Likewise.
+       (md_pcrel_from): Return 4 for undefined symbols regardless of
+       mips_pic.
+       (md_apply_fix3): Use only BFD_RELOC_16_PCREL_S2 for branches.
+       Don't dereference howto if no such relocation is available.
+       Do not apply hack for in-place zero addend in NEWABI.
+       (md_convert_frag): Use only BFD_RELOC_16_PCREL_S2 for branches.
+
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>,
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Define.
+       (TC_LINKRELAX_FIXUP): Add comments.
+
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-mn10300.c (set_arch_mach): Change argument type to
+       avoid warnings.
+       (r_register_name, xr_register_name): Add prototype declarations.
+
+2002-12-08  H.J. Lu <hjl@gnu.org>
+
+       * config/tc-ia64.c (md_apply_fix3): Remove the PCREL hack
+       copied from tc-i386.c.
+
+2002-12-08  Stephane Carrez  <stcarrez@nerim.fr>
+
+       Fix Bug savannah/1825:
+       * config/tc-m68hc11.c (STATE_INDEXED_PCREL): New relax code.
+       (md_relax_table): Define specific relax for PC-rel offsets.
+       (build_indexed_byte): Use a STATE_INDEXED_PCREL relax code.
+       (m68hc11_relax_frag): Handle the new relax code.
+       (md_convert_frag): Likewise.
+       (md_estimate_size_before_relax): Likewise.
+
+2002-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * subsegs.c (section_symbol): Use the symbol, not the section, name.
+
+2002-12-05  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64.c (enum reloc_func): Add FUNC_LT_RELATIVE_X.
+       (ia64_gen_real_reloc_type): Handle it.
+       (pseudo_func): Add @ltoffx.
+       (md_begin): Build .<ltoffx>.
+       (ia64_force_relocation): True for LTOFF22X and LDXMOV.
+
+2002-12-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.
+       Move OBJ_COFF TC_FORCE_RELOCATION code here so that COFF handles
+       ARM_IMMEDIATE and ARM_ADRL_IMMEDIATE relocs as for ELF.
+       * config/tc-arm.h (TC_FORCE_RELOCATION): Define for both ELF and
+       COFF to call arm_force_relocation.
+
+2002-12-04  David Mosberger  <davidm@hpl.hp.com>
+
+       * config/tc-ia64.c (pseudo_func): Add "@pause" constant for "hint"
+       instruction.
+       (emit_one_bundle): Handle "hint" instruction.
+       (operand_match): Match IA64_OPND_AR_CSD.
+
+2002-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf2dbg.c (scale_addr_delta): Correct parameter.  Move prototype
+       inside #if.
+
+2002-12-03  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-ppc.c (ppc_cleanup): Do not set SEC_MERGE flag on
+       .PPC.EMB.apuinfo sections.
+
+2002-12-03  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case.
+
+2002-12-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-w65.c (s_longa): Prototype.  Make static, specify int arg.
+       (cons, s_align_bytes): Delete declaration.
+       (relax): Delete.
+       (md_begin): Constify "struct opinfo *" var.  Don't try to make "name"
+       strings common.
+       (dot): Delete unused function.
+       (w65_expression): Remove unused arg.
+       (parse_exp): Prototype.  Remove unused arg.  Adjust w65_expression
+       call.
+       (get_operands): Prototype.  Constify "struct opinfo *" arg.  Fix
+       parse_exp call.
+       (get_specific): Prototype.  Constify "struct opinfo *" arg and return
+       value.
+       (check): Remove unused function.
+       (build_Mytes): Prototype.  Constify "struct opinfo *" arg.  Abort
+       on unhandled switch case.
+       (md_assemble): Remove unused op_start, op_end, nlen, p vars.  Constify
+       "opcode".
+       (tc_crawl_symbol_chain): Delete unused function.
+       (tc_headers_hook): Likewise.
+       (tc_Nout_fix_to_chars): Likewise.
+       (md_undefined_symbol): Add ATTRIBUTE_UNUSED.
+       (md_parse_option): Likewise.
+       (md_convert_frag): Likewise.
+       (tc_coff_symbol_emit_hook): Likewise.
+       (md_show_usage): Likewise.
+       * config/tc-w65.h (tc_coff_sizemachdep): Declare.
+       (TC_PARSE_CONS_EXPRESSION): w65_expression takes one arg.
+       (w65_expression): Declare.
+
+       * po/POTFILES.in: Regenerate.
+
+       * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATE
+       and ARM_ADRL_IMMEDIATE.
+
+2002-12-02  Nick Clifton  <nickc@redhat.com>
+
+       * gasp.c: Delete.  It has been deprecated.
+       * NEWS: Mention that gasp has been removed.
+       * Makefile.am: Remove references to gasp.
+       * makefile.vms: Likewise.
+       * mpw-make.sed: Likewise.
+       * Makeile.in: Regenerate.
+       * doc/gasp.texi: Delete.
+       * doc/Makefile.am: Remove references to gasp.texi.
+       * doc/Makefile.in: Regenerate.
+       * macro.c: Delete references to gasp.
+       Remove use of comment_char function parameter as it is no longer
+       needed.
+       * macro.h: Update prototypes to remove comment_char parameter.
+       Fix formatting.
+       * read.c (read_a_source_file, s_irp): Remove comment_char
+       parameter from invocation of functions in macro.c
+
+2002-12-02  Hans-Peter Nilsson  <hp@axis.com>
+
+       * read.c (emit_expr) [!WORKING_DOT_WORD]: Initialize x->use_jump.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/tc-m68hc11.c (md_begin): Fix qsort warning.
+       (tc_gen_reloc): Mark section param as not used.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       Fix Bug savannah/1825:
+       * config/tc-m68hc11.h (md_relax_frag): Define to support relaxations
+       that are not pc-relative.
+       (m68hc11_relax_frag): Declare.
+
+       * config/tc-m68hc11.c (build_indexed_byte): Use a frag_var to handle
+       the offsetable indexed addressing modes (n,r).
+       (build_insn): Cleanup some locals.
+       (m68hc11_relax_frag): New function imported from tc-cris.c to handle
+       relaxation of difference between two symbols of same section.
+       (md_convert_frag): For INDEXED_OFFSET relaxs, use the displacement
+       only when this is a PC-relative operand and the offset is not absolute.
+       (md_estimate_size_before_relax): Convert the INDEXED_OFFSET,UNDEF frag
+       to INDEXED_OFFSET,STATE_BITS5 when the symbol is absolute; this will
+       be handled by m68hc11_relax_frag.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
+       (32-bit int, 64-bit double).
+       (md_longopts): New options -mshort, -mlong, -mshort-double and
+       -mlong-double to control the ABI.
+       (md_show_usage): Update.
+       (md_parse_option): Handle new options.
+       * doc/as.texinfo (Overview): Document new options for HC11/HC12.
+
+2002-12-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * symbols.c (report_op_error): New function, broken out of ...
+       (resolve_symbol_value): ... here. Use for both monadic and dyadic
+       operators.
+
+2002-11-30  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.c (md_apply_fix3): Take account of fx_offset
+       for BFD_RELOC_32_PLT_PCREL.
+
+2002-11-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf2dbg.c, write.c, config/obj-aout.c, config/obj-coff.c,
+       config/obj-ecoff.c, config/obj-elf.c, config/obj-som.c,
+       config/tc-arm.c, config/tc-arm.h, config/tc-avr.c, config/tc-cris.c,
+       config/tc-d10v.c, config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
+       config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
+       config/tc-frv.c, config/tc-frv.h, config/tc-hppa.c, config/tc-i370.c,
+       config/tc-i386.c, config/tc-i386.h, config/tc-m32r.c,
+       config/tc-m68hc11.c, config/tc-mcore.c, config/tc-mcore.h,
+       config/tc-mips.c, config/tc-mips.h, config/tc-mn10200.c,
+       config/tc-mn10300.c, config/tc-mn10300.h, config/tc-openrisc.c,
+       config/tc-openrisc.h, config/tc-ppc.c, config/tc-s390.c,
+       config/tc-sh.c, config/tc-sh.h, config/tc-sh64.c, config/tc-tic54x.c,
+       config/tc-v850.c, config/tc-v850.h, config/tc-xstormy16.c,
+       config/tc-xstormy16.h: Replace boolean with bfd_boolean, true with
+       TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars with
+       TRUE/FALSE.  Formatting.
+
+2002-11-29  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (do_t_bkpt): If no operand is specified,
+       assume a value of zero.
+       (do_bkpt): Likewise.
+
+2002-11-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.c (md_apply_fix3): Call S_SET_THREAD_LOCAL
+       for TLS relocations.
+
+2002-11-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/tc-ia64.c (md_apply_fix3): Add default case.
+
+2002-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * symbols.c (S_SET_THREAD_LOCAL): New function.
+       * symbols.h (S_SET_THREAD_LOCAL): New prototype.
+       * config/tc-i386.c (md_apply_fix3): Call S_SET_THREAD_LOCAL
+       for TLS relocations.
+       * config/tc-ia64.c (md_apply_fix3): Likewise.
+       * config/tc-alpha.c (md_apply_fix3): Likewise.
+
+2002-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * write.c (subsegs_finish): For SEC_MERGE sections pad last fragment
+       to entsize.
+
+2002-11-26  DJ Delorie  <dj@redhat.com.
+
+       * dwarf2dbg.c (scale_addr_delta): New.
+       (size_inc_line_addr): Use it.
+       (emit_inc_line_addr): Use it.
+
+2002-11-26  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/tc-cris.c (cris_relax_frag): Fix typo in comment.
+       (md_assemble): Don't pass on branches to constants as relaxable.
+       Tweak comment.
+
+2002-11-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * config/tc-tic4x.c (c4x_operands_match): Bugfix in direct mode
+
+2002-11-21  Randolph Chung  <randolph@tausq.org>
+
+       * config/tc-hppa.h (tc_frob_symbol):  Frob undefined unused symbols
+       only if they have default visibility.
+
+2002-11-21  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c (alpha_fix_adjustable): Remove redundant
+       S_IS_DEFINED test.
+
+2002-11-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-mcore.c (mcore_pool_count): New function.
+       (mcore_cons, mcore_float_cons, mcore_stringer, mcore_fill): Use it.
+
+2002-11-20  Klee Dienes  <kdienes@apple.com>
+
+       * config/tc-mcore.c (md_begin): Use a const iterator.  Don't
+       coalesce the name fields to use the same pointer.
+
+       * config/tc-sh.c (md_begin): Use a const iterator.  Don't coalesce
+       the name fields to use the same pointer.
+       (get_specific): Check for opcodes with the same name using strcmp
+       as well as comparing the pointer.
+
+2002-11-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * write.c (adjust_reloc_syms): Don't reduce SEC_MERGE fixups with
+       fx_subsy non-NULL.
+
+2002-11-19  Richard Henderson  <rth@redhat.com>
+
+       * config/obj-elf.c (obj_elf_visibility): Overwrite only the
+       visibility portion of st_other.
+
+2002-11-19  Klee Dienes  <kdienes@apple.com>
+
+       * config/tc-h8300.c (struct h8_instruction): New type, used to
+       wrap h8_opcodes with length, noperands, idx, and size fields
+       (computed at run-time).
+       (h8_instructions): New variable.
+       (md_begin): Allocate the storage for h8_instructions.  Fill
+       h8_instructions with pointers to the appropriate opcode and the
+       correct value for the additional fields.
+       (clever_message): Update to use h8_instructions instead of
+       h8_opcodes.
+       (build_bytes): Ditto.
+       (get_specific): Ditto.
+       (md_assemble): Ditto.
+
+2002-11-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (tc_s390_fix_adjustable): Re-add patch to prevent
+       adjustments to symbols in merge sections.
+
 2002-11-19  Luke Deller <luked@cse.unsw.edu.au>
 
        * config/tc-alpha.c (s_alpha_prologue): as_bad when sym is NULL.
        (md_parse_options): Revised commandprompt swicthes and added new
        ones.
        (md_show_usage): Complete rewrite of printout.
-       
+
 2002-11-16  Svein E. Seldal  <Svein.Seldal@solidas.com>
 
        * config/tc-tic4x.c: Remove c4x_pseudo_ignore function.
        function. Add support for new DSP, TMS320VC33. Fix bug for
        converting flonum constants.
        (c4x_do_align): Add proper align handling. Setup align to insert
-       NOP's. 
+       NOP's.
        (c4x_gen_to_words): Support for extended TI type floats.
        (md_atof): Proper dumping of multiple-word littlenums.
        (c4x_atof): Added support for extended TI type floats.
        (alpha_fix_adjustable): ... here.
        * config/tc-alpha.h (TC_VALIDATE_FIX): Remove.
 
-2002-11-07  Eric Kohl  <ekohl@rz-online.de> 
+2002-11-07  Eric Kohl  <ekohl@rz-online.de>
 
        * config/te-pe.h (LEX_AT): Accept at-sign (@) as first character
        of a label.
@@ -1223,9 +1856,6 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
        (output_imm): Added arguments.  Compute properly addend for
        R_386_GOTPC.
        (md_apply_fix3): Remove R_386_GOTPC handling.
-       * testsuite/gas/i386/gotpc.s: New.
-       * testsuite/gas/i386/gotpc.d: New.
-       * testsuite/gas/i386/i386.exp: Add gotpc test.
 
 2002-08-06  George France <france@handhelds.org>
 
@@ -1807,9 +2437,6 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
        but warn about it.
-       * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
-       * testsuite/gas/sh/pcrel.d: Update.
-       * testsuite/gas/sh/pcrel.l: New file.
 
 2002-06-06  Daniel Jacobowitz  <drow@mvista.com>
 
@@ -2099,16 +2726,6 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
        (md_begin): Support TLS operators.
        (md_operand): Likewise.
        (ia64_gen_real_reloc_type): Support TLS relocs.
-       * testsuite/gas/i386/tlspic.s: New file.
-       * testsuite/gas/i386/tlsd.s: New file.
-       * testsuite/gas/i386/tlsnopic.s: New file.
-       * testsuite/gas/i386/tlsd.d: New file.
-       * testsuite/gas/i386/tlsnopic.d: New file.
-       * testsuite/gas/i386/tlspic.d: New file.
-       * testsuite/gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
-       * testsuite/gas/ia64/tls.s: New file.
-       * testsuite/gas/ia64/tls.d: New file.
-       * testsuite/gas/ia64/ia64.exp: Add tls test.
        * write.c (adjust_reloc_syms): Don't change symbols in
        SEC_THREAD_LOCAL sections to STT_SECTION + addend.