From owner-svn-src-all@freebsd.org Wed Jan 13 21:44:32 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C77A8192A; Wed, 13 Jan 2016 21:44:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5292E1075; Wed, 13 Jan 2016 21:44:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id m198so116883510lfm.0; Wed, 13 Jan 2016 13:44:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4qCfR+PjTHYm1pv4KPijLf7A7kmFMEW9ryWuQNCBNco=; b=AK+8Fo0d306SZmn7iC5gl7EwJUkpygaLMh6Pj4HRxbWjF38DozOfqt1tFjdblGSpEb 65pwVnn92sYiKKJObi0ISwPzCg5MG3V03iUid2UPMabDGuBlnnBCRDjX42Zjh7cBhhds dc3pXIsX52WHiGCM3xJOdeaGJu0basbHV+Gkp9jN+ZhuCr9DjbCbxmSDTbH339nfvnlQ 7UEWjXgv1Gto0TMTp/PFZKKk+JcUlgL7T3YTseEdsaN2LLlcLlQS7yI1tSNy3bDZlkB+ VNusnXeI2XQqySb81/744tvesUzt2zpXi2grluu1P1iAjFkUrdxy6+7rvvv2yWz8KJKH ioaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4qCfR+PjTHYm1pv4KPijLf7A7kmFMEW9ryWuQNCBNco=; b=ak76Vwfrw6n8mhlCfqmjL4PDJkMT5+iILTutRSVgLhxanp/bfsg8tBbr3D/dgnIsvB s7xkBG3DwirxC6kryEI4vbiyzg6I1ZjjNsH3syEg72BZP+tcMV4Ozvcx1057wzCBUwlZ fZCO8VFK33FXXUs6JJv2OB+Hld1UL+OpDr9RupELKJbW8joh+GQ748v3S6O9VZzxnhwD NfhAJlcnLaBv9jT5nedMM0MDh9tQYSgG709qbeSZIrR4ImlPxaMMH+UqpJ0cX4WFfPOM 8mcuOQmc98zec8UmHj/XaWW4lRcagO3OgmbOO8nenKy2dW610F6J9gZUhP8dLWeWhkoZ DuPQ== X-Gm-Message-State: ALoCoQmrWZxwGOfwNFoA3rAb6w+XG+wOdu1RLYoBla/WOSzA3WZ5PNmLN+VLpvQimfje5SriO6+BwSQBliUkQC4Znzb4Ion7jQ== MIME-Version: 1.0 X-Received: by 10.25.208.213 with SMTP id h204mr186103lfg.112.1452721470106; Wed, 13 Jan 2016 13:44:30 -0800 (PST) Received: by 10.112.160.133 with HTTP; Wed, 13 Jan 2016 13:44:30 -0800 (PST) In-Reply-To: <20160113214127.1a73b7b5@zapp> References: <201601132134.u0DLYFRv014524@repo.freebsd.org> <20160113214127.1a73b7b5@zapp> Date: Wed, 13 Jan 2016 13:44:30 -0800 Message-ID: Subject: Re: svn commit: r293852 - head/usr.sbin/kldxref From: NGie Cooper To: Andrew Turner Cc: Andrew Turner , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 21:44:32 -0000 On Wed, Jan 13, 2016 at 1:41 PM, Andrew Turner wrote: > On Wed, 13 Jan 2016 13:36:02 -0800 > NGie Cooper wrote: ... > How? I changed ef_aarch64.c. It was copied from ef_powerpc.c with > modifications which you are looking at. Sorry. Didn't realize that this was an svn copy + modification.. -NGie