aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-03-21 23:01:49 +0000
committerKevin Buettner <kevinb@redhat.com>2000-03-21 23:01:49 +0000
commitb9593231040a8f205ba9c28181e67540a592ff44 (patch)
treecf40340f49c5f585e842388b24da893ee1e69a8d /gdb/testsuite/ChangeLog
parent62557bbcee534198d6ff23d66d912ba256c94def (diff)
downloadgdb-b9593231040a8f205ba9c28181e67540a592ff44.zip
gdb-b9593231040a8f205ba9c28181e67540a592ff44.tar.gz
gdb-b9593231040a8f205ba9c28181e67540a592ff44.tar.bz2
Test suite change for AIX 4.3.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e4e51d0..47bc29f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2000-03-21 Kevin Buettner <kevinb@redhat.com>
+
+ * gdb.base/pointers.c (usevar): New function.
+ (main): Make sure that global variables v_int_pointer2, rptr,
+ and y are all referenced someplace in the program by calling
+ usevar() on them. [Some linkers delete symbols which are
+ never referenced. The space remains, but there's no way to
+ get a (symbolic) handle on the variable from the debugger.]
+
2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdb.base/printcmds.c: Add typedeffed arrays.