public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* mips-elf regressions
@ 2008-10-08  8:28 Tristan Gingold
  2008-10-08  8:49 ` Tristan Gingold
  0 siblings, 1 reply; 9+ messages in thread
From: Tristan Gingold @ 2008-10-08  8:28 UTC (permalink / raw)
  To: binutils

Hi,

there are many regressions on mips and I'd like this to be fixed  
before doing the final release.

The analysis of one failure (localize-hidden-1) shows that the symtab  
is not correctly ordered:

$ readelf -s tmpdir/bintest.o
Symbol table '.symtab' contains 18 entries:
    Num:    Value  Size Type    Bind   Vis      Ndx Name
      0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
      1: 00000000     0 SECTION LOCAL  DEFAULT    1 .text
      2: 00000000     0 SECTION LOCAL  DEFAULT    2 .data
      3: 00000000     0 SECTION LOCAL  DEFAULT    3 .bss
      4: 00000000     0 SECTION LOCAL  DEFAULT    4 .reginfo
      5: 00000000     0 SECTION LOCAL  DEFAULT    5 .pdr
      6: 00002100     0 OBJECT  GLOBAL DEFAULT  ABS Gdefault
      7: 00002200     0 OBJECT  GLOBAL HIDDEN  ABS Ghidden
      8: 00002300     0 OBJECT  GLOBAL INTERNAL  ABS Ginternal
      9: 00002400     0 OBJECT  GLOBAL PROTECTED  ABS Gprotected
     10: 00003100     0 NOTYPE  WEAK   DEFAULT  ABS Wdefault
     11: 00003200     0 NOTYPE  WEAK   HIDDEN  ABS Whidden
     12: 00003300     0 NOTYPE  WEAK   INTERNAL  ABS Winternal
     13: 00003400     0 NOTYPE  WEAK   PROTECTED  ABS Wprotected
     14: 00001200     0 NOTYPE  LOCAL  HIDDEN  ABS Lhidden
     15: 00001300     0 NOTYPE  LOCAL  INTERNAL  ABS Linternal
     16: 00001400     0 NOTYPE  LOCAL  PROTECTED  ABS Lprotected
     17: 00001100     0 NOTYPE  LOCAL  DEFAULT  ABS Ldefault

(Locals must be before Weaks and Weaks must be before Globals  
according to gabi).
As a consequence the output don't match the expected result.

I am now working on fixing this issue.

Tristan.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-10-08 20:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-08  8:28 mips-elf regressions Tristan Gingold
2008-10-08  8:49 ` Tristan Gingold
2008-10-08 10:01   ` Thiemo Seufer
2008-10-08 15:01     ` Ian Lance Taylor
2008-10-08 10:14   ` Alan Modra
2008-10-08 10:19     ` Tristan Gingold
2008-10-08 11:14       ` Alan Modra
2008-10-08 12:38       ` Maciej W. Rozycki
2008-10-08 20:08     ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).