diff options
author | Tom Tromey <tromey@redhat.com> | 2014-01-13 11:49:32 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:42 -0700 |
commit | be4ddd36d63cfdddc26d912a91d9da4bbfc00f75 (patch) | |
tree | 0eb4234f5f7d38ab5eb028e4689f4851514646fa /gdb/ChangeLog | |
parent | 2117c711ae07700adb57ea5b5ca61e4c32d7e3d2 (diff) | |
download | gdb-be4ddd36d63cfdddc26d912a91d9da4bbfc00f75.zip gdb-be4ddd36d63cfdddc26d912a91d9da4bbfc00f75.tar.gz gdb-be4ddd36d63cfdddc26d912a91d9da4bbfc00f75.tar.bz2 |
minor cleanups to update_current_target
During the conversion I kept all the "do not inherit" comments in
update_current_target. However, now they are not needed. This patch
updates the comments for INHERIT and de_fault, and removes the
somewhat odd INHERIT of to_stratum.
2014-02-19 Tom Tromey <tromey@redhat.com>
* target.c (update_current_target): Update comments. Do not
INHERIT to_stratum.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37aa3bf..b7286be 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-02-19 Tom Tromey <tromey@redhat.com> + * target.c (update_current_target): Update comments. Do not + INHERIT to_stratum. + +2014-02-19 Tom Tromey <tromey@redhat.com> + * arm-linux-nat.c (arm_linux_read_description): Delegate when needed. * corelow.c (core_read_description): Delegate when needed. |