2019-12-18 Anthony Green <green@moxielogic.com>
[deliverable/binutils-gdb.git] / include / elf / s390.h
index 5da5e6eabe21d100414fdb9110b7064e7607838a..334322da5c89e1ec0dcac239c124193145006012 100644 (file)
@@ -1,5 +1,5 @@
 /* 390 ELF support for BFD.
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
    Contributed by Carl B. Pedersen and Martin Schwidefsky.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -37,6 +37,9 @@
 
 #define EF_S390_HIGH_GPRS        0x00000001
 
+/* Request 4k page table size.  */
+#define PT_S390_PGSTE (PT_LOPROC + 0)
+
 /* Relocation types.  */
 
 START_RELOC_NUMBERS (elf_s390_reloc_type)
This page took 0.024687 seconds and 4 git commands to generate.