Skip to content
  • Bernd Schmidt's avatar
    bfd/ · cb88ce9f
    Bernd Schmidt authored
    	From Mike Frysinger <michael.frysinger@analog.com>
    	* elf32-bfin.c (bfin_howto_table, bfin_reloc_map, bfin_check_relocs,
    	bfin_final_link_relocate, bfin_relocate_section, bfin_gc_sweep_hook,
    	_bfinfdpic_emit_got_relocs_plt_entries, bfinfdpic_relocate_section,
    	bfinfdpic_gc_sweep_hook, bfinfdpic_check_relocs,
    	bfin_finish_dynamic_symbol, bfd_bfin_elf32_create_embedded_relocs):
    	Adjust to match the renamed reloc definitions.
    
    gas/testsuite/
    	From Mike Frysinger <michael.frysinger@analog.com>
    	* gas/bfin/reloc.d: Adjust for the renamed relocations.
    
    include/elf/
    	From Mike Frysinger <michael.frysinger@analog.com>
    	* bfin.h (R_BFIN_UNUSED, R_BFIN_PCREL5M2, R_BFIN_UNUSED1,
    	R_BFIN_PCREL10, R_BFIN_PCREL12_JUMP, R_BFIN_RIMM16,
    	R_BFIN_LUIMM16, R_BFIN_HUIMM16, R_BFIN_PCREL12_JUMP_S,
    	R_BFIN_PCREL24_JUMP_X, R_BFIN_PCREL24, R_BFIN_UNUSEDB,
    	R_BFIN_UNUSEDC, R_BFIN_PCREL24_JUMP_L, R_BFIN_PCREL24_CALL_X,
    	R_BFIN_VAR_EQ_SYMB, R_BFIN_BYTE_DATA, R_BFIN_BYTE2_DATA,
    	R_BFIN_BYTE4_DATA, R_BFIN_PCREL11, R_BFIN_PUSH, R_BFIN_CONST,
    	R_BFIN_ADD, R_BFIN_SUB, R_BFIN_MULT, R_BFIN_DIV, R_BFIN_MOD,
    	R_BFIN_LSHIFT, R_BFIN_RSHIFT, R_BFIN_AND, R_BFIN_OR, R_BFIN_XOR,
    	R_BFIN_LAND, R_BFIN_LOR, R_BFIN_LEN, R_BFIN_NEG, R_BFIN_COMP,
    	R_BFIN_PAGE, R_BFIN_HWPAGE, R_BFIN_ADDR, R_BFIN_PLTPLC,
    	R_BFIN_GOT, R_BFIN_MAX): Renamed from R_unused0, R_pcrel5ms,
    	R_unused1, R_pcrel10, R_pcrel12_jump, R_rimm16, R_luimm16,
    	R_huimm16, R_pcrel12_jump_s, R_pcrel24_jump_x, R_pcrel24,
    	R_unusedb, R_unusedc, R_pcrel24_jump_l, R_pcrel24_call_x,
    	R_var_eq_symb, R_byte_data, R_byte2_data, R_byte4_data, R_pcrel11,
    	R_push, R_const, R_add, R_sub, R_mult, R_div, R_mod, R_lshift,
    	R_rshift, R_and, R_or, R_xor, R_land, R_lor, R_len, R_neg, R_comp,
    	R_page, R_hwpage, R_addr, R_pltpc, R_got.
    cb88ce9f