aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-11-28 03:18:00 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-11-28 03:18:00 +0000
commit3c65b80078c46195622486707f5a1573eeab42f4 (patch)
treee21cae2e9195cc5a62d4f35c0d099e2f045981a2 /include/elf/ChangeLog
parent7223f25155701df80ac7a846e2d4903a9f04d2d1 (diff)
downloadgdb-3c65b80078c46195622486707f5a1573eeab42f4.zip
gdb-3c65b80078c46195622486707f5a1573eeab42f4.tar.gz
gdb-3c65b80078c46195622486707f5a1573eeab42f4.tar.bz2
* common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000,
EM_TI_C5500, EM_CUDA): Define. (EM_res140, EM_res141, EM_res142): Remove.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 18c5287..fa34334 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-28 Joseph Myers <joseph@codesourcery.com>
+
+ * common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000,
+ EM_TI_C5500, EM_CUDA): Define.
+ (EM_res140, EM_res141, EM_res142): Remove.
+
2009-11-17 Paul Brook <paul@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>