* as.h (enum debug_info_type): Define.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a0b98e9412394b783eb78fe1bfdf348363b600b2..4c023776af21cb84d361beda7b8e5983d55b26d7 100644 (file)
@@ -1,5 +1,431 @@
+Fri Aug 15 14:00:13 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * as.h (enum debug_info_type): Define.
+       (debug_type): Declare.
+       * as.c (debug_type): New global variable.
+       (show_usage): Add --gstabs.
+       (parse_args): Handle --gstabs.
+       * read.c (generate_asm_lineno): Remove.
+       (read_a_source_file): Output stabs debugging if appropriate.
+       Change checks of generate_asm_lineno to check debug_type.  Only
+       generate ECOFF debugging if ECOFF_DEBUGGING is defined.
+       * read.h (generate_asm_lineno): Don't declare.
+       (stabs_generate_asm_lineno): Declare.
+       * stabs.c (stabs_generate_asm_lineno): New function.
+       * ecoff.c (add_file): Use debug_type, not generate_asm_lineno.
+       Don't turn off debugging.
+       (add_file): Remove old #if 0 code.
+       (ecoff_new_file): Set debug_type, not generate_asm_lineno.
+       (ecoff_directive_end): Don't generate stabs line symbols.
+       (ecoff_generate_asm_lineno): Don't check stabs_seen.  Don't set
+       generate_asm_lineno.
+       (line_label_cnt): Remove.
+       (ecoff_generate_asm_line_stab): Remove.
+       * 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
+       
+       * 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>
+
+       * doc/internals.texi: Document rs_leb128.
+
+Tue Aug 12 12:17:03 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTE
+       in ABSL case, rather than calling abort.
+
+Mon Aug 11 21:48:00 1997  Richard Henderson  <rth@cygnus.com>
+
+       * as.h (enum _relax_state): Add rs_leb128.
+       * read.c (potable): Add sleb128 and uleb128.
+       (sizeof_*leb128, output_*leb128, emit_leb128_expr, s_leb128): New
+       functions.
+       * read.h: Update prototypes.
+       * symbols.c (resolve_symbol_value): Streamline quite a bit.  Return
+       the symbol value, add a second FINALIZE argument that prevents 
+       changes from being comitted.  Update all callers.
+       * write.c (cvt_frag_to_fill, relax_segment): Handle rs_leb128.
+       * doc/as.texinfo: Document the new pseudos.
+
+Sun Aug 10 14:51:49 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage,
+       stage1, and stage2.
+       (DISTCLEANFILES): Define.
+       * doc/Makefile.am (DISTCLEANFILES): Define.
+       * Makefile.in, doc/Makefile.in: Rebuild.
+
+Wed Aug  6 00:30:30 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
+       Don't set targ or gas_target.  Define SCO_ELF and
+       TARGET_SOLARIS_COMMENT when appropriate.  Don't substitute for
+       target_frag.
+       * Makefile.am: Remove @target_frag@.
+       (INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
+       $(TDEFINES).
+       (dep-am): Mark as phony.
+       * acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
+       and SCO_ELF.
+       * config/arm-big.mt, config/arm-lit.mt: Remove.
+       * config/mips-big.mt, config/mips-lit.mt: Remove.
+       * config/ppc-big.mt, config/ppc-lit.mt: Remove.
+       * config/ppc-sol.mt: Remove.
+       * config/i386coff.mt, config/m68kcoff.mt: Remove.
+       * config/m88kcoff.mt: Remove.
+       * config/sco5.mt: Remove.
+       * configure, config.in, Makefile.in: Rebuild.
+
+       * Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to
+       further try to circumvent the .y.h rule.
+       * Makefile.in: Rebuild.
+
+Tue Aug  5 12:32:07 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am: New file, based on old Makefile.in.
+       * acinclude.m4: New file, from old aclocal.m4.
+       * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.  Remove
+       shared library handling; now handled by libtool.  Replace
+       AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AC_PROG_YACC,
+       AC_PROG_LEX, and AC_DECL_YYTEXT.  Call AM_MAINTAINER_MODE,
+       AM_CYGWIN32, and AM_EXEEXT.  Don't call CY_CYGWIN32 or CY_EXEEXT.
+       * config.in: New file, created by autoheader.
+       * conf.in: Remove.
+       * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN.
+       * stamp-h.in: New file.
+       * as.c (print_version_id): Change GAS_VERSION to VERSION.
+       (parse_args): Likewise.
+       * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise.
+       * doc/Makefile.am: New file, based on old doc/Makefile.in.
+       * Makefile.in, doc/Makefile.in: Now built with automake.
+       * aclocal.m4: Now built with aclocal.
+       * configure: Rebuild.
+
+       * cond.c (s_else): If not listing false conditionals, turn listing
+       off in the false branch of the else.
+
+Mon Aug  4 11:28:35 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (macro): Fix handling of a double load from a
+       symbol plus an offset.
+
+       * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
+       has an associated external symbol.
+
+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
+       line if we encounter an error.
+
+       * config/tc-v850.c (md_assemble): Sign extend constants value
+       for hi and hi0 expressions.
+       (v850_insert_operand): Enable range checking for generic 16bit
+       operands.
+
+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
+        win32 dependencies.
+        * configure: Regenerated with autoconf 2.12.
+        * Makefile.in: Add $(EXEEXT) to all executables.
+
+Fri Jul 25 10:54:43 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * tc-hppa.c (md_apply_fix): Improve warnings for out of range
+       unconditional branches.
+       (hppa_fix_adjustable): Don't adjust anything with a RR% or LR%
+       field selector.
+
+Thu Jul 24 15:21:49 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
+
+Thu Jul 24 17:51:29 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * macro.c (define_macro): Make sure the index is in range before
+       checking for '('.
+
+start-sanitize-tic80
+Thu Jul 24 12:13:19 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config/tc-tic80.c (build_insn): Remove "extended" and replace with
+       "fx" and "fxfrag".  Add "ffrag".  Change code to initialize and use
+       the right f/ffrag and fx/fxfrag pairs since instruction may be split
+       across frags.
+
+end-sanitize-tic80
+Tue Jul 22 18:38:56 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
+
+       * config/te-go32.h (USE_ALIGN_PTWO): Define.
+       * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is
+       defined, use s_align_ptwo for .align.
+       * configure.in (i386-*-msdosdjgpp*): New target.
+       (i386-*-go32*): Set em to go32 and targ to coffgo32.
+       * configure: Rebuild.
+
+Tue Jul 22 12:41:40 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-sparc.c (last_opcode): New static local.
+       (md_assemble): Don't issue "FP branch in delay slot" warning if
+       the delay slot has been annulled.
+
+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>
+
+       * config/tc-tic80.c (build_insn): Initialize extended word to zero
+       when it will be filled in later by relocation information.
+
+end-sanitize-tic80
+Mon Jul 14 23:10:58 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (macro_build): Restore check of fmt argument.
+       (mips_ip): Fix ISA checks.
+
+start-sanitize-r5900
+Tue Jul 15 10:15:39 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in: Default the r5900 to little endian.
+       * configure: Rebuilt.
+
+end-sanitize-r5900
+start-sanitize-tic80
+Mon Jul 14 19:30:55 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config/tc-tic80.c (build_insn): Fix endianness problem with
+       O_big operands.
+
+end-sanitize-tic80
+Sun Jul 13 20:43:46 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (check_absolute_expr): Change warning to
+       error.
+
+Fri Jul 11 10:18:47 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mips.c (macro_build): Refine code to check if an
+       instruction is available on a particular cpu variant.
+       (mips_ip): Likewise.
+
+Mon Jul  7 22:53:08 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
+       OBJ_AOUT to ifdef OBJ_ELF.
+       (md_apply_fix3): When mangling 32 bit PC relative reloc for
+       BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE
+       case.
+       * write.c (fixup_segment): Change special case for i386-coff to
+       not apply for i386-pe.
+       * config/obj-coff.c (coff_adjust_section_syms): Only count fixups
+       which were not done.
+       (coff_frob_file_after_relocs): Rename from coff_frob_file.
+       (coff_format_ops): Initialize frob_file_after_relocs field rather
+       than frob_file field.
+       * config/obj-coff.h (coff_frob_file): Don't declare.
+       (coff_frob_file_after_relocs): Declare.
+       (obj_frob_file): Don't define.
+       (obj_frob_file_after_relocs): Define.
+       * configure.in: Set bfd_gas to yes for i386-*-cygwin32.
+       * configure: Rebuild.
+
+Wed Jul  2 12:05:00 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (fixup_segment): Never subtract section
+       address from PC relative reloc which will be fully resolved.
+
+Tue Jul  1 15:23:07 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * ecoff.c (page_type): Renamed from page_t to avoid conflict
+       with hpux10 header files.
+
+Mon Jun 30 12:27:28 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Jason Merrill <jason@cygnus.com>:
+       * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if
+       SEC_CODE is set.
+       * config/tc-i386.h (md_maybe_text): Define.
+       (md_do_align): Use md_maybe_text.
+
+Fri Jun 27 19:15:27 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * config/tc-ppc.h (tc_fix_adjustable): Only check for GOT type
+       relocations, don't check for symbol being external, weak, etc.
+
+Mon Jun 16 19:12:51 1997  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * config/tc-ppc.h (tc_fix_adjustable): Don't let the assembler
+       calculate relocations to any external symbol, because we might be
+       linking a shared object and the symbol might be overriden or moved
+       (for instance, moved into a static executable's .bss section).
+       (GLOBAL_OFFSET_TABLE_NAME): Delete. This is an i386 wierdness.
+
+       * config/tc-ppc.h (tc_fix_adjustable): GOT-based relocations can't
+       be calculated by the assembler.
+
+       * config/tc-ppc.c (md_apply_fix3): Handle @plt or @local branch
+       whose destination lies in the same file, by ignoring the @plt or
+       @local and aiming the branch at its destination.
+
+Mon Jun 16 13:59:18 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
+
+       * symbols.c (copy_symbol_attributes): Copy BSF_OBJECT flag.
+       * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy size
+       expression.
+
+       * config/obj-multi.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Define instead
+       of obj_copy_symbol_attributes.
+
+Mon Jun 16 12:45:56 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
+       signed operand, sign extend a 32 bit value to the host size.
+
+       * Makefile.in (CFLAGS): Subsitute from configure script.  From
+       Jeff Makey <jeff@cts.com>.
+
+       * config/tc-i386.c (i386_operand): Use alloca rather than a fixed
+       buffer size to make a copy of the symbol.
+
+       * Makefile.in (OBJS): Put @extra_objects@ on the same line as
+       macro.o.
+
+Thu Jun 12 12:16:20 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * write.c (write_object_file): In non BFD_ASSEMBLER code, as we
+       step through the frags calling cvt_frag_to_fill, switch to
+       SEG_DATA when we reach data_frag_root.
+
+Tue Jun 10 17:08:34 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (md_assemble): Allow an empty register
+       list for instructions which use register lists.
+
+Tue Jun 10 11:18:09 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
+
+       * config/tc-arm.c (md_apply_fix3): Make temp unsigned long.
+
+       * config/tc-arm.c (arm_adjust_symtab): Only set storage classes if
+       OBJ_COFF.
+
+       * config/tc-arm.c: Add prototypes for many static functions.
+       (struct asm_opcode ): Add prototypes for parms field.
+       (struct thumb_opcode ): Likewise.
+       (fp_op2): Remove unused flags parameter.
+       (output_inst): Make static.
+       (arm_after_pass_hook): Remove unused ignore parameter.
+       * config/tc-arm.h (arm_after_pass_hook): Declare.
+       (arm_start_line_hook): Declare.
+       (arm_frob_label): Declare.
+
+Mon Jun  9 12:55:45 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
+
+       * depend.c (wrap_output): new prototype.
+
+Mon Jun  9 12:52:44 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sh.c (md_apply_fix): Check for overflow.
+
+       * config/tc-m68k.c (md_section_align): If a.out and BFD, force
+       section size to be aligned.
+
+Fri Jun  6 17:15:55 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sh.h (md_cons_align): Define.
+       (sh_cons_align): Declare.
+       * config/tc-sh.c (md_pseudo_table): Add .uaword and .ualong.
+       (sh_no_align_cons): New static variable.
+       (s_uacons): New static function.
+       (sh_cons_align): New function.
+       (sh_handle_align): Warn about misaligned data.
+       * doc/c-sh.texi: Document .uaword and .ualong.
+
+Thu Jun  5 15:38:17 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * macro.c (macro_expand): In MRI mode, treat single quote as a
+       separator character when checking for a positional argument.
+
+Tue Jun  3 16:15:13 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (md_parse_option): Merge in changes from
+       armT-970328-branch.
+
+       * config/tc-arm.h: Merge in changes from armT-970328-branch.
+
+       * configure.in (emulations): Add Thumb architecture support from
+       armT-9703-28-branch.
+
+Mon Jun  2 16:25:07 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * doc/all.texi: Add enabling of ARM documentation.
+
+       * doc/as.texinfo: Add ARM documentation from armT-970328-branch.
+
+Mon Jun  2 11:55:12 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c: Added r3900 support.
+
+Thu May 29 12:58:26 1997  Ben Pfaff  <pfaffben@pilot.msu.edu>
+
+       * as.c: (parse_args) `-t' option requires an argument.
+
+Wed May 28 15:45:07 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (md_begin): Change call to
+       coff_arm_bfd_set_private_flags() to a call to
+       bfd_set_private_flags(). 
+
 Wed May 28 16:17:34 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * Makefile.in: Rebuild dependencies.
+
        * config/tc-i386.c (tc_gen_reloc): Don't try to convert the type
        of a BFD_RELOC_RVA reloc.
 
This page took 0.045201 seconds and 4 git commands to generate.