aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-02-25 21:07:13 +0000
committerIan Lance Taylor <ian@airs.com>1997-02-25 21:07:13 +0000
commitb08f5ac27a80ff24cb0606ee5011525be3030698 (patch)
treecf0d4e6a81051786373c621612b984567412c735
parent7a9756bcc2d38e921d233f9c8c68de83bc585569 (diff)
downloadgdb-b08f5ac27a80ff24cb0606ee5011525be3030698.zip
gdb-b08f5ac27a80ff24cb0606ee5011525be3030698.tar.gz
gdb-b08f5ac27a80ff24cb0606ee5011525be3030698.tar.bz2
* elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
name begins with ".note". (map_sections_to_segments): Add a PT_NOTE segment for any loadable section whose name begins with ".note". (get_program_header_size): Corresponding change.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 40c320b..6e3c8e2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Tue Feb 25 00:32:49 1997 Ian Lance Taylor <ian@cygnus.com>
+ * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
+ name begins with ".note".
+ (map_sections_to_segments): Add a PT_NOTE segment for any loadable
+ section whose name begins with ".note".
+ (get_program_header_size): Corresponding change.
+
* elf32-mips.c (mips_elf_relocate_section): Check for misaligned
jal and for jal overflow.