aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorWeimin Pan <weimin.pan@oracle.com>2019-10-07 16:22:14 +0000
committerWeimin Pan <weimin.pan@oracle.com>2019-10-07 16:22:14 +0000
commit606813d5cd94f2fc69351881a2279798eda12c99 (patch)
tree9a4b804bcaddc1503c420634b712525bd51c3047 /gdb
parentc0ea7c52e10024ecd29b8f0e23b666b6af926c6e (diff)
downloadgdb-606813d5cd94f2fc69351881a2279798eda12c99.zip
gdb-606813d5cd94f2fc69351881a2279798eda12c99.tar.gz
gdb-606813d5cd94f2fc69351881a2279798eda12c99.tar.bz2
Move top-level Makefile.def/Makefile.in to the top-level ChangeLog
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog28
1 files changed, 14 insertions, 14 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8d114c2..daf79b05 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,17 +1,7 @@
-2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
-
- * ctfread.c (struct nextfield): Renamed to ...
- (struct ctf_nextfield): ... this.
- (struct field_info): Renamed to ...
- (strut ctf_field_info): ... this.
- (attach_fields_to_type): Update for renamed structures.
- (ctf_add_member_cb): Likewise.
- (ctf_add_enum_member_cb): Likewise.
- (process_struct_members): Likewise.
- (process_enum_type): Likewise.
-
2019-10-07 Weimin Pan <weimin.pan@oracle.com>
+ * ../Makefile.def (dependencies): Add all-libctf to all-gdb
+ * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
* ctfread.c: New file.
* ctfread.h: New file.
* elfread.c: Include ctfread.h.
@@ -22,8 +12,18 @@
(CLIBS): Use it.
(CDEPS): Likewise.
(DIST): Add ctfread.c.
- * ../Makefile.def (dependencies): Add all-libctf to all-gdb
- * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
+
+2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * ctfread.c (struct nextfield): Renamed to ...
+ (struct ctf_nextfield): ... this.
+ (struct field_info): Renamed to ...
+ (strut ctf_field_info): ... this.
+ (attach_fields_to_type): Update for renamed structures.
+ (ctf_add_member_cb): Likewise.
+ (ctf_add_enum_member_cb): Likewise.
+ (process_struct_members): Likewise.
+ (process_enum_type): Likewise.
2019-10-07 Weimin Pan <weimin.pan@oracle.com>