diff options
author | Cary Coutant <ccoutant@gmail.com> | 2015-06-11 13:19:38 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2015-06-11 13:21:11 -0700 |
commit | 5d7908e0880030628536a0266968a15922574735 (patch) | |
tree | 164c158e8268ac8a66cfb08fec0edd64a26447f7 /gas | |
parent | dd68f8fa8e2412c5c16380871d8ac5e40909aef6 (diff) | |
download | gdb-5d7908e0880030628536a0266968a15922574735.zip gdb-5d7908e0880030628536a0266968a15922574735.tar.gz gdb-5d7908e0880030628536a0266968a15922574735.tar.bz2 |
Fix gold build error at -O0.
In aarch64.cc, Erratum_stub::STUB_ADDR_ALIGN and Reloc_stub::STUB_ADDR_ALIGN
are declared as static const int, and initialized in the class body. These
values are referenced from outside the class body, and with no optimization,
the references go unresolved.
gold/
* aarch64.cc (Erratum_stub::STUB_ADDR_ALIGN): Move initialization
outside class body.
(Reloc_stub::STUB_ADDR_ALIGN): Likewise.
Diffstat (limited to 'gas')
0 files changed, 0 insertions, 0 deletions