svn commit: r210336 - head/lib/libelf

Kai Wang kaiw at FreeBSD.org
Wed Jul 21 10:11:46 UTC 2010


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)


More information about the svn-src-all mailing list