Fix the union size calculation thing that I broke earlier. The
commit500701ebdda725e6e847fba9bc76c5dcc67eb50f
authorLinus Torvalds <torvalds@home.transmeta.com>
Tue, 25 Mar 2003 02:34:41 +0000 (24 19:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 03:59:43 +0000 (7 20:59 -0700)
tree8a1dc9227a3a99747116fb477b833a55b331868d
parentb8e2af970504c27659ab90afa19ee04a273c3012
Fix the union size calculation thing that I broke earlier. The
size of a union is the size of its largest member, not the last
member ;)
symbol.c