* Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 72df81c1ec1f02a3298a5e2df3c8fa31c91928e9..91dd54a75aea91145ee423ac4ef53ae8b97dfceb 100644 (file)
@@ -1,3 +1,56 @@
+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".
@@ -12,6 +65,10 @@ Thu Jan 30 12:28:18 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>
 
 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.
This page took 0.025857 seconds and 4 git commands to generate.