x86-64 bug fix: Fix stab generation for x86-64.
commit754b0beb7d446031cd08777dbd2fbcdeca675e34
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Fri, 3 Apr 2009 18:09:35 +0000 (4 03:09 +0900)
committergrischka <grischka>
Sat, 18 Apr 2009 13:07:09 +0000 (18 15:07 +0200)
treebc709242cc08ef9f6441f70001313d30617e5146
parente6db5f5fb670598cc6dc9750537c1df39fa4e527
x86-64 bug fix: Fix stab generation for x86-64.

The size of a stab entry is 12 bytes even in 64bit environments. We must use int instead of long to keep the size of stab entries.
tccelf.c