diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-06-06 22:21:15 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-06-06 22:21:15 +0000 |
commit | c5f5341b0ef0938029b2336eb65fa02d04cb290f (patch) | |
tree | 9d2b59935246152260cc831a91084c10ad1dbc5a /gdb/ChangeLog | |
parent | 81564d3419ee423d0109750ab38f5826046252a9 (diff) | |
download | gdb-c5f5341b0ef0938029b2336eb65fa02d04cb290f.zip gdb-c5f5341b0ef0938029b2336eb65fa02d04cb290f.tar.gz gdb-c5f5341b0ef0938029b2336eb65fa02d04cb290f.tar.bz2 |
* cp-abi.h: Rearrange code to put documentation comments above the
functions we export. The actual function table itself simply
refers to those functions. Minor doc fixes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5369a93..cdaba47 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2001-06-06 Jim Blandy <jimb@redhat.com> + * cp-abi.h: Rearrange code to put documentation comments above the + functions we export. The actual function table itself simply + refers to those functions. Minor doc fixes. + * gdbarch.sh: Changes to effect the following: * gdbarch.c (initialize_non_multiarch): New function. * gdbarch.h (initialize_non_multiarch): New declaration. |