outelf32: handle compilers without 64-bit switch() support
commit4dff757ba5f22b3ac633d7c792f720d12f4f19f8
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 7 Jun 2010 18:26:11 +0000 (7 11:26 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 7 Jun 2010 18:26:11 +0000 (7 11:26 -0700)
treee064e60d099e5a4229473654d8a93c3ca470d9a7
parentb1a1e69a8f3cff77479d1dbdb67a20b69f6a704f
outelf32: handle compilers without 64-bit switch() support

OpenWatcom, in particular, doesn't handle switch() statements with
64-bit expressions, sigh.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/outelf32.c