* gas/m32r/high-1.[ds]: New testcase.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 9a13c2bc8a249edcc1aadd33e5d2f07837d16455..aeece7bb478b8c89b219194497d4520b57acefd6 100644 (file)
@@ -1,5 +1,589 @@
+Mon Sep  8 12:33:40 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (v850_insert_operand): Add
+       -mwarn_unsigned_overflow. 
+
+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.
+
+Tue Aug 26 16:51:14 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * doc/as.texinfo (Machine Dependencies): Add v850 to menu.
+       * doc/c-v850.texi: Change node name to match other chapter nodes.
+
+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. 
+
+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
+       number will fit in 64 bits.
+
+       * config/tc-alpha.c (load_expression): Check explicitly for O_big,
+       rather than calling abort.
+
+       * as.h: Don't define alloca if __GNUC__.  Just declare it.
+       * macro.c: Copy alloca handling from as.h.
+
+       * config/tc-i386.c (i386_align_code): Correct 16 bit noops.  From
+       Gabriel Paubert <paubert@iram.es>.
+
+       * config/tc-i386.c (md_assemble): In JumpByte case, when looking
+       for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this
+       is jcxz or a loop instruction.
+
+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.
+
+Mon Aug 25 14:25:48 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * symbols.c (resolve_symbol_value): Store the value back into the
+       symbol expression, to handle add or subtract simplification
+       correctly.  Handle O_symbol_rva.  Add default case.
+
+       * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
+       chunksize while creating the new subsection.
+       * as.c (chunksize): Initialize to zero.
+       * subsegs.c (subseg_set_rest): Change 5000 to chunksize when
+       calling obstack_begin.
+
+Mon Aug 25 11:21:48 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (md_assemble): Restore input_line_pointer upon
+       exit. 
+       
+start-sanitize-v850e
+       * config/tc-v850.c (parse_register_list): Support constant
+       expressions as register lists.
+start-sanitize-v850e
+
+Mon Aug 25 10:19:34 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * doc/c-v850.texi: Change the major node to v850 Machine
+       Dependencies. 
+
+Fri Aug 22 11:16:14 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * doc/as.texinfo: Add inclusion of c-v850.texi
+
+       * doc/c-v850.texi: New file.
+
+       * read.c (is_end_of_line): Make NUL character be considered to be
+       a line terminator.
+
+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.
+
+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.
+
+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
+
+Thu Aug 21 00:59:53 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded
+       insn when changing to a different instruction.
+
+start-sanitize-sh4
+Wed Aug 20 00:45:20 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * tc-sh.c (parse_reg, get_specific, build_Mytes): Add SH4
+       floating point extensions.
+       (parse_reg): parse sgr and dbr.
+
+end-sanitize-sh4
+Tue Aug 19 17:07:34 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (system_register_name): Support numbers for
+       system register IDs.
+
+Tue Aug 19 08:59:12 1997  Fred Fish  <fnf@cygnus.com>
+
+       * read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
+       flag when alignment is in bytes instead of power of 2, and code to
+       use that flag to convert alignment to bytes.
+       (s_lcomm, s_lcomm_bytes):  New helpers that call s_lcomm_internal.
+       * read.h (s_lcomm_bytes): Add prototype.
+       * config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is
+       defined, write alignment to alignment bits in section header s_flags
+       rather than the s_align field.
+start-sanitize-tic80
+       * config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80.
+       * config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss
+       pseudo, instead of s_lcomm which wants a power of two for alignment.
+end-sanitize-tic80
+
+Mon Aug 18 20:42:23 1997  Richard Henderson  <rth@cygnus.com>
+
+       * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
+
+Mon Aug 18 20:33:06 1997  Richard Henderson  <rth@cygnus.com>
+
+       * as.c (show_usage): Add -am.
+       * input-scrub.c (input_scrub_include_sb): Don't add leading \n
+       if we've already got one.
+       * listing.c (struct list_info_struct): Add line_contents.
+       (listing_newline): Put unused argument to work: if non-null, save it...
+       (listing_listing): ... and regurgitate during listing instead of line
+       from file.
+       * listing.h (LISTING_MACEXP): New define.
+       (LISTING_NEWLINE): Argument is NULL.
+       * read.c (read_a_source_file): If expanding macros, break up input
+       lines and pass them to listing_newline.
+       * doc/as.texinfo: Document -ac and -am.
+
+       * cond.c (s_ifc): Add missing demand_empty_rest_of_line.
+
+Mon Aug 18 11:26:36 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (md_apply_fix3): Add support for new 16 bit PC
+       relative reloc.
+
+start-sanitize-v850e
+Mon Aug 18 11:24:21 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c: Remove support_v850e flag and command line
+       option. 
+       
+       * 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
+       option. 
+       
+       * configure.in (emulations): Add support for v850eq target
+
+       * configure (emulations): Add support for v850eq target
+end-sanitize-v850eq
+
+Fri Aug 15 14:00:13 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (check-DEJAGNU): Don't cd into testsuite until after
+       setting EXPECT and TCL_LIBRARY.
+       * Makefile.in: Rebuild.
+
+       * 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.
+
+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. 
+
+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.
+
+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.
+
+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.
+
+Mon Jul 21 08:57:17 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (system_registers): Fix ordering of registers.
+
+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.
 
@@ -1712,14 +2296,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
@@ -2182,7 +2764,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
@@ -2209,7 +2790,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
@@ -2224,7 +2804,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
@@ -2244,13 +2823,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
@@ -2261,7 +2838,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
@@ -2304,7 +2880,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
@@ -2325,7 +2900,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
@@ -2478,13 +3052,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,
@@ -2622,7 +3194,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.
@@ -2659,7 +3230,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.
@@ -2713,7 +3283,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
@@ -2724,7 +3293,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
@@ -2774,7 +3342,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
@@ -2803,7 +3370,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.
@@ -2819,7 +3385,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.
@@ -2827,7 +3392,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.
This page took 0.046085 seconds and 4 git commands to generate.