From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120421 invoked by alias); 5 Jun 2016 07:27:43 -0000 Mailing-List: contact gnu-gabi-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: gnu-gabi-owner@sourceware.org Received: (qmail 119752 invoked by uid 89); 5 Jun 2016 07:27:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*R:D*gmail.com X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-oi0-f65.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:reply-to:to:organization:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=18JVGGANGGn4r1ioe+2st3mPYfzFl5hgna7OlWiUWwI=; b=GnxzgaoFGoRHHilvbGhXfF78KkqEJz61BC6dqCggy+byM0c5Bjw6TouVJkI9y16jmW rtneFpzpxDFkZeBkXZwdwWmZxXMjTMS7Yc5RSDdpQdYChyR675SZU8KIhur6Os/sGebh ffYWeOr+yCYKfhyraGaIzcfokxd2dVEeM3OwmsiQpOV+u8xpnHsL4dkiE7eIGr1WyjQv XbN5Ixy/VscSdTUgNgf4tWhqcpgKIiDURfTA70zUNgm0ZnK0G5eLjQn4oW9K2f6b5qxU 9il8wrDMFyB+1YmEBJGFUHuKJxOkQk63t1W5aOMMZjwP/8A9U4GnVsco+GCRBOxjavRQ UdQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:reply-to:to:organization:message-id :date:user-agent:mime-version:content-transfer-encoding; bh=18JVGGANGGn4r1ioe+2st3mPYfzFl5hgna7OlWiUWwI=; b=ltlIgicGuh6WYQqs+Ak/6AZrHo2z9U9yYNN8EF94B+4cLeEwWEfjs0NTSXdcIyJlhU YRcnz/vsanMRxIY4O51ZYNe04vjOgXcFUgBjt6vIDNcNEmFEsMD0yQP0RdXX0SIUhHWq u5zknHNKk+CIo417JBaSAmGycFwl856JvpcFHtotm3oJ7I3n9O5kKjCl4ZSQ6g0MfMHP t9K7y62AofW3+PDeMCe/d9n+oSYL1WW8maGk3//1ygG8MfKBV4R6buIdkbC+yG6uHUCx WM1ZBF47EUaoyCVjWOkkMtNkDfydVU3m1CLpeGSg/sAwHBaIKtSvo20zPb/UPXaifk77 Rh9Q== X-Gm-Message-State: ALyK8tKGgW55TmlUdYqwSZ8+eM/fQZUo/RHFdVxjgCYE6y07My1slbg6iDNOVvN/7pWeAw== X-Received: by 10.202.212.86 with SMTP id l83mr5029835oig.190.1465111659553; Sun, 05 Jun 2016 00:27:39 -0700 (PDT) From: Suprateeka R Hegde Subject: OSABI on Linux Distros Reply-To: hegdesmailbox@gmail.com To: gnu-gabi@sourceware.org Organization: HEGDESASPECT Message-ID: <7160c0e3-b49c-1ab8-c0d3-cee12355f895@gmail.com> Date: Fri, 01 Jan 2016 00:00:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160604-2, 04-06-2016), Outbound message X-Antivirus-Status: Clean X-SW-Source: 2016-q2/txt/msg00008.txt.bz2 Hi What is the reason why we emit OSABI value as "UNIX - System V" (ELFOSABI_SYSV) even on GNU/Linux systems? Shouldn't it be just "GNU" (ELFOSABI_GNU)? I checked some major GNU/Linux distros like RHEL, SuseEL, Ubuntu, etc. Even though binaries use GNU extensions and ABI, the ELF is still marked as SYSV/None. Even a "core" file shows SYSV/None. -- Supra