diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2017-08-24 16:18:57 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2017-08-24 16:18:57 +0200 |
commit | 845c76ce64bf1cbfcf89651ff84ce8abc28533af (patch) | |
tree | e4d7cb4d6eecb0dbf2bcb59a2bd2b61faca5ba9d /gcc/dwarf2out.c | |
parent | 9b25e12d2d940a61ec97fdc3e5c1fe6060e159f8 (diff) | |
download | gcc-845c76ce64bf1cbfcf89651ff84ce8abc28533af.zip gcc-845c76ce64bf1cbfcf89651ff84ce8abc28533af.tar.gz gcc-845c76ce64bf1cbfcf89651ff84ce8abc28533af.tar.bz2 |
dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
* dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
* dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
From-SVN: r251334
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index a4887b5..9fc32fe 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -178,7 +178,7 @@ static GTY(()) section *debug_ranges_section; static GTY(()) section *debug_frame_section; /* Maximum size (in bytes) of an artificially generated label. */ -#define MAX_ARTIFICIAL_LABEL_BYTES 30 +#define MAX_ARTIFICIAL_LABEL_BYTES 40 /* According to the (draft) DWARF 3 specification, the initial length should either be 4 or 12 bytes. When it's 12 bytes, the first 4 |