X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-tilepro.h;h=fcae22a15acf6010e39f293bdf609a83d3d890d8;hb=d16c467a501547e37b111f775396e28f8bf27c1e;hp=d44d4a1e9726f508b2209c13d88f65771fca4092;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-tilepro.h b/bfd/elf32-tilepro.h index d44d4a1e97..fcae22a15a 100644 --- a/bfd/elf32-tilepro.h +++ b/bfd/elf32-tilepro.h @@ -1,5 +1,5 @@ /* TILEPro-specific support for 32-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. @@ -23,16 +23,16 @@ /* This file contains sizes and offsets of Linux data structures. */ -#define TILEPRO_PRSTATUS_SIZEOF 332 +#define TILEPRO_PRSTATUS_SIZEOF 332 #define TILEPRO_PRSTATUS_OFFSET_PR_CURSIG 12 -#define TILEPRO_PRSTATUS_OFFSET_PR_PID 24 -#define TILEPRO_PRSTATUS_OFFSET_PR_REG 72 +#define TILEPRO_PRSTATUS_OFFSET_PR_PID 24 +#define TILEPRO_PRSTATUS_OFFSET_PR_REG 72 -#define TILEPRO_PRPSINFO_SIZEOF 128 +#define TILEPRO_PRPSINFO_SIZEOF 128 #define TILEPRO_PRPSINFO_OFFSET_PR_FNAME 32 #define TILEPRO_PRPSINFO_OFFSET_PR_PSARGS 48 -#define ELF_PR_PSARGS_SIZE 80 +#define ELF_PR_PSARGS_SIZE 80 -#define TILEPRO_GREGSET_T_SIZE 256 +#define TILEPRO_GREGSET_T_SIZE 256 #endif /* _ELF32_TILEPRO_H */