dwarf2out.c (output_loc_list): Don't throw away 64K+ location descriptions for -gdwar...
authorJakub Jelinek <jakub@redhat.com>
Wed, 4 Jan 2017 20:03:59 +0000 (21:03 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 4 Jan 2017 20:03:59 +0000 (21:03 +0100)
commitfb85f9d05f09a3e122d702f85b8af306a3999357
tree90f35d4f1a343de8289b7d95299fc67845dbb79c
parent598bd6878aedc11ddffc0cc3908bfdaf86e212e8
dwarf2out.c (output_loc_list): Don't throw away 64K+ location descriptions for -gdwarf-5 and emit them as...

* dwarf2out.c (output_loc_list): Don't throw away 64K+ location
descriptions for -gdwarf-5 and emit them as uleb128 instead of
2-byte data.

From-SVN: r244069
gcc/ChangeLog
gcc/dwarf2out.c