* dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
* Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
This commit is contained in:
parent
89b66cdeb5
commit
d9ac5a3b10
@ -1,5 +1,9 @@
|
||||
1999-06-12 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
|
||||
* Makefile.am: Rebuild dependencies.
|
||||
* Makefile.in: Rebuild.
|
||||
|
||||
* config/tc-i386.c (i386_immediate): Remove unused label
|
||||
seg_unimplemented.
|
||||
|
||||
|
@ -888,8 +888,9 @@ atof-generic.o: atof-generic.c
|
||||
bignum-copy.o: bignum-copy.c
|
||||
cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
|
||||
depend.o: depend.c
|
||||
dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h
|
||||
ecoff.o: ecoff.c
|
||||
dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h \
|
||||
$(INCDIR)/elf/dwarf2.h
|
||||
ecoff.o: ecoff.c ecoff.h
|
||||
ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
|
||||
expr.o: expr.c $(INCDIR)/obstack.h
|
||||
flonum-copy.o: flonum-copy.c
|
||||
|
@ -2459,8 +2459,9 @@ atof-generic.o: atof-generic.c
|
||||
bignum-copy.o: bignum-copy.c
|
||||
cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
|
||||
depend.o: depend.c
|
||||
dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h
|
||||
ecoff.o: ecoff.c
|
||||
dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h \
|
||||
$(INCDIR)/elf/dwarf2.h
|
||||
ecoff.o: ecoff.c ecoff.h
|
||||
ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
|
||||
expr.o: expr.c $(INCDIR)/obstack.h
|
||||
flonum-copy.o: flonum-copy.c
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "dwarf2dbg.h"
|
||||
#include "subsegs.h"
|
||||
|
||||
#include <elf/dwarf2.h>
|
||||
#include "elf/dwarf2.h"
|
||||
|
||||
/* Since we can't generate the prolog until the body is complete, we
|
||||
use three different subsegments for .debug_line: one holding the
|
||||
|
Loading…
Reference in New Issue
Block a user