diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-12 08:53:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-12 08:53:18 +0000 |
commit | d9ac5a3b106e4102d5b703dce51859d6453f9028 (patch) | |
tree | 2953ff9557b2e2d651fd0eed3c7a179440418b59 /gas/dwarf2dbg.c | |
parent | 89b66cdeb566a7bcfeb2266355f175f2d4712dd7 (diff) | |
download | gdb-d9ac5a3b106e4102d5b703dce51859d6453f9028.zip gdb-d9ac5a3b106e4102d5b703dce51859d6453f9028.tar.gz gdb-d9ac5a3b106e4102d5b703dce51859d6453f9028.tar.bz2 |
* dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
* Makefile.am: Rebuild dependencies.
* Makefile.in: Rebuild.
Diffstat (limited to 'gas/dwarf2dbg.c')
-rw-r--r-- | gas/dwarf2dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index d1909c8..403452c 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.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 |