login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
1
Re: huge gcc 4.1.{0,1} __weak problem
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Linus Torvalds <torvalds@...>
Cc: <bunk@...>, <venkatesh.pallipadi@...>, <davem@...>, <trini@...>, <mingo@...>, <tglx@...>, <hpa@...>, <linux-kernel@...>, <suresh.b.siddha@...>, Vegard Nossum <vegard.nossum@...>
Subject:
Re: huge gcc 4.1.{0,1} __weak problem
Date: Thursday, May 1, 2008 - 6:33 pm
On Thu, 1 May 2008 15:27:26 -0700 (PDT) Linus Torvalds <torvalds@linux-foundation.org> wrote:
quoted text
> > > On Thu, 1 May 2008, Andrew Morton wrote: > > > > > > I see only the following choices: > > > - remove __weak and replace all current usages > > > - move all __weak functions into own files, and ensure that also happens > > > for future usages > > > - #error for gcc 4.1.{0,1} > > > > Can we detect the {0,1}? __GNUC_EVEN_MORE_MINOR__? > > It's __GNUC_PATCHLEVEL__, I believe. > > So yes, we can distinguish 4.1.2 (good, and very common) from 4.1.{0,1} > (bad, and rather uncommon). > > And yes, considering that 4.1.1 (and even more so 4.1.0) should be rare to > begin with, I think it's better to just not support it. >
Drat. There go my alpha, i386, m68k, s390, sparc and powerpc cross-compilers. Vagard, save me! Meanwhile I guess I can locally unpatch that patch. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] /dev/mem gcc weak function workaround
, Venki Pallipadi
, (Tue Apr 29, 9:31 pm)
Re: [PATCH] /dev/mem gcc weak function workaround
, David Miller
, (Wed Apr 30, 12:28 am)
RE: [PATCH] /dev/mem gcc weak function workaround
, Pallipadi, Venkatesh
, (Wed Apr 30, 8:49 am)
huge gcc 4.1.{0,1} __weak problem
, Adrian Bunk
, (Thu May 1, 5:56 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Jeremy Fitzhardinge
, (Fri May 2, 5:09 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Adrian Bunk
, (Fri May 2, 5:19 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Andrew Morton
, (Thu May 1, 6:20 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Linus Torvalds
, (Thu May 1, 6:27 pm)
[2.6.26 patch] #error for gcc 4.1.{0,1}
, Adrian Bunk
, (Thu Jun 26, 6:37 am)
Re: huge gcc 4.1.{0,1} __weak problem
, David Miller
, (Thu May 1, 6:51 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Venki Pallipadi
, (Thu May 1, 6:35 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Tom Rini
, (Thu May 1, 7:23 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Andrew Morton
, (Thu May 1, 6:42 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Tom Rini
, (Thu May 1, 7:21 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Venki Pallipadi
, (Thu May 1, 7:30 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Linus Torvalds
, (Thu May 1, 8:34 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Suresh Siddha
, (Thu May 1, 8:39 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Jeremy Fitzhardinge
, (Fri May 2, 5:11 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, David Miller
, (Fri May 2, 6:02 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Jakub Jelinek
, (Thu May 1, 6:49 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Andrew Morton
, (Thu May 1, 6:33 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Tom Rini
, (Thu May 1, 7:24 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Andrew Morton
, (Thu May 1, 7:59 pm)
Re: huge gcc 4.1.{0,1} __weak problem
, Andi Kleen
, (Fri May 2, 5:09 am)
Re: huge gcc 4.1.{0,1} __weak problem
, Adrian Bunk
, (Fri May 2, 4:10 am)
Re: huge gcc 4.1.{0,1} __weak problem
, Vegard Nossum
, (Fri May 2, 3:18 am)
Re: huge gcc 4.1.{0,1} __weak problem
, Theodore Tso
, (Fri May 2, 9:43 am)
Re: huge gcc 4.1.{0,1} __weak problem
, Justin Mattock
, (Thu May 1, 8:21 pm)
Re: [PATCH] /dev/mem gcc weak function workaround
, Tom Rini
, (Wed Apr 30, 4:15 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michal Piotrowski
Re: [BUG] fs/xfs/xfs_bmap_btree.c:2312: error: 'b' undeclared (first use in this f...
debian developer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Paul Jackson
[PATCH 0/5 v2] x86 boot: various E820 & EFI related fixes - what changed in v2
git
:
openbsd-misc
:
linux-netdev
:
Paweł Staszewski
Re: rib_trie / Fix inflate_threshold_root. Now=15 size=11 bits
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
Re: Data corruption issue with splice() on 2.6.27.10
Colocation donated by:
Who's online
There are currently
1 user
and
835 guests
online.
Online users
zeekec
Syndicate