Bug 59272

Summary: Incorrect name of TLS_MODEL_GLOBAL_DYNAMIC
Product: gcc Reporter: Alexey Makhalov <makhaloff>
Component: middle-endAssignee: Not yet assigned to anyone <unassigned>
Status: UNCONFIRMED ---    
Severity: minor    
Priority: P3    
Version: 4.8.1   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:

Description Alexey Makhalov 2013-11-24 06:46:15 UTC
gcc/coretypes.h contains TLS_MODEL_GLOBAL_DYNAMIC item in tls_model enum.

TLS GD model is called "General Dynamic" in a lot of documentation.
Some of them are listed below:
http://www.akkadia.org/drepper/tls.pdf
http://docs.oracle.com/cd/E23824_01/html/819-0690/chapter8-20.html

I think the better name is TLS_MODEL_GENERAL_DYNAMIC