From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37696 invoked by alias); 1 Oct 2015 13:47:52 -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 37685 invoked by uid 89); 1 Oct 2015 13:47:51 -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; Thu, 01 Oct 2015 13:47:50 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] [BFD][AARCH64]Emit single AARCH64_MAP_INSN symbol for the whole plt. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <73524045d3a3b95bb0437386bba2a1583791ea42@gdb-build> Date: Thu, 01 Oct 2015 13:47:00 -0000 X-SW-Source: 2015-q4/txt/msg00042.txt.bz2 *** TEST RESULTS FOR COMMIT 73524045d3a3b95bb0437386bba2a1583791ea42 *** Author: Renlin Li Branch: master Commit: 73524045d3a3b95bb0437386bba2a1583791ea42 [BFD][AARCH64]Emit single AARCH64_MAP_INSN symbol for the whole plt. bfd/ 2015-10-01 Renlin Li * elfnn-aarch64.c (elfNN_aarch64_output_plt_map): Remove. (elfNN_aarch64_output_arch_local_syms): Emit AARCH64_MAP_INSN once. ld/testsuite/ 2015-10-01 Renlin Li * ld-aarch64/plt_mapping_symbol.d: New. * ld-aarch64/plt_mapping_symbol.s: New. * ld-aarch64/aarch64-elf.exp: Run the new test.