From owner-svn-src-all@freebsd.org Thu May 5 21:31:22 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 4C8C4B2F0CA; Thu, 5 May 2016 21:31:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 18A771017; Thu, 5 May 2016 21:31:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x231.google.com with SMTP id 190so97797302iow.1; Thu, 05 May 2016 14:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=JDElKCBrY6oJAQYgjr6gqblA0UDo74LXcGXX1KjVlE8=; b=ccTVKLcLE+2My0ibwXX3hFmR1lUxYVqe8Da8NMpbngmcj8rK4wbhSwuB2gM/YjrZg4 T9DGBP1p+ONcY3gqd4r1CxDnUh2qU3IC/VnJsK8ub1rlwV8wH5ulfKLpeFx3HWahdTBo uezixCRIzkUyoc3DKd0DJnRVGP7unetZ6VWlkUP1SeEHbLEDbnrDQXsYGL3xkb0OEiXv SSsMgM5GT2q072rf0K0jSMUJyQ/UYOoWMXKpfSrzsmef2vdkzR90cP5E+2G0l7Z7D6cT yzfsmxTgqxkCVF4C2LdCLFDiIR3KISww4i8F+Rb5YJhljtO4Ecp71Blf7+clNaU9TLjw WAmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=JDElKCBrY6oJAQYgjr6gqblA0UDo74LXcGXX1KjVlE8=; b=fDfAh9RfBHoBMEhG+NpSWAtA/esfhnXV9kjBUvKnchxa2Z2/BLPxKdLKujTb5cNBoo OqI/EeKHfdPbqbPfnZD58c03a13jwpiphhQ/j17C7A1OPNiI3Pd9F4NmqJm8KqLclZJh rDmkn7uWKmfoswdHeMRewlyQjrKSCrW28Rd5cM0PgC2zDfKaZzs+s+OhmiZnJnyjU117 a3OzoHC+WXK4E4IBLQ5+kaM+ry+uPXcxH9ftUQ/32sXz7IsTvoPb4MqTsgQnXOYgjZIf n3hC+w5C/MLNWGIcALCMRWMVhhHsaoIXR0lyUfr8Z5+G/Q9eJzEho0uEhX4aLxkbE4Bz VTZQ== X-Gm-Message-State: AOPr4FWgL1Iqrjyj8JteMpXXnwI3th7cnZJ6+5OL/1zCz8mietwYmTH26boF0/PNsT2dT+rcR9QXsCujkwap4g== X-Received: by 10.107.31.146 with SMTP id f140mr20367668iof.180.1462483881556; Thu, 05 May 2016 14:31:21 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Thu, 5 May 2016 14:31:02 -0700 (PDT) In-Reply-To: <201605052125.u45LPf1T075368@repo.freebsd.org> References: <201605052125.u45LPf1T075368@repo.freebsd.org> From: Ed Maste Date: Thu, 5 May 2016 17:31:02 -0400 X-Google-Sender-Auth: TE2WjVQBof1zN9hP3VHJvon8XPI Message-ID: Subject: Re: svn commit: r299139 - in head/secure/lib/libcrypto: . i386 To: "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.22 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: Thu, 05 May 2016 21:31:22 -0000 On 5 May 2016 at 17:25, Ed Maste wrote: > Author: emaste > Date: Thu May 5 21:25:41 2016 > New Revision: 299139 > URL: https://svnweb.freebsd.org/changeset/base/299139 > > Log: > Make libcrypto position independent on i386 Note that the generated output for these i386 .s files was committed in r95967. PIC support was added as of r109998 (OpenSSL 0.9.7) but these files have not been regenerated since the original import. I intend to regenerate all of these and compare the result sometime later on.