[PATCH] arm: decalare div0 as weak function

Sascha Hauer s.hauer at pengutronix.de
Mon Jan 9 00:20:26 PST 2017


Hi,

On Sat, Jan 07, 2017 at 10:45:26PM +0800, DU HUANPENG wrote:
> From: Du Huanpeng <u74147 at gmail.com>
> 
> Signed-off-by: Du Huanpeng <u74147 at gmail.com>
> ---
>  arch/arm/lib/div0.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/lib/div0.c b/arch/arm/lib/div0.c
> index 852cb72..d4f3b6c 100644
> --- a/arch/arm/lib/div0.c
> +++ b/arch/arm/lib/div0.c
> @@ -17,11 +17,11 @@
>   *
>   */
>  #include <common.h>
> +#include <linux/compiler.h>
>  
>  extern void __div0(void);
>  
> -/* Replacement (=dummy) for GNU/Linux division-by zero handler */
> -void __div0 (void)
> +__weak void __div0 (void)

Could you explain why and in which situations you need this?

Sascha

>  {
>  	panic("division by zero\n");
>  }
> -- 
> 2.7.4
> 
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list