Power10 bit manipulation operations
[deliverable/binutils-gdb.git] / gas / config / tc-s390.c
index 35b4a5b397b65fdb374a36db7ae9565247a1fcc5..7f004d8f29cc1bedf74fc0c2a52ac816ded190cf 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-s390.c -- Assemble for the S390
-   Copyright (C) 2000-2019 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
 
    This file is part of GAS, the GNU Assembler.
@@ -896,7 +896,7 @@ s390_elf_suffix (char **str_p, expressionS *exp_p)
        return ptr->suffix;
       }
 
-  return BFD_RELOC_UNUSED;
+  return ELF_SUFFIX_NONE;
 }
 
 /* Structure used to hold a literal pool entry.  */
This page took 0.025257 seconds and 4 git commands to generate.