Age | Commit message (Expand) | Author | Files | Lines |
1993-08-04 | * obj-elf.c (obj_elf_stab_generic, in disabled code): If | Ken Raeburn | 2 | -46/+131 |
1993-08-03 | * config/obj-ecoff.c: Updated for BFD ECOFF changes. Now gets the | Ian Lance Taylor | 1 | -87/+104 |
1993-08-02 | * config/obj-ecoff.c (get_tag): Save tag name in permanent memory | Ian Lance Taylor | 1 | -13/+38 |
1993-07-30 | keep ho-hppaosf.h; m88k.patches is gone | Ken Raeburn | 1 | -1/+1 |
1993-07-30 | fix ANSI decl conflicts | David D. Zuhn | 1 | -4/+1 |
1993-07-27 | * config/tc-mips.c (mips_optimize): New static variable. | Ian Lance Taylor | 1 | -3/+49 |
1993-07-23 | Fix stupid bugs inserted during expression conversion. | Ian Lance Taylor | 2 | -2/+4 |
1993-07-23 | * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a | Ian Lance Taylor | 1 | -0/+2 |
1993-07-22 | * config/tc-h8500.c (md_begin): Use a local variable when | Ian Lance Taylor | 1 | -31/+34 |
1993-07-22 | Fixed typos. | Ian Lance Taylor | 1 | -2/+2 |
1993-07-21 | * config/obj-aout.c: Include aout/aout64.h. | Ian Lance Taylor | 1 | -2/+15 |
1993-07-21 | * read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look | Ian Lance Taylor | 3 | -36/+20 |
1993-07-21 | * Extensive changes to permit symbols to contain any expression | Ian Lance Taylor | 14 | -476/+342 |
1993-07-19 | forgot to check this in long ago... | Ken Raeburn | 1 | -0/+55 |
1993-07-19 | (obj_elf_previous): New function. | Ken Raeburn | 1 | -2/+46 |
1993-07-19 | * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when | Ian Lance Taylor | 1 | -2/+0 |
1993-07-19 | * expr.c (clean_up_expression): Don't cancel the subtraction of | Ian Lance Taylor | 1 | -1/+4 |
1993-07-19 | fix net-equip pr 2975: tm-m68k.c(m68k_ip): adjust for pc-rel offset before us... | Ken Raeburn | 1 | -2/+2 |
1993-07-16 | * config/tc-hppa.h (tc_frob_label): Define. | Ian Lance Taylor | 2 | -123/+560 |
1993-07-15 | * config/tc-m88k.c (omagic): Removed unused variable. | Ian Lance Taylor | 1 | -3/+0 |
1993-07-15 | * config/obj-ecoff.c (ecoff_frob_file): Discard all open scopes, | Ian Lance Taylor | 1 | -0/+11 |
1993-07-15 | * config/obj-coffbfd.c (fixup_segment): If TC_M88K, don't adjust | Ian Lance Taylor | 2 | -1/+14 |
1993-07-15 | Add m88k-coff target Makefile fragment. | Ian Lance Taylor | 2 | -0/+3 |
1993-07-15 | * Preliminary support for m88k-coff. | Ian Lance Taylor | 4 | -13/+209 |
1993-07-14 | * Removed sy_forward and replaced it with an undefined expression | Ian Lance Taylor | 8 | -106/+553 |
1993-07-14 | * Changes to keep a full expression as the value of a symbol, not | Ian Lance Taylor | 11 | -854/+1389 |
1993-07-13 | cvs core dumps again... | Steve Chamberlain | 1 | -4/+3 |
1993-07-13 | * config/tc-h8500.c (line_comment_chars): Add hash. | Steve Chamberlain | 1 | -7/+35 |
1993-07-12 | fix definitions of md_create_long_jump, md_create_short_jump, | Mark Eichin | 11 | -2135/+10727 |
1993-07-12 | update use of valueT and addressT | Mark Eichin | 1 | -6/+6 |
1993-07-12 | config/obj-elf.c (obj_elf_section): Allow `@' to introduce an attribute name. | Ken Raeburn | 1 | -1/+2 |
1993-07-12 | * config/tc-mips.c (mips_ip): Don't warn on 'i' or 'j' mismatch if | Ian Lance Taylor | 1 | -2/+12 |
1993-07-09 | Clean up some of the obvious m88k bitrot. | Ian Lance Taylor | 2 | -16/+16 |
1993-07-08 | Oops, not all of the tc-sparc.c change was format-independent. | Ken Raeburn | 1 | -0/+2 |
1993-07-08 | Thu Jul 8 14:41:43 1993 Mark Eichin (eichin@cygnus.com) | Mark Eichin | 1 | -86/+93 |
1993-07-08 | config/tc-sparc.c (s_common): Revamp to handle both syntaxes, and not be | Ken Raeburn | 1 | -24/+32 |
1993-07-07 | This file was not removed last time. Why?? | Ian Lance Taylor | 1 | -656/+0 |
1993-07-07 | * config/mips-opcode.h: Moved to opcode/mips.h. | Ian Lance Taylor | 6 | -93/+135 |
1993-07-07 | (sparc_ip): Initialize `len' variable to make gcc shut up. | Ken Raeburn | 1 | -185/+153 |
1993-07-07 | (md_create_short_jump, md_create_long_jump, | Ken Raeburn | 1 | -60/+66 |
1993-07-07 | Change various calls (e.g., to symbol_new, md_number_to_chars) to cast | Ken Raeburn | 1 | -798/+412 |
1993-07-07 | (obj_elf_frob_symbol, elf_frob_file, elf_file_symbol): Declare. | Ken Raeburn | 1 | -0/+72 |
1993-07-07 | clean v9 from obj-elf.h | Ken Raeburn | 1 | -1/+7 |
1993-07-07 | Define ENV64 for sparc v9. | Ken Raeburn | 1 | -7/+33 |
1993-07-07 | (free): Returns void if __STDC__. | Ken Raeburn | 1 | -1/+2 |
1993-07-02 | fix decls | David D. Zuhn | 2 | -2/+1 |
1993-06-30 | * read.c (cons): Conditionalize parsing of expression. Move | Ian Lance Taylor | 1 | -1/+3 |
1993-06-30 | New files for sparc64 cpu. | Ken Raeburn | 3 | -1/+8 |
1993-06-25 | (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP22 relocation. | Ken Raeburn | 1 | -83/+263 |
1993-06-20 | Sun Jun 20 02:34:04 1993 Ashley Saulsbury (ans@sics.se) | Ken Raeburn | 1 | -1/+1 |