ubsan: visium: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / gdb / frv-linux-tdep.c
index b47d373421e85fec5bcb71538cd9672f8604ec57..cee2d0c5e24fdb9e06fefdcdf74b45bcc7743007 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
-#include "elf-bfd.h"
-#include "elf/frv.h"
-#include "frame-unwind.h"
-#include "frame.h"
-#include "frv-tdep.h"
 #include "gdbcore.h"
-#include "linux-tdep.h"
+#include "target.h"
+#include "frame.h"
 #include "osabi.h"
 #include "regcache.h"
-#include "regset.h"
-#include "target.h"
+#include "elf-bfd.h"
+#include "elf/frv.h"
+#include "frv-tdep.h"
 #include "trad-frame.h"
+#include "frame-unwind.h"
+#include "regset.h"
+#include "linux-tdep.h"
+#include "gdbarch.h"
 
 /* Define the size (in bytes) of an FR-V instruction.  */
 static const int frv_instr_size = 4;
This page took 0.03529 seconds and 4 git commands to generate.