fix compile time warnings.

This commit is contained in:
Nick Clifton 1999-10-27 18:14:17 +00:00
parent 29c4c6b539
commit cb6a5892d8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-10-27 Scott Bambrough <scottb@netwinder.org>
* arm-dis.c: Include sysdep.h to prevent compile time warnings.
1999-10-18 Michael Meissner <meissner@cygnus.com>
* alpha-opc.c (alpha_operands): Fill in missing initializer.

View File

@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "sysdep.h"
#include "dis-asm.h"
#define DEFINE_TABLE
#include "arm-opc.h"