From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42540 invoked by alias); 21 Oct 2015 14:54:50 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 42525 invoked by uid 89); 21 Oct 2015 14:54:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 21 Oct 2015 14:54:47 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] [nto] Improve ABI sniffing. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: Date: Wed, 21 Oct 2015 14:54:00 -0000 X-SW-Source: 2015-q4/txt/msg02007.txt.bz2 *** TEST RESULTS FOR COMMIT d7161de46af80e460d432d8dbb1c42f8cbacf6dc *** Author: Aleksandar Ristovski Branch: master Commit: d7161de46af80e460d432d8dbb1c42f8cbacf6dc [nto] Improve ABI sniffing. Use qnx specific notes to figure out the OS. gdb/ChangeLog: * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines. (nto_sniff_abi_note_section): New function. (nto_elf_osabi_sniffer): Use new function to recognize nto specific binary.