* config/tc-mips.c (mips_pseudo_table): Add "insn".
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 1e4a048f739ad9b8da084ab9dcb517780c5aa7ae..0afe16e9348d2301fdb73dc2eb10de59d1c67b6e 100644 (file)
@@ -1,5 +1,346 @@
+Wed Feb 12 14:36:29 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_pseudo_table): Add "insn".
+       (s_insn): New static function.
+       * doc/c-mips.texi: Document .insn.
+
+       * config/tc-mips.c (md_begin): Add the general registers to the
+       symbol table.
+       (mips16_ip): First parse the expression, and then see whether it
+       came up with a register, rather than trying to first see whether
+       we are looking at a register.
+
+start-sanitize-tic80
+Tue Feb 11 15:13:39 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config/tc-tic80.c: Numerous changes and additions to flesh
+       out functions that were previously just stubs, and fix some
+       problems found using the new TIc80 testsuite cases.
+
+end-sanitize-tic80
+Tue Feb 11 15:52:22 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips16_ip): Handle %gprel modifier.
+       (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
+
+       * config/tc-mips.c (append_insn): Output jump instruction as a
+       pair of 2 byte instructions, rather than as a single 4 byte
+       instruction.
+
+start-sanitize-r5900
+       * config/tc-mips.c (md_begin): Correct test of mips_5900.
+       (mips_ip): Don't check INSN_ISA for a macro.
+
+end-sanitize-r5900
+start-sanitize-r5900
+Fri Feb  7 11:11:06 1997  Gavin Koch  <gavin@cygnus.com>
+        
+        * config/tc-mips.c: added r5900.
+        
+end-sanitize-r5900
+Mon Feb 10 22:06:00 1997  Dawn Perchik  (dawn@cygnus.com)
+
+       * itbl-ops.c, itbl-lex.l, itbl-parse.y, itbl-ops.h,
+       config/itbl-mips.h: Add copyright message and fix indentation.
+
+Mon Feb 10 18:09:00 1997  Dawn Perchik  (dawn@cygnus.com)
+
+       * itbl-ops.c: New file.  Add support for dynamically read 
+       instruction registers, opcodes and formats.  Build internal table 
+       for new instructions and provide callbacks for assembler and 
+       disassembler.
+       * itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction 
+       spec table.
+       * itbl-ops.h: New file.  Header file for itbl support.
+       * config/itbl-mips.h: New file.  Mips specific definitions for
+       itbl support.
+
+Fri Feb  7 09:52:34 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10200.c (md_assemble): If a constant operand won't
+       fit into the constant field of a relaxable operand, then it does
+       not match.
+
+Thu Feb  6 20:08:12 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10200.c (md_estimate_size_before_relax): Treat
+       a jsr target in a different section just like a jsr to
+       an undefined target.
+
+Thu Feb  6 16:52:57 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_fix_adjustable): Don't adjust relocations
+       against any mips16 symbols, not just externally visible ones.
+       (md_apply_fix): Corresponding change.
+
+Wed Feb  5 11:11:06 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips16_ip): Accept floating point registers in
+       the operand of the exit instruction.
+
+Tue Feb  4 14:12:39 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * symbols.c (resolve_symbol_value): If we leave an equated symbol
+       as O_symbol, copy over the segment.
+
+Mon Feb  3 12:35:54 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (md_apply_fix): If we aren't adjusting this
+       fixup to be against the section symbol, adjust the value
+       accordingly.
+
+       * symbols.c (resolve_symbol_value): Don't change X_add_number for
+       an equated symbol.
+       * write.c (write_relocs): Avoid looping on equated symbols.
+       Adjust fx_offset by X_add_number for each symbol.
+       * config/obj-coff.c (do_relocs_for): Avoid looping on equated
+       symbols.
+       (fixup_segment): Add a loop to track down equated symbols and
+       adjust fx_offset appropriately.
+
+Fri Jan 31 15:21:02 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10200.c (md_relax_table): Add entries to allow
+       jmp -> bra relaxing.
+       (md_convert_frag): Handle jmp->bra relaxing.
+       (md_assemble): Handle jmp->bra relaxing.
+       (md_estimate_size_before_relax): Likewise.
+
+Fri Jan 31 13:15:05 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * config/tc-i386.c (i386_align_code): Add comments explaining the
+       nop instructions.
+
+Fri Jan 31 10:46:14 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sparc.c (enforce_aligned_data): New static variable.
+       (sparc_cons_align): Don't do anything unless enforce_aligned_data
+       is set.
+       (md_longopts): Add "enforce-aligned-data".
+       (md_show_usage): Mention --enforce-aligned-data.
+       * doc/c-sparc.texi (Sparc-Aligned-Data): New node; document
+       enforce-aligned-data.
+
+       * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long",
+       "word", and "short".
+       (ppc_xcoff_cons): New static function.
+
+       * write.c (relax_segment): Give an error if a .space symbol is
+       common or undefined.
+
+       * read.c (read_a_source_file): Don't handle mri_pending_align if
+       the handler is s_globl or s_ignore.
+
+Thu Jan 30 11:46:59 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config/tc-d10v.c (find_opcode): Remove unused variable "numops".
+start-sanitize-tic80
+       * config/tc-tic80.c: Many additions to previous placeholder file.
+       * config/tc-tic80.h: Ditto.
+end-sanitize-tic80
+
+Thu Jan 30 12:28:18 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * config/tc-i386.c (i386_align_code): Improve the nop patterns.
+
+Thu Jan 30 12:08:40 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_fix_adjustable): New function.
+       * config/tc-mips.h (tc_fix_adjustable): Call mips_fix_adjustable.
+       (mips_fix_adjustable): Declare.
+
+       Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:
+       * read.c (read_a_source_file): After doing an mri_pending_align,
+       adjust the line_label if there is one.
+       (s_space): Set mri_pending_align if an odd number of bytes were
+       output.
+
+start-sanitize-d10v
+Wed Jan 29 15:31:12 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.h (md_do_align): Add this hook to call
+       d10v_cleanup() when a ".align" is detected.  Fixes PR11487.
+
+       * config/tc-d10v.c (find_opcode): Correctly calculate
+       branch displacement when .aligns are present.
+
+end-sanitize-d10v      
+Wed Jan 29 09:42:11 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10200.c (md_relax_table): Define.
+       (md_convert_frag): Implement.
+       (md_assemble): Handle relaxable operands/instructions correctly.
+       (md_estimate_size_before_relax): Implement.
+       * config/tc-mn10200.h (TC_GENERIC_RELAX_TABLE): Define.
+
+Tue Jan 28 15:27:28 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (append_insn): Give an error for jumps to a
+       misaligned address.
+       (md_apply_fix): Make a branch to an odd address an error rather
+       than a warning.
+
+       * config/tc-mips.c (md_convert_frag): If the user explicitly
+       requested an extended opcode, pass warn as true to mips16_immed.
+
+       * config/tc-mips.c (mips16_ip): Handle a missing expression like
+       an explicit 0, so that explicitly extended instructions work
+       correctly.
+
+Mon Jan 27 17:41:20 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ecoff.c (ecoff_build_symbols): Don't generate a local ECOFF
+       symbol for a common symbol.
+
+Wed Jan 22 10:39:39 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       Patch presumed to have been checked in awhile ago but wasn't.
+       Mon Nov 25 10:45:14 1996  Doug Evans  <dje@seba.cygnus.com>
+       * write.c: Delete "ifndef md_relax_frag" around is_dnrange.
+       (relax_segment, case rs_org): Move code inside braces.  Move locals
+       target,after inside too.
+       (relax_segment, case rs_machine_dependent): Guts moved to ...
+       (relax_frag): New function.
+       Call md_prepare_relax_scan if defined.
+
+Mon Jan 20 10:56:47 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/tc-m68k.c (m68k_ip): Reject pc-relative addresses for the
+       'p' operand specifier.
+
+Mon Jan 20 10:39:36 1997  J.T. Conklin  <jtc@cygnus.com>
+
+       * config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true for
+       m68k family cpus which support long branch addressing modes.
+       (m68k_ip, md_convert_frag_1, md_estimate_size_before_relax,
+       md_create_long_jump): Use it.
+
+Mon Jan 20 12:42:06 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
+       the .reginfo or .MIPS.options section if configured for an
+       embedded target.
+
+       * config/tc-mips.c (md_begin): Don't set interlocks for
+       mips_4650.
+
+Wed Jan 15 13:51:50 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (read_a_source_file): Make sure the symbol ends with
+       whitespace before checking whether the next character is '='.
+
+Tue Jan 14 15:07:27 1997  Robert Lipe <robertl@dgii.com>
+
+       * config/tc-i386.c (sco_id): Moved from here...
+       * config/obj-elf.c (sco_id): ...to here.  Adding the identifier
+       really is an SCO ELF specific thing, not just a SCO x86 specific
+       thing.
+
+start-sanitize-tic80
+Mon Jan 13 22:43:01 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (tic80-*-*): Don't require 'coff'.
+       * configure: Regenerate.
+
+end-sanitize-tic80
+Thu Jan  9 09:08:43 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (emit_expr): Check for overflow of a negative value
+       correctly.
+       * write.c (fixup_segment): Likewise.
+       * config/obj-coff.c (fixup_segment): Likewise.
+
+       * config/tc-m68k.c (struct label_line): Define.
+       (labels, current_label): New static variables.
+       (md_assemble): Mark current_label as text, and clear it.
+       (m68k_frob_label): New function.
+       (m68k_flush_pending_output): New function.
+       (m68k_frob_symbol): New function.
+       * config/tc-m68k.h (tc_frob_label): Define.
+       (md_flush_pending_output): Define.
+       (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
+       (tc_frob_coff_symbol): Likewise.
+
+       * read.c (read_a_source_file): When defining a macro in MRI mode,
+       don't add the symbol to the symbol table.
+
+Tue Jan  7 11:21:42 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
+       here since fixup_segment doesn't (linkrelax is set).
+       * config/tc-mn10200.c (tc_gen_reloc): Likewise.
+
+Mon Jan  6 15:19:32 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
+       relocs.
+
+Fri Jan  3 16:47:08 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type
+       to avoid warnings with the native HP compiler.
+       (fix_new_hppa): Similarly for the r_type argument.
+       (pa_build_unwind_subspace, hppa_elf_mark_end_of_function): Enclose
+       in an #if OBJ_ELF to keep gcc -Wall quiet.
+       (md_apply_fix): Always initialize "result".
+
+       * config/tc-mn10200.c (md_assemble): Generate relocations.
+
+Fri Jan  3 18:17:23 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/tc-m68k.c (s_even): Adjust the alignment of the current
+       section.
+
+Fri Jan  3 17:10:33 1997  Richard Henderson  <rth@tamu.edu>
+
+       * config/obj-elf.c (elf_file_symbol): When using ECOFF debugging,
+       pass on the new file hook.
+
+       * config/tc-alpha.c (alpha_fix_adjustable): Not quite the same as
+       !alpha_force_relocation, as local LITERALs can be adjusted to be
+       relative to the section.
+
+Fri Jan  3 12:09:24 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (yank_symbols): If tc_frob_coff_symbol is
+       defined, call it.
+       * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
+       aligned to odd boundary.
+       (tc_frob_coff_symbol): Define.
+
+       * doc/as.texinfo (Set): Change parenthesized @xref to @pxref.
+
+       * macro.c (macro_expand_body): In MRI mode, just copy a single &.
+
+       * config/tc-m68k.c (m68k_ip): Call frag_grow before adding a
+       PCINDEX frag.  From Ronald F. Guilmette <rfg@monkeys.com>.
+
+       * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for an
+       immediate value.
+       (md_assemble): If the size is 'B', set fx_signed.
+       (md_apply_fix_2): Use fx_signed when checking for overflow.
+
+       * write.h (struct fix): Add fx_signed field.
+       * write.c (fix_new_internal): Initialize fx_no_overflow and
+       fx_signed fields.
+       (fixup_segment): Use fx_signed when checking for overflow.
+       * config/obj-coff.c (fixup_segment): Check fx_no_overflow and
+       fx_signed when checking for overflow.
+
 Thu Jan  2 13:37:29 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * NOTES, NOTES.config: Removed.  These are rarely, if ever,
+       updated, and all the useful information is in doc/internals.texi.
+
+       Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
+       * read.c (read_a_source_file): Check for conditional operators
+       before doing an MRI pending alignment.
+       * config/tc-m68k.h (m68k_conditional_pseudoop): Declare.
+       (tc_conditional_pseudop): Define.
+       * config/tc-m68k.c (m68k_conditional_pseudop): New function.
+       * doc/internals.texi (CPU backend): Describe
+       tc_conditional_pseudoop.
+
        Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:
        * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
        variable.
This page took 0.028106 seconds and 4 git commands to generate.