+2021-04-13 Frederic Cambus <fred@statdns.com>
+
+ * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
+ check for NT_NETBSD_PAX.
+
2021-04-12 Alan Modra <amodra@gmail.com>
* configure.ac (--enable-checking): Add support.
pnote->descdata);
return true;
-#ifdef NT_NETBSD_PAX
case NT_NETBSD_PAX:
if (pnote->descsz < 1)
break;
((version & NT_NETBSD_PAX_ASLR) ? "+ASLR" : ""),
((version & NT_NETBSD_PAX_NOASLR) ? "-ASLR" : ""));
return true;
-#endif
}
printf (" NetBSD\t0x%08lx\tUnknown note type: (0x%08lx)\n",