COFF: cope with new debug sections in gcc 4.x (fixes ghciprog004)
authorSimon Marlow <marlowsd@gmail.com>
Tue, 14 Sep 2010 15:30:26 +0000 (15:30 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 14 Sep 2010 15:30:26 +0000 (15:30 +0000)
commit3091b23097768655d9db8aafd18d90f5eff4f20b
tree3a97b22bc9be004f4e2b21172cb906e8f6ddbdd6
parente60ccc0eba90aa4731663269d3fab32f0a32d7d2
COFF: cope with new debug sections in gcc 4.x (fixes ghciprog004)
Also updated the object file parser to properly handle the overflow
case for section names longer than 8 chars.
rts/Linker.c