gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / elf32-tilegx.h
index 091bde13defc8f0cb310cac13f94015bd5214925..32cdca1b471d711e1e2e0ed739aa265821f4dda8 100644 (file)
@@ -1,5 +1,5 @@
 /* TILE-Gx-specific support for 32-bit ELF.
-   Copyright 2011 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           592
+#define TILEGX_PRSTATUS_SIZEOF          592
 #define TILEGX_PRSTATUS_OFFSET_PR_CURSIG  12
-#define TILEGX_PRSTATUS_OFFSET_PR_PID     24
-#define TILEGX_PRSTATUS_OFFSET_PR_REG     72
+#define TILEGX_PRSTATUS_OFFSET_PR_PID    24
+#define TILEGX_PRSTATUS_OFFSET_PR_REG    72
 
-#define TILEGX_PRPSINFO_SIZEOF           128
-#define TILEGX_PRPSINFO_OFFSET_PR_FNAME   32
+#define TILEGX_PRPSINFO_SIZEOF          128
+#define TILEGX_PRPSINFO_OFFSET_PR_FNAME          32
 #define TILEGX_PRPSINFO_OFFSET_PR_PSARGS  48
-#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 /* _ELF32_TILEGX_H */
This page took 0.025188 seconds and 4 git commands to generate.