Reduce verbosity.

Obtained from:	elftoolchain
MFC after:		1 month
This commit is contained in:
Kai Wang 2010-07-21 10:11:46 +00:00
parent a2cf6dae18
commit 5d261af96d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210336

View File

@ -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)