aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-04-11 20:44:52 +0000
committerIan Lance Taylor <ian@airs.com>2008-04-11 20:44:52 +0000
commit83bfb6b77648bdee37ca84fe240e8b0a229e8f77 (patch)
tree770de905e8faef483068ff4c047e59878edb9d6f /gold/ChangeLog
parent706e1f5e80a60c1c30a0e075bcc8228ed3d905fc (diff)
downloadgdb-83bfb6b77648bdee37ca84fe240e8b0a229e8f77.zip
gdb-83bfb6b77648bdee37ca84fe240e8b0a229e8f77.tar.gz
gdb-83bfb6b77648bdee37ca84fe240e8b0a229e8f77.tar.bz2
* testsuite/Makefile.am (justsyms_2r.o): Add dependency on
justsyms.t. * testsuite/Makefile.in: Rebuild. * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes long. * testsuite/script_test_2.cc (main): Adjust test.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 5916d05..9bb3c20 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,13 @@
+2008-04-11 Ian Lance Taylor <iant@google.com>
+
+ * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
+ justsyms.t.
+ * testsuite/Makefile.in: Rebuild.
+
+ * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
+ long.
+ * testsuite/script_test_2.cc (main): Adjust test.
+
2008-04-11 David S. Miller <davem@davemloft.net>
Ian Lance Taylor <iant@google.com>
@@ -11,8 +21,10 @@
* testsuite/justsyms.t: Start at 0x100.
* testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
- * script_test_2b.cc (script_test_string_b): Make 8 bytes long.
- * script_test_2.cc: Adjust string and section length checks.
+ * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
+ long.
+ * testsuite/script_test_2.cc: Adjust string and section length
+ checks.
2008-04-09 Ian Lance Taylor <iant@google.com>