diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-06-01 22:22:25 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-06-01 22:22:25 +0000 |
commit | b27b8843dcccc202de20a9ac2d32d2017c07d859 (patch) | |
tree | 8167f6400cde1c3bfad7e7c81abc5382cbe33b84 /gdb/ChangeLog | |
parent | d0bbfec7b60c10ff4bda54e7a4b72233c5ad1fb2 (diff) | |
download | gdb-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/ChangeLog | 3 |
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. |