Changeset e2f26002 in mainline for uspace/app/dltest/dltest.c


Ignore:
Timestamp:
2016-05-17T17:15:13Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2bb25e7
Parents:
bab0f42
Message:

symbol_get_addr() must treat thread-local variables differently than normal variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/dltest/dltest.c

    rbab0f42 re2f26002  
    581581
    582582        printf("Got %d, expected %d... ", val, dl_private_fib_var_val);
    583         if (val != dl_private_var_val) {
     583        if (val != dl_private_fib_var_val) {
    584584                printf("FAILED\n");
    585585                return false;
Note: See TracChangeset for help on using the changeset viewer.