summaryrefslogtreecommitdiff
path: root/gas/write.c
Commit message (Expand)AuthorAgeFilesLines
* 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-05-091-2/+6
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* bfd/H.J. Lu2005-05-031-12/+3
* gas/H.J. Lu2005-04-261-6/+20
* 2005-04-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-201-2/+2
* update copyright datesAlan Modra2005-03-031-1/+1
* * as.h (assert): Warning fix.Alan Modra2005-03-011-2/+3
* * configure.in (AC_C_BIGENDIAN): Invoke.Alan Modra2005-03-011-2/+2
* * write.c (write_object_file): Recognize warning-symbol constructHans-Peter Nilsson2005-02-071-0/+16
* * as.h: Remove #if 0'd code.Ben Elliston2005-01-211-20/+9
* 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-01-101-0/+3
* * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declareHans-Peter Nilsson2004-11-031-5/+0
* * write.c (relax_segment): Use was_address instead of address whenBob Wilson2004-08-051-1/+1
* * frags.h (struct frag): Add has_code and insn_addr fields.Alan Modra2004-07-021-1/+4
* * dwarf2dbg.c: Convert to ISO-C.Kazu Hirata2003-12-061-138/+87
* * README-vms: Fix comment typos.Kazu Hirata2003-11-231-1/+1
* * write.c (fixup_segment): When handling an expression involvingAlan Modra2003-08-161-9/+3
* Update .comm error messages to assume an unsigned value.Nick Clifton2003-06-241-9/+9
* * write.c (write_relocs): Use xcalloc. Fix relocs initializationThiemo Seufer2003-06-111-3/+2
* * write.c (write_relocs): Remove unused variable.Thiemo Seufer2003-04-071-2/+0
* Add Xtensa portNick Clifton2003-04-011-0/+4
* * write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.Alan Modra2003-02-121-1/+1
* * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra2003-01-231-4/+17
* * write.c (write_object_file): Fix signed/unsigned warning.Alan Modra2002-12-121-1/+1
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-7/+7
* * write.c (subsegs_finish): For SEC_MERGE sections pad last fragmentJakub Jelinek2002-11-281-1/+19
* * write.c (adjust_reloc_syms): Don't reduce SEC_MERGE fixups withAlan Modra2002-11-201-1/+2
* * write.c (TC_FORCE_RELOCATION_SUB_ABS): Default to zero.Alan Modra2002-11-011-5/+3
* * write.c: Delete set_segment_vma and prototype. Update all callers.DJ Delorie2002-09-231-25/+0
* * write.h (struct fix): Add fx_dot_value.Alan Modra2002-09-191-1/+6
* gas reloc rewrite.Alan Modra2002-09-051-353/+227
* * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.Alan Modra2002-08-281-97/+80
* * as.c: Replace CONST with const.Alan Modra2002-06-081-3/+3
* * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek2002-05-231-0/+7
* * write.c (size_seg): Check adjustment to last frag.Alan Modra2002-05-231-5/+22
* * write.c (subsegs_finish): Don't specially align last subseg.Alan Modra2002-05-131-6/+0
* * write.c (cvt_frag_to_fill): Set fr_offset to zero on .orgAlan Modra2002-05-011-0/+1
* * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byteAlan Modra2002-03-061-2/+2
* * write.c (write_object_file): Make use of bfd_section_list_remove.Alan Modra2002-01-051-9/+5
* * elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined.Jakub Jelinek2001-11-281-0/+8
* * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek2001-11-231-10/+0
* Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton2001-11-151-20/+2
* Fix tic54x testsuite failures and Lmem disassembly bugs.Timothy Wall2001-11-131-1/+6
* * write.c (fixup_segment): Handle fixups for SEC_MERGE sections asHans-Peter Nilsson2001-10-181-0/+3
* * dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.Alan Modra2001-09-181-5/+5
* * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra2001-09-091-9/+11
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-11/+11
* * write.c (relax_segment <rs_space>): Account for fr_fix.Alan Modra2001-07-261-1/+1
* * symbols.c (S_GET_VALUE): Don't treat O_constant and localAlan Modra2001-07-231-14/+5
* Fix mips16 testsuite failure by allowing finalize_syms to be set beforeNick Clifton2001-07-031-3/+13