[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd
From: |
vincent dot riviere at freesbee dot fr |
Subject: |
[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd |
Date: |
9 Apr 2007 20:59:17 -0000 |
------- Additional Comments From vincent dot riviere at freesbee dot fr
2007-04-09 21:59 -------
I found an allusion to a weak-bug in bfd/aout-cris.c
In MY (swap_ext_reloc_out) :
...
if (bfd_is_und_section (bfd_get_section (sym))
/* Remember to check for weak symbols; they count as global. */
|| (sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0)
r_extern = 1;
I applied that fix into bfd/aoutx.h, but it didn't change anything on the
testcase described here :(
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3041
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd,
vincent dot riviere at freesbee dot fr <=