Changeset 609 for branches/GNU/src/binutils/bfd/elf32-i960.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/elf32-i960.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* 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. 3 3 4 4 This file is part of BFD, the Binary File Descriptor library. … … 28 28 static reloc_howto_type *elf32_i960_reloc_type_lookup 29 29 PARAMS ((bfd *, bfd_reloc_code_real_type)); 30 static void elf32_i960_info_to_howto 31 PARAMS ((bfd *, arelent *cache_ptr, Elf_Internal_Rela *)); 32 static void elf32_i960_info_to_howto_rel 33 PARAMS ((bfd *, arelent *, Elf_Internal_Rela *)); 30 34 31 35 #define USE_REL 1 … … 37 41 static reloc_howto_type elf_howto_table[]= 38 42 { 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), 42 46 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), 49 53 EMPTY_HOWTO (4), 50 54 EMPTY_HOWTO (5), … … 74 78 bfd *abfd ATTRIBUTE_UNUSED; 75 79 arelent *cache_ptr ATTRIBUTE_UNUSED; 76 Elf 32_Internal_Rela *dst ATTRIBUTE_UNUSED;80 Elf_Internal_Rela *dst ATTRIBUTE_UNUSED; 77 81 { 78 82 abort (); … … 83 87 bfd *abfd ATTRIBUTE_UNUSED; 84 88 arelent *cache_ptr; 85 Elf 32_Internal_Rel*dst;89 Elf_Internal_Rela *dst; 86 90 { 87 91 enum elf_i960_reloc_type type; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.