aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-15 16:57:57 +0000
committerMark Mitchell <mark@codesourcery.com>1999-07-15 16:57:57 +0000
commit435394bff75ece6c0af1cff02c8c53869ee5baf9 (patch)
tree32a124e54ef1fc80c843337dea92b3353504fa01 /bfd/ChangeLog
parent88659ef5b692fe64c9caabffea3cb41f3bd844f8 (diff)
downloadgdb-435394bff75ece6c0af1cff02c8c53869ee5baf9.zip
gdb-435394bff75ece6c0af1cff02c8c53869ee5baf9.tar.gz
gdb-435394bff75ece6c0af1cff02c8c53869ee5baf9.tar.bz2
* elf32-mips.c (_bfd_mips_elf_modify_segment_map): Don't require
a PT_PHDR program headers. (_bfd_mips_elf_final_link): Don't assume there are going to be section symbols when we're not building a shared object. (_bfd_mips_elf_check_relocs): Make sure we have a GOT when we need one.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0f451d2..b8b44d1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+Thu Jul 15 17:55:31 1999 Mark P. Mitchell <mark@codesourcery.com>
+
+ * elf32-mips.c (_bfd_mips_elf_modify_segment_map): Don't require
+ a PT_PHDR program headers.
+ (_bfd_mips_elf_final_link): Don't assume there are going to be
+ section symbols when we're not building a shared object.
+ (_bfd_mips_elf_check_relocs): Make sure we have a GOT when
+ we need one.
+
1999-07-15 J.T. Conklin <jtc@redback.com>
* config.bfd (i[3456]86-*-vxworks*): New target.