HomeFreeBSD

gas: mark dwarf2_loc_mark_labels as extern

Description

gas: mark dwarf2_loc_mark_labels as extern

Compiling with -fno-common complains as this header's included in multiple
compilation units. In fact, the proper definition of dwarf2_loc_mark_labels
already exists in dwarf2dbg.c, so simply mark this declaration with extern.

Details

Provenance
kevansAuthored on
Parents
rS359754: MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404,
Branches
Unknown
Tags
Unknown