diff options
author | Nick Clifton <nickc@redhat.com> | 2008-07-21 16:01:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-07-21 16:01:01 +0000 |
commit | 37c43c558fad7c90c5b7c4bf686ec599a8e793e0 (patch) | |
tree | a6074580e9950c4210e0637fa1ce0a50b36288f2 /bfd/ChangeLog | |
parent | 50403a1fdba7b2750890718f02db106387a583f8 (diff) | |
download | gdb-37c43c558fad7c90c5b7c4bf686ec599a8e793e0.zip gdb-37c43c558fad7c90c5b7c4bf686ec599a8e793e0.tar.gz gdb-37c43c558fad7c90c5b7c4bf686ec599a8e793e0.tar.bz2 |
* elf.c (assign_file_positions_for_load_sections): Print vma in
error message about overlapping section vmas.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2e14fb..dfbd19f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-07-21 Sterling Augustine <sterling@tensilica.com> + + * elf.c (assign_file_positions_for_load_sections): Print vma in + error message about overlapping section vmas. + 2008-07-21 H.J. Lu <hongjiu.lu@intel.com> PR ld/6747 |