K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-10-25T21:49:59.664535Z K 7 svn:log V 372 Fix a manifestation of GCC bug 16625 that caused ld >= 2.17 to fail on 64-bit PowerPC when linking multiple C++ files referencing the same method, defined in a common header, when that method had a switch statement with more than 4 cases. This change fixes compilation of LLVM tblgen on 64-bit PPC with binutils 2.17. Lots of help from: dim Upstream after: more testing END