aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2017-08-24 16:18:57 +0200
committerUros Bizjak <uros@gcc.gnu.org>2017-08-24 16:18:57 +0200
commit845c76ce64bf1cbfcf89651ff84ce8abc28533af (patch)
treee4d7cb4d6eecb0dbf2bcb59a2bd2b61faca5ba9d /gcc
parent9b25e12d2d940a61ec97fdc3e5c1fe6060e159f8 (diff)
downloadgcc-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')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/dwarf2cfi.c3
-rw-r--r--gcc/dwarf2out.c2
3 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cca96ed..50ebb2b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,9 @@
-2017-08-23 Richard Biener <rguenther@suse.de>
+2017-08-24 Uros Bizjak <ubizjak@gmail.com>
+
+ * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
+ * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
+
+2017-08-24 Richard Biener <rguenther@suse.de>
PR target/81921
* targhooks.c (default_target_can_inline_p): Properly
diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c
index a5f9832..371e90e 100644
--- a/gcc/dwarf2cfi.c
+++ b/gcc/dwarf2cfi.c
@@ -52,9 +52,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef INCOMING_RETURN_ADDR_RTX
#define INCOMING_RETURN_ADDR_RTX (gcc_unreachable (), NULL_RTX)
#endif
-
-/* Maximum size (in bytes) of an artificially generated label. */
-#define MAX_ARTIFICIAL_LABEL_BYTES 30
/* A collected description of an entire row of the abstract CFI table. */
struct GTY(()) dw_cfi_row
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