[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ld cygwin crash
From: |
Neil Phillips |
Subject: |
ld cygwin crash |
Date: |
Fri, 17 Sep 2004 15:01:14 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.2.3 |
hi,
this applies to ld version 2.15.91 20040725 on cygwin (cygwin1.dll version
1.5.11) on windows 2000.
after assembling a file that explicitly sets a global symbol, ld will crash with
a segmentation fault before printing any output. example:
% cat > test.s
.global ld_killer
ld_killer=1234
^D
% as -o test.o test.s
% ld -o test test.o
Cheers,
Neil
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ld cygwin crash,
Neil Phillips <=