Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / sim / common / hw-handles.c
index 8aa63ae1d2e9af90a268e6bb06a5f68e2a5a2dda..1f92cd4d2ed9869e834794344d89b82bb28a46d6 100644 (file)
@@ -1,6 +1,6 @@
 /* The common simulator framework for GDB, the GNU Debugger.
 
-   Copyright 2002-2016 Free Software Foundation, Inc.
+   Copyright 2002-2020 Free Software Foundation, Inc.
 
    Contributed by Andrew Cagney and Red Hat.
 
@@ -23,6 +23,9 @@
 #include "hw-main.h"
 #include "hw-base.h"
 
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 struct hw_handle_mapping
 {
This page took 0.0234 seconds and 4 git commands to generate.