From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 416 invoked by alias); 22 May 2012 20:18:52 -0000 Received: (qmail 381 invoked by uid 22791); 22 May 2012 20:18:51 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_SUB_GETRID X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 May 2012 20:18:39 +0000 From: "roland at gnu dot org" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/14132] New: Get rid of INTDEF/INTUSE and *_internal aliases Date: Tue, 22 May 2012 20:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: roland at gnu dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00278.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14132 Bug #: 14132 Summary: Get rid of INTDEF/INTUSE and *_internal aliases Product: glibc Version: unspecified Status: NEW Severity: minor Priority: P2 Component: libc AssignedTo: unassigned@sourceware.org ReportedBy: roland@gnu.org CC: drepper.fsp@gmail.com Classification: Unclassified The INTDEF and INTUSE macros and related *_internal function aliases are an old mechanism that is superseded by the libc_hidden_proto stuff. It's confusing to have disparate mechanisms for addressing the same issue (PLT avoidance). We should get rid of INTDEF/INTUSE entirely and just use libc_hidden_proto. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.