Age | Commit message (Expand) | Author | Files | Lines |
2002-05-13 | * write.c (subsegs_finish): Don't specially align last subseg. | Alan Modra | 1 | -6/+0 |
2002-05-01 | * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org | Alan Modra | 1 | -0/+1 |
2002-03-06 | * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte | Alan Modra | 1 | -2/+2 |
2002-01-05 | * write.c (write_object_file): Make use of bfd_section_list_remove. | Alan Modra | 1 | -9/+5 |
2001-11-28 | * elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined. | Jakub Jelinek | 1 | -0/+8 |
2001-11-23 | * elf.c (_bfd_elf_rela_local_sym): New. | Jakub Jelinek | 1 | -10/+0 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -20/+2 |
2001-11-13 | Fix tic54x testsuite failures and Lmem disassembly bugs. | Timothy Wall | 1 | -1/+6 |
2001-10-18 | * write.c (fixup_segment): Handle fixups for SEC_MERGE sections as | Hans-Peter Nilsson | 1 | -0/+3 |
2001-09-18 | * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning. | Alan Modra | 1 | -5/+5 |
2001-09-09 | * expr.c (expr): Move code setting "retval" to the end of the loop, | Alan Modra | 1 | -9/+11 |
2001-08-01 | * read.c: Standardize error/warning messages - don't capitalise, no | Alan Modra | 1 | -11/+11 |
2001-07-26 | * write.c (relax_segment <rs_space>): Account for fr_fix. | Alan Modra | 1 | -1/+1 |
2001-07-23 | * symbols.c (S_GET_VALUE): Don't treat O_constant and local | Alan Modra | 1 | -14/+5 |
2001-07-03 | Fix mips16 testsuite failure by allowing finalize_syms to be set before | Nick Clifton | 1 | -3/+13 |
2001-06-27 | Do not set finalize_syms until after the segments have been sized. | Nick Clifton | 1 | -3/+6 |
2001-06-27 | * write.c (fixup_segment <Difference of 2 syms same seg>): Don't | Alan Modra | 1 | -14/+24 |
2001-06-27 | * write.c (fixup_segment <Difference of 2 syms same seg>): If | Alan Modra | 1 | -2/+4 |
2001-05-27 | * write.c (relax_segment <rs_space>): Check the section of a | Alan Modra | 1 | -1/+1 |
2001-05-26 | * write.c (relax_segment <rs_space>): Calculate growth using | Alan Modra | 1 | -15/+21 |
2001-05-24 | * write.c (relax_segment): Don't zap fr_symbol when relaxing. | Alan Modra | 1 | -4/+8 |
2001-05-24 | * write.c (write_object_file): Set finalize_syms = 1 before | Alan Modra | 1 | -3/+4 |
2001-05-22 | * symbols.c (resolve_symbol_value): Remove "finalize" param, | Alan Modra | 1 | -11/+9 |
2001-04-13 | bfd/ | Jakub Jelinek | 1 | -0/+7 |
2001-04-04 | * write.c (write_object_file): Reset broken word state before | Hans-Peter Nilsson | 1 | -0/+20 |
2001-03-30 | Multi-pass relaxation machinery. | Alan Modra | 1 | -21/+61 |
2001-03-23 | fix_new_exp: Print an error if passed a register. | Nick Clifton | 1 | -0/+4 |
2001-03-20 | Use `relax_marker' instead of fragile address test code to determine | Alan Modra | 1 | -38/+16 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+2 |
2001-02-13 | * write.c (is_dnrange): Stop as soon as the address becomes | Ian Lance Taylor | 1 | -13/+27 |
2000-12-28 | * write.c (subsegs_finish): Fix thinko last change -- don't | Richard Henderson | 1 | -7/+4 |
2000-12-28 | * as.h (rs_align_test): New. | Richard Henderson | 1 | -9/+33 |
2000-11-29 | * dwarf2dbg.c: Rewrite from scratch. Queue all debugging output | Richard Henderson | 1 | -0/+13 |
2000-11-07 | 2000-11-06 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -1/+1 |
2000-10-07 | Make elf section symbols global for link-once sections. | Alan Modra | 1 | -1/+1 |
2000-09-05 | Miscellaneous tiny fixes. | Alan Modra | 1 | -1/+1 |
2000-08-23 | * write.c (TC_FIX_ADJUSTABLE): Remove the duplicate. | Alexandre Oliva | 1 | -4/+0 |
2000-08-22 | * write.c (TC_FIX_ADJUSTABLE): Define to 1, if not defined. | Alexandre Oliva | 1 | -10/+9 |
2000-08-22 | 2000-08-22 Eric Christopher <echristo@cygnus.com> | Eric Christopher | 1 | -10/+14 |
2000-08-18 | * write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: Use | Alexandre Oliva | 1 | -8/+8 |
2000-07-20 | Fix formatting. | Nick Clifton | 1 | -312/+308 |
2000-06-29 | Fix previous delta so that it is only used for TE_GO32 and not !TE_PE. | Nick Clifton | 1 | -5/+6 |
2000-06-29 | Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files. | Nick Clifton | 1 | -0/+24 |
2000-04-03 | * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined, | Hans-Peter Nilsson | 1 | -0/+3 |
1999-09-12 | * write.c (write_relocs): Call SET_SECTION_RELOCS if it is | Ian Lance Taylor | 1 | -0/+4 |
1999-09-11 | * write.c (dump_section_relocs): Call print_symbol_value_1 to | Ian Lance Taylor | 1 | -15/+13 |
1999-07-28 | Fix an overflow checking bug uncovered when a 32 bit target is compiled | Alan Modra | 1 | -16/+4 |
1999-07-14 | * write.c (cvt_frag_to_fill): Use frag file and line in rs_org | Ian Lance Taylor | 1 | -4/+13 |
1999-07-11 | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 1 | -10/+11 |
1999-06-12 | * write.c (adjust_reloc_syms): Rather than never reducing reloc | Ian Lance Taylor | 1 | -5/+5 |