Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require c++11 thread_local support #860

Merged
merged 2 commits into from Sep 23, 2020
Merged

Require c++11 thread_local support #860

merged 2 commits into from Sep 23, 2020

Conversation

hainest
Copy link
Contributor

@hainest hainest commented Sep 22, 2020

No description provided.

@hainest hainest added the code cleanup Bring the code up to modern standards or remove deprecated features label Sep 22, 2020
@hainest hainest self-assigned this Sep 22, 2020
@hainest
Copy link
Contributor Author

hainest commented Sep 22, 2020

There are more of these:

dyninstAPI_RT/src/RTcommon.c:127:#define TLS_VAR __thread __attribute__ ((tls_model("local-exec")))
dyninstAPI_RT/src/RTcommon.c:129:#define TLS_VAR __thread __attribute__ ((tls_model("initial-exec")))
dataflowAPI/rose/util/Sawyer.h:326:       #define SAWYER_THREAD_LOCAL __thread
common/h/util.h:205:#define TLS_VAR __thread
common/h/dyntypes.h:125:  #define dyn_tls __thread

@hainest hainest merged commit 46db3aa into dyninst:master Sep 23, 2020
@hainest hainest deleted the thread_local branch September 23, 2020 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Bring the code up to modern standards or remove deprecated features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant