Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/elf32-i960.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* Intel 860 specific support for 32-bit ELF
    2    Copyright 1999, 2000 Free Software Foundation, Inc.
     2   Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    33
    44This file is part of BFD, the Binary File Descriptor library.
     
    2828static reloc_howto_type *elf32_i960_reloc_type_lookup
    2929  PARAMS ((bfd *, bfd_reloc_code_real_type));
     30static void elf32_i960_info_to_howto
     31  PARAMS ((bfd *, arelent *cache_ptr, Elf_Internal_Rela *));
     32static void elf32_i960_info_to_howto_rel
     33  PARAMS ((bfd *, arelent *, Elf_Internal_Rela *));
    3034
    3135#define USE_REL 1
     
    3741static reloc_howto_type elf_howto_table[]=
    3842{
    39   HOWTO(R_960_NONE, 0, 0, 0, false, 0, complain_overflow_bitfield,
    40         elf32_i960_relocate, "R_960_NONE", true,
    41         0x00000000, 0x00000000, false),
     43  HOWTO(R_960_NONE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield,
     44        elf32_i960_relocate, "R_960_NONE", TRUE,
     45        0x00000000, 0x00000000, FALSE),
    4246  EMPTY_HOWTO (1),
    43   HOWTO (R_960_32, 0, 2, 32, false, 0, complain_overflow_bitfield,
    44         elf32_i960_relocate, "R_960_32", true,
    45         0xffffffff, 0xffffffff, false),
    46   HOWTO (R_960_IP24, 0, 2, 24, true, 0, complain_overflow_signed,
    47         elf32_i960_relocate, "R_960_IP24 ", true,
    48         0x00ffffff, 0x00ffffff, false),
     47  HOWTO (R_960_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
     48        elf32_i960_relocate, "R_960_32", TRUE,
     49        0xffffffff, 0xffffffff, FALSE),
     50  HOWTO (R_960_IP24, 0, 2, 24, TRUE, 0, complain_overflow_signed,
     51        elf32_i960_relocate, "R_960_IP24 ", TRUE,
     52        0x00ffffff, 0x00ffffff, FALSE),
    4953  EMPTY_HOWTO (4),
    5054  EMPTY_HOWTO (5),
     
    7478     bfd                *abfd ATTRIBUTE_UNUSED;
    7579     arelent            *cache_ptr ATTRIBUTE_UNUSED;
    76      Elf32_Internal_Rela *dst ATTRIBUTE_UNUSED;
     80     Elf_Internal_Rela *dst ATTRIBUTE_UNUSED;
    7781{
    7882  abort ();
     
    8387     bfd *abfd ATTRIBUTE_UNUSED;
    8488     arelent *cache_ptr;
    85      Elf32_Internal_Rel *dst;
     89     Elf_Internal_Rela *dst;
    8690{
    8791  enum elf_i960_reloc_type type;
Note: See TracChangeset for help on using the changeset viewer.