On Mon, Nov 09, 2015 at 07:42:32PM +0100, Bernd Schmidt wrote:
> >-#ifdef HAVE_AS_LEB128
> >+#if HAVE_AS_LEB128
>
> This patch doesn't seem to actually remove any conditional compilation?
I guess, but it does make it possible to incrementally do that which
wasn't possible before, and imo is an im
-#ifdef HAVE_AS_LEB128
+#if HAVE_AS_LEB128
This patch doesn't seem to actually remove any conditional compilation?
Bernd
From: Trevor Saunders
gcc/ChangeLog:
2015-11-09 Trevor Saunders
* acinclude.m4: Always define HAVE_AS_LEB128.
* configure: Regenerate.
* configure.ac: Adjust.
* dwarf2asm.c (dw2_asm_output_data_uleb128): Likewise.
(dw2_asm_output_data_sleb128): Likewis