summaryrefslogtreecommitdiff
path: root/ldso/ldso/c6x/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/c6x/dl-startup.h')
-rw-r--r--ldso/ldso/c6x/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/c6x/dl-startup.h b/ldso/ldso/c6x/dl-startup.h
index b9ea30409..6ad801f1b 100644
--- a/ldso/ldso/c6x/dl-startup.h
+++ b/ldso/ldso/c6x/dl-startup.h
@@ -92,7 +92,7 @@ struct elf32_dsbt_loadmap;
* load address.
*/
#define PERFORM_BOOTSTRAP_RELOC(RELP,REL,SYMBOL,LOAD,SYMTAB) \
- switch(ELF32_R_TYPE((RELP)->r_info)){ \
+ switch(ELF_R_TYPE((RELP)->r_info)){ \
case R_C6000_ABS_L16: \
{ \
unsigned int opcode = *(REL); \