summaryrefslogtreecommitdiff
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
commitea56923cea09fe593101a7d5fd19381a8ff6d0b2 (patch)
tree8917b5be85eed275bfbe9f7c2e12c4584cd9f7f1 /bfd/ChangeLog
parentf3ef1ae8b386db959ddae783b29d7d5dad630e9e (diff)
downloadgdb-ea56923cea09fe593101a7d5fd19381a8ff6d0b2.tar.gz
* 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 a29b48ace47..b9718b0b904 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>