]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* config/tc-mips.c (md_begin): Don't set SEC_ALLOC or SEC_LOAD for
[binutils.git] / gas / ChangeLog
index 41972c4d1b075b3203d314b27c83b948a8eccb27..aea449753c4ab3ac4b68cd867e4a1171ee274ccd 100644 (file)
@@ -1,5 +1,169 @@
+Mon Jan 20 10:56:47 1997  Andreas Schwab  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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 <[email protected]>
+
+       * 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  <[email protected]>
+
+       * configure.in (tic80-*-*): Don't require 'coff'.
+       * configure: Regenerate.
+
+end-sanitize-tic80
+Thu Jan  9 09:08:43 1997  Ian Lance Taylor  <[email protected]>
+
+       * 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  ([email protected])
+
+       * 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  ([email protected])
+
+       * config/tc-mn10200.c (md_assemble): Tweak fx_offset for pc-relative
+       relocs.
+
+Fri Jan  3 16:47:08 1997  Jeffrey A Law  ([email protected])
+
+       * 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  <[email protected]>
+
+       * config/tc-m68k.c (s_even): Adjust the alignment of the current
+       section.
+
+Fri Jan  3 17:10:33 1997  Richard Henderson  <[email protected]>
+
+       * 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  <[email protected]>
+
+       * 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 <[email protected]>.
+
+       * 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  <[email protected]>
 
+       * 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 <[email protected]>:
+       * 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 <[email protected]>:
+       * config/tc-m68k.c (m68k_rel32_from_cmdline): New static
+       variable.
+       (md_begin): Check m68k_rel32_from_cmdline before setting
+       m68k_rel32.
+       (m68k_mri_mode_change): Likewise.
+       (md_longopts): Add --disp-size-default-16 and
+       --disp-size-default-32.
+       (md_parse_option): Handle new options.
+       (md_show_usage): Mention new options.
+       * doc/c-m68k.texi (M68K-Opts): Document new options.
+
+       Based on patch from Ronald F. Guilmette <[email protected]>:
+       * config/tc-m68k.c (m68k_index_width_default): New static
+       variable.
+       (m68k_ip): Use m68k_index_width_default to set the size of a base
+       register whose size was not given.
+       (md_longopts): Add --base-size-default-16 and
+       --base-size-default-32.
+       (md_parse_option): Handle new options.
+       (md_show_usage): Mention new options.
+       * doc/c-m68k.texi (M68K-Opts): Document new options.
+
+       * doc/c-mips.texi: Mention ISA level 4, and the -mips16 option.
+
+       * configure.in: Recognize mips-*-linux* target.
+       * configure: Rebuild.
+
        * config/tc-mips.c (load_register): Rewrite 64 bit handling to
        work if valueT is only 32 bits.
 
This page took 0.026095 seconds and 4 git commands to generate.