~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to bfd/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
47
47
        $(top_srcdir)/../config/depstand.m4 \
48
48
        $(top_srcdir)/../config/gettext-sister.m4 \
 
49
        $(top_srcdir)/../config/largefile.m4 \
49
50
        $(top_srcdir)/../config/lead-dot.m4 \
50
51
        $(top_srcdir)/../config/nls.m4 \
51
52
        $(top_srcdir)/../config/override.m4 \
56
57
        $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
57
58
        $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
58
59
        $(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
59
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
 
60
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/zlib.m4 \
 
61
        $(top_srcdir)/configure.in
60
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
63
        $(ACLOCAL_M4)
62
64
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
244
246
libexecdir = @libexecdir@
245
247
localedir = @localedir@
246
248
localstatedir = @localstatedir@
247
 
lt_ECHO = @lt_ECHO@
248
249
mandir = @mandir@
249
250
mkdir_p = @mkdir_p@
250
251
oldincludedir = @oldincludedir@