https://sourceware.org/bugzilla/show_bug.cgi?id=23078
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Vadzim,
> VECTORS array points to a weak function instead of a strong function defined
> in main.c
I think that this is a bug in your test code. You should be using the
weakref attribute here, rather than the weak and alias attributes. IE:
static __attribute__((weakref ("DEFAULT_HANDLER"))) void HARD_FAULT ();
and similarly for BUS_FAULT.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils