svn commit: r238255 - head/gnu/usr.bin/cc/cc_tools

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Jul 8 17:02:15 UTC 2012


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
 
 


More information about the svn-src-all mailing list