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

« back to all changes in this revision

Viewing changes to sim/lm32/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:
75
75
# The following line is commented in or out depending upon --enable-cgen-maint.
76
76
@CGEN_MAINT@CGEN_MAINT =
77
77
 
78
 
stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(CGEN_CPU_DIR)/lm32.cpu
 
78
stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(CPU_DIR)/lm32.cpu
79
79
        $(MAKE) cgen-arch $(CGEN_FLAGS_TO_PASS) mach=all \
80
 
          archfile=$(CGEN_CPU_DIR)/lm32.cpu \
 
80
          archfile=$(CPU_DIR)/lm32.cpu \
81
81
          FLAGS="with-scache with-profile=fn"
82
82
        touch stamp-arch
83
83
arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
84
84
 
85
 
stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(CGEN_CPU_DIR)/lm32.cpu
 
85
stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(CPU_DIR)/lm32.cpu
86
86
        $(MAKE) cgen-cpu-decode $(CGEN_FLAGS_TO_PASS) \
87
87
          cpu=lm32bf mach=lm32 SUFFIX= \
88
 
          archfile=$(CGEN_CPU_DIR)/lm32.cpu \
 
88
          archfile=$(CPU_DIR)/lm32.cpu \
89
89
          FLAGS="with-scache with-profile=fn" \
90
90
          EXTRAFILES="$(CGEN_CPU_SEM) $(CGEN_CPU_SEMSW)"
91
91
        touch stamp-cpu