--- Additional Comments From amodra at bigpond dot net dot au 2006-11-08
11:47 ---
Jan, would you please have a look at this? The problem here is that we have a
reloc generated against a symbol that is cloned when redefined, thus is removed
from the gas symbol chain.
--
Wh
--- Additional Comments From jbeulich at novell dot com 2006-11-08 15:07
---
But this is exactly one of these ambiguous cases: While I agree that it
shouldn't silently produce a bad object file, what should gas assume the user
wants - the first value seen, or the last one (or any interme
--- Additional Comments From amodra at bigpond dot net dot au 2006-11-09
00:22 ---
Yes, it's clear to me that glibc has a bug here. I suspect that
_dl_argv_internal should not have a definition in .bss. It's equally clear to
me that gas cannot allow relocations to be emitted against sy
Dear Sir/Madam,
I am using a STx7109 target board. I want to use cross development tools(like
sh4gdb) to connect to the target via the host(linux PC)... So first I used the
sh4gcc command to compile the program hello.c
/*hello.c*/
#include
main()
{
printf("Hello World\n");
}
sh4gcc -o hello.o