Home | History | Annotate | Line # | Download | only in gas
      1      1.1     skrll 2005-12-30  Sterling Augustine  <sterling (a] tensilica.com>
      2      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
      3      1.1     skrll 
      4      1.1     skrll 	* config/tc-xtensa.c (op_placement_info_struct): Delete single,
      5      1.1     skrll 	single_size, widest, and widest_size fields.  Add narrowest_slot.
      6      1.1     skrll 	(xg_emit_insn_to_buf): Remove fmt parameter and compute it here.
      7      1.1     skrll 	Use xg_get_single_slot to find the slot.
      8      1.1     skrll 	(finish_vinsn): Use emit_single_op instead of bundle_single_op.
      9      1.1     skrll 	(bundle_single_op): Rename this to....
     10      1.1     skrll 	(bundle_tinsn): ...this function, which builds a vliw_insn but does
     11      1.1     skrll 	not call finish_vinsn.
     12      1.1     skrll 	(emit_single_op): Use bundle_tinsn instead of bundle_single_op.
     13      1.1     skrll 	(relax_frag_immed): Get num_slots from cur_vinsn.
     14      1.1     skrll 	(convert_frag_narrow): Update call to xg_emit_insn_to_buf.
     15      1.1     skrll 	(convert_frag_immed): Likewise.  Also, get num_slots from cur_vinsn.
     16      1.1     skrll 	(init_op_placement_info_table): Set narrowest_slot field.  Remove
     17      1.1     skrll 	code for deleted fields.
     18      1.1     skrll 	(xg_get_single_size): Return narrowest_size field, not single_size.
     19      1.1     skrll 	(xg_get_single_format): Return narrowest field, not single.
     20      1.1     skrll 	(xg_get_single_slot): New.
     21      1.1     skrll 	(tinsn_to_insnbuf): Rewrite to use tinsn_to_slotbuf.
     22      1.1     skrll 	* config/xtensa-relax.c (widen_spec_list): Add wide branch relaxations.
     23      1.1     skrll 	(transition_applies): Check wide branch option availability.
     24      1.1     skrll 
     25      1.1     skrll 2005-12-29  Sterling Augustine  <sterling (a] tensilica.com>
     26      1.1     skrll 
     27      1.1     skrll 	* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
     28      1.1     skrll 
     29      1.1     skrll 2005-12-29  Sterling Augustine  <sterling (a] tensilica.com>
     30      1.1     skrll 
     31      1.1     skrll 	* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
     32      1.1     skrll 
     33      1.1     skrll 2005-12-27  Nathan Sidwell  <nathan (a] codesourcery.com>
     34      1.1     skrll 
     35      1.1     skrll 	* config/tc-mt.c (mt_arch): Default to ms1_16_002.
     36      1.1     skrll 	(md_parse_options): Only allow lowercase.
     37      1.1     skrll 	(md_show_usage): Update.
     38      1.1     skrll 
     39      1.1     skrll 2005-12-27  Leif Ekblad  <leif (a] rdos.net>
     40      1.1     skrll 
     41      1.1     skrll 	* configure.tgt: Add support for RDOS targets.
     42      1.1     skrll 
     43      1.1     skrll 2005-12-27  James Troup  <james (a] nocrew.org>
     44      1.1     skrll 
     45      1.1     skrll 	PR 1300
     46      1.1     skrll 	* config/tc-arm.c (md_apply_fix): Fix casts to match type in
     47      1.1     skrll 	printf format.
     48      1.1     skrll 
     49      1.1     skrll 2005-12-27  Alan Modra  <amodra (a] bigpond.net.au>
     50      1.1     skrll 
     51      1.1     skrll 	* Makefile.am: Run "make dep-am".
     52      1.1     skrll 	* Makefile.in: Regenerate.
     53      1.1     skrll 	* po/POTFILES.in: Regenerate.
     54      1.1     skrll 
     55      1.1     skrll 2005-12-22  Jan Beulich  <jbeulich (a] novell.com>
     56      1.1     skrll 
     57      1.1     skrll 	* symbols.h (snapshot_symbol): First parameter is now pointer
     58      1.1     skrll 	to pointer to symbolS.
     59      1.1     skrll 	* symbols.c (snapshot_symbol): Likewise. Store resulting symbol
     60      1.1     skrll 	there. Use symbol_equated_p.
     61      1.1     skrll 	* expr.c (resolve_expression): Change first argument to
     62      1.1     skrll 	snapshot_symbol. Track possibly changed add_symbol consistently
     63      1.1     skrll 	across function. Resolve more special cases with known result.
     64      1.1     skrll 	Also update final_val when replacing add_symbol.
     65      1.1     skrll 
     66      1.1     skrll 2005-12-13  Jan-Benedict Glaw  <jbglaw (a] lug-owl.de>
     67      1.1     skrll 
     68      1.1     skrll 	* config/tc-vax.c: Convert to ISO C90 format.  Fix formatting and
     69      1.1     skrll 	white space usage as well.
     70      1.1     skrll 
     71      1.1     skrll 2005-12-20  Sterling Augustine  <sterling (a] tensilica.com>
     72      1.1     skrll 
     73      1.1     skrll 	* config/tc-xtensa.c (xtensa_mark_narrow_branches): Set
     74      1.1     skrll 	is_aligning_branch flag.
     75      1.1     skrll 	(find_address_of_next_align_frag): Limit by xtensa_fetch_width.
     76      1.1     skrll 	(future_alignment_required): Except for frags with is_aligning_branch
     77      1.1     skrll 	flag set, call frag_wane for frags that do not need to be reexamined
     78      1.1     skrll 	for aligning.
     79      1.1     skrll 	(relax_frag_immed): Replace orig_vinsn with cur_vinsn to fix a leak.
     80      1.1     skrll 	(convert_frag_immed): Likewise.
     81      1.1     skrll 	(convert_frag_narrow): Check is_aligning_branch flag.
     82      1.1     skrll 	* config/tc-xtensa.h (xtensa_frag_type): Add is_aligning_branch flag.
     83      1.1     skrll 
     84      1.1     skrll 2005-12-20  Sterling Augustine  <sterling (a] tensilica.com>
     85      1.1     skrll 
     86      1.1     skrll 	* config/tc-xtensa.c (xg_find_narrowest_format): Optimize 1 slot case.
     87      1.1     skrll 	(xg_init_vinsn): Remove redundant initialization.
     88      1.1     skrll 	(xg_clear_vinsn): Zero all the slots with a single memset.
     89      1.1     skrll 	* config/xtensa-istack.h (vliw_insn): Move insnbuf field after slots.
     90      1.1     skrll 
     91      1.1     skrll 2005-12-20  Nathan Sidwell  <nathan (a] codesourcery.com>
     92      1.1     skrll 
     93      1.1     skrll 	* doc/t-mt.texi: Update MS1 to MT.
     94      1.1     skrll 
     95      1.1     skrll 2005-12-16  Nathan Sidwell  <nathan (a] codesourcery.com>
     96      1.1     skrll 
     97      1.1     skrll 	Second part of ms1 to mt renaming.
     98      1.1     skrll 	* configure: Rebuilt.
     99      1.1     skrll 	* configure.in (mt): Remove special case.
    100      1.1     skrll 	* config/tc-mt.c (opcodes/mt-desc.h, opcodes/mt-opc.h): Change
    101      1.1     skrll 	#includes.
    102      1.1     skrll 	(mt_insn, mt_mach, mt_mach_bitmask, mt_flags, mt_architectures):
    103      1.1     skrll 	Rename, adjust.
    104      1.1     skrll 	(md_parse_option, md_show_usage, md_begin, md_assemble,
    105      1.1     skrll 	md_cgen_lookup_reloc, md_atof): Adjust.
    106      1.1     skrll 	(mt_force_relocation, mt_apply_fix, mt_fix_adjustable): Rename, adjust.
    107      1.1     skrll 	* config/tc-mt.h (TC_MT): Rename.
    108      1.1     skrll 	(LISTING_HEADER, TARGET_ARCH, TARGET_FORMAT): Adjust.
    109      1.1     skrll 	(md_apply_fix): Adjust.
    110      1.1     skrll 	(mt_apply_fix, mt_fix_adjustable, mt_force_relocation): Rename.
    111      1.1     skrll 	(TC_FORCE_RELOCATION, tc_fix_adjustable): Adjust.
    112      1.1     skrll 
    113      1.1     skrll 2005-12-14  Jan Beulich  <jbeulich (a] novell.com>
    114      1.1     skrll 
    115      1.1     skrll 	* config/tc-i386.c (add_prefix): More fine-grained handling of
    116      1.1     skrll 	REX prefixes. Or new prefix value into i.prefix instead of
    117      1.1     skrll 	assigning.
    118      1.1     skrll 
    119      1.1     skrll 2005-12-13  DJ Delorie  <dj (a] redhat.com>
    120      1.1     skrll 
    121      1.1     skrll 	* config/tc-m32c.c (m32c_md_end): Only pad code sections.
    122      1.1     skrll 
    123      1.1     skrll 2005-12-12  Paul Brook  <paul (a] codesourcery.com>
    124      1.1     skrll 
    125      1.1     skrll 	* config/tc-arm.c (do_branch): Generate EABI branch relocations.
    126      1.1     skrll 	(do_bl): New function.
    127      1.1     skrll 	(do_blx): Generate BFD_RELOC_ARM_PCREL_CALL relocation.
    128      1.1     skrll 	(do_t_blx): Generate BFD_RELOC_THUMB_PCREL_BRANCH23.
    129      1.1     skrll 	(insns): Use do_bl.
    130      1.1     skrll 	(md_pcrel_from_section): Add BFD_RELOC_ARM_PCREL_CALL and
    131      1.1     skrll 	BFD_RELOC_ARM_PCREL_JUMP.
    132      1.1     skrll 	(md_apply_fix): Merge BFD_RELOC_ARM_PCREL_BRANCH and
    133      1.1     skrll 	BFD_RELOC_ARM_PCREL_BLX cases.  Handle BFD_RELOC_ARM_PCREL_CALL and
    134      1.1     skrll 	BFD_RELOC_ARM_PCREL_JUMP.
    135      1.1     skrll 	(tc_gen_reloc): Handle BFD_RELOC_ARM_PCREL_CALL and
    136      1.1     skrll 	BFD_RELOC_ARM_PCREL_JUMP.
    137      1.1     skrll 
    138      1.1     skrll 2005-12-12  Nathan Sidwell  <nathan (a] codesourcery.com>
    139      1.1     skrll 
    140      1.1     skrll 	* configure.in: Replace ms1 arch with mt arch.
    141      1.1     skrll 	* configure: Rebuilt.
    142      1.1     skrll 	* configure.tgt: Replace ms1 arch with mt arch.
    143      1.1     skrll 	* config/tc-mt.c: Renamed from tc-ms1.c: Update include files.
    144      1.1     skrll 	* doc/Makefile.am (CPU_DOCS): Replace ms1 files with mt files.
    145      1.1     skrll 	* doc/Makefile.in: Rebuilt.
    146      1.1     skrll 
    147      1.1     skrll 2005-12-07  Hans-Peter Nilsson  <hp (a] axis.com>
    148      1.1     skrll 
    149      1.1     skrll 	Change 32-bit-branch expansion for --pic.
    150      1.1     skrll 	* config/tc-cris.c (STATE_COND_BRANCH_PIC): New relaxation state.
    151      1.1     skrll 	(md_cris_relax_table): Add entry for STATE_COND_BRANCH_PIC.
    152      1.1     skrll 	(cris_any_v0_v10_long_jump_size_pic): New macro.
    153      1.1     skrll 	(md_estimate_size_before_relax): Handle STATE_COND_BRANCH_PIC.
    154      1.1     skrll 	(md_convert_frag): Similar.
    155      1.1     skrll 	(md_create_long_jump): Change 32-bit-branch expansion for --pic.
    156      1.1     skrll 	(md_assemble, gen_cond_branch_32): Adjust similarly.
    157      1.1     skrll 	(md_parse_option) <case OPTION_PIC>: Adjust md_long_jump_size.
    158      1.1     skrll 	<case OPTION_ARCH>: Similar, if --pic.
    159      1.1     skrll 
    160      1.1     skrll 2005-12-06  H.J. Lu  <hongjiu.lu (a] intel.com>
    161      1.1     skrll 
    162      1.1     skrll 	PR gas/1874
    163      1.1     skrll 	* config/tc-i386.c (match_template): Handle monitor.
    164      1.1     skrll 	(process_suffix): Likewise.
    165      1.1     skrll 
    166      1.1     skrll 2005-12-05  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
    167      1.1     skrll 
    168      1.1     skrll 	Bug gas/1948
    169      1.1     skrll 	* symbols.c (colon): Also check if now_seg is bss_section when a symbol
    170      1.1     skrll 	is being redefined.
    171      1.1     skrll 
    172      1.1     skrll 2005-12-02  Arnold Metselaar  <arnoldm (a] sourceware.org>
    173      1.1     skrll 
    174      1.1     skrll 	* config/tc-z80.c (emit_ldreg): fix bug in ld rr,<xx>
    175      1.1     skrll 
    176      1.1     skrll 2005-11-26  Arnold Metselaar  <arnoldm (a] sourceware.org>
    177      1.1     skrll 
    178      1.1     skrll 	* config/tc-z80.c (z80_start_line_hook): issue an error when
    179      1.1     skrll 	redefining a symbol with equ
    180  1.1.1.3  christos 	* doc/as.texinfo(equ<z80>): mention difference with .equiv
    181  1.1.1.3  christos 	* doc/as.texinfo(err): fix typo
    182  1.1.1.3  christos 	* doc/c-z80.texi(equ): redefining a symbol with equ is no longer
    183      1.1     skrll 	allowed
    184      1.1     skrll 
    185      1.1     skrll 2005-11-24  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
    186      1.1     skrll 
    187      1.1     skrll 	Bug gas/1896
    188      1.1     skrll 	* config/tc-hppa.c (hppa_fix_adjustable): Don't reject for reduction
    189      1.1     skrll 	R_HPPA relocations that are 32-bits wide.
    190      1.1     skrll 
    191      1.1     skrll 2005-11-23  Daniel Jacobowitz  <dan (a] codesourcery.com>
    192      1.1     skrll 	    Thiemo Seufer <ths (a] networkno.de>
    193      1.1     skrll 
    194      1.1     skrll 	* config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL_S2.
    195      1.1     skrll 	(macro_build): Complain for invalid branch displacements.
    196      1.1     skrll 	(mips_validate_fix): Delete.
    197      1.1     skrll 	(md_apply_fix): Re-add pcrel support for branches.  Use consistent
    198      1.1     skrll 	text for misaligned branch targets.
    199      1.1     skrll 	(tc_gen_reloc: Re-add pcrel support for branches.  Handle strange
    200      1.1     skrll 	BFD pcrel processing.  Remove error for unresolved branches.
    201      1.1     skrll 	* config/tc-mips.h (TC_VALIDATE_FIX, mips_validate_fix): Delete.
    202      1.1     skrll 
    203      1.1     skrll 2005-11-22  James E Wilson  <wilson (a] specifix.com>
    204      1.1     skrll 
    205      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Perform last_slot < 0 check
    206      1.1     skrll 	even when manual_bundling isn't set.
    207      1.1     skrll 
    208      1.1     skrll 	* config/tc-ia64.c (slot_index): Emit an error instead of a warning
    209      1.1     skrll 	when the frag chain is broken by section switching.
    210      1.1     skrll 
    211      1.1     skrll 2005-11-18  Jie Zhang  <jie.zhang (a] analog.com>
    212      1.1     skrll 
    213      1.1     skrll 	* config/bfin-defs.h (IS_BREG, IS_LREG): New macros.
    214      1.1     skrll 	* config/bfin-parse.y (asm_1): Check register type for load immediate
    215      1.1     skrll 	instruction.
    216      1.1     skrll 
    217      1.1     skrll 2005-11-17  Alexandre Oliva  <aoliva (a] redhat.com>
    218      1.1     skrll 
    219      1.1     skrll 	* config/tc-ppc.c (ppc_frob_file_before_adjust): Do not reference
    220      1.1     skrll 	dotname.
    221      1.1     skrll 	* write.c (write_object_file): Do not remove used weakrefd.
    222      1.1     skrll 
    223      1.1     skrll 2005-11-17  Jan Beulich  <jbeulich (a] novell.com>
    224      1.1     skrll 
    225      1.1     skrll 	* dw2gencfi.c (dot_cfi): Put argument parsing for cases
    226      1.1     skrll 	DW_CFA_restore and DW_CFA_undefined in a loop.
    227      1.1     skrll 
    228      1.1     skrll 2005-11-17  Jan Beulich  <jbeulich (a] novell.com>
    229      1.1     skrll 
    230      1.1     skrll 
    231      1.1     skrll 	* symbols.h (S_CLEAR_VOLATILE): Declare.
    232      1.1     skrll 	* symbols.c (colon): Also accept redefinable symbols for
    233      1.1     skrll 	redefinition. Clone them before modifying.
    234      1.1     skrll 	(S_CLEAR_VOLATILE): Define.
    235      1.1     skrll 	* cond.c (s_ifdef): Also test for equated symbols.
    236      1.1     skrll 	* read.c (s_comm_internal): Also exclude non-redefinable
    237      1.1     skrll 	equated symbols. Clone redefinable ones before modifying.
    238      1.1     skrll 	(s_weakref): Clone redefinable symbols before modifying.
    239      1.1     skrll 	* doc/internals.texi: Document sy_volatile, sy_forward_ref,
    240      1.1     skrll 	S_IS_VOLATILE, S_SET_VOLATILE, S_CLEAR_VOLATILE,
    241      1.1     skrll 	S_IS_FORWARD_REF, and S_SET_FORWARD_REF.
    242      1.1     skrll 
    243      1.1     skrll 2005-11-16  Alan Modra  <amodra (a] bigpond.net.au>
    244      1.1     skrll 
    245      1.1     skrll 	* config/tc-hppa.c (pa_comm): Set bfd_com_section segment.
    246      1.1     skrll 
    247      1.1     skrll 2005-11-16  Alan Modra  <amodra (a] bigpond.net.au>
    248      1.1     skrll 
    249      1.1     skrll 	* configure.tgt (i386-*-gnu*): Set em=gnu.
    250      1.1     skrll 	* config/te-gnu.h: New file.
    251      1.1     skrll 	* config/tc-i386.c: Don't use '/' as comment char for TE_GNU.
    252      1.1     skrll 
    253      1.1     skrll 2005-11-16  Alan Modra  <amodra (a] bigpond.net.au>
    254      1.1     skrll 
    255      1.1     skrll 	* config/tc-ppc.c (ppc_pe_comm): Set bfd_com_section segment.
    256      1.1     skrll 	* config/tc-alpha.c (s_alpha_comm): Likewise.  Also, remove
    257      1.1     skrll 	redundant check.
    258      1.1     skrll 	* read.c (s_lsym): Remove non-BFD assembler sym handling.
    259      1.1     skrll 
    260      1.1     skrll 2005-11-16  Alan Modra  <amodra (a] bigpond.net.au>
    261      1.1     skrll 
    262      1.1     skrll 	* read.c (s_comm_internal): Set bfd_com_section segment.
    263      1.1     skrll 	(s_mri_common): Likewise.
    264      1.1     skrll 	* write.c (write_object_file): Remove non-BFD assembler common
    265      1.1     skrll 	sym handling.
    266      1.1     skrll 
    267      1.1     skrll 2005-11-15  Daniel Jacobowitz  <dan (a] codesourcery.com>
    268      1.1     skrll 
    269      1.1     skrll 	* config/tc-arm.c (s_arm_unwind_save_core): Don't emit an extra
    270      1.1     skrll 	opcode if r4-r15 are not saved.
    271      1.1     skrll 
    272      1.1     skrll 2005-11-15  Alan Modra  <amodra (a] bigpond.net.au>
    273      1.1     skrll 
    274      1.1     skrll 	* symbols.c (S_GET_VALUE): Remove non-BFD assembler recursion guard.
    275      1.1     skrll 
    276      1.1     skrll 2005-11-14  Jan Beulich  <jbeulich (a] novell.com>
    277      1.1     skrll 
    278      1.1     skrll 	* config/tc-ia64.c (AR_FCR, AR_EFLAG, AR_CSD, AR_SSD, AR_CFLG,
    279      1.1     skrll 	AR_FSR, AR_FIR, AR_FDR, AR_CCV, AR_EC): Define.
    280      1.1     skrll 	(ar): Use AR_* instead of literals.
    281      1.1     skrll 	(CR_DCR, CR_ITM, CR_IVA, CR_PTA, CR_GPTA, CR_LID, CR_ITV,
    282      1.1     skrll 	CR_PMV, CR_CMCV): Define.
    283      1.1     skrll 	(cr): Use CR_* instead of literals.
    284      1.1     skrll 
    285      1.1     skrll 2005-11-14  Jan Beulich  <jbeulich (a] novell.com>
    286      1.1     skrll 
    287      1.1     skrll 	* config/tc-ia64.c (md): Rename regsym to indregsym and move
    288      1.1     skrll 	it to the end of the structure.
    289      1.1     skrll 	(ar): Field regnum is unsigned.
    290      1.1     skrll 	(cr): Likewise:
    291      1.1     skrll 	(indirect_reg): Likewise.
    292      1.1     skrll 	(declare_register_set): Parameter regnum is unsigned.
    293      1.1     skrll 	(declare_register): Parameter numregs and base_regnum are
    294      1.1     skrll 	unsigned. So is the local loop variable.
    295      1.1     skrll 	(md_begin): Restrict scope of local variable regnum, which
    296      1.1     skrll 	also is unsigned. Replace loops with function calls where
    297      1.1     skrll 	possible. Re-order things so that register groups are kept
    298      1.1     skrll 	together. Remove all uses of regsym except for indirect
    299      1.1     skrll 	registers. Replace use of regsym by indregsym for indirect
    300      1.1     skrll 	registers.
    301      1.1     skrll 	(ia64_optimize_expr): Replace use of regsym by indregsym for
    302      1.1     skrll 	indirect registers, with appropriate bias.
    303      1.1     skrll 
    304      1.1     skrll 2005-11-14  David Ung  <davidu (a] mips.com>
    305      1.1     skrll 
    306      1.1     skrll 	* config/tc-mips.c (mips16_ip): Add handling of 'm' and 'M' codes
    307      1.1     skrll 	for the MIPS16e save/restore instructions.
    308      1.1     skrll 
    309      1.1     skrll 2005-11-11  Jan Beulich  <jbeulich (a] novell.com>
    310      1.1     skrll 
    311      1.1     skrll 	* doc/Makefile.am: Make asconfig.texi writeable before trying
    312      1.1     skrll 	to write to it.
    313      1.1     skrll 	* doc/Makefile.in: Refresh.
    314      1.1     skrll 
    315      1.1     skrll 2005-11-10  Jan Beulich  <jbeulich (a] novell.com>
    316      1.1     skrll 
    317      1.1     skrll 	* config/tc-i386.c (intel_e11): Don't special-case segment
    318      1.1     skrll 	registers in brackets.
    319      1.1     skrll 
    320      1.1     skrll 2005-11-10  Nick Clifton  <nickc (a] redhat.com>
    321      1.1     skrll 
    322      1.1     skrll 	* config/tc-arm.c (BAD_ADDR_MODE): Define.
    323      1.1     skrll 	(arm_reg_parse_multi): Return NULL rather than FAIL.
    324      1.1     skrll 	(arm_reg_parse): Fix comment, the function returns FAIL rather
    325      1.1     skrll 	than NULL if it is unable to parse the register name.
    326      1.1     skrll 	(do_ldrex): Use BAD_ADDR_MODE.
    327      1.1     skrll 	Change error message for PC-relative addressing.
    328      1.1     skrll 	(do_strex): Likewise.
    329      1.1     skrll 	(do_t_ldrex): Use BAD_ADDR_MODE.
    330      1.1     skrll 	(do_t_strex): Likewise.
    331      1.1     skrll 
    332      1.1     skrll 2005-11-08   Jean-Jacques Metayer  <jean-jacques.metayer (a] thomson.net>
    333      1.1     skrll 
    334      1.1     skrll 	* config/tc-sparc.c (isoctal): Fix thinko.
    335      1.1     skrll 
    336      1.1     skrll 2005-11-08  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    337      1.1     skrll 
    338      1.1     skrll 	* expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather than
    339      1.1     skrll 	flag_mri_m68k as condition for parsing the '$' as a prefix.
    340      1.1     skrll 	* as.h (DOLLAR_AMBIGU): Define if needed.
    341      1.1     skrll 
    342      1.1     skrll 2005-11-08  Nathan Sidwell  <nathan (a] codesourcery.com>
    343      1.1     skrll 
    344      1.1     skrll 	Add ms2 support.
    345      1.1     skrll 	* config/tc-ms1.c (ms1_mach_bitmask): Initialize to MS1.
    346      1.1     skrll 	(ms1_architectures): Add ms2.
    347      1.1     skrll 	(md_parse_option): Add ms2.
    348      1.1     skrll 	(md_show_usage): Add ms2.
    349      1.1     skrll 	(md_assemble): Add JAL_HAZARD detection logic.
    350      1.1     skrll 	(md_cgen_lookup_reloc): Add MS1_OPERAND_LOOPSIZE case.
    351      1.1     skrll 	* doc/c-ms1.texi: New.
    352      1.1     skrll 	* doc/all.texi: Add MS1.
    353      1.1     skrll 	* doc/Makefile.am (CPU_DOCS): Add c-ms1.texi.
    354      1.1     skrll 	* doc/Makefile.in: Rebuilt.
    355      1.1     skrll 	* doc/Makefile: Rebuilt.
    356      1.1     skrll 
    357      1.1     skrll 2005-11-07  Steve Ellcey  <sje (a] cup.hp.com>
    358      1.1     skrll 
    359      1.1     skrll 	* configure: Regenerate after modifying bfd/warning.m4.
    360      1.1     skrll 
    361      1.1     skrll 2005-11-07  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
    362      1.1     skrll 
    363      1.1     skrll 	PR gas/1804
    364      1.1     skrll 	* config/tc-hppa.c (md_apply_fix): Use number_to_chars_bigendian to
    365      1.1     skrll 	output constant data.
    366      1.1     skrll 
    367      1.1     skrll 2005-11-07  Mark Mitchell  <mark (a] codesourcery.com>
    368      1.1     skrll 
    369      1.1     skrll 	* doc/Makefile.am (asconfig.texi): Set top_srcdir.
    370      1.1     skrll 	* doc/Makefile.in: Regenerated.
    371      1.1     skrll 	* doc/as.texinfo: Document "@FILE".
    372      1.1     skrll 
    373      1.1     skrll 2005-11-07  Nick Clifton  <nickc (a] redhat.com>
    374      1.1     skrll 
    375      1.1     skrll 	PR binutils/1568
    376      1.1     skrll 	* config/obj-coff.c (obj_coff_section): Set readonly flag with the
    377      1.1     skrll 	'x' attribute.  Remember the actions of the 'w' and 'n' attributes
    378      1.1     skrll 	and do not allow the 'x','s' or 'd' attributes to change them.
    379      1.1     skrll 
    380      1.1     skrll 2005-11-07  John Levon  <levon (a] movementarian.org>
    381      1.1     skrll 
    382      1.1     skrll 	* config/tc-i386.h (tc_comment_chars): Define.
    383      1.1     skrll 	* config/tc-i386.c (line_comment_chars): Use '/' unconditionally.
    384      1.1     skrll 	(i386_comment_chars): Add.
    385      1.1     skrll 	(md_parse_options): Process OPTION_DIVIDE.
    386      1.1     skrll 	(md_show_usage): Describe --divide option.
    387      1.1     skrll 	* doc/c-i386.texi: Document --divide option.
    388      1.1     skrll 
    389      1.1     skrll 2005-11-07  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    390      1.1     skrll 
    391      1.1     skrll 	* expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.
    392      1.1     skrll 	* config/tc-z80.h: Define O_SINGLE_EQ as O_eq.
    393      1.1     skrll 
    394      1.1     skrll 2005-11-07  Alan Modra  <amodra (a] bigpond.net.au>
    395      1.1     skrll 
    396      1.1     skrll 	* macro.c (buffer_and_nest): Skip labels regardless of
    397      1.1     skrll 	NO_PSEUDO_DOT and flag_m68k_mri.
    398      1.1     skrll 
    399      1.1     skrll 2005-11-07  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    400      1.1     skrll 
    401      1.1     skrll 	* expr.c (integer_constant): Match only 'B' as binary suffix if
    402      1.1     skrll 	NUMBERS_WITH_SUFFIX and LOCAL_LABELS_FB.  Allow both 'b' and 'B'
    403      1.1     skrll 	otherwise.
    404      1.1     skrll 
    405      1.1     skrll 2005-11-04  Alexandre Oliva  <aoliva (a] redhat.com>
    406      1.1     skrll 
    407      1.1     skrll 	* read.c (s_weakref): Do not permit redefinitions.
    408      1.1     skrll 	* symbols.c (colon): Do not permit redefinitions of equated
    409      1.1     skrll 	symbols.
    410      1.1     skrll 
    411      1.1     skrll 2005-11-01  Thiemo Seufer  <ths (a] networkno.de>
    412      1.1     skrll 
    413      1.1     skrll 	PR gas/1299
    414      1.1     skrll 	* Makefile.am: Disable -Werror for the itbl-lex.o rule.
    415      1.1     skrll 	* Makefile.in: Regenerate.
    416      1.1     skrll 
    417      1.1     skrll 2005-11-01  Thiemo Seufer  <ths (a] networkno.de>
    418      1.1     skrll 
    419      1.1     skrll 	* config/tc-mips.c (md_parse_option): Fix typo in comment.
    420      1.1     skrll 
    421      1.1     skrll 2005-10-30  Mark Mitchell  <mark (a] codesourcery.com>
    422      1.1     skrll 
    423      1.1     skrll 	* as.c (show_usage): Document "@FILE".
    424      1.1     skrll 
    425      1.1     skrll 2005-10-30  H.J. Lu  <hongjiu.lu (a] intel.com>
    426      1.1     skrll 
    427      1.1     skrll 	* Makefile.am (OBJ_FORMATS): Remove vms.
    428      1.1     skrll 	Run "make dep-am".
    429      1.1     skrll 	* Makefile.in: Regenerated.
    430      1.1     skrll 
    431      1.1     skrll 	* dep-in.sed: Replace " ./" with " ".
    432      1.1     skrll 
    433      1.1     skrll 2005-10-28  Dave Brolley  <brolley (a] redhat.com>
    434      1.1     skrll 
    435      1.1     skrll 	Contribute the following change:
    436      1.1     skrll 	2005-09-19  Dave Brolley  <brolley (a] redhat.com>
    437      1.1     skrll 
    438      1.1     skrll 	* config/tc-m32c.c (default_isa): New static variable.
    439      1.1     skrll 	(m32c_isa): Now of type CGEN_BITSET.
    440      1.1     skrll 	(md_begin): Pass &m32c_isa to m32c_cgen_cpu_open.
    441      1.1     skrll 
    442      1.1     skrll 2005-10-28  Paul Brook  <paul (a] codesourcery.com>
    443      1.1     skrll 
    444      1.1     skrll 	* config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu
    445      1.1     skrll 	instead of mcpu_cpu_opt.
    446      1.1     skrll 
    447      1.1     skrll 2005-10-27  Sterling Augustine  <sterling (a] tensilica.com>
    448      1.1     skrll 
    449      1.1     skrll 	* config/tc-xtensa.c (find_vinsn_conflicts): Change error messages to
    450      1.1     skrll 	refer to "ports" instead of "queues".
    451      1.1     skrll 	(check_t1_t2_reads_and_writes): Pass correct interface values to
    452      1.1     skrll 	xtensa_interface_inout.
    453      1.1     skrll 
    454      1.1     skrll 2005-10-27  Jan Beulich  <jbeulich (a] novell.com>
    455      1.1     skrll 
    456      1.1     skrll 	* read.c (assign_symbol): Also consider equates already defined.
    457      1.1     skrll 	* symbols.c (symbol_clone): Also clone the underlying BFD symbol.
    458      1.1     skrll 	* config/obj-coff.h (obj_symbol_clone_hook): New.
    459      1.1     skrll 	(coff_obj_symbol_clone_hook): Declare.
    460      1.1     skrll 	* config/obj-coff.c (coff_obj_symbol_clone_hook): New.
    461      1.1     skrll 
    462      1.1     skrll 2005-10-26  DJ Delorie  <dj (a] redhat.com>
    463      1.1     skrll 
    464      1.1     skrll 	* config/tc-m32c.c (md_relax_table, subtype_mappings,
    465      1.1     skrll 	md_convert_frag): Add jsr.w support.
    466      1.1     skrll 
    467      1.1     skrll 	* config/tc-m32c.c (md_assemble): Don't use errmsg as the format
    468      1.1     skrll 	itself.
    469      1.1     skrll 	(md_cgen_lookup_reloc): Add m32c bitbase operands.  Add 8-s24
    470      1.1     skrll 	and imm-8-HI operands.
    471      1.1     skrll 
    472      1.1     skrll 2005-10-26  Paul Brook  <paul (a] codesourcery.com>
    473      1.1     skrll 
    474      1.1     skrll 	* config/tc-arm.c (insns): Correct "sel" entry.
    475      1.1     skrll 
    476      1.1     skrll 2005-10-26  Jan Beulich  <jbeulich (a] novell.com>
    477      1.1     skrll 
    478      1.1     skrll 	* config/tc-i386.c (i386_operand): Don't check register prefix here.
    479      1.1     skrll 	(parse_real_register): Rename from parse_register.
    480      1.1     skrll 	(parse_register): New.
    481      1.1     skrll 	(i386_parse_name): New.
    482      1.1     skrll 	(md_operand): New.
    483      1.1     skrll 	(intel_e11): Don't tolerate registers in offset expressions anymore.
    484      1.1     skrll 	(intel_get_token): Don't check register prefix here. Copy the actual
    485      1.1     skrll 	register token, not the canonical register name.
    486      1.1     skrll 	* config/tc-i386.h (md_operand): Delete.
    487      1.1     skrll 	(i386_parse_name): Declare.
    488      1.1     skrll 	(md_parse_name): Define.
    489      1.1     skrll 
    490      1.1     skrll 2005-10-25  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    491      1.1     skrll 
    492      1.1     skrll 	* Makefile.am: Add Z80 cpu.
    493      1.1     skrll 	* Makefile.in: Regenerated.
    494      1.1     skrll 	* app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'"
    495      1.1     skrll 	and disallow newlines in quoted strings.
    496      1.1     skrll 	* configure.tgt: Add z80-*-coff.
    497      1.1     skrll 	* config/obj-coff.h: Add format "coff-z80".
    498      1.1     skrll 	* doc/Makefile.am: Add c-z80.texi.
    499      1.1     skrll 	* doc/Makefile.in: Regenerated.
    500      1.1     skrll 	* doc/all.texi: Add Z80.
    501      1.1     skrll 	* doc/c-z80.texi: New file
    502      1.1     skrll 	* doc/as.texinfo: Add z80 options and some z80-related remarks.
    503      1.1     skrll 	* config/tc-z80.c: New file
    504      1.1     skrll 	* config/tc-z80.h: New file
    505      1.1     skrll 	* NEWS: Mention new support.
    506      1.1     skrll 
    507      1.1     skrll 2005-10-25  H.J. Lu  <hongjiu.lu (a] intel.com>
    508      1.1     skrll 
    509      1.1     skrll 	* write.c (adjust_reloc_syms): Undo the change made on
    510      1.1     skrll 	2005-04-26 to allow local symbol set to undefined symbol.
    511      1.1     skrll 
    512      1.1     skrll 2005-10-24  H.J. Lu  <hongjiu.lu (a] intel.com>
    513      1.1     skrll 
    514      1.1     skrll 	* Makefile.am (bfin-parse.tab.h): Removed.
    515      1.1     skrll 	(bfin-parse.h): Added.
    516      1.1     skrll 	* Makefile.in: Regenerated.
    517      1.1     skrll 
    518      1.1     skrll 2005-10-25  Alan Modra  <amodra (a] bigpond.net.au>
    519      1.1     skrll 
    520      1.1     skrll 	* po/POTFILES.in: Regenerate.
    521      1.1     skrll 	* po/gas.pot: Regenerate.
    522      1.1     skrll 
    523      1.1     skrll 2005-10-24  Bernd Schmidt  <bernd.schmidt (a] analog.com>
    524      1.1     skrll 
    525      1.1     skrll 	* config/tc-bfin.c (Expr_Node_Gen_Reloc): If have symbol + constant,
    526      1.1     skrll 	make a single reloc with an offset rather than a stack.
    527      1.1     skrll 	* config/tc-bfin.h (MD_APPLY_SYM_VALUE): Define to 0.
    528      1.1     skrll 
    529      1.1     skrll 2005-10-24  Alexandre Oliva  <aoliva (a] redhat.com>
    530      1.1     skrll 
    531      1.1     skrll 	* read.c (potable): Add weakref.
    532      1.1     skrll 	(s_weakref): New.
    533      1.1     skrll 	* read.h (s_weakref): Declare.
    534      1.1     skrll 	* struc-symbol.h (struct symbol): Add sy_weakrefr and sy_weakrefd.
    535      1.1     skrll 	* symbols.c (colon): Clear weakrefr.
    536      1.1     skrll 	(symbol_find_exact): Rename to, and reimplement in terms of...
    537      1.1     skrll 	(symbol_find_exact_noref): ... new function.
    538      1.1     skrll 	(symbol_find): Likewise...
    539      1.1     skrll 	(symbol_find_noref): ... ditto.
    540      1.1     skrll 	(resolve_symbol_value): Resolve weakrefr without setting their
    541      1.1     skrll 	values.
    542      1.1     skrll 	(S_SET_WEAK): Call hook.
    543      1.1     skrll 	(S_GET_VALUE): Follow weakref link.
    544      1.1     skrll 	(S_SET_VALUE): Clear weakrefr.
    545      1.1     skrll 	(S_IS_WEAK): Follow weakref link.
    546      1.1     skrll 	(S_IS_WEAKREFR, S_SET_WEAKREFR, S_CLEAR_WEAKREFR): New.
    547      1.1     skrll 	(S_IS_WEAKREFD, S_SET_WEAKREFD, S_CLEAR_WEAKREFD): New.
    548      1.1     skrll 	(symbol_set_value_expression, symbol_set_frag): Clear weakrefr.
    549      1.1     skrll 	(symbol_mark_used): Follow weakref link.
    550      1.1     skrll 	(print_symbol_value_1): Print weak, weakrefr and weakrefd.
    551      1.1     skrll 	* symbols.h (symbol_find_noref, symbol_find_exact_noref): Declare.
    552      1.1     skrll 	(S_IS_WEAKREFR, S_SET_WEAKREFR, S_CLEAR_WEAKREFR): Declare.
    553      1.1     skrll 	(S_IS_WEAKREFD, S_SET_WEAKREFD, S_CLEAR_WEAKREFD): Declare.
    554      1.1     skrll 	* write.c (adust_reloc_syms): Follow weakref link.  Do not
    555      1.1     skrll 	complain if target is undefined.
    556      1.1     skrll 	(write_object_file): Likewise.  Remove weakrefr symbols.  Drop
    557      1.1     skrll 	unreferenced weakrefd symbols.
    558      1.1     skrll 	* config/obj-coff.c (obj_frob_symbol): Do not force WEAKREFD
    559      1.1     skrll 	symbols EXTERNAL.
    560      1.1     skrll 	(pecoff_obj_set_weak_hook, pecoff_obj_clear_weak_hook): New.
    561      1.1     skrll 	* config/obj-coff.h (obj_set_weak_hook, obj_clear_weak_hook): Define.
    562      1.1     skrll 	* doc/as.texinfo: Document weakref.
    563      1.1     skrll 	* doc/internals.texi: Document new struct members, internal
    564      1.1     skrll 	functions and hooks.
    565      1.1     skrll 
    566      1.1     skrll 2005-10-24  Jie Zhang  <jie.zhang (a] analog.com>
    567      1.1     skrll 
    568      1.1     skrll 	* Makefile.am (bfin-parse.h): Renamed from bfin-parse.tab.h.
    569      1.1     skrll 	(EXTRA_DIST): Add bfin-parse.h and bfin-lex.c.
    570      1.1     skrll 	* Makefile.in: Regenerate.
    571      1.1     skrll 	* config/bfin-lex.l: Include bfin-parse.h instead of bfin-parse.tab.h.
    572      1.1     skrll 	* config/tc-bfin.c (md_chars_to_number): Change the type of first
    573      1.1     skrll 	argument from unsigned char * to char * to remove signedness warnings.
    574      1.1     skrll 
    575      1.1     skrll 2005-10-24  Jan Beulich  <jbeulich (a] novell.com>
    576      1.1     skrll 
    577      1.1     skrll 	* config/tc-ia64.c (enum reg_symbol): Delete IND_MEM.
    578      1.1     skrll 	(dot_rot): Change type of num_* variables. Check for positive count.
    579      1.1     skrll 	(ia64_optimize_expr): Re-structure.
    580      1.1     skrll 	(md_operand): Check for general register.
    581      1.1     skrll 
    582      1.1     skrll 2005-10-24  Jan Beulich  <jbeulich (a] novell.com>
    583      1.1     skrll 
    584      1.1     skrll 	* config/tc-ia64.c (declare_register): Call symbol_create.
    585      1.1     skrll 	(md_begin): Remove local variables total, ar_base, and cr_base.
    586      1.1     skrll 	Start loops for registers at their respective first one. Don't
    587      1.1     skrll 	update md.regsym for alias names. Generate alias name tp for r13.
    588      1.1     skrll 
    589      1.1     skrll 2005-10-21  DJ Delorie  <dj (a] redhat.com>
    590      1.1     skrll 
    591      1.1     skrll 	* config/tc-m32c.c (md_cgen_lookup_reloc): Add more relocs.  Print
    592      1.1     skrll 	names unstead of numbers.
    593      1.1     skrll 
    594      1.1     skrll 2005-10-19  David Ung  <davidu (a] mips.com>
    595      1.1     skrll 
    596      1.1     skrll 	* config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps
    597      1.1     skrll 	into jrc/jalrc versions if ISA_MIPS32+ and not doing the swap,
    598      1.1     skrll 	hence avoiding to emit a nop.
    599      1.1     skrll 
    600      1.1     skrll 2005-10-19  Jie Zhang  <jie.zhang (a] analog.com>
    601      1.1     skrll 
    602      1.1     skrll 	* config/tc-bfin.c (md_begin): Let the lex_type of '(' be
    603      1.1     skrll 	LEX_BEGIN_NAME.
    604      1.1     skrll 	(bfin_start_line_hook): Remove the workaround for LSETUP(.
    605      1.1     skrll 	(bfin_name_is_register): Remove the workarounds for LSETUP(
    606      1.1     skrll 	and SAA(.
    607      1.1     skrll 	(bfin_start_label): Ditto.
    608      1.1     skrll 
    609      1.1     skrll 2005-10-18  Bob Wilson  <bob.wilson (a] acm.org>
    610      1.1     skrll 
    611      1.1     skrll 	* config/tc-xtensa.c (xtensa_end_directive): Restore
    612      1.1     skrll 	default_lit_sections regardless of use_literal_section.
    613      1.1     skrll 
    614      1.1     skrll 2005-10-18  Jie Zhang  <jie.zhang (a] analog.com>
    615      1.1     skrll 
    616      1.1     skrll 	* Makefile.am (bfin-lex.c): Update ylwrap invocation.
    617      1.1     skrll 	* Makefile.in: Regenerated.
    618      1.1     skrll 
    619      1.1     skrll 2005-10-18  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    620      1.1     skrll 
    621      1.1     skrll 	* doc/as.texinfo (.loc) Fix placement of '@end table'.
    622      1.1     skrll 
    623      1.1     skrll 2005-10-17  Bob Wilson  <bob.wilson (a] acm.org>
    624      1.1     skrll 
    625      1.1     skrll 	* config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
    626      1.1     skrll 	unsigned line number.  Do not include "dwarf2dbg.h".
    627      1.1     skrll 	* config/tc-xtensa.c (md_pseudo_table): Remove entry for "loc".
    628      1.1     skrll 	(xtensa_dwarf2_directive_loc, xtensa_dwarf2_emit_insn): Delete.
    629      1.1     skrll 	(xg_build_to_insn, xg_build_token_insn): Update TInsn uses.
    630      1.1     skrll 	(md_assemble): Use as_where instead of dwarf2_where.
    631      1.1     skrll 	(xg_assemble_vliw_tokens): Use unsigned line numbers instead of
    632      1.1     skrll 	dwarf2_line_infos.  Change to call new_logical_line followed by
    633      1.1     skrll 	dwarf2_emit_insn.
    634      1.1     skrll 
    635      1.1     skrll 2005-10-14  Mike Frysinger <vapier (a] gentoo.org>
    636      1.1     skrll 
    637      1.1     skrll 	* doc/as.texinfo (Section): Add missing ']' to .section example.
    638      1.1     skrll 
    639      1.1     skrll 2005-10-12  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
    640      1.1     skrll 
    641      1.1     skrll 	PR binutils/941
    642      1.1     skrll 	* config/tc-hppa.c (pa_ip): Use as_bad instead of as_fatal when an
    643      1.1     skrll 	unknown opcode is found.
    644      1.1     skrll 
    645      1.1     skrll 2005-10-12  Mark Mitchell  <mark (a] codesourcery.com>
    646      1.1     skrll 
    647      1.1     skrll 	* NEWS: Mention @file.
    648      1.1     skrll 
    649      1.1     skrll 2005-10-12  Nick Clifton  <nickc (a] redhat.com>
    650      1.1     skrll 
    651      1.1     skrll 	* config/tc-avr.c: Convert to ISO C90 format.  Fix formatting and
    652      1.1     skrll 	generally tidy up the code.
    653      1.1     skrll 	* config/tc-avr.h: Likewise.
    654      1.1     skrll 
    655      1.1     skrll 2005-10-12  Jan Beulich  <jbeulich (a] novell.com>
    656      1.1     skrll 
    657      1.1     skrll 	* config/tc-ia64.c (dot_reg_val): Use expression_and_evaluate.
    658      1.1     skrll 	(dot_pred_rel): Likewise.
    659      1.1     skrll 	(parse_operand): Likewise.
    660      1.1     skrll 	(ia64_unrecognized_line): Likewise.
    661      1.1     skrll 	(md_operand): Likewise.
    662      1.1     skrll 
    663      1.1     skrll 2005-10-11  Jan Beulich  <jbeulich (a] novell.com>
    664      1.1     skrll 
    665      1.1     skrll 	* expr.h (enum expr_mode): New.
    666      1.1     skrll 	(expression): Pass third argument to expr.
    667      1.1     skrll 	(expression_and_evaluate): New.
    668      1.1     skrll 	(deferred_expression): New.
    669      1.1     skrll 	(expr): Add third parameter.
    670      1.1     skrll 	(resolve_expression): New.
    671      1.1     skrll 	* struc-symbol.h (struct symbol): New members sy_volatile and
    672      1.1     skrll 	sy_forward_ref.
    673      1.1     skrll 	* symbols.c, symbols.h (symbol_clone): New.
    674      1.1     skrll 	(symbol_clone_if_forward_ref): New.
    675      1.1     skrll 	(snapshot_symbol): New.
    676      1.1     skrll 	(S_IS_VOLATILE): New.
    677      1.1     skrll 	(S_IS_FORWARD_REF): New.
    678      1.1     skrll 	(S_SET_VOLATILE): New.
    679      1.1     skrll 	(S_SET_FORWARD_REF): New.
    680      1.1     skrll 	* as.c (macro_expr): Use expression_and_evaluate.
    681      1.1     skrll 	* cond.c (s_if): Likewise.
    682      1.1     skrll 	(s_elseif): Likewise.
    683      1.1     skrll 	* dw2gencfi.c (cfi_parse_reg): Likewise.
    684      1.1     skrll 	* expr.c (operand): Add second parameter. Optionally call
    685      1.1     skrll 	deferred_expression. Pass mode argument to itself and md_parse_name.
    686      1.1     skrll 	Check mode before trying to evaluate symbol. Call
    687      1.1     skrll 	symbol_clone_if_forward_ref for both operands.
    688      1.1     skrll 	(expr): Add third parameter. Pass mode to operand and itself.
    689      1.1     skrll 	Optionally call resolve_expression.
    690      1.1     skrll 	(resolve_expression): New.
    691      1.1     skrll 	(get_single_number): Pass second argument to operand.
    692      1.1     skrll 	* read.c (potable): New entry for .eqv.
    693      1.1     skrll 	(read_a_source_file): Handle new == operator.
    694      1.1     skrll 	(get_absolute_expr): Use expression_and_evaluate.
    695      1.1     skrll 	(s_lsym): Likewise.
    696      1.1     skrll 	(assign_symbol): Rename second parameter. Call symbol_clone on
    697      1.1     skrll 	legal and illegal redefinition. Call S_SET_VOLATILE and
    698      1.1     skrll 	S_SET_FORWARD_REF depending on mode.
    699      1.1     skrll 	(s_set): Update description.
    700      1.1     skrll 	(s_space): Call resolve_expression.
    701      1.1     skrll 	(pseudo_set): Optionally call deferred_expression. Check
    702      1.1     skrll 	S_IS_FORWARD_REF before trying to simplify/resolve an expression.
    703      1.1     skrll 	(equals): Handle ==.
    704      1.1     skrll 	* config/tc-ia64.h (md_parse_name): Add mode parameter.
    705      1.1     skrll 	* config/tc-arc.c (arc_parse_cons_expression): Likewise.
    706      1.1     skrll 	* config/tc-m32r.h (md_parse_name): Likewise.
    707      1.1     skrll 	(m32r_parse_name): Likewise.
    708      1.1     skrll 	* config/tc-mmix.h (md_parse_name): Likewise.
    709      1.1     skrll 	* config/tc-mn10300.h (md_parse_name): Likewise.
    710      1.1     skrll 	(mn10300_parse_name): Likewise.
    711      1.1     skrll 	* config/tc-ppc.h (md_parse_name): Likewise.
    712      1.1     skrll 	* config/tc-sh.h (md_parse_name): Likewise.
    713      1.1     skrll 	(sh_parse_name): Likewise.
    714      1.1     skrll 	* config/tc-sh64.h (md_parse_name): Likewise.
    715      1.1     skrll 	(sh64_consume_datalabel): Likewise.
    716      1.1     skrll 	* config/tc-tic54x.h (md_parse_name): Likewise.
    717      1.1     skrll 	* config/tc-m32r.c (m32r_parse_name): Add mode parameter. Check it
    718      1.1     skrll 	before trying to evaluate symbol.
    719      1.1     skrll 	* config/tc-mn10300.c (mn10300_parse_name): Likewise.
    720      1.1     skrll 	* config/tc-sh.c (sh_parse_name): Likewise.
    721      1.1     skrll 	* config/tc-sh64.c (sh64_consume_datalabel): Add mode parameter. Pass
    722      1.1     skrll 	second argument to operandf. Pass mode parameter to sh_parse_name.
    723      1.1     skrll 	* doc/as.texinfo: Document .eqv and the == assignment operator.
    724      1.1     skrll 
    725      1.1     skrll 2005-10-10  Ian Lance Taylor  <ian (a] airs.com>
    726      1.1     skrll 
    727      1.1     skrll 	* Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
    728      1.1     skrll 	* Makefile.in: Regenerate.
    729      1.1     skrll 
    730      1.1     skrll 2005-10-10  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    731      1.1     skrll 
    732      1.1     skrll 	* expr.c (operator): Allow "!=" as a synonym for "<>".
    733      1.1     skrll 	* doc/as.texinfo (Infix Op): Mention "!=".
    734      1.1     skrll 
    735      1.1     skrll 2005-10-08  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
    736      1.1     skrll 
    737      1.1     skrll 	* config/tc-hppa.c (strict): Don't initialize.  Update comment.
    738      1.1     skrll 	(pa_ip): Promote from PA 1.0 to 1.1 immediately when 1.1 match is
    739      1.1     skrll 	found.  Simplify handling of "ma" and "mb" completers.
    740      1.1     skrll 
    741      1.1     skrll 2005-10-08  Paul Brook  <paul (a] codesourcery.com>
    742      1.1     skrll 
    743      1.1     skrll 	* config/tc-arm.c: Don't provide fallback default for CPU_DEFAULT.
    744      1.1     skrll 	(arm_arch_used, thumb_arch_used, selected_cpu, selected_cpu_name):
    745      1.1     skrll 	New variables.
    746      1.1     skrll 	(arm_cpu_option_table): Add canonical_name.
    747      1.1     skrll 	(arm_cpus): Populate canonical_name field.
    748      1.1     skrll 	(s_arm_eabi_attribute, s_arm_arch, s_arm_cpu, s_arm_fpu,
    749      1.1     skrll 	aeabi_set_public_attributes, arm_md_end): New functions.
    750      1.1     skrll 	(md_pseudo_table): Add "cpu", "arch", "fpu" and "eabi_attribute".
    751      1.1     skrll 	(md_assemble): Set thumb_arch_used and arm_arch_used.
    752      1.1     skrll 	(md_begin): Set defaut cpu if CPU_DEFAULT not defined.
    753      1.1     skrll 	* config/tc-arm.h (md_end): Define.
    754      1.1     skrll 	* doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
    755      1.1     skrll 
    756      1.1     skrll 2005-10-06  Khem Raj  <kraj (a] mvista.com>
    757      1.1     skrll 	    NIIBE Yutaka  <gniibe (a] m17n.org>
    758      1.1     skrll 
    759      1.1     skrll 	* config/tc-sh.c (allow_dollar_register_prefix): New variable.
    760      1.1     skrll 	(parse_reg_without_prefix): New function.
    761      1.1     skrll 	(parse_reg): Check for '$' register prefix if --allow-reg-prefix is
    762      1.1     skrll 	set.
    763      1.1     skrll 	(option md_longopts): Add allow-reg-prefix option.
    764      1.1     skrll 	* doc/c-sh.texi: Document --allow-reg-prefix option.
    765      1.1     skrll 	* NEWS: Mention the new switch.
    766      1.1     skrll 
    767      1.1     skrll 2005-10-03  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    768      1.1     skrll 
    769      1.1     skrll 	* doc/as.texinfo (Infix Ops):  '<' and '>' are not shift
    770      1.1     skrll 	operators.
    771      1.1     skrll 
    772      1.1     skrll 2005-09-30  Sterling Augustine  <sterling (a] tensilica.com>
    773      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
    774      1.1     skrll 
    775      1.1     skrll 	* config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.
    776      1.1     skrll 
    777      1.1     skrll 2005-09-30  H.J. Lu  <hongjiu.lu (a] intel.com>
    778      1.1     skrll 
    779      1.1     skrll 	* Makefile.am: Run "make dep-am".
    780      1.1     skrll 	* Makefile.in: Regenerated.
    781      1.1     skrll 	* aclocal.m4: Likewise.
    782      1.1     skrll 
    783      1.1     skrll 2005-09-30  Mark Mitchell  <mark (a] codesourcery.com>
    784      1.1     skrll 
    785      1.1     skrll 	* as.c (main): Use expandargv.
    786      1.1     skrll 
    787      1.1     skrll 2005-09-30  Jan Beulich  <jbeulich (a] novell.com>
    788      1.1     skrll 
    789      1.1     skrll 	* config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
    790      1.1     skrll 	(removed) comma.
    791      1.1     skrll 
    792      1.1     skrll 2005-09-30  Catherine Moore  <clm (a] cm00re.com>
    793      1.1     skrll 
    794      1.1     skrll 	* Makefile.am: Bfin support.
    795      1.1     skrll 	* Makefile.in: Regenerated.
    796      1.1     skrll 	* aclocal.m4: Regenerated.
    797      1.1     skrll 	* configure: Regenerated.
    798      1.1     skrll 	* configure.in: Bfin support.
    799      1.1     skrll 	* configure.tgt: Bfin support.
    800      1.1     skrll 	* config/bfin-aux.h: New file.
    801      1.1     skrll 	* config/bfin-defs.h: New file.
    802      1.1     skrll 	* config/bfin-lex.l: New file.
    803      1.1     skrll 	* config/bfin-parse.y: New file.
    804      1.1     skrll 	* config/tc-bfin.c: New file.
    805      1.1     skrll 	* config/tc-bfin.h: New file.
    806      1.1     skrll 	* doc/Makefile.am: Recognize c-bfin.texi.
    807      1.1     skrll 	* doc/Makefile.in: Regenerated.
    808      1.1     skrll 	* doc/all.texi: Bfin support.
    809      1.1     skrll 	* doc/as.texinfo: Likewise.
    810      1.1     skrll 	* doc/c-bfin.texi: Document bfin-specific syntax and
    811      1.1     skrll 	directives.
    812      1.1     skrll 
    813      1.1     skrll 2005-09-30  Paul Brook  <paul (a] codesourcery.com>
    814      1.1     skrll 
    815      1.1     skrll 	* config/tc-arm.c (opcode_tag): Add OT_cinfix3_legacy.
    816      1.1     skrll 	(opcode_lookup): Handle OT_cinfix3_legacy.  Revert earlier change for
    817      1.1     skrll 	normal infix conditions.
    818      1.1     skrll 	(C3E): Include Thumb-2 definition.
    819      1.1     skrll 	(CL, cCL): Define.
    820      1.1     skrll 	(insns): Use them for legacy mnemonics.
    821      1.1     skrll 
    822      1.1     skrll 2005-09-30  Matthias Kurz  <mk (a] baerlap.north.de>
    823      1.1     skrll 
    824      1.1     skrll 	* asintl.h: Prevent the inclusion of <libintl.h> from the Solaris
    825      1.1     skrll 	version of <locale.h> when ENABLE_NLS is not defined.
    826      1.1     skrll 
    827      1.1     skrll 2005-09-29  Jan Beulich  <jbeulich (a] novell.com>
    828      1.1     skrll 
    829      1.1     skrll 	* config/tc-ia64.c (parse_operands): Always parse first operand of
    830      1.1     skrll 	alloc.
    831      1.1     skrll 
    832      1.1     skrll 2005-09-29  Arnold Metselaar <arnold.metselaar (a] planet.nl>
    833      1.1     skrll 	    Alan Modra  <amodra (a] bigpond.net.au>
    834      1.1     skrll 
    835      1.1     skrll 	* app.c (do_scrub_chars): Match open and close quote of strings.
    836      1.1     skrll 	Remove redundant EOF test in case 7.
    837      1.1     skrll 
    838      1.1     skrll 2005-09-28  Jan Beulich  <jbeulich (a] novell.com>
    839      1.1     skrll 
    840      1.1     skrll 	* config/tc-i386.c (reloc): Disable signedness check for 4-byte
    841      1.1     skrll 	relocations in 16- and 32-bit modes.
    842      1.1     skrll 	(i386_displacement): Make pc-relative branch handling dependent
    843      1.1     skrll 	upon operand (rather than address) size.
    844      1.1     skrll 
    845      1.1     skrll 2005-09-28  Jan Beulich  <jbeulich (a] novell.com>
    846      1.1     skrll 
    847      1.1     skrll 	* dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully
    848      1.1     skrll 	parsing the input.
    849      1.1     skrll 	(dot_cfi_startproc): Likewise.
    850      1.1     skrll 	(dot_cfi_endproc): Likewise. Also check no extra input was given.
    851      1.1     skrll 	(dot_cfi_escape): Likewise.
    852      1.1     skrll 
    853      1.1     skrll 2005-09-28  Jan Beulich  <jbeulich (a] novell.com>
    854      1.1     skrll 
    855      1.1     skrll 	* config/tc-i386.h (x86_cons_fix_new): Declare unconditionally.
    856      1.1     skrll 	(TC_CONS_FIX_NEW): Define unconditionally.
    857      1.1     skrll 	(x86_pe_cons_fix_new): Remove.
    858      1.1     skrll 	* config/tc-i386.c (signed_cons): New.
    859      1.1     skrll 	(md_pseudo_table): Add slong.
    860      1.1     skrll 	(x86_cons_fix_new): Declare unconditionally.
    861      1.1     skrll 	(x86_pe_cons_fix_new): Merge into x86_cons_fix_new.
    862      1.1     skrll 	(tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
    863      1.1     skrll 	conversion.
    864      1.1     skrll 
    865      1.1     skrll 2005-09-28  Arnold Metselaar  <arnold.metselaar (a] planet.nl>
    866      1.1     skrll 
    867      1.1     skrll 	* app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
    868      1.1     skrll 	buffer after copying string.
    869      1.1     skrll 
    870      1.1     skrll 2005-09-27  Paul Brook  <paul (a] codesourcery.com>
    871      1.1     skrll 
    872      1.1     skrll 	* config/arm.c (arm_cpus): Add more cpu names.
    873      1.1     skrll 	* doc/c-arm.texi: Document them.
    874      1.1     skrll 
    875      1.1     skrll 2005-09-21  Alan Modra  <amodra (a] bigpond.net.au>
    876      1.1     skrll 
    877      1.1     skrll 	* read.c (pseudo_set): Don't set undefined symbols to expr_section.
    878      1.1     skrll 
    879      1.1     skrll 2005-09-20  Richard Henderson  <rth (a] redhat.com>
    880      1.1     skrll 
    881      1.1     skrll 	* dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
    882      1.1     skrll 
    883      1.1     skrll 2005-09-20  Richard Henderson  <rth (a] redhat.com>
    884      1.1     skrll 
    885      1.1     skrll 	* dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
    886      1.1     skrll 	with label.
    887      1.1     skrll 	(dwarf2_loc_mark_labels): New.
    888      1.1     skrll 	(dwarf2_gen_line_info_1): Split out of ...
    889      1.1     skrll 	(dwarf2_gen_line_info): ... here.  Create the temp symbol here.
    890      1.1     skrll 	(dwarf2_emit_label): New.
    891      1.1     skrll 	(dwarf2_directive_loc_mark_labels): New.
    892      1.1     skrll 	(out_set_addr): Take a symbol instead of frag+ofs.
    893      1.1     skrll 	(relax_inc_line_addr): Likewise.
    894      1.1     skrll 	(emit_inc_line_addr): Assert delta non-negative.
    895      1.1     skrll 	(process_entries): Remove dead code.  Update to work with temp
    896      1.1     skrll 	symbols instead of frag+ofs.
    897      1.1     skrll 	* dwarf2dbg.h (dwarf2_directive_loc_mark_labels): Declare.
    898      1.1     skrll 	(dwarf2_emit_label, dwarf2_loc_mark_labels): Declare.
    899      1.1     skrll 	* config/obj-elf.c (elf_pseudo_tab): Add loc_mark_labels.
    900      1.1     skrll 	* config/obj-elf.h (obj_frob_label): New.
    901      1.1     skrll 	* config/tc-alpha.c (alpha_define_label): Call dwarf2_emit_label.
    902      1.1     skrll 	* config/tc-arm.c, config/tc-hppa.c, config/tc-m68k.c,
    903      1.1     skrll 	config/tc-mips.c, config/tc-ppc.c, config/tc-sh.c, config/tc-xtensa.c:
    904      1.1     skrll 	Similarly in the respective tc_frob_label implementation functions.
    905      1.1     skrll 	* config/tc-i386.c (md_pseudo_table): Move file and loc to
    906      1.1     skrll 	non-elf section; add loc_mark_labels.
    907      1.1     skrll 	* config/tc-ia64.c (struct label_fix): Add dw2_mark_labels.
    908      1.1     skrll 	(ia64_flush_insns): Check for marked labels; emit line entry if so.
    909      1.1     skrll 	(emit_one_bundle): Similarly.
    910      1.1     skrll 	(ia64_frob_label): Record marked labels.
    911      1.1     skrll 	* config/tc-m68hc11.h (tc_frob_label): Remove.
    912      1.1     skrll 	* config/tc-ms1.c (md_pseudo_table): Remove file and loc.
    913      1.1     skrll 	* config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.
    914      1.1     skrll 	* config/tc-sh64.h (tc_frob_label): Likewise.
    915      1.1     skrll 	* doc/as.texinfo (LNS directives): Docuement .loc_mark_blocks.
    916      1.1     skrll 
    917      1.1     skrll 2005-09-20  Alan Modra  <amodra (a] bigpond.net.au>
    918      1.1     skrll 
    919      1.1     skrll 	* read.c (pseudo_set): Set segment of expression syms to expr_section.
    920      1.1     skrll 
    921      1.1     skrll 2005-09-14  Jan Beulich  <jbeulich (a] novell.com>
    922      1.1     skrll 
    923      1.1     skrll 	* config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
    924      1.1     skrll 	registers, floating point control and status words, and mxcsr as
    925      1.1     skrll 	well as (for 64-bit code) segment base registers and rflags.
    926      1.1     skrll 
    927      1.1     skrll 2005-09-09  Dmitry Diky  <diwil (a] spec.ru>
    928      1.1     skrll 
    929      1.1     skrll 	* config/tc-msp430.c (msp430_operands): Undo last changes. Instead...
    930      1.1     skrll 	(msp430_relax_frag): add a guard check to ensure that final fr_subtype
    931      1.1     skrll 	has been reached.
    932      1.1     skrll 
    933      1.1     skrll 2005-09-08  Chao-ying Fu  <fu (a] mips.com>
    934      1.1     skrll 
    935      1.1     skrll 	* doc/as.texinfo: Document -mdsp and -mno-dsp options.
    936      1.1     skrll 	* doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp"
    937      1.1     skrll 	directives.
    938      1.1     skrll 
    939      1.1     skrll 2005-09-08  Paul Brook  <paul (a] codesourcery.com>
    940      1.1     skrll 
    941      1.1     skrll 	* config/tc-arm.c (do_smi, do_t_smi): Rename ...
    942      1.1     skrll 	(do_smc, do_t_smc): ... to this.
    943      1.1     skrll 	(insns): Remane smi to smc.
    944      1.1     skrll 	(md_apply_fix, tc_gen_reloc): Rename BFD_RELOC_ARM_SMI to
    945      1.1     skrll 	BFD_RELOC_ARM_SMC.
    946      1.1     skrll 
    947      1.1     skrll 2005-09-07  Richard Henderson  <rth (a] redhat.com>
    948      1.1     skrll 
    949      1.1     skrll 	* dwarf2dbg.c (dwarf2_where): Set line->isa.
    950      1.1     skrll 	(dwarf2_set_isa): New.
    951      1.1     skrll 	(dwarf2_directive_loc): Rearrange to allow all options on one line.
    952      1.1     skrll 	* dwarf2dbg.h (dwarf2_set_isa): Declare.
    953      1.1     skrll 	* doc/as.texinfo: Update .loc documentation.
    954      1.1     skrll 
    955      1.1     skrll 2005-09-07  Richard Henderson  <rth (a] redhat.com>
    956      1.1     skrll 
    957      1.1     skrll 	* dwarf2dbg.c: Include safe-ctype.h.
    958      1.1     skrll 	(DWARF2_LINE_OPCODE_BASE): Bump to 13.
    959      1.1     skrll 	(current): Initialize.
    960      1.1     skrll 	(dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
    961      1.1     skrll 	DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
    962      1.1     skrll 	(dwarf2_directive_file): Cope with invalid filename.
    963      1.1     skrll 	(dwarf2_directive_loc): Add handling for basic_block, prologue_end,
    964      1.1     skrll 	epilogue_begin, is_stmt, isa.
    965      1.1     skrll 	(emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
    966      1.1     skrll 	case down lower.
    967      1.1     skrll 	(process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
    968      1.1     skrll 	and DWARF2_FLAG_EPILOGUE_BEGIN.
    969      1.1     skrll 	(out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
    970      1.1     skrll 	DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
    971      1.1     skrll 	* dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.
    972      1.1     skrll 	(DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
    973      1.1     skrll 	(DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
    974      1.1     skrll 	(struct dwarf2_line_info): Add isa member.
    975      1.1     skrll 	* doc/as.texinfo (LNS directives): New node.
    976      1.1     skrll 
    977      1.1     skrll 2005-09-07  David Ung  <davidu (a] mips.com>
    978      1.1     skrll 
    979      1.1     skrll 	* config/tc-mips.c (append_insn): Undo last change.  Instead add
    980      1.1     skrll 	guard to suppress calling frag_grow if the current instruction is
    981      1.1     skrll 	one that allows a delay slot.
    982      1.1     skrll 
    983      1.1     skrll 2005-09-06  Chao-ying Fu  <fu (a] mips.com>
    984      1.1     skrll 
    985      1.1     skrll 	* config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
    986      1.1     skrll 	(mips_opts): Add -1 to initialize ase_mt.
    987      1.1     skrll 	(file_ase_mt): New variable for -mmt.
    988      1.1     skrll 	(CPU_HAS_MT): New define.
    989      1.1     skrll 	(validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand
    990      1.1     skrll 	formats.
    991      1.1     skrll 	(mips_ip): Check ase_mt to enable MT instructions.
    992      1.1     skrll 	Handle !, $, *, &, +T, +t, g operand formats.
    993      1.1     skrll 	For "mftc1", "mfthc1", "cftc1", "mttc1", "mtthc1", "cttc1", we allow
    994      1.1     skrll 	odd float registers.
    995      1.1     skrll 	(OPTION_MT, OPTION_NO_MT): New define.
    996      1.1     skrll 	(OPTION_COMPAT_ARCH_BASE): Change because of inserting MT define.
    997      1.1     skrll 	(md_parse_option): Parse OPTION_MT and OPTION_NO_MT.
    998      1.1     skrll 	(mips_after_parse_args): Set ase_mt based on CPU.
    999      1.1     skrll 	(s_mipsset): Handle ".set mt" and ".set nomt".
   1000      1.1     skrll 	(mips_elf_final_processing): Remind of adding new flag for MT ASE.
   1001      1.1     skrll 	(md_show_usage): Show usage of -mmt and -mno-mt.
   1002      1.1     skrll 	* doc/as.texinfo: Document -mmt and -mno-mt options.
   1003      1.1     skrll 	* doc/c-mips.texi: Likewise, and document ".set mt" and ".set nomt"
   1004      1.1     skrll 	directives.
   1005      1.1     skrll 
   1006      1.1     skrll 2005-09-06  Paul Brook  <paul (a] codesourcery.com>
   1007      1.1     skrll 
   1008      1.1     skrll 	* config/tc-arm.c (arm_it): Add relax field.
   1009      1.1     skrll 	(T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
   1010      1.1     skrll 	b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
   1011      1.1     skrll 	(do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
   1012      1.1     skrll 	do_t_mov_cmp): Allow relaxation.
   1013      1.1     skrll 	(output_relax_insn): New function.
   1014      1.1     skrll 	(put_thumb32_insn): New function.
   1015      1.1     skrll 	(output_inst): Use new functions.
   1016      1.1     skrll 	(md_assemble): Don't throw error on relaxable instructions.
   1017      1.1     skrll 	(insns): Change "b" entry from TCE(...) to tCE(...).
   1018      1.1     skrll 	(md_estimate_size_before_relax): Return 2.
   1019      1.1     skrll 	(md_convert_frag, relax_immediate, relax_adr, relax_addsub,
   1020      1.1     skrll 	relax_branch, arm_relax_frag): New functions.
   1021      1.1     skrll 	(arm_force_relocation): Return 0 for Thumb-2 immediate operand
   1022      1.1     skrll 	relocations.
   1023      1.1     skrll 	* config/tc-arm.h (md_convert_frag): Remove definition.
   1024      1.1     skrll 	(md_relax_frag): Define.
   1025      1.1     skrll 	(arm_relax_frag): Add prototype.
   1026      1.1     skrll 
   1027      1.1     skrll 2005-09-02  Paul Brook  <paul (a] codesourcery.com>
   1028      1.1     skrll 
   1029      1.1     skrll 	* config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
   1030      1.1     skrll 
   1031      1.1     skrll 2005-09-02  Paul Brook  <paul (a] codesourcery.com>
   1032      1.1     skrll 
   1033      1.1     skrll 	* config/tc-arm.c (encode_arm_cp_address): Use
   1034      1.1     skrll 	BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
   1035      1.1     skrll 	(do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
   1036      1.1     skrll 	mode.
   1037      1.1     skrll 	(md_assemble): Only allow coprocessor instructions when Thumb-2 is
   1038      1.1     skrll 	available.
   1039      1.1     skrll 	(cCE, cC3): Define.
   1040      1.1     skrll 	(insns): Use them for coprocessor instructions.
   1041      1.1     skrll 	(md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
   1042      1.1     skrll 	(get_thumb32_insn): New function.
   1043      1.1     skrll 	(put_thumb32_insn): New function.
   1044      1.1     skrll 	(md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
   1045      1.1     skrll 	BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
   1046      1.1     skrll 
   1047      1.1     skrll 2005-09-02  Paul Brook  <paul (a] codesourcery.com>
   1048      1.1     skrll 
   1049      1.1     skrll 	* config/tc-arm.c (opcode_lookup): Look for infix opcode when
   1050      1.1     skrll 	incorrect suffix matches.
   1051      1.1     skrll 
   1052      1.1     skrll 2005-09-01  David Ung  <davidu (a] mips.com>
   1053      1.1     skrll 
   1054      1.1     skrll 	* config/tc-mips.c (append_insn): Correctly handle mips16 case
   1055      1.1     skrll 	when the frags are different for the 2 instructions we want to
   1056      1.1     skrll 	swap.  If the lengths of the 2 instructions are not the same, we
   1057      1.1     skrll 	won't do the swap but emit an nop.
   1058      1.1     skrll 
   1059      1.1     skrll 2005-09-01  Dmitry Diky  <diwil (a] spec.ru>
   1060      1.1     skrll 
   1061      1.1     skrll 	* config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
   1062      1.1     skrll 	as appropriate. Change frag_variant() to frag_var() for relaxes.
   1063      1.1     skrll 
   1064      1.1     skrll 2005-08-29  Nick Clifton  <nickc (a] redhat.com>
   1065      1.1     skrll 
   1066      1.1     skrll 	* write.c (generic_force_reloc): Do not call S_FORCE_RELOC if
   1067      1.1     skrll 	there is no symbol.
   1068      1.1     skrll 
   1069      1.1     skrll 2005-08-26  Jan Beulich  <jbeulich (a] novell.com>
   1070      1.1     skrll 
   1071      1.1     skrll 	* config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
   1072      1.1     skrll 	qualified operand of a branch.
   1073      1.1     skrll 	(intel_bracket_expr): Set JumpAbsolute here...
   1074      1.1     skrll 	(intel_e11): ... rather than here.
   1075      1.1     skrll 
   1076      1.1     skrll 2005-08-26  Christian Groessler  <chris (a] groessler.org>
   1077      1.1     skrll 
   1078      1.1     skrll 	* configure.tgt: Set bfd_gas also for z8k cpu.
   1079      1.1     skrll 	* config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
   1080      1.1     skrll 	type.
   1081      1.1     skrll 	(newfix): Adapt to bfd reloc types.
   1082      1.1     skrll 	(build_bytes): Adapt to bfd reloc types.  Ensure that enough space
   1083      1.1     skrll 	is available in the current frag.
   1084      1.1     skrll 	(md_convert_frag): Adapt function parameters.
   1085      1.1     skrll 	(tc_gen_reloc): New function.
   1086      1.1     skrll 	(md_section_align): Use bfd_get_section_alignment.
   1087      1.1     skrll 	(md_apply_fix): Adapt to bfd reloc types.  Fix handling of
   1088      1.1     skrll 	BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
   1089      1.1     skrll 	relocations.
   1090      1.1     skrll 	* config/tc-z8k.h (TARGET_ARCH): Define.
   1091      1.1     skrll 	(tc_fix_adjustable): Define.
   1092      1.1     skrll 
   1093      1.1     skrll 2005-08-25  Chao-ying Fu  <fu (a] mips.com>
   1094      1.1     skrll 
   1095      1.1     skrll 	* config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
   1096      1.1     skrll 	(mips_opts): Add -1 to initialize ase_dsp.
   1097      1.1     skrll 	(file_ase_dsp): New variable for -mdsp.
   1098      1.1     skrll 	(CPU_HAS_DSP): New define.
   1099      1.1     skrll 	(validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
   1100      1.1     skrll 	operand formats.
   1101      1.1     skrll 	(mips_ip): Add min_range and max_range for checking singed numbers.
   1102      1.1     skrll 	Check ase_dsp to enable DSP instructions.
   1103      1.1     skrll 	Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
   1104      1.1     skrll 	(OPTION_DSP, OPTION_NO_DSP): New define.
   1105      1.1     skrll 	(OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
   1106      1.1     skrll 	(md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
   1107      1.1     skrll 	(mips_after_parse_args): Set ase_dsp based on CPU.
   1108      1.1     skrll 	(s_mipsset): Handle ".set dsp" and ".set nodsp".
   1109      1.1     skrll 	(mips_elf_final_processing): Remind of adding new flag for DSP ASE.
   1110      1.1     skrll 	(md_show_usage): Show usage of -mdsp and -mno-dsp.
   1111      1.1     skrll 
   1112      1.1     skrll 2005-08-23  David Ung  <davidu (a] mips.com>
   1113      1.1     skrll 
   1114      1.1     skrll 	* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
   1115      1.1     skrll 	cpu names.
   1116      1.1     skrll 
   1117      1.1     skrll 2005-08-23  Alan Modra  <amodra (a] bigpond.net.au>
   1118      1.1     skrll 
   1119      1.1     skrll 	PR 1036
   1120      1.1     skrll 	* config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
   1121      1.1     skrll 
   1122      1.1     skrll 2005-08-23  Phil Edwards  <phil (a] codesourcery.com>
   1123      1.1     skrll 
   1124      1.1     skrll 	* configure.tgt (*-*-vxworks):  Match vxworks* instead.
   1125      1.1     skrll 
   1126      1.1     skrll 2005-08-22  Jan Beulich  <jbeulich (a] novell.com>
   1127      1.1     skrll 
   1128      1.1     skrll 	* config/tc-i386.c (object_64bit): New.
   1129      1.1     skrll 	(i386_target_format): Initialize it.
   1130      1.1     skrll 	(output_disp): Use object_64bit for relocation type determination.
   1131      1.1     skrll 	(output_imm): Likewise.
   1132      1.1     skrll 	(i386_validate_fix): Likewise.
   1133      1.1     skrll 	(tc_gen_reloc): Likewise.
   1134      1.1     skrll 	(lex_got): Likewise. Remove static mode_name. Change array size
   1135      1.1     skrll 	of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
   1136      1.1     skrll 	(x86_cons): Use object_64bit for deciding whether quad fields can
   1137      1.1     skrll 	have relocations.
   1138      1.1     skrll 
   1139      1.1     skrll 2005-08-18  Christian Groessler  <chris (a] groessler.org>
   1140      1.1     skrll 
   1141      1.1     skrll 	* config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
   1142      1.1     skrll 	* config/tc-mcore.h: Likewise.
   1143      1.1     skrll 	* config/tc-z8k.h: Likewise.
   1144      1.1     skrll 	* config/tc-z8k.c: Likewise.
   1145      1.1     skrll 	* config/tc-sh.h: Remove TC_RELOC_MANGLE and
   1146      1.1     skrll 	sh_coff_reloc_mangle declaration.
   1147      1.1     skrll 	* config/tc-sh.c: (md_apply_fix): Fix comment for case
   1148      1.1     skrll 	BFD_RELOC_SH_USES.
   1149      1.1     skrll 
   1150      1.1     skrll 2005-08-18  Kaz Kojima  <kkojima (a] rr.iij4u.or.jp>
   1151      1.1     skrll 
   1152      1.1     skrll 	* config/tc-sh64.c (sh64_target_format): Check preset_target_arch
   1153      1.1     skrll 	to confirm that no ISA is specified.
   1154      1.1     skrll 
   1155      1.1     skrll 2005-08-18  Nick Clifton  <nickc (a] redhat.com>
   1156      1.1     skrll 
   1157      1.1     skrll 	* write.c (relax_segment): Count the number of frags being
   1158      1.1     skrll 	processed and use this to compute a maximum limit on the number of
   1159      1.1     skrll 	iterations that will be allowed when attempting to relax the
   1160      1.1     skrll 	segment.
   1161      1.1     skrll 
   1162      1.1     skrll 2005-08-17  Danny Smith  <dannysmith (a] users.sourceforge.net>
   1163      1.1     skrll 
   1164      1.1     skrll 	* config/obj-coff.c (obj_coff_weak): Set auxiliary record
   1165      1.1     skrll 	of NT weak externals to IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY.
   1166      1.1     skrll 
   1167      1.1     skrll 2005-08-16  Alan Modra  <amodra (a] bigpond.net.au>
   1168      1.1     skrll 
   1169      1.1     skrll 	* config/tc-ppc.c (ppc_set_cpu): Don't select 64-bit based on
   1170      1.1     skrll 	default cpu.
   1171      1.1     skrll 
   1172      1.1     skrll 2005-08-15  Paul Brook  <paul (a] codesourcery.com>
   1173      1.1     skrll 
   1174      1.1     skrll 	* config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
   1175      1.1     skrll 	instructions.
   1176      1.1     skrll 	(do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
   1177      1.1     skrll 
   1178      1.1     skrll 2005-08-15  Daniel Jacobowitz  <dan (a] codesourcery.com>
   1179      1.1     skrll 
   1180      1.1     skrll 	* config/tc-ppc.c (parse_cpu): Add -me300 support.
   1181      1.1     skrll 	(md_show_usage): Likewise.
   1182      1.1     skrll 	* doc/c-ppc.texi (PowerPC-Opts): Document it.
   1183      1.1     skrll 
   1184      1.1     skrll 2005-08-12 Martin Schwidefsky  <schwidefsky (a] de.ibm.com>
   1185      1.1     skrll 
   1186      1.1     skrll 	* config/tc-s390.c (md_parse_option):  Add cpu type z9-109.
   1187      1.1     skrll 	(md_gather_operands): Add support for optional operands.
   1188      1.1     skrll 
   1189      1.1     skrll 2005-08-12  Dmitry Diky <diwil (a] spec.ru>
   1190      1.1     skrll 	* config/tc-msp430.c (msp430_enable_relax): New flag.
   1191      1.1     skrll 	(msp430_enable_polys): Likewise.
   1192      1.1     skrll 	(OPTION_RELAX): New option.
   1193      1.1     skrll 	(OPTION_POLYMORPHS): Likewise.
   1194      1.1     skrll 	(md_longopts): New long options.
   1195      1.1     skrll 	(md_show_usage): Updated.
   1196      1.1     skrll 	(md_parse_option): Add new options handler.
   1197      1.1     skrll 	(msp430_operands): Add check if polymorph insns are enabled.
   1198      1.1     skrll 	(msp430_force_relocation_local): New function.
   1199      1.1     skrll 	(md_apply_fix): Now delete relocs according to new flags combination.
   1200      1.1     skrll 	(msp430_relax_frag): Convert long branches to short branches only if
   1201      1.1     skrll 	flag msp430_enable_relax is set.
   1202      1.1     skrll 	* config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined.
   1203      1.1     skrll 	(msp430_force_relocation_local): Likewise.
   1204      1.1     skrll 	* doc/c-msp430.texi: Describe new options.
   1205      1.1     skrll 
   1206      1.1     skrll 2005-08-11  Ian Lance Taylor  <ian (a] airs.com>
   1207      1.1     skrll 
   1208      1.1     skrll 	* Makefile.am ($(srcdir)/make-gas.com): Remove target.
   1209      1.1     skrll 	(stamp-mk.com): Likewise.
   1210      1.1     skrll 	(EXTRA_DIST): Remove make-gas.com from list.
   1211      1.1     skrll 	(MOSTLYCLEANFILES): Remove stamp-mk.com from list.
   1212      1.1     skrll 	* Makefile.in: Regenerate.
   1213      1.1     skrll 
   1214      1.1     skrll 2005-08-11  Hans-Peter Nilsson  <hp (a] axis.com>
   1215      1.1     skrll 
   1216      1.1     skrll 	* subsegs.c (subseg_change): Move declaration of seginfo to before
   1217      1.1     skrll 	first statement.
   1218      1.1     skrll 
   1219      1.1     skrll 2005-08-11  Alan Modra  <amodra (a] bigpond.net.au>
   1220      1.1     skrll 
   1221      1.1     skrll 	* README-vms: Delete.
   1222      1.1     skrll 	* config-gas.com: Delete.
   1223      1.1     skrll 	* makefile.vms: Delete.
   1224      1.1     skrll 	* vmsconf.sh: Delete.
   1225      1.1     skrll 	* config/atof-tahoe.c: Delete.
   1226      1.1     skrll 	* config/m88k-opcode.h: Delete.
   1227      1.1     skrll 	* config/obj-bout.c: Delete.
   1228      1.1     skrll 	* config/obj-bout.h: Delete.
   1229      1.1     skrll 	* config/obj-hp300.c: Delete.
   1230      1.1     skrll 	* config/obj-hp300.h: Delete.
   1231      1.1     skrll 	* config/tc-a29k.c: Delete.
   1232      1.1     skrll 	* config/tc-a29k.h: Delete.
   1233      1.1     skrll 	* config/tc-h8500.c: Delete.
   1234      1.1     skrll 	* config/tc-h8500.h: Delete.
   1235      1.1     skrll 	* config/tc-m88k.c: Delete.
   1236      1.1     skrll 	* config/tc-m88k.h: Delete.
   1237      1.1     skrll 	* config/tc-tahoe.c: Delete.
   1238      1.1     skrll 	* config/tc-tahoe.h: Delete.
   1239      1.1     skrll 	* config/tc-tic80.c: Delete.
   1240      1.1     skrll 	* config/tc-tic80.h: Delete.
   1241      1.1     skrll 	* config/tc-w65.c: Delete.
   1242      1.1     skrll 	* config/tc-w65.h: Delete.
   1243      1.1     skrll 	* config/te-aux.h: Delete.
   1244      1.1     skrll 	* config/te-delt88.h: Delete.
   1245      1.1     skrll 	* config/te-delta.h: Delete.
   1246      1.1     skrll 	* config/te-dpx2.h: Delete.
   1247      1.1     skrll 	* config/te-hp300.h: Delete.
   1248      1.1     skrll 	* config/te-ic960.h: Delete.
   1249      1.1     skrll 	* config/vms-a-conf.h: Delete.
   1250      1.1     skrll 	* doc/c-a29k.texi: Delete.
   1251      1.1     skrll 	* doc/c-h8500.texi: Delete.
   1252      1.1     skrll 	* doc/c-m88k.texi: Delete.
   1253      1.1     skrll 	* README: Remove obsolete examples, and list of supported targets.
   1254      1.1     skrll 	* Makefile.am: Remove a29k, h8500, m88k, tahoe, tic80, w65,
   1255      1.1     skrll 	bout and hp300 support.
   1256      1.1     skrll 	(DEP_FLAGS): Don't define BFD_ASSEMBLER.
   1257      1.1     skrll 	* configure.in: Remove --enable-bfd-assembler, need_bfd,
   1258      1.1     skrll 	primary_bfd_gas.
   1259      1.1     skrll 	* configure.tgt: Remove a29k, h8300-coff, h8500-*, i960 non-elf,
   1260      1.1     skrll 	m68k non bfd, m88k, or32-coff, tic80-*, vax non-bfd, w65k-*, *-nindy.
   1261      1.1     skrll 	* as.c: Remove all non-BFD_ASSEMBLER code, support for above targets.
   1262      1.1     skrll 	* as.h: Likewise.
   1263      1.1     skrll 	* dw2gencfi.c: Likewise.
   1264      1.1     skrll 	* dwarf2dbg.c: Likewise.
   1265      1.1     skrll 	* ehopt.c: Likewise.
   1266      1.1     skrll 	* input-file.c: Likewise.
   1267      1.1     skrll 	* listing.c: Likewise.
   1268      1.1     skrll 	* literal.c: Likewise.
   1269      1.1     skrll 	* messages.c: Likewise.
   1270      1.1     skrll 	* obj.h: Likewise.
   1271      1.1     skrll 	* output-file.c: Likewise.
   1272      1.1     skrll 	* read.c: Likewise.
   1273      1.1     skrll 	* stabs.c: Likewise.
   1274      1.1     skrll 	* struc-symbol.h: Likewise.
   1275      1.1     skrll 	* subsegs.c: Likewise.
   1276      1.1     skrll 	* subsegs.h: Likewise.
   1277      1.1     skrll 	* symbols.c: Likewise.
   1278      1.1     skrll 	* symbols.h: Likewise.
   1279      1.1     skrll 	* tc.h: Likewise.
   1280      1.1     skrll 	* write.c: Likewise.
   1281      1.1     skrll 	* write.h: Likewise.
   1282      1.1     skrll 	* config/aout_gnu.h: Likewise.
   1283      1.1     skrll 	* config/obj-aout.c: Likewise.
   1284      1.1     skrll 	* config/obj-aout.h: Likewise.
   1285      1.1     skrll 	* config/obj-coff.c: Likewise.
   1286      1.1     skrll 	* config/obj-coff.h: Likewise.
   1287      1.1     skrll 	* config/obj-evax.h: Likewise.
   1288      1.1     skrll 	* config/obj-ieee.h: Likewise.
   1289      1.1     skrll 	* config/tc-arm.c: Likewise.
   1290      1.1     skrll 	* config/tc-arm.h: Likewise.
   1291      1.1     skrll 	* config/tc-avr.c: Likewise.
   1292      1.1     skrll 	* config/tc-avr.h: Likewise.
   1293      1.1     skrll 	* config/tc-crx.h: Likewise.
   1294      1.1     skrll 	* config/tc-d10v.h: Likewise.
   1295      1.1     skrll 	* config/tc-d30v.h: Likewise.
   1296      1.1     skrll 	* config/tc-dlx.h: Likewise.
   1297      1.1     skrll 	* config/tc-fr30.h: Likewise.
   1298      1.1     skrll 	* config/tc-frv.h: Likewise.
   1299      1.1     skrll 	* config/tc-h8300.c: Likewise.
   1300      1.1     skrll 	* config/tc-h8300.h: Likewise.
   1301      1.1     skrll 	* config/tc-hppa.h: Likewise.
   1302      1.1     skrll 	* config/tc-i370.h: Likewise.
   1303      1.1     skrll 	* config/tc-i386.c: Likewise.
   1304      1.1     skrll 	* config/tc-i386.h: Likewise.
   1305      1.1     skrll 	* config/tc-i860.h: Likewise.
   1306      1.1     skrll 	* config/tc-i960.c: Likewise.
   1307      1.1     skrll 	* config/tc-i960.h: Likewise.
   1308      1.1     skrll 	* config/tc-ip2k.h: Likewise.
   1309      1.1     skrll 	* config/tc-iq2000.h: Likewise.
   1310      1.1     skrll 	* config/tc-m32c.h: Likewise.
   1311      1.1     skrll 	* config/tc-m32r.h: Likewise.
   1312      1.1     skrll 	* config/tc-m68hc11.h: Likewise.
   1313      1.1     skrll 	* config/tc-m68k.c: Likewise.
   1314      1.1     skrll 	* config/tc-m68k.h: Likewise.
   1315      1.1     skrll 	* config/tc-maxq.c: Likewise.
   1316      1.1     skrll 	* config/tc-maxq.h: Likewise.
   1317      1.1     skrll 	* config/tc-mcore.c: Likewise.
   1318      1.1     skrll 	* config/tc-mcore.h: Likewise.
   1319      1.1     skrll 	* config/tc-mn10200.h: Likewise.
   1320      1.1     skrll 	* config/tc-mn10300.c: Likewise.
   1321      1.1     skrll 	* config/tc-mn10300.h: Likewise.
   1322      1.1     skrll 	* config/tc-ms1.h: Likewise.
   1323      1.1     skrll 	* config/tc-msp430.c: Likewise.
   1324      1.1     skrll 	* config/tc-msp430.h: Likewise.
   1325      1.1     skrll 	* config/tc-ns32k.c: Likewise.
   1326      1.1     skrll 	* config/tc-ns32k.h: Likewise.
   1327      1.1     skrll 	* config/tc-openrisc.h: Likewise.
   1328      1.1     skrll 	* config/tc-or32.c: Likewise.
   1329      1.1     skrll 	* config/tc-or32.h: Likewise.
   1330      1.1     skrll 	* config/tc-ppc.c: Likewise.
   1331      1.1     skrll 	* config/tc-ppc.h: Likewise.
   1332      1.1     skrll 	* config/tc-s390.h: Likewise.
   1333      1.1     skrll 	* config/tc-sh.c: Likewise.
   1334      1.1     skrll 	* config/tc-sh.h: Likewise.
   1335      1.1     skrll 	* config/tc-sparc.c: Likewise.
   1336      1.1     skrll 	* config/tc-tic30.c: Likewise.
   1337      1.1     skrll 	* config/tc-tic30.h: Likewise.
   1338      1.1     skrll 	* config/tc-tic4x.c: Likewise.
   1339      1.1     skrll 	* config/tc-tic4x.h: Likewise.
   1340      1.1     skrll 	* config/tc-tic54x.c: Likewise.
   1341      1.1     skrll 	* config/tc-tic54x.h: Likewise.
   1342      1.1     skrll 	* config/tc-v850.h: Likewise.
   1343      1.1     skrll 	* config/tc-vax.c: Likewise.
   1344      1.1     skrll 	* config/tc-vax.h: Likewise.
   1345      1.1     skrll 	* config/tc-xstormy16.h: Likewise.
   1346      1.1     skrll 	* config/tc-xtensa.h: Likewise.
   1347      1.1     skrll 	* config/tc-z8k.c: Likewise.
   1348      1.1     skrll 	* config/tc-z8k.h: Likewise.
   1349      1.1     skrll 	* config/vms-a-conf.h
   1350      1.1     skrll 	* doc/Makefile.am: Likewise.
   1351      1.1     skrll 	* doc/all.texi: Likewise.
   1352      1.1     skrll 	* doc/as.texinfo: Likewise.
   1353      1.1     skrll 	* doc/internals.texi: Likewise.
   1354      1.1     skrll 	* doc/Makefile.in: Regenerate.
   1355      1.1     skrll 	* Makefile.in: Regenerate.
   1356      1.1     skrll 	* configure: Regenerate.
   1357      1.1     skrll 	* config.in: Regenerate.
   1358      1.1     skrll 	* po/POTFILES.in: Regenerate.
   1359      1.1     skrll 
   1360      1.1     skrll 2005-08-09  Nick Clifton  <nickc (a] redhat.com>
   1361      1.1     skrll 
   1362      1.1     skrll 	PR 1070
   1363      1.1     skrll 	* macro.c (getstring): Do not treat round parentheses exactly the
   1364      1.1     skrll 	same as angle brackets - the parentheses need to be preserved and
   1365      1.1     skrll 	passed on to the macro processing code.
   1366      1.1     skrll 
   1367      1.1     skrll 2005-08-08  Nick Clifton  <nickc (a] redhat.com>
   1368      1.1     skrll 
   1369      1.1     skrll 	* config/tc-msp430.c (MSP430_ISA_21): Define.
   1370      1.1     skrll 	(mcu_types): Add entries for msp430x21xx variants.
   1371      1.1     skrll 
   1372      1.1     skrll 2005-08-08  Nick Clifton  <nickc (a] redhat.com>
   1373      1.1     skrll 
   1374      1.1     skrll 	PR 1070
   1375      1.1     skrll 	* macro.c (getstring): Treat round parentheses in the same way as
   1376      1.1     skrll 	angle brackets.
   1377      1.1     skrll 	(get_any_string): Likewise.
   1378      1.1     skrll 
   1379      1.1     skrll 2005-08-07  H.J. Lu  <hongjiu.lu (a] intel.com>
   1380      1.1     skrll 
   1381      1.1     skrll 	PR gas/1118
   1382      1.1     skrll 	* as.c (parse_args): Handle -al=<FILE>.
   1383      1.1     skrll 
   1384      1.1     skrll 2005-08-07  Nick Clifton  <nickc (a] redhat.com>
   1385      1.1     skrll 
   1386      1.1     skrll 	* read.c (s_app_line): Accept a line number of 0 for compatibility
   1387      1.1     skrll 	with gcc's output for assembler-with-cpp files.
   1388      1.1     skrll 
   1389      1.1     skrll 2005-08-05  Paul Brook  <paul (a] codesourcery.com>
   1390      1.1     skrll 
   1391      1.1     skrll 	* config/tc-arm.c (current_it_mask, current_cc): New variables.
   1392      1.1     skrll 	(do_t_add_sub): Use correct encodings inside IT block.
   1393      1.1     skrll 	(do_t_arit3c): Ditto.
   1394      1.1     skrll 	(do_t_it): Simplify logic.  Set current_it_mask and current_cc.
   1395      1.1     skrll 	(md_assemble): Verify conditional suffixes agains IT blocks.
   1396      1.1     skrll 
   1397      1.1     skrll 2005-08-05  Paul Brook  <paul (a] codesourcery.com>
   1398      1.1     skrll 
   1399      1.1     skrll 	* config/tc-arm.c (encode_thumb32_immediate): Only accept shifted
   1400      1.1     skrll 	constants.
   1401      1.1     skrll 	(encode_thumb32_shifted_operand): Prohibit register shifts.
   1402      1.1     skrll 	(encode_thumb32_addr_mode): Fix typo.
   1403      1.1     skrll 	(insns): Correct thumb2 ldm and stm opcodes.
   1404      1.1     skrll 
   1405      1.1     skrll 2005-08-02  Khem Raj  <kraj (a] mvista.com>
   1406      1.1     skrll 
   1407      1.1     skrll 	* config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for
   1408      1.1     skrll 	WLDRD/WSTRD instruction.
   1409      1.1     skrll 
   1410      1.1     skrll 2005-08-02  Alan Modra  <amodra (a] bigpond.net.au>
   1411      1.1     skrll 
   1412      1.1     skrll 	* config/tc-ppc.c (md_apply_fix <ELF>): Don't warn on overflow
   1413      1.1     skrll 	if emitting a reloc.
   1414      1.1     skrll 
   1415      1.1     skrll 2005-07-29  Thiemo Seufer  <ths (a] networkno.de>
   1416      1.1     skrll 
   1417      1.1     skrll 	* config/tc-mips.c (s_mips_globl): Allow multiple symbols per .globl.
   1418      1.1     skrll 
   1419      1.1     skrll 2005-07-29  Paul Brook  <paul (a] codesourcery.com>
   1420      1.1     skrll 
   1421      1.1     skrll 	* config/tc-arm.c (T16_32_TAB): Add "addr". Fix encoding of push and
   1422      1.1     skrll 	pop.
   1423      1.1     skrll 	(do_t_addr): Implement 32-bit variant.
   1424      1.1     skrll 	(do_t_push_pop): Make some errors warnings.  Handle single register
   1425      1.1     skrll 	32-bit case.
   1426      1.1     skrll 	(insns): Use tCE for adr.
   1427      1.1     skrll 	(md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12.
   1428      1.1     skrll 	(md_apply_fix): Ditto.
   1429      1.1     skrll 
   1430      1.1     skrll 2005-07-29  Paul Brook  <paul (a] codesourcery.com>
   1431      1.1     skrll 
   1432      1.1     skrll 	* config/tc-arm.c (parse_tb): New function.
   1433      1.1     skrll 	(enum operand_parse_code): Add OP_TB.
   1434      1.1     skrll 	(parse_operands): Handle OP_TB.
   1435      1.1     skrll 	(do_t_add_sub_w, do_t_tb): New functions.
   1436      1.1     skrll 	(insns): Add entries for addw, subw, tbb and tbh.
   1437      1.1     skrll 	(md_apply_fix): Handle BFD_RELOC_ARM_T32_IMM12.
   1438      1.1     skrll 
   1439      1.1     skrll 2005-07-29  Kazuhiro Inaoka <inaoka.kazuhiro (a] renesas.com>
   1440      1.1     skrll 
   1441      1.1     skrll 	* config/tc-m32r.c (m32r_check_fixup): Fixed X_op check.
   1442      1.1     skrll 
   1443      1.1     skrll 2005-07-27  H.J. Lu <hongjiu.lu (a] intel.com>
   1444      1.1     skrll 
   1445      1.1     skrll 	* config/tc-i386.c (handle_large_common): Declare only for ELF.
   1446      1.1     skrll 
   1447      1.1     skrll 2005-07-27  Jan Beulich  <jbeulich (a] novell.com>
   1448      1.1     skrll 
   1449      1.1     skrll 	* config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
   1450      1.1     skrll 	int.
   1451      1.1     skrll 	(unw_p_record): Remove unused/redundant fields imask and rmask.
   1452      1.1     skrll 	Combine spoff and pspoff into a union. Combine gr and br into a
   1453      1.1     skrll 	union. Change type of grmask and brmask to unsigned char. Change type
   1454      1.1     skrll 	of frmask to unsigned int.
   1455      1.1     skrll 	(unw_x_record): Combine spoff, pspoff, and treg into a union.
   1456      1.1     skrll 	* config/tc-ia64.c (unwind): New field 'pending_saves'.
   1457      1.1     skrll 	(check_pending_save): New.
   1458      1.1     skrll 	(alloc_record): Clear out entire record.
   1459      1.1     skrll 	(output_psp_gr): Use renamed structure fields.
   1460      1.1     skrll 	(output_psp_sprel): Likewise.
   1461      1.1     skrll 	(output_rp_gr): Likewise.
   1462      1.1     skrll 	(output_rp_br): Likewise.
   1463      1.1     skrll 	(output_rp_psprel): Likewise.
   1464      1.1     skrll 	(output_rp_sprel): Likewise.
   1465      1.1     skrll 	(output_pfs_gr): Likewise.
   1466      1.1     skrll 	(output_pfs_psprel): Likewise.
   1467      1.1     skrll 	(output_pfs_sprel): Likewise.
   1468      1.1     skrll 	(output_preds_gr): Likewise.
   1469      1.1     skrll 	(output_preds_psprel): Likewise.
   1470      1.1     skrll 	(output_preds_sprel): Likewise.
   1471      1.1     skrll 	(output_spill_base): Likewise.
   1472      1.1     skrll 	(output_unat_gr): Likewise.
   1473      1.1     skrll 	(output_unat_psprel): Likewise.
   1474      1.1     skrll 	(output_unat_sprel): Likewise.
   1475      1.1     skrll 	(output_lc_gr): Likewise.
   1476      1.1     skrll 	(output_lc_psprel): Likewise.
   1477      1.1     skrll 	(output_lc_sprel): Likewise.
   1478      1.1     skrll 	(output_fpsr_gr): Likewise.
   1479      1.1     skrll 	(output_fpsr_psprel): Likewise.
   1480      1.1     skrll 	(output_fpsr_sprel): Likewise.
   1481      1.1     skrll 	(output_priunat_gr): Likewise.
   1482      1.1     skrll 	(output_priunat_psprel): Likewise.
   1483      1.1     skrll 	(output_priunat_sprel): Likewise.
   1484      1.1     skrll 	(output_bsp_gr): Likewise.
   1485      1.1     skrll 	(output_bsp_psprel): Likewise.
   1486      1.1     skrll 	(output_bsp_sprel): Likewise.
   1487      1.1     skrll 	(output_bspstore_gr): Likewise.
   1488      1.1     skrll 	(output_bspstore_psprel): Likewise.
   1489      1.1     skrll 	(output_bspstore_sprel): Likewise.
   1490      1.1     skrll 	(output_rnat_gr): Likewise.
   1491      1.1     skrll 	(output_rnat_psprel): Likewise.
   1492      1.1     skrll 	(output_rnat_sprel): Likewise.
   1493      1.1     skrll 	(output_spill_psprel): Likewise.
   1494      1.1     skrll 	(output_spill_sprel): Likewise.
   1495      1.1     skrll 	(output_spill_reg): Likewise.
   1496      1.1     skrll 	(output_fr_mem): Likewise. Allocate one unwind record per set mask
   1497      1.1     skrll 	bit.
   1498      1.1     skrll 	(output_frgr_mem): Likewise.
   1499      1.1     skrll 	(output_gr_mem): Likewise.
   1500      1.1     skrll 	(output_br_mem): Likewise.
   1501      1.1     skrll 	(output_gr_gr): Likewise.
   1502      1.1     skrll 	(output_br_gr): Likewise.
   1503      1.1     skrll 	(fixup_unw_records): Likewise.
   1504      1.1     skrll 	(process_one_record): Use renamed structure fields. For gr_gr and
   1505      1.1     skrll 	br_gr, collect mask from chain of records before output.
   1506      1.1     skrll 	(in_prologue): Simplify and eliminate early returns. Call
   1507      1.1     skrll 	check_pending_save.
   1508      1.1     skrll 	(in_body): Simplify and eliminate early returns.
   1509      1.1     skrll 	(dot_body): Call check_pending_save.
   1510      1.1     skrll 	(md_assemble): Update comment. Deal with pending saves.
   1511      1.1     skrll 
   1512      1.1     skrll 2005-07-26  Jan Beulich  <jbeulich (a] novell.com>
   1513      1.1     skrll 
   1514      1.1     skrll 	* config/tc-i386.c (optimize_imm): Calculate candidate immediates
   1515      1.1     skrll 	mask from guessed suffix, but mask out other immediate types only
   1516      1.1     skrll 	if at least on candidate is valid for the insn.
   1517      1.1     skrll 
   1518      1.1     skrll 2005-07-25  DJ Delorie  <dj (a] redhat.com>
   1519      1.1     skrll 
   1520      1.1     skrll 	* config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
   1521      1.1     skrll 	Support %mod() modifiers from opcodes.
   1522      1.1     skrll 	* doc/c-m32c.texi (M32C-Modifiers): New section.
   1523      1.1     skrll 
   1524      1.1     skrll 2005-07-25  Jan Hubicka  <jh (a] suse.cz>
   1525      1.1     skrll 	    H.J. Lu  <hongjiu.lu (a] intel.com>
   1526      1.1     skrll 
   1527      1.1     skrll 	* config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is
   1528      1.1     skrll 	defined.
   1529      1.1     skrll 	(elf_com_section_ptr): New.
   1530      1.1     skrll 	(elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr.
   1531      1.1     skrll 	(elf_common_parse): Make it global. Use elf_com_section_ptr
   1532      1.1     skrll 	instead of bfd_com_section_ptr.
   1533      1.1     skrll 	(obj_elf_change_section): Handle x86-64 large bss sections.
   1534      1.1     skrll 
   1535      1.1     skrll 	* config/obj-elf.h (elf_com_section_ptr): New.
   1536      1.1     skrll 	(elf_common_parse): New.
   1537      1.1     skrll 
   1538      1.1     skrll 	* config/tc-i386.c (handle_large_common): New.
   1539      1.1     skrll 	(md_pseudo_table): Add "largecomm".
   1540      1.1     skrll 	(x86_64_section_letter): New.
   1541      1.1     skrll 	(x86_64_section_word): New.
   1542      1.1     skrll 
   1543      1.1     skrll 	* config/tc-i386.h (x86_64_section_word): New.
   1544      1.1     skrll 	(x86_64_section_letter): New.
   1545      1.1     skrll 	(md_elf_section_letter): New. Defined.
   1546      1.1     skrll 	(md_elf_section_word): Likewise.
   1547      1.1     skrll 
   1548      1.1     skrll 2005-07-21  Ralf Corsepius  <ralf.corsepius (a] rtems.org>
   1549      1.1     skrll 
   1550      1.1     skrll 	* configure.tgt: Remove i386-*-rtemself*.
   1551      1.1     skrll 	Remove sparc-*-rtemself*.
   1552      1.1     skrll 
   1553      1.1     skrll 2005-07-21  Ben Elliston  <bje (a] gnu.org>
   1554      1.1     skrll 
   1555      1.1     skrll 	* config/tc-m68k.h: Remove TE_LYNX conditional code.
   1556      1.1     skrll 
   1557      1.1     skrll 2005-07-21  Paul Brook  <paul (a] codesourcery.com>
   1558      1.1     skrll 
   1559      1.1     skrll 	* config/tc-arm.c (encode_thumb32_addr_mode): Don't set
   1560      1.1     skrll 	inst.reloc.pc_rel.
   1561      1.1     skrll 
   1562      1.1     skrll 2005-07-20  Tavis Ormandy <taviso (a] gentoo.org>
   1563      1.1     skrll 
   1564      1.1     skrll 	* messages.c: Use vsnprintf instead of vsprintf.
   1565      1.1     skrll 
   1566      1.1     skrll 2005-07-20  Kazuhiro Inaoka  <inaoka.kazuhiro (a] renesas.com>
   1567      1.1     skrll 
   1568      1.1     skrll 	* config/tc-m32r.c (tc_gen_reloc): Check BFD_RELOC_32_PCREL and
   1569      1.1     skrll 	BFD_RELOC_16_PCREL to Support R_M32R_REL32.
   1570      1.1     skrll 
   1571      1.1     skrll 2005-07-18  Nick Clifton  <nickc (a] redhat.com>
   1572      1.1     skrll 
   1573      1.1     skrll 	* configure.tgt: Restore alpha ordering to list of arches.
   1574      1.1     skrll 
   1575      1.1     skrll 2005-07-18  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   1576      1.1     skrll 
   1577      1.1     skrll 	* tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
   1578      1.1     skrll 
   1579      1.1     skrll 2005-07-18  Jan Beulich  <jbeulich (a] novell.com>
   1580      1.1     skrll 
   1581      1.1     skrll 	* config/tc-i386.c (md_begin): Use IS_ELF.
   1582      1.1     skrll 	(tc_i386_fix_adjustable): Likewise.
   1583      1.1     skrll 	(md_estimate_size_before_relax): Likewise.
   1584      1.1     skrll 	(md_apply_fix): Likewise.
   1585      1.1     skrll 	(i386_target_format): Likewise.
   1586      1.1     skrll 	(lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF.
   1587      1.1     skrll 	(i386_immediate): Remove #ifdef LEX_AT.
   1588      1.1     skrll 	(i386_displacement): Likewise.
   1589      1.1     skrll 	* config/tc-i386.h (x86_cons): Prototype only when ELF and when not
   1590      1.1     skrll 	LEX_AT.
   1591      1.1     skrll 
   1592      1.1     skrll 2005-07-18  Jan Beulich  <jbeulich (a] novell.com>
   1593      1.1     skrll 
   1594      1.1     skrll 	* config/tc-i386.c (reloc): Convert to ISO C90. Change first
   1595      1.1     skrll 	parameter to unsigned. Parameter sign now is tristate - zero/
   1596      1.1     skrll 	positive mean unsigned/signed, negative means signedness doesn't
   1597      1.1     skrll 	matter. Check field size,
   1598      1.1     skrll 	signedness, and pcrel-ness are in agreement between relocated field
   1599      1.1     skrll 	and relocation type. Adjust diagnostics.
   1600      1.1     skrll 	(optimize_imm): And type mask of operand instead of overwriting it.
   1601      1.1     skrll 	(lex_got): Convert to ISO C90. Add third parameter. Add new field to
   1602      1.1     skrll 	local structure and initialize gotrel accordingly. Pass caller as
   1603      1.1     skrll 	mask of types that the operator can match.
   1604      1.1     skrll 	(x86_cons_fix_new): Let reloc know that signedness of relocation
   1605      1.1     skrll 	doesn't matter.
   1606      1.1     skrll 	(x86_pe_cons_fix_new): Likewise.
   1607      1.1     skrll 	(x86_cons): Pass additional argument to lex_got.
   1608      1.1     skrll 	(i386_immediate): New local variable 'types'. Pass its address as
   1609      1.1     skrll 	additional argument to lex_got. Mask out operand types not supported
   1610      1.1     skrll 	befoe returning.
   1611      1.1     skrll 	(i386_displacement): Likewise. Set bigdisp to all types supported in
   1612      1.1     skrll 	64-bit mode, combining the previously split initialization.
   1613      1.1     skrll 
   1614      1.1     skrll 2005-07-18  Jan Beulich  <jbeulich (a] novell.com>
   1615      1.1     skrll 
   1616      1.1     skrll 	* config/tc-i386.c (parse_insn): Reject prefix if unavailable in
   1617      1.1     skrll 	current mode.
   1618      1.1     skrll 
   1619      1.1     skrll 2005-07-16  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   1620      1.1     skrll 
   1621      1.1     skrll 	* config/tc-hppa.c (pa_ip): Search entire mnemonic before considering
   1622      1.1     skrll 	promoted match.
   1623      1.1     skrll 
   1624      1.1     skrll 2005-07-16  Alan Modra  <amodra (a] bigpond.net.au>
   1625      1.1     skrll 
   1626      1.1     skrll 	* Makefile.am: Run "make dep-am".
   1627      1.1     skrll 	* Makefile.in: Regenerate.
   1628      1.1     skrll 
   1629      1.1     skrll 2005-07-15  H.J. Lu <hongjiu.lu (a] intel.com>
   1630      1.1     skrll 
   1631      1.1     skrll 	* gas/config/tc-i386.h (CpuVMX): New.
   1632      1.1     skrll 	(CpuUnknownFlags): Add CpuVMX.
   1633      1.1     skrll 
   1634      1.1     skrll 2005-07-14  Jim Blandy  <jimb (a] redhat.com>
   1635      1.1     skrll 
   1636      1.1     skrll 	Add support for the Renesas M32C.
   1637      1.1     skrll 	* Makefile.am (CPU_TYPES): List m32c.
   1638      1.1     skrll 	(TARGET_CPU_CFILES): List config/tc-m32c.c.
   1639      1.1     skrll 	(TARGET_CPU_HFILES): List config/tc-m32c.h.
   1640      1.1     skrll 	* configure.in: Add case for m32c.
   1641      1.1     skrll 	* configure.tgt: Add cases for m32c and m32c-*-elf.
   1642      1.1     skrll 	* configure: Regenerated.
   1643      1.1     skrll 	* config/tc-m32c.c, config/tc-m32c.h: New files.
   1644      1.1     skrll 	* doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
   1645      1.1     skrll 	* doc/Makefile.in: Regenerated.
   1646      1.1     skrll 	* doc/all.texi: Set M32C.
   1647      1.1     skrll 	* doc/as.texinfo: Add text for the M32C-specific options and line
   1648      1.1     skrll 	comment characters, and refer to c-m32c.texi.
   1649      1.1     skrll 	* doc/c-m32c.texi: New file.
   1650      1.1     skrll 
   1651      1.1     skrll 2005-07-14  Nick Clifton  <nickc (a] redhat.com>
   1652      1.1     skrll 
   1653      1.1     skrll 	PR 1069
   1654      1.1     skrll 	* config/tc-crx.c (reset_vars): Use strncpy to prevent overflowing
   1655      1.1     skrll 	the ins_parse buffer.
   1656      1.1     skrll 
   1657      1.1     skrll 2005-07-10  Ralf Corsepius <ralf.corsepius (a] rtems.org>
   1658      1.1     skrll 
   1659      1.1     skrll 	* configure.tgt: Remove a29k-*-rtems*, hppa*-*-rtems*,i386-go32-rtems*,
   1660      1.1     skrll 	i386-*-rtemscoff*, sparc-*-rtemsaout*.
   1661      1.1     skrll 
   1662      1.1     skrll 2005-07-10  H.J. Lu  <hongjiu.lu (a] intel.com>
   1663      1.1     skrll 
   1664      1.1     skrll 	* config/tc-i386.c (optimize_disp): Optimize signed 32bit
   1665      1.1     skrll 	displacements.
   1666      1.1     skrll 
   1667      1.1     skrll 2005-07-08  Ben Elliston  <bje (a] au.ibm.com>
   1668      1.1     skrll 
   1669      1.1     skrll 	* frags.h: Remove ANSI_PROTOTYPES conditional code.
   1670      1.1     skrll 	* config/obj-elf.h: Likewise.
   1671      1.1     skrll 	* config/tc-h8300.h: Likewise.
   1672      1.1     skrll 	* config/tc-h8500.h: Likewise.
   1673      1.1     skrll 	* config/tc-i370.h: Likewise.
   1674      1.1     skrll 	* config/tc-i386.h: Likewise.
   1675      1.1     skrll 	* config/tc-m68hc11.h: Likewise.
   1676      1.1     skrll 	* config/tc-m68k.h: Likewise.
   1677      1.1     skrll 	* config/tc-ppc.h: Likewise.
   1678      1.1     skrll 	* config/tc-s390.h: Likewise.
   1679      1.1     skrll 	* config/tc-sh.h: Likewise.
   1680      1.1     skrll 	* config/tc-sparc.h: Likewise.
   1681      1.1     skrll 	* config/tc-tic30.c: Likewise.
   1682      1.1     skrll 	* config/tc-w65.h: Likewise.
   1683      1.1     skrll 	* config/tc-xtensa.h: Likewise.
   1684      1.1     skrll 
   1685      1.1     skrll 2005-07-08  Hans-Peter Nilsson  <hp (a] axis.com>
   1686      1.1     skrll 
   1687      1.1     skrll 	PR gas/1049
   1688      1.1     skrll 	* config/tc-cris.h (MD_APPLY_SYM_VALUE): Define.
   1689      1.1     skrll 
   1690      1.1     skrll 2005-07-07  Kaveh R. Ghazi  <ghazi (a] caip.rutgers.edu>
   1691      1.1     skrll 
   1692      1.1     skrll 	* config/tc-tic30.c (debug): Add format attribute.  Fix format
   1693      1.1     skrll 	bugs.
   1694      1.1     skrll 
   1695      1.1     skrll 2005-07-06  H.J. Lu  <hongjiu.lu (a] intel.com>
   1696      1.1     skrll 
   1697      1.1     skrll 	* config/tc-i386.c (cpu_arch): Add sse3.
   1698      1.1     skrll 
   1699      1.1     skrll 	* config/tc-i386.h (CpuSSE3): Renamed from ...
   1700      1.1     skrll 	(CpuPNI): This. Defined as CpuSSE3.
   1701      1.1     skrll 
   1702      1.1     skrll 	* doc/c-i386.texi: Document .sse3.
   1703      1.1     skrll 
   1704      1.1     skrll 2005-07-06  Jan Beulich  <jbeulich (a] novell.com>
   1705      1.1     skrll 
   1706      1.1     skrll 	* config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
   1707      1.1     skrll 
   1708      1.1     skrll 2005-07-05  Nick Clifton  <nickc (a] redhat.com>
   1709      1.1     skrll 
   1710      1.1     skrll 	* config/tc-pdp11.c (md_apply_fix): Cast first argument to
   1711      1.1     skrll 	md_chars_to_numbers to an unsigned pointer in order to avoid a
   1712      1.1     skrll 	compile time warning.
   1713      1.1     skrll 
   1714      1.1     skrll 2005-07-05  Paul Brook  <paul (a] codesourcery.com>
   1715      1.1     skrll 
   1716      1.1     skrll 	* config/tc-ppc.c (ppc_target_format): Add VxWorks.
   1717      1.1     skrll 
   1718      1.1     skrll 2005-07-05  Aldy Hernandez  <aldyh (a] redhat.com>
   1719      1.1     skrll 
   1720      1.1     skrll 	* config/tc-ms1.c: New.
   1721      1.1     skrll 	* config/tc-ms1.h: New.
   1722      1.1     skrll 
   1723      1.1     skrll 2005-07-05  Jan Beulich  <jbeulich (a] novell.com>
   1724      1.1     skrll 
   1725      1.1     skrll 	* config/tc-i386.h (CpuSVME): New.
   1726      1.1     skrll 	(CpuUnknownFlags): Include CpuSVME.
   1727      1.1     skrll 	* config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
   1728      1.1     skrll 	as alias of sledgehammer.
   1729      1.1     skrll 	(md_assemble): Include invlpga in the check for insns with two source
   1730      1.1     skrll 	operands.
   1731      1.1     skrll 	(process_operands): Include SVME insns in the check for ignored
   1732      1.1     skrll 	segment overrides. Adjust diagnostic.
   1733      1.1     skrll 	(i386_index_check): Special-case SVME insns with memory operands.
   1734      1.1     skrll 
   1735      1.1     skrll 2005-07-04  Khem Raj  <kraj (a] mvista.com>
   1736      1.1     skrll 	    Nick Clifton  <nickc (a] redhat.com>
   1737      1.1     skrll 
   1738      1.1     skrll 	* tc-arm.c (struct arm_it): Make operands.imm signed to match its
   1739      1.1     skrll 	use an immediate value.
   1740      1.1     skrll 	(parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
   1741      1.1     skrll 	since the register field of the operands structure is unsigned.
   1742      1.1     skrll 	(s_arm_unwind_save_vfp): Make "reg" unsigned.
   1743      1.1     skrll 	(parse_operands): Make the 2ns parameter an unsigned pointer to
   1744      1.1     skrll 	match its use.
   1745      1.1     skrll 	(do_ldrd): When using the imm field of the operands structure as a
   1746      1.1     skrll 	second register field, treat it as unsigned.
   1747      1.1     skrll 
   1748      1.1     skrll 2005-07-04  Alan Modra  <amodra (a] bigpond.net.au>
   1749      1.1     skrll 
   1750      1.1     skrll 	PR 1004
   1751      1.1     skrll 	* config/obj-elf.c (obj_elf_change_section): Use backend
   1752      1.1     skrll 	get_sec_type_attr.
   1753      1.1     skrll 
   1754      1.1     skrll 2005-07-01  Jan Beulich  <jbeulich (a] novell.com>
   1755      1.1     skrll 
   1756      1.1     skrll 	* config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
   1757      1.1     skrll 	(output_spill_psprel, output_spill_psprel_p): Combine.
   1758      1.1     skrll 	(output_spill_sprel, output_spill_sprel_p): Combine.
   1759      1.1     skrll 	(output_spill_reg, output_spill_regp_p): Combine.
   1760      1.1     skrll 	(process_one_record): Handle psp_psprel.
   1761      1.1     skrll 	(parse_predicate_and_operand): New.
   1762      1.1     skrll 	(convert_expr_to_ab_reg): Two new parameters. Return void. Always
   1763      1.1     skrll 	initialize output values. Emit diagnostic case here.
   1764      1.1     skrll 	(convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
   1765      1.1     skrll 	(add_unwind_entry): New second parameter. Allow first parameter to
   1766      1.1     skrll 	be NULL. Parse optional tag, emit warning about further support for
   1767      1.1     skrll 	it otherwise being missing. Check end-of-line when requested.
   1768      1.1     skrll 	(dot_fframe): Clear operand when wrong. Allow tag.
   1769      1.1     skrll 	(dot_vframe): Likewise.
   1770      1.1     skrll 	(dot_vframesp): Likewise. Rename parameter, issue warning when psp
   1771      1.1     skrll 	relative.
   1772      1.1     skrll 	(dot_vframepsp): Remove.
   1773      1.1     skrll 	(dot_altrp): Clear operand when wrong. Allow tag.
   1774      1.1     skrll 	(dot_save): Likewise. Let default case also go through
   1775      1.1     skrll 	add_unwind_entry.
   1776      1.1     skrll 	(dot_savemem): Likewise.
   1777      1.1     skrll 	(dot_restore): Don't return when wrong operand. Allow tag.
   1778      1.1     skrll 	(dot_spillreg, dot_spillreg_p): Combine. Simplify by using
   1779      1.1     skrll 	parse_predicate_and_operand and the new arguments to
   1780      1.1     skrll 	convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
   1781      1.1     skrll 	when wrong operand. Allow tag.
   1782      1.1     skrll 	(dot_restorereg, dot_restorereg_p): Likewise.
   1783      1.1     skrll 	(dot_spillmem, dot_spillmem_p): Likewise.
   1784      1.1     skrll 	(dot_saveg): Clear operand when wrong. Perform tighter operand
   1785      1.1     skrll 	checks. Allow tag.
   1786      1.1     skrll 	(dot_savef): Likewise.
   1787      1.1     skrll 	(dot_saveb): Likewise.
   1788      1.1     skrll 	(dot_savegf): Likewise.
   1789      1.1     skrll 	(dot_spill): Remove end-of-line check. 	Combine. Simplify by using
   1790      1.1     skrll 	parse_predicate_and_operand and the new arguments to
   1791      1.1     skrll 	convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
   1792      1.1     skrll 	when wrong operand. Allow tag.
   1793      1.1     skrll 	(popcount): New.
   1794      1.1     skrll 	(dot_label_state): Don't return when wrong operand.
   1795      1.1     skrll 	(dot_copy_state): Likewise.
   1796      1.1     skrll 	(dot_unwabi): Likewise. Check if in prologue.
   1797      1.1     skrll 	(dot_body): Don't call demand_empty_rest_of_line.
   1798      1.1     skrll 	(dot_prologue): Type of mask and grsave is unsigned. Perform tighter
   1799      1.1     skrll 	operand checks.
   1800      1.1     skrll 	(md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
   1801      1.1     skrll 	use dot_spillreg for .spillreg.p. Also use dot_spillmem for
   1802      1.1     skrll 	.spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
   1803      1.1     skrll 	(parse_operand): New second parameter. Don't deal with '}' here
   1804      1.1     skrll 	anymore. Don't advance past end-of-line.
   1805      1.1     skrll 	(parse_operands): Pass second argument to parse_operand.
   1806      1.1     skrll 	(ia64_start_line): Prevent out-of-bounds access through
   1807      1.1     skrll 	input_line_pointer. Deal with '}' here.
   1808      1.1     skrll 	(ia64_unrecognized_line): Don't deal with '}' here.
   1809      1.1     skrll 	(dot_alias): Use ignore_rest_of_line not its deprecated alias
   1810      1.1     skrll 	discard_rest_of_line.
   1811      1.1     skrll 
   1812      1.1     skrll 2005-06-30  Zack Weinberg  <zack (a] codesourcery.com>
   1813      1.1     skrll 
   1814      1.1     skrll 	* config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
   1815      1.1     skrll 	(encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
   1816      1.1     skrll 	(do_t_branch, insns [b, bl]): Don't encode pipeline offset.
   1817      1.1     skrll 	(do_branch): Always set inst.reloc.pc_rel.
   1818      1.1     skrll 	(s_arm_elf_cons): Disallow use of (plt) suffix.
   1819      1.1     skrll 	(do_adrl): Adjust X_add_number unconditionally.
   1820      1.1     skrll 	(md_pcrel_from): Rename md_pcrel_from_section, add second segT
   1821      1.1     skrll 	argument.  Handle all adjustment for pipeline offset here.
   1822      1.1     skrll 	(md_apply_fix): No need to undo work of md_pcrel_from.  No
   1823      1.1     skrll 	need to extract pre-encoded pipeline adjustments from various
   1824      1.1     skrll 	branch instructions.  Generally, assume instructions are already
   1825      1.1     skrll 	all-bits-zero in the field being fixed up.  Remove all OBJ_ELF
   1826      1.1     skrll 	special cases.  Handle BFD_RELOC_ARM_PLT32 like
   1827      1.1     skrll 	BFD_RELOC_ARM_PCREL_BRANCH.
   1828      1.1     skrll 	(tc_gen_reloc): Remove OBJ_ELF special case.
   1829      1.1     skrll 	* config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
   1830      1.1     skrll 
   1831      1.1     skrll 2005-06-30  Ben Elliston  <bje (a] gnu.org>
   1832      1.1     skrll 
   1833      1.1     skrll 	* Makefile.am (check-DEJAGNU): Don't search for expect.
   1834      1.1     skrll 	* Makefile.in: Regenerate.
   1835      1.1     skrll 
   1836      1.1     skrll 2005-06-30  Ben Elliston  <bje (a] gnu.org>
   1837      1.1     skrll 
   1838      1.1     skrll 	* Makefile.am (EXPECT): Set to expect.
   1839      1.1     skrll 	(RUNTEST): Likewise, set to runtest.
   1840      1.1     skrll 	* Makefile.in: Regenerate.
   1841      1.1     skrll 
   1842      1.1     skrll 2005-06-23  Ben Elliston  <bje (a] gnu.org>
   1843      1.1     skrll 
   1844      1.1     skrll 	* config/m68k-parse.h: Use ISO C90.
   1845      1.1     skrll 	* config/m68k-parse.y: Likewise.
   1846      1.1     skrll 	* config/tc-m68k.h: Likewise.
   1847      1.1     skrll 
   1848      1.1     skrll 2005-06-20  H.J. Lu  <hongjiu.lu (a] intel.com>
   1849      1.1     skrll 
   1850      1.1     skrll 	PR 1013
   1851      1.1     skrll 	* config/tc-i386.c (md_assemble): Don't call optimize_disp on
   1852      1.1     skrll 	movabs.
   1853      1.1     skrll 	(optimize_disp): Optimize only if possible. Don't use 64bit
   1854      1.1     skrll 	displacement on non-constants and do same on constants if
   1855      1.1     skrll 	possible.
   1856      1.1     skrll 
   1857      1.1     skrll 2005-06-17  Jan Beulich  <jbeulich (a] novell.com>
   1858      1.1     skrll 
   1859      1.1     skrll 	* config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
   1860      1.1     skrll 	(tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
   1861      1.1     skrll 	BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
   1862      1.1     skrll 	(output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
   1863      1.1     skrll 	and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
   1864      1.1     skrll 	aborting.
   1865      1.1     skrll 	(output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
   1866      1.1     skrll 	Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
   1867      1.1     skrll 	(tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
   1868      1.1     skrll 	Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
   1869      1.1     skrll 	BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
   1870      1.1     skrll 	BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
   1871      1.1     skrll 	convert 8-byte pc-relative relocations.
   1872      1.1     skrll 	(lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
   1873      1.1     skrll 	(i386_validate_fix): Likewise.
   1874      1.1     skrll 	(x86_cons): Also handle quad values in 64-bit mode.
   1875      1.1     skrll 	(i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
   1876      1.1     skrll 	(md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
   1877      1.1     skrll 	BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
   1878      1.1     skrll 	to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
   1879      1.1     skrll 
   1880      1.1     skrll 2005-06-13  Zack Weinberg  <zack (a] codesourcery.com>
   1881      1.1     skrll 
   1882      1.1     skrll 	* config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
   1883      1.1     skrll 	symbolP as well as for names with a leading dot.  Use ACONCAT.
   1884      1.1     skrll 	(md_apply_fix): For branch relocations, only replace value
   1885      1.1     skrll 	with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
   1886      1.1     skrll 	(arm_force_relocation): Remove #ifdef OBJ_ELF case.
   1887      1.1     skrll 	* config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
   1888      1.1     skrll 	(LOCAL_LABEL_PREFIX): Don't define.
   1889      1.1     skrll 
   1890      1.1     skrll 2005-06-10  Alan Modra  <amodra (a] bigpond.net.au>
   1891      1.1     skrll 
   1892      1.1     skrll 	* config/tc-hppa.c (pa_block): Allocate just one byte for the
   1893      1.1     skrll 	fill pattern.
   1894      1.1     skrll 
   1895      1.1     skrll 2005-06-08  James E Wilson  <wilson (a] specifixinc.com>
   1896      1.1     skrll 
   1897      1.1     skrll 	PR 994
   1898      1.1     skrll 	* config/tc-ia64.c (slot_index): Revert last change.  If first_frag
   1899      1.1     skrll 	is NULL, then emit a warning, and return the current index.
   1900      1.1     skrll 
   1901      1.1     skrll 2005-06-08  Tomas Hurka  <tom (a] hukatronic.cz>
   1902      1.1     skrll 
   1903      1.1     skrll 	PR 991
   1904      1.1     skrll 	* config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
   1905      1.1     skrll 	temporary copy of the operands array so that changes can be safely
   1906      1.1     skrll 	backed out if the insn does not match.
   1907      1.1     skrll 	(m68k_compare_opcode): Shortcut the test when the parameters are
   1908      1.1     skrll 	the same.  Return 1 if the names match but the second opcode is
   1909      1.1     skrll 	further on in the array than the first.
   1910      1.1     skrll 
   1911      1.1     skrll 2005-06-08  Nick Clifton  <nickc (a] redhat.com>
   1912      1.1     skrll 
   1913      1.1     skrll 	PR 994
   1914      1.1     skrll 	* config/tc-ia64.c (slot_index): Check for a NULL first_frag.
   1915      1.1     skrll 
   1916      1.1     skrll 2005-06-08  Kazuhiro Inaoka <inaoka.kazuhiro (a] renesas.com>
   1917      1.1     skrll 
   1918      1.1     skrll 	* config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
   1919      1.1     skrll 
   1920      1.1     skrll 2005-06-07  Aldy Hernandez  <aldyh (a] redhat.com>
   1921      1.1     skrll 	    Michael Snyder  <msnyder (a] redhat.com>
   1922      1.1     skrll 	    Stan Cox  <scox (a] redhat.com>
   1923      1.1     skrll 
   1924      1.1     skrll 	* configure.in: Add ms1 case.
   1925      1.1     skrll 
   1926      1.1     skrll 	* configure: Regenerate.
   1927      1.1     skrll 
   1928      1.1     skrll 	* configure.tgt: Add ms1 case.
   1929      1.1     skrll 
   1930      1.1     skrll 2005-06-07  Bob Wilson  <bob.wilson (a] acm.org>
   1931      1.1     skrll 
   1932      1.1     skrll 	* config/tc-xtensa.h (resource_table): Change units to unsigned chars.
   1933      1.1     skrll 	* config/tc-xtensa.c (new_resource_table): Likewise.
   1934      1.1     skrll 	(resize_resource_table): Likewise.
   1935      1.1     skrll 	(release_resources): Fix assertion for unsigned values.
   1936      1.1     skrll 
   1937      1.1     skrll 2005-06-07  Zack Weinberg  <zack (a] codesourcery.com>
   1938      1.1     skrll 
   1939      1.1     skrll 	* cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
   1940      1.1     skrll 	* config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
   1941      1.1     skrll 	* config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
   1942      1.1     skrll 	* config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
   1943      1.1     skrll 	* config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
   1944      1.1     skrll 	* config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
   1945      1.1     skrll 	* config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
   1946      1.1     skrll 	* config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
   1947      1.1     skrll 	* config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
   1948      1.1     skrll 	* config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
   1949      1.1     skrll 	* config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
   1950      1.1     skrll 	* config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
   1951      1.1     skrll 	* config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
   1952      1.1     skrll 	* config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
   1953      1.1     skrll 	* config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
   1954      1.1     skrll 	* config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
   1955      1.1     skrll 	* config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
   1956      1.1     skrll 	* config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
   1957      1.1     skrll 	* config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
   1958      1.1     skrll 	* config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
   1959      1.1     skrll 	* config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
   1960      1.1     skrll 	* config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
   1961      1.1     skrll 	* config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
   1962      1.1     skrll 	* config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
   1963      1.1     skrll 	* config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
   1964      1.1     skrll 	* config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
   1965      1.1     skrll 	* config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
   1966      1.1     skrll 	* config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
   1967      1.1     skrll 	* config/tc-xtensa.c, config/tc-z8k.c:
   1968      1.1     skrll 	Replace all instances of the string "_apply_fix3" with
   1969      1.1     skrll 	"_apply_fix".
   1970      1.1     skrll 	* po/POTFILES.in, po/gas.pot: Regenerate.
   1971      1.1     skrll 
   1972      1.1     skrll 2005-06-08  Alan Modra  <amodra (a] bigpond.net.au>
   1973      1.1     skrll 
   1974      1.1     skrll 	* Makefile.am: Run "make dep-am".
   1975      1.1     skrll 	(POTFILES): Remove GAS_CFILES.
   1976      1.1     skrll 	* Makefile.in: Regenerate.
   1977      1.1     skrll 
   1978      1.1     skrll 2005-06-07  David Ung  <davidu (a] mips.com>
   1979      1.1     skrll 
   1980      1.1     skrll 	* config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
   1981      1.1     skrll 	24kc, 24kf and 24kfx under MIPS32 release 2.
   1982      1.1     skrll 
   1983      1.1     skrll 2005-06-04  Nick Clifton  <nickc (a] redhat.com>
   1984      1.1     skrll 
   1985      1.1     skrll 	* config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
   1986      1.1     skrll 	to their Thumb-enabled equivalents.
   1987      1.1     skrll 
   1988      1.1     skrll 2005-06-01  Maciej W. Rozycki  <macro (a] linux-mips.org>
   1989      1.1     skrll 
   1990      1.1     skrll 	* config/tc-mips.c (load_register): Add leading "0x" to the
   1991      1.1     skrll 	output of sprintf_vma().
   1992      1.1     skrll 	(macro): Likewise.
   1993      1.1     skrll 
   1994      1.1     skrll 2005-06-01  Nick Clifton  <nickc (a] redhat.com>
   1995      1.1     skrll 
   1996      1.1     skrll 	* config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
   1997      1.1     skrll 	test for the presence of thumb version of the parsing functions
   1998      1.1     skrll 	since they must always exist and the test generates a compile time
   1999      1.1     skrll 	warning message.
   2000      1.1     skrll 
   2001      1.1     skrll 2005-05-31  Richard Henderson  <rth (a] redhat.com>
   2002      1.1     skrll 
   2003      1.1     skrll 	* config/tc-alpha.c (O_lituse_jsrdirect): New.
   2004      1.1     skrll 	(alpha_reloc_op): Add it.
   2005      1.1     skrll 	(debug_exp): Handle it.
   2006      1.1     skrll 	(DUMMY_RELOC_LITUSE_JSRDIRECT): New.
   2007      1.1     skrll 	(emit_insn): Handle it.
   2008      1.1     skrll 	* doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
   2009      1.1     skrll 
   2010      1.1     skrll 2005-05-31  Christian Groessler  <chris (a] groessler.org>
   2011      1.1     skrll 
   2012      1.1     skrll 	* write.c (dump_section_relocs): Convert to ISO-C.
   2013      1.1     skrll 	(write_relocs): Avoid signed/unsigned and fprintf argument
   2014      1.1     skrll 	warnings in debug code.
   2015      1.1     skrll 
   2016      1.1     skrll 2005-05-26  Zack Weinberg  <zack (a] codesourcery.com>
   2017      1.1     skrll 
   2018      1.1     skrll 	* config/tc-arm.h (TC_FIX_TYPE): Change to int.
   2019      1.1     skrll 	(TC_INIT_FIX_DATA): Initialize to 0, not NULL.
   2020      1.1     skrll 	* config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
   2021      1.1     skrll 	(md_apply_fix3): Delete fix_is_thumb variable; refer to
   2022      1.1     skrll 	fixP->tc_fix_data directly in the sole place it was used.
   2023      1.1     skrll 	Explicitly truncate value, *valP, fixP->fx_addnumber, and
   2024      1.1     skrll 	fixP->fx_offset to 32 bits, for consistent behavior between 32-
   2025      1.1     skrll 	and 64-bit hosts.
   2026      1.1     skrll 
   2027      1.1     skrll 2005-05-27  Jan Beulich  <jbeulich (a] novell.com>
   2028      1.1     skrll 
   2029      1.1     skrll 	* config/tc-ia64.c (struct proc_pending): New.
   2030      1.1     skrll 	(unwind): Replace proc_start with proc_pending.
   2031      1.1     skrll 	(unwind_diagnostic): Check unwind.proc_pending.sym.
   2032      1.1     skrll 	(dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
   2033      1.1     skrll 	Check if previous proc not closed. Record all entry points.
   2034      1.1     skrll 	(dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
   2035      1.1     skrll 	Set symbol sizes for entry points recorded in dot_proc. Check
   2036      1.1     skrll 	arguments for consistency with respective .proc's.
   2037      1.1     skrll 	(md_assemble): Replace unwind.proc_start with
   2038      1.1     skrll 	unwind.proc_pending.sym.
   2039      1.1     skrll 
   2040      1.1     skrll 2005-05-27  Jan Beulich  <jbeulich (a] novell.com>
   2041      1.1     skrll 
   2042      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
   2043      1.1     skrll 	and last_ptr. Check all in-use slots for first one with non-NULL
   2044      1.1     skrll 	unwind_record. Don't reload end_ptr before second update round.
   2045      1.1     skrll 
   2046      1.1     skrll 2005-05-26  James E Wilson  <wilson (a] specifixinc.com>
   2047      1.1     skrll 
   2048      1.1     skrll 	* config/tc-ia64.c (extra_goodness): Update comment.
   2049      1.1     skrll 	(md_begin): Add debugging code to print best_template table.
   2050      1.1     skrll 
   2051      1.1     skrll 2005-05-25  Jan Beulich  <jbeulich (a] novell.com>
   2052      1.1     skrll 
   2053      1.1     skrll 	* config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
   2054      1.1     skrll 	template.
   2055      1.1     skrll 
   2056      1.1     skrll 2005-05-25  Jan Beulich  <jbeulich (a] novell.com>
   2057      1.1     skrll 
   2058      1.1     skrll 	* config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
   2059      1.1     skrll 	BFD_RELOC_UNUSED when determining the width of the reloc.
   2060      1.1     skrll 
   2061      1.1     skrll 2005-05-25  Jan Beulich  <jbeulich (a] novell.com>
   2062      1.1     skrll 
   2063      1.1     skrll 	* config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
   2064      1.1     skrll 	section entry.
   2065      1.1     skrll 
   2066      1.1     skrll 2005-05-25  Jan Beulich  <jbeulich (a] novell.com>
   2067      1.1     skrll 
   2068      1.1     skrll 	* config/tc-ia64.c (dot_radix): Rewrite.
   2069      1.1     skrll 
   2070      1.1     skrll 2005-05-25  Jan Beulich  <jbeulich (a] novell.com>
   2071      1.1     skrll 
   2072      1.1     skrll 	* config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
   2073      1.1     skrll 	and next_slot_frag.
   2074      1.1     skrll 	(alloc_record): Remove references to next_slot_number and
   2075      1.1     skrll 	next_slot_frag.
   2076      1.1     skrll 	(emit_one_bundle): Likewise.
   2077      1.1     skrll 
   2078      1.1     skrll 2005-05-22  Nick Clifton  <nickc (a] redhat.com>
   2079      1.1     skrll 
   2080      1.1     skrll 	* config/tc-v850.c (md_apply_fix3): Pass the address of the
   2081      1.1     skrll 	message buffer when invoking the insert function.
   2082      1.1     skrll 
   2083      1.1     skrll 2005-05-21  John David Anglin  <dave.anglin (a] nrc-cnrc.gc.ca>
   2084      1.1     skrll 
   2085      1.1     skrll 	* config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
   2086      1.1     skrll 	only if an instruction match is found.
   2087      1.1     skrll 
   2088      1.1     skrll 2005-05-20  Bob Wilson  <bob.wilson (a] acm.org>
   2089      1.1     skrll 
   2090      1.1     skrll 	* config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
   2091      1.1     skrll 	to addition in argument to xtensa_dwarf2_emit_insn.
   2092      1.1     skrll 
   2093      1.1     skrll 2005-05-19  Zack Weinberg  <zack (a] codesourcery.com>
   2094      1.1     skrll 
   2095      1.1     skrll 	* Makefile.am: Have 'all' depend on 'info'.
   2096      1.1     skrll 	* Makefile.in: Regenerate.
   2097      1.1     skrll 
   2098      1.1     skrll 2005-05-19  Alan Modra  <amodra (a] bigpond.net.au>
   2099      1.1     skrll 
   2100      1.1     skrll 	* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
   2101      1.1     skrll 
   2102      1.1     skrll 2005-05-19  Anton Blanchard  <anton (a] samba.org>
   2103      1.1     skrll 
   2104      1.1     skrll 	* config/tc-ppc.c (parse_cpu): Handle "-mpower5".
   2105      1.1     skrll 	(md_show_usage): Document it.
   2106      1.1     skrll 	(ppc_setup_opcodes): Insert POWER5 mnemonics.
   2107      1.1     skrll 	* doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
   2108      1.1     skrll 
   2109      1.1     skrll 2005-05-19  Jan Beulich  <jbeulich (a] novell.com>
   2110      1.1     skrll 
   2111      1.1     skrll 	* config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
   2112      1.1     skrll 	relocations in unwind section.
   2113      1.1     skrll 
   2114      1.1     skrll 2005-05-18  Nick Clifton  <nickc (a] redhat.com>
   2115      1.1     skrll 
   2116      1.1     skrll 	* config/tc-v850.c (md_apply_fix3): Only use the insertion routine
   2117      1.1     skrll 	if one exists.  Ignore any error messages it may produce, just
   2118      1.1     skrll 	allow it to perform the insertion.
   2119      1.1     skrll 
   2120      1.1     skrll 2005-05-17  Zack Weinberg  <zack (a] codesourcery.com>
   2121      1.1     skrll 
   2122      1.1     skrll 	* hash.c (hash_lookup): Add len parameter.  All callers changed.
   2123      1.1     skrll 	(hash_find_n): New interface.
   2124      1.1     skrll 	* hash.h: Prototype hash_find_n.
   2125      1.1     skrll 	* sb.c: Include as.h.
   2126      1.1     skrll 	(scrub_from_sb, sb_to_scrub, scrub_position): New statics.
   2127      1.1     skrll 	(sb_scrub_and_add_sb): New interface.
   2128      1.1     skrll 	* sb.h: Prototype sb_scrub_and_add_sb.
   2129      1.1     skrll 	* input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
   2130      1.1     skrll 
   2131      1.1     skrll 	* config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
   2132      1.1     skrll 	reference to BFD_RELOC_ARM_GOT12 which is never generated.
   2133      1.1     skrll 	* config/tc-arm.c: Rewrite, adding Thumb-2 support.
   2134      1.1     skrll 
   2135      1.1     skrll 2005-05-17  Daniel Jacobowitz  <dan (a] codesourcery.com>
   2136      1.1     skrll 
   2137      1.1     skrll 	* doc/Makefile.am (gasver.texi): Don't use $<.
   2138      1.1     skrll 	* doc/Makefile.in: Regenerated.
   2139      1.1     skrll 
   2140      1.1     skrll 2005-05-17  Nick Clifton  <nickc (a] redhat.com>
   2141      1.1     skrll 
   2142      1.1     skrll 	PR 876
   2143      1.1     skrll 	* symbols.c (resolve_symbol_value): Do not move symbols whose
   2144      1.1     skrll 	value expression has not been resolved or finalized into the
   2145      1.1     skrll 	absolute section as this will confuse other parts of the assembler
   2146      1.1     skrll 	into thinking that their value is zero.
   2147      1.1     skrll 
   2148      1.1     skrll 2005-05-17  Jan Beulich  <jbeulich (a] novell.com>
   2149      1.1     skrll 
   2150      1.1     skrll 	* read.c (_find_end_of_line): New.
   2151      1.1     skrll 	(find_end_of_line): New.
   2152      1.1     skrll 	(HANDLE_CONDITIONAL_ASSEMBLY): Use it.
   2153      1.1     skrll 	(read_a_source_file): Use it.
   2154      1.1     skrll 	(s_globl): Use it.
   2155      1.1     skrll 	(s_macro): Use it.
   2156      1.1     skrll 	(get_line_sb): Use it.
   2157      1.1     skrll 	(s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
   2158      1.1     skrll 	(s_comm_internal): Likewise.
   2159      1.1     skrll 	(s_lsym): Likewise.
   2160      1.1     skrll 	(s_macro): Likewise.
   2161      1.1     skrll 	(s_ignore): Use ignore_rest_of_line.
   2162      1.1     skrll 	* read.h (find_end_of_line): Prototype.
   2163      1.1     skrll 	(discard_rest_of_line): Remove prototype. #define to
   2164      1.1     skrll 	ignore_rest_of_line.
   2165      1.1     skrll 
   2166      1.1     skrll 2005-05-17  Nick Clifton  <nickc (a] redhat.com>
   2167      1.1     skrll 
   2168      1.1     skrll 	* config/tc-v850,h (TC_FIX_TYPE): Define.
   2169      1.1     skrll 	(TC_INIT_FIX_TYPE): Define.
   2170      1.1     skrll 	* config/tc-v850.c (md_assemble): When creating a fix record the
   2171      1.1     skrll 	operand in the tc_fix_data field.
   2172      1.1     skrll 	(md_apply_fix3): When applying a resolved fix use the operand's
   2173      1.1     skrll 	insertion procedure to store the value, if the operand has been
   2174      1.1     skrll 	recorded.
   2175      1.1     skrll 
   2176      1.1     skrll 2005-05-15  Daniel Jacobowitz  <dan (a] codesourcery.com>
   2177      1.1     skrll 
   2178      1.1     skrll 	* Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
   2179      1.1     skrll 	invocation.
   2180      1.1     skrll 	* Makefile.in: Regenerated.
   2181      1.1     skrll 
   2182      1.1     skrll 2005-05-13  Sterling Augustine  <sterling (a] tensilica.com>
   2183      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
   2184      1.1     skrll 
   2185      1.1     skrll 	* config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
   2186      1.1     skrll 	message.
   2187      1.1     skrll 	(xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
   2188      1.1     skrll 	for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
   2189      1.1     skrll 
   2190      1.1     skrll 2005-05-11  Alan Modra  <amodra (a] bigpond.net.au>
   2191      1.1     skrll 
   2192      1.1     skrll 	* config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
   2193      1.1     skrll 	BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
   2194      1.1     skrll 
   2195      1.1     skrll 2005-05-10  Michael Matz  <matz (a] suse.de>
   2196      1.1     skrll 
   2197      1.1     skrll 	* frags.c (frag_grow): Don't be too greedy in allocating memory.
   2198      1.1     skrll 
   2199      1.1     skrll 	* config/tc-hppa.c (pa_block): Check arguments to .block[z].
   2200      1.1     skrll 
   2201      1.1     skrll 2005-05-10  Hans-Peter Nilsson  <hp (a] bitrange.com>
   2202      1.1     skrll 
   2203      1.1     skrll 	PR binutils/886
   2204      1.1     skrll 	* config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
   2205      1.1     skrll 	Handle label-without-colon before ordinary dot-pseudo as an
   2206      1.1     skrll 	ordinary label.  Don't leak memory for label-without-colon alone
   2207      1.1     skrll 	on a line.  Don't mmixal-munge operands for dot-pseudos.
   2208      1.1     skrll 
   2209      1.1     skrll 2005-05-10  Jan Beulich  <jbeulich (a] novell.com>
   2210      1.1     skrll 
   2211      1.1     skrll 	* macro.c (get_any_string): Remove the two last parameters. Replace
   2212      1.1     skrll 	references to the former expand parameter by using macro_alternate.
   2213      1.1     skrll 	Simplify loop condition for checking for end-of-string.
   2214      1.1     skrll 	(get_string): Remove redunant call to sb_skip_white.
   2215      1.1     skrll 	(do_formals): Remove two last arguments to get_any_string.
   2216      1.1     skrll 	(macro_expand): Likewise.
   2217      1.1     skrll 	(expand_irp): Likewise.
   2218      1.1     skrll 
   2219      1.1     skrll 2005-05-10  Jan Beulich  <jbeulich (a] novell.com>
   2220      1.1     skrll 
   2221      1.1     skrll 	* read.c (s_macro): Move local variable 'local' to smaller scope.
   2222      1.1     skrll 	Call sb_kill on it when done.
   2223      1.1     skrll 
   2224      1.1     skrll 2005-05-09  Jan Beulich  <jbeulich (a] novell.com>
   2225      1.1     skrll 
   2226      1.1     skrll 	* config/tc-i386.c (optimize_disp): Discard displacement entirely
   2227      1.1     skrll 	when zero and not required by encoding constraints.
   2228      1.1     skrll 
   2229      1.1     skrll 2005-05-09  H.J. Lu  <hongjiu.lu (a] intel.com>
   2230      1.1     skrll 
   2231      1.1     skrll 	PR 936
   2232      1.1     skrll 	* config/tc-sh64.c (sh64_fake_label): New.
   2233      1.1     skrll 
   2234      1.1     skrll 	* config/tc-sh64.h (TC_FAKE_LABEL): New.
   2235      1.1     skrll 
   2236      1.1     skrll 	* doc/internals.texi (TC_FAKE_LABEL): Document.
   2237      1.1     skrll 
   2238      1.1     skrll 	* write.c (TC_FAKE_LABEL): New.
   2239      1.1     skrll 	(adjust_reloc_syms): Use it.
   2240      1.1     skrll 	(write_object_file): Likewise.
   2241      1.1     skrll 
   2242      1.1     skrll 2005-05-09  Jan Beulich  <jbeulich (a] novell.com>
   2243      1.1     skrll 
   2244      1.1     skrll 	* config/tc-i386.c (parse_insn): Disallow use of prefix separator
   2245      1.1     skrll 	and comma in Intel mode.
   2246      1.1     skrll 
   2247      1.1     skrll 2005-05-09  Jan Beulich  <jbeulich (a] novell.com>
   2248      1.1     skrll 
   2249      1.1     skrll 	* config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
   2250      1.1     skrll 	names to match ABI. Add more registers for 32-bit and 64-bit modes.
   2251      1.1     skrll 	Make name array static and const. Adjust lookup to account for NULL
   2252      1.1     skrll 	entries (standing for unused register numbers).
   2253      1.1     skrll 
   2254      1.1     skrll 2005-05-09  Jan Beulich  <jbeulich (a] novell.com>
   2255      1.1     skrll 
   2256      1.1     skrll 	* config/tc-i386.c (parse_insn): Consider all matching instructions
   2257      1.1     skrll 	when checking for string instruction after string-only prefix.
   2258      1.1     skrll 
   2259      1.1     skrll 2005-05-07  H.J. Lu  <hongjiu.lu (a] intel.com>
   2260      1.1     skrll 
   2261      1.1     skrll 	PR 940
   2262      1.1     skrll 	* config/tc-ia64.c (start_unwind_section): Properly check
   2263      1.1     skrll 	comdat group with SHF_GROUP.
   2264      1.1     skrll 
   2265      1.1     skrll 2005-05-06  Bob Wilson  <bob.wilson (a] acm.org>
   2266      1.1     skrll 
   2267      1.1     skrll 	* doc/c-xtensa.texi (Literal Directive): Spelling correction.
   2268      1.1     skrll 
   2269      1.1     skrll 2005-05-06  Bob Wilson  <bob.wilson (a] acm.org>
   2270      1.1     skrll 
   2271      1.1     skrll 	* config/tc-xtensa.c: Remove excess whitespace.
   2272      1.1     skrll 	* config/tc-xtensa.h: Likewise.
   2273      1.1     skrll 	* config/xtensa-istack.h: Likewise.
   2274      1.1     skrll 	* config/xtensa-relax.c: Likewise.
   2275      1.1     skrll 	* config/xtensa-relax.h: Likewise.
   2276      1.1     skrll 
   2277      1.1     skrll 2005-05-06  Nick Clifton  <nickc (a] redhat.com>
   2278      1.1     skrll 
   2279      1.1     skrll 	* sb.h: Fix formatting of comments.
   2280      1.1     skrll 	* sb.c: Fix formatting of comments.
   2281      1.1     skrll 
   2282      1.1     skrll 2005-05-06  Jan Beulich  <jbeulich (a] novell.com>
   2283      1.1     skrll 
   2284      1.1     skrll 	* sb.h (sb_add_buffer): Reintroduce.
   2285      1.1     skrll 	* sb.c (sb_add_buffer): Likewise.
   2286      1.1     skrll 
   2287      1.1     skrll 2005-05-06  Jan Beulich  <jbeulich (a] novell.com>
   2288      1.1     skrll 
   2289      1.1     skrll 	* macro.c (new_formal, del_formal): New.
   2290      1.1     skrll 	(do_formals): Use new_formal. Check for and parse qualifier. Warn if
   2291      1.1     skrll 	required argument has default value. Stop looking for more formal
   2292      1.1     skrll 	when there was a vararg one.
   2293      1.1     skrll 	(macro_expand_body): Use new_formal and del_formal.
   2294      1.1     skrll 	(macro_expand): Likewise. Initialize local variable err. Don't
   2295      1.1     skrll 	return immediately when encountering an error. Warn when keyword
   2296      1.1     skrll 	argument already had a value assigned. Eliminate duplicate clearing
   2297      1.1     skrll 	of argument value. When current positional argument matches parameter
   2298      1.1     skrll 	of vararg type, assign to it all the remaining arguments. Issue error
   2299      1.1     skrll 	when required parameter does not have value.
   2300      1.1     skrll 	(free_macro): Use del_formal.
   2301      1.1     skrll 	(expand_irp): Initialize formal type. Free buffers associated with
   2302      1.1     skrll 	formal prior to returning.
   2303      1.1     skrll 	* macro.h (struct formal_struct): Add new field 'type' with new
   2304      1.1     skrll 	enumeration type 'formal_type'.
   2305      1.1     skrll 	* doc/as.texinfo: Document macro parameter qualifiers.
   2306      1.1     skrll 	* NEWS: Mention new functionality.
   2307      1.1     skrll 
   2308      1.1     skrll 2005-05-06  Jan Beulich  <jbeulich (a] novell.com>
   2309      1.1     skrll 
   2310      1.1     skrll 	* cond.c (s_ifb): New.
   2311      1.1     skrll 	* read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
   2312      1.1     skrll 	* read.h (s_ifb): Prototype.
   2313      1.1     skrll 	* doc/as.texinfo: Document .ifb and .ifnb.
   2314      1.1     skrll 
   2315      1.1     skrll 2005-05-05  Steve Ellcey  <sje (a] cup.hp.com>
   2316      1.1     skrll 
   2317      1.1     skrll 	* config/tc-ia64.c (MIN): Undef.
   2318      1.1     skrll 
   2319      1.1     skrll 2005-05-05  Paul Brook  <paul (a] codesourcery.com>
   2320      1.1     skrll 
   2321      1.1     skrll 	* config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
   2322      1.1     skrll 
   2323      1.1     skrll 2005-05-05  Matt Thomas <matt (a] 3am-software.com>
   2324      1.1     skrll 
   2325      1.1     skrll 	* config/tc-vax.c (md_assemble): Don't assume a valueT is 4
   2326      1.1     skrll 	bytes.
   2327      1.1     skrll 
   2328      1.1     skrll 2005-05-05  Nick Clifton  <nickc (a] redhat.com>
   2329      1.1     skrll 
   2330      1.1     skrll 	* Update the address and phone number of the FSF organization in
   2331      1.1     skrll 	the GPL notices in the following files:
   2332      1.1     skrll 	COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
   2333      1.1     skrll 	bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
   2334      1.1     skrll 	dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
   2335      1.1     skrll 	emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
   2336      1.1     skrll 	flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
   2337      1.1     skrll 	input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
   2338      1.1     skrll 	itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
   2339      1.1     skrll 	literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
   2340      1.1     skrll 	output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
   2341      1.1     skrll 	struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
   2342      1.1     skrll 	write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
   2343      1.1     skrll 	config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
   2344      1.1     skrll 	config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
   2345      1.1     skrll 	config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
   2346      1.1     skrll 	config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
   2347      1.1     skrll 	config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
   2348      1.1     skrll 	config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
   2349      1.1     skrll 	config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
   2350      1.1     skrll 	config/obj-multi.h, config/obj-som.c, config/obj-som.h,
   2351      1.1     skrll 	config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
   2352      1.1     skrll 	config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
   2353      1.1     skrll 	config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
   2354      1.1     skrll 	config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
   2355      1.1     skrll 	config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
   2356      1.1     skrll 	config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
   2357      1.1     skrll 	config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
   2358      1.1     skrll 	config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
   2359      1.1     skrll 	config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
   2360      1.1     skrll 	config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
   2361      1.1     skrll 	config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
   2362      1.1     skrll 	config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
   2363      1.1     skrll 	config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
   2364      1.1     skrll 	config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
   2365      1.1     skrll 	config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
   2366      1.1     skrll 	config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
   2367      1.1     skrll 	config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
   2368      1.1     skrll 	config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
   2369      1.1     skrll 	config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
   2370      1.1     skrll 	config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
   2371      1.1     skrll 	config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
   2372      1.1     skrll 	config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
   2373      1.1     skrll 	config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
   2374      1.1     skrll 	config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
   2375      1.1     skrll 	config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
   2376      1.1     skrll 	config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
   2377      1.1     skrll 	config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
   2378      1.1     skrll 	config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
   2379      1.1     skrll 	config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
   2380      1.1     skrll 	config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
   2381      1.1     skrll 	config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
   2382      1.1     skrll 	config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
   2383      1.1     skrll 	config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
   2384      1.1     skrll 	config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
   2385      1.1     skrll 	config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
   2386      1.1     skrll 	config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
   2387      1.1     skrll 	config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
   2388      1.1     skrll 	config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
   2389      1.1     skrll 	config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
   2390      1.1     skrll 	config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
   2391      1.1     skrll 	config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
   2392      1.1     skrll 	config/xtensa-istack.h, config/xtensa-relax.c,
   2393      1.1     skrll 	config/xtensa-relax.h, doc/fdl.texi
   2394      1.1     skrll 
   2395      1.1     skrll 2005-05-05  Nick Clifton  <nickc (a] redhat.com>
   2396      1.1     skrll 
   2397      1.1     skrll 	* config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
   2398      1.1     skrll 	the target_big_endian variable to false.
   2399      1.1     skrll 
   2400      1.1     skrll 2005-05-04  Alan Modra  <amodra (a] bigpond.net.au>
   2401      1.1     skrll 
   2402      1.1     skrll 	* config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
   2403      1.1     skrll 	list traversal.  Use bfd_section_list_prepend.
   2404      1.1     skrll 	* config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
   2405      1.1     skrll 	over the section list.
   2406      1.1     skrll 	* config/tc-xtensa.c (xtensa_remove_section): Delete.
   2407      1.1     skrll 	(xtensa_insert_section): Delete.
   2408      1.1     skrll 	(xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
   2409      1.1     skrll 	and bfd_section_list_prepend.
   2410      1.1     skrll 	(xtensa_reorder_seg_list): Use bfd_section_list_remove and
   2411      1.1     skrll 	bfd_section_list_insert_after.
   2412      1.1     skrll 
   2413      1.1     skrll 2005-05-03  Nick Clifton  <nickc (a] redhat.com>
   2414      1.1     skrll 
   2415      1.1     skrll 	* config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
   2416      1.1     skrll 	of bfd_section_list... macros.
   2417      1.1     skrll 	* config/tc-mmix.c (mmix_frob_file): Likewise.
   2418      1.1     skrll 	* config/tc-xtensa.c (xtensa_remove_section): Likewise.
   2419      1.1     skrll 	(xtensa_insert_section): Likewise.
   2420      1.1     skrll 
   2421      1.1     skrll 	* macro.c (macro_hash): Remove static.
   2422      1.1     skrll 	* macro.h (macro_hash): Provide an external declaration.
   2423      1.1     skrll 
   2424      1.1     skrll 2005-05-02  H.J. Lu  <hongjiu.lu (a] intel.com>
   2425      1.1     skrll 
   2426      1.1     skrll 	* write.c (write_object_file): Use bfd_section_double_list_remove
   2427      1.1     skrll 	to remove sections.
   2428      1.1     skrll 
   2429      1.1     skrll 2005-05-02  Daniel Jacobowitz  <dan (a] codesourcery.com>
   2430      1.1     skrll 
   2431      1.1     skrll 	* doc/Makefile.am (gasver.texi): Correct quoting.
   2432      1.1     skrll 	* doc/Makefile.in: Regenerated.
   2433      1.1     skrll 
   2434      1.1     skrll 2005-04-29  Ralf Corsepius <ralf.corsepius (a] rtems.org>
   2435      1.1     skrll 
   2436      1.1     skrll 	* configure.tgt: Add h8300*-*-rtemscoff.
   2437      1.1     skrll 	Switch h8300*-*-rtems* to elf.
   2438      1.1     skrll 
   2439      1.1     skrll 2005-04-29  H.J. Lu  <hongjiu.lu (a] intel.com>
   2440      1.1     skrll 
   2441      1.1     skrll 	* hash.c: Undo the last change.
   2442      1.1     skrll 	* hash.h: Likewise.
   2443      1.1     skrll 
   2444      1.1     skrll 2005-04-29  Daniel Jacobowitz  <dan (a] codesourcery.com>
   2445      1.1     skrll 
   2446      1.1     skrll 	* doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
   2447      1.1     skrll 	of Makefile.
   2448      1.1     skrll 	(DISTCLEANFILES): Remove.
   2449      1.1     skrll 	(MAINTAINERCLEANFILES): Add asconfig.texi.
   2450      1.1     skrll 	* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
   2451      1.1     skrll 
   2452      1.1     skrll 2005-04-29  Ben Elliston  <bje (a] au.ibm.com>
   2453      1.1     skrll 
   2454      1.1     skrll 	* Makefile.am (GAS_CFILES): Remove bignum-copy.c.
   2455      1.1     skrll 	(GENERIC_OBJS): Likewise, remove bignum-copy.o.
   2456      1.1     skrll 	(bignum-copy.o): Remove.
   2457      1.1     skrll 	* Makefile.in: Regenerate.
   2458      1.1     skrll 	* makefile.vms (OBJS): Remove bignum-copy.obj.
   2459      1.1     skrll 	* symbols.h (local_symbol_make): Remove declaration.
   2460      1.1     skrll 	(verify_symbol_chain_2): Likewise.
   2461      1.1     skrll 	* symbols.c (local_symbol_make): Make static.
   2462      1.1     skrll 	(max_indent_level): Likewise.
   2463      1.1     skrll 	(verify_symbol_chain_2): Remove.
   2464      1.1     skrll 	* macro.c (macro_hash): Make static.
   2465      1.1     skrll 	* messages.c (fprint_value): Remove.
   2466      1.1     skrll 	* read.h (get_absolute_expr): Remove.
   2467      1.1     skrll 	(emit_leb128_expr): Likewise.
   2468      1.1     skrll 	(do_s_func): Likewise.
   2469      1.1     skrll 	* read.c (do_s_func): Make static.
   2470      1.1     skrll 	(emit_leb128_expr): Likewise.
   2471      1.1     skrll 	(get_absolute_expr): Likewise.
   2472      1.1     skrll 	* as.h (as_howmuch): Remove declaration.
   2473      1.1     skrll 	(fprint_value): Likewise.
   2474      1.1     skrll 	* as.c (myname): Make static.
   2475      1.1     skrll 	* input-scrub.c (as_howmuch): Remove.
   2476      1.1     skrll 	(as_1_char): Likewise.
   2477      1.1     skrll 	* input-file.h (input_file_is_open): Remove.
   2478      1.1     skrll 	* input-file.c (input_file_is_open): Likewise.
   2479      1.1     skrll 	* expr.h (expr_build_unary): Remove declaration.
   2480      1.1     skrll 	(expr_build_binary): Likewise.
   2481      1.1     skrll 	* expr.c (expr_build_unary): Remove.
   2482      1.1     skrll 	(expr_build_binary): Likewise.
   2483      1.1     skrll 	* hash.h (hash_replace): Remove declaration.
   2484      1.1     skrll 	(hash_delete): Likewise.
   2485      1.1     skrll 	* hash.c (hash_replace): Remove.
   2486      1.1     skrll 	(hash_delete): Likewise.
   2487      1.1     skrll 	* bignum-copy.c (bignum_copy): Move from here ..
   2488      1.1     skrll 	* config/tc-vax.c (bignum_copy): .. to here.
   2489      1.1     skrll 	* bignum.h (LOG_TO_BASE_2_OF_10): Remove.
   2490      1.1     skrll 	(bignum_copy): Remove extern declaration.
   2491      1.1     skrll 	* sb.h (string_count): Remove extern declaration.
   2492      1.1     skrll 	(sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
   2493      1.1     skrll 	(sb_name): Likewise.
   2494      1.1     skrll 	* sb.c (dsize): Replace preprocessor macro with static int.
   2495      1.1     skrll 	(string_count): Make static.
   2496      1.1     skrll 	(sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
   2497      1.1     skrll 	(sb_name): Likewise.
   2498      1.1     skrll 	* config/obj-coff.c (dim_index): Make static.
   2499      1.1     skrll 	* config/tc-i386.c (GOT_symbol): Likewise.
   2500      1.1     skrll 	(output_invalid_buf): Likewise.
   2501      1.1     skrll 	* doc/internals.texi (Warning and error messages): Remove the
   2502      1.1     skrll 	prototype for fprint_value.
   2503      1.1     skrll 
   2504      1.1     skrll 2005-04-27  Ben Elliston  <bje (a] au.ibm.com>
   2505      1.1     skrll 
   2506      1.1     skrll 	* link.cmd: Remove.
   2507      1.1     skrll 
   2508      1.1     skrll 2005-04-26  H.J. Lu  <hongjiu.lu (a] intel.com>
   2509      1.1     skrll 
   2510      1.1     skrll 	* config/obj-multi.h (FAKE_LABEL_NAME): Defined.
   2511      1.1     skrll 
   2512      1.1     skrll 	* read.c (pseudo_set): Disallow symbol set to common symbol.
   2513      1.1     skrll 
   2514      1.1     skrll 	PR 857
   2515      1.1     skrll 	* write.c (write_object_file): Report common symbol name when
   2516      1.1     skrll 	disallowing local symbol set to common symbol.
   2517      1.1     skrll 	(adjust_reloc_syms): Disallow local symbol set to undefined
   2518      1.1     skrll 	symbol.
   2519      1.1     skrll 
   2520      1.1     skrll 2005-04-25  Jan Beulich  <jbeulich (a] novell.com>
   2521      1.1     skrll 
   2522      1.1     skrll 	* macro.c (macro_expand_body): Replace locals indicator parameters
   2523      1.1     skrll 	with actual macro_entry. New local variables macro_line and err.
   2524      1.1     skrll 	Don't return when encountering an error, just record the fact.
   2525      1.1     skrll 	Detect local symbol name colliding with parameter. Track line number
   2526      1.1     skrll 	inside of macro expansion.
   2527      1.1     skrll 	(do_formals): Move local variable name to wider scope. Check
   2528      1.1     skrll 	parameter of the same name doesn't already exist. In MRI mode, also
   2529      1.1     skrll 	check it doesn't collide with the argument count pseudo-parameter).
   2530      1.1     skrll 	(define_macro): Add file and line number parameters. Remove local
   2531      1.1     skrll 	variable namestr. New local variable error. Initialize macro_entry
   2532      1.1     skrll 	members file, line, and name. Don't return when encountering an
   2533      1.1     skrll 	error, just record the fact. Use %s in some diagnostics for read.c
   2534      1.1     skrll 	to insert the macro name. Free macro_entry on error.
   2535      1.1     skrll 	(macro_expand): Pass macro_entry to macro_epand_body. Don't return
   2536      1.1     skrll 	when encountering an error, just record the fact.
   2537      1.1     skrll 	(expand_irp): Don't return when encountering an error, just record
   2538      1.1     skrll 	the fact.
   2539      1.1     skrll 	* macro.h (macro_struct): New members name, file, and line.
   2540      1.1     skrll 	(define_macro): Add file and line number parameters.
   2541      1.1     skrll 	* read.c (s_macro): Pass file and line to define_macro. Tag warning
   2542      1.1     skrll 	regarding pseudo-op redefinition with the file/line that macro
   2543      1.1     skrll 	definition started at.
   2544      1.1     skrll 
   2545      1.1     skrll 2005-04-22  Bob Wilson  <bob.wilson (a] acm.org>
   2546      1.1     skrll 
   2547      1.1     skrll 	* config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
   2548      1.1     skrll 	(future_alignment_required): Remove ifdefs that use it.
   2549      1.1     skrll 
   2550      1.1     skrll 2005-04-22  Bob Wilson  <bob.wilson (a] acm.org>
   2551      1.1     skrll 
   2552      1.1     skrll 	* config/tc-xtensa.c (xg_get_build_instr_size): Remove.
   2553      1.1     skrll 	(xg_is_narrow_insn, xg_expand_narrow): Remove.  Merge into...
   2554      1.1     skrll 	(xg_is_single_relaxable_insn): ...here.  Add "targ" and "narrow_only"
   2555      1.1     skrll 	parameters.
   2556      1.1     skrll 	(xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements,
   2557      1.1     skrll 	convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
   2558      1.1     skrll 
   2559      1.1     skrll 2005-04-21  Christian Groessler  <chris (a] groessler.org>
   2560      1.1     skrll 
   2561      1.1     skrll 	* config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
   2562      1.1     skrll 	array.
   2563      1.1     skrll 
   2564      1.1     skrll 2005-04-20  H.J. Lu  <hongjiu.lu (a] intel.com>
   2565      1.1     skrll 
   2566      1.1     skrll 	* config/obj-aout.h (S_IS_EXTERN): Removed.
   2567      1.1     skrll 	* config/obj-bout.h (S_IS_EXTERN): Likewise.
   2568      1.1     skrll 	* config/obj-coff.h (S_IS_EXTERN): Likewise.
   2569      1.1     skrll 	* symbols.c (S_IS_EXTERN): Likewise.
   2570      1.1     skrll 	* symbols.h (S_IS_EXTERN): Likewise.
   2571      1.1     skrll 
   2572      1.1     skrll 	* config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with
   2573      1.1     skrll 	S_IS_EXTERNAL.
   2574      1.1     skrll 	* config/tc-d10v.c (md_apply_fix3): Likewise.
   2575      1.1     skrll 	* config/tc-ia64.c (ia64_fix_adjustable): Likewise.
   2576      1.1     skrll 	* config/tc-iq2000.c (iq2000_fix_adjustable): Likewise.
   2577      1.1     skrll 	* config/tc-m32r.c (m32r_fix_adjustable): Likewise.
   2578      1.1     skrll 	* config/tc-mmix.c (mmix_adjust_symtab): Likewise.
   2579      1.1     skrll 	* config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise.
   2580      1.1     skrll 	(shmedia_md_convert_frag): Likewise.
   2581      1.1     skrll 	* symbols.c (print_symbol_value_1): Likewise.
   2582      1.1     skrll 	* write.c (write_object_file): Likewise.
   2583      1.1     skrll 
   2584      1.1     skrll 2005-04-20  Nick Clifton  <nickc (a] redhat.com>
   2585      1.1     skrll 
   2586      1.1     skrll 	* config/tc-xtensa.c (get_aligned_diff): Change type of
   2587      1.1     skrll 	branch_align to offsetT so that its signedness matches that of
   2588      1.1     skrll 	target_size.
   2589      1.1     skrll 
   2590      1.1     skrll 	* config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit
   2591      1.1     skrll 	number into a readable string.
   2592      1.1     skrll 	(load_register): Likewise.
   2593      1.1     skrll 
   2594      1.1     skrll 2005-04-20  Andreas Schwab  <schwab (a] suse.de>
   2595      1.1     skrll 
   2596      1.1     skrll 	* config/tc-ia64.c (specify_resource): Initialize all of tmpl.
   2597      1.1     skrll 
   2598      1.1     skrll 2005-04-19  David S. Miller  <davem (a] davemloft.net>
   2599      1.1     skrll 
   2600      1.1     skrll 	* config/tc-sparc.c (md_assemble): If sparc_ip gives us a
   2601      1.1     skrll 	NULL insn, exit early.  Remove now spurious NULL checks.
   2602      1.1     skrll 	(sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
   2603      1.1     skrll 	to NULL and exit.
   2604      1.1     skrll 
   2605      1.1     skrll 2005-04-19  Jan Beulich  <jbeulich (a] novell.com>
   2606      1.1     skrll 
   2607      1.1     skrll 	* symbols.h (symbol_find_base): Remove prototype.
   2608      1.1     skrll 	* symbols.c (save_symbol_name): Remove code section conditional upon
   2609      1.1     skrll 	STRIP_UNDERSCORE.
   2610      1.1     skrll 	(symbol_find): Remove.
   2611      1.1     skrll 	(symbol_find_base): Rename to symbol_find.
   2612      1.1     skrll 	* subsegs.c (section_symbol): Replace use of symbol_find_base with
   2613      1.1     skrll 	symbol_find.
   2614      1.1     skrll 	* config/obj-coff.c (tag_insert): Remove code section conditional
   2615      1.1     skrll 	upon STRIP_UNDERSCORE.
   2616      1.1     skrll 	(obj_coff_def): Likewise.
   2617      1.1     skrll 	(obj_coff_endef): Replace use of symbol_find_base with symbol_find.
   2618      1.1     skrll 	(coff_frob_symbol): Likewise.
   2619      1.1     skrll 	(yank_symbols): Likewise.
   2620      1.1     skrll 	(c_section_symbol): Likewise.
   2621      1.1     skrll 	* config/obj-coff.h (DO_NOT_STRIP): Remove.
   2622      1.1     skrll 	* config/tc-arm.c (symbol_locate): Remove code section conditional
   2623      1.1     skrll 	upon STRIP_UNDERSCORE.
   2624      1.1     skrll 	* config/tc-h8300.h (DO_NOT_STRIP): Remove.
   2625      1.1     skrll 	* config/tc-h8500.h (DO_NOT_STRIP): Remove.
   2626      1.1     skrll 	* config/tc-sh.h (DO_NOT_STRIP): Remove.
   2627      1.1     skrll 	* config/tc-w65.h (DO_NOT_STRIP): Remove.
   2628      1.1     skrll 	* config/tc-z8k.h (DO_NOT_STRIP): Remove.
   2629      1.1     skrll 
   2630      1.1     skrll 2005-04-19  Andreas Schwab  <schwab (a] suse.de>
   2631      1.1     skrll 
   2632      1.1     skrll 	* config/tc-ia64.c (md_assemble): Fix error message for wrong
   2633      1.1     skrll 	access to application registers.
   2634      1.1     skrll 
   2635      1.1     skrll 2005-04-19  Jan Beulich  <jbeulich (a] novell.com>
   2636      1.1     skrll 
   2637      1.1     skrll 	* config/te-sysv32.h: Remove.
   2638      1.1     skrll 	* Makefile.am (TARG_ENV_HFILES): Remove reference to
   2639      1.1     skrll 	config/te-sysv32.h.
   2640      1.1     skrll 	* Makefile.in (TARG_ENV_HFILES): Likewise.
   2641      1.1     skrll 
   2642      1.1     skrll 2005-04-19  Jan Beulich  <jbeulich (a] novell.com>
   2643      1.1     skrll 
   2644      1.1     skrll 	PR/847
   2645      1.1     skrll 	* config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
   2646      1.1     skrll 	length symbols.
   2647      1.1     skrll 
   2648      1.1     skrll 2005-04-18  Mark Kettenis  <kettenis (a] gnu.org>
   2649      1.1     skrll 
   2650      1.1     skrll 	* config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
   2651      1.1     skrll 
   2652      1.1     skrll 2005-04-18  Maciej W. Rozycki  <macro (a] linux-mips.org>
   2653      1.1     skrll 
   2654      1.1     skrll 	* config/tc-mips.c (normalize_constant_expr): Don't check for
   2655      1.1     skrll 	HAVE_32BIT_GPRS.
   2656      1.1     skrll 	(check_absolute_expr): Only call normalize_constant_expr() if
   2657      1.1     skrll 	HAVE_32BIT_GPRS.
   2658      1.1     skrll 	(mips_ip): Likewise.
   2659      1.1     skrll 
   2660      1.1     skrll 	* config/tc-mips.c (check_absolute_expr): Fix formatting.
   2661      1.1     skrll 
   2662      1.1     skrll 2005-04-18  Jan Beulich  <jbeulich (a] novell.com>
   2663      1.1     skrll 
   2664      1.1     skrll 	* macro.c (free_token): New, freeing all the memory associated with a
   2665      1.1     skrll 	macro.
   2666      1.1     skrll 	(do_formals): Move initializers to ...
   2667      1.1     skrll 	(define_macro): ... here.
   2668      1.1     skrll 	(delete_macro): Convert passed in name to lower case. Warn when
   2669      1.1     skrll 	purging macro that doesn't exist. Use hash_jam instead of hash_delete.
   2670      1.1     skrll 
   2671      1.1     skrll 2005-04-15  Maciej W. Rozycki  <macro (a] linux-mips.org>
   2672      1.1     skrll 
   2673      1.1     skrll 	* config/tc-mips.c (normalize_constant_expr): Fix formatting.
   2674      1.1     skrll 
   2675      1.1     skrll 2005-04-15  Jan Beulich  <jbeulich (a] novell.com>
   2676      1.1     skrll 
   2677      1.1     skrll 	* config/obj-elf.c (obj_elf_struct): New.
   2678      1.1     skrll 	(elf_pseudo_table). Use it for .offset and .struct.
   2679      1.1     skrll 
   2680      1.1     skrll 2005-04-14  Bob Wilson  <bob.wilson (a] acm.org>
   2681      1.1     skrll 	    Sterling Augustine  <sterling (a] tensilica.com>
   2682      1.1     skrll 
   2683      1.1     skrll 	* config/tc-xtensa.c (get_aligned_diff): Handle target_size larger
   2684      1.1     skrll 	than the section alignment.
   2685      1.1     skrll 
   2686      1.1     skrll 2005-04-14  Bob Wilson  <bob.wilson (a] acm.org>
   2687      1.1     skrll 	    H.J. Lu  <hongjiu.lu (a] intel.com>
   2688      1.1     skrll 
   2689      1.1     skrll 	* config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
   2690      1.1     skrll 	* config/tc-xtensa.c (xg_translate_sysreg_op,
   2691      1.1     skrll 	xtensa_translate_old_userregs_ops,
   2692      1.1     skrll 	xtensa_find_unaligned_branch_targets,
   2693      1.1     skrll 	xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
   2694      1.1     skrll 	relax_frag_add_nop): Support 64-bit host.
   2695      1.1     skrll 	(xtensa_mark_literal_pool_location, xtensa_move_literals): Use
   2696      1.1     skrll 	tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
   2697      1.1     skrll 
   2698      1.1     skrll 2005-04-14  Mark Kettenis  <kettenis (a] gnu.org>
   2699      1.1     skrll 
   2700      1.1     skrll 	* configure.tgt: Add support for OpenBSD/sparc ELF.
   2701      1.1     skrll 
   2702      1.1     skrll 	* configure.tgt: Set emulation for mips-*-openbsd*.
   2703      1.1     skrll 	Remove broken mips-dec-openbsd* config.
   2704      1.1     skrll 	* configure.in: Set default ABI for mips64-*-openbsd*.
   2705      1.1     skrll 	* configure: Regenerate.
   2706      1.1     skrll 
   2707      1.1     skrll 2005-04-14  Maciej W. Rozycki  <macro (a] linux-mips.org>
   2708      1.1     skrll 
   2709      1.1     skrll 	* config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP
   2710      1.1     skrll 	optimization for constant addresses.
   2711      1.1     skrll 
   2712      1.1     skrll 2005-04-14  Nick Clifton  <nickc (a] redhat.com>
   2713      1.1     skrll 
   2714      1.1     skrll 	* as.c (main): Move parse_args before symbol_begin and frag_init
   2715      1.1     skrll 	so that the hash table size can be set before it is used.
   2716      1.1     skrll 	* hash.c: Use an unsigned long type for the size of the hash
   2717      1.1     skrll 	tables.
   2718      1.1     skrll 	* hash.h (set_gas_hash_table_size): Update the prototype.
   2719      1.1     skrll 
   2720      1.1     skrll 2005-04-14  Alan Modra  <amodra (a] bigpond.net.au>
   2721      1.1     skrll 
   2722      1.1     skrll 	* Makefile.am (NO_WERROR): Define.  Use instead of -Wno-error.
   2723      1.1     skrll 	* acinclude.m4: Include ../bfd/warning.m4.
   2724      1.1     skrll 	* configure.in: Invoke AM_BINUTILS_WARNINGS.
   2725      1.1     skrll 	* Makefile.in: Regenerate.
   2726      1.1     skrll 	* configure: Regenerate.
   2727      1.1     skrll 	* doc/Makefile.in: Regenerate.
   2728      1.1     skrll 
   2729      1.1     skrll 2005-04-13  Maciej W. Rozycki  <macro (a] linux-mips.org>
   2730      1.1     skrll 
   2731      1.1     skrll 	* config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
   2732      1.1     skrll 	(normalize_address_expr): New function to sign-extend address
   2733      1.1     skrll 	offsets that fit into 32 bits in 32-bit mode.
   2734      1.1     skrll 	(macro_build_ldst_constoffset): Use normalize_address_expr()
   2735      1.1     skrll 	instead of a handcoded sequence.
   2736      1.1     skrll 	(load_register): Likewise.  Report oversized numbers in a useful
   2737      1.1     skrll 	way.
   2738      1.1     skrll 	(macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
   2739      1.1     skrll 	for constant addresses.  Report oversized numbers in a useful way.
   2740      1.1     skrll 	(mips_ip): Use normalize_address_expr() for addresses.
   2741      1.1     skrll 
   2742      1.1     skrll 2005-04-12  Mark Kettenis  <kettenis (a] gnu.org>
   2743      1.1     skrll 
   2744      1.1     skrll 	* config/tc-i386.c (output_insn): Handle VIA PadLock instructions
   2745      1.1     skrll 	similar to other instructions now that they're marked as ImmExt.
   2746      1.1     skrll 
   2747      1.1     skrll 2005-04-12  Nick Clifton  <nickc (a] redhat.com>
   2748      1.1     skrll 
   2749      1.1     skrll 	* hash.c (DEFAULT_SIZE): Delete.  Replace with:
   2750      1.1     skrll 	(gas_hash_table_size): New static variable.
   2751      1.1     skrll 	(set_gas_hash_table_size): New function:  Records a requested size
   2752      1.1     skrll 	for the hash tables.
   2753      1.1     skrll 	(get_gas_hash_table_size): New function: Return a prime number
   2754      1.1     skrll 	near the requested size of the hash table.
   2755      1.1     skrll 	(hash_new): Use get_gas_hash_table_size.
   2756      1.1     skrll 	* hash.h: Add a prototype for set_gas_hash_table_size.
   2757      1.1     skrll 	* as.c (show_usage): Add description of new switches: --hash-size
   2758      1.1     skrll 	and --reduce-memory-overheads.
   2759      1.1     skrll 	(option_values): Add OPTION_HASH_TABLE_SIZE and
   2760      1.1     skrll 	OPTION_REDUCE_MEMORY_OVERHEADS.
   2761      1.1     skrll 	(std_longpopts): Add entries for the new options.
   2762      1.1     skrll 	(parse_args): Handle the new options.
   2763      1.1     skrll 	* Makefile.am: Add a dependency of as.c on hash.h.
   2764      1.1     skrll 	* Makefile.in: Regenerate.
   2765      1.1     skrll 	* doc/as.texinfo: Document the new switches.
   2766      1.1     skrll 	* NEWS: Mention the new switches.
   2767      1.1     skrll 
   2768      1.1     skrll 2005-04-12  Nick Clifton  <nickc (a] redhat.com>
   2769      1.1     skrll 
   2770      1.1     skrll 	PR gas/818
   2771      1.1     skrll 	* config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
   2772      1.1     skrll 	synonyms.
   2773      1.1     skrll 
   2774      1.1     skrll 2005-04-12  Alan Modra  <amodra (a] bigpond.net.au>
   2775      1.1     skrll 
   2776      1.1     skrll 	* Makefile.am: Run "make dep-am".
   2777      1.1     skrll 	* Makefile.in: Regenerate.
   2778      1.1     skrll 
   2779      1.1     skrll 2005-04-11  Sterling Augustine  <sterling (a] tensilica.com>
   2780      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
   2781      1.1     skrll 
   2782      1.1     skrll 	* config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
   2783      1.1     skrll 
   2784      1.1     skrll 2005-04-11  Mark Kettenis  <kettenis (a] gnu.org>
   2785      1.1     skrll 
   2786      1.1     skrll 	* configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
   2787      1.1     skrll 
   2788      1.1     skrll 2005-04-11  Jan Beulich  <jbeulich (a] novell.com>
   2789      1.1     skrll 
   2790      1.1     skrll 	* NEWS: Mention these changes and their effects.
   2791      1.1     skrll 	* macro.c (get_token): Use is_name_beginner/is_part_of_name/
   2792      1.1     skrll 	is_name_ender.
   2793      1.1     skrll 	(check_macro): Likewise.
   2794      1.1     skrll 	(buffer_and_nest): Likewise. Permit multiple labels. Don't discard
   2795      1.1     skrll 	labels together with the closing pseudo-op.
   2796      1.1     skrll 	(macro_expand_body): Adjust comment. Range-check input before use.
   2797      1.1     skrll 	Adjust mis-spelled diagnostic. Use is_name_beginner.
   2798      1.1     skrll 	* read.c (try_macro): New.
   2799      1.1     skrll 	(read_a_source_file): New static variable last_eol. Don't list
   2800      1.1     skrll 	macro expansion lines more than once. Call try_macro.
   2801      1.1     skrll 	(s_macro): Set section of line_label to absolute instead of undefined.
   2802      1.1     skrll 	* doc/as.texinfo: Add information on the caveats of these changes.
   2803      1.1     skrll 
   2804      1.1     skrll 2005-04-11  Alan Modra  <amodra (a] bigpond.net.au>
   2805      1.1     skrll 
   2806      1.1     skrll 	* symbols.c (symbol_X_add_number): Change return type to "offsetT *".
   2807      1.1     skrll 	* symbols.h (symbol_X_add_number): Update prototype.
   2808      1.1     skrll 
   2809      1.1     skrll 2005-04-10  Eric Christopher  <echristo (a] redhat.com>
   2810      1.1     skrll 
   2811      1.1     skrll 	* symbols.c (symbol_X_add_number): Fix warning.
   2812      1.1     skrll 
   2813      1.1     skrll 2005-04-10  H.J. Lu  <hongjiu.lu (a] intel.com>
   2814      1.1     skrll 
   2815      1.1     skrll 	* config/tc-m68k.c (md_begin): Support 64bit host.
   2816      1.1     skrll 	(get_num): Support 64bit BFD on 32bit host.
   2817      1.1     skrll 
   2818      1.1     skrll 2005-04-10  H.J. Lu  <hongjiu.lu (a] intel.com>
   2819      1.1     skrll 
   2820      1.1     skrll 	* config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
   2821      1.1     skrll 
   2822      1.1     skrll 2005-04-09  Alan Modra  <amodra (a] bigpond.net.au>
   2823      1.1     skrll 
   2824      1.1     skrll 	* read.c (assign_symbol): Remove const from parm.  Fix xcalloc
   2825      1.1     skrll 	call.  Don't do the COFF hacks for multi-emulation gas.  Move
   2826      1.1     skrll 	demand_empty_rest_of_line back to caller.
   2827      1.1     skrll 	(s_set, equals): demand_empty_rest_of_line here.
   2828      1.1     skrll 
   2829      1.1     skrll 	PR gas/827
   2830      1.1     skrll 	* as.h (rs_dummy): Define.
   2831      1.1     skrll 	* symbols.c (symbol_X_add_number): New function.
   2832      1.1     skrll 	* symbols.h (symbol_X_add_number): Declare.
   2833      1.1     skrll 	* stabs.c (aout_process_stab): Tidy symbol frag setting.
   2834      1.1     skrll 	* read.c (assign_symbol): New function, split out from s_set.
   2835      1.1     skrll 	Use symbol_find_or_make.  Leave fr_type of dummy frag as rs_dummy.
   2836      1.1     skrll 	Fix COFF hacks for multi-emulation gas.
   2837      1.1     skrll 	(s_set): Call assign_symbol.  Remove "register" keyword.
   2838      1.1     skrll 	(set_zero_frag): New function.
   2839      1.1     skrll 	(pseudo_set): Always check for assignment to section syms.
   2840      1.1     skrll 	Always set segment and frag of symbol, and likewise extern for
   2841      1.1     skrll 	aout/bout.  Handle assignment of sym=sym+/-const specially.  Don't
   2842      1.1     skrll 	special case exp.X_add_number non-zero for O_symbol expressions.
   2843      1.1     skrll 	(equals): Use assign_symbol.
   2844      1.1     skrll 
   2845      1.1     skrll 2005-04-08  Bob Wilson  <bob.wilson (a] acm.org>
   2846      1.1     skrll 
   2847      1.1     skrll 	* config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
   2848      1.1     skrll 	SEC_MERGE sections.
   2849      1.1     skrll 
   2850      1.1     skrll 2005-04-06  H.J. Lu  <hongjiu.lu (a] intel.com>
   2851      1.1     skrll 
   2852      1.1     skrll 	* config/tc-i386.c (tc_gen_reloc): Don't turn
   2853      1.1     skrll 	BFD_RELOC_X86_64_32S into BFD_RELOC_32.
   2854      1.1     skrll 
   2855      1.1     skrll 2005-04-06  Nick Clifton  <nickc (a] redhat.com>
   2856      1.1     skrll 
   2857      1.1     skrll 	* po/rw.po: New translation: Kinyarwanda
   2858      1.1     skrll 	* configure.in (ALL_LINGUAS): Add rw
   2859      1.1     skrll 	* configure: Regenerate.
   2860      1.1     skrll 
   2861      1.1     skrll 2005-04-05  Sterling Augustine  <sterling (a] tensilica.com>
   2862      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
   2863      1.1     skrll 
   2864      1.1     skrll 	* config/tc-xtensa.c (branch_align_power): New.
   2865      1.1     skrll 	(xtensa_find_unaligned_branch_targets, get_aligned_diff,
   2866      1.1     skrll 	future_alignment_required): Use branch_align_power to check section
   2867      1.1     skrll 	alignment as well as xtensa_fetch_width when aligning branch targets.
   2868      1.1     skrll 
   2869      1.1     skrll 2005-04-05  Bob Wilson  <bob.wilson (a] acm.org>
   2870      1.1     skrll 
   2871      1.1     skrll 	* config/tc-xtensa.c: Warning fixes throughout.
   2872      1.1     skrll 	(xtensa_fetch_width): Change to unsigned.
   2873      1.1     skrll 	(assemble_nop, xtensa_find_unaligned_branch_targets,
   2874      1.1     skrll 	xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
   2875      1.1     skrll 	is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
   2876      1.1     skrll 	min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
   2877      1.1     skrll 	unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
   2878      1.1     skrll 	count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
   2879      1.1     skrll 	get_text_align_max_fill_size, get_text_align_nop_count,
   2880      1.1     skrll 	get_text_align_nth_nop_size, get_noop_aligned_address,
   2881      1.1     skrll 	get_aligned_diff, convert_frag_align_next_opcode,
   2882      1.1     skrll 	convert_frag_immed_finish_loop, xtensa_create_property_segments,
   2883      1.1     skrll 	xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
   2884      1.1     skrll 	types, avoiding size_t and using offsetT and addressT appropriately.
   2885      1.1     skrll 	(get_text_align_power): Clean up types.  Avoid incorrect bound.
   2886      1.1     skrll 	(get_text_align_fill_size): Clean up types.  Restructure for clarity.
   2887      1.1     skrll 
   2888      1.1     skrll 2005-04-04  H.J. Lu  <hongjiu.lu (a] intel.com>
   2889      1.1     skrll 
   2890      1.1     skrll 	* config/tc-ia64.c (start_unwind_section): Undo the change
   2891      1.1     skrll 	of 2004-08-18.
   2892      1.1     skrll 	(generate_unwind_image, dot_endp): Likewise.
   2893      1.1     skrll 
   2894      1.1     skrll 2005-04-01 David Mosberger  <davidm (a] hpl.hp.com>
   2895      1.1     skrll 
   2896      1.1     skrll 	* config/tc-ia64.c (ia64_handle_align): Move le_nop and
   2897      1.1     skrll 	le_nop_stop arrays and initializers to file scope.
   2898      1.1     skrll 	(md_begin): When generating code for anything other than
   2899      1.1     skrll 	Itanium 1, use MMI instead of MFI NOP bundles as a filler.
   2900      1.1     skrll 
   2901      1.1     skrll 2005-04-01  Jan Beulich  <jbeulich (a] novell.com>
   2902      1.1     skrll 
   2903      1.1     skrll 	* config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
   2904      1.1     skrll 	immediates.
   2905      1.1     skrll 
   2906      1.1     skrll 2005-04-01  Jan-Benedict Glaw  <jbglaw (a] lug-owl.de>
   2907      1.1     skrll 
   2908      1.1     skrll 	* NEWS: Mention [fdgh]_floating.
   2909      1.1     skrll 	* config/atof-vax.c: Fix some whitespace.
   2910      1.1     skrll 	* config/tc-vax.c (md_pseudo_table): Add "[fdgh]_floating".
   2911      1.1     skrll 
   2912      1.1     skrll 2005-04-01  Nick Clifton  <nickc (a] redhat.com>
   2913      1.1     skrll 
   2914      1.1     skrll 	* configure.in: Add a check for <unistd.h> providing a prototype
   2915      1.1     skrll 	for getopt() which is compatible with the one in
   2916      1.1     skrll 	include/getopt.h.  If so then define HAVE_DECL_GETOPT.
   2917      1.1     skrll 	* configure: Regenerate.
   2918      1.1     skrll 	* config.in (HAVE_DECL_GETOPT): Add.
   2919      1.1     skrll 
   2920      1.1     skrll 2005-04-01  Jan Beulich  <jbeulich (a] novell.com>
   2921      1.1     skrll 
   2922      1.1     skrll 	* config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
   2923      1.1     skrll 
   2924      1.1     skrll 2005-04-01  Jan Beulich  <jbeulich (a] novell.com>
   2925      1.1     skrll 
   2926      1.1     skrll 	* config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
   2927      1.1     skrll 	(tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
   2928      1.1     skrll 
   2929      1.1     skrll 2005-03-30  Julian Brown  <julian (a] codesourcery.com>
   2930      1.1     skrll 
   2931      1.1     skrll 	* config/tc-arm.c (arm_adjust_symtab): Rename
   2932      1.1     skrll 	bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
   2933      1.1     skrll 
   2934      1.1     skrll 2005-03-30  Julian Brown  <julian (a] codesourcery.com>
   2935      1.1     skrll 
   2936      1.1     skrll 	* config/tc-arm.c (mapping_state): Change documentation in function
   2937      1.1     skrll 	comment to cross-reference spec instead. Change type of mapping symbols
   2938      1.1     skrll 	to BSF_NO_TYPE.
   2939      1.1     skrll 	(arm_adjust_symtab): Don't change type of mapping symbols here.
   2940      1.1     skrll 
   2941      1.1     skrll 2005-03-30  Aaron W. LaFramboise  <aaron98wiridge9 (a] aaronwl.com>
   2942      1.1     skrll 
   2943      1.1     skrll 	* as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
   2944      1.1     skrll 	* config.in: Regenerate.
   2945      1.1     skrll 	* configure: Regenerate.
   2946      1.1     skrll 	* configure.in: Check for ffs decl and alphabetize.
   2947      1.1     skrll 
   2948      1.1     skrll 2005-03-29  Daniel Jacobowitz  <dan (a] codesourcery.com>
   2949      1.1     skrll 	    Phil Blundell  <philb (a] gnu.org>
   2950      1.1     skrll 
   2951      1.1     skrll 	* config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
   2952      1.1     skrll 	(md_apply_fix3): Mark TLS symbols.
   2953      1.1     skrll 	(tc_gen_reloc): Handle TLS relocations.
   2954      1.1     skrll 	(arm_fix_adjustable): Ignore TLS relocations.
   2955      1.1     skrll 	(s_arm_elf_cons): Support expressions after decorated symbols.
   2956      1.1     skrll 
   2957      1.1     skrll 2005-03-29  Julian Brown  <julian (a] codesourcery.com>
   2958      1.1     skrll 
   2959      1.1     skrll 	* config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
   2960      1.1     skrll 	whether personality routine index N has been output for this section.
   2961      1.1     skrll 	(mapping_state): tc_segment_info_data now struct not enum.
   2962      1.1     skrll 	(arm_elf_change_section): Likewise, and marked_pr_dependency is now
   2963      1.1     skrll 	handled on section change.
   2964      1.1     skrll 	(create_unwind_entry): Previous code to output dependency removed.
   2965      1.1     skrll 	(s_arm_unwind_fnend): Output dependency if it hasn't been done already
   2966      1.1     skrll 	for this section.
   2967      1.1     skrll 	* config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
   2968      1.1     skrll 	arm_segment_info_type.
   2969      1.1     skrll 	(arm_segment_info_type): New struct.
   2970      1.1     skrll 
   2971      1.1     skrll 2005-03-28  Sterling Augustine  <sterling (a] tensilica.com>
   2972      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
   2973      1.1     skrll 
   2974      1.1     skrll 	* config/tc-xtensa.c (do_align_targets): Update comment.
   2975      1.1     skrll 	(xtensa_frob_label): Compute "freq" before possibly switching frags.
   2976      1.1     skrll 	Insert a LOOP_END frag before every loop target, and do not overload
   2977      1.1     skrll 	DESIRE_ALIGN_IF_TARGET frags with loop end information.
   2978      1.1     skrll 	(xg_assemble_vliw_tokens): Use do_align_targets.
   2979      1.1     skrll 	(xtensa_fix_target_frags): Remove code to convert a
   2980      1.1     skrll 	DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
   2981      1.1     skrll 	negatable branch at the end of a loop.
   2982      1.1     skrll 	(frag_can_negate_branch): Delete.
   2983      1.1     skrll 
   2984      1.1     skrll 2005-03-28  David Mosberger  <davidm (a] hpl.hp.com>
   2985      1.1     skrll 	    H.J. Lu  <hongjiu.lu (a] intel.com>
   2986      1.1     skrll 
   2987      1.1     skrll 	PR 803
   2988      1.1     skrll 	NEWS: Mention "-mtune=[itanium1|itanium2]".
   2989      1.1     skrll 
   2990      1.1     skrll 	* config/tc-ia64.c (md): Add tune.
   2991      1.1     skrll 	(md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
   2992      1.1     skrll 	(md_show_usage): Add "-mtune=[itanium1|itanium2]".
   2993      1.1     skrll 	(extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
   2994      1.1     skrll 	B unit NOPs are discouraged for McKinley-derived cores.
   2995      1.1     skrll 	(md_begin): Don't hardcode the "extra_goodness()" function in
   2996      1.1     skrll 	the comment...
   2997      1.1     skrll 	(ia64_init): Set md.tune to itanium2.
   2998      1.1     skrll 
   2999      1.1     skrll 	* doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
   3000      1.1     skrll 	* doc/c-ia64.texi: Likewise.
   3001      1.1     skrll 
   3002      1.1     skrll 2005-03-27  Ian Lance Taylor  <ian (a] airs.com>
   3003      1.1     skrll 
   3004      1.1     skrll 	* config/obj-coff.c (coff_frob_symbol): When crashing because of a
   3005      1.1     skrll 	bad C_EFCN symbol, print its name.
   3006      1.1     skrll 
   3007      1.1     skrll 2005-03-25  Bob Wilson  <bob.wilson (a] acm.org>
   3008      1.1     skrll 
   3009      1.1     skrll 	* config/tc-xtensa.c (use_longcalls): Delete.
   3010      1.1     skrll 	(xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
   3011      1.1     skrll 	the use_longcalls flag is set.  Do this before checking the segment.
   3012      1.1     skrll 	(xg_expand_assembly_insn): Rearrange to use new do_expand flag.  Never
   3013      1.1     skrll 	expand direct calls at this point.
   3014      1.1     skrll 	(xtensa_set_frag_assembly_state): Set use_longcalls flag.
   3015      1.1     skrll 	(xtensa_find_unmarked_state_frags): Likewise.
   3016      1.1     skrll 	(md_assemble): Do not disable longcalls by setting is_specific_opcode.
   3017      1.1     skrll 	(xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
   3018      1.1     skrll 	(convert_frag_immed): Remove unnecessary check of is_specific_opcode.
   3019      1.1     skrll 	* config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
   3020      1.1     skrll 
   3021      1.1     skrll 2005-03-25  Hans-Peter Nilsson  <hp (a] bitrange.com>
   3022      1.1     skrll 
   3023      1.1     skrll 	* config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
   3024      1.1     skrll 
   3025      1.1     skrll 2005-03-25  Hans-Peter Nilsson  <hp (a] axis.com>
   3026      1.1     skrll 
   3027      1.1     skrll 	* config/tc-cris.h: Convert to ISO C90.
   3028      1.1     skrll 	* config/tc-cris.c: Ditto.
   3029      1.1     skrll 	(md_estimate_size_before_relax): Remove obsolete comment for
   3030      1.1     skrll 	parameter "segment_type".
   3031      1.1     skrll 	(md_begin): Document reason for cast of hash_insert argument.
   3032      1.1     skrll 	(md_atof): Correct type of parameter "type".
   3033      1.1     skrll 
   3034      1.1     skrll 2005-03-24  Nick Clifton  <nickc (a] redhat.com>
   3035      1.1     skrll 
   3036      1.1     skrll 	* write.h (bit_fix_new): Remove redundant prototype.
   3037      1.1     skrll 	* config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
   3038      1.1     skrll 	* config/obj-aout.c: Convert to ISO-C90 and fix formatting.
   3039      1.1     skrll 	* config/obj-aout.h: Convert to ISO-C90 and fix formatting.
   3040      1.1     skrll 	* config/obj-bout.c: Convert to ISO-C90 and fix formatting.
   3041      1.1     skrll 	* config/obj-bout.h: Convert to ISO-C90 and fix formatting.
   3042      1.1     skrll 	* config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
   3043      1.1     skrll 	* config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
   3044      1.1     skrll 	* config/obj-som.c: Convert to ISO-C90 and fix formatting.
   3045      1.1     skrll 	* config/obj-som.h: Convert to ISO-C90 and fix formatting.
   3046      1.1     skrll 	* config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
   3047      1.1     skrll 	* config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
   3048      1.1     skrll 	* config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
   3049      1.1     skrll 	* config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
   3050      1.1     skrll 	* config/tc-arc.c: Convert to ISO-C90 and fix formatting.
   3051      1.1     skrll 	* config/tc-arc.h: Convert to ISO-C90 and fix formatting.
   3052      1.1     skrll 	* config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
   3053      1.1     skrll 	* config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
   3054      1.1     skrll 	* config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
   3055      1.1     skrll 	* config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
   3056      1.1     skrll 	* config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
   3057      1.1     skrll 	* config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
   3058      1.1     skrll 	* config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
   3059      1.1     skrll 	* config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
   3060      1.1     skrll 	* config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
   3061      1.1     skrll 	* config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
   3062      1.1     skrll 	* config/tc-i370.c: Convert to ISO-C90 and fix formatting.
   3063      1.1     skrll 	* config/tc-i370.h: Convert to ISO-C90 and fix formatting.
   3064      1.1     skrll 	* config/tc-i960.c: Convert to ISO-C90 and fix formatting.
   3065      1.1     skrll 	* config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
   3066      1.1     skrll 	* config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
   3067      1.1     skrll 	* config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
   3068      1.1     skrll 	* config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
   3069      1.1     skrll 	* config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
   3070      1.1     skrll 	* config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
   3071      1.1     skrll 	* config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
   3072      1.1     skrll 	* config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
   3073      1.1     skrll 	* config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
   3074      1.1     skrll 	* config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
   3075      1.1     skrll 	* config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
   3076      1.1     skrll 	* config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
   3077      1.1     skrll 	* config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
   3078      1.1     skrll 	* config/tc-or32.c: Convert to ISO-C90 and fix formatting.
   3079      1.1     skrll 	* config/tc-or32.h: Convert to ISO-C90 and fix formatting.
   3080      1.1     skrll 	* config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
   3081      1.1     skrll 	* config/tc-pj.c: Convert to ISO-C90 and fix formatting.
   3082      1.1     skrll 	* config/tc-pj.h: Convert to ISO-C90 and fix formatting.
   3083      1.1     skrll 	* config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
   3084      1.1     skrll 	* config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
   3085      1.1     skrll 	* config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
   3086      1.1     skrll 	* config/tc-v850.c: Convert to ISO-C90 and fix formatting.
   3087      1.1     skrll 	* config/tc-v850.h: Convert to ISO-C90 and fix formatting.
   3088      1.1     skrll 	* config/tc-w65.c: Convert to ISO-C90 and fix formatting.
   3089      1.1     skrll 	* config/tc-w65.h: Convert to ISO-C90 and fix formatting.
   3090      1.1     skrll 	* config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
   3091      1.1     skrll 	* config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
   3092      1.1     skrll 
   3093      1.1     skrll 2005-03-23  Jim Blandy  <jimb (a] redhat.com>
   3094      1.1     skrll 
   3095      1.1     skrll 	* config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
   3096      1.1     skrll 	attributes properly.
   3097      1.1     skrll 
   3098      1.1     skrll 2005-03-23  Mike Frysinger  <vapier (a] gentoo.org>
   3099      1.1     skrll 	    Nick Clifton  <nickc (a] redhat.com>
   3100      1.1     skrll 
   3101      1.1     skrll 	* configure.tgt: Accept any C library to accompany a GNU Linux
   3102      1.1     skrll 	implementation, not just the GNU C library.
   3103      1.1     skrll 	* configure.in: Likewise.
   3104      1.1     skrll 	* configure: Regenerate.
   3105      1.1     skrll 
   3106      1.1     skrll 2005-03-23  Nick Clifton  <nickc (a] redhat.com>
   3107      1.1     skrll 
   3108      1.1     skrll 	* config/tc-tic30.c: Convert to ISO C90 formatting.
   3109      1.1     skrll 	* config/tc-tic30.h: Convert to ISO C90 formatting.
   3110      1.1     skrll 	* config/tc-pdp11.c: Convert to ISO C90 formatting.
   3111      1.1     skrll 	* config/atof-vax.c: Convert to ISO C90 formatting.
   3112      1.1     skrll 
   3113      1.1     skrll 2005-03-21  Maciej W. Rozycki  <macro (a] mips.com>
   3114      1.1     skrll 
   3115      1.1     skrll 	* config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
   3116      1.1     skrll 	relocations correctly as well.
   3117      1.1     skrll 	(mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
   3118      1.1     skrll 	relocations in mergeable sections section-relative either.
   3119      1.1     skrll 
   3120      1.1     skrll 2005-03-21  Bob Wilson  <bob.wilson (a] acm.org>
   3121      1.1     skrll 
   3122      1.1     skrll 	* config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
   3123      1.1     skrll 
   3124      1.1     skrll 2005-03-21  Nick Clifton  <nickc (a] redhat.com>
   3125      1.1     skrll 
   3126      1.1     skrll 	* config/tc-sh.c (sh_elf_final_processing): Fix compile time
   3127      1.1     skrll 	warning by providing a prototype for sh_symbian_find_elf_flags.
   3128      1.1     skrll 
   3129      1.1     skrll 	* cgen.c (gas_cgen_parse_operand): Fix typo introduced by
   3130      1.1     skrll 	previous delta.
   3131      1.1     skrll 
   3132      1.1     skrll 2005-03-21  Alan Modra  <amodra (a] bigpond.net.au>
   3133      1.1     skrll 
   3134      1.1     skrll 	* configure.tgt: Handle setting of bfd_gas for fmt=multi targets
   3135      1.1     skrll 	along with other formats that set bfd_gas.  Remove unnecessary
   3136      1.1     skrll 	setting of bfd_gas.  Delete strongarm cases in generic_target
   3137      1.1     skrll 	switch.
   3138      1.1     skrll 
   3139      1.1     skrll 2005-03-21  Alan Modra  <amodra (a] bigpond.net.au>
   3140      1.1     skrll 
   3141      1.1     skrll 	PR gas/780
   3142      1.1     skrll 	* config/tc-m68k.c (TRUNC, SEXT): Define.
   3143      1.1     skrll 	(issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
   3144      1.1     skrll 	(m68k_ip): Truncate or sign extend expressions as appropriate.
   3145      1.1     skrll 	(get_num): Likewise.
   3146      1.1     skrll 	(md_apply_fix3): Use SEXT.
   3147      1.1     skrll 
   3148      1.1     skrll 2005-03-21  Alan Modra  <amodra (a] bigpond.net.au>
   3149      1.1     skrll 
   3150      1.1     skrll 	* Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
   3151      1.1     skrll 	(OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
   3152      1.1     skrll 	(obj-vms.o): Delete rule.
   3153      1.1     skrll 	Run "make dep-am".
   3154      1.1     skrll 	* Makefile.in: Regenerate.
   3155      1.1     skrll 	* aclocal.m4: Regenerate.
   3156      1.1     skrll 	* doc/Makefile.in: Regenerate.
   3157      1.1     skrll 	* po/POTFILES.in: Regenerate.
   3158      1.1     skrll 
   3159      1.1     skrll 2005-03-18  C Jaiprakash  <cjaiprakash (a] noida.hcltech.com>
   3160      1.1     skrll 
   3161      1.1     skrll 	* config/tc-m68k.c (m68k_elf_final_processing): Set file specific
   3162      1.1     skrll 	flag for coldfire v4e.
   3163      1.1     skrll 
   3164      1.1     skrll 2005-03-17  Bob Wilson  <bob.wilson (a] acm.org>
   3165      1.1     skrll 
   3166      1.1     skrll 	* config/tc-xtensa.c (xg_apply_tentative_value): Rename to
   3167      1.1     skrll 	xg_apply_fix_value and return a value to indicate success.
   3168      1.1     skrll 	(md_pcrel_from): Skip check of fx_done.  Return 0 if not PC-relative.
   3169      1.1     skrll 	(xtensa_force_relocation): Remove checks for VTABLE relocs.
   3170      1.1     skrll 	(xtensa_validate_fix_sub): New.
   3171      1.1     skrll 	(xtensa_fix_adjustable): Remove check for external or weak symbols.
   3172      1.1     skrll 	(tc_gen_reloc): Move code to handle difference of symbols and code to
   3173      1.1     skrll 	apply tentative fix values to ...
   3174      1.1     skrll 	(md_apply_fix3): ...here.  Enable standard overflow checks for simple
   3175      1.1     skrll 	8, 16, and 32 bit relocations.  Apply fixes for slot-specific
   3176      1.1     skrll 	relocations when linkrelax flag is not set.
   3177      1.1     skrll 	* config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
   3178      1.1     skrll 	(TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
   3179      1.1     skrll 
   3180      1.1     skrll 2005-03-17  Jan Beulich  <jbeulich (a] novell.com>
   3181      1.1     skrll 
   3182      1.1     skrll 	* config/tc-i386.c (i386_scale): Beautify error message.
   3183      1.1     skrll 	(Intel syntax comments): Update.
   3184      1.1     skrll 	(struct intel_parser_s): Add fields in_offset, in_bracket, and
   3185      1.1     skrll 	next_operand.
   3186      1.1     skrll 	(intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
   3187      1.1     skrll 	Remove declarations.
   3188      1.1     skrll 	(intel_bracket_expr): Declare.
   3189      1.1     skrll 	(i386_intel_operand): Initialize new intel_parser fields. Wrap most
   3190      1.1     skrll 	of the function body in a loop allowing to split an operand into two.
   3191      1.1     skrll 	Replace calls to malloc and checks of it returning non-NULL with
   3192      1.1     skrll 	calls to xmalloc/xstrdup.
   3193      1.1     skrll 	(intel_expr): SHORT no longer handled here. Add comment indicating
   3194      1.1     skrll 	comparison ops need implementation.
   3195      1.1     skrll 	(intel_e04, intel_e04_1): Combine, replace recursion with loop.
   3196      1.1     skrll 	Check right operand of - does not specify a register when parsing
   3197      1.1     skrll 	the address of a memory reference.
   3198      1.1     skrll 	(intel_e05, intel_e05_1): Combine, replace recursion with loop.
   3199      1.1     skrll 	Check operands do not specify a register when parsing the address of
   3200      1.1     skrll 	a memory reference.
   3201      1.1     skrll 	(intel_e06, intel_e06_1): Likewise.
   3202      1.1     skrll 	(intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
   3203      1.1     skrll 	handle SHORT as well as unary + and -. Don't accept : except for
   3204      1.1     skrll 	segment overrides or in direct far jump/call insns.
   3205      1.1     skrll 	(intel_brack_expr): New.
   3206      1.1     skrll 	(intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
   3207      1.1     skrll 	intel_brack_expr.
   3208      1.1     skrll 	(intel_e11): Replace chain of if/else-if by switch, alloing fall-
   3209      1.1     skrll 	through in certain cases. Use intel_brack_expr. Add new diagnostics.
   3210      1.1     skrll 	Allow symbolic constants as register scale value.
   3211      1.1     skrll 	(intel_get_token): Replace call to malloc and check of return value
   3212      1.1     skrll 	with call to xmalloc. Change handling for FLAT to match MASM's.
   3213      1.1     skrll 	(intel_putback_token): Don't try to back up/free current token if
   3214      1.1     skrll 	that is T_NIL.
   3215      1.1     skrll 
   3216      1.1     skrll 2005-03-16  Daniel Jacobowitz  <dan (a] codesourcery.com>
   3217      1.1     skrll 
   3218      1.1     skrll 	* configure.tgt: Set emulation for arm-*-eabi*.
   3219      1.1     skrll 	* config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
   3220      1.1     skrll 	* config/te-armeabi.h: New file.
   3221      1.1     skrll 	* config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
   3222      1.1     skrll 	* config/te-symbian.h: Include "te-armeabi.h".
   3223      1.1     skrll 
   3224      1.1     skrll 2005-03-16  Nick Clifton  <nickc (a] redhat.com>
   3225      1.1     skrll 
   3226      1.1     skrll 	* cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
   3227      1.1     skrll 	local variable in case it is clobbered by the setjmp.
   3228      1.1     skrll 
   3229      1.1     skrll 2005-03-16  Nick Clifton  <nickc (a] redhat.com>
   3230      1.1     skrll 	    Ben Elliston  <bje (a] au.ibm.com>
   3231      1.1     skrll 
   3232      1.1     skrll 	* configure.in (werror): New switch: Add -Werror to the
   3233      1.1     skrll 	compiler command line.  Enabled by default.  Disable via
   3234      1.1     skrll 	--disable-werror.
   3235      1.1     skrll 	* configure: Regenerate.
   3236      1.1     skrll 
   3237      1.1     skrll 2005-03-16  Nick Clifton  <nickc (a] redhat.com>
   3238      1.1     skrll 
   3239      1.1     skrll 	* config/obj-coff.h: Convert to ISO C90 formatting.
   3240      1.1     skrll 	* config/obj-coff.c: Convert to ISO C90 formatting.
   3241      1.1     skrll 
   3242      1.1     skrll 2005-03-15  Zack Weinberg  <zack (a] codesourcery.com>
   3243      1.1     skrll 
   3244      1.1     skrll 	* config/tc-arm.c (do_mla): Rename to do_mlas, take second
   3245      1.1     skrll 	is_mls parameter; do not diagnose Rm==Rd when is_mls.
   3246      1.1     skrll 	(do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
   3247      1.1     skrll 	(do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
   3248      1.1     skrll 	(insns): Add ARMv6T2 instructions:
   3249      1.1     skrll 	bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
   3250      1.1     skrll 	(arm_archs): Add V6T2 variants.
   3251      1.1     skrll 
   3252      1.1     skrll 2005-03-15  Nick Clifton  <nickc (a] redhat.com>
   3253      1.1     skrll 
   3254      1.1     skrll 	* NEWS: Add cutoff for changes in 2.16 release.
   3255      1.1     skrll 
   3256      1.1     skrll 2005-03-15  Jan Beulich  <jbeulich (a] novell.com>
   3257      1.1     skrll 
   3258      1.1     skrll 	* expr.c (operand): Merge handling of unary + into that for unary
   3259      1.1     skrll 	-, !, and ~.
   3260      1.1     skrll 
   3261      1.1     skrll 2005-03-14  Eric Christopher  <echristo (a] redhat.com>
   3262      1.1     skrll 
   3263      1.1     skrll 	* config/tc-mips.c: Include dw2gencfi.h.
   3264      1.1     skrll 	(mips_cfi_frame_initial_instructions): New.
   3265      1.1     skrll 	* config/tc-mips.h (TARGET_USE_CFIPOP): Define.
   3266      1.1     skrll 	(tc_cfi_frame_initial_instructions): Ditto.
   3267      1.1     skrll 	(DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
   3268      1.1     skrll 	(DWARF2_CIE_DATA_ALIGNMENT): Ditto.
   3269      1.1     skrll 	* Makefile.am: Update dependencies.
   3270      1.1     skrll 	* Makefile.in: Regenerate.
   3271      1.1     skrll 
   3272      1.1     skrll 2005-03-15  Alan Modra  <amodra (a] bigpond.net.au>
   3273      1.1     skrll 
   3274      1.1     skrll 	* po/es.po: Commit new Spanish translation.
   3275      1.1     skrll 
   3276      1.1     skrll 2005-03-14  Alan Modra  <amodra (a] bigpond.net.au>
   3277      1.1     skrll 
   3278      1.1     skrll 	* po/tr.po: Commit new Turkish translation.
   3279      1.1     skrll 
   3280      1.1     skrll 2005-03-12  Zack Weinberg  <zack (a] codesourcery.com>
   3281      1.1     skrll 
   3282      1.1     skrll 	* config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
   3283      1.1     skrll 	wfi, yield.
   3284      1.1     skrll 
   3285      1.1     skrll 2005-03-11  Daniel Jacobowitz  <dan (a] codesourcery.com>
   3286      1.1     skrll 
   3287      1.1     skrll 	* config-gas.com: Mark vax-vms as obsolete.
   3288      1.1     skrll 	* configure.in: Remove fmt=vms support.
   3289      1.1     skrll 	* config.in: Regenerate.
   3290      1.1     skrll 	* configure: Regenerate.
   3291      1.1     skrll 	* config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
   3292      1.1     skrll 
   3293      1.1     skrll 2005-03-10  Sterling Augustine  <sterling (a] tensilica.com>
   3294      1.1     skrll 	    Bob Wilson  <bob.wilson (a] acm.org>
   3295      1.1     skrll 
   3296      1.1     skrll 	* config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
   3297      1.1     skrll 	when checking if xg_resolve_literals needs to be called.
   3298      1.1     skrll 	* config/tc-xtensa.h: Fix spelling typo in a comment.
   3299      1.1     skrll 
   3300      1.1     skrll 2005-03-10  Jan Beulich  <jbeulich (a] novell.com>
   3301      1.1     skrll 
   3302      1.1     skrll 	* config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
   3303      1.1     skrll 	* config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
   3304      1.1     skrll 	crafted structure declarations with the types from macro.h.
   3305      1.1     skrll 
   3306      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3307      1.1     skrll 
   3308      1.1     skrll 	* config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
   3309      1.1     skrll 	for -mno-shared optimization.
   3310      1.1     skrll 
   3311      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3312      1.1     skrll 
   3313      1.1     skrll 	* config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
   3314      1.1     skrll 	(MAX_NOPS): Bump to 4.
   3315      1.1     skrll 	(mips_fix_vr4130): New variable.
   3316      1.1     skrll 	(nops_for_vr4130): New function.
   3317      1.1     skrll 	(nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS.  Use
   3318      1.1     skrll 	nops_for_vr4130 if working around VR4130 errata.
   3319      1.1     skrll 	(OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
   3320      1.1     skrll 	(md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
   3321      1.1     skrll 	(md_parse_option): Handle them.
   3322      1.1     skrll 	(md_show_usage): Print them.
   3323      1.1     skrll 	* doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
   3324      1.1     skrll 
   3325      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3326      1.1     skrll 
   3327      1.1     skrll 	* config/tc-mips.c (append_insn): Remove cop_interlocks test from
   3328      1.1     skrll 	branch delay code.
   3329      1.1     skrll 
   3330      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3331      1.1     skrll 
   3332      1.1     skrll 	* config/tc-mips.h (mips_flush_pending_output): Delete.
   3333      1.1     skrll 	(mips_emit_delays): Declare.
   3334      1.1     skrll 	(md_flush_pending_output): Use mips_emit_delays.
   3335      1.1     skrll 	* config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
   3336      1.1     skrll 	the previous instructions.
   3337      1.1     skrll 	(md_begin, append_insn, md_parse_option): Update callers.
   3338      1.1     skrll 	(mips_emit_delay): Remove parameter.  Move INSNS != 0 code to
   3339      1.1     skrll 	start_noreorder.
   3340      1.1     skrll 	(mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
   3341      1.1     skrll 	(s_gpdword): Update callers.
   3342      1.1     skrll 	(start_noreorder, end_noreorder): New functions.
   3343      1.1     skrll 	(macro, macro2, mips16_macro, s_mipsset): Use them instead of
   3344      1.1     skrll 	manipulating mips_opts or prev_nop_frag directly.
   3345      1.1     skrll 	(mips_flush_pending_output): Delete.
   3346      1.1     skrll 
   3347      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3348      1.1     skrll 
   3349      1.1     skrll 	* config/tc-mips.c (mips_move_labels): New function, taken from...
   3350      1.1     skrll 	(append_insn, mips_emit_delays): ...here.
   3351      1.1     skrll 
   3352      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3353      1.1     skrll 
   3354      1.1     skrll 	* config/tc-mips.c (MAX_NOPS): New macro.
   3355      1.1     skrll 	(history): Resize to 1 + MAX_NOPS.
   3356      1.1     skrll 	(fix_vr4120_class): New enumeration.
   3357      1.1     skrll 	(vr4120_conflicts): New variable.
   3358      1.1     skrll 	(init_vr4120_conflicts): New function.
   3359      1.1     skrll 	(md_begin): Call it.
   3360      1.1     skrll 	(insn_uses_reg): Constify first argument.
   3361      1.1     skrll 	(classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
   3362      1.1     skrll 	(nops_for_insn_or_target): New functions.
   3363      1.1     skrll 	(append_insn): Use the new nops_for_* functions instead of inline
   3364      1.1     skrll 	delay checks.  Generalize prev_nop_frag handling to handle an
   3365      1.1     skrll 	arbitrary history length.  Insert nops into the history buffer
   3366      1.1     skrll 	once the number of nops in prev_nop_frag is fixed.
   3367      1.1     skrll 	(emit_delays): Use nops_for_insn instead of inline delay checks.
   3368      1.1     skrll 
   3369      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3370      1.1     skrll 
   3371      1.1     skrll 	* config/tc-mips.c (append_insn): Remove now-redundant nops != 0
   3372      1.1     skrll 	check from branch delay code.  Remove unnecessary check for branches.
   3373      1.1     skrll 
   3374      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3375      1.1     skrll 
   3376      1.1     skrll 	* config/tc-mips.c (dummy_opcode): Delete.
   3377      1.1     skrll 	(nop_insn, mips16_nop_insn): New variables.
   3378      1.1     skrll 	(NOP_INSN): New macro.
   3379      1.1     skrll 	(insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
   3380      1.1     skrll 	(add_relaxed_insn, insert_into_history, emit_nop): New functions.
   3381      1.1     skrll 	(md_begin): Initialize nop_insn and mips16_nop_insn.
   3382      1.1     skrll 	(append_insn): Use the new emit_nop function to add nops, recording
   3383      1.1     skrll 	them in the history buffer.  Use add_fixed_insn or add_relaxed_insn
   3384      1.1     skrll 	to reserve room for the instruction and install_insn to install the
   3385      1.1     skrll 	final form.  Use insert_into_history to record the instruction in
   3386      1.1     skrll 	the history buffer.  Use move_insn to do delay slot filling.
   3387      1.1     skrll 	(mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
   3388      1.1     skrll 	(macro_build, mips16_macro_build, macro_build_lui, mips_ip)
   3389      1.1     skrll 	(mips16_ip): Use create_insn to initialize mips_cl_insns.
   3390      1.1     skrll 
   3391      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3392      1.1     skrll 
   3393      1.1     skrll 	* config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
   3394      1.1     skrll 	(EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
   3395      1.1     skrll 	(insn_uses_reg, reg_needs_delay, append_insn, macro_build)
   3396      1.1     skrll 	(mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
   3397      1.1     skrll 	(mips16_ip): Use the new macros instead of explicit masks and shifts.
   3398      1.1     skrll 
   3399      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3400      1.1     skrll 
   3401      1.1     skrll 	* config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
   3402      1.1     skrll 	and extended_p fields with a single fixed_p field.
   3403      1.1     skrll 	(append_insn, mips_no_prev_insn): Adjust accordingly.
   3404      1.1     skrll 
   3405      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3406      1.1     skrll 
   3407      1.1     skrll 	* config/tc-mips.c (mips_cl_insn): Replace reloc_type array with
   3408      1.1     skrll 	a single mips16_absolute_jump_p bit.
   3409      1.1     skrll 	(append_insn): Adjust accordingly.
   3410      1.1     skrll 
   3411      1.1     skrll 2005-03-09  Richard Sandiford  <rsandifo (a] redhat.com>
   3412      1.1     skrll 
   3413      1.1     skrll 	* config/tc-mips.h (mips_cl_insn): Move definition to...
   3414      1.1     skrll 	* config/tc-mips.c (mips_cl_insn): ...here.  Add new fields:
   3415      1.1     skrll 	frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p
   3416      1.1     skrll 	and extended_p.
   3417      1.1     skrll 	(history): New variable.
   3418      1.1     skrll 	(prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag)
   3419      1.1     skrll 	(prev_insn_where, prev_insn_reloc_type, prev_insn_fixp)
   3420      1.1     skrll 	(prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended)
   3421      1.1     skrll 	(prev_prev_insn_unreordered): Delete.
   3422      1.1     skrll 	(reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays)
   3423      1.1     skrll 	(macro_start): Replace uses of prev_insn* with the equivalent history[]
   3424      1.1     skrll 	field.
   3425      1.1     skrll 
   3426      1.1     skrll 2005-03-08  Daniel Jacobowitz  <dan (a] codesourcery.com>
   3427      1.1     skrll 
   3428      1.1     skrll 	* doc/Makefile.am: Update as.info dependencies.
   3429      1.1     skrll 	* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
   3430      1.1     skrll 
   3431      1.1     skrll 2005-03-08  Jan Beulich  <jbeulich (a] novell.com>
   3432      1.1     skrll 
   3433      1.1     skrll 	* doc/as.texinfo: Add sentence to indicate redefining a macro is an
   3434      1.1     skrll 	error, and point to .purgem documentation if someone really needs
   3435      1.1     skrll 	re-definitions.
   3436      1.1     skrll 	* NEWS: Mention macro redefinition is now an error.
   3437      1.1     skrll 
   3438      1.1     skrll 2005-03-08  Jan Beulich  <jbeulich (a] novell.com>
   3439      1.1     skrll 
   3440      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
   3441      1.1     skrll 	emitted to. Add more precise diagnostics for non-fitting insns based
   3442      1.1     skrll 	on that. Eliminate now superfluous special casing of MLX. Clear out
   3443      1.1     skrll 	slot information when dropping an insn.
   3444      1.1     skrll 
   3445      1.1     skrll 2005-03-08  Jan Beulich  <jbeulich (a] novell.com>
   3446      1.1     skrll 
   3447      1.1     skrll 	* config/tc-ia64.c (parse_section_name): Rename to...
   3448      1.1     skrll 	(cross_section): In addition to separating the name from the rest of
   3449      1.1     skrll 	the arguments, also carry out the operation.
   3450      1.1     skrll 	(dot_xdata): Use cross_section.
   3451      1.1     skrll 	(dot_float_cons): Likewise.
   3452      1.1     skrll 	(dot_xstringer): Likewise.
   3453      1.1     skrll 	(dot_xdata_ua): Likewise.
   3454      1.1     skrll 	(dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
   3455      1.1     skrll 
   3456      1.1     skrll 2005-03-05  Alan Modra  <amodra (a] bigpond.net.au>
   3457      1.1     skrll 
   3458      1.1     skrll 	* po/gas.pot: Regenerate.
   3459      1.1     skrll 
   3460      1.1     skrll 2005-03-04  David Daney  <ddaney (a] avtrex.com>
   3461      1.1     skrll 
   3462      1.1     skrll 	* config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
   3463      1.1     skrll 	instead of '_gp' for -mno-shared optimization.
   3464      1.1     skrll 	(s_cpload): Ditto.
   3465      1.1     skrll 	(s_abicalls): Document it in the comment.
   3466      1.1     skrll 	(md_show_usage): Document the -mno-shared option.
   3467      1.1     skrll 
   3468      1.1     skrll 2005-03-04  Richard Sandiford  <rsandifo (a] redhat.com>
   3469      1.1     skrll 
   3470      1.1     skrll 	* config/tc-mips.c (mips_set_options): Add sym32 field.
   3471      1.1     skrll 	(mips_opts): Initialize it.
   3472      1.1     skrll 	(HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
   3473      1.1     skrll 	(HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
   3474      1.1     skrll 	(HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
   3475      1.1     skrll 	(load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
   3476      1.1     skrll 	when deciding whether to use a symbolic %highest/%higher expansion.
   3477      1.1     skrll 	(macro): Likewise.  Remove o64/n32 linux hack.  Always use
   3478      1.1     skrll 	ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
   3479      1.1     skrll 	and "la".  Handle constants separately from symbolic expressions in
   3480      1.1     skrll 	the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
   3481      1.1     skrll 	and using load_register to load the high part of the address.
   3482      1.1     skrll 	(OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
   3483      1.1     skrll 	(OPTION_ELF_BASE): Bump by 2.
   3484      1.1     skrll 	(md_longopts): Add entries for -msym32 and -mno-sym32.
   3485      1.1     skrll 	(md_parse_option): Handle them.
   3486      1.1     skrll 	(usage): Document them.
   3487      1.1     skrll 	(s_mipsset): Handle ".set sym32" and ".set nosym32".
   3488      1.1     skrll 	(s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
   3489      1.1     skrll 	HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
   3490      1.1     skrll 	* doc/c-mips.texi: Document ".set sym32", ".set nosym32",
   3491      1.1     skrll 	-msym32 and -mno-sym32.
   3492      1.1     skrll 
   3493      1.1     skrll 2005-03-03  Thiemo Seufer  <seufer (a] csv.ica.uni-stuttgart.de>
   3494      1.1     skrll 
   3495      1.1     skrll 	* config/tc-mips.c (load_address): Implement GP optimization
   3496      1.1     skrll 	for 64bit address space non-PIC. Fix formatting.
   3497      1.1     skrll 	(macro): Likewise. Simplify code.
   3498      1.1     skrll 	(md_parse_option): Don't bail out if -G 0 is set for PIC code.
   3499      1.1     skrll 	(mips_after_parse_args): Simplify code.
   3500      1.1     skrll 
   3501      1.1     skrll 2005-03-03  Nick Clifton  <nickc (a] redhat.com>
   3502      1.1     skrll 
   3503      1.1     skrll 	* expr.c (operand): Remove redundant code enclosed by #ifdef
   3504      1.1     skrll 	RELAX_PAREN_GROUPING....#endif.
   3505      1.1     skrll 
   3506      1.1     skrll 	* config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
   3507      1.1     skrll 	reloc is the difference of two symbols defined in the same
   3508      1.1     skrll 	section.
   3509      1.1     skrll 
   3510      1.1     skrll 	* config/tc-iq2000.c (line_comment_chars): Include the # character
   3511      1.1     skrll 	as otherwise this breaks #APP/#NO_APP processing.
   3512      1.1     skrll 
   3513      1.1     skrll 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan (a] codito.com>
   3514      1.1     skrll 
   3515      1.1     skrll 	* config/tc-arc.c(md_assemble): Remove dead code for handling
   3516      1.1     skrll 	immediate indexing of ld and st .
   3517      1.1     skrll 
   3518      1.1     skrll 2005-03-02  Daniel Jacobowitz  <dan (a] codesourcery.com>
   3519      1.1     skrll 	    Joseph Myers  <joseph (a] codesourcery.com>
   3520      1.1     skrll 
   3521      1.1     skrll 	* config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
   3522      1.1     skrll 	%dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
   3523      1.1     skrll 	(parse_relocation): Check for a word break after a relocation
   3524      1.1     skrll 	operator.
   3525      1.1     skrll 	(md_apply_fix3): Handle TLS relocations, and mark thread-local
   3526      1.1     skrll 	symbols.
   3527      1.1     skrll 
   3528      1.1     skrll 2005-03-02  Alan Modra  <amodra (a] bigpond.net.au>
   3529      1.1     skrll 
   3530      1.1     skrll 	* config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
   3531      1.1     skrll 
   3532      1.1     skrll 2005-03-02  Jan Beulich  <jbeulich (a] novell.com>
   3533      1.1     skrll 
   3534      1.1     skrll 	* as.c (main): Use unlink_if_ordinary instead of unlink.
   3535      1.1     skrll 	* messages.c (as_fatal): Likewise.
   3536      1.1     skrll 
   3537      1.1     skrll 2005-03-02  Jan Beulich  <jbeulich (a] novell.com>
   3538      1.1     skrll 
   3539      1.1     skrll 	* config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
   3540      1.1     skrll 	accesses.
   3541      1.1     skrll 	(parse_register): Allow cr8...15 in all modes.
   3542      1.1     skrll 
   3543      1.1     skrll 2005-03-02  Jan Beulich  <jbeulich (a] novell.com>
   3544      1.1     skrll 
   3545      1.1     skrll 	* config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
   3546      1.1     skrll 	etc. like normal symbol references (T_ID).
   3547      1.1     skrll 
   3548      1.1     skrll 2005-03-02  Alan Modra  <amodra (a] bigpond.net.au>
   3549      1.1     skrll 
   3550      1.1     skrll 	* symbols.c (fb_label_name): Fix silly thinko in last change.
   3551      1.1     skrll 
   3552      1.1     skrll 2005-03-02  Alan Modra  <amodra (a] bigpond.net.au>
   3553      1.1     skrll 
   3554      1.1     skrll 	* expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
   3555      1.1     skrll 	* config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
   3556      1.1     skrll 
   3557      1.1     skrll 	* symbols.c (fb_label_name): Allow an augend of 2 for mmix.
   3558      1.1     skrll 
   3559      1.1     skrll 2005-03-01  Ramana Radhakrishnan  <ramana.radhakrishnan (a] codito.com>
   3560      1.1     skrll 
   3561      1.1     skrll 	PR gas/708
   3562      1.1     skrll 	* config/tc-arc.c (md_assemble): Initialize suffix for extension
   3563      1.1     skrll 	suffixes also.
   3564      1.1     skrll 
   3565      1.1     skrll 2005-03-01  Alan Modra  <amodra (a] bigpond.net.au>
   3566      1.1     skrll 
   3567      1.1     skrll 	* config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
   3568      1.1     skrll 
   3569      1.1     skrll 	* as.h (assert): Warning fix.
   3570      1.1     skrll 	* expr.c (expr): Correct assertion.
   3571      1.1     skrll 	* read.c (s_comm_internal): Remove assertion.
   3572      1.1     skrll 	* write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
   3573      1.1     skrll 	(fixup_segment): Remove assertion.
   3574      1.1     skrll 	* config/tc-dlx.c (machine_ip): Remove untrue assertions.
   3575      1.1     skrll 	(md_apply_fix3): Likewise.
   3576      1.1     skrll 	* config/tc-i370.c (md_begin): Correct assertion.
   3577      1.1     skrll 	(i370_macro): Warning fix for assertion.
   3578      1.1     skrll 
   3579      1.1     skrll 2005-03-01  Alan Modra  <amodra (a] bigpond.net.au>
   3580      1.1     skrll 
   3581      1.1     skrll 	* configure.in (AC_C_BIGENDIAN): Invoke.
   3582      1.1     skrll 	* configure: Regenerate.
   3583      1.1     skrll 	* write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
   3584      1.1     skrll 	host variable to set string header size.
   3585      1.1     skrll 	* config/obj-aout.c (obj_header_append): Don't use host structs.
   3586      1.1     skrll 	(obj_symbol_to_chars): Likewise.
   3587      1.1     skrll 	(obj_emit_strings): Likewise.  Use the passed in output pointer.
   3588      1.1     skrll 	* config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
   3589      1.1     skrll 	* config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
   3590      1.1     skrll 	not sizeof host struct.
   3591      1.1     skrll 	(obj_header_append, obj_symbol_to_chars): Don't use host structs.
   3592      1.1     skrll 	(obj_emit_strings): Likewise.
   3593      1.1     skrll 	* config/obj-bout.h (EXEC_BYTES_SIZE): Define.
   3594      1.1     skrll 	(N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
   3595      1.1     skrll 	sizeof host struct.
   3596      1.1     skrll 	(H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
   3597      1.1     skrll 	sizeof host struct.
   3598      1.1     skrll 	(host_number_to_chars): Define.
   3599      1.1     skrll 	* config/obj-hp300.c (hp300_header_append): Don't use sizeof
   3600      1.1     skrll 	host internal struct to set header sizes.
   3601      1.1     skrll 	* config/tc-i960.c (md_number_to_field): Warning fix.
   3602      1.1     skrll 	(md_ri_to_chars): Use host byte order.
   3603      1.1     skrll 	(get_cdisp, md_apply_fix3): Warning fix.
   3604      1.1     skrll 	* config/tc-m68k.c (md_assemble): Don't use sizeof host short.
   3605      1.1     skrll 
   3606      1.1     skrll 2005-02-28  Ramana Radhakrishnan  <ramana.radhakrishnan (a] codito.com>
   3607      1.1     skrll 
   3608      1.1     skrll 	* doc/c-arc.texi: Update documentation about ARC's extension
   3609      1.1     skrll 	instructions.
   3610      1.1     skrll 
   3611      1.1     skrll 2005-02-27  Svein E. Seldal  <svein (a] dev.seldal.com>
   3612      1.1     skrll 
   3613      1.1     skrll 	* config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
   3614      1.1     skrll 	address for myself.
   3615      1.1     skrll 
   3616      1.1     skrll 2005-02-23  Alan Modra  <amodra (a] bigpond.net.au>
   3617      1.1     skrll 
   3618      1.1     skrll 	* cgen.c: Warning fixes.
   3619      1.1     skrll 	* config/tc-arc.c: Likewise.
   3620      1.1     skrll 	* config/tc-arm.c: Likewise.
   3621      1.1     skrll 	* config/tc-avr.c: Likewise.
   3622      1.1     skrll 	* config/tc-d10v.c: Likewise.
   3623      1.1     skrll 	* config/tc-d30v.c: Likewise.
   3624      1.1     skrll 	* config/tc-frv.c: Likewise.
   3625      1.1     skrll 	* config/tc-frv.h: Likewise.
   3626      1.1     skrll 	* config/tc-h8300.c: Likewise.
   3627      1.1     skrll 	* config/tc-h8500.c: Likewise.
   3628      1.1     skrll 	* config/tc-i370.c: Likewise.
   3629      1.1     skrll 	* config/tc-i960.c: Likewise.
   3630      1.1     skrll 	* config/tc-ia64.c: Likewise.
   3631      1.1     skrll 	* config/tc-ip2k.c: Likewise.
   3632      1.1     skrll 	* config/tc-m68hc11.c: Likewise.
   3633      1.1     skrll 	* config/tc-maxq.c: Likewise.
   3634      1.1     skrll 	* config/tc-mcore.c: Likewise.
   3635      1.1     skrll 	* config/tc-mips.c: Likewise.
   3636      1.1     skrll 	* config/tc-msp430.c: Likewise.
   3637      1.1     skrll 	* config/tc-pj.c: Likewise.
   3638      1.1     skrll 	* config/tc-ppc.c: Likewise.
   3639      1.1     skrll 	* config/tc-ppc.h: Likewise.
   3640      1.1     skrll 	* config/tc-s390.c: Likewise.
   3641      1.1     skrll 	* config/tc-sh.c: Likewise.
   3642      1.1     skrll 	* config/tc-sh64.c: Likewise.
   3643      1.1     skrll 	* config/tc-tic4x.c: Likewise.
   3644      1.1     skrll 	* config/tc-tic80.c: Likewise.
   3645      1.1     skrll 	* config/tc-v850.c: Likewise.
   3646      1.1     skrll 	* config/tc-vax.c: Likewise.
   3647      1.1     skrll 	* config/tc-w65.c: Likewise.
   3648      1.1     skrll 	* config/tc-xstormy16.c: Likewise.
   3649      1.1     skrll 	* config/tc-z8k.c: Likewise.
   3650      1.1     skrll 
   3651      1.1     skrll 2005-02-22  Catherine Moore  <clm (a] cm00re.com>
   3652      1.1     skrll 
   3653      1.1     skrll 	* read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
   3654      1.1     skrll 	* doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
   3655      1.1     skrll 
   3656      1.1     skrll 2005-02-22  Eric Christopher  <echristo (a] redhat.com>
   3657      1.1     skrll 
   3658      1.1     skrll 	* config/tc-mips.c (struct proc): Change isym to
   3659      1.1     skrll 	func_sym. New member func_end_sym.
   3660      1.1     skrll 	(s_mips_ent): Update.
   3661      1.1     skrll 	(s_mips_end): Ditto. Add code to compute function size.
   3662      1.1     skrll 
   3663      1.1     skrll 2005-02-22  Alan Modra  <amodra (a] bigpond.net.au>
   3664      1.1     skrll 
   3665      1.1     skrll 	* read.c: Warning fixes.
   3666      1.1     skrll 	* config/obj-elf.c: Likewise.
   3667      1.1     skrll 
   3668      1.1     skrll 2005-02-22  Maciej W. Rozycki  <macro (a] mips.com>
   3669      1.1     skrll 
   3670      1.1     skrll 	* config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
   3671      1.1     skrll 	emitting insn.
   3672      1.1     skrll 
   3673      1.1     skrll 2005-02-21  H.J. Lu  <hongjiu.lu (a] intel.com>
   3674      1.1     skrll 
   3675      1.1     skrll 	* config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
   3676      1.1     skrll 	SEC_COFF_SHARED.
   3677      1.1     skrll 
   3678      1.1     skrll 	* config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
   3679      1.1     skrll 	SEC_TIC54X_BLOCK.
   3680      1.1     skrll 	(demand_empty_rest_of_line): Likewise.
   3681      1.1     skrll 	(tic54x_sblock): Likewise.
   3682      1.1     skrll 	(tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
   3683      1.1     skrll 
   3684      1.1     skrll 2005-02-21  Alan Modra  <amodra (a] bigpond.net.au>
   3685      1.1     skrll 
   3686      1.1     skrll 	* read.c (address_bytes): New function.
   3687      1.1     skrll 	(TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
   3688      1.1     skrll 	(potable): Add "dc.a".
   3689      1.1     skrll 	(cons_worker): Handle "dc.a".
   3690      1.1     skrll 	* doc/internals.texi (TC_ADDRESS_BYTES): Document.
   3691      1.1     skrll 
   3692      1.1     skrll 2005-02-21  Alan Modra  <amodra (a] bigpond.net.au>
   3693      1.1     skrll 
   3694      1.1     skrll 	* input-file.c (input_file_open): Rearrange to avoid warning.
   3695      1.1     skrll 
   3696      1.1     skrll 2005-02-19  Alan Modra  <amodra (a] bigpond.net.au>
   3697      1.1     skrll 
   3698      1.1     skrll 	* config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
   3699      1.1     skrll 	* read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
   3700      1.1     skrll 	* doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
   3701      1.1     skrll 
   3702      1.1     skrll 2005-02-18  Thiemo Seufer  <seufer (a] csv.ica.uni-stuttgart.de>
   3703      1.1     skrll 
   3704      1.1     skrll 	* config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
   3705      1.1     skrll 	uses after .set noat.
   3706      1.1     skrll 	(load_address): Likewise.
   3707      1.1     skrll 	(macro): Likewise. Don't try to avoid $at use by sacrificing
   3708      1.1     skrll 	the target register before it is stored, it won't work.
   3709      1.1     skrll 
   3710      1.1     skrll 2005-02-17  James E Wilson  <wilson (a] specifixinc.com>
   3711      1.1     skrll 
   3712      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
   3713      1.1     skrll 	see an instruction that specifies a template.
   3714      1.1     skrll 
   3715      1.1     skrll 2005-02-18  Alan Modra  <amodra (a] bigpond.net.au>
   3716      1.1     skrll 
   3717      1.1     skrll 	* config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
   3718      1.1     skrll 	* config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
   3719      1.1     skrll 	* config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
   3720      1.1     skrll 
   3721      1.1     skrll 2005-02-17  H.J. Lu  <hongjiu.lu (a] intel.com>
   3722      1.1     skrll 
   3723      1.1     skrll 	* NEWS: Mention "-mhint.b=[ok|warning|error]".
   3724      1.1     skrll 
   3725      1.1     skrll 	* config/tc-ia64.c (md): Add hint_b.
   3726      1.1     skrll 	(emit_one_bundle): Handle md.hint_b for "hint".
   3727      1.1     skrll 	(md_parse_option): Accepted "-mhint.b=[ok|warning|error]".
   3728      1.1     skrll 	(md_show_usage): Add "-mhint.b=[ok|warning|error]".
   3729      1.1     skrll 	(ia64_init): Set md.hint_b to error.
   3730      1.1     skrll 	(md_assemble): Handle md.hint_b for "hint.b".
   3731      1.1     skrll 
   3732      1.1     skrll 	* doc/as.texinfo: Add "-mhint.b=[ok|warning|error]".
   3733      1.1     skrll 	* doc/c-ia64.texi: Likewise.
   3734      1.1     skrll 
   3735      1.1     skrll 2005-02-17  Alan Modra  <amodra (a] bigpond.net.au>
   3736      1.1     skrll 
   3737      1.1     skrll 	* tc.h (struct relax_type, relax_typeS): Move from here..
   3738      1.1     skrll 	* as.h: ..to here.  Make rlx_forward and rlx_backward an offsetT.
   3739      1.1     skrll 	* ecoff.c (ecoff_new_file): Add appfile param.
   3740      1.1     skrll 	* ecoff.h (ecoff_new_file): Likewise.
   3741      1.1     skrll 	* itbl-lex.h: New file.
   3742      1.1     skrll 	* itbl-lex.l: Include itbl-lex.h.
   3743      1.1     skrll 	* itbl-parse.y: Likewise.
   3744      1.1     skrll 	(insntbl_line, yyparse, yylex): Move to itbl-lex.h.
   3745      1.1     skrll 	* read.c (s_app_file_string): Mark appfile possibly unused.
   3746      1.1     skrll 	* subsegs.c (seg_not_empty_p): Make sec possibly unused.
   3747      1.1     skrll 	* subsegs.h (struct seg_info_trash): Delete.
   3748      1.1     skrll 	(seg_info): Use segment_info_type instead.
   3749      1.1     skrll 	* config/obj-coff.c (struct filename_list): Make filename const char *.
   3750      1.1     skrll 	* config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file.
   3751      1.1     skrll 	* config/obj-elf.c (elf_file_symbol): Similarly.
   3752      1.1     skrll 	* config/tc-a29k.c (md_apply_fix3): Make val a valueT.  Don't use
   3753      1.1     skrll 	signed right shift.
   3754      1.1     skrll 	* config/tc-arc.c (md_operand): Warning fix.
   3755      1.1     skrll 	* config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF.
   3756      1.1     skrll 	(md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF.
   3757      1.1     skrll 	* config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while.
   3758      1.1     skrll 	* config/tc-frv.c (frv_force_relocation): Warning fix.
   3759      1.1     skrll 	* config/tc-m68k.c (md_parse_option): Delete unused var.
   3760      1.1     skrll 	* config/tc-mcore.c (mylog2): Rename from log2 throughout.
   3761      1.1     skrll 	* config/tc-sparc.c: Likewise.
   3762      1.1     skrll 	(s_common): Warning fix.
   3763      1.1     skrll 	* config/tc-mips.c (append_insn): Use unsigned long long expressions.
   3764      1.1     skrll 	* config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from
   3765      1.1     skrll 	addressT.
   3766      1.1     skrll 	* config/tc-s390.c (s390_insn): Delete test of unsigned >= 0.
   3767      1.1     skrll 	* config/tc-sh.c (sh_cfi_frame_initial_instructions,
   3768      1.1     skrll 	sh_regname_to_dw2regnum): Only define for OBJ_ELF.
   3769      1.1     skrll 	* config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER.
   3770      1.1     skrll 	(tic4x_do_align): Use TIC_NOP_OPCODE.
   3771      1.1     skrll 	* config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
   3772      1.1     skrll 	* config/tc-vax.c: Include netinet/in.h.
   3773      1.1     skrll 	(tc_headers_hook): Formatting.
   3774      1.1     skrll 	* config/tc-xstormy16.c (md_pcrel_from_section): Correct parens.
   3775      1.1     skrll 
   3776      1.1     skrll 2005-02-17  Jan Beulich  <jbeulich (a] novell.com>
   3777      1.1     skrll 
   3778      1.1     skrll 	* config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when
   3779      1.1     skrll 	parsing inN, locN, outN. Set 'idx' to offset register number starts
   3780      1.1     skrll 	at. Don't handle numbers with leading zeroes or beyond 95. Remove
   3781      1.1     skrll 	pointless cast.
   3782      1.1     skrll 
   3783      1.1     skrll 2005-02-16  Thiemo Seufer  <seufer (a] csv.ica.uni-stuttgart.de>
   3784      1.1     skrll 
   3785      1.1     skrll 	* config/tc-mips.c (load_address): Fix formatting.
   3786      1.1     skrll 	(macro): Don't use AT if .set noat is in effect. Fix formatting.
   3787      1.1     skrll 	Catch macros which are unexpandable without AT. Remove duplicate
   3788      1.1     skrll 	zeroing of used_at.
   3789      1.1     skrll 	(macro2): Remove duplicate zeroing of used_at.
   3790      1.1     skrll 
   3791      1.1     skrll 2005-02-16  Alan Modra  <amodra (a] bigpond.net.au>
   3792      1.1     skrll 
   3793      1.1     skrll 	* dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
   3794      1.1     skrll 	than zero.
   3795      1.1     skrll 
   3796      1.1     skrll 2005-02-15  Nigel Stephens  <nigel (a] mips.com>
   3797      1.1     skrll 	    Maciej W. Rozycki  <macro (a] mips.com>
   3798      1.1     skrll 
   3799      1.1     skrll 	* config/tc-mips.c (reloc_needs_lo_p): Handle
   3800      1.1     skrll 	BFD_RELOC_MIPS16_HI16_S.
   3801      1.1     skrll 	(fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
   3802      1.1     skrll 	(append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
   3803      1.1     skrll 	and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
   3804      1.1     skrll 	complaints on.
   3805      1.1     skrll 	(mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
   3806      1.1     skrll 	BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
   3807      1.1     skrll 	Call my_getSmallExpression() to parse percent operators.
   3808      1.1     skrll 	(percent_op_match, mips_percent_op): Separate definitions.
   3809      1.1     skrll 	(mips16_percent_op): Define percent operators for the MIPS16 mode.
   3810      1.1     skrll 	(parse_relocation): Handle the MIPS16 mode using
   3811      1.1     skrll 	mips16_percent_op.
   3812      1.1     skrll 	(md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
   3813      1.1     skrll 	BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
   3814      1.1     skrll 
   3815      1.1     skrll 2005-02-15  Jan Beulich  <jbeulich (a] novell.com>
   3816      1.1     skrll 
   3817      1.1     skrll 	* config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
   3818      1.1     skrll 	instead of explicitly dealing with the translation; exclude
   3819      1.1     skrll 	relocations that are already pcrel, however.
   3820      1.1     skrll 
   3821      1.1     skrll 2005-02-15  Jan Beulich  <jbeulich (a] novell.com>
   3822      1.1     skrll 
   3823      1.1     skrll 	* config/tc-ia64.c: Include limits.h (if available).
   3824      1.1     skrll 	(gr_values[0]): Set path to INT_MAX.
   3825      1.1     skrll 	(dot_reg_val): Don't allow changing value of r0. Limit range of
   3826      1.1     skrll 	general registers at r127.
   3827      1.1     skrll 	(specify_resource): Default resource index is -1. Don't set resource
   3828      1.1     skrll 	index (in case IA64_RS_RSE) without setting the specific flag.
   3829      1.1     skrll 	(note_register_values): Check operand is O_constant before tracking
   3830      1.1     skrll 	input value of moves. Add tracking for dep.z with constant inputs.
   3831      1.1     skrll 	(print_dependency): Resource index of specific resource may be zero.
   3832      1.1     skrll 	(check_dependencies): Likewise.
   3833      1.1     skrll 
   3834      1.1     skrll 2005-02-15  Jan Beulich  <jbeulich (a] novell.com>
   3835      1.1     skrll 
   3836      1.1     skrll 	* config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
   3837      1.1     skrll 	reg_class. Check operands and emit diagnostics for illegal use of
   3838      1.1     skrll 	registers.
   3839      1.1     skrll 
   3840      1.1     skrll 2005-02-15  Jan Beulich  <jbeulich (a] novell.com>
   3841      1.1     skrll 
   3842      1.1     skrll 	* config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
   3843      1.1     skrll 	new variables type, suffix, and width. Handle
   3844      1.1     skrll 	BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
   3845      1.1     skrll 	Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
   3846      1.1     skrll 	FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
   3847      1.1     skrll 	FUNC_DTP_RELATIVE case. Return incoming relocation type if
   3848      1.1     skrll 	BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
   3849      1.1     skrll 	if unable to translate relocation type, using the new variables.
   3850      1.1     skrll 
   3851      1.1     skrll 2005-02-15  Jan Beulich  <jbeulich (a] novell.com>
   3852      1.1     skrll 
   3853      1.1     skrll 	* config/tc-ia64.h (ia64_symbol_chars): Declare.
   3854      1.1     skrll 	(ty_symbol_chars): Define.
   3855      1.1     skrll 	* config/tc-ia64.c (ia64_symbol_chars): Define.
   3856      1.1     skrll 
   3857      1.1     skrll 2005-02-15  Jan Beulich  <jbeulich (a] novell.com>
   3858      1.1     skrll 
   3859      1.1     skrll 	* config/tc-ia64.c (ia64_parse_name): Only update next character if
   3860      1.1     skrll 	input_line_pointer was advanced.
   3861      1.1     skrll 
   3862      1.1     skrll 2005-02-14  Kaz Kojima  <kkojima (a] rr.iij4u.or.jp>
   3863      1.1     skrll 
   3864      1.1     skrll 	* config/tc-sh.c (md_apply_fix3): Add parentheses around &
   3865      1.1     skrll 	within |.
   3866      1.1     skrll 
   3867      1.1     skrll 2005-02-13  Jan Beulich  <jbeulich (a] novell.com>
   3868      1.1     skrll 
   3869      1.1     skrll 	* config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
   3870      1.1     skrll 	(md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
   3871      1.1     skrll 	indicator.
   3872      1.1     skrll 	(ia64_init): Set md.detect_dv.
   3873      1.1     skrll 	(ia64_start_line): New static variable warned. Warn only once when
   3874      1.1     skrll 	encountering explicit stops in automatic mode.
   3875      1.1     skrll 	* doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
   3876      1.1     skrll 	* NEWS: Mention new default mode.
   3877      1.1     skrll 
   3878      1.1     skrll 2005-02-13  Jan Beulich  <jbeulich (a] novell.com>
   3879      1.1     skrll 
   3880      1.1     skrll 	* config/tc-ia64.c (dot_rot): Add comment that name strings should
   3881      1.1     skrll 	be freed when wiping out previous state. Canonicalize names before
   3882      1.1     skrll 	use. Free name string when detecting redefinition.
   3883      1.1     skrll 	(dot_pred_rel): Call generic expression parser to process arguments.
   3884      1.1     skrll 	Handle O_register case for individual predicates and O_subtract for
   3885      1.1     skrll 	ranges.
   3886      1.1     skrll 	(ia64_parse_name): Canonicalize name before looking it up in dynamic
   3887      1.1     skrll 	register hash.
   3888      1.1     skrll 	(ia64_canonicalize_symbol_name): Strip off all trailing # characters.
   3889      1.1     skrll 	Warn if multiple found, issue error if resulting symbol name has zero
   3890      1.1     skrll 	length.
   3891      1.1     skrll 	(dot_alias): Canonicalize name before use.
   3892      1.1     skrll 
   3893      1.1     skrll 2005-02-11  H.J. Lu  <hongjiu.lu (a] intel.com>
   3894      1.1     skrll 
   3895      1.1     skrll 	* config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
   3896      1.1     skrll 	and 0 for error.
   3897      1.1     skrll 	(in_procedure): Return -1 for warning.
   3898      1.1     skrll 	(in_prologue): Likewise.
   3899      1.1     skrll 	(in_body): Likewise.
   3900      1.1     skrll 
   3901      1.1     skrll 2005-02-11  H.J. Lu  <hongjiu.lu (a] intel.com>
   3902      1.1     skrll 
   3903      1.1     skrll 	* config/tc-ia64.c (dot_xdata): Undo the last change.
   3904      1.1     skrll 	(dot_float_cons): Likewise.
   3905      1.1     skrll 	(dot_xstringer): Likewise.
   3906      1.1     skrll 	(dot_xdata_ua): Likewise.
   3907      1.1     skrll 	(dot_float_cons_ua): Likewise.
   3908      1.1     skrll 
   3909      1.1     skrll 2005-02-11  H.J. Lu  <hongjiu.lu (a] intel.com>
   3910      1.1     skrll 
   3911      1.1     skrll 	* NEWS: Mention "-munwind-check=[warning|error]".
   3912      1.1     skrll 
   3913      1.1     skrll 	* config/tc-ia64.c (md): Add unwind_check.
   3914      1.1     skrll 	(unwind_diagnostic): New.
   3915      1.1     skrll 	(in_procedure): Call unwind_diagnostic when a directive isn't
   3916      1.1     skrll 	in procedure.
   3917      1.1     skrll 	(in_prologue): Call unwind_diagnostic when a directive isn't in
   3918      1.1     skrll 	prologue.
   3919      1.1     skrll 	(in_body): Call unwind_diagnostic when a directive isn't in
   3920      1.1     skrll 	body region.
   3921      1.1     skrll 	(dot_endp): Set md.unwind_check to error before calling
   3922      1.1     skrll 	in_procedure and restore it after. When the name is missing or
   3923      1.1     skrll 	couldn't be found, use the one from the last .proc if
   3924      1.1     skrll 	md.unwind_check isn't error. Warn if md.unwind_check is
   3925      1.1     skrll 	warning.
   3926      1.1     skrll 	(md_parse_option): Handle "-munwind-check=[warning|error]".
   3927      1.1     skrll 	(md_show_usage): Add "-munwind-check=[warning|error]".
   3928      1.1     skrll 	(ia64_init): Set md.unwind_check to warning.
   3929      1.1     skrll 
   3930      1.1     skrll 	* doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
   3931      1.1     skrll 	* doc/c-ia64.texi: Likewise.
   3932      1.1     skrll 
   3933      1.1     skrll 2005-02-11  Jan Beulich  <jbeulich (a] novell.com>
   3934      1.1     skrll 
   3935      1.1     skrll 	* config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
   3936      1.1     skrll 	(LEX_QM): Likewise.
   3937      1.1     skrll 	(ia64_parse_name): New third parameter.
   3938      1.1     skrll 	(md_parse_name): Pass third argument.
   3939      1.1     skrll 	* config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
   3940      1.1     skrll 	(md_operand): Handling of '@'-prefixed symbols moved from here...
   3941      1.1     skrll 	(ia64_parse_name): ...to here.
   3942      1.1     skrll 
   3943      1.1     skrll 2005-02-11  Jan Beulich  <jbeulich (a] novell.com>
   3944      1.1     skrll 
   3945      1.1     skrll 	* config/tc-ia64.c (md): Remove last_groups and group_idx.
   3946      1.1     skrll 	(errata_nop_necessary_p): Remove declaraction and definition.
   3947      1.1     skrll 	(emit_one_bundle): Don't call errata_nop_necessary_p. Don't
   3948      1.1     skrll 	update md.group_idx. Don't reset md.last_groups.
   3949      1.1     skrll 
   3950      1.1     skrll 2005-02-11  Jan Beulich  <jbeulich (a] novell.com>
   3951      1.1     skrll 
   3952      1.1     skrll 	* config/tc-ia64.c (parse_section_name): Handle non-quoted first
   3953      1.1     skrll 	argument.
   3954      1.1     skrll 	(dot_xdata): Free section name after use.
   3955      1.1     skrll 	(dot_float_cons): Likewise.
   3956      1.1     skrll 	(dot_xstringer): Likewise.
   3957      1.1     skrll 	(dot_xdata_ua): Likewise.
   3958      1.1     skrll 	(dot_float_cons_ua): Likewise.
   3959      1.1     skrll 	(md_pseudo_table): Add xdata16 and xdata16.ua.
   3960      1.1     skrll 
   3961      1.1     skrll 2005-02-10  H.J. Lu  <hongjiu.lu (a] intel.com>
   3962      1.1     skrll 
   3963      1.1     skrll 	* doc/all.texi: Add IA64.
   3964      1.1     skrll 	* doc/as.texinfo: Likewise.
   3965      1.1     skrll 
   3966      1.1     skrll 	* doc/c-ia64.texi: Fix typos.
   3967      1.1     skrll 
   3968      1.1     skrll 2005-02-10  Julian Brown  <julian (a] codesourcery.com>
   3969      1.1     skrll 
   3970      1.1     skrll 	* config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
   3971      1.1     skrll 	BFD_RELOC_UNUSED.
   3972      1.1     skrll 	(do_t_push_pop): Likewise.
   3973      1.1     skrll 	(md_assemble): Likewise.
   3974      1.1     skrll 	(md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
   3975      1.1     skrll 	BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
   3976      1.1     skrll 	(create_unwind_entry): Output dependency on the required personality
   3977      1.1     skrll 	routines.
   3978      1.1     skrll 
   3979      1.1     skrll 2005-02-07  Nathan Sidwell  <nathan (a] codesourcery.com>
   3980      1.1     skrll 
   3981      1.1     skrll 	* as.h (seg_not_empty_p): Return int, not bfd_boolean.
   3982      1.1     skrll 	* subsegs.c (seg_not_empty_p): Likewise.
   3983      1.1     skrll 
   3984      1.1     skrll 2005-02-07  Inderpreet Singh <inderpreetb (a] noida.hcltech.com>
   3985      1.1     skrll 
   3986      1.1     skrll 	* config/tc-maxq.c (md_estimate_size_before_relax): Correct the
   3987      1.1     skrll 	relative jump calculation.
   3988      1.1     skrll 	<md_convert_frag) : Likewise.
   3989      1.1     skrll 	<output_disp): Likewise.
   3990      1.1     skrll 
   3991      1.1     skrll 2005-02-07  Hans-Peter Nilsson  <hp (a] axis.com>
   3992      1.1     skrll 
   3993      1.1     skrll 	* write.c (write_object_file): Recognize warning-symbol construct
   3994      1.1     skrll 	and skip object- and target- handling for the second symbol.
   3995      1.1     skrll 
   3996      1.1     skrll 2005-02-02  Jan Beulich  <jbeulich (a] novell.com>
   3997      1.1     skrll 
   3998      1.1     skrll 	* config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
   3999      1.1     skrll 	designators along with quoted ones. Free copy of quoted designator
   4000      1.1     skrll 	when done.
   4001      1.1     skrll 
   4002      1.1     skrll 2005-02-01  Ben Elliston  <bje (a] au.ibm.com>
   4003      1.1     skrll 
   4004      1.1     skrll 	* config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
   4005      1.1     skrll 	config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
   4006      1.1     skrll 	config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
   4007      1.1     skrll 	config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
   4008      1.1     skrll 	config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
   4009      1.1     skrll 	config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
   4010      1.1     skrll 	config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
   4011      1.1     skrll 	config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
   4012      1.1     skrll 	config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
   4013      1.1     skrll 	config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
   4014      1.1     skrll 	config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
   4015      1.1     skrll 	config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
   4016      1.1     skrll 	config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
   4017      1.1     skrll 	#if 0'd code throughout.
   4018      1.1     skrll 
   4019      1.1     skrll 2005-01-31  Nick Clifton  <nickc (a] redhat.com>
   4020      1.1     skrll 
   4021      1.1     skrll 	* as.c (parse_args): Bump copyright date reported by --version to
   4022      1.1     skrll 	2005.
   4023      1.1     skrll 
   4024      1.1     skrll 2005-01-31  Nick Clifton  <nickc (a] redhat.com>
   4025      1.1     skrll 
   4026      1.1     skrll 	* configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
   4027      1.1     skrll 	and vax-vms.
   4028      1.1     skrll 
   4029      1.1     skrll 2005-01-31  Jan Beulich  <jbeulich (a] novell.com>
   4030      1.1     skrll 
   4031      1.1     skrll 	* macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
   4032      1.1     skrll 	that can end with .endr in that case. Make requiring/permitting
   4033      1.1     skrll 	pseudo-ops without leading dot closer to the logic in read.c serving
   4034      1.1     skrll 	the same purpose.
   4035      1.1     skrll 	(expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
   4036      1.1     skrll 	ignored.
   4037      1.1     skrll 
   4038      1.1     skrll 2005-01-31  Jan Beulich  <jbeulich (a] novell.com>
   4039      1.1     skrll 
   4040      1.1     skrll 	* macro.c (do_formals): Adjust to no longer accept empty parameter
   4041      1.1     skrll 	names.
   4042      1.1     skrll 	(define_macro): Adjust to no longer accept empty macro name, garbage
   4043      1.1     skrll 	following the parameters, or macros that were previously defined.
   4044      1.1     skrll 	* read.c (s_bad_end): Declare.
   4045      1.1     skrll 	(potable): Add endm. Handler for endr and endm is s_bad_end.
   4046      1.1     skrll 	(s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
   4047      1.1     skrll 	and .endr.
   4048      1.1     skrll 	* read.h (s_bad_endr): Remove.
   4049      1.1     skrll 
   4050      1.1     skrll 2005-01-31  Jan Beulich  <jbeulich (a] novell.com>
   4051      1.1     skrll 
   4052      1.1     skrll 	* config/tc-ia64.c (parse_operands): Parse all specified operands,
   4053      1.1     skrll 	immediately discarding (but counting) those exceeding the maximum
   4054      1.1     skrll 	possible amount. Track whether output and input operand counts ever
   4055      1.1     skrll 	matched, and use this to better indicate which of the operands/
   4056      1.1     skrll 	operand types was wrong; specifically don't default to pointing to
   4057      1.1     skrll 	the first operand.
   4058      1.1     skrll 
   4059      1.1     skrll 2005-01-31  Jan Beulich  <jbeulich (a] novell.com>
   4060      1.1     skrll 
   4061      1.1     skrll 	* config/tc-ia64.c (unwind): Remove proc_end (now an automatic
   4062      1.1     skrll 	variable in dot_endp). Add body and insn. Make prologue,
   4063      1.1     skrll 	prologue_mask, body, and insn bitfields.
   4064      1.1     skrll 	(fixup_unw_records): Remove spurious new-lines from end of diagnostic
   4065      1.1     skrll 	messages.
   4066      1.1     skrll 	(in_procedure, in_prologue, in_body): New.
   4067      1.1     skrll 	(dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
   4068      1.1     skrll 	dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
   4069      1.1     skrll 	dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
   4070      1.1     skrll 	dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
   4071      1.1     skrll 	dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
   4072      1.1     skrll 	dot_personality): Use the appropriate one of the above.
   4073      1.1     skrll 	(dot_proc): Clear unwind.proc_start; set to current location only if
   4074      1.1     skrll 	none of the entry points were valid. Check for non-zero-length entry
   4075      1.1     skrll 	point names. Check that entry points aren't defined, yet. Clear
   4076      1.1     skrll 	unwind.prologue, unwind.body, and unwind.insn.
   4077      1.1     skrll 	(dot_body): Call in_procedure. Check that first directive in procedure
   4078      1.1     skrll 	had no insns emitted before. Set unwind.body.
   4079      1.1     skrll 	(dot_prologue): Call in_procedure. Check that not already in prologue.
   4080      1.1     skrll 	Check that first directive in procedure had no insns emitted before.
   4081      1.1     skrll 	Clear unwind.body.
   4082      1.1     skrll 	(dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
   4083      1.1     skrll 	length entry point names. Check that entry points became defined.
   4084      1.1     skrll 	(md_assemble): Set unwind.insn once unwind.proc_start is defined.
   4085      1.1     skrll 
   4086      1.1     skrll 2005-01-31  Jan Beulich  <jbeulich (a] novell.com>
   4087      1.1     skrll 
   4088      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
   4089      1.1     skrll 	before actually using it. Don't generate an error in manual bundling
   4090      1.1     skrll 	mode when looking at an insn requiring slot 2 but not yet at slot 2.
   4091      1.1     skrll 	Don't generate an error in manual bundling mode when looking at an
   4092      1.1     skrll 	insn required to be last in its group but the required slot hasn't
   4093      1.1     skrll 	been reached, yet. Allow conversion from MII to MI;I for bundle
   4094      1.1     skrll 	consisting of only 2 insns with the stop between them. Suppress
   4095      1.1     skrll 	various meaningless errors resulting from detecting earlier ones.
   4096      1.1     skrll 
   4097      1.1     skrll 2005-01-31  Jan Beulich  <jbeulich (a] novell.com>
   4098      1.1     skrll 
   4099      1.1     skrll 	* config/tc-ia64.c (parse_operands): Also handle alloc without first
   4100      1.1     skrll 	input being ar.pfs.
   4101      1.1     skrll 
   4102      1.1     skrll 2005-01-28  Christian Groessler  <chris (a] groessler.org>
   4103      1.1     skrll 
   4104      1.1     skrll 	* config/tc-z8k.c (md_assemble): Improve error detection.
   4105      1.1     skrll 
   4106      1.1     skrll 2005-01-28  Jan Beulich  <jbeulich (a] novell.com>
   4107      1.1     skrll 
   4108      1.1     skrll 	* config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
   4109      1.1     skrll 	for personality routine pointer only if there is one.
   4110      1.1     skrll 	(ia64_convert_frag): Likewise.
   4111      1.1     skrll 	(generate_unwind_image): Likewise.
   4112      1.1     skrll 
   4113      1.1     skrll 2005-01-27  Christian Groessler  <chris (a] groessler.org>
   4114      1.1     skrll 
   4115      1.1     skrll 	* config/tc-z8k.c (INSERT): Remove, not used anywhere.
   4116      1.1     skrll 	(md_apply_fix3): Make relative branches out of range an error
   4117      1.1     skrll 	instead of a warning.  Display correct line number for out of
   4118      1.1     skrll 	range branches/calls/memory accesses.
   4119      1.1     skrll 
   4120      1.1     skrll 2005-01-27  Nathan Sidwell  <nathan (a] codesourcery.com>
   4121      1.1     skrll 
   4122      1.1     skrll 	* dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
   4123      1.1     skrll 	to emit .debug_line and other debug sections.
   4124      1.1     skrll 	* as.h (seg_not_empty_p): Declare.
   4125      1.1     skrll 	* subsegs.c (seg_not_empty_p): New predicate.
   4126      1.1     skrll 
   4127      1.1     skrll 2005-01-27  Andrew Cagney  <cagney (a] gnu.org>
   4128      1.1     skrll 
   4129      1.1     skrll 	* configure: Regenerate to track ../gettext.m4 change.
   4130      1.1     skrll 
   4131      1.1     skrll 2005-01-27  Jan Beulich  <jbeulich (a] novell.com>
   4132      1.1     skrll 
   4133      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
   4134      1.1     skrll 
   4135      1.1     skrll 2005-01-27  Jan Beulich  <jbeulich (a] novell.com>
   4136      1.1     skrll 
   4137      1.1     skrll 	* config/tc-ia64.c (emit_one_bundle): Add late resolution of move
   4138      1.1     skrll 	to/from application registers dynamic insns.
   4139      1.1     skrll 	(md_assemble): Defer resolution of move to/from application registers
   4140      1.1     skrll 	dynamic insns when they can be issued on either the I- or M-units.
   4141      1.1     skrll 
   4142      1.1     skrll 2005-01-25  Alexandre Oliva  <aoliva (a] redhat.com>
   4143      1.1     skrll 
   4144      1.1     skrll 	* config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
   4145      1.1     skrll 	2004-12-10  Alexandre Oliva  <aoliva (a] redhat.com>
   4146      1.1     skrll 	* config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
   4147      1.1     skrll 	2004-11-10  Alexandre Oliva  <aoliva (a] redhat.com>
   4148      1.1     skrll 	* cgen.c (gas_cgen_parse_operand): Handle
   4149      1.1     skrll 	CGEN_PARSE_OPERAND_SYMBOLIC.
   4150      1.1     skrll 	* config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
   4151      1.1     skrll 	(frv_force_relocation): Likewise.  Fix handling of PIC
   4152      1.1     skrll 	relocations.
   4153      1.1     skrll 	(md_apply_fix3): Likewise.
   4154      1.1     skrll 
   4155      1.1     skrll 2005-01-21  Ben Elliston  <bje (a] au.ibm.com>
   4156      1.1     skrll 
   4157      1.1     skrll 	* as.h: Remove #if 0'd code.
   4158      1.1     skrll 	* atof-generic.c (atof_generic): Likewise.
   4159      1.1     skrll 	* ecoff.c (ecoff_directive_frame): Likewise.
   4160      1.1     skrll 	* frags.h (FRAG_APPEND_1_CHAR): Likewise.
   4161      1.1     skrll 	* itbl-ops.c (itbl_add_reg): Likewise.
   4162      1.1     skrll 	* listing.c (calc_hex): Likewise.
   4163      1.1     skrll 	* read.c (MASK_CHAR): Likewise.
   4164      1.1     skrll 	* subsegs.c (subsegs_print_statistics): Likewise.
   4165      1.1     skrll 	* symbols.c (indent): Likewise.
   4166      1.1     skrll 	* write.c (write_relocs): Likewise.
   4167      1.1     skrll 	(write_object_file): Likewise.
   4168      1.1     skrll 	(relax_frag): Likewise.
   4169      1.1     skrll 
   4170      1.1     skrll 2005-01-20  Nick Clifton  <nickc (a] redhat.com>
   4171      1.1     skrll 
   4172      1.1     skrll 	* as.c (std_longopts): Add an entry for "--a" in order to prevent
   4173      1.1     skrll 	getopt_long_only() from considering -a as an abbreviation for
   4174      1.1     skrll 	--alternate.
   4175      1.1     skrll 	(parse_args): Fix the parsing of -a=<file>.
   4176      1.1     skrll 
   4177      1.1     skrll 2005-01-20  Alan Modra  <amodra (a] bigpond.net.au>
   4178      1.1     skrll 
   4179      1.1     skrll 	PR gas/684
   4180      1.1     skrll 	* read.c (s_incbin): Adjust default count for skip.  Check validity
   4181      1.1     skrll 	of count and skip rigorously.
   4182      1.1     skrll 
   4183      1.1     skrll 2005-01-19  Fred Fish  <fnf (a] specifixinc.com>
   4184      1.1     skrll 
   4185      1.1     skrll 	* config/tc-mips.c (dummy_opcode): Add init for new struct member.
   4186      1.1     skrll 
   4187      1.1     skrll 2005-01-19  Richard Sandiford  <rsandifo (a] redhat.com>
   4188      1.1     skrll 
   4189      1.1     skrll 	* read.c (convert_to_bignum): New function, split out from...
   4190      1.1     skrll 	(emit_expr): ...here.  Handle the case where X_add_number is
   4191      1.1     skrll 	positive and the input value is negative.
   4192      1.1     skrll 	(output_big_sleb128): Fix setting of continuation bit.  Check whether
   4193      1.1     skrll 	the final byte needs to be sign-extended.  Fix size-shrinking loop.
   4194      1.1     skrll 	(emit_leb128_expr): When generating a signed leb128, see whether the
   4195      1.1     skrll 	sign of an O_constant's X_add_number matches the sign of the input
   4196      1.1     skrll 	value.  Use a bignum if not.
   4197      1.1     skrll 
   4198      1.1     skrll 2005-01-17  Andrew Stubbs  <andrew.stubbs (a] st.com>
   4199      1.1     skrll 
   4200      1.1     skrll 	* tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
   4201      1.1     skrll 	arch_sh_up in order to match the external name and make the
   4202      1.1     skrll 	testsuite's job easier.
   4203      1.1     skrll 
   4204      1.1     skrll 2005-01-14  H.J. Lu  <hongjiu.lu (a] intel.com>
   4205      1.1     skrll 
   4206      1.1     skrll 	PR 659
   4207      1.1     skrll 	* config/tc-i386.c (i386_scale): Disallow 0 scale.
   4208      1.1     skrll 
   4209      1.1     skrll 2005-01-12  Nick Clifton  <nickc (a] redhat.com>
   4210      1.1     skrll 
   4211      1.1     skrll 	* config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
   4212      1.1     skrll 	ignored_arguments array.
   4213      1.1     skrll 
   4214      1.1     skrll 2005-01-10  H.J. Lu  <hongjiu.lu (a] intel.com>
   4215      1.1     skrll 
   4216      1.1     skrll 	* write.c (write_object_file): Disallow a symbol equated to
   4217      1.1     skrll 	common symbol.
   4218      1.1     skrll 
   4219      1.1     skrll 2005-01-10  Inderpreet Singh <inderpreetb (a] noida.hcltech.com>
   4220      1.1     skrll 
   4221      1.1     skrll 	* tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
   4222      1.1     skrll 	bfd_mach_maxq20.
   4223      1.1     skrll 	(md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
   4224      1.1     skrll 	(maxq_target): New function: Set the machine type.
   4225      1.1     skrll 
   4226      1.1     skrll 2005-01-06  Paul Brook  <paul (a] codesourcery.com>
   4227      1.1     skrll 
   4228      1.1     skrll 	* config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
   4229      1.1     skrll 	(md_begin): Handle TE_VXWORKS for FP defaults.
   4230      1.1     skrll 	(md_apply_fix3): Correct rela offsets.
   4231      1.1     skrll 	(elf32_arm_target_format): Add VxWorks targets.
   4232      1.1     skrll 
   4233      1.1     skrll 2005-01-06  Paul Brook  <paul (a] codesourcery.com>
   4234      1.1     skrll 
   4235      1.1     skrll 	* configure.tgt: Set em=vxworks for *-*-vxworks.
   4236      1.1     skrll 	* config/te-vxworks.h: New File.
   4237      1.1     skrll 
   4238      1.1     skrll 2005-01-06  Paul Brook  <paul (a] codesourcery.com>
   4239      1.1     skrll 
   4240      1.1     skrll 	* config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
   4241      1.1     skrll 
   4242      1.1     skrll 2005-01-04  Dmitry Diky  <diwil (a] spec.ru>
   4243      1.1     skrll 
   4244      1.1     skrll 	* config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
   4245      1.1     skrll 	global label.
   4246      1.1     skrll 
   4247      1.1     skrll 2005-01-03  David Mosberger  <davidm (a] hpl.hp.com>
   4248      1.1     skrll 
   4249      1.1     skrll 	* config/tc-ia64.c (md): Add member "loc_directive_seen".
   4250      1.1     skrll 	(dot_loc): New function.
   4251      1.1     skrll 	(md_pseudo_table): Add entry to map .loc to dot_loc().
   4252      1.1     skrll 	(emit_one_bundle): Only call dwarf2_gen_line_info() if we have
   4253      1.1     skrll 	seen a .loc directive or we're generating DWARF2 debug info for
   4254      1.1     skrll 	assembly source.
   4255      1.1     skrll 
   4256      1.1     skrll For older changes see ChangeLog-2004
   4257      1.1     skrll 
   4259  1.1.1.3  christos Copyright (C) 2005 Free Software Foundation, Inc.
   4260  1.1.1.3  christos 
   4261  1.1.1.3  christos Copying and distribution of this file, with or without modification,
   4262  1.1.1.3  christos are permitted in any medium without royalty provided the copyright
   4263  1.1.1.3  christos notice and this notice are preserved.
   4264      1.1     skrll 
   4265      1.1     skrll Local Variables:
   4266      1.1     skrll mode: change-log
   4267      1.1     skrll left-margin: 8
   4268      1.1     skrll fill-column: 74
   4269      1.1     skrll version-control: never
   4270                    End:
   4271