From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20560 invoked by alias); 8 Feb 2006 09:37:59 -0000 Received: (qmail 20540 invoked by uid 48); 8 Feb 2006 09:37:57 -0000 Date: Wed, 08 Feb 2006 09:37:00 -0000 Message-ID: <20060208093757.20539.qmail@sourceware.org> From: "Petr dot Salinger at seznam dot cz" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040925224830.411.jsberg04+computing.glibc@ftml.net> References: <20040925224830.411.jsberg04+computing.glibc@ftml.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/411] gcc defines __i686 macro, causing problems in sysdeps/i386/elf/setjmp.S X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00025.txt.bz2 List-Id: ------- Additional Comments From Petr dot Salinger at seznam dot cz 2006-02-08 09:37 ------- > We don't pass -march=i686 or equivalent to gcc when used on assembler files. > Unless you do something wrong (like adding the -march parameter to CC or so) > there is no problem. Even if -march is not passed, some predefined macros are used, depending on compiler target. Try something like: touch a.S gcc -dD a.S -E Would be possible to use name i.e. __i686_get_pc_thunk.reg instead of __i686.get_pc_thunk.reg ? -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED GCC host triplet|i686-pc-liinux-gnu |i686-pc-linux-gnu Resolution|WORKSFORME | http://sourceware.org/bugzilla/show_bug.cgi?id=411 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.