From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22746 invoked by alias); 1 Mar 2019 11:01:38 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 22222 invoked by uid 89); 1 Mar 2019 11:01:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:home, H*MI:home X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Mar 2019 11:01:36 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 449mgy0mMTz1rFsZ; Fri, 1 Mar 2019 12:01:33 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 449mgx6733z1rVwQ; Fri, 1 Mar 2019 12:01:33 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id MS-gb-1cp_oJ; Fri, 1 Mar 2019 12:01:27 +0100 (CET) Received: from igel.home (ppp-46-244-162-30.dynamic.mnet-online.de [46.244.162.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 1 Mar 2019 12:01:27 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id 3CA2F2C31F0; Fri, 1 Mar 2019 12:01:27 +0100 (CET) From: Andreas Schwab To: Tamar Christina Cc: "binutils\@sourceware.org" , nd Subject: Re: [PATCH]Always skip only 1 byte for CIE version 1's return address register. References: X-Yow: I know how to do SPECIAL EFFECTS!! Date: Fri, 01 Mar 2019 11:01:00 -0000 In-Reply-To: (Tamar Christina's message of "Thu, 28 Feb 2019 19:14:50 +0000") Message-ID: <87ef7qyi2g.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-03/txt/msg00002.txt.bz2 On Feb 28 2019, Tamar Christina wrote: > @@ -2005,12 +2005,16 @@ _bfd_elf_write_section_eh_frame (bfd *abfd, > extra_data = extra_augmentation_data_bytes (ent); > > /* Skip length, id and version. */ > - buf += 9; > + buf += 8; > + version = (unsigned int)(*(char*) buf++); The comment no longer matches. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."