aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-26 01:04:22 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-26 01:04:22 +0000
commitd06471104a832e07b6d96304a6dd4d1e16a03425 (patch)
treeea969430327c79d80d10712f832ac247a9fa784a /bfd/ChangeLog
parent3185fd28d1d250c0f8bc983c241313ec1e34e9a9 (diff)
downloadgdb-d06471104a832e07b6d96304a6dd4d1e16a03425.zip
gdb-d06471104a832e07b6d96304a6dd4d1e16a03425.tar.gz
gdb-d06471104a832e07b6d96304a6dd4d1e16a03425.tar.bz2
* elfxx-mips.c (_bfd_mips_relax_section): New function.
* elfxx-mips.h (_bfd_mips_relax_section): Declare. * elfn32-mips.c, elf64-mips.c: Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a29b48a..b9718b0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-25 Alexandre Oliva <aoliva@redhat.com>
+
+ * elfxx-mips.c (_bfd_mips_relax_section): New function.
+ * elfxx-mips.h (_bfd_mips_relax_section): Declare.
+ * elfn32-mips.c, elf64-mips.c: Use it.
+
2003-03-25 Stan Cox <scox@redhat.com>
Nick Clifton <nickc@redhat.com>