aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-10-16 05:53:17 +0000
committerIan Lance Taylor <ian@airs.com>2009-10-16 05:53:17 +0000
commit47671a76b1bf774186e1b503f5d4173b2d04cac0 (patch)
tree18d2226c1aae8026dd714f540f6a381e3e7d1d1d
parentc68e0f249954361efca48fc799069af707a534be (diff)
downloadgdb-47671a76b1bf774186e1b503f5d4173b2d04cac0.zip
gdb-47671a76b1bf774186e1b503f5d4173b2d04cac0.tar.gz
gdb-47671a76b1bf774186e1b503f5d4173b2d04cac0.tar.bz2
* Makefile.def: check-gold depends upon all-gas.
* Makefile.in: Rebuild.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.def1
-rw-r--r--Makefile.in8
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8742ef0..18148bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-06 Ian Lance Taylor <iant@google.com>
+
+ * Makefile.def: check-gold depends upon all-gas.
+ * Makefile.in: Rebuild.
+
2009-09-02 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (AWK): Fix typo.
diff --git a/Makefile.def b/Makefile.def
index 5834232f..cc4032b 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -424,6 +424,7 @@ dependencies = { module=all-gold; on=all-bfd; };
dependencies = { module=all-gold; on=all-build-bison; };
dependencies = { module=all-gold; on=all-build-byacc; };
dependencies = { module=check-gold; on=all-binutils; };
+dependencies = { module=check-gold; on=all-gas; };
dependencies = { module=configure-opcodes; on=configure-intl; };
dependencies = { module=all-opcodes; on=all-bfd; };
diff --git a/Makefile.in b/Makefile.in
index 7e11774..f6c54c2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55758,6 +55758,14 @@ check-stage3-gold: maybe-all-stage3-binutils
check-stage4-gold: maybe-all-stage4-binutils
check-stageprofile-gold: maybe-all-stageprofile-binutils
check-stagefeedback-gold: maybe-all-stagefeedback-binutils
+check-gold: maybe-all-gas
+
+check-stage1-gold: maybe-all-stage1-gas
+check-stage2-gold: maybe-all-stage2-gas
+check-stage3-gold: maybe-all-stage3-gas
+check-stage4-gold: maybe-all-stage4-gas
+check-stageprofile-gold: maybe-all-stageprofile-gas
+check-stagefeedback-gold: maybe-all-stagefeedback-gas
configure-opcodes: maybe-configure-intl
configure-stage1-opcodes: maybe-configure-stage1-intl