diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-09-30 16:54:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-09-30 16:54:28 +0000 |
commit | 85de96271b9f04d034b1b8e562e1f3df53bc8a3c (patch) | |
tree | b5eb642e6c952e4b93772b112d2103d72c448625 /gdb/ChangeLog | |
parent | f3796e26572d9c543bde60af67a4c43311098526 (diff) | |
download | gdb-85de96271b9f04d034b1b8e562e1f3df53bc8a3c.zip gdb-85de96271b9f04d034b1b8e562e1f3df53bc8a3c.tar.gz gdb-85de96271b9f04d034b1b8e562e1f3df53bc8a3c.tar.bz2 |
* gdbarch.sh (gdbarch_alloc): Name the new architecture
``current_gdbarch'' so that it, and not the identically named
global is refered to by macros.
* gdbarch.c: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6b61f6..69540c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-09-30 Andrew Cagney <ac131313@redhat.com> + + * gdbarch.sh (gdbarch_alloc): Name the new architecture + ``current_gdbarch'' so that it, and not the identically named + global is refered to by macros. + * gdbarch.c: Regenerate. + 2001-09-29 Andrew Cagney <ac131313@redhat.com> * cli/cli-decode.c (add_set_boolean_cmd): Define. |