* [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__
@ 2010-09-25 15:45 Andreas Bießmann
2010-10-06 21:10 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Bießmann @ 2010-09-25 15:45 UTC (permalink / raw)
To: u-boot
uint is typedefed twice if __MACH__ is defined. This generates an error
when calling MAKEALL for netstar bord on OS X.
This patch removes the typedef for __MACH__ case in favor of general
definiton some lines below.
Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
---
include/compiler.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/compiler.h b/include/compiler.h
index 23f4b83..91dbe56 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -47,7 +47,6 @@
#elif defined(__MACH__)
# include <machine/endian.h>
typedef unsigned long ulong;
-typedef unsigned int uint;
#endif
typedef uint8_t __u8;
--
1.7.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__
2010-09-25 15:45 [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__ Andreas Bießmann
@ 2010-10-06 21:10 ` Wolfgang Denk
2010-10-08 6:30 ` Andreas Bießmann
0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2010-10-06 21:10 UTC (permalink / raw)
To: u-boot
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,
In message <1285429559-44573-1-git-send-email-andreas.devel@googlemail.com> you wrote:
>
> uint is typedefed twice if __MACH__ is defined. This generates an error
> when calling MAKEALL for netstar bord on OS X.
>
> This patch removes the typedef for __MACH__ case in favor of general
> definiton some lines below.
>
> Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> ---
> include/compiler.h | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"There are some good people in it, but the orchestra as a whole is
equivalent to a gang bent on destruction." - John Cage, composer
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__
2010-10-06 21:10 ` Wolfgang Denk
@ 2010-10-08 6:30 ` Andreas Bießmann
2010-10-08 8:16 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Bießmann @ 2010-10-08 6:30 UTC (permalink / raw)
To: u-boot
Dear Wolfgang Denk,
Am 06.10.2010 um 23:10 schrieb Wolfgang Denk:
> Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,
>
> In message <1285429559-44573-1-git-send-email-andreas.devel@googlemail.com> you wrote:
>> ---
>> include/compiler.h | 1 -
>> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> Applied, thanks.
>
> Best regards,
>
> Wolfgang Denk
couldn't find this patch mainline. Where did it go?
regards
Andreas Bie?mann
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__
2010-10-08 6:30 ` Andreas Bießmann
@ 2010-10-08 8:16 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-10-08 8:16 UTC (permalink / raw)
To: u-boot
Dear =?iso-8859-1?Q?Andreas_Bie=DFmann?=,
In message <E0A9E8C7-F2F2-40D7-A71F-40C92D2B8390@googlemail.com> you wrote:
>
> >> include/compiler.h | 1 -
> >> 1 files changed, 0 insertions(+), 1 deletions(-)
> >
> > Applied, thanks.
> >
> > Best regards,
> >
> > Wolfgang Denk
>
> couldn't find this patch mainline. Where did it go?
commit 59336459042a5fccb2dda9cfbb592802c88f583d
Author: Andreas Bie?mann <andreas.devel@googlemail.com>
Date: Sat Sep 25 17:45:59 2010 +0200
include/compiler.h: remove uint typedef for __MACH__
See
http://git.denx.de/?p=u-boot.git;a=commit;h=59336459042a5fccb2dda9cfbb592802c88f583d
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
History is only a confused heap of facts.
-- Philip Earl of Chesterfield
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-08 8:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25 15:45 [U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__ Andreas Bießmann
2010-10-06 21:10 ` Wolfgang Denk
2010-10-08 6:30 ` Andreas Bießmann
2010-10-08 8:16 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.