remove conditional compilation of HAVE_AS_LEB128 code
commitb4866769ceb58060d220dbed72432735d80f3b2f
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Nov 2016 10:58:48 +0000 (14 10:58 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Nov 2016 10:58:48 +0000 (14 10:58 +0000)
treec22752892fde2e66aeecd39618b75adcc48d4e5c
parent7cacafcffcb95b64ee499b4daf69e3b26eea06f2
remove conditional compilation of HAVE_AS_LEB128 code

gcc/ChangeLog:

2016-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* acinclude.m4 (gcc_GAS_CHECK_FEATURE): Support doing an action
if the feature isn't available.
* configure: Regenerate.
* configure.ac: define HAVE_AS_LEB128 to 0 when not available.
* dwarf2asm.c (dw2_asm_output_data_uleb128): Always compile code
for HAVE_AS_LEB128.
(dw2_asm_output_data_sleb128): Likewise.
(dw2_asm_output_delta_uleb128): Likewise.
(dw2_asm_output_delta_sleb128): Likewise.
* except.c (output_one_function_exception_table): Likewise.
(dw2_size_of_call_site_table): Likewise.
(sjlj_size_of_call_site_table): Likewise.
* dwarf2out.c (output_loc_list): Likewise.
(output_rnglists): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242381 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/acinclude.m4
gcc/configure
gcc/configure.ac
gcc/dwarf2asm.c
gcc/dwarf2out.c
gcc/except.c