aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-09-14 11:08:08 -0400
committerSimon Marchi <simon.marchi@efficios.com>2020-09-14 11:08:08 -0400
commit04f5bab24ba93562d5d14b6f26efbd407dbccaaf (patch)
tree74287d416e8e9620361408c3f7e3c7b2bf627b1c /gdb/ChangeLog
parentdb558e34b065552e67646879bd70867318a8ff5b (diff)
downloadgdb-04f5bab24ba93562d5d14b6f26efbd407dbccaaf.zip
gdb-04f5bab24ba93562d5d14b6f26efbd407dbccaaf.tar.gz
gdb-04f5bab24ba93562d5d14b6f26efbd407dbccaaf.tar.bz2
gdb: remove TYPE_ENDIANITY_NOT_DEFAULT
gdb/ChangeLog: * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): Remove, replace all uses with type::endianity_is_not_default. Change-Id: I61956093c8ce6703299e913746ba91313108a0f2
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9d7661d..0ccbb89 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-14 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): Remove, replace all
+ uses with type::endianity_is_not_default.
+
2020-09-14 Simon Marchi <simon.marchi@efficios.com>
* gdbtypes.h (struct type) <endianity_is_not_default,