public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "malitzke at metronets dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug libc/2671] New: On powerpc the order of parameters in weak_alias is significant
Date: Wed, 17 May 2006 17:12:00 -0000	[thread overview]
Message-ID: <20060517171248.2671.malitzke@metronets.com> (raw)

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.


             reply	other threads:[~2006-05-17 17:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-17 17:12 malitzke at metronets dot com [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060517171248.2671.malitzke@metronets.com \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).