commit | e7587c39a5f747c8bbac46048efb6ced2e64b6af | [log] [tgz] |
---|---|---|
author | Andrey Khalyavin <halyavin@google.com> | Thu Feb 28 13:48:57 2013 |
committer | Andrey Khalyavin <halyavin@google.com> | Thu Feb 28 13:48:57 2013 |
tree | dad4260d461deeab5e6dcb549322982bf01af8f5 | |
parent | 695be890c9cf40852915a580973aa2de0af2061e [diff] |
Recognize NaCl OS ABI for all ELF files. We had already removed Linux OS ABI. Now we must handle all ELF files, otherwise their architecture is not initialized correctly due to unknown OS ABI. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3313 TEST= ./scons --mode=opt-host,nacl platform=x86-64 bitcode=1 run_gdb_print_symbol_test Review URL: https://codereview.chromium.org/12380017