aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-21 * as.h: Remove #if 0'd code.Ben Elliston1-20/+9
2005-01-102005-01-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+3
2004-11-03 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declareHans-Peter Nilsson1-5/+0
2004-08-05 * write.c (relax_segment): Use was_address instead of address whenBob Wilson1-1/+1
2004-07-02 * frags.h (struct frag): Add has_code and insn_addr fields.Alan Modra1-1/+4
2003-12-06 * dwarf2dbg.c: Convert to ISO-C.Kazu Hirata1-138/+87
2003-11-23 * README-vms: Fix comment typos.Kazu Hirata1-1/+1
2003-08-16 * write.c (fixup_segment): When handling an expression involvingAlan Modra1-9/+3
2003-06-24Update .comm error messages to assume an unsigned value.Nick Clifton1-9/+9
2003-06-11 * write.c (write_relocs): Use xcalloc. Fix relocs initializationThiemo Seufer1-3/+2
2003-04-07 * write.c (write_relocs): Remove unused variable.Thiemo Seufer1-2/+0
2003-04-01Add Xtensa portNick Clifton1-0/+4
2003-02-12 * write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.Alan Modra1-1/+1
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-4/+17
2002-12-12 * write.c (write_object_file): Fix signed/unsigned warning.Alan Modra1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-7/+7
2002-11-28 * write.c (subsegs_finish): For SEC_MERGE sections pad last fragmentJakub Jelinek1-1/+19
2002-11-20 * write.c (adjust_reloc_syms): Don't reduce SEC_MERGE fixups withAlan Modra1-1/+2
2002-11-01 * write.c (TC_FORCE_RELOCATION_SUB_ABS): Default to zero.Alan Modra1-5/+3
2002-09-23* write.c: Delete set_segment_vma and prototype. Update all callers.DJ Delorie1-25/+0
2002-09-19 * write.h (struct fix): Add fx_dot_value.Alan Modra1-1/+6
2002-09-05gas reloc rewrite.Alan Modra1-353/+227
2002-08-28 * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.Alan Modra1-97/+80
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-3/+3
2002-05-23 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek1-0/+7
2002-05-23 * write.c (size_seg): Check adjustment to last frag.Alan Modra1-5/+22
2002-05-13 * write.c (subsegs_finish): Don't specially align last subseg.Alan Modra1-6/+0
2002-05-01 * write.c (cvt_frag_to_fill): Set fr_offset to zero on .orgAlan Modra1-0/+1
2002-03-06 * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byteAlan Modra1-2/+2
2002-01-05 * write.c (write_object_file): Make use of bfd_section_list_remove.Alan Modra1-9/+5
2001-11-28 * elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined.Jakub Jelinek1-0/+8
2001-11-23 * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek1-10/+0
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-20/+2
2001-11-13Fix tic54x testsuite failures and Lmem disassembly bugs.Timothy Wall1-1/+6
2001-10-18 * write.c (fixup_segment): Handle fixups for SEC_MERGE sections asHans-Peter Nilsson1-0/+3
2001-09-18 * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.Alan Modra1-5/+5
2001-09-09 * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra1-9/+11
2001-08-01 * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra1-11/+11
2001-07-26 * write.c (relax_segment <rs_space>): Account for fr_fix.Alan Modra1-1/+1
2001-07-23 * symbols.c (S_GET_VALUE): Don't treat O_constant and localAlan Modra1-14/+5
2001-07-03Fix mips16 testsuite failure by allowing finalize_syms to be set beforeNick Clifton1-3/+13
2001-06-27Do not set finalize_syms until after the segments have been sized.Nick Clifton1-3/+6
2001-06-27 * write.c (fixup_segment <Difference of 2 syms same seg>): Don'tAlan Modra1-14/+24
2001-06-27 * write.c (fixup_segment <Difference of 2 syms same seg>): IfAlan Modra1-2/+4
2001-05-27 * write.c (relax_segment <rs_space>): Check the section of aAlan Modra1-1/+1
2001-05-26 * write.c (relax_segment <rs_space>): Calculate growth usingAlan Modra1-15/+21
2001-05-24 * write.c (relax_segment): Don't zap fr_symbol when relaxing.Alan Modra1-4/+8
2001-05-24 * write.c (write_object_file): Set finalize_syms = 1 beforeAlan Modra1-3/+4
2001-05-22 * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra1-11/+9
2001-04-13bfd/Jakub Jelinek1-0/+7