From Andrew Gierth <ANDREWG@microlise.co.uk>:
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0e76c6db768ad81ee5e078b318d698ef5f355f53..74adff5c46f0ffc4f20f8fc57abbda812120cf9b 100644 (file)
@@ -1,3 +1,90 @@
+Thu Jul 18 15:54:54 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Andrew Gierth <ANDREWG@microlise.co.uk>:
+       * configure.in (sparc-*-sysv4*): New target.
+       * configure: Rebuild.
+
+       * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
+       uaxword to use s_uacons.
+       (sparc_no_align_cons): New static variable.
+       (s_uacons): New static function.
+       (sparc_cons_align): If sparc_no_align_cons is set, just clear it
+       and return.
+
+       * config/tc-sparc.c (s_common): Remove unused label allocate_bss.
+
+       * configure.in: Add mips-*-irix6* target.  Handle Irix 6 like Irix
+       5 with regard to shared libraries.
+       * configure: Rebuild.
+
+       * config/tc-m68k.c (m68k_ip): Use the correct length when
+       allocating space for the unsupported architecture error message.
+
+start-sanitize-d10v
+Thu Jul 18 12:57:10 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (d10v-*-*): Allow d10v-*-*, don't require d10v-*-elf*.
+
+Wed Jul 17 14:25:13 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: New file.
+       * config/tc-d10v.h: New file.
+       * configure (d10v-*-elf): New target.
+       * configure.in (d10v-*-elf): New target.
+end-sanitize-d10v
+       
+Fri Jul 12 20:54:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (md_parse_option): Recognize -K PIC.
+
+Wed Jul 10 12:39:08 1996  Richard Henderson  <rth@tamu.edu>
+
+       * config/tc-alpha.c (alpha_align): Change fill parameter
+       to a pointer.  Take NULL as 0 or nop depending on section.  Change
+       all callers.
+       (s_alpha_align): Rename local variables.
+
+       * doc/as.texinfo (.align): Document action of omitted
+       fill parameter.
+
+Wed Jul 10 00:23:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (md_apply_fix3): Give a useful error message
+       when an unsupported PC relative reloc is seen, rather than calling
+       abort.
+
+       * app.c (do_scrub_chars): Remove not_cpp_line local variable.
+       Instead, check state when '#' comment is seen.
+
+Mon Jul  8 14:11:49 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or
+       OBJ_MAYBE_ELF.
+       (tc_gen_reloc): If fixup was changed to be PC relative, change
+       reloc type accordingly.  Use name of reloc in error message.
+
+       * as.h: Don't define const or volatile.
+       * flonum.h: Don't define const.
+
+       * config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
+       if fx_pcrel is set.  Correct setting the addend case in the
+       OBJ_ELF case (from Andreas Schwab
+       <schwab@issan.informatik.uni-dortmund.de>).
+       (md_show_usage): Correct -mfc5200 to -m5200.
+
+Fri Jul  5 10:32:58 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * doc/c-m68k.texi: Document -m5200 flag.
+       * doc/as.texinfo: Likewise.
+
+       * config/tc-m68k.c (m68k_ip): The coldfire does not support 8x
+       scale factor.
+
+Fri Jul  5 11:07:24 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.
+       (S_CLEAR_EXTERNAL, S_SET_WEAK): Likewise.
+
 Thu Jul  4 11:59:46 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (VERSION): Set to cygnus-2.7.1.
@@ -291,7 +378,6 @@ Tue Jun 18 13:19:51 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
        Don't always promote L_8 to L_16.
        (do_a_fix_imm): Clean up L_32 and L_24 handling.
 
-start-sanitize-h8s
        * config/tc-h8300.c (Smode): New variable.
        (h8300hmode): Turn off Hmode.
        (h8300smode): New function.  Turn on Smode and Hmode.
@@ -304,7 +390,6 @@ start-sanitize-h8s
        * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
        (Smode): Declare.
 
-end-sanitize-h8s
 Mon Jun 17 15:50:53 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
 
        * doc/as.texinfo: Reorder chapter of machine dependent options so
This page took 0.03597 seconds and 4 git commands to generate.