diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2007-06-23 08:40:54 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2007-06-23 08:40:54 +0000 |
commit | 0d4a14760da3691d09645cbed5aef74604fb2e69 (patch) | |
tree | 84300771ad6baa059bd48323f6655cc5c7bb6c88 /bfd/Makefile.in | |
parent | 3447842b6e4315cdd24c5fab12172bb5f5f3057b (diff) | |
download | gdb-0d4a14760da3691d09645cbed5aef74604fb2e69.zip gdb-0d4a14760da3691d09645cbed5aef74604fb2e69.tar.gz gdb-0d4a14760da3691d09645cbed5aef74604fb2e69.tar.bz2 |
* configure.in (--with-separate-debug-dir): New option.
* configure: Regenerate.
* Makefile.am (dwarf2.lo): Add rule to pass DEBUGDIR.
* Makefile.in: Regenerate.
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Pass DEBUGDIR to
bfd_follow_gnu_debuglink.
(_bfd_dwarf2_find_line): Likewise.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 48aae80..c936a1f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -134,6 +134,7 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ +DEBUGDIR = @DEBUGDIR@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DUMPBIN = @DUMPBIN@ @@ -1380,6 +1381,9 @@ targets.lo: targets.c Makefile archures.lo: archures.c Makefile $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c +dwarf2.lo: dwarf2.c Makefile + $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c + elf32-target.h : elfxx-target.h rm -f elf32-target.h sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new |