commit | d216b71f909fe56255813dab0a8d052534bdcb91 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Mar 06 11:05:04 2015 -0800 |
committer | Adam Langley <agl@google.com> | Fri Mar 06 19:08:11 2015 +0000 |
tree | 02b02c0dd8225dca493dc0aa864c27246a3641c2 | |
parent | d27eda00a4106ae41c14e8b30abbcd3455ec1275 [diff] |
Include .extern and .hidden in x86-64 asm. It's unclear why .extern was being suppressed, it's also a little unclear how the Chromium build was working without this. None the less, it's causing problems with Android and it's more obviously correct to make these symbols as hidden. Change-Id: Id13ec238b80b8bd08d8ae923ac659835450e77f8 Reviewed-on: https://boringssl-review.googlesource.com/3800 Reviewed-by: Adam Langley <agl@google.com>