Age | Commit message (Expand) | Author | Files | Lines |
1997-12-06 | Fix HI16 and HI16_S relocations for PR14258 | Nick Clifton | 1 | -4/+4 |
1997-12-05 | Fix PR14180 and 14181 (patch from branch) | Nick Clifton | 1 | -170/+476 |
1997-10-10 | Fixed bugs exposed by compiling NEC sample sources. | Nick Clifton | 1 | -11/+28 |
1997-09-20 | Removed v850eq sanitization. | Nick Clifton | 1 | -11/+9 |
1997-09-18 | Improved error message to include symbol's name. | Nick Clifton | 1 | -9/+11 |
1997-09-17 | Added support for the call table relocations. | Nick Clifton | 1 | -17/+129 |
1997-09-17 | Catch relocations against non-existant symbols. | Nick Clifton | 1 | -0/+18 |
1997-09-16 | Add support for a 16 bit reloc against the TDA pointer! | Nick Clifton | 1 | -0/+43 |
1997-09-15 | Fix sanitization. | Andrew Cagney | 1 | -1/+1 |
1997-09-10 | Removed spurious error return. | Nick Clifton | 1 | -2/+0 |
1997-09-09 | Do not complain if an R_V850_LO16 reloc has bit 15 set. | Nick Clifton | 1 | -181/+190 |
1997-09-09 | Fixed buglet displaying machine architecture. | Nick Clifton | 1 | -3/+3 |
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 1 | -1/+1 |
1997-09-03 | Removed BFD_RELOC_V850_PCREL. | Nick Clifton | 1 | -46/+0 |
1997-09-03 | Set machine number based in bits in e_flags field rather than magic number. | Nick Clifton | 1 | -19/+142 |
1997-09-02 | Switched over to using new reloc types. | Nick Clifton | 1 | -173/+610 |
1997-08-25 | Switched over to using machine numbers to distinguish v850 architecture varia... | Nick Clifton | 1 | -57/+190 |
1997-01-03 | Put common variables into the appropriate section, based on relocation types | Michael Meissner | 1 | -227/+362 |
1996-12-31 | Fix some spacing | Michael Meissner | 1 | -121/+121 |
1996-10-23 | * elf32-v850.c: Add comments about assumptions about | Jeff Law | 1 | -8/+14 |
1996-10-23 | * elf32-v850.c (elf_v850_howto_table): Fix ordering of | Jeff Law | 1 | -19/+72 |
1996-10-23 | * elf32-v850.c: Include bfdlink.h. | Jeff Law | 1 | -0/+314 |
1996-10-17 | * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET, | Jeff Law | 1 | -0/+52 |
1996-10-16 | * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits we | Jeff Law | 1 | -0/+2 |
1996-10-16 | * elf32-v850.c (bfd_elf32_v850_reloc): Don't silently | Jeff Law | 1 | -0/+6 |
1996-10-15 | * elf32-v850.c: Define elf_symbol_leading_char to be '_'. | Stu Grossman | 1 | -0/+19 |
1996-09-04 | * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of | Jeff Law | 1 | -15/+120 |
1996-08-31 | * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}. | Jeff Law | 1 | -0/+51 |
1996-08-31 | * elf32-v850.c (reloc_type): Add R_V850_HI16_S. | J.T. Conklin | 1 | -0/+199 |