diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-17 09:47:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-17 09:47:59 +0000 |
commit | 0f9d6eeb60f14a5137ebff118cf8f8f2e996a67f (patch) | |
tree | 4192e1b88eba08acac79ffd5c1b085db0ea9c6ea | |
parent | ce71bfc23284b3c75a7ef83848711795b04f72f5 (diff) | |
download | gdb-0f9d6eeb60f14a5137ebff118cf8f8f2e996a67f.zip gdb-0f9d6eeb60f14a5137ebff118cf8f8f2e996a67f.tar.gz gdb-0f9d6eeb60f14a5137ebff118cf8f8f2e996a67f.tar.bz2 |
Fail if there is not enough room for program headers.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c704c5..e04583a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 17 09:45:09 1997 Nick Clifton <nickc@cygnus.com> + + * elf.c (assign_file_positions_for_segments): Fail if there is not + enough room for the program headers. (PR14186) + Tue Dec 16 08:09:56 1997 Gavin Koch <gavin@cygnus.com> * elf.c (_bfd_elf_find_nearest_line): Call |