Cast 64-bit switch expressions to (int) to keep OpenWatcom happy
commit4095197f6c64b837684b35badf7f271545fa76f1
authorH. Peter Anvin <hpa@zytor.com>
Tue, 13 Nov 2007 17:49:51 +0000 (13 09:49 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 13 Nov 2007 17:49:51 +0000 (13 09:49 -0800)
tree048e5373d1fe0974c994255ba055ab0262667303
parentd13f30e08fb35ccc5afdebad87851637733ade1e
Cast 64-bit switch expressions to (int) to keep OpenWatcom happy

Our size arguments are 64-bit values, but we don't need that range for
anywhere where we need a switch.  OpenWatcom can't deal with them
(sigh), so cast them to (int) for now.
output/outelf64.c