aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-29 Based on patch from Klaus Kaempf <kkaempf@progis.de>:Ian Lance Taylor1-1/+3
1998-05-18Change subtraction of two symbols message; At end of file flush any debug_sym...Michael Meissner1-1/+1
1998-05-18Improve error messageMichael Meissner1-36/+54
1997-10-19 * write.c (subsegs_finish): New function, broken out ofIan Lance Taylor1-39/+78
1997-06-12 * write.c (write_object_file): In non BFD_ASSEMBLER code, as weIan Lance Taylor1-2/+8
1997-04-05 * config/tc-m32r.[ch]: New files.David Edelsohn1-7/+28
1997-03-18fix last patchIan Lance Taylor1-1/+1
1997-03-17 * as.h (bfd_alloc_by_size_t): Don't declare.Ian Lance Taylor1-18/+33
1997-02-03 * symbols.c (resolve_symbol_value): Don't change X_add_number forIan Lance Taylor1-1/+11
1997-01-31 * write.c (relax_segment): Give an error if a .space symbol isIan Lance Taylor1-2/+5
1997-01-22 Patch presumed to have been checked in awhile ago but wasn't.David Edelsohn1-131/+147
1997-01-03 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for anIan Lance Taylor1-3/+9
1996-12-19 * write.c (adjust_reloc_syms): If the fixup symbol has beenIan Lance Taylor1-22/+12
1996-12-15 * write.c (adjust_reloc_syms): Fix linkonce check for ELF.Ian Lance Taylor1-9/+25
1996-12-13 * write.c (adjust_reloc_syms): Don't reduce a reloc against aIan Lance Taylor1-0/+18
1996-12-12 * write.c (adjust_reloc_syms): Make sure that symbols areIan Lance Taylor1-1/+11
1996-12-05 * write.c (fixup_segment): Don't discard the symbol for a PCIan Lance Taylor1-2/+10
1996-10-14Mon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-16/+38
1996-06-20 * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE isIan Lance Taylor1-0/+2
1996-06-19 * as.c (emulation_name): Remove unused static variable.Ian Lance Taylor1-3/+19
1996-02-12Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-1/+48
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