]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Address review comments for the previous series
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 5 Dec 2017 21:39:35 +0000 (16:39 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 5 Dec 2017 21:39:41 +0000 (16:39 -0500)
commit858c9d13240e695bc3b750368f5d4e524b12112e
treede0ffc82a4e71df3ec2f15b5818c71dec6cffcb7
parentd4a0e8b57d6f85e4ee4a31e0e6929ff5b4fd9823
Address review comments for the previous series

I failed at git and missed adding/lost changes on the wrong branch, the
result being that I didn't incorporate fixes resulting from Yao's review
comments.  This patch fixes that.

There are two places where we should use the unique pointer typedef, and
ChangeLog entries missing.

gdb/ChangeLog:

* target-descriptions.c (struct tdesc_feature) <registers>: Use
tdesc_reg_up typedef.
(struct target_desc) <features>: Use tdesc_feature_up typedef.
gdb/ChangeLog
gdb/target-descriptions.c