ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 4788fd058bde488868923cc40ec05e418071e078..c3560ce4fc62043e0d4cfe1dac71dbd3f4975dbb 100644 (file)
@@ -1561,6 +1561,10 @@ struct elf_backend_data
   /* True if the 32-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
      members use a 16-bit data type.  */
   unsigned linux_prpsinfo32_ugid16 : 1;
+
+  /* True if the 64-bit Linux PRPSINFO structure's `pr_uid' and `pr_gid'
+     members use a 16-bit data type.  */
+  unsigned linux_prpsinfo64_ugid16 : 1;
 };
 
 /* Information about reloc sections associated with a bfd_elf_section_data
This page took 0.024524 seconds and 4 git commands to generate.