bug-binutils
[Top][All Lists]
Advanced

[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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]