summaryrefslogtreecommitdiff
path: root/gas/write.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not set finalize_syms until after the segments have been sized.Nick Clifton2001-06-271-3/+6
* * write.c (fixup_segment <Difference of 2 syms same seg>): Don'tAlan Modra2001-06-271-14/+24
* * write.c (fixup_segment <Difference of 2 syms same seg>): IfAlan Modra2001-06-271-2/+4
* * write.c (relax_segment <rs_space>): Check the section of aAlan Modra2001-05-271-1/+1
* * write.c (relax_segment <rs_space>): Calculate growth usingAlan Modra2001-05-261-15/+21
* * write.c (relax_segment): Don't zap fr_symbol when relaxing.Alan Modra2001-05-241-4/+8
* * write.c (write_object_file): Set finalize_syms = 1 beforeAlan Modra2001-05-241-3/+4
* * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra2001-05-221-11/+9
* bfd/Jakub Jelinek2001-04-131-0/+7
* * write.c (write_object_file): Reset broken word state beforeHans-Peter Nilsson2001-04-041-0/+20
* Multi-pass relaxation machinery.Alan Modra2001-03-301-21/+61
* fix_new_exp: Print an error if passed a register.Nick Clifton2001-03-231-0/+4
* Use `relax_marker' instead of fragile address test code to determineAlan Modra2001-03-201-38/+16
* Fix copyright noticesNick Clifton2001-03-081-1/+2
* * write.c (is_dnrange): Stop as soon as the address becomesIan Lance Taylor2001-02-131-13/+27
* * write.c (subsegs_finish): Fix thinko last change -- don'tRichard Henderson2000-12-281-7/+4
* * as.h (rs_align_test): New.Richard Henderson2000-12-281-9/+33
* * dwarf2dbg.c: Rewrite from scratch. Queue all debugging outputRichard Henderson2000-11-291-0/+13
* 2000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-071-1/+1
* Make elf section symbols global for link-once sections.Alan Modra2000-10-071-1/+1
* Miscellaneous tiny fixes.Alan Modra2000-09-051-1/+1
* * write.c (TC_FIX_ADJUSTABLE): Remove the duplicate.Alexandre Oliva2000-08-231-4/+0
* * write.c (TC_FIX_ADJUSTABLE): Define to 1, if not defined.Alexandre Oliva2000-08-221-10/+9
* 2000-08-22 Eric Christopher <echristo@cygnus.com>Eric Christopher2000-08-221-10/+14
* * write.c (fixup_segment) [TC_DONT_FIX_NON_ADJUSTABLE]: UseAlexandre Oliva2000-08-181-8/+8
* Fix formatting.Nick Clifton2000-07-201-312/+308
* Fix previous delta so that it is only used for TE_GO32 and not !TE_PE.Nick Clifton2000-06-291-5/+6
* Set vma and lma for segment when using the BFD_ASSEMBLER for COFF format files.Nick Clifton2000-06-291-0/+24
* * write.c (write_object_file) [! WORKING_DOT_WORD]: If defined,Hans-Peter Nilsson2000-04-031-0/+3
* * write.c (write_relocs): Call SET_SECTION_RELOCS if it isIan Lance Taylor1999-09-121-0/+4
* * write.c (dump_section_relocs): Call print_symbol_value_1 toIan Lance Taylor1999-09-111-15/+13
* Fix an overflow checking bug uncovered when a 32 bit target is compiledAlan Modra1999-07-281-16/+4
* * write.c (cvt_frag_to_fill): Use frag file and line in rs_orgIan Lance Taylor1999-07-141-4/+13
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-10/+11
* * write.c (adjust_reloc_syms): Rather than never reducing relocIan Lance Taylor1999-06-121-5/+5
* * subsegs.c (subseg_text_p): New function.Ian Lance Taylor1999-06-121-1/+2
* 1999-06-11 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1999-06-111-0/+2
* Add support for storing local symbols in a small structure to saveIan Lance Taylor1999-06-031-68/+57
* /Alan Modra1999-05-171-21/+22
* Initial revisionRichard Henderson1999-05-031-0/+2884