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: build broken by dwarf2read.c changes


On Tue, Oct 11, 2011 at 3:55 PM, David Miller <davem@davemloft.net> wrote:
>
> The recent commit which claims to rearrange conditional logic
> in partial_die_parent_scope() does a lot of other things to
> dwarf2read.c
>
> In particular, it removes completely the function
> dwarf2_per_cu_ref_addr_size() which breaks the build.
>
> libgdb.a(dwarf2loc.o): In function `dwarf2_loc_desc_needs_frame':
> /home/davem/src/GIT/GDB/build-sparc-linux/gdb/../../gdb/gdb/dwarf2loc.c:2279: undefined reference to `dwarf2_per_cu_ref_addr_size'
> libgdb.a(dwarf2loc.o): In function `dwarf2_evaluate_loc_desc_full':
> /home/davem/src/GIT/GDB/build-sparc-linux/gdb/../../gdb/gdb/dwarf2loc.c:1979: undefined reference to `dwarf2_per_cu_ref_addr_size'

I'm looking.


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