fix building on ppc64

This commit is contained in:
Mike Frysinger 2006-02-18 06:14:31 +00:00
parent 06776b3650
commit ebee0e7705

View File

@ -1297,6 +1297,9 @@ arch_apply_relocation(struct obj_file *f,
}
break;
#elif defined(__powerpc64__)
/* do this someday ... */
#elif defined(__powerpc__)
case R_PPC_ADDR16_HA: