http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59272

            Bug ID: 59272
           Summary: Incorrect name of TLS_MODEL_GLOBAL_DYNAMIC
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: makhaloff at gmail dot com

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

Reply via email to