gas: Adjust x86 tests for PECOFF
[deliverable/binutils-gdb.git] / gas / config / tc-pj.c
index 37fd4814977f8a66b3f07333baee2ba847a88912..752392b6e3983a8c225821a4970d914fbe166f6e 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-pj.c -- Assemble code for Pico Java
-   Copyright (C) 1999-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -440,6 +440,10 @@ md_apply_fix (fixS *fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED)
        }
       break;
 
+    case BFD_RELOC_PJ_CODE_REL32:
+      fixP->fx_done = 0;
+      return;
+
     default:
       abort ();
     }
This page took 0.065533 seconds and 4 git commands to generate.