aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-03-23 09:34:57 +0000
committerAlan Modra <amodra@gmail.com>2012-03-23 09:34:57 +0000
commite8d2ba535407a21e3180c8a53fd1f4492450d383 (patch)
treefd3c59b2bda580f50f3562b83789d20b17e23720 /bfd/ChangeLog
parent051d833a41cabf1bcc879756756901deb6b1c448 (diff)
downloadgdb-e8d2ba535407a21e3180c8a53fd1f4492450d383.zip
gdb-e8d2ba535407a21e3180c8a53fd1f4492450d383.tar.gz
gdb-e8d2ba535407a21e3180c8a53fd1f4492450d383.tar.bz2
* elf.c (assign_file_positions_for_non_load_sections): Don't warn
on empty alloc sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c59bb4c..04c3b31 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2012-03-23 Alan Modra <amodra@gmail.com>
+ * elf.c (assign_file_positions_for_non_load_sections): Don't warn
+ on empty alloc sections.
+
+2012-03-23 Alan Modra <amodra@gmail.com>
+
* linker.c (_bfd_nearby_section): New function, split out from..
(fix_syms): ..here.
* bfd-in.h (_bfd_nearby_section): Declare.