* [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking
@ 2007-12-18 23:37 Hebbar
2007-12-18 23:48 ` Wolfgang Denk
2007-12-19 0:00 ` Hebbar
0 siblings, 2 replies; 5+ messages in thread
From: Hebbar @ 2007-12-18 23:37 UTC (permalink / raw)
To: u-boot
Hi,
This Patch removes compiler warning about target cpu not supporting
interworking for arm926ejs processor.
--- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800
+++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800
@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4
#
# =========================================================================
PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
+PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call
cc-option,-malignment-traps,))
Signed-off-by: Hebbar
I welcome comments, complaints, suggestions and advices.
Regards
Gururaja
--
View this message in context: http://www.nabble.com/-PATCH--ARM926%3A-Remove-compiler-warning%3A-target-CPU-does-not-support-interworking-tp14408188p14408188.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking
2007-12-18 23:37 [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking Hebbar
@ 2007-12-18 23:48 ` Wolfgang Denk
2007-12-19 0:00 ` Hebbar
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-12-18 23:48 UTC (permalink / raw)
To: u-boot
In message <14408188.post@talk.nabble.com> you wrote:
>
> Hi,
>
> This Patch removes compiler warning about target cpu not supporting
> interworking for arm926ejs processor.
>
>
> --- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800
> +++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800
> @@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4
> #
> # =========================================================================
> PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
> +PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
> PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call
> cc-option,-malignment-traps,))
>
>
>
> Signed-off-by: Hebbar
Same as before and with your third posting: please provide a correct
S-o-b line.
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
You see things; and you say ``Why?'' But I dream things that never
were; and I say ``Why not?''
- George Bernard Shaw _Back to Methuselah_ (1921) pt. 1, act 1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking
2007-12-18 23:37 [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking Hebbar
2007-12-18 23:48 ` Wolfgang Denk
@ 2007-12-19 0:00 ` Hebbar
2008-02-04 22:08 ` Wolfgang Denk
1 sibling, 1 reply; 5+ messages in thread
From: Hebbar @ 2007-12-19 0:00 UTC (permalink / raw)
To: u-boot
Hi,
This Patch removes compiler warning about target cpu not supporting
interworking for arm926ejs processor.
Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
--- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800
+++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800
@@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4
#
# =========================================================================
PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
+PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call
cc-option,-malignment-traps,))
I welcome comments, complaints, suggestions and advices.
Regards
Gururaja
--
View this message in context: http://www.nabble.com/-PATCH--ARM926%3A-Remove-compiler-warning%3A-target-CPU-does-not-support-interworking-tp14408188p14408492.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking
@ 2007-12-19 0:14 Gururaja Hebbar K R
0 siblings, 0 replies; 5+ messages in thread
From: Gururaja Hebbar K R @ 2007-12-19 0:14 UTC (permalink / raw)
To: u-boot
Hi,
I have added all the patches separately and have corrected the s-o-b line also. sorry for the trouble. Is there any other changes that I have to make to the patches or the mails
Regards
Gururaja
________________________________
From: Wolfgang Denk [mailto:wd at denx.de]
Sent: Wed 19-Dec-07 8:48 AM
To: Gururaja Hebbar K R
Cc: u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking
In message <14408188.post@talk.nabble.com> you wrote:
>
> Hi,
>
> This Patch removes compiler warning about target cpu not supporting
> interworking for arm926ejs processor.
>
>
> --- u-boot-1.3.1/cpu/arm926ejs/config.mk 2007-12-06 01:21:19.000000000 -0800
> +++ uboot/cpu/arm926ejs/config.mk 2007-12-18 20:22:57.093750000 -0800
> @@ -31,4 +31,5 @@ PLATFORM_CPPFLAGS += -march=armv4
> #
> # =========================================================================
> PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
> +PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
> PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call
> cc-option,-malignment-traps,))
>
>
>
> Signed-off-by: Hebbar
Same as before and with your third posting: please provide a correct
S-o-b line.
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
You see things; and you say ``Why?'' But I dream things that never
were; and I say ``Why not?''
- George Bernard Shaw _Back to Methuselah_ (1921) pt. 1, act 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071219/4325337b/attachment.htm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking
2007-12-19 0:00 ` Hebbar
@ 2008-02-04 22:08 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2008-02-04 22:08 UTC (permalink / raw)
To: u-boot
Hello,
in message <14408492.post@talk.nabble.com> you wrote:
>
> This Patch removes compiler warning about target cpu not supporting
> interworking for arm926ejs processor.
>
> Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
A more or less identical patch (see entry "[PATCH] Remove warning:
target CPU does not support interworking in ARMv6" at
http://www.denx.de/wiki/UBoot/PatchStatus) has been rejected before.
I think the same will happen to this one when Peter Pearse manages to
process it.
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
The alternative to genuflecting before the god of code-bumming is
finding a better algorithm. It should be clear that none such was
available. If your code is too slow, you must make it faster. If no
better algorithm is available, you must trim cycles.
- td at alice.UUCP (Tom Duff) 29 Aug 88
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-02-04 22:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 23:37 [U-Boot-Users] [PATCH] ARM926: Remove compiler warning: target CPU does not support interworking Hebbar
2007-12-18 23:48 ` Wolfgang Denk
2007-12-19 0:00 ` Hebbar
2008-02-04 22:08 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2007-12-19 0:14 Gururaja Hebbar K R
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox