Ignore:
Timestamp:
Jun 7, 2022, 1:51:24 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
6e2b04e
Parents:
b6e0b61
Message:

Changed 'addDataSectionAttribute' to correctly handle tls.
Fixed Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    rb6e0b61 r720f2fe2  
    806806                                                // The attribute works, and is meant to apply, both for leaving the static local alone,
    807807                                                // and for hoisting it out as a static global.
    808                                                 addDataSectonAttribute( objDecl );
     808                                                addDataSectionAttribute( objDecl );
    809809
    810810                                                // originally wanted to take advantage of gcc nested functions, but
Note: See TracChangeset for help on using the changeset viewer.