aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2000-08-10 21:09:42 +0000
committerJason Eckhardt <jle@rice.edu>2000-08-10 21:09:42 +0000
commitfdeafce79e5676cc8708dcb07c98720a58e2dc6b (patch)
treeffacb87c398e33194f517fde6f72ccc068f0a9b6 /bfd/ChangeLog
parent165589e4ad21c3424ae1d26f1d11c94a52d37a57 (diff)
downloadgdb-fdeafce79e5676cc8708dcb07c98720a58e2dc6b.zip
gdb-fdeafce79e5676cc8708dcb07c98720a58e2dc6b.tar.gz
gdb-fdeafce79e5676cc8708dcb07c98720a58e2dc6b.tar.bz2
2000-08-10 Jason Eckhardt <jle@cygnus.com>
* elf32-i860.c (elf32_i860_relocate_section): New function. (i860_final_link_relocate): New function. (elf32_i860_relocate_splitn): New function. (elf32_i860_relocate_pc16): New function. (elf32_i860_relocate_highadj): New function. (elf32_i860_howto): Minor adjustments to some relocations. (elf_info_to_howto_rel): Define. (elf_backend_relocate_section): Define.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fc88fac..2936528 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2000-08-10 Jason Eckhardt <jle@cygnus.com>
+
+ * elf32-i860.c (elf32_i860_relocate_section): New function.
+ (i860_final_link_relocate): New function.
+ (elf32_i860_relocate_splitn): New function.
+ (elf32_i860_relocate_pc16): New function.
+ (elf32_i860_relocate_highadj): New function.
+ (elf32_i860_howto): Minor adjustments to some relocations.
+ (elf_info_to_howto_rel): Define.
+ (elf_backend_relocate_section): Define.
+
2000-08-10 Nick Clifton <nickc@cygnus.com>
* elf32-arm.h: Fix formatting.