This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/8] Rename read_unsigned_leb128 to gdb_read_unsigned_leb128


On 02/12/2017 08:22 PM, Jan Kratochvil wrote:
> Hi,
> 
> read_unsigned_leb128 needs to be used outside of dwarf2read.c, removing its
> static qualifier.  But then it would clash with bfd/libbfd.c
> read_unsigned_leb128 global function of the same name.

Can't we just use bfd's version?  How is gdb's version different?

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]