bfd/
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 5a4ad45276bfe0afcb4fa2ff46129d075eba6501..1c4e57dcb8579bfb7834e4a742c45788b9cec163 100644 (file)
@@ -2189,6 +2189,7 @@ get_segment_type (unsigned long p_type)
     case PT_GNU_EH_FRAME:
                        return "GNU_EH_FRAME";
     case PT_GNU_STACK: return "STACK";
+    case PT_GNU_RELRO:  return "GNU_RELRO";
 
     default:
       if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC))
This page took 0.026354 seconds and 4 git commands to generate.