Skip to content
Snippets Groups Projects
Commit ec4fa567 authored by David Feng's avatar David Feng Committed by Albert ARIBAUD
Browse files

add weak entry definition

parent 5cea95cb
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
.globl SYMBOL_NAME(name); \ .globl SYMBOL_NAME(name); \
LENTRY(name) LENTRY(name)
#define WEAK(name) \
.weak SYMBOL_NAME(name); \
LENTRY(name)
#ifndef END #ifndef END
#define END(name) \ #define END(name) \
.size name, .-name .size name, .-name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment