From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 59B851F4B4 for ; Tue, 13 Apr 2021 03:49:21 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D495512106A; Tue, 13 Apr 2021 12:48:14 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id CCE14121069 for ; Tue, 13 Apr 2021 12:48:12 +0900 (JST) Received: by filterdrecv-canary-5788db7c87-5k97c with SMTP id filterdrecv-canary-5788db7c87-5k97c-14-607514B0-31 2021-04-13 03:49:04.54705802 +0000 UTC m=+27926.531628329 Received: from herokuapp.com (unknown) by geopod-ismtpd-2-0 (SG) with ESMTP id OeXW8D5TRFCyyBHfY3DwkQ for ; Tue, 13 Apr 2021 03:49:04.534 +0000 (UTC) Date: Tue, 13 Apr 2021 03:49:04 +0000 (UTC) From: mame@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 79459 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Feature X-Redmine-Issue-Id: 17797 X-Redmine-Issue-Author: xtkoba X-Redmine-Sender: mame X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?EJh2gqwnyqXtd++xo=2FinyA1V0bXouTB4FkWnzNiKb49oLezS7P8hWp=2FKIrdhck?= =?us-ascii?Q?fzRxeheXVSt+mHEn7HZZaoyBqnVEcyt+c7exF7D?= =?us-ascii?Q?jT7We1tVmORgVsf1tRexW8JnttxtWq0+CO+Wu3n?= =?us-ascii?Q?NCMfhTImVtFndjtBao1oedR5D7lVeUvTZRYrvo+?= =?us-ascii?Q?2KN9XcX5fSlFDXH8goZ7HRP=2Fw10=2Fytz6Bps2h6T?= =?us-ascii?Q?MQw6TlResTPZ2Gb9Y=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 103413 Subject: [ruby-core:103413] [Ruby master Feature#17797] MIPS support for addr2line.c X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #17797 has been updated by mame (Yusuke Endoh). Could you please commit it yourself? ---------------------------------------- Feature #17797: MIPS support for addr2line.c https://bugs.ruby-lang.org/issues/17797#change-91507 * Author: xtkoba (Tee KOBAYASHI) * Status: Open * Priority: Normal ---------------------------------------- In MIPS ELF, DWARF sections are of type `MIPS_DWARF`, not `PROGBITS`. The attached patch modifies `addr2line.c` so that it prints file:lineno information correctly for MIPS ELF. ---Files-------------------------------- ruby-addr2line-mips-dwarf.patch (335 Bytes) -- https://bugs.ruby-lang.org/