Author: kaiw
Date: Wed Jul 21 10:11:46 2010
New Revision: 210336
URL: http://svn.freebsd.org/changeset/base/210336

Log:
  Reduce verbosity.
  
  Obtained from:        elftoolchain
  MFC after:            1 month

Modified:
  head/lib/libelf/libelf_fsize.m4

Modified: head/lib/libelf/libelf_fsize.m4
==============================================================================
--- head/lib/libelf/libelf_fsize.m4     Wed Jul 21 10:08:25 2010        
(r210335)
+++ head/lib/libelf/libelf_fsize.m4     Wed Jul 21 10:11:46 2010        
(r210336)
@@ -48,8 +48,8 @@ define(`BYTE_SIZE',   1)
 define(`IDENT_SIZE',   `EI_NIDENT')
 
 /* Types that have variable length. */
-define(`GNUHASH_SIZE', 0) /* Elf_GNU_Hash_Header structures vary in length. */
-define(`NOTE_SIZE',    0) /* Elf_Note structures have variable length. */
+define(`GNUHASH_SIZE', 0)
+define(`NOTE_SIZE',    0)
 
 /* Currently unimplemented types. */
 define(`MOVEP_SIZE',   0)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to