From a57fc6b9c04a78607b8f929f771f04ef82f82684 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 1 Jul 1998 20:14:12 +0000 Subject: [PATCH] * reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4, BFD_RELOC_MIPS_DVP_U15_S3. * elf32-mips.c: Handle them. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. --- bfd/ChangeLog | 10 ++++++++++ bfd/bfd-in2.h | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8a6033df1e6..2cb05c17eba 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -115,6 +115,16 @@ Fri Jun 19 17:08:18 1998 Ian Lance Taylor * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on failure. +start-sanitize-sky +Thu Jun 18 23:59:30 1998 Doug Evans + + * reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4, + BFD_RELOC_MIPS_DVP_U15_S3. + * elf32-mips.c: Handle them. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + +end-sanitize-sky Tue Jun 16 11:55:55 1998 Ian Lance Taylor * elf.c (copy_private_bfd_data): Improve handling of Solaris diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 96fab376d5c..bbef77f8457 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1841,6 +1841,14 @@ lower instruction word, and the value is in 128 bit units. */ /* This is a 27 bit address left shifted by 4. */ BFD_RELOC_MIPS_DVP_27_S4, + +/* This is the 11 bit offset operand of ilw/stw instructions +left shifted by 4. */ + BFD_RELOC_MIPS_DVP_11_S4, + +/* This is the 15 bit unsigned immediate operand of the iaddiu instruction +left shifted by 3. */ + BFD_RELOC_MIPS_DVP_U15_S3, /* end-sanitize-sky */ -- 2.30.2