Richard Sandiford 1e50d24d55 include/elf/
* v850.h (R_V850_LO16_SPLIT_OFFSET): New reloc.

bfd/
	* reloc.c (BFD_RELOC_V850_LO16_SPLIT_OFFSET): New bfd_reloc_code_type.
	* elf32-v850.c (v850_elf_howto_table): Add entry for
	R_V850_LO16_SPLIT_OFFSET.
	(v850_elf_reloc_map): Map it to BFD_RELOC_V850_LO16_SPLIT_OFFSET.
	(v850_elf_perform_lo16_relocation): New function, extracted from...
	(v850_elf_perform_relocation): ...here.  Use it to handle
	R_V850_LO16_SPLIT_OFFSET.
	(v850_elf_check_relocs, v850_elf_final_link_relocate): Handle
	R_V850_LO16_SPLIT_OFFSET.
	* libbfd.h, bfd-in2.h: Regenerate.

gas/
	* config/tc-v850.c (handle_lo16): New function.
	(v850_reloc_prefix): Use it to check lo().
	(md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.

gas/testsuite/
	* gas/v850/split-lo16.{s,d}: New test.
	* gas/v850/v850.exp: Run it.

ld/testsuite/
	* ld-v850: New directory.
2004-12-16 16:56:04 +00:00
..
2004-01-06 17:05:11 +00:00
2004-11-08 13:17:43 +00:00
2004-12-16 16:56:04 +00:00
2003-08-07 02:25:50 +00:00
2004-12-09 06:13:44 +00:00
2004-09-05 06:04:05 +00:00
2004-11-15 23:21:27 +00:00
2004-12-10 22:04:41 +00:00
2004-01-02 11:16:21 +00:00
2004-05-04 20:06:15 +00:00
2004-11-08 13:17:43 +00:00
2004-02-25 02:04:37 +00:00
2004-12-10 22:04:41 +00:00
2004-04-22 18:39:03 +00:00
2003-11-06 11:58:58 +00:00
2004-09-14 01:16:22 +00:00
2004-07-13 21:10:23 +00:00
2003-06-22 16:35:53 +00:00
2004-03-30 20:03:09 +00:00
2004-10-08 00:22:15 +00:00