summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-07-22Import file: dso-debug-relocs.patchMontaVista Software, Inc
Source: MontaVista Software, Inc. Don't adjust reloc sections for debug info. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-07-22Import from: elf-h.patchMark Hatle
Source: glibc 2.3.6 Updated version copied from glibc.
2010-07-22Import from: prelink-arch-sh.patchMontaVista Software, Inc
Source: MontaVista Software, Inc. Update SH architecture definitions to fix a few misc problems Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-04-13 * testsuite/reloc8.sh: Don't use -Wl,-z,nocopyreloc onjakub
sparc64. * testsuite/reloc9.sh: Likewise. git-svn-id: http://sourceware.org/svn/prelink@184 94c539fb-cf18-0410-b60f-edeeb537fa16
2010-04-13 * src/dwarf2.c (DEBUG_TYPES): Define.jakub
(debug_sections): Add .debug_types entry. (read_abbrev): Handle new DWARF4 forms. (adjust_attributes): DW_AT_segment can be a loclistptr. DW_AT_byte_size, DW_AT_bit_offset, DW_AT_bit_size, DW_AT_string_length, DW_AT_lower_bound, DW_AT_return_addr, DW_AT_bit_stride, DW_AT_upper_bound, DW_AT_count, DW_AT_segment, DW_AT_static_link, DW_AT_use_location, DW_AT_allocated, DW_AT_associated, DW_AT_data_location and DW_AT_byte_stride can be exprloc. Handle new DWARF4 forms. (adjust_dwarf2_line): Handle adjusting DWARF4 .debug_line sections. (adjust_dwarf2_frame): Handle adjusting DWARF4 .debug_frame section. (adjust_dwarf2_info): New function, moved from adjust_dwarf2. Handle DWARF4 .debug_info and handle .debug_types too. (adjust_dwarf2): Call it for .debug_info and .debug_types sections. * src/dwarf2.h (DW_TAG_type_unit, DW_TAG_rvalue_reference_type, DW_TAG_template_alias, DW_FORM_sec_offset, DW_FORM_exprloc, DW_FORM_flag_present, DW_FORM_ref_sig8, DW_AT_bit_stride, DW_AT_byte_stride, DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale, DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count, DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled, DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity, DW_AT_elemental, DW_AT_pure, DW_AT_recursive, DW_AT_signature, DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, DW_AT_enum_class, DW_AT_linkage_name, DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin, DW_LNS_set_isa, DW_LNE_set_discriminator, DW_LANG_Python): Define. git-svn-id: http://sourceware.org/svn/prelink@183 94c539fb-cf18-0410-b60f-edeeb537fa16
2010-04-13 * src/prelink.h (send_file): New prototype.jakub
* src/execstack.c (send_file): New dummy function. * src/verify.c (send_file): No longer static. Don't loop forever if write or read return 0. * src/undo.c (prelink_undo): If undo_output is -, use /tmp/undo instead of - as temp file prefix. * src/dso.c (set_security_context): Drop unused dso argument, add ignore_errors argument. If it is non-zero, don't error if setfilecon failed. (update_dso): If orig_name is non-NULL, don't error if fchown or fchmod fails. If rename fails or name1 is - and orig_name is non-NULL, copy the temporary file to name1 (or to stdout if name1 is -) instead of failing. git-svn-id: http://sourceware.org/svn/prelink@182 94c539fb-cf18-0410-b60f-edeeb537fa16
2010-01-06 * src/arch-s390.c (s390_prelink_conflict_rela) <case R_390_PC32DBL>:jakub
Ensure negative addends are sign-extended to 64-bits, instead of zero-extended. git-svn-id: http://sourceware.org/svn/prelink@181 94c539fb-cf18-0410-b60f-edeeb537fa16
2010-01-05 * src/arch-s390.c (s390_prelink_rela, s390_apply_rela,jakub
s390_prelink_conflict_rela, s390_prelink_conflict_rela, s390_undo_prelink_rela, s390_reloc_size): Handle R_390_{PC32DBL,16,PC16,PC16DBL,8} relocs. git-svn-id: http://sourceware.org/svn/prelink@180 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-12-16 * testsuite/reloc2.sh: Don't assume textrel works if getenforcejakub
exists, but doesn't print Permissive or Disabled. * testsuite/reloc8.sh: Likewise. * testsuite/reloc9.sh: Likewise. * testsuite/tls3.sh: Likewise. git-svn-id: http://sourceware.org/svn/prelink@179 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-11-03 * src/arch-x86_64.c (x86_64_reloc_size): Handle R_X86_64_IRELATIVE.jakub
* src/prelink.h (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define if not defined. * src/undo.c (undo_sections, prelink_undo): Allow .iplt section to change from SHT_NOBITS to SHT_PROGBITS. * src/arch-ppc.c (ppc_adjust_rela, ppc_prelink_rela, ppc_apply_conflict_rela, ppc_undo_prelink_rela): Handle R_PPC_IRELATIVE. (ppc_prelink_conflict_rela): Handle R_PPC_IRELATIVE and conflict->ifunc conflicts. * src/arch-ppc64.c (ppc64_adjust_rela, ppc64_prelink_rela, ppc64_undo_prelink_rela): Handle R_PPC64_IRELATIVE and R_PPC64_JMP_IREL. (ppc64_apply_conflict_rela, ppc64_reloc_size): Handle R_PPC64_IRELATIVE. (ppc64_prelink_conflict_rela): Handle R_PPC64_IRELATIVE, R_PPC64_JMP_IREL and conflict->ifunc conflicts. * testsuite/ifunc.h (IFUNC_ASM): Add powerpc definition. (IFUNC_DECL): Define. (IFUNC): Use IFUNC_DECL. git-svn-id: http://sourceware.org/svn/prelink@178 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-10-19 * src/conflict.c (prelink_build_conflicts): Use >= not > tojakub
determine whether a relocation points outside the first bss section. git-svn-id: http://sourceware.org/svn/prelink@177 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-10-19 * m4/libelf.m4: Resync with version of code in aclocal.m4.jakub
git-svn-id: http://sourceware.org/svn/prelink@176 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-09-25 * src/dwarf2.c (adjust_location_list) <case DW_OP_implicit_value>: Addjakub
missing break statement. git-svn-id: http://sourceware.org/svn/prelink@175 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-08-07 * src/dwarf2.c (dwarf2_write_le64, dwarf2_write_be64): Shift by 56prelink_r174jakub
not 58 for MSB. git-svn-id: http://sourceware.org/svn/prelink@174 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-07-09 * src/conflict.c (prelink_build_conflicts): Don't calljakub
prelink_conflict_rel{,a} on .gnu.conflict section in executables. git-svn-id: http://sourceware.org/svn/prelink@173 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-06-15 * src/prelink.h (R_386_IRELATIVE, R_X86_64_IRELATIVE): Definejakub
if not defined. (struct PLArch): Add dest_addr argument to apply_conflict_rela hook. (struct prelink_conflict): Change used type from int to unsigned char, add ifunc field. (get_relocated_mem): Add dest_addr argument. * src/get.c (prelink_record_relocations): Handle lookups resolving to STT_GNU_IFUNC symbols. * src/conflict.c (get_relocated_mem): Add dest_addr argument, pass it through to the apply_conflict_rela hook. Fail if apply_conflict_rela hook failed. (prelink_build_conflicts): Build conflicts even in the executable, and for libraries even if no conflicts were reported by the dynamic linker. In the executable ignore any unused conflicts except for ifunc conflicts. Adjust get_relocated_mem callers. * src/cxx.c (remove_redundant_cxx_conflicts): Adjust get_relocated_mem callers. * arch-alpha.c (alpha_apply_conflict_rela): Add dest_addr argument. (alpha_prelink_conflict_rela): Return early if info->dso == dso. * arch-arm.c (arm_apply_conflict_rela): Add dest_addr argument. (arm_prelink_conflict_rel, arm_prelink_conflict_rela): Return early if info->dso == dso. * arch-cris.c (cris_apply_conflict_rela): Add dest_addr argument. (cris_prelink_conflict_rela): Return early if info->dso == dso. * arch-ia64.c (ia64_apply_conflict_rela): Add dest_addr argument. (ia64_prelink_conflict_rela): Return early if info->dso == dso. * arch-ppc.c (ppc_apply_conflict_rela): Add dest_addr argument. (ppc_prelink_conflict_rela): Return early if info->dso == dso. * arch-ppc64.c (ppc64_apply_conflict_rela): Add dest_addr argument. (ppc64_prelink_conflict_rela): Return early if info->dso == dso. * arch-s390.c (s390_apply_conflict_rela): Add dest_addr argument. (s390_prelink_conflict_rela): Return early if info->dso == dso. * arch-s390x.c (s390x_apply_conflict_rela): Add dest_addr argument. (s390x_prelink_conflict_rela): Return early if info->dso == dso. * arch-sh.c (sh_apply_conflict_rela): Add dest_addr argument. (sh_prelink_conflict_rela): Return early if info->dso == dso. * arch-sparc.c (sparc_apply_conflict_rela): Add dest_addr argument. (sparc_prelink_conflict_rela): Return early if info->dso == dso. * arch-sparc64.c (sparc64_apply_conflict_rela): Add dest_addr argument. (sparc64_prelink_conflict_rela): Return early if info->dso == dso. * arch-mips.c (mipz_apply_conflict_rela): Add dest_addr argument. (mips_prelink_conflict_reloc, mips_arch_prelink_conflict): Return early if info->dso == dso. * arch-i386.c (i386_adjust_rel, i386_adjust_rela, i386_prelink_rel, i386_prelink_rela, i386_rel_to_rela, i386_undo_prelink_rel, i386_rela_to_rel): Handle R_386_IRELATIVE. (i386_apply_conflict_rela): Add dest_addr argument, handle R_386_IRELATIVE. (i386_prelink_conflict_rel, i386_prelink_conflict_rela): Handle R_386_IRELATIVE and conflict->ifunc conflicts. * arch-x86_64.c (x86_64_adjust_rela, x86_64_prelink_rela, x86_64_undo_prelink_rela): Handle R_X86_64_IRELATIVE. (x86_64_apply_conflict_rela): Handle R_X86_64_IRELATIVE and conflict->ifunc conflicts. * testsuite/Makefile.am (TESTS): Add ifunc1.sh, ifunc2.sh and ifunc3.sh. * testsuite/Makefile.in: Regenerated. * testsuite/ifunc1.sh: New test. * testsuite/ifunc2.sh: New test. * testsuite/ifunc3.sh: New test. * testsuite/ifunc1.c: New file. * testsuite/ifunc1lib1.c: New file. * testsuite/ifunc1lib2.c: New file. * testsuite/ifunc3.c: New file. * testsuite/ifunc3lib1.c: New file. * testsuite/ifunc.h: New file. * testsuite/ifunctest.c: New file. git-svn-id: http://sourceware.org/svn/prelink@172 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-06-15 * src/Makefile.am (DEFS, AM_CFLAGS): Add -Wno-pointer-sign.jakub
* src/Makefile.in: Regenerated. * src/data.c (reopen_dso): Initialize data variable to avoid warnings. git-svn-id: http://sourceware.org/svn/prelink@171 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-06-15Fix up last CL entry.jakub
git-svn-id: http://sourceware.org/svn/prelink@170 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-06-15 * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): Define.jakub
(DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece, DW_OP_implicit_value, DW_OP_stack_value, DW_OP_GNU_uninit, DW_OP_GNU_encoded_addr): Define. (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited, DW_ATE_signed_fixed, DW_ATE_unsigned_fixed, DW_ATE_decimal_float): Define. (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): Define. (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC, DW_LANG_D): Define. * dwarf2.c (debug_sections): Add .debug_pubtypes. (DEBUG_PUBTYPES): Define. (DEBUG_MACINFO, DEBUG_LOC, DEBUG_STR, DEBUG_FRAME, DEBUG_RANGES): Adjust. (struct cu_data): Add cu_version field. (read_abbrev): Adjust error messages not to be DWARF-2 specific. (adjust_location_list): Likewise. Fix up DW_OP_call_ref handling, handle DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_GNU_uninit, DW_OP_bit_piece, DW_OP_stack_value and DW_OP_implicit_value. (adjust_attributes): For cu->cu_version == 2 skip ptr_size bytes instead of just 4. Adjust error messages not to be DWARF-2 specific. (adjust_dwarf2_line): Handle version 3 of .debug_line. (adjust_dwarf2_frame): Just that CIE version is 1 or 3, for version 1 skip just one byte instead of uleb128 for return address column. Handle DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression. (adjust_dwarf2): Handle version 3 of .debug_info, initialize cu.cu_version. Adjust error messages not to be DWARF-2 specific. Note that .debug_pubtypes doesn't need adjustments. git-svn-id: http://sourceware.org/svn/prelink@169 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-03-11 * src/prelink.h (PLArch): Add rtype_class_valid field.jakub
* src/get.c (prelink_record_relocations): If not /4, or dso->arch->rtype_class_valid instead of RTYPE_CLASS_VALID into reloc_class. * src/cxx.c (remove_redundant_cxx_conflicts): Use info->dso->arch->rtype_class_valid instead of RTYPE_CLASS_VALID. * src/arch-ppc64.c (ppc64_reloc_class): For R_PPC64_COPY return RTYPE_CLASS_COPY | RTYPE_CLASS_PLT, for non-TLS relocs return RTYPE_CLASS_PLT. (PL_ARCH): Set rtype_class_valid to RTYPE_CLASS_PLT. * src/arch-alpha.c (PL_ARCH): Set rtype_class_valid to RTYPE_CLASS_VALID. * src/arch-arm.c (PL_ARCH): Likewise. * src/arch-cris.c (PL_ARCH): Likewise. * src/arch-i386.c (PL_ARCH): Likewise. * src/arch-ia64.c (PL_ARCH): Likewise. * src/arch-mips.c (PL_ARCH): Likewise. * src/arch-ppc.c (PL_ARCH): Likewise. * src/arch-s390.c (PL_ARCH): Likewise. * src/arch-s390x.c (PL_ARCH): Likewise. * src/arch-sh.c (PL_ARCH): Likewise. * src/arch-sparc.c (PL_ARCH): Likewise. * src/arch-sparc64.c (PL_ARCH): Likewise. * src/arch-x86_64.c (PL_ARCH): Likewise. git-svn-id: http://sourceware.org/svn/prelink@168 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-03-10 * testsuite/reloc2.sh, testsuite/tls3.sh: Add ARM to architecturesjakub
requiring PIC shared libraries. git-svn-id: http://sourceware.org/svn/prelink@167 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-03-10 * src/arch-arm.c (arm_prelink_rel, arm_prelink_rela,jakub
arm_prelink_conflict_rel, arm_prelink_conflict_rela, arm_rel_to_rela, arm_rela_to_rel, arm_need_rel_to_rela, arm_undo_prelink_rel, arm_reloc_class): Handle TLS relocations. * src/prelink.h (R_ARM_TLS_DTPMOD32, R_ARM_TLS_DTPOFF32, R_ARM_TLS_TPOFF32): Define if R_ARM_TLS_DTPMOD32 not already defined. git-svn-id: http://sourceware.org/svn/prelink@166 94c539fb-cf18-0410-b60f-edeeb537fa16
2009-03-10 * src/arch-arm.c (arm_adjust_dyn, arm_adjust_rel, arm_adjust_rela,jakub
arm_prelink_rel, arm_prelink_rela, arm_apply_conflict_rela, arm_apply_rel, arm_apply_rela, arm_prelink_conflict_rela, arm_rel_to_rela, arm_rela_to_rel, arm_need_rel_to_rela, arm_arch_prelink, arm_arch_undo_prelink, arm_undo_prelink_rel): Use endian-neutral functions. git-svn-id: http://sourceware.org/svn/prelink@165 94c539fb-cf18-0410-b60f-edeeb537fa16
2008-10-09 * src/arch-sparc64.c (sparc64_prelink_rela,jakub
sparc64_prelink_conflict_rela, sparc64_undo_prelink_rela, sparc64_reloc_class): Handle TLS relocations. (PL_ARCH): Update mmap_base and mmap_end for TASK_UNMAPPED_BASE change to 0xfffff80100000000. git-svn-id: http://sourceware.org/svn/prelink@164 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-12-20Correct typo in last entry.drow
git-svn-id: http://sourceware.org/svn/prelink@163 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-12-04 * gather.c (gather_object): Print an error if nftw64 fails.drow
git-svn-id: http://sourceware.org/svn/prelink@162 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-09 * src/cxx.c (remove_redundant_cxx_conflicts): Allow .sdatajakub
section as well. git-svn-id: http://sourceware.org/svn/prelink@161 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-09 * src/prelink.h (struct prelink_conflict): Add next2 field.jakub
(struct prelink_conflicts): Add hash2 field. * src/get.c (prelink_record_relocations): Clear next2 fields. * src/prelink.c (free_info): Also free hash2 table. * src/cxx.c (remove_redundant_cxx_conflicts): Populate hash2 if not populated yet, use it to speed up pltref checking. git-svn-id: http://sourceware.org/svn/prelink@160 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-09 * src/prelink.h (struct prelink_conflicts): New type.jakub
(struct prelink_info): Change type of conflicts and curconflicts fields to struct prelink_conflicts *. * src/get.c (conflict_hash_init): New function. (prelink_record_relocations): Adjust initialization of conflicts array. If conflict linked lists has more than 15 entries, use hash table with chains. * src/prelink.c (free_info): Handle freeing conflict list using a hash table. * src/fptr.c (opd_init): Only walk corresponding hash chain if conflict list is using a hash table. * src/conflict.c (prelink_conflict): Likewise. (prelink_build_conflicts): Handle conflict list using a hash table. * src/cxx.c (remove_redundant_cxx_conflicts): Likewise. Only walk corresponding hash chain if conflict list is using a hash table. git-svn-id: http://sourceware.org/svn/prelink@159 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-09 * src/doit.c (find_ents): Clear e->u.tmp.jakub
(clear_ent_marks, find_unlisted_dependency): Remove. (prelink_ent): More efficient non-recursive check for unlisted dependencies. git-svn-id: http://sourceware.org/svn/prelink@158 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-09 * src/cxx.c (find_cxx_sym): If fcs->lastndx != -1, search firstjakub
among symbols around it. git-svn-id: http://sourceware.org/svn/prelink@157 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-08 * src/space.c (find_readonly_space): Disallow section insertion injakub
between adjacent SHT_NOTE sections. When creating new PT_LOAD, handle multiple consecutive SHT_NOTE sections with just one PT_NOTE segment for them. * testsuite/Makefile.am (TESTS): Add shuffle9.sh. * testsuite/Makefile.in: Regenerated. * testsuite/shuffle9.sh: New test. * testsuite/shuffle9.c: New. * testsuite/shuffle2.c: Add .previous at the end of __asm. * testsuite/reloc5.c (main): Likewise. * testsuite/tls3.sh: If libs aren't built with -fpic, disable the test under SELinux in enforcing mode. git-svn-id: http://sourceware.org/svn/prelink@156 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-08 * src/cxx.c: Include alloca.h.jakub
(specials): Moved out of remove_redundant_cxx_conflicts to toplevel. Remove section fields. (find_cxx_sym_valsize, find_cxx_sym_cache): New structs. (struct find_cxx_sym): Add cache and lastndx fields. (cachecmp, create_cache): New functions. (find_cxx_sym): Add cache argument. If cache[n] is NULL, call create_cache. Do a binary search in cache[n]->vals array instead of always reading the whole symbol table. (remove_redundant_cxx_conflicts): Adjust find_cxx_sym caller. Check if secname is ".data" or ".data.rel.ro" instead of comparing it against specials[k].secname. Use binary search in binsymcache when doing check_pltref checks. * testsuite/Makefile.am (TESTS): Add cxx2.sh. * testsuite/Makefile.in: Regenerated. * testsuite/cxx1.sh: Check that some conflicts are optimized out by C++ optimizations. * testsuite/cxx2.sh: New test. * testsuite/cxx2.C: New. git-svn-id: http://sourceware.org/svn/prelink@155 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-10-04 * src/prelink.h (read_config): New prototype.jakub
(gather_config, blacklist_from_config): Remove argument. * src/gather.c (struct config_line): New type. (config_lines, config_end): New variables. (read_config): New function. (gather_config, blacklist_from_config): Walk config_lines chain instead of reading the config file. * src/verify.c (prelink_verify): Call read_config. Don't pass any argument to gather_config. * src/main.c (main): Likewise. Also for blacklist_from_config. * testsuite/quick2.sh: Use new -c etc/prelink.conf.d/*.conf feature in prelink.conf and multiple config snippets. git-svn-id: http://sourceware.org/svn/prelink@154 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-06-27 * testsuite/reloc2.sh: If libs aren't built with -fpic,jakub
disable the test under SELinux in enforcing mode. git-svn-id: http://sourceware.org/svn/prelink@153 94c539fb-cf18-0410-b60f-edeeb537fa16
2007-03-022007-03-02 Sandra Loosemore <sandra@codesourcery.com>jakub
* doc/prelink.8: Spelling and grammar fixes. git-svn-id: http://sourceware.org/svn/prelink@152 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-12-01 * src/verify.c (prelink_verify): Unlink ent->filename in case ofprelink_20061201jakub
failures between closing the unprelinked dso and unlinking ent->filename. git-svn-id: http://sourceware.org/svn/prelink@151 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (READWRITEPROTOSIZE): Undef after use.jakub
git-svn-id: http://sourceware.org/svn/prelink@150 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * testsuite/tls3.sh: Use -fpic for MIPS too.jakub
* testsuite/reloc2.sh: Likewise. git-svn-id: http://sourceware.org/svn/prelink@149 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * testsuite/reloc4.sh: Use -mxgot when compiling for MIPS targets.jakub
* testsuite/reloc5.c (main): Make the printed inline asm globalize testzero. git-svn-id: http://sourceware.org/svn/prelink@148 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * testsuite/shuffle2.c (testzero): Globalize asm definition.jakub
git-svn-id: http://sourceware.org/svn/prelink@147 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/Makefile.am (arch_SOURCES): Add arch-mips.cjakub
* src/Makefile.in: Regenerate. * src/arch-mips.c: New file. git-svn-id: http://sourceware.org/svn/prelink@146 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (DT_MIPS_RLD_VERSION): Define.jakub
(DT_MIPS_TIME_STAMP): Likewise. (DT_MIPS_ICHECKSUM): Likewise. (DT_MIPS_IVERSION): Likewise. (DT_MIPS_FLAGS): Likewise. (DT_MIPS_BASE_ADDRESS): Likewise. (DT_MIPS_CONFLICT): Likewise. (DT_MIPS_LIBLIST): Likewise. (DT_MIPS_LOCAL_GOTNO): Likewise. (DT_MIPS_CONFLICTNO): Likewise. (DT_MIPS_LIBLISTNO): Likewise. (DT_MIPS_SYMTABNO): Likewise. (DT_MIPS_UNREFEXTNO): Likewise. (DT_MIPS_GOTSYM): Likewise. (DT_MIPS_HIPAGENO): Likewise. (DT_MIPS_RLD_MAP): Likewise. (R_MIPS_TLS_DTPMOD): Likewise. (R_MIPS_TLS_DTPREL): Likewise. (R_MIPS_TLS_TPREL): Likewise. (R_MIPS_GLOB_DAT): Likewise. (DSO): Add info_DT_MIPS_LOCAL_GOTNO, info_DT_MIPS_GOTSYM, and info_DT_MIPS_SYMTABNO. * src/dso.c (read_dynamic): Initialize the new DSO fields. (adjust_symbol_p): Handle stub values on MIPS. * src/prelink.c (prelink_prepare): Handle SHT_DYNAMIC and SHT_MIPS_REGINFO on MIPS. git-svn-id: http://sourceware.org/svn/prelink@145 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/space.c (find_readonly_space): Don't place the new sectionjakub
in the PT_PHDR segment. git-svn-id: http://sourceware.org/svn/prelink@144 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (data_iterator): New structure.jakub
(init_data_iterator): Declare. (get_data_from_iterator): Likewise. (get_sym_from_iterator): Likewise. * src/data.c (init_data_iterator): New function. (get_data_from_iterator): Likewise. (get_sym_from_iterator): Likewise. git-svn-id: http://sourceware.org/svn/prelink@143 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (READWRITEPROTOSIZE): New macro. Instantiatejakub
READWRITEPROTO for big and little endian. Add prototypes for native-endian functions (buf_read_uneNN, read_uneNN, buf_write_neNN and write_neNN). Replace uses of READWRITEPROTO with uses of this macro. * src/data.c (BUFREADUNE, READUNE, WRITENE, BUFWRITENE): New macros. (READWRITESIZE): New macro. Instantiate READWRITE for big and little endian. Instantiate BUFREADUNE, READUNE, WRITENE and BUFWRITENE. Replace uses of READWRITE with uses of this macro. * src/arch-sh.c (read_une32, write_ne32, buf_write_ne32): Delete. git-svn-id: http://sourceware.org/svn/prelink@142 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (PLArch): Add an arch_prelink_conflict callback.jakub
* src/conflict.c (prelink_build_conflicts): If defined, call it for each dependency. git-svn-id: http://sourceware.org/svn/prelink@141 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (PLArch): Make the arch_prelink callback takejakub
a "struct prelink_info *" argument, not a "DSO *" argument. * src/prelink.c (prelink): Adjust call accordingly. * src/arch-alpha.c (alpha_arch_prelink): Adjust definition accordingly. * src/arch-arm.c (arm_arch_prelink): Likewise. * src/arch-cris.c (cris_arch_prelink): Likewise. * src/arch-i386.c (i386_arch_prelink): Likewise. * src/arch-ia64.c (ia64_arch_prelink): Likewise. * src/arch-ppc.c (ppc_arch_prelink): Likewise. * src/arch-s390.c (s390_arch_prelink): Likewise * src/arch-s390x.c (s390x_arch_prelink): Likewise * src/arch-sh.c (sh_arch_prelink): Likewise. * src/arch-sparc64.c (sparc64_arch_prelink): Likewise. * src/arch-sparc.c (sparc_arch_prelink): Likewise * src/arch-x86_64.c (x86_64_arch_prelink): Likewise. git-svn-id: http://sourceware.org/svn/prelink@140 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (PLArch): Add an arch_adjust callback.jakub
* src/dso.c (adjust_dso): Use it, if defined. git-svn-id: http://sourceware.org/svn/prelink@139 94c539fb-cf18-0410-b60f-edeeb537fa16
2006-10-27 * src/prelink.h (adjust_symbol_p): Declare.jakub
* src/dso.c (adjust_symbol_p): New function, extracted from... (adjust_symtab): ...here. git-svn-id: http://sourceware.org/svn/prelink@138 94c539fb-cf18-0410-b60f-edeeb537fa16