aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-10-05 21:55:12 +0000
committerJeff Law <law@redhat.com>2001-10-05 21:55:12 +0000
commit1761749581fc38351ea0e3b83d78c8c59da9bdd4 (patch)
treeb9f6a55fc1a287c6417a66f9756ffc8e43857cd6 /bfd/ChangeLog
parente24d7c123d286e71302ded2b5ca4942accb6684b (diff)
downloadfsf-binutils-gdb-1761749581fc38351ea0e3b83d78c8c59da9bdd4.zip
fsf-binutils-gdb-1761749581fc38351ea0e3b83d78c8c59da9bdd4.tar.gz
fsf-binutils-gdb-1761749581fc38351ea0e3b83d78c8c59da9bdd4.tar.bz2
* som.h (som_exec_data): New field "version_id".
* som.c (som_object_setup): Record the version_id if it exists. (som_prep_headers): Do not initialize version_id here. (som_finish_writing): Initialize version_id here.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d637d48..01412b6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,4 +1,12 @@
-2001-10-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+2001-10-05 Jeff Law <law@redhat.com>
+
+ * som.h (som_exec_data): New field "version_id".
+ * som.c (som_object_setup): Record the version_id if it
+ exists.
+ (som_prep_headers): Do not initialize version_id here.
+ (som_finish_writing): Initialize version_id here.
+
+2000-10-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* elf32-mips.c (elf_mips_howto_table): Fix some relocation howtos
according to the MIPS/SGI ELF64 ABI Draft.