Do not generate unneeded initializers.

Approved by:	re (bmah)
This commit is contained in:
Joseph Koshy 2007-09-09 02:10:53 +00:00
parent 1a3a04870b
commit 64cd6a1100
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172099

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2006 Joseph Koshy
* Copyright (c) 2006,2007 Joseph Koshy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -605,15 +605,14 @@ define(`CONV',
`ifdef(`IGNORE_'$1$2,
`.$3$2 = NULL',
`ifdef(`BASE_'$1,
`ifdef(`IGNORE_'$1,
`.$3$2 = NULL',
`.$3$2 = libelf_cvt_$1_$3')',
`.$3$2 = libelf_cvt_$1_$3',
`ifdef(`SIZEDEP_'$1,
`.$3$2 = libelf_cvt_$1$2_$3',
`.$3$2 = libelf_cvt$2_$1_$3')')')')
define(`CONVERTER_NAME',
`#if __FreeBSD_version >= $3
`ifdef(`IGNORE_'$1,`',
`#if __FreeBSD_version >= $3
[ELF_T_$1] = {
CONV($1,32,tof), CONV($1,32,tom),
CONV($1,64,tof), CONV($1,64,tom) },