From 049a9135c033592b51b87599d6d887de880d9453 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 15 Mar 2018 13:25:43 +0000 Subject: [PATCH] Neither Haiku nor BeOS >=R4 store resources in an ELF section but in an extended attribute. --- libexeinfo/ELF/Consts.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libexeinfo/ELF/Consts.cs b/libexeinfo/ELF/Consts.cs index c647a1b..30665e7 100644 --- a/libexeinfo/ELF/Consts.cs +++ b/libexeinfo/ELF/Consts.cs @@ -183,8 +183,6 @@ namespace libexeinfo ".taglist", // This section, which appears in object files only (not executable or shared objects), contains one entry for each entry in the .tags section. Each entry has STB_LOCAL binding and is of type STT_NOTYPE. The st_shndx and st_value fields of the entries specify the index of the section and the section offset to which the tag applies, respectively. ".tagsym", - // This section on some operating systems (e.g. BeOS) contains application resources - ".rsrc" }; } } \ No newline at end of file