Don't rely on inferior_ptid in record_full_wait
[deliverable/binutils-gdb.git] / bfd / elf32-v850.c
index 21df3c8b9ac21b46a41692b6f685fe45da3334cd..667c4677958d9b2a7b97e677b59a51c40d8f07cc 100644 (file)
@@ -1,5 +1,5 @@
 /* V850-specific support for 32-bit ELF
-   Copyright (C) 1996-2019 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -29,6 +29,7 @@
 #include "elf-bfd.h"
 #include "elf/v850.h"
 #include "libiberty.h"
+#include "elf32-v850.h"
 
 /* Sign-extend a 17-bit number.  */
 #define SEXT17(x)      ((((x) & 0x1ffff) ^ 0x10000) - 0x10000)
This page took 0.025139 seconds and 4 git commands to generate.