Skip to content
Snippets Groups Projects
Select Git revision
0 results

mpc8xx

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Joakim Tjernlund authored
    NULL is an absolute value and should not be relocated.
    After this correction code like:
     void weak_fun(void) __attribute__((weak));
     printf("weak_fun:%p\n", weak_fun);
    will still print null after relocation.
    
    Signed-off-by: default avatarJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
    afc3ba0f
    History
    Name Last commit Last update
    ..