2004-10-04 Eric Christopher <echristo@redhat.com>
authorEric Christopher <echristo@gmail.com>
Mon, 4 Oct 2004 23:25:28 +0000 (23:25 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 4 Oct 2004 23:25:28 +0000 (23:25 +0000)
* config/tc-mips.c (md_apply_fix3): Remove erroneous assert.

gas/ChangeLog
gas/config/tc-mips.c

index 78febb83bd3696fb4f13f98abe08529a52e1c645..5fdaa9bfce46ae10834964ef434d628742efb612 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-04  Eric Christopher  <echristo@redhat.com>
+
+       * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
+
 2004-10-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
 
 2004-09-20  Tomer Levi  <Tomer.Levi@nsc.com>
 
-        * config/tc-crx.c (handle_LoadStor): New function. 
-       Handle load/stor unique instructions before parsing. 
+        * config/tc-crx.c (handle_LoadStor): New function.
+       Handle load/stor unique instructions before parsing.
 
 2004-09-17  Paul Brook  <paul@codesourcery.com>
 
        * config/tc-arm.c (s_arm_rel31): New funciton.
        (md_pseudo_table): Add .rel31.
-       (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2, 
+       (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
        BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
        (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
        (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
 
        * config/tc-crx.c (gettrap): Exception vector can be case
        insensitive.
-       (process_label_constant): Fix a 32-bit displacement bug in branch 
+       (process_label_constant): Fix a 32-bit displacement bug in branch
        instructions.
        (get_operandtype) : Bug fix, wrong operand was used.
-       (process_label_constant): Initialize relocation type to 
+       (process_label_constant): Initialize relocation type to
        BFD_RELOC_NONE
 
 2004-09-01  Richard Earnshaw < reanrsha@arm.com>
        * NEWS: Mention new feature.
        * doc/as.texinfo: Document new switch.
        * doc/internals.texi: Document behaviour of md_parse_option.
-       
+
        * config/tc-arm.c (md_parse_option): Do not issue an error message
        if the switch is not recognised.
        * config/tc-m68k.c (md_parse_option): Likewise.
 
        * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
        suffix if the instruction doesn't support it.
-       
+
 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * config/tc-mips.c (append_insn): Handle constant expressions with
        declarations.  Indentation fixup.
        [M68KCOFF]: Include "obj-coff.h" instead of declaring
        obj_coff_section ourselves.
-       
+
 2004-07-09  James E Wilson  <wilson@specifixinc.com>
 
        * config/tc-ia64.c (default_big_endian): New.
        (dot_byteorder, md_begin): Use it.
        (md_parse_option): Set it.
-       
+
 2004-07-09  Nick Clifton  <nickc@redhat.com>
 
        * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
         selected define TARGET_SYMBIAN.
         * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
         format if TARGET_SYMBIAN has been defined.
-                
+
        * output-file.c (output_file_create): Report the target format
        chosen when bfd_openw reports that it is invalid.
 
        * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
        dwarf tables.
 
-2004-05-17  Adam Nemet  <anemet@lnxw.com> 
+2004-05-17  Adam Nemet  <anemet@lnxw.com>
 
        * configure.in: Add ppc-*-lynxos*.  Update i386-*-lynxos* to ELF.
        * configure: Regenerate.
        '>>'.
        (yylex): Handle '>', '<', and '&' following '+'.
        * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
-       architectures in archs[].  
+       architectures in archs[].
        (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
        for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
        respectively.
index fd76eabb5ac80dd9b380a8690073cfb0b3628118..b5aca914d1e70a4c52ff11f8355d97f41527b5d9 100644 (file)
@@ -11004,7 +11004,6 @@ md_apply_fix3 (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
     case BFD_RELOC_16:
       /* If we are deleting this reloc entry, we must fill in the
          value now.  */
-      assert (fixP->fx_size == 2);
       if (fixP->fx_done)
        md_number_to_chars (buf, *valP, 2);
       break;
This page took 0.036671 seconds and 4 git commands to generate.