Add type size and alignment information to 'struct symbol'.
commit510f939a5a71ac88ddbbb4af52b32c94f8fd1285
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 24 Mar 2003 20:14:37 +0000 (24 13:14 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 03:59:41 +0000 (7 20:59 -0700)
tree68a0e71082860c52872d042864ccb0781138ac1e
parentdd70c1f2ceb662e396256e11b9edd44cc7f7724c
Add type size and alignment information to 'struct symbol'.

Add 'target.h' to describe size of target-dependent types.

Add parsing of size information to gather the size for simple
types, pointers and structures/unions.
parse.c
show-parse.c
symbol.c
symbol.h
target.h [new file with mode: 0644]