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
 
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to