Nothing actually uses these, so punt them. Some of the ports are
using local "word" types, but we'll clean those up in a follow up.
#define SIM_MAIN_H
#include "sim-basics.h"
-
-typedef long int word;
-typedef unsigned long int uword;
-
#include "sim-base.h"
#include "bfd.h"
#define SIM_MAIN_H
#include "sim-basics.h"
-
-typedef long int word;
-typedef unsigned long int uword;
-
#include "sim-base.h"
#include "bfd.h"
#include "sim-basics.h"
typedef long int word;
-typedef unsigned long int uword;
#include "sim-base.h"
#include "bfd.h"
#include "target-newlib-syscall.h"
typedef int word;
-typedef unsigned int uword;
/* Extract the signed 10-bit offset from a 16-bit branch
instruction. */