aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15 * write.c (dump_section_relocs): Don't convert PC-relative relocsMaciej W. Rozycki1-4/+17
2011-08-18 * write.c (resolve_reloc_expr_symbols): Convert local symbolsAlan Modra1-39/+82
2011-08-04Call bfd_cache_close_all on errorH.J. Lu1-2/+1
2011-08-04 * write.c (write_object_file): Call set_symtab even if we hadAlan Modra1-1/+2
2011-08-012011-08-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-11/+11
2011-05-062011-05-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-7/+0
2011-01-31 * write.c (write_contents): Include output file name and bfd errorNick Clifton1-1/+3
2011-01-19Don't compress debug sections smaller than 32 bytes.H.J. Lu1-1/+1
2011-01-18Don't compress empty debug sections.H.J. Lu1-0/+1
2010-12-02gas/Richard Sandiford1-0/+6
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu1-2/+2
2010-10-25 PR gas/12049Alan Modra1-0/+7
2010-10-19 * write.c (relax_segment): Correct address on frag added to stopAlan Modra1-6/+5
2010-10-19 PR gas/12049Alan Modra1-8/+20
2010-07-03bfd/ChangeLog:Cary Coutant1-0/+196
2010-05-04 * write.c (fixup_segment): Revert previous delta.Nick Clifton1-3/+1
2010-04-29 * write.c (fixup_segment): Do not assume we know the section aNick Clifton1-1/+3
2010-01-23bfd/Richard Sandiford1-22/+31
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-4/+6
2009-09-11 * po/bfd.pot: Updated by the Translation project.Nick Clifton1-3/+3
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-312009-08-31 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+2
2009-08-172009-08-17 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-3/+7
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-10/+10
2009-03-10 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patchingHans-Peter Nilsson1-10/+20
2008-09-19 * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.Alan Modra1-8/+11
2008-09-19 * write.c (md_register_arithmetic): Define.Alan Modra1-8/+19
2008-09-15 * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.Alan Modra1-2/+2
2008-08-20 PR 6848Alan Modra1-0/+13
2008-07-30Silence gcc printf warningsAlan Modra1-2/+3
2008-06-24 * write.c (relax_segment <rs_org>): Include current stretchAlan Modra1-7/+3
2008-03-03gas/H.J. Lu1-0/+11
2007-07-12Add support for building on a 64-bit Windows host.Nick Clifton1-3/+7
2007-07-03Switch to GPLv3Nick Clifton1-1/+1
2007-03-26 * doc/as.texinfo (Reloc): Document.Alan Modra1-0/+118
2007-03-14 PR 4029Alan Modra1-7/+90
2007-02-22 * write.c (size_seg): Always clear SEC_RELOC here.Alan Modra1-108/+58
2007-02-17 * write.c (TC_FX_SIZE_SLACK): Define.Alan Modra1-8/+32
2007-02-17remove unused varAlan Modra1-1/+0
2007-02-17remove unused varAlan Modra1-1/+0
2007-02-17 * write.c: White space fixes.Alan Modra1-65/+24
2007-02-16 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather thanAlan Modra1-272/+252
2007-02-01 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.Alan Modra1-3/+2
2006-10-26 * write.c (chain_frchains_together_1): Assert that this functionBen Elliston1-0/+1
2006-09-22 * as.h (as_perror): Delete declaration.Alan Modra1-11/+4
2006-05-07 * write.c (relax_segment): Add pass count arg. Don't error onAlan Modra1-15/+46
2006-05-03 * subsegs.h (struct frchain): Delete frch_seg.Alan Modra1-35/+44
2005-11-17* config/tc-ppc.c (ppc_frob_file_before_adjust): Do not referenceAlexandre Oliva1-1/+2
2005-11-15 * read.c (s_comm_internal): Set bfd_com_section segment.Alan Modra1-6/+0
2005-10-252005-10-25 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-10/+1