aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-05-29 21:22:45 +0000
committerAndrew Cagney <cagney@redhat.com>2003-05-29 21:22:45 +0000
commit93ec1121ede50148a35445689eab133f4381841a (patch)
treefae301d2ee8b789ccbf22a144153c95ae80031f8 /gdb/ChangeLog
parent98f08d3d9b69b344bb8b0cd2a4bda1cf4d966e20 (diff)
downloadgdb-93ec1121ede50148a35445689eab133f4381841a.zip
gdb-93ec1121ede50148a35445689eab133f4381841a.tar.gz
gdb-93ec1121ede50148a35445689eab133f4381841a.tar.bz2
2003-05-29 Andrew Cagney <cagney@redhat.com>
* gdb_assert.h (gdb_assert_fail): Provide different definitions dependant on the availability of ASSERT_FUNCTION. (ASSERT_FUNCTION): Do not define when there is no function name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 01e45f3..0a810e9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-29 Andrew Cagney <cagney@redhat.com>
+
+ * gdb_assert.h (gdb_assert_fail): Provide different definitions
+ dependant on the availability of ASSERT_FUNCTION.
+ (ASSERT_FUNCTION): Do not define when there is no function name.
+
2003-05-29 Kevin Buettner <kevinb@redhat.com>
From Jimi X <jimix@watson.ibm.com>: