* [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
@ 2010-05-10 21:08 Wolfgang Denk
2010-05-11 8:43 ` Thomas Weber
2010-05-15 17:50 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-05-10 21:08 UTC (permalink / raw)
To: u-boot
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
arch/arm/lib/eabi_compat.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/lib/eabi_compat.c b/arch/arm/lib/eabi_compat.c
index 86eacf1..eb3e26d 100644
--- a/arch/arm/lib/eabi_compat.c
+++ b/arch/arm/lib/eabi_compat.c
@@ -16,3 +16,8 @@ int raise (int signum)
printf("raise: Signal # %d caught\n", signum);
return 0;
}
+
+/* Dummy function to avoid linker complaints */
+void __aeabi_unwind_cpp_pr0(void)
+{
+};
--
1.6.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
2010-05-10 21:08 [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints Wolfgang Denk
@ 2010-05-11 8:43 ` Thomas Weber
2010-05-15 17:50 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Weber @ 2010-05-11 8:43 UTC (permalink / raw)
To: u-boot
Hello Wolfgang,
On 05/10/10 21:08, Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
> arch/arm/lib/eabi_compat.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/lib/eabi_compat.c b/arch/arm/lib/eabi_compat.c
> index 86eacf1..eb3e26d 100644
> --- a/arch/arm/lib/eabi_compat.c
> +++ b/arch/arm/lib/eabi_compat.c
> @@ -16,3 +16,8 @@ int raise (int signum)
> printf("raise: Signal # %d caught\n", signum);
> return 0;
> }
> +
> +/* Dummy function to avoid linker complaints */
> +void __aeabi_unwind_cpp_pr0(void)
> +{
> +};
Thanks for the patch.
Compiled for and tested on Devkit8000
Tested-by: Thomas Weber <weber@corscience.de>
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
2010-05-10 21:08 [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints Wolfgang Denk
2010-05-11 8:43 ` Thomas Weber
@ 2010-05-15 17:50 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-05-15 17:50 UTC (permalink / raw)
To: u-boot
In message <1273525682-27308-1-git-send-email-wd@denx.de> Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
> arch/arm/lib/eabi_compat.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 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
Forty two.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-15 17:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 21:08 [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints Wolfgang Denk
2010-05-11 8:43 ` Thomas Weber
2010-05-15 17:50 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox