Age | Commit message (Expand) | Author | Files | Lines |
1993-08-09 | * write.c (merge_data_into_text): Define only if BFD_ASSEMBLER is | Ken Raeburn | 1 | -0/+6 |
1993-08-06 | changes to write.c, obj-elf.c, tc-sparc.c | Ken Raeburn | 1 | -0/+12 |
1993-08-06 | v9 changes | Ken Raeburn | 1 | -0/+6 |
1993-08-06 | * configure.in (mips-*-riscos*, mips-*-sysv*): New (untested) | Ian Lance Taylor | 1 | -0/+3 |
1993-08-06 | (md_apply_fix): Fill in values for BFD_RELOC_{32,64}, not zeros. | Ken Raeburn | 1 | -12/+15 |
1993-08-06 | * config/tc-mips.c (mips_ip): From davidj@ICSI.Berkeley.EDU (David | Ian Lance Taylor | 1 | -0/+5 |
1993-08-05 | (write_object_file): Test DEBUG_SYMS instead of DEBUG for verifying sym chain. | Ken Raeburn | 1 | -121/+131 |
1993-08-05 | read.c change; yesterdays elf/sparc changes | Ken Raeburn | 1 | -0/+22 |
1993-08-05 | (emit_expr): Use BFD_RELOC_64 fr 8-byte expressions. | Ken Raeburn | 1 | -6/+14 |
1993-08-04 | v9 changes | Ken Raeburn | 1 | -0/+6 |
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 | 2 | -87/+110 |
1993-08-02 | * config/obj-ecoff.c (get_tag): Save tag name in permanent memory | Ian Lance Taylor | 2 | -13/+41 |
1993-08-02 | * app.c (do_scrub_next_char): Reset state to 0 after .appline if | Ian Lance Taylor | 1 | -0/+9 |
1993-07-30 | keep ho-hppaosf.h; m88k.patches is gone | Ken Raeburn | 1 | -1/+1 |
1993-07-30 | * write.c: Don't use short int in a prototype. | Ian Lance Taylor | 1 | -1/+3 |
1993-07-30 | * expr.c (operand): Make return value simply depend on contents of | Ian Lance Taylor | 1 | -0/+5 |
1993-07-30 | fix ANSI decl conflicts | David D. Zuhn | 2 | -4/+13 |
1993-07-28 | * config/tc-m68k.c (m68k_ip): If we have a normal constant when we | Ian Lance Taylor | 1 | -0/+6 |
1993-07-27 | symbols.c: Use DEBUG_SYMS instead of DEBUG. | Ken Raeburn | 1 | -0/+7 |
1993-07-27 | mips_optimize is also affected by -g. | Ian Lance Taylor | 1 | -2/+3 |
1993-07-27 | * config/tc-mips.c (mips_optimize): New static variable. | Ian Lance Taylor | 1 | -3/+49 |
1993-07-27 | * config/tc-mips.c (mips_optimize): New static variable. | Ian Lance Taylor | 1 | -0/+6 |
1993-07-27 | * Makefile.in (clean): if testsuite does not exist, then skip it. | K. Richard Pixley | 1 | -0/+14 |
1993-07-23 | Fix stupid bugs inserted during expression conversion. | Ian Lance Taylor | 2 | -2/+4 |
1993-07-23 | obj-elf.c, tc-sparc.c, symbols.c changes | Ken Raeburn | 1 | -0/+13 |
1993-07-23 | * write.c (fix_new_exp): Handle a O_uminus expression. | Ian Lance Taylor | 1 | -0/+2 |
1993-07-23 | * expr.c (expr): Don't let absolute_section override | Ian Lance Taylor | 1 | -0/+3 |
1993-07-23 | * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a | Ian Lance Taylor | 3 | -0/+10 |
1993-07-22 | * config/tc-h8500.c (md_begin): Use a local variable when | Ian Lance Taylor | 2 | -31/+40 |
1993-07-22 | Fixed typos. | Ian Lance Taylor | 1 | -2/+2 |
1993-07-22 | * config/obj-aout.c: Only include aout/aout64.h if BFD_ASSEMBLER | Brendan Kehoe | 1 | -0/+5 |
1993-07-22 | Don't use #ifdef inside macro arguments. | Ian Lance Taylor | 1 | -4/+6 |
1993-07-22 | * configure.in (case ${host}): Map *-*-sysv4* to gas_host=sysv. | Fred Fish | 1 | -0/+13 |
1993-07-21 | * config/obj-aout.c: Include aout/aout64.h. | Ian Lance Taylor | 2 | -2/+19 |
1993-07-21 | * read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look | Ian Lance Taylor | 5 | -39/+46 |
1993-07-21 | * Extensive changes to permit symbols to contain any expression | Ian Lance Taylor | 19 | -1158/+1001 |
1993-07-20 | add i386-lynx support | David D. Zuhn | 2 | -1/+5 |
1993-07-19 | various changes | Ken Raeburn | 1 | -0/+26 |
1993-07-19 | (write_relocs): New function, split off from write_contents. Use memset | Ken Raeburn | 1 | -4/+23 |
1993-07-19 | (read_begin): Call obstack_begin with values closer to 1K multiples. | Ken Raeburn | 1 | -6/+8 |
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 | 2 | -2/+4 |
1993-07-19 | * expr.c (clean_up_expression): Don't cancel the subtraction of | Ian Lance Taylor | 4 | -3/+24 |
1993-07-19 | fix net-equip pr 2975: tm-m68k.c(m68k_ip): adjust for pc-rel offset before us... | Ken Raeburn | 2 | -2/+8 |
1993-07-16 | * config/tc-hppa.h (tc_frob_label): Define. | Ian Lance Taylor | 2 | -123/+560 |
1993-07-16 | * read.c (float_cons): Simplified parsing logic. If | Ian Lance Taylor | 3 | -26/+72 |
1993-07-16 | * config/obj-ecoff.c (ecoff_build_symbols, ecoff_build_procs, | Ian Lance Taylor | 1 | -0/+7 |
1993-07-15 | * config/tc-m88k.c (omagic): Removed unused variable. | Ian Lance Taylor | 2 | -3/+1 |