commit | ae6e12ca4612ba33cd8dbc33233a7ee97a0122c3 | [log] [tgz] |
---|---|---|
author | JF Bastien <jfb@chromium.org> | Sat Jan 31 10:13:25 2015 -0800 |
committer | JF Bastien <jfb@chromium.org> | Sat Jan 31 10:13:25 2015 -0800 |
tree | ef26c453c2077eb7c726ef60a3e5bc25c01789a2 | |
parent | 380d7b96c63acc79b84a08bb24ae1ffcd132a0be [diff] |
Fix subzero Windows build MinGW's GCC 4.8.1 was sad because SectionType was shadowing the other SectionType. Also, the enum's values are in the ELFObjectWriter namespace, not ELFObjectWriter::SectionType. R=stichnot@chromium.org, jvoung@chromium.org BUG= Windows build is sad Review URL: https://codereview.chromium.org/891953002