Update copyright years
[deliverable/binutils-gdb.git] / opcodes / or32-dis.c
index a0dc92a731e3d031cd3a0c1016964c74a5197686..b015d12bfdb1647f82c7ec576bced3415174f13e 100644 (file)
@@ -1,5 +1,5 @@
 /* Instruction printing code for the OpenRISC 1000
-   Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
    Contributed by Damjan Lampret <lampret@opencores.org>.
    Modified from a29k port.
 
 #define DEBUG 0
 #endif
 
+#include "sysdep.h"
 #include "dis-asm.h"
 #include "opcode/or32.h"
 #include "safe-ctype.h"
-#include <string.h>
-#include <stdlib.h>
 
 #define EXTEND29(x) ((x) & (unsigned long) 0x10000000 ? ((x) | (unsigned long) 0xf0000000) : ((x)))
 
This page took 0.035577 seconds and 4 git commands to generate.