From: Jan Kratochvil Date: Thu, 15 Nov 2012 18:30:39 +0000 (+0100) Subject: Fix i686 build compat. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92d460f409de355b33964f36d2a87364f4978f98;p=thirdparty%2Felfutils.git Fix i686 build compat. --- diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h index 3999d6667..b9fdf014d 100644 --- a/libdwfl/libdwflP.h +++ b/libdwfl/libdwflP.h @@ -502,8 +502,10 @@ extern Dwfl_Frame_State_Process * internal_function; /* Align segment START downwards or END upwards addresses according to DWFL. */ -extern GElf_Addr __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start); -extern GElf_Addr __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end); +extern GElf_Addr __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start) + internal_function; +extern GElf_Addr __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end) + internal_function; /* Decompression wrappers: decompress whole file into memory. */ extern Dwfl_Error __libdw_gunzip (int fd, off64_t start_offset,