* macro.c (sub_actual): If we don't find a parameter for an &,
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a6b86d9d7479bee6487c03172e5a0185638aa182..4cd5ea3d6cfe3fdf6bf65c41935c38f2eacc655c 100644 (file)
@@ -1,9 +1,685 @@
+Mon Nov 10 13:43:33 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * macro.c (sub_actual): If we don't find a parameter for an &,
+       just substitute &.
+
+Fri Nov  7 21:29:32 1997  Ken Raeburn  <raeburn@cygnus.com>
+start-sanitize-vr5400
+
+       * config/tc-mips.c (mips_ip): Added cases for "e", "%", and "P"
+       operand types.
+       (hilo_interlocks): VR5400 has interlocks.
+       (md_begin): Expect mips64vr5400, not mips64r5400.
+end-sanitize-vr5400
+
+       * config/tc-mips.c (mips_ip): In default case, call as_bad
+       instead of fprintf, to get "assembler messages:" message output
+       before instead of after.
+
+Fri Nov  7 10:36:22 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * frags.h: Handle multiple inclusion.
+
+Wed Nov  5 10:51:49 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       Based on a patch from Ian.Dall@dsto.defence.gov.au.
+       * as.h (struct frag, frag support): Moved from here.
+       * frags.h: To here.
+       (struct frag, member tc_frag_data): New member if TC_FRAG_TYPE
+       is defined.
+       (struct frag, member fr_cgen): Renamed from fr_targ.cgen.
+       * cgen.c (cgen_asm_finish_insn): Update.
+       * config/tc-m32r.c (md_estimate_size_before_relax): Update.
+       * config/tc-m32r.h (TC_FRAG_INIT): Renamed from md_init_frag.
+       (md_convert_frag): Ditto.
+       * config/tc-ns32k.h (TC_FRAG_TYPE): Define.
+       (frag_opcode_frag,frag_opcode_offset,frag_bsr): Update.
+       (TC_FRAG_INIT): Update.
+
+Tue Nov  4 16:35:57 1997  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
+
+       * write.c (print_fixup): Use TC_FIX_DATA_PRINT (if defined) to
+       print out MD fields of fix.
+       * frags.c (frag_var, frag_variant): Use TC_FRAG_INIT macro (if
+       defined) to initialize MD fields in frag.
+       * as.h (struct frag, ns32k support): Rename ns32k to fr_ns32k.
+       Delete pcrel_adjust.  Add fr_opcode_fragP, fr_opcode_offset.
+       * config/tc-ns32k.h: Add comments. Remove obsolete
+       BFD_FAST_SECTION_FILL definition, change prototypes for
+       fix_new_ns32k and fix_new_ns32k_exp to add new arguments
+       opcode_frag and opcode_offset and remove pcrel_adjust.
+       (TC_FIX_TYPE): add opcode_fragP and opcode_offset fields.
+       (TC_FIX_DATA_PRINT): new macro to print out TC_FIX_TYPE.
+       (TC_FRAG_INIT): new macro to initialize machine dependent field in
+       frags.
+       (frag_opcode_frag, frag_opcode_offset, frag_bsr): macros to access
+       MD fields in frag structure.
+       (fix_im_disp, fix_bit_fixP, fix_opcode_frag, fix_opcode_offset,
+       fix_bsr): macros to access MD fields in fix structure.
+       * config/tc-ns32k.c: Avoid overlength lines. Align comments.  Don't
+       use struct opcode_location as these fields are now in the frag
+       structure.
+       (convert_iif): Call frag_more as it is needed instead
+       of trying to allocate for the whole insn. Avoid call of frag_more
+       with negative argument.
+       (md_pcrel_adjust, md_fix_pcrel_adjust, md_apply_fix,
+       md_estimate_size_before_relax, md_pcrel_from,
+       tc_aout_fix_to_chars): use accessor macros to get md fields in fix
+       and frag structures.
+       (fix_new_ns32k, fix_new_ns32k_exp): add new arguments opcode_frag and
+       opcode_offset and remove pcrel_adjust.
+       (convert_iif, cons_fix_new_ns32k): call fix_new_ns32k,
+       fix_new_ns32k_exp with changed arguments.
+
+Mon Nov  3 13:30:17 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * tc-mips.c (md_begin): Reorganize setting of default values so
+       that mips_cpu depends on TARGET_CPU, and mips_opts.isa depends on
+       mips_cpu.
+       (md_parse_option): Remove all code that sets defaults; md_begin
+       handles all of this now.
+
+Sun Nov  2 14:46:09 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (STAGESTUFF): Change bin_PROGRAMS to
+       noinst_PROGRAMS.
+       (bootstrap, bootstrap2, bootstrap3): Likewise.
+       * Makefile.in: Rebuild.
+
+       * config/tc-ppc.c (ppc_fix_adjustable): Don't adjust relocs in the
+       TOC section to be against the csect.
+
+Fri Oct 31 18:19:55 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+start-sanitize-vr5400
+       * config/tc-mips.c (mips_5400): New variable.
+       (md_begin, md_parse_option): Handle 5400 options/names.
+       (macro_build, mips_ip): Check for 5400-specific instructions.
+       (md_longopts, OPTION_M5400, OPTION_NO_M5400): More command-line
+       support for 5400.
+
+end-sanitize-vr5400
+       * config/tc-mips.c (validate_mips_insn): New function, checks
+       match versus mask bits, and also verifies that all bits to be
+       output are actually specified somewhere.
+       (md_begin): Call it for 32-bit instructions, instead of doing
+       match/mask check here.  In case of failure, print a message, but
+       check the rest of the opcode table before exiting.
+
+Thu Oct 30 13:46:20 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (md_apply_fix3): Fix thumb ADR pseudo op.  Patch
+       from Tony Thompson at ARM: athompso@arm.com
+
+start-sanitize-d30v
+Thu Oct 30 11:11:26 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * config/tc-d30v.c (build_insn): Allow odd registers for ld2w and
+       friends.
+
+end-sanitize-d30v
+start-sanitize-tx49
+Wed Oct 29 16:22:38 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c (hilo_interlocks): True for tx49.
+       (md_begin): Add mips64tx49.
+       (md_parse_option): Add 4900 cpu.
+       
+end-sanitize-tx49
+Fri Oct 24 15:56:47 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (md_assemble): When handling @l, always sign
+       extend if the operand expects a signed value.
+
+       * config/tc-mips.h (LOCAL_LABELS_DOLLAR): Don't define; use
+       default which is to permit dollar labels.
+
+Fri Oct 24 11:19:22 1997  Jakub Jelinek  <jj@sunsite.mff.cuni.cz>
+
+       * config/tc-sparc.c (sparc_memory_model): New variable.
+       (md_longopts): Add -TSO/-PSO/-RMO options.
+       (md_parse_options): Handle them.
+       (sparc_elf_final_processing): For 64 ELF, set required
+       memory ordering in e_flags. Default to RMO and let the user
+       override it through command line.
+
+       * config/tc-sparc.h (elf_tc_final_processing): Add.
+
+Wed Oct 22 17:42:12 1997  Richard Henderson  <rth@cygnus.com>
+
+       * config/tc-sparc.c (v9a_asr_table): New variable.
+       (sparc_ip): Handle v9a asr's.
+       Patch from David Miller <davem@vger.rutgers.edu>.
+
+Wed Oct 22 17:22:59 1997  Richard Henderson  <rth@cygnus.com>
+
+       * config/tc-sparc.h (md_do_align): New macro.
+       * config/tc-sparc.c (sparc_handle_align): Handle rs_align_code.
+       Patch from Jakub Jelinek <jj@sunsite.mff.cuni.cz>.
+
+Wed Oct 22 12:51:18 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sh.c (sh_small): New variable.
+       (OPTION_SMALL): Define.
+       (md_longopts): Add "small".
+       (md_parse_option): Handle OPTION_SMALL.
+       (md_show_usage): Mention -small.
+       * config/tc-sh.h (sh_small): Declare.
+       (SUB_SEGMENT_ALIGN): Handle sh_small.
+       * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH
+       case.
+
+       * config/tc-mips.c (macro): Correct handling of constant in M_LI_D
+       case in little endian mode.
+
+Tue Oct 21 10:20:11 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * config/tc-sparc.c (md_apply_fix3, cases ..._H44, ..._HIX22): Leave
+       overflow signalling to linker.
+
+Mon Oct 20 14:54:06 1997  Klaus K"ampf  <kkaempf@progis.de>
+
+       * makefile.vms: Fix for dec c.
+
+       * config-gas.com: Give explanation for dec c setup in error
+       message.
+
+       * config/tc-alpha.c (s_alpha_comm): Make .comm symbols separate
+       sections on openvms/alpha.
+
+       * config/obj-evax.c: support .weak pseudo-op
+
+Mon Oct 20 10:13:32 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * config/tc-sparc.c (default_arch_size): New static local.
+       (struct sparc_arch): Rename arch_size to default_arch_size.
+       New member user_option_p.
+       (sparc_arch_table): Always include v9, v9a.  New entry v9-64.
+       (init_default_arch): Check whether default arch is valid.
+       Set default_arch_size in addition to sparc_arch_size.
+       (OPTION_32,OPTION_64): Define.
+       (md_longopts): New entries for -32, -64.
+       (md_parse_option): Handle them.
+       (md_show_usage): Print them.  Ensure init_default_arch called.
+       * configure.in (sparc64): Set arch to v9-64.
+       * configure: Regenerated.
+
+Sun Oct 19 13:50:50 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * write.c (subsegs_finish): New function, broken out of
+       write_object_file.
+       (write_object_file): Some code moves into subsegs_finish.
+       * write.c (subsegs_finish): Declare.
+       * as.c (main): Call subsegs_finish.
+
+       * read.c (s_include): Check for error return from
+       demand_copy_string.
+
+Tue Oct 14 20:50:58 1997  Richard Henderson  <rth@cygnus.com>
+
+       * read.c (get_line_sb): Accept any eol marker while scanning macros.
+
+Tue Oct 14 19:12:45 1997  Richard Henderson  <rth@cygnus.com>
+
+       * config/tc-alpha.h (DIFF_EXPR_OK): Define.
+       * config/tc-i386.h (DIFF_EXPR_OK): Define.
+       * config/tc-alpha.c (md_apply_fix): Notice fx_pcrel and substitute
+       the correct relocation when it exists.
+       * config/tc-i386.c (md_apply_fix3): Likewise.
+
+       * config/tc-ppc.h: Correct typo in comment.
+       * config/tc-v850.h: Likewise.
+
+Fri Oct 10 16:09:35 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Allow parallel instruction issue
+       when second instruction is writing to first instructions inputs.
+       
+Mon Oct 13 15:27:17 1997  Richard Henderson  <rth@cygnus.com>
+
+       * ecoff.c (PAGE_SIZE): Double to 8k as a hack to allow some C++
+       templated programs to build with -g.
+
+Fri Oct 10 17:48:29 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (md_relax_table): Add support for relaxing
+       unconditional branches.  This patch is courtesy of Jim Wilson. 
+       (md_convert_frag): Fix relaxing of branches.  This patch is
+       courtesy of Jim Wilson.
+       (md_assemble): Create different fixups for conditional and
+       unconditional branches.  This patch is courtesy of Jim Wilson.
+       (md_estimate_size_before_relax): Estimate size of variable part of
+       fixup based on whether it is for a conditional or an unconditional
+       branch.  This patch is courtesy of Jim Wilson.
+       (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
+       v850_zbss, v850_rosdata, v850_rozdata, v850_bss): Add call to
+       obj_elf_section_change_hook(). 
+       (v850_comm): New function.
+       (md_pseudo_table): Add new pseudo ops .zcomm, .scomm and .tcomm.
+       (md_begin): Add bss flag to seg_info of bss sections.
+
+       Add support for .scommon, .tcommon and .zcommon sections.
+
+       * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add .scommon,
+       .zcommon, .tbss, .call_table_data and .call_table_text.
+
+Fri Oct 10 15:01:14 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in (sparc): Set DEFAULT_ARCH from correct target.
+       * configure: Regenerated.
+
+Fri Oct 10 11:22:45 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * config/tc-d10v.c: Fixes to make sure the AT_WORD
+       expression is not confused with -1.
+
+Fri Oct 10 11:54:50 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Flag SP as modified for @-sp
+       operand - OPERAND_ATMINUS.
+
+Fri Oct 10 00:47:44 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Note that auto increment and
+       decrement modify the index register.
+
+Thu Oct  9 15:17:50 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au>:
+       * config/tc-m68k.c (archs): Add 68306, 68307, 68322, 68356, 68334,
+       68336, 68341, 68349.
+       * doc/c-m68k.texi (M68K-Opts): Add -m68ec000 -m68hc000 -m68hc001
+       -m68306, -m68307, -m68322, -m68356, -m68ec020, -m68ec030,
+       -m68ec040, -m68ec060, -m68330, -m68334, -m68336, -m68341,
+       -m68349.
+
+       * doc/Makefile.am (CPU_DOCS): Define.
+       (as.info): Depend upon $(CPU_DOCS).
+       * doc/Makefile.in: Rebuild.
+
+       * configure.in: Remove AM_PROG_INSTALL; it's called by
+       AM_INIT_AUTOMAKE.
+       * configure: Rebuild.
+
+Thu Oct  9 01:44:36 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
+
+       * tc-d10v.h (TC_START_LABEL): Don't define.
+       (tc_frob_label): Define.
+
+Thu Oct  9 00:07:23 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
+
+       * config/tc-d10v.c (write_2_short): Fix bug that wouldn't allow
+       to pair a branch and link with anything but an exe instruction.
+
+Wed Oct  8 16:28:53 1997  Richard Henderson  <rth@cygnus.com>
+
+       * config/tc-alpha.c (load_expression): Disable the sym+const .got
+       optimization to reduce the alignment surprises for gcc.
+
+Wed Oct  8 16:11:15 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/obj-coff.h (TC_SPARC): Don't define TARGET_FORMAT.
+       * config/tc-sparc.c (sparc_target_format): Handle coff here.
+       (sparc_ip): Add %hix,%lox.
+       (md_apply_fix3): Call as_bad_where, not as_bad.
+       Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
+       (tc_gen_reloc): Add support for BFD_RELOC_SPARC_{HIX22,LOX10}.
+
+Wed Oct  8 12:33:32 1997  Richard Henderson  <rth@cygnus.com>
+
+       * configure.in: Change alpha-*-* to alpha*-*-*; config.guess now
+       recognizes alphaev5 etc.
+       * configure: Rebuild.
+
+Wed Oct  8 00:04:05 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c (md_begin): Replace the TARGET_CPU value
+       of mipsr3900 with mipstx39.
+
+       * config/tc-mips.c (mips_ip): Don't print the 'opcode requires 
+       -mipsXX message' if the insn isn't an ISA insn.
+
+Tue Oct  7 12:48:30 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-sparc.h (TARGET_FORMAT support): Moved to tc-sparc.c.
+       Redefine TARGET_FORMAT to call sparc_target_format.
+       * config/tc-sparc.c (in_unsigned_range): New function.
+       (sparc_arch_size): Make static.
+       (sparc_target_format): New function.
+       (sparc_ip): Delete variable immediate_max.  Rewrite %hi/etc reloc
+       handling.  Add support for %hh,%hm,%lm,%h44,%m44,%l44.
+       (output_insn): Set `fx_no_overflow'.
+       (md_apply_fix3): Handle BFD_RELOC_SPARC_{7,H44,M44,L44}.
+       (tc_gen_reloc): Likewise.
+
+Mon Oct  6 14:04:50 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (v850_section): Remove.
+
+       * config/obj-elf.c (obj_elf_section): Enhance error message.
+
+Fri Oct  3 15:40:38 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c: Undef OBJ_COPY_SYMBOL_ATTRIBUTES before
+       including obj-elf.h in OBJ_MAYBE_ELF case.
+       (mips_target_format): Return NULL after abort to avoid warning.
+
+       * ecoff.c (generate_ecoff_stab): Remove unused static function.
+
+       * expr.c (operator): Accept ==.  From Anders Blomdell
+       <anders.blomdell@control.lth.se>.
+
+       * config/atof-ieee.c (gen_to_words): When generating a denormal
+       number, handle an overflow into the smallest normalized number.
+
+Mon Sep 29 15:24:52 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * as.h, input-scrub.c (new_logical_line): New return value.
+       * read.c (s_app_file): Don't note the same file several times
+       in a row.
+
+Thu Sep 25 13:08:02 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (m68k_ip): Remove ` operand specifier.
+
+Wed Sep 24 16:54:40 1997  Joel Sherrill  <joel@oarcorp.com>
+
+        * configure.in (sh*-*-rtems*): New target, like sh-*-elf*.
+       * configure: Rebuild.
+
+Wed Sep 24 11:30:25 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (m68k_ip): Handle q and v operand specifiers.
+
+       * doc/c-i386.texi (i386-Float): Remove incorrect assertion that
+       fn* instructions do not insert implicit fwait.  This was changed
+       Jan 29, 1996.
+
+       * config/m68k-parse.y (yylex): Permit an expression to be used for
+       the scale factor.
+
+       * Makefile.am (EXTRA_as_new_SOURCES): Set to config/m68k-parse.y,
+       not m68k-parse.y.
+       * Makefile.in: Rebuild.
+
+       * aclocal.m4: Rebuild with new libtool.
+       * configure: Rebuild.
+
+Tue Sep 23 17:48:09 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * app.c (do_scrub_chars): Clear mri_state at end of .mri
+       pseudo-op.
+
+       * config/tc-mips.c (hilo_interlocks): Change from a static
+       variable to a macro, so that it varies with the variables upon
+       which it depends.
+       (gpr_interlocks, cop_interlocks): Likewise.
+       (md_begin): Don't initialize them.
+
+Fri Sep 19 17:08:41 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
+       of strcmp where appropriate.
+
+Thu Sep 18 14:11:56 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (md_assemble): Cope with a zero data area
+       relocation with a constant offset.
+       (md_assemble): Produce error message when special data area
+       relocations are used on instructions which do not support them.
+       (md_assemble): Reset processor mask if defined by command line
+       switch. 
+
+Thu Sep 18 11:24:01 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-sparc.c: Reorganize file.
+       (parse_keyword_arg): Allow numbers in reg names.
+       (SPECIAL_CASE_NONE): New macro.
+       (md_assemble): Use it.
+       (lookup_arch,init_default_arch): New functions.
+       (default_arch,default_init_p,sparc_arch_table): New static locals.
+       (sparc_arch_size): New static local.
+       (max_architecture): Initialize in init_default_arch.
+       (md_parse_options): Call init_default_arch if necessary.
+       Rewrite -xarch/-A processing.
+       (md_show_usage): Print -A values from sparc_arch_table.
+       (md_begin): Call init_default_arch if necessary.
+       (sparc_md_end): Handle both 32 and 64 bit environments.
+       * config/tc-sparc.h (TARGET_FORMAT): Likewise.
+       * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete.
+       (DEFAULT_ARCH): Add.
+       * config.in: Regenerate.
+       * configure.in (sparc): Default DEFAULT_ARCH based on target cpu.
+       (SPARC_V9,SPARC_ARCH64): Delete.
+       * configure: Regenerate.
+       * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
+
+Wed Sep 17 16:54:20 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (v850_reloc_prefix): Recoded to use CHECK_ ()
+       macro. 
+       (handle_tdaoff, handle_zdaoff, handle_sdaoff): New functions.
+start-sanitize-v850e   
+
+       * config/tc-v850.c (md_assemble): Corrected typo.
+       * config/tc-v850.c Add new sections: call_table_data and
+       call_table_text.
+       (v850_reloc_prefix): Add support for ctoff() relocation prefix. 
+       (handle_ctoff): New Function.
+
+       * doc/c-v850.texi (V850 Opcodes): Document call table relocations.
+end-sanitize-v850e
+
+Tue Sep 16 14:18:22 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (v850_reloc_prefix): Add support for a 16 bit
+       displacement from the tiny data area pointer.
+
+Mon Sep 15 21:28:09 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (fix_new_hppa): Make declaration match
+       definition.
+
+Mon Sep 15 18:33:06 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (processor_mask): New variable.
+       (set_machine, md_parse_option): Set processor_mask.
+       (md_assemble): Check that instruction is available to target
+       processor. 
+
+       * config/tc-v850.h (TARGET_PROCESSOR): New constant.
+start-sanitize-v850e
+       (TARGET_PROCESSOR): New constant.
+       (TARGET_PROCESSOR): New constant.
+end-sanitize-v850e
+
+start-sanitize-tx19
+Mon Sep 15 17:26:46 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c (mips_1900): Replace with mips_3900 and
+       mips16.
+
+end-sanitize-tx19
+start-sanitize-d30v
+Mon Sep 15 11:28:04 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       Merge in work from Martin Hunt:
+
+       * config/tc-d30v.c (build_insn): For mvfsys and mvtsys,
+       CR is 0 for PSWL and PSWH.
+
+       * config/tc-d30v.c (do_assemble): Don't accept
+       illegal condition codes for cmpu instruction.
+
+       * config/tc-d30v.c: Add support for BFD_RELOC_D30V_9_PCREL
+       used in d*i instructions.
+
+       * config/tc-d30v.c (check_size): New function.  Check
+       relocations for overflows.
+       (md_pcrel_from_section): Fix relocations between sections.
+       (md_apply_fix3): Use new relocation types for 15 and 21
+       bit relocations in the right container. Needed because
+       the address of the instruction is not eight-byte aligned
+       but the relocations must be.
+
+       * config/tc-d30v.c (md_apply_fix3): Check for overflow.
+       (find_format): If ".s" or ".l" are used, don't try
+       to compute branch sizes.
+
+       * config/tc-d30v.c (do_assemble): Check for ".s" or
+       ".l" extensions to opcode names.
+       (find_format): Generate the correct instructions when
+       ".s" or ".l" are used.
+
+       * config/tc-d30v.c (build_insn): Check for odd registers
+       on instructions that require even registers.
+
+       * config/tc-d30v.h (md_start_line_hook): Define.
+       * config/tc-d30v.c (md_start_line_hook): New hook.
+       Checks the beginning of each line for a ".".  If it
+       finds one, assume a pseudo-op and flush any unwritten
+       instructions.
+
+       * config/tc-d30v.c (md_apply_fix3): Fix problem
+       with determining when fixups were done.
+
+       * config/tc-d30v.c (build_insn): Fix bug where the numeric
+       part of a symbol (for example, "foo+8") was being written
+       into the instruction.
+       (md_pseudo_table): Change .word to be 32 bits and add
+       .hword as 16 bits.
+
+       * config/tc-d30v.c (parallel_ok): Check to see if first
+       instruction is a jump.
+
+       * config/tc-d30v.c (parallel_ok): Major code reorganization.
+
+end-sanitize-d30v
+Wed Sep 10 10:07:08 1997  Nick Clifton  <nickc@cygnus.com>
+
+start-sanitize-v850e
+       * config/tc-v850.c (md_assemble): Corrected spelling mistake.
+end-sanitize-v850e
+       * configure.in (emulations): Add v850 emulation.
+
+Tue Sep  9 17:14:33 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.am (CPU_TYPES): Add arc.
+       (TARGET_CPU_CFILES): Add tc-arc.c.
+       (TARGET_CPU_HFILES): Add tc-arc.h.
+       (dependencies): Rebuild.
+       * Makefile.in: Rebuild.
+       * configure.in: Recognize arc-*-elf*.
+       * configure: Regenerated.
+       * config/tc-arc.[ch]: New files.
+
+Tue Sep  9 10:19:37 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * doc/c-v850.texi (V850 Opcodes): Document hi0() reloc prefix.
+       Correct description of hi() reloc prefix.
+
+start-sanitize-v850e
+       * doc/c-v850.texi (V850 Opcodes): Document new reloc prefix.
+       * config/tc-v850.c (v850_reloc_prefix): Add hilo() reloc prefix.
+       * config/tc-v850.c (md_assemble): Add support for BFD_RELOC_32.
+end-sanitize-v850e
+
+       * doc/c-v850.texi: Document new pseudo ops and command line
+       options.
+
+       * config/tc-v850.c (set_machine): New function.
+       * config/tc-v850.c (.v850): New pseudo op.
+start-sanitize-v850e
+       * config/tc-v850.c (.v850e): New pseudo op.
+       * config/tc-v850.c (.v850eq): New pseudo op.
+end-sanitize-v850e
+       
+
+Mon Sep  8 23:08:04 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       Support -alh and -ald for DWARF 1:
+       * listing.c (struct list_info_struct): Add debugging field.
+       (listing_newline): Initialize the debugging field.  If ELF, if the
+       section starts with .debug or .line, set the debugging field in
+       the listing structure.
+       (debugging_pseudo): Add list parameter.  Change all callers.  If
+       the debugging field is set, consider it to be a debugging pseudo.
+       If ELF, skip blank lines between debugging lines.
+       * read.c (emit_expr): If ELF, look for line numbers.
+       (stringer): If ELF, look for file names.
+
+Mon Sep  8 12:33:40 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (v850_insert_operand): Only test for overflow
+       if there is no insert function.
+
+       * config/tc-v850.h (TARGET_MACHINE): New constant.
+
+       * config/tc-v850.c (v850_insert_operand): Add
+       -mwarn_unsigned_overflow. 
+       (md_begin): Set BFD machine number based on machine variable.
+       (md_parse_option): Add -mv850, -mv850e and -mv850eq options.
+
+Mon Sep  8 11:20:46 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * as.h: Don't declare alloca if it is a macro.
+       * macro.c: Likewise.
+
+start-sanitize-tx19
+Sun Sep  7 16:04:53 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c: Add tx19/r1900.
+
+end-sanitize-tx19
+Sun Sep  7 00:30:19 1997  Richard Henderson  <rth@cygnus.com>
+
+        * config/tc-alpha.c (md_parse_option): Move m[] out to top level and
+        rename to cpu_types[].
+        (s_alpha_arch): New function.
+        (md_pseudo_table): Add "arch".
+
+        * config/tc-alpha.c (md_begin): Merge the two loops through the
+        opcode table.
+        (s_alpha_proc): Add initial SKIP_WHITESPACE.
+        (s_alpha_set): Likewise.  Use get_symbol_end instead local while loop.
+
+Sat Sep  6 19:38:12 1997  Fred Fish  <fnf@ninemoons.com>
+
+       * read.h (s_lcomm_bytes): Add prototype (for real this time).
+
+Thu Sep  4 12:10:01 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for
+       symbols on Irix.
+
+Wed Sep  3 11:21:33 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c: Remove BFD_RELOC_V850_16_PCREL.
+
+Tue Sep  2 18:32:30 1997  Jeffrey A Law  (law@cygnus.com)
+
+        * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex
+       relative to the next instruction, not the current instruction.
+       (md_assemble): Similarly.
+
+Tue Sep  2 15:58:52 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas
+       correcetd. 
+
+       * config/tc-v850.c: Add support for SDA/TDA/ZDA sections.
+       (v850_reloc_prefix): Duplicate code eliminated.  Add code to
+       recognise special instructions.
+       (md_assemble): Calculation of the size of a fixups corrected.
+
+       * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
+       sections.       
+
 Tue Sep  2 15:40:56 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config/tc-v850.c (md_assemble): Use opcode->name instead of
        opcode->opcode as the sentinal. Zero is a valid opcode.
 
-start-sanitize-v850
 Tue Aug 26 16:51:14 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
@@ -14,7 +690,6 @@ Tue Aug 26 09:46:22 1997  Nick Clifton  <nickc@cygnus.com>
        * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area
        pointer. 
 
-end-sanitize-v850
 Tue Aug 26 12:23:25 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * expr.c (integer_constant): If BFD64, don't make a bignum if the
@@ -33,14 +708,12 @@ Tue Aug 26 12:23:25 1997  Ian Lance Taylor  <ian@cygnus.com>
        for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
        is jcxz or a loop instruction.
 
-start-sanitize-v850
 Mon Aug 25 16:04:14 1997  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-v850.c (pre_defined_registers): Add 'hp' as alias for
        r2.
        (md_begin): Set up machine architecture and type.
 
-end-sanitize-v850
 Mon Aug 25 14:25:48 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * symbols.c (resolve_symbol_value): Store the value back into the
@@ -53,7 +726,6 @@ Mon Aug 25 14:25:48 1997  Ian Lance Taylor  <ian@cygnus.com>
        * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
        calling obstack_begin.
 
-start-sanitize-v850
 Mon Aug 25 11:21:48 1997  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-v850.c (md_assemble): Restore input_line_pointer upon
@@ -62,7 +734,7 @@ Mon Aug 25 11:21:48 1997  Nick Clifton  <nickc@cygnus.com>
 start-sanitize-v850e
        * config/tc-v850.c (parse_register_list): Support constant
        expressions as register lists.
-start-sanitize-v850e
+end-sanitize-v850e
 
 Mon Aug 25 10:19:34 1997  Nick Clifton  <nickc@cygnus.com>
 
@@ -83,20 +755,17 @@ Fri Aug 22 10:45:33 1997  Nick Clifton  <nickc@cygnus.com>
        * config/tc-v850.c (parse_register_list): Add support for curly
        brace syntax.
        (cc_names): Add "e" and "ne" conditions.
-end-sanitize-v850
 
 Thu Aug 21 11:00:36 1997  Nick Clifton  <nickc@cygnus.com>
 
        * app.c (do_scrub_chars): Support a double dash as starting a
        comment that extends to end of line.
 
-start-sanitize-v850
 Thu Aug 21 10:54:27 1997  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-v850.c (v850_section, v850_bss, v850_offset): New
        functions.
        (md_pseudo_table): New pseudo ops: .bss, .offset, .section
-end-sanitize-v850
 
 Thu Aug 21 00:59:53 1997  Doug Evans  <dje@canuck.cygnus.com>
 
@@ -167,9 +836,7 @@ Mon Aug 18 11:24:21 1997  Nick Clifton  <nickc@cygnus.com>
        * configure.in (emulations): Add support for v850e target
 
        * configure (emulations): Add support for v850e target
-end-sanitize-v850e
 
-start-sanitize-v850eq
 Mon Aug 18 11:24:21 1997  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-v850.c: Remove support_v850eq flag and command line
@@ -178,7 +845,7 @@ Mon Aug 18 11:24:21 1997  Nick Clifton  <nickc@cygnus.com>
        * configure.in (emulations): Add support for v850eq target
 
        * configure (emulations): Add support for v850eq target
-end-sanitize-v850eq
+end-sanitize-v850e
 
 Fri Aug 15 14:00:13 1997  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -210,32 +877,18 @@ Fri Aug 15 14:00:13 1997  Ian Lance Taylor  <ian@cygnus.com>
        * ecoff.h (ecoff_generate_asm_line_stab): Don't declare.
        * doc/as.texinfo, doc/as.1: Document --gstabs.
 
-start-sanitize-v850
 Wed Aug 13 18:58:56 1997  Nick Clifton  <nickc@cygnus.com>
 
 start-sanitize-v850e
-       * config/.Sanitize (Do-first, Do-last): Add support for keep-v850e
-       command line option.
-end-sanitize-v850e
-
-start-sanitize-v850eq
-       * config/.Sanitize (Do-first, Do-last): Add support for keep-v850eq
-       command line option.
-end-sanitize-v850eq
-
-start-sanitize-v850eq
        * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
        Add support for v850eq instructions.
-start-sanitize-v850eq
-       
-start-sanitize-v850e
+
        * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option):
        Add support for v850e instructions.
-start-sanitize-v850e
+end-sanitize-v850e
        
        * config/tc-v850.c (md_assemble): Fix error recovery to reload
        text of entire opcode. 
-end-sanitize-v850
 
 Tue Aug 12 10:27:34 1997  Richard Henderson  <rth@cygnus.com>
 
@@ -329,7 +982,6 @@ Sun Aug  3 23:23:59 1997  Richard Henderson  <rth@cygnus.com>
         * config/tc-alpha.c (s_alpha_ucons): New function.
         (md_pseudo_table): Add unaligned data pseudos for DWARF.
 
-start-sanitize-v850
 Thu Jul 31 15:13:43 1997  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (md_assemble): Ignore the rest of the current
@@ -345,7 +997,6 @@ Tue Jul 29 14:20:43 1997  Jeffrey A Law  (law@cygnus.com)
        * config/tc-v850.c (md_assemble): Turn on fx_no_overflow for
        LO16, HI16 and HI16_S relocs.
 
-end-sanitize-v850
 Mon Jul 28 18:41:41 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
 
         * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
@@ -398,12 +1049,10 @@ Tue Jul 22 13:25:13 1997  Ian Lance Taylor  <ian@cygnus.com>
        * config/tc-m68k.c (md_apply_fix_2): Check for PC relative reloc
        code if BFD_ASSEMBLER.
 
-start-sanitize-v850
 Mon Jul 21 08:57:17 1997  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (system_registers): Fix ordering of registers.
 
-end-sanitize-v850
 start-sanitize-tic80
 Tue Jul 15 16:29:54 1997  Fred Fish  <fnf@cygnus.com>
 
@@ -1735,7 +2384,7 @@ Fri Feb 14 15:56:06 1997  Gavin Koch  <gavin@cygnus.com>
 
 Thu Feb 13 20:02:16 1997  Fred Fish  <fnf@cygnus.com>
 
-       * config/{tc-alpha.h, tc-arc.h, tc-d10v.h, tc-generic.h, tc-i960.h,
+       * config/{tc-alpha.h, tc-d10v.h, tc-generic.h, tc-i960.h,
        tc-mn10200.h, tc-mn10300.h, tc-sh.h, tc-vax.h, tc-w65.h}:
        Add default definition of zero for TARGET_BYTES_BIG_ENDIAN.
        * config/{tc-arm.h, tc-hppa.h, tc-i386.h, tc-mips.h, tc-ns32k.h,
@@ -2250,14 +2899,12 @@ Thu Jan  2 13:37:29 1997  Ian Lance Taylor  <ian@cygnus.com>
        (mips_elf_final_processing): Likewise.
        (ELF_TC_SPECIAL_SECTIONS): Likewise.
 
-start-sanitize-v850
 Tue Dec 31 15:12:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
        sld.{h,w} and the operand is relocatable, adjust the adend by
        shifting it right one bit.
 
-end-sanitize-v850
 Tue Dec 31 12:56:41 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * read.c (read_a_source_file): Check mri_pending_align after
@@ -2720,7 +3367,6 @@ Wed Oct 30 20:15:35 1996  Ian Lance Taylor  <ian@cygnus.com>
        * doc/internals.texi: Rewrite, and add a lot of documentation.
        * doc/Makefile.in (internals.info): New target.
 
-start-sanitize-v850
 Wed Oct 30 14:55:57 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
@@ -2747,7 +3393,6 @@ Tue Oct 29 12:28:16 1996  Jeffrey A Law  (law@cygnus.com)
        operand.  If it does, allocate frag with frag_var and don't
        do any fixups.
 
-end-sanitize-v850
 Mon Oct 28 10:48:40 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * config/tc-d10v.h (md_cleanup): New function.  This is needed to
@@ -2762,7 +3407,6 @@ Fri Oct 25 00:01:00 1996  Ian Lance Taylor  <ian@cygnus.com>
        * write.c (fix_new_exp): Use make_expr_symbol to build an
        expression symbol for a complex fixup.
 
-start-sanitize-v850
 Thu Oct 24 14:31:04 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (v850_reloc_prefix): Several disgusting
@@ -2782,13 +3426,11 @@ Thu Oct 24 14:31:04 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
 
-end-sanitize-v850
 Wed Oct 23 18:20:29 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/tc-ppc.c (md_apply_fix3): Give a better warning message
        for an unknown relocation type.
 
-start-sanitize-v850
 Wed Oct 23 16:21:28 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (md_pseudo_table): Add .word; allocates
@@ -2799,7 +3441,6 @@ Tue Oct 22 22:01:25 1996  Jeffrey A Law  (law@cygnus.com)
        * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
        differently for movea & sst/sld insns.
 
-end-sanitize-v850
 Tue Oct 22 17:09:32 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
@@ -2842,7 +3483,6 @@ Thu Oct 17 17:55:17 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in ($(OBJS)): Depend upon libiberty.h.
 
-start-sanitize-v850
 Wed Oct 16 11:28:31 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
@@ -2863,7 +3503,6 @@ Tue Oct 15 23:19:00 1996  Jeffrey A Law  (law@cygnus.com)
        (md_pcrel_from_section): New function.
        * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
 
-end-sanitize-v850
 Mon Oct 14 13:59:12 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/tc-mips.c (load_register): Add cast to offsetT when using
@@ -3016,13 +3655,11 @@ Tue Oct  1 12:37:48 1996  Ian Lance Taylor  <ian@cygnus.com>
        (alpha_macros): Move to top of file.  Make static.
        (alpha_num_macros): Move to top of file.
 
-start-sanitize-v850
 Tue Oct  1 09:36:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * tc-v850.h:  Define LOCAL_LABEL to recognise _.L_* symbols
        generated by DWARF.
 
-end-sanitize-v850
 Sat Sep 28 03:38:08 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
@@ -3160,7 +3797,6 @@ Tue Sep  3 13:52:56 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * config/tc-d10v.c: Added changes to support function
        pointers and "@word" syntax.
 
-start-sanitize-v850
 Tue Sep  3 11:57:18 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c: Remove commented out and #if 0'd code.
@@ -3197,7 +3833,6 @@ Fri Aug 30 18:35:26 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
        (md_apply_fix3): handle fixups/relocs.
        * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
        
-end-sanitize-v850
 Fri Aug 30 18:12:00 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        Add SH ELF support.
@@ -3251,7 +3886,6 @@ Fri Aug 30 14:47:38 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * config/tc-d10v.c (find_opcode): Fix problem with calculating 
        branch sizes in across sections.
 
-start-sanitize-v850
 Fri Aug 30 00:44:13 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-850.c (md_assemble): Handle hi() correctly.  Handle
@@ -3262,7 +3896,6 @@ Wed Aug 28 23:11:08 1996  Jeffrey A Law  (law@cygnus.com)
        * config/tc-v850.c (md_begin): Deal with end of opcode
        table marker.
 
-end-sanitize-v850
 Wed Aug 28 19:20:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * config/tc-d10v.c (find_opcode): Fix a bug which could generate
@@ -3312,7 +3945,6 @@ Fri Aug 23 11:40:47 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * doc/c-d10v.texi: Fix typo. 
 
-start-sanitize-v850
 Fri Aug 23 10:41:32 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-v850.c (md_assemble): Correct bit masking for
@@ -3341,7 +3973,6 @@ Fri Aug 23 10:41:32 1996  Jeffrey A Law  (law@cygnus.com)
        opcode doesn't want a register, then we don't have a match.
        (md_assemble): Get size of the instruction from the opcode table.
 
-end-sanitize-v850
 Thu Aug 22 10:20:30 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Set and substitute HLDENV.
@@ -3357,7 +3988,6 @@ Thu Aug 22 10:50:00 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
        * config/tc-d10v.c: Fix a reloc bug caused by my last change. 
        * doc/c-d10v.texi: Cleanup.
        
-start-sanitize-v850
 Tue Aug 20 15:15:16 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
 
        * config/tc-v850.c: New file.
@@ -3365,7 +3995,6 @@ Tue Aug 20 15:15:16 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
        * configure (v850-*-elf): New target.
        * configure.in (v850-*-elf): New target.
        
-end-sanitize-v850
 Wed Aug 21 15:50:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * doc/c-d10v.texi: New file.
@@ -5316,9 +5945,6 @@ Fri Dec  1 11:57:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-config.in: Don't always use te-generic.h for emulation.
        (powerpc-apple-macos): Use emulation te-macos.h.
-start-sanitize-gm
-       (mips-gm-magic): New configuration.
-end-sanitize-gm
        * mpw-make.sed (install, install-only): Edit in Mac-specific
        install procedure.
 
This page took 0.033488 seconds and 4 git commands to generate.