aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-05-20 16:14:35 +0000
committerIan Lance Taylor <ian@airs.com>1994-05-20 16:14:35 +0000
commit95b77361abe9d5bcc44e0dac3a972cfdd82382ce (patch)
tree2cbf1242acaeec3a67378f9e7c1a809dd804553c
parent497c543457bbdabe61c03733d2a44167bf354dae (diff)
downloadgdb-95b77361abe9d5bcc44e0dac3a972cfdd82382ce.zip
gdb-95b77361abe9d5bcc44e0dac3a972cfdd82382ce.tar.gz
gdb-95b77361abe9d5bcc44e0dac3a972cfdd82382ce.tar.bz2
* elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
the dynamic linking information for the benefit of the debugger. From Peter Schauer. * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aaecc9c..b6c7710 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
Fri May 20 11:57:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
+ the dynamic linking information for the benefit of the debugger.
+ From Peter Schauer.
+ * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
+
* elf.c (_bfd_elf_make_section_from_shdr): New function, based on
code repeated three times in bfd_section_from_shdr in elfcode.h.
* libelf.h (_bfd_elf_make_section_from_shdr): Declare.