Re: [PATCH 11/12] always define HAVE_AS_LEB128

2015-11-09 Thread Trevor Saunders
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

Re: [PATCH 11/12] always define HAVE_AS_LEB128

2015-11-09 Thread Bernd Schmidt
-#ifdef HAVE_AS_LEB128 +#if HAVE_AS_LEB128 This patch doesn't seem to actually remove any conditional compilation? Bernd

[PATCH 11/12] always define HAVE_AS_LEB128

2015-11-09 Thread tbsaunde+gcc
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