From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15988 invoked by alias); 24 Dec 2006 04:49:10 -0000 Received: (qmail 15973 invoked by uid 48); 24 Dec 2006 04:49:01 -0000 Date: Sun, 24 Dec 2006 04:49:00 -0000 Message-ID: <20061224044901.15972.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/30153] -fPIC failure In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg01827.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-24 04:49 ------- As far as I can tell this is really a binutils issue. the difference between static inline and just static is where foo is emitted. In the static inline case, it is emitted after bar. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30153