--- Additional Comments From nickc at redhat dot com 2006-09-09 08:50
---
Hi Vincent,
Boy I must have been asleep when I wrote that patch, it was completely bogus.
Oh well, I have uploaded another one for you to try. This time I have actually
tested it with the test case you supplie
--- Additional Comments From nickc at redhat dot com 2006-09-09 08:52
---
Created an attachment (id=1292)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1292&action=view)
When writing out a.out relocations, treat relocs against weak symbols as if
they were against externals
--
--- Additional Comments From vincent dot riviere at freesbee dot fr
2006-09-09 10:31 ---
A lot better this time !
But half-fixed.
$ as bug.s -o bug.o
$ objdump -d bug.o
bug.o: file format a.out-m68k-netbsd
Disassembly of section .text:
:
0: 4ef9 0010 jmp 10
--- Additional Comments From georg dot schwarz at freenet dot de
2006-09-09 13:29 ---
Tried the patch, but it does not have any visible effect, i.e. it does not solve
the problem. (and in fact I would not understand how patching
gas/config/tc-mips.h could affect the problem described).