aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2007-08-24 15:13:46 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2007-08-24 15:13:46 +0000
commit82fc776500c74587a95b68bb7aa606b184a18158 (patch)
treeb98112558bda62494156d733c83358d77c41b9c1
parent718175fac18673fdfb03099e2ea71251635602e4 (diff)
downloadgdb-82fc776500c74587a95b68bb7aa606b184a18158.zip
gdb-82fc776500c74587a95b68bb7aa606b184a18158.tar.gz
gdb-82fc776500c74587a95b68bb7aa606b184a18158.tar.bz2
Fixed formatting of the ChangeLog BUILD_ID entry.
-rw-r--r--bfd/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 24a56d9..d3f399c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,7 +1,7 @@
2007-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
- * bfd/elf-bfd.h (struct elf_obj_tdata): New build_id_size, build_id.
- * bfd/elf.c (elfcore_read_notes): Split to ...
+ * elf-bfd.h (struct elf_obj_tdata): New BUILD_ID_SIZE, BUILD_ID.
+ * elf.c (elfcore_read_notes): Split to ...
(elf_read_notes) ... here ...
(elf_parse_notes): ... and here. Check `bfd_get_format (abfd)' with
the former subfunctions called only for BFD_CORE.