X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Felf32-tilegx.h;h=b7382353dd57bc36e7943d8f8ff445c95b32f92a;hb=747f6157e4a166d016efc2b0bba1a7d4a52944f4;hp=7080c7e97c72b5a688d17452cb1de7b6b1ba85fc;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=binutils-gdb.git diff --git a/bfd/elf32-tilegx.h b/bfd/elf32-tilegx.h index 7080c7e97c7..b7382353dd5 100644 --- a/bfd/elf32-tilegx.h +++ b/bfd/elf32-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 32-bit ELF. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2022 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 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 */