--- Additional Comments From rus at kt dot od dot ua 2006-09-12 07:18
---
Hi.
Adding entry point to buggy linker script fix this behavour for me. Hope this
small fix will be included in the next stable release. Thanks for attention ;)
--
What|Removed
It also fails for target=arm-pe with this error message:
:
/usr/src/build-binutils/ld/earmpe.c:1299: undefined reference to
`def_file_parse'
pe-dll.o: In function `pe_implied_import_dll':
../../binutils-2.17/ld/pe-dll.c:2606: undefined reference to `def_get_module'
../../binutils-2.17/ld/pe-dll.c
[EMAIL PROTECTED] hash]$ cat x.c
void
foo (void)
{
}
[EMAIL PROTECTED] hash]$ make
cc -fPIC -c -o x.o x.c
./ld -shared --hash-style=gnu -o x x.o
make: *** [x] Floating point exception
make: *** Deleting file `x'
(gdb) r
The program being debugged has been started already.
Start it from the begin
--- Additional Comments From hjl at lucon dot org 2006-09-12 22:13 ---
Fixed by
http://sourceware.org/ml/binutils/2006-09/msg00083.html
--
What|Removed |Added
St
--- Additional Comments From amodra at bigpond dot net dot au 2006-09-13
06:16 ---
works on mainline
--
What|Removed |Added
Status|NEW |R