Date: Sun, 8 Jul 2012 17:02:15 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238255 - head/gnu/usr.bin/cc/cc_tools Message-ID: <201207081702.q68H2Flg063551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207081702.q68H2Flg063551>