Fixes are available
XL C/C++ for Linux Fix Pack 9 (August 2013 Update) for 11.1
April 2011 Update for XL C/C++ for Linux, V11.1
July 2011 Update for XL C/C++ for Linux, V11.1
October 2011 Update for XL C/C++ for Linux, V11.1
June 2012 Update for XL C/C++ for Linux, V11.1
October 2012 Update for XL C/C++ for Linux, V11.1
XL C/C++ for Linux Fix Pack 8 (June 2013 Update) for 11.1
APAR status
Closed as program error.
Error description
The following test case is generating invalid assembly syntax which the assembler does not understand. The issue is related to how thread local storage variables are set to 'extern'. ===== TESTCASE ===== extern __thread int x, *p; int mytest(void **fp) { __asm ("ori %0, 1, 0" : "=r" (*(&fp))); p = &x; return 6; } This generates the following assembly: -------------------------------------------- +106 .tc x[TC],x[UL] +115 .extern x[UA] -------------------------------------------- Which causes these assembly errors: -------------------------------------------- Assembler: tls.s: line 106: 1252-023 The symbol x is not defined. tls.s: line 106: 1252-040 The specified expression is not valid. Make sure that all symbols are defined. Check the rules on symbols used in an arithmetic expression concerning relocation. -------------------------------------------- OR -------------------------------------------- Assembler: tls.s: line 106: 1252-142 Syntax error. -------------------------------------------- The correct syntax should look like: -------------------------------------------- +106 .tc x[TC],x[UL] +115 .extern x[UL] --------------------------------------------
Local fix
Remove 'extern' from TLS variable.
Problem summary
PROBLEM DESCRIPTION: extern thread local variables do not work when inline ASM is present. USERS AFFECTED: Users with TLS programs that want to use inline ASM.
Problem conclusion
The issue was corrected.
Temporary fix
Comments
APAR Information
APAR number
LI76121
Reported component name
XL C/C++ FOR LI
Reported component ID
5724X1400
Reported release
B10
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2011-04-27
Closed date
2011-04-27
Last modified date
2011-04-27
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
XL C/C++ FOR LI
Fixed component ID
5724X1400
Applicable component levels
RB10 PSN IZ93006
UP06/09/13
[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSXVZZ","label":"XL C\/C++ for Linux"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"B10","Line of Business":{"code":"LOB57","label":"Power"}}]
Document Information
Modified date:
17 October 2021