forked from Imagelibrary/binutils-gdb
sim: start unifying portability shims
There are some functions that gnulib does not yet provide fallbacks for, so start a common file of our own for holding existing stubs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* traps-linux.c: Include portability.h.
|
||||
|
||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
/* This must come before any other includes. */
|
||||
#include "defs.h"
|
||||
|
||||
#include "portability.h"
|
||||
#include "sim-main.h"
|
||||
#include "sim-syscall.h"
|
||||
#include "syscall.h"
|
||||
|
||||
Reference in New Issue
Block a user