Age | Commit message (Expand) | Author | Files | Lines |
1994-12-31 | Handle .space directive with non-constant operand: | Ken Raeburn | 3 | -22/+83 |
1994-12-30 | * as.h (relax_substateT): Now defined to be unsigned int. | Ken Raeburn | 1 | -20/+30 |
1994-12-30 | * Makefile.in (dependencies): Make $(OBJS) depend on as.h and everything it | Ken Raeburn | 2 | -99/+39 |
1994-12-30 | * listing.c (list_symbol_table): Build a format string based on the size of the | Ken Raeburn | 2 | -22/+68 |
1994-12-30 | * gas/i386/pushw.l: Fixed whitespace to match current listing style. | Ken Raeburn | 2 | -3/+28 |
1994-12-29 | * config/tc-hppa.c (pa_subspace): For sections with the ZERO | Jeff Law | 1 | -0/+5 |
1994-12-28 | * subsegs.h: Include obstack.h. | Ken Raeburn | 2 | -2/+8 |
1994-12-20 | * frags.c (frag_init): Call obstack_begin on `frags'. | Ken Raeburn | 8 | -74/+111 |
1994-12-20 | * config/tc-m68k.c (md_apply_fix_2): Use offsetT and addressT instead of long | Ken Raeburn | 2 | -33/+60 |
1994-12-20 | * config/obj-aout.h, config/obj-coff.c, config/obj-elf.h, config/obj-som.h, | Ken Raeburn | 5 | -15/+38 |
1994-12-20 | * Makefile.in (SUBDIR_INCLUDES): Deleted. | Ken Raeburn | 2 | -1/+4 |
1994-12-20 | * config/obj-coff.h: Include bfd/libcoff.h, not libcoff.h. | Ian Lance Taylor | 2 | -23/+514 |
1994-12-19 | * config/tc-hppa.c (pa_subspace): Make sure SEC_HAS_CONTENTS is | Jeff Law | 2 | -2/+6 |
1994-12-19 | * config/tc-mips.c (load_register): Rewrite to handle O_big 64 bit | Ian Lance Taylor | 2 | -52/+95 |
1994-12-19 | * Reduce useless symbols for ELF in an attempt to make smaller | Jeff Law | 2 | -101/+115 |
1994-12-19 | Various arc stuff. | David Edelsohn | 1 | -0/+15 |
1994-12-19 | * config/tc-arc.c (arc_insert_operand): Change reg parm to pointer | David Edelsohn | 1 | -0/+1272 |
1994-12-19 | * configure.in: Recognize mips-sony-bsd and mips-dec-bsd, but reject other | Ken Raeburn | 3 | -21/+39 |
1994-12-19 | some cleanup of vms code -- sizeof usage &c | Ken Raeburn | 3 | -91/+107 |
1994-12-17 | * config/tc-h8300.c (parse_exp, get_operands, clever_message, md_assemble, | Ken Raeburn | 2 | -74/+122 |
1994-12-17 | * config/tc-sh.c (md_begin): Don't fill in md_relax_table here. | Ken Raeburn | 2 | -156/+162 |
1994-12-17 | * Makefile.in (CHECKFLAGS): Don't pass AS_FOR_TARGET, CC_FOR_TARGET, | Ken Raeburn | 2 | -46/+14 |
1994-12-16 | * config/obj-coff.h: Include libcoff.h, not ../bfd/libcoff.h. | Stan Shebs | 1 | -0/+2 |
1994-12-16 | * as.h: Include progress.h. | Stan Shebs | 1 | -0/+6 |
1994-12-16 | * write.c (adjust_reloc_syms): Use bfd_is_und_section and | Ian Lance Taylor | 1 | -0/+6 |
1994-12-16 | * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set. | Ken Raeburn | 1 | -25/+0 |
1994-12-15 | * config/tc-sh.c (md_begin): Use a local variable when | Jim Wilson | 1 | -0/+6 |
1994-12-13 | * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted | Ian Lance Taylor | 1 | -0/+5 |
1994-12-13 | * config/tc-ppc.c (tc_gen_reloc): Remove OBJ_ELF hack which | Ian Lance Taylor | 1 | -0/+5 |
1994-12-13 | * config/tc-mips.c (macro_build): Accept BFD_RELOC_PCREL* without | Ian Lance Taylor | 1 | -0/+7 |
1994-12-13 | * mpw-config.in: Add mapping from configs to object file formats, | Stan Shebs | 3 | -18/+40 |
1994-12-10 | * gas/all/gas.exp (comment.s test): Make the "\r" optional, since it depends on | Ken Raeburn | 2 | -1/+7 |
1994-12-10 | * write.c (write_relocs) [RELOC_EXPANSION_POSSIBLE]: Use bfd_install_relocation. | Ken Raeburn | 2 | -22/+78 |
1994-12-10 | * ecoff.c (ecoff_set_gp_prolog_size): If there is no current routine, just | Ken Raeburn | 1 | -0/+3 |
1994-12-10 | * config/tc-alpha.c (alpha_ip, case 'B', subcase 'c'): Use opcode value from | Ken Raeburn | 2 | -0/+7 |
1994-12-10 | * gas/arm/gas.exp: The arm6 test should report errors, for now. | Ken Raeburn | 2 | -1/+7 |
1994-12-09 | * lib/gas-defs.exp: Use -i in expect_after command. | Ken Raeburn | 2 | -1/+5 |
1994-12-09 | * Makefile.in (NM_FOR_TARGET): Use ../binutils/nm.new, not just plain nm. | Ken Raeburn | 1 | -0/+3 |
1994-12-08 | added mips-gnu target for roland | Ken Raeburn | 1 | -0/+1 |
1994-12-08 | configure.in: fix ns32k-pc532-mach* and mips-sony-bsd* configs | Ken Raeburn | 3 | -22/+38 |
1994-12-08 | boost timeout to at least 2min; fix a couple mips tests for 64-bit host disasm | Ken Raeburn | 3 | -8/+51 |
1994-12-07 | rename gas/ieee.fp to ieee-fp | Ken Raeburn | 5 | -23/+9 |
1994-12-06 | finish deletion of this directory | Ken Raeburn | 1 | -61/+0 |
1994-12-06 | Switch r3 to scratch register, r0 to stack register. | Michael Tiemann | 2 | -6/+6 |
1994-11-30 | * gas/hppa/parse: Renamed from gas/hppa/more.parse. | Jeff Law | 1 | -1/+1 |
1994-11-30 | Moving into a new directory | Jeff Law | 27 | -7033/+0 |
1994-11-30 | Initial ARC support. | David Edelsohn | 2 | -0/+9 |
1994-11-30 | Initial ARC support. | David Edelsohn | 2 | -0/+36 |
1994-11-30 | delete signal handler code (which has been disabled since March 93) | Ken Raeburn | 1 | -0/+7 |
1994-11-30 | switch to libiberty version of xmalloc | Ken Raeburn | 2 | -0/+10 |