public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/2671] New: On powerpc the order of parameters in weak_alias is significant
@ 2006-05-17 17:12 malitzke at metronets dot com
  2006-05-17 17:26 ` [Bug libc/2671] " malitzke at metronets dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: malitzke at metronets dot com @ 2006-05-17 17:12 UTC (permalink / raw)
  To: glibc-bugs

The unmodified weak_alias, as shown the the weak_alias.diff patch shown below
gives compilation errors on current snapshot and CVS 2.3.6 and 2.4 glibc. The
unmodifed _equivalent_ forms on i[3456]x86 work fine.


-weak_alias (getsockname, __getsockname)
+weak_alias (__getsockname, getsockname)


The modification was tested on both glibc 2.3.6 and 2.4 snapshots over several
weeks now.

The compilations were attempted with current gcc-4.2.0 and current snapshot
binutils.

The exist a more severe problem farther down in the powerpc glibc compilation
subject of a forthcoming PR.

-- 
           Summary: On powerpc the order of parameters in weak_alias is
                    significant
           Product: glibc
           Version: 2.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: malitzke at metronets dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: powerpc-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2671

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2006-09-09 17:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-17 17:12 [Bug libc/2671] New: On powerpc the order of parameters in weak_alias is significant malitzke at metronets dot com
2006-05-17 17:26 ` [Bug libc/2671] " malitzke at metronets dot com
2006-05-17 18:01 ` decimal at us dot ibm dot com
2006-05-17 18:13 ` malitzke at metronets dot com
2006-05-17 18:18 ` malitzke at metronets dot com
2006-05-17 18:30 ` decimal at us dot ibm dot com
2006-05-18  2:28 ` malitzke at metronets dot com
2006-05-18 14:56 ` decimal at us dot ibm dot com
2006-05-18 14:57 ` decimal at us dot ibm dot com
2006-05-18 15:00 ` decimal at us dot ibm dot com
2006-05-19 22:00 ` malitzke at metronets dot com
2006-09-09 17:23 ` drepper at redhat dot com

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