Age | Commit message (Expand) | Author | Files | Lines |
1996-02-05 | * config/tc-i960.c (ARCH_HX): Define. | Ian Lance Taylor | 1 | -0/+11 |
1996-02-05 | Support for building bfd and opcodes as shared libraries, based on | Ian Lance Taylor | 1 | -0/+19 |
1996-02-02 | Fri Feb 2 14:09:25 1996 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 1 | -0/+4 |
1996-02-02 | * write.c (write_relocs): Use S_IS_DEFINED and S_IS_COMMON rather | Ian Lance Taylor | 1 | -0/+29 |
1996-02-01 | * config/obj-aout.h (S_IS_LOCAL): Check for \002 as well as \001. | Ian Lance Taylor | 1 | -1/+4 |
1996-02-01 | * configure.in: Make sure we only add m68k-parse.o to | Ian Lance Taylor | 1 | -0/+7 |
1996-02-01 | * configure.in (i386-*-cygwin32, ppc-*-cygwin32): New. | Steve Chamberlain | 1 | -0/+6 |
1996-01-31 | * config/obj-coff.h (S_IS_LOCAL): Check for \001 as well as \002. | Ian Lance Taylor | 1 | -0/+2 |
1996-01-31 | Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 1 | -0/+3 |
1996-01-31 | Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 1 | -0/+10 |
1996-01-31 | * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not | Ian Lance Taylor | 1 | -0/+13 |
1996-01-30 | * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit scaling of | Ken Raeburn | 1 | -0/+8 |
1996-01-29 | * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type | Ian Lance Taylor | 1 | -0/+3 |
1996-01-29 | * ecoff.c (localsym_t): Add addend field. | Ian Lance Taylor | 1 | -0/+11 |
1996-01-27 | Ignore overflow on toc relocs | Kim Knuttila | 1 | -0/+11 |
1996-01-26 | * config/tc-sparc.c (default_compatible): New static local. | David Edelsohn | 1 | -0/+7 |
1996-01-25 | SCO ELF support from Robert Lipe <robertl@arnet.com>: | Ian Lance Taylor | 1 | -0/+10 |
1996-01-25 | * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted. | David Edelsohn | 1 | -0/+14 |
1996-01-25 | * Makefile.in (RUNTEST): Fix reference to $${srcdir}. | David Edelsohn | 1 | -0/+4 |
1996-01-22 | * conf.in: Regenerated. | David Edelsohn | 1 | -0/+1 |
1996-01-22 | * symbols.c (resolve_symbol_value): If a symbol is equated to an | Ian Lance Taylor | 1 | -1/+9 |
1996-01-22 | * config/tc-sparc.h (TARGET_FORMAT): Use #ifdef SPARC_ARCH64 instead of | David Edelsohn | 1 | -0/+23 |
1996-01-22 | Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -0/+5 |
1996-01-22 | * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class | Ian Lance Taylor | 1 | -0/+5 |
1996-01-22 | Add support for eabi relocations and sections | Michael Meissner | 1 | -0/+10 |
1996-01-18 | Changed alignment on .pdata and .reldata | Kim Knuttila | 1 | -0/+5 |
1996-01-15 | Add more relocation suffixes | Michael Meissner | 1 | -0/+4 |
1996-01-15 | Allow .gcc_except_table to have unfixed pointers with -mrelocatable | Michael Meissner | 1 | -1/+6 |
1996-01-13 | Make elf section functions ELF specific | Michael Meissner | 1 | -0/+5 |
1996-01-12 | * subsegs.c (section_symbol): Don't try to look up the section | Ian Lance Taylor | 1 | -0/+4 |
1996-01-12 | Add support for exclude section flag and ordered section type | Michael Meissner | 1 | -0/+13 |
1996-01-12 | * read.c (cons_worker): Only call mri_comment_end from flag_mri. | Ian Lance Taylor | 1 | -0/+3 |
1996-01-12 | * expr.c (operand): Skip whitespace after a close parenthesis. | Ian Lance Taylor | 1 | -0/+7 |
1996-01-02 | For SH port, make relocation overflow an error instead of a warning. | Jim Wilson | 1 | -0/+5 |
1995-12-31 | * ecoff.c (ecoff_stab): Simplify. Correctly handle sym + offset | Jeff Law | 1 | -0/+5 |
1995-12-21 | Make @got be real GOT reloc; make @xgot be old TOC16 reloc | Michael Meissner | 1 | -0/+6 |
1995-12-20 | * config/tc-mips.c (load_address): Correctly handle a constant in | Ian Lance Taylor | 1 | -0/+5 |
1995-12-15 | * config/tc-sh.c (parse_reg): Recognize SH3 registers. | J.T. Conklin | 1 | -0/+6 |
1995-12-15 | * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro. | Ian Lance Taylor | 1 | -0/+4 |
1995-12-15 | * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS. | Raymond Jou | 1 | -0/+4 |
1995-12-14 | * config/obj-coff.c (write_object_file): Set the s_align field to | Ian Lance Taylor | 1 | -0/+5 |
1995-12-12 | * Makefile.in (DISTCLEAN_HERE): New variable. | Ian Lance Taylor | 1 | -0/+10 |
1995-12-12 | * mac-as.r: Fix copyright and version strings. | Stan Shebs | 1 | -0/+5 |
1995-12-11 | * read.c (read_a_source_file): If tc_unrecognized_line is defined, | Ian Lance Taylor | 1 | -0/+8 |
1995-12-07 | * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE. | Ian Lance Taylor | 1 | -0/+4 |
1995-12-05 | * read.c (s_fill): If md_flush_pending_output is defined, call it. | Ken Raeburn | 1 | -0/+5 |
1995-12-04 | * config/obj-coff.c (size_section, fill_section, fixup_mdeps): Treat | Ken Raeburn | 1 | -0/+5 |
1995-12-03 | * config/tc-arm.c (cp_address_required_here): Set pre_inc when | David Edelsohn | 1 | -0/+5 |
1995-12-01 | * mpw-config.in: Don't always use te-generic.h for emulation. | Stan Shebs | 1 | -0/+10 |
1995-12-01 | * configure.in: Improve message about unsupported ELF targets. | Ian Lance Taylor | 1 | -0/+3 |