import gdb-1999-06-21 snapshot
[external/binutils.git] / gas / write.c
1999-06-12 Ian Lance Taylor * write.c (adjust_reloc_syms): Rather than never reduc...
1999-06-12 Ian Lance Taylor * subsegs.c (subseg_text_p): New function.
1999-06-11 Ian Lance Taylor1999-06-11 Martin Dorey <mdorey@madge.com>
1999-06-03 Ian Lance Taylor Add support for storing local symbols in a small struc...
1999-05-17 Alan Modra/
1999-05-03 Richard HendersonThis commit was generated by cvs2svn to track changes...
1999-05-03 Richard Henderson19990502 sourceware import binu_ss_19990502
1999-04-16 Stan ShebsInitial creation of sourceware repository
1998-12-21 Elena ZannoniThis commit was generated by cvs2svn to track changes...
1998-12-21 nobodyThis commit was manufactured by cvs2svn to create branc...
1998-05-29 Ian Lance Taylor Based on patch from Klaus Kaempf <kkaempf@progis.de>:
1998-05-18 Michael MeissnerChange subtraction of two symbols message; At end of...
1998-05-18 Michael MeissnerImprove error message
1998-03-25 Tom TromeyThis commit was generated by cvs2svn to track changes...
1997-10-19 Ian Lance Taylor * write.c (subsegs_finish): New function, broken out of
1997-06-12 Ian Lance Taylor * write.c (write_object_file): In non BFD_ASSEMBLER...
1997-04-05 David Edelsohn * config/tc-m32r.[ch]: New files.
1997-03-18 Ian Lance Taylorfix last patch
1997-03-17 Ian Lance Taylor * as.h (bfd_alloc_by_size_t): Don't declare.
1997-02-03 Ian Lance Taylor * symbols.c (resolve_symbol_value): Don't change X_add...
1997-01-31 Ian Lance Taylor * write.c (relax_segment): Give an error if a .space...
1997-01-22 David Edelsohn Patch presumed to have been checked in awhile ago...
1997-01-03 Ian Lance Taylor * config/tc-m68k.c (m68k_ip): Accept 'B' as a size...
1996-12-19 Ian Lance Taylor * write.c (adjust_reloc_syms): If the fixup symbol...
1996-12-15 Ian Lance Taylor * write.c (adjust_reloc_syms): Fix linkonce check...
1996-12-13 Ian Lance Taylor * write.c (adjust_reloc_syms): Don't reduce a reloc...
1996-12-12 Ian Lance Taylor * write.c (adjust_reloc_syms): Make sure that symbols are
1996-12-05 Ian Lance Taylor * write.c (fixup_segment): Don't discard the symbol...
1996-10-14 Ian Lance TaylorMon Oct 14 11:24:28 1996 Richard Henderson <rth@tamu...
1996-06-20 Ian Lance Taylor * write.c (is_dnrange): Only define if TC_GENERIC_RELA...
1996-06-19 Ian Lance Taylor * as.c (emulation_name): Remove unused static variable.
1996-02-12 Ian Lance TaylorMon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan...
1995-10-24 Michael MeissnerFix PR 8255
1995-09-13 Ian Lance Taylor * write.c (relax_and_size_seg): Change to the segment...
1995-08-31 Steve ChamberlainThu Aug 31 16:41:06 1995 steve chamberlain <sac@slash...
1995-08-13 Ian Lance Taylor * frags.c (frag_align): Handle absolute_section.
1995-08-11 Michael MeissnerAllow large addends for BFD_RELOC_{LO16,HI16,HI16_S...
1995-08-09 Ian Lance Taylor * write.c (adjust_reloc_syms): Check that symbol is...
1995-08-08 Ian Lance Taylor * struc-symbol.h (struct symbol): Add sy_mri_common...
1995-08-08 Ken Raeburn* write.c (relax_align): Add extra padding for linkrela...
1995-07-12 Ken Raeburnfix more compilation bugs
1995-07-07 Ian Lance Taylor Add SPARC ELF PIC support.
1995-07-06 Ken Raeburnfsf address update
1995-06-21 Ken Raeburnm68k fixes from Andreas Schwab, with minor changes
1995-03-03 Michael MeissnerIf -mrelocatable, warn about relocs that are incompatible.
1995-01-21 Ian Lance Taylortipo
1995-01-19 Ken RaeburnCleanup of VAX and VMS code, from Pat Rankin:
1995-01-19 Ian Lance Taylor * write.c (fix_new_internal): Clear fx_bsr on those...
1994-12-31 Ken RaeburnHandle .space directive with non-constant operand:
1994-12-10 Ken Raeburn* write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE...
1994-09-29 Ken Raeburn* write.c (print_fixup): Print source location on first...
1994-09-28 Ken Raeburn(fix_new_exp): Handle O_add by creating an expression...
1994-09-13 Ken Raeburn* write.c (fixup_segment): Test TC_RELOC_RTSYM_LOC_FIXU...
1994-06-03 David MacKenzie * as.h: Replace flagseen with separate variables.
1994-05-02 Ian Lance Taylor * subsegs.h (segment_info_type): Use fix_tail field...
1994-03-19 Ken Raeburn* write.c (symbol_table_frozen): New variable, to be...
1994-02-18 Ken Raeburnwrite.c (write_object_file): Removed register declarations.
1994-02-09 Ken Raeburn(adjust_reloc_syms): Use abs_symbol instead of calling...
1994-02-08 Ken Raeburn * write.c (write_relocs): Print some sensible error...
1994-02-05 Ian Lance TaylorDon't refer to new fields unless BFD_ASSEMBLER (from...
1994-02-05 Ian Lance Taylor Changed relocs to be based on subsegments (when BFD_AS...
1994-01-30 Ken Raeburn* write.c (write_object_file): If tc_frob_file is defin...
1994-01-28 Ken Raeburn* as.h: If __GNUC__ and inline are both undefined,...
1993-12-20 Ken Raeburn* write.c (adjust_reloc_syms) [RELOC_REQUIRES_SYMBOL...
1993-12-20 Ken Raeburn* as.c (main): Only invoke md_end if it's defined as...
1993-12-09 Ken Raeburn(number_to_chars_*): Delete bogus range checks.
1993-11-30 Jeff Law * write.c (TC_FORCE_RELOCATION): Provide a...
1993-11-18 Ian Lance TaylorGet ECOFF gas to work again after this morning's checkins.
1993-11-17 Ian Lance Taylor * write.c (is_dnrange): Do not define if md_relax_frag...
1993-11-05 Jeff Law * write.c (chain_frchains_together): Update...
1993-11-02 Jeff Law * Add support for marker type relocations. These...
1993-10-31 Jeff Law * write.c (relax_and_size_seg): Correct test to determine
1993-10-25 Ken Raeburn * write.c (write_relocs): For relocs that are pc_relat...
1993-10-21 Ken RaeburnVarious arious PA changes from Utah.
1993-10-11 Ian Lance Taylor * write.c (write_contents): Don't crash if seginfo...
1993-10-06 Ian Lance Taylor Changes to let cons handle bignums like general expres...
1993-09-10 Ian Lance Taylorgcc lint. See ChangeLog for details. Also:
1993-09-07 Stan ShebsChanges to support stabs-in-coff
1993-09-01 Ken Raeburn(write_relocs) [RELOC_EXPANSION_POSSIBLE]: Declare...
1993-08-05 Ken Raeburn(write_object_file): Test DEBUG_SYMS instead of DEBUG...
1993-07-22 Ian Lance TaylorDon't use #ifdef inside macro arguments.
1993-07-21 Ian Lance Taylor * Extensive changes to permit symbols to contain any...
1993-07-19 Ken Raeburn(write_relocs): New function, split off from write_cont...
1993-07-14 Ian Lance Taylor * Removed sy_forward and replaced it with an undefined...
1993-07-14 Ian Lance Taylor * Changes to keep a full expression as the value of...
1993-07-07 Ken Raeburn(write_object_file): Locals from_addr, to_addr, table_a...
1993-03-15 Ian Lance Taylor * write.c (write_contents): Compute the relocs before...
1993-03-12 Ian Lance Taylor * expr.c, write.c: Ultrix native 4.2 cc requires asser...
1993-03-02 Ken Raeburnset SEC_RELOC only if fixups are required
1992-12-30 Ian Lance TaylorWed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus...
1992-12-16 Ian Lance TaylorWed Dec 16 12:12:33 1992 Ian Lance Taylor (ian@cygnus...
1992-12-03 Ken RaeburnSome cleanup.
1992-11-23 Ken RaeburnRan "indent", for GNU coding style; some code & comment...
1992-09-14 Ian Lance TaylorSun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus...
1992-08-19 Ken Raeburnmainly link-relax changes
1992-06-09 Steve Chamberlain * subsegs.c (subsegs_begin): create bss0_frchainP...
1992-06-04 Steve ChamberlainThu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepu...
1992-06-02 Michael TiemannFix -R problem from Adobe
1992-04-07 Sean Eric FaganChange a series of #if/#elif to #if/#else/#if.../#endif...
1992-03-01 Michael TiemannMake the declarations of fix_new consistent under __STD...
next