aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-v850.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-16Replaced fixed size array for hi16 relocations with a linked list.Nick Clifton1-83/+273
1998-06-06Add prototypes for static functions.Nick Clifton1-18/+50
1998-06-03Fixed private data printing to include program headers.Nick Clifton1-5/+8
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-18/+18
1998-04-01Changes required to emit Elf Rela structuresCatherine Moore1-110/+163
1998-02-10(PR14907) Fix HI16S/LO16 relocations when buf[-1] is evaluated.Nick Clifton1-93/+144
1998-02-07Do not initialise private data in output BFD if the input BFD is the defaultNick Clifton1-13/+19
1998-02-06Do not generate an error message when merging v850 code into v850e/v850ea code.Nick Clifton1-405/+208
1997-12-06Fix HI16 and HI16_S relocations for PR14258Nick Clifton1-4/+4
1997-12-05Fix PR14180 and 14181 (patch from branch)Nick Clifton1-170/+476
1997-10-10Fixed bugs exposed by compiling NEC sample sources.Nick Clifton1-11/+28
1997-09-20Removed v850eq sanitization.Nick Clifton1-11/+9
1997-09-18Improved error message to include symbol's name.Nick Clifton1-9/+11
1997-09-17Added support for the call table relocations.Nick Clifton1-17/+129
1997-09-17Catch relocations against non-existant symbols.Nick Clifton1-0/+18
1997-09-16Add support for a 16 bit reloc against the TDA pointer!Nick Clifton1-0/+43
1997-09-15Fix sanitization.Andrew Cagney1-1/+1
1997-09-10Removed spurious error return.Nick Clifton1-2/+0
1997-09-09Do not complain if an R_V850_LO16 reloc has bit 15 set.Nick Clifton1-181/+190
1997-09-09Fixed buglet displaying machine architecture.Nick Clifton1-3/+3
1997-09-03Removed v850 sanitization.Nick Clifton1-1/+1
1997-09-03Removed BFD_RELOC_V850_PCREL.Nick Clifton1-46/+0
1997-09-03Set machine number based in bits in e_flags field rather than magic number.Nick Clifton1-19/+142
1997-09-02Switched over to using new reloc types.Nick Clifton1-173/+610
1997-08-25Switched over to using machine numbers to distinguish v850 architecture varia...Nick Clifton1-57/+190
1997-01-03Put common variables into the appropriate section, based on relocation typesMichael Meissner1-227/+362
1996-12-31Fix some spacingMichael Meissner1-121/+121
1996-10-23 * elf32-v850.c: Add comments about assumptions aboutJeff Law1-8/+14
1996-10-23 * elf32-v850.c (elf_v850_howto_table): Fix ordering ofJeff Law1-19/+72
1996-10-23 * elf32-v850.c: Include bfdlink.h.Jeff Law1-0/+314
1996-10-17 * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,Jeff Law1-0/+52
1996-10-16 * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits weJeff Law1-0/+2
1996-10-16 * elf32-v850.c (bfd_elf32_v850_reloc): Don't silentlyJeff Law1-0/+6
1996-10-15 * elf32-v850.c: Define elf_symbol_leading_char to be '_'.Stu Grossman1-0/+19
1996-09-04 * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling ofJeff Law1-15/+120
1996-08-31 * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.Jeff Law1-0/+51
1996-08-31* elf32-v850.c (reloc_type): Add R_V850_HI16_S.J.T. Conklin1-0/+199