commit | 77973ccd79c922519bca276f4b62157fe52d5b43 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Tue Feb 03 12:48:38 2015 -0800 |
committer | Jan Voung <jvoung@chromium.org> | Tue Feb 03 12:48:38 2015 -0800 |
tree | 042b74d4417f11134856bb5d099e5996bfe3912e | |
parent | 3ce1a991150c1f1954f542d0d998f6f75e89fbc6 [diff] |
Track protos + globals w/out initializers as undef too (not just helper funcs) Also handle empty global variable lists -- and initialize ShAddralign to 1 instead of 0, just in case. Previously it would try to align by 0 when the variable list was empty. This should help the crosstests pass with --elf. BUG=none R=kschimpf@google.com, stichnot@chromium.org Review URL: https://codereview.chromium.org/899483002