gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / elf64-tilegx.h
index cd0ddf6bbb6ab10902d9f309f657e595ab63e728..39820e256d3bbc0bb56310ac2c0960cdb8e514b6 100644 (file)
@@ -1,5 +1,5 @@
 /* TILE-Gx-specific support for 64-bit ELF.
-   Copyright (C) 2011-2016 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 /* This file contains sizes and offsets of Linux data structures.  */
 
-#define TILEGX_PRSTATUS_SIZEOF           632
+#define TILEGX_PRSTATUS_SIZEOF          632
 #define TILEGX_PRSTATUS_OFFSET_PR_CURSIG  12
-#define TILEGX_PRSTATUS_OFFSET_PR_PID     32
-#define TILEGX_PRSTATUS_OFFSET_PR_REG    112
+#define TILEGX_PRSTATUS_OFFSET_PR_PID    32
+#define TILEGX_PRSTATUS_OFFSET_PR_REG   112
 
-#define TILEGX_PRPSINFO_SIZEOF           136
-#define TILEGX_PRPSINFO_OFFSET_PR_FNAME   40
+#define TILEGX_PRPSINFO_SIZEOF          136
+#define TILEGX_PRPSINFO_OFFSET_PR_FNAME          40
 #define TILEGX_PRPSINFO_OFFSET_PR_PSARGS  56
-#define ELF_PR_PSARGS_SIZE                80
+#define ELF_PR_PSARGS_SIZE               80
 
-#define TILEGX_GREGSET_T_SIZE            512
+#define TILEGX_GREGSET_T_SIZE           512
 
 #endif /* _ELF64_TILEGX_H */
This page took 0.023961 seconds and 4 git commands to generate.