aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2012-10-10 19:59:00 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-10-10 19:59:00 +0000
commit40d15b5bdc1ac4b8fea62a24cae7b12f61c9701f (patch)
tree1b6845c786a798e3c612c77589264e9e299bbde6 /libbacktrace/ChangeLog
parent374b86e2101f431c12262ec7ce49987818925777 (diff)
downloadgcc-40d15b5bdc1ac4b8fea62a24cae7b12f61c9701f.zip
gcc-40d15b5bdc1ac4b8fea62a24cae7b12f61c9701f.tar.gz
gcc-40d15b5bdc1ac4b8fea62a24cae7b12f61c9701f.tar.bz2
elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case.
* elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case. From-SVN: r192331
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r--libbacktrace/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index ecb51df..5052cf4 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-10 Ian Lance Taylor <iant@google.com>
+
+ * elf.c: Rename all Elf typedefs to start with b_elf, and be all
+ lower case.
+
2012-10-10 Hans-Peter Nilsson <hp@bitrange.com>
* elf.c (elf_add_syminfo_data): Add casts to avoid warning.