From owner-svn-src-all@FreeBSD.ORG Sun Jul 8 17:02:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97AA3106566B; Sun, 8 Jul 2012 17:02:15 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 821FF8FC1E; Sun, 8 Jul 2012 17:02:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q68H2Few063553; Sun, 8 Jul 2012 17:02:15 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q68H2Flg063551; Sun, 8 Jul 2012 17:02:15 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201207081702.q68H2Flg063551@svn.freebsd.org> From: Nathan Whitehorn Date: Sun, 8 Jul 2012 17:02:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238255 - head/gnu/usr.bin/cc/cc_tools X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 08 Jul 2012 17:02:15 -0000 Author: nwhitehorn Date: Sun Jul 8 17:02:14 2012 New Revision: 238255 URL: http://svn.freebsd.org/changeset/base/238255 Log: After the binutils 2.17.50 import, the assembler supports AS_REL16 relocations. Modified: head/gnu/usr.bin/cc/cc_tools/auto-host.h Modified: head/gnu/usr.bin/cc/cc_tools/auto-host.h ============================================================================== --- head/gnu/usr.bin/cc/cc_tools/auto-host.h Sun Jul 8 17:01:57 2012 (r238254) +++ head/gnu/usr.bin/cc/cc_tools/auto-host.h Sun Jul 8 17:02:14 2012 (r238255) @@ -261,7 +261,7 @@ /* Define if your assembler supports R_PPC_REL16 relocs. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_AS_REL16 */ +#define HAVE_AS_REL16 #endif