Age | Commit message (Expand) | Author | Files | Lines |
1994-12-31 | Handle .space directive with non-constant operand: | Ken Raeburn | 1 | -3/+26 |
1994-12-10 | * write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Use bfd_install_relocation. | Ken Raeburn | 1 | -22/+75 |
1994-09-29 | * write.c (print_fixup): Print source location on first line. Show fx_r_type | Ken Raeburn | 1 | -2/+14 |
1994-09-28 | (fix_new_exp): Handle O_add by creating an expression-valued symbol, and | Ken Raeburn | 1 | -20/+98 |
1994-09-13 | * write.c (fixup_segment): Test TC_RELOC_RTSYM_LOC_FIXUP on fixup before | Ken Raeburn | 1 | -12/+76 |
1994-06-03 | * as.h: Replace flagseen with separate variables. | David MacKenzie | 1 | -8/+14 |
1994-05-02 | * subsegs.h (segment_info_type): Use fix_tail field even if | Ian Lance Taylor | 1 | -2/+21 |
1994-03-19 | * write.c (symbol_table_frozen): New variable, to be set after bfd_set_symtab | Ken Raeburn | 1 | -72/+110 |
1994-02-18 | write.c (write_object_file): Removed register declarations. | Ken Raeburn | 1 | -9/+13 |
1994-02-09 | (adjust_reloc_syms): Use abs_symbol instead of calling section_symbol. | Ken Raeburn | 1 | -7/+3 |
1994-02-08 | * write.c (write_relocs): Print some sensible error message if | Ken Raeburn | 1 | -21/+27 |
1994-02-05 | Don't refer to new fields unless BFD_ASSEMBLER (from sac). | Ian Lance Taylor | 1 | -0/+2 |
1994-02-05 | Changed relocs to be based on subsegments (when BFD_ASSEMBLER). | Ian Lance Taylor | 1 | -51/+49 |
1994-01-30 | * write.c (write_object_file): If tc_frob_file is defined, call it | Ken Raeburn | 1 | -0/+4 |
1994-01-28 | * as.h: If __GNUC__ and inline are both undefined, define inline away. | Ken Raeburn | 1 | -44/+82 |
1993-12-20 | * write.c (adjust_reloc_syms) [RELOC_REQUIRES_SYMBOL]: If no symbol is present | Ken Raeburn | 1 | -2/+21 |
1993-12-20 | * as.c (main): Only invoke md_end if it's defined as a macro. | Ken Raeburn | 1 | -16/+1 |
1993-12-09 | (number_to_chars_*): Delete bogus range checks. | Ken Raeburn | 1 | -249/+269 |
1993-11-30 | * write.c (TC_FORCE_RELOCATION): Provide a default definition. | Jeff Law | 1 | -54/+71 |
1993-11-18 | Get ECOFF gas to work again after this morning's checkins. | Ian Lance Taylor | 1 | -1/+1 |
1993-11-17 | * write.c (is_dnrange): Do not define if md_relax_frag is defined. | Ian Lance Taylor | 1 | -34/+38 |
1993-11-05 | * write.c (chain_frchains_together): Update pointer to last | Jeff Law | 1 | -3/+11 |
1993-11-02 | * Add support for marker type relocations. These mark areas | Jeff Law | 1 | -4/+3 |
1993-10-31 | * write.c (relax_and_size_seg): Correct test to determine | Jeff Law | 1 | -11/+14 |
1993-10-25 | * write.c (write_relocs): For relocs that are pc_relative and | Ken Raeburn | 1 | -8/+19 |
1993-10-21 | Various arious PA changes from Utah. | Ken Raeburn | 1 | -5/+28 |
1993-10-11 | * write.c (write_contents): Don't crash if seginfo is NULL. | Ian Lance Taylor | 1 | -1/+2 |
1993-10-06 | Changes to let cons handle bignums like general expressions. | Ian Lance Taylor | 1 | -49/+96 |
1993-09-10 | gcc lint. See ChangeLog for details. Also: | Ian Lance Taylor | 1 | -27/+26 |
1993-09-07 | Changes to support stabs-in-coff | Stan Shebs | 1 | -1/+1 |
1993-09-01 | (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Declare tc_gen_reloc correctly. | Ken Raeburn | 1 | -69/+70 |
1993-08-05 | (write_object_file): Test DEBUG_SYMS instead of DEBUG for verifying sym chain. | Ken Raeburn | 1 | -121/+131 |
1993-07-22 | Don't use #ifdef inside macro arguments. | Ian Lance Taylor | 1 | -4/+6 |
1993-07-21 | * Extensive changes to permit symbols to contain any expression | Ian Lance Taylor | 1 | -27/+97 |
1993-07-19 | (write_relocs): New function, split off from write_contents. Use memset | Ken Raeburn | 1 | -4/+23 |
1993-07-14 | * Removed sy_forward and replaced it with an undefined expression | Ian Lance Taylor | 1 | -3/+15 |
1993-07-14 | * Changes to keep a full expression as the value of a symbol, not | Ian Lance Taylor | 1 | -0/+9 |
1993-07-07 | (write_object_file): Locals from_addr, to_addr, table_addr are now addressT. | Ken Raeburn | 1 | -134/+276 |
1993-03-15 | * write.c (write_contents): Compute the relocs before writing out | Ian Lance Taylor | 1 | -69/+67 |
1993-03-12 | * expr.c, write.c: Ultrix native 4.2 cc requires assert condition | Ian Lance Taylor | 1 | -9/+16 |
1993-03-02 | set SEC_RELOC only if fixups are required | Ken Raeburn | 1 | -348/+749 |
1992-12-30 | Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -8/+9 |
1992-12-16 | Wed Dec 16 12:12:33 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -31/+29 |
1992-12-03 | Some cleanup. | Ken Raeburn | 1 | -170/+150 |
1992-11-23 | Ran "indent", for GNU coding style; some code & comments still need fixup. | Ken Raeburn | 1 | -841/+945 |
1992-09-14 | Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -2/+2 |
1992-08-19 | mainly link-relax changes | Ken Raeburn | 1 | -60/+69 |
1992-06-09 | * subsegs.c (subsegs_begin): create bss0_frchainP in the same was | Steve Chamberlain | 1 | -20/+42 |
1992-06-04 | Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -1/+2 |
1992-06-02 | Fix -R problem from Adobe | Michael Tiemann | 1 | -5/+38 |