diff --git a/utils/process-pt-dynamic.c b/utils/process-pt-dynamic.c index 9bab20373f8f7e123b356baa32d503429643534c..445b1a4edfe9edcdb145db13a824805dd45cd508 100644 --- a/utils/process-pt-dynamic.c +++ b/utils/process-pt-dynamic.c @@ -261,7 +261,9 @@ reloc_type_name (int type) CASE( R_386_TLS_DTPMOD32 ) CASE( R_386_TLS_DTPOFF32 ) CASE( R_386_TLS_TPOFF32 ) +#ifdef R_386_SIZE32 CASE( R_386_SIZE32 ) +#endif CASE( R_386_TLS_GOTDESC ) CASE( R_386_TLS_DESC_CALL ) CASE( R_386_TLS_DESC )