aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-06-01 22:22:25 +0000
committerJim Blandy <jimb@codesourcery.com>2001-06-01 22:22:25 +0000
commitb27b8843dcccc202de20a9ac2d32d2017c07d859 (patch)
tree8167f6400cde1c3bfad7e7c81abc5382cbe33b84 /gdb/ChangeLog
parentd0bbfec7b60c10ff4bda54e7a4b72233c5ad1fb2 (diff)
downloadgdb-b27b8843dcccc202de20a9ac2d32d2017c07d859.zip
gdb-b27b8843dcccc202de20a9ac2d32d2017c07d859.tar.gz
gdb-b27b8843dcccc202de20a9ac2d32d2017c07d859.tar.bz2
* gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
these static --- there's no reason other files should use these.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f3a4026..7504d2c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2001-06-01 Jim Blandy <jimb@redhat.com>
+ * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
+ these static --- there's no reason other files should use these.
+
* partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
Fix memory leak.