aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
1995-10-24Fix PR 8255Michael Meissner1-11/+44
1995-09-13 * write.c (relax_and_size_seg): Change to the segment we areIan Lance Taylor1-4/+11
1995-08-31Thu Aug 31 16:41:06 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-58/+49
1995-08-13 * frags.c (frag_align): Handle absolute_section.Ian Lance Taylor1-0/+2
1995-08-11Allow large addends for BFD_RELOC_{LO16,HI16,HI16_S} relocs.Michael Meissner1-1/+1
1995-08-09 * write.c (adjust_reloc_syms): Check that symbol is not NULLIan Lance Taylor1-2/+3
1995-08-08 * struc-symbol.h (struct symbol): Add sy_mri_common bit.Ian Lance Taylor1-0/+23
1995-08-08* write.c (relax_align): Add extra padding for linkrelax only ifKen Raeburn1-3/+22
1995-07-12fix more compilation bugsKen Raeburn1-2/+3
1995-07-07 Add SPARC ELF PIC support.Ian Lance Taylor1-2/+3
1995-07-06fsf address updateKen Raeburn1-2/+2
1995-06-21m68k fixes from Andreas Schwab, with minor changesKen Raeburn1-10/+42
1995-03-03If -mrelocatable, warn about relocs that are incompatible.Michael Meissner1-12/+16
1995-01-21tipoIan Lance Taylor1-3/+7
1995-01-19Cleanup of VAX and VMS code, from Pat Rankin:Ken Raeburn1-2/+2
1995-01-19 * write.c (fix_new_internal): Clear fx_bsr on those targets whichIan Lance Taylor1-1/+1
1994-12-31Handle .space directive with non-constant operand:Ken Raeburn1-3/+26
1994-12-10* write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Use bfd_install_relocation.Ken Raeburn1-22/+75
1994-09-29* write.c (print_fixup): Print source location on first line. Show fx_r_typeKen Raeburn1-2/+14
1994-09-28(fix_new_exp): Handle O_add by creating an expression-valued symbol, andKen Raeburn1-20/+98
1994-09-13* write.c (fixup_segment): Test TC_RELOC_RTSYM_LOC_FIXUP on fixup beforeKen Raeburn1-12/+76
1994-06-03 * as.h: Replace flagseen with separate variables.David MacKenzie1-8/+14
1994-05-02 * subsegs.h (segment_info_type): Use fix_tail field even ifIan Lance Taylor1-2/+21
1994-03-19* write.c (symbol_table_frozen): New variable, to be set after bfd_set_symtabKen Raeburn1-72/+110
1994-02-18write.c (write_object_file): Removed register declarations.Ken Raeburn1-9/+13
1994-02-09(adjust_reloc_syms): Use abs_symbol instead of calling section_symbol.Ken Raeburn1-7/+3
1994-02-08 * write.c (write_relocs): Print some sensible error message ifKen Raeburn1-21/+27
1994-02-05Don't refer to new fields unless BFD_ASSEMBLER (from sac).Ian Lance Taylor1-0/+2
1994-02-05 Changed relocs to be based on subsegments (when BFD_ASSEMBLER).Ian Lance Taylor1-51/+49
1994-01-30* write.c (write_object_file): If tc_frob_file is defined, call itKen Raeburn1-0/+4
1994-01-28* as.h: If __GNUC__ and inline are both undefined, define inline away.Ken Raeburn1-44/+82
1993-12-20* write.c (adjust_reloc_syms) [RELOC_REQUIRES_SYMBOL]: If no symbol is presentKen Raeburn1-2/+21
1993-12-20* as.c (main): Only invoke md_end if it's defined as a macro.Ken Raeburn1-16/+1
1993-12-09(number_to_chars_*): Delete bogus range checks.Ken Raeburn1-249/+269
1993-11-30 * write.c (TC_FORCE_RELOCATION): Provide a default definition.Jeff Law1-54/+71
1993-11-18Get ECOFF gas to work again after this morning's checkins.Ian Lance Taylor1-1/+1
1993-11-17 * write.c (is_dnrange): Do not define if md_relax_frag is defined.Ian Lance Taylor1-34/+38
1993-11-05 * write.c (chain_frchains_together): Update pointer to lastJeff Law1-3/+11
1993-11-02 * Add support for marker type relocations. These mark areasJeff Law1-4/+3
1993-10-31 * write.c (relax_and_size_seg): Correct test to determineJeff Law1-11/+14
1993-10-25 * write.c (write_relocs): For relocs that are pc_relative andKen Raeburn1-8/+19
1993-10-21Various arious PA changes from Utah.Ken Raeburn1-5/+28
1993-10-11 * write.c (write_contents): Don't crash if seginfo is NULL.Ian Lance Taylor1-1/+2
1993-10-06 Changes to let cons handle bignums like general expressions.Ian Lance Taylor1-49/+96
1993-09-10gcc lint. See ChangeLog for details. Also:Ian Lance Taylor1-27/+26
1993-09-07Changes to support stabs-in-coffStan Shebs1-1/+1
1993-09-01(write_relocs) [RELOC_EXPANSION_POSSIBLE]: Declare tc_gen_reloc correctly.Ken Raeburn1-69/+70
1993-08-05(write_object_file): Test DEBUG_SYMS instead of DEBUG for verifying sym chain.Ken Raeburn1-121/+131
1993-07-22Don't use #ifdef inside macro arguments.Ian Lance Taylor1-4/+6
1993-07-21 * Extensive changes to permit symbols to contain any expressionIan Lance Taylor1-27/+97