This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Introduce support for location views


Hi Alex,

> This patch introduces support for specifing views in .loc directives,

I just started testing this patch, but it fails to compile.  The error
is:

  gas/read.c: In function 'do_align':
  gas/read.c:781:3: error: implicit declaration of function 'dwarf2_emit_insn'

It looks like you are not including dwarf2dbg.h in read.c.  It also looks
like you are calling dwarf2_emit_insn() unconditionally, even for targets
which do not use/support the DWARF format...

Cheers
  Nick


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