* as.h (enum debug_info_type): Define.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 97cfbbd2c915beb3d5ed9a68fd63aea6e3a0f54e..4c023776af21cb84d361beda7b8e5983d55b26d7 100644 (file)
@@ -1,8 +1,165 @@
+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
This page took 0.027735 seconds and 4 git commands to generate.