Fix PR 17135 (whilst keeping PR14827 fixed) by prefering register names over
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a79b21ba7b9f2d5aa0a4b419ae4398c11274f8da..a9bb037c7d0836f98b995967f7a7f3558c047aad 100644 (file)
@@ -1,3 +1,74 @@
+Tue Sep 22 15:44:21 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-d30v.c (find_format): Do not accept flag registers as
+       general purpose registers.
+       (find_format): If an immediate value is expected at a given place
+       in a format, but a register name has been provided instead, check
+       to see if that register name matches the name of a predefined
+       symbol and if it does, then use the symbol instead.
+       (reg_name_search): If a register name matches a symbol name,
+       prefer the register name to the symbol name.
+
+start-sanitize-sky
+Mon Sep 21 13:08:01 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * config/tc-dvp.c (md_begin): Set st_other field of mpgloc_sym.
+       (assemble_vif,create_vuoverlay_section,s_endmpg,s_vu): Ditto.
+
+end-sanitize-sky
+Mon Sep 21 10:42:57 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-m32r.c (m32r_do_align): After inserting NOPs, reset
+       the previous insn to empty.
+
+1998-09-20  Michael Meissner  <meissner@cygnus.com>
+
+       * config/tc-ppc.c (md_apply_fix3): Do not break string into two
+       pieces, forcing the use of an ANSI compiler.
+
+Sun Sep 20 00:58:12 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/tc-m68k.h (TC_FORCE_RELOCATION): New macro.  Force vtable
+       relocs.
+       * config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs.
+
+start-sanitize-sky
+Tue Sep 15 17:04:43 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
+
+       * config/tc-dvp.c (parse_float): Strtol() will not convert
+       0xFfffFfff properly, it returns 0x7fffFfff.
+       Changed to use strtoul() which does work properly.
+
+end-sanitize-sky
+Tue Sep 15 08:51:07 1998  Catherine Moore  <clm@cygnus.com>
+        * config/obj-elf.c (obj_elf_vtable_inherit):  Handle arm
+        assembler syntax.
+        (obj_elf_vtable_entry):  Likewise.
+        * config/tc-arm.h:  Define TC_FORCE_RELOCATION for OBJ_ELF.
+        * config/tc-arm.c (md_apply_fix3): Handle VTABLE relocations.
+        (tc_gen_reloc): Likewise.
+        (arm_fix_adjustable): Likewise.
+        (elf32_arm_force_relocation): New.
+        (armelf_frob_symbol):  Remove coff-style symbol support.
+
+start-sanitize-sky
+Mon Sep 14 22:28:24 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * config/tc-dvp.c (parse_float): Support 0fNNN.
+       (tc_gen_reloc): Don't crash if given a pc-relative reloc for .word,
+       just signal an error.
+
+end-sanitize-sky
+Wed Sep  9 11:27:16 1998  Richard Henderson  <rth@cygnus.com>
+
+       * config/tc-i386.c (i386_operand): Fix typo in last patch.
+
+Tue Sep  8 18:10:01 1998  Catherine Moore  <clm@cygnus.com>
+        * config/tc-arm.c (arm_adjust_symtab):  Move #ifdef
+        OBJ_COFF so that routine is defined for a.out format.
+
 Tue Sep  8 15:56:19 1998  Richard Henderson  <rth@cygnus.com>
 
        * config/tc-i386.c (i386_operand): Detect non-segment registers
This page took 0.023285 seconds and 4 git commands to generate.