Changeset e2f26002 in mainline for uspace/lib/dltest/libdltest.h


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/lib/dltest/libdltest.h

    rbab0f42 re2f26002  
    4343        dl_private_var_val = 220022,
    4444        dl_public_var_val = 330033,
    45         dl_private_fib_var_val = 220022,
    46         dl_public_fib_var_val = 330033
     45        dl_private_fib_var_val = 440044,
     46        dl_public_fib_var_val = 550055
    4747};
    4848
Note: See TracChangeset for help on using the changeset viewer.