Skip to content
Snippets Groups Projects
Commit 3575ba9b authored by Simon McVittie's avatar Simon McVittie
Browse files

process-pt-dynamic: Don't print name of R_386_SIZE32 if undefined


This was introduced in 2013, and Ubuntu 12.04's glibc 2.15 doesn't
have it.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 7fdc8358
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -261,7 +261,9 @@ reloc_type_name (int type) ...@@ -261,7 +261,9 @@ reloc_type_name (int type)
CASE( R_386_TLS_DTPMOD32 ) CASE( R_386_TLS_DTPMOD32 )
CASE( R_386_TLS_DTPOFF32 ) CASE( R_386_TLS_DTPOFF32 )
CASE( R_386_TLS_TPOFF32 ) CASE( R_386_TLS_TPOFF32 )
#ifdef R_386_SIZE32
CASE( R_386_SIZE32 ) CASE( R_386_SIZE32 )
#endif
CASE( R_386_TLS_GOTDESC ) CASE( R_386_TLS_GOTDESC )
CASE( R_386_TLS_DESC_CALL ) CASE( R_386_TLS_DESC_CALL )
CASE( R_386_TLS_DESC ) CASE( R_386_TLS_DESC )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment