Age | Commit message (Expand) | Author | Files | Lines |
1995-02-28 | read.c, tc-* md_operand changes | Ken Raeburn | 1 | -0/+15 |
1995-02-28 | (md_operand): Replaced empty function in .c file with empty macro in .h file. | Ken Raeburn | 9 | -128/+241 |
1995-02-28 | * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust PLT or | Ian Lance Taylor | 2 | -5/+19 |
1995-02-27 | * configure.in: add a29k-*-vxworks configuration. | Kung Hsu | 1 | -2/+8 |
1995-02-24 | tweak previous patch | Ian Lance Taylor | 1 | -0/+1 |
1995-02-24 | * config/tc-mips.c (load_register): Correctly handle 32 bit values | Ian Lance Taylor | 2 | -4/+25 |
1995-02-23 | * config/tc-hppa.c (md_apply_fix): Don't subtract the value of the | Jeff Law | 1 | -0/+6 |
1995-02-23 | * config/tc-mips.c (append_insn): If listing_prev_line is called, | Ian Lance Taylor | 2 | -1/+17 |
1995-02-21 | Add missing ChangeLog entry. | Jeff Law | 1 | -1/+6 |
1995-02-17 | * config/tc-mips.c (md_pseudo_table): Add 2byte, 4byte and 8byte | Ian Lance Taylor | 2 | -0/+8 |
1995-02-17 | * config/obj-elf.c (elf_frob_symbol): Warn if a symbol is both | Ian Lance Taylor | 1 | -0/+6 |
1995-02-17 | Add PC relative support to PowerPC ELF assembler. | Michael Meissner | 1 | -0/+13 |
1995-02-16 | * expr.c (operand): Move md_operand handling to default case | David Edelsohn | 1 | -0/+5 |
1995-02-15 | Wed Feb 15 16:08:47 1995 Jason Molenda <crash@cygnus.com> | Ian Lance Taylor | 2 | -1/+8 |
1995-02-15 | * config/tc-mips.c (md_apply_fix): Accept BFD_RELOC_16, for | Ian Lance Taylor | 2 | -1/+13 |
1995-02-15 | * gas/mips/uld.d: New file. | Ian Lance Taylor | 4 | -0/+146 |
1995-02-15 | * config/tc-mips.c (macro): Handle M_U{L,S}D[_A] (unaligned double | Ian Lance Taylor | 2 | -90/+124 |
1995-02-15 | Gas reloc handling reeks. | Ian Lance Taylor | 1 | -0/+5 |
1995-02-15 | All ELF relocs. | Michael Meissner | 2 | -8/+187 |
1995-02-15 | * config/tc-mips.c (macro): Don't use the target register as a | Ian Lance Taylor | 2 | -26/+96 |
1995-02-13 | * config/tc-sparc.h (tc_fix_adjustable): Define if OBJ_ELF. | Ian Lance Taylor | 1 | -0/+23 |
1995-02-10 | * config/tc-i386.c (tc_i386_fix_adjustable): Use S_IS_EXTERN | Ian Lance Taylor | 1 | -0/+5 |
1995-02-10 | * config/tc-arc.c (md_pseudo_table): Add .cpu. | David Edelsohn | 1 | -237/+230 |
1995-02-10 | * config/tc-arc.h (LOCAL_LABEL): Delete "_.L_", gcc works around | David Edelsohn | 1 | -0/+47 |
1995-02-10 | Lotsa arc stuff. | David Edelsohn | 1 | -0/+22 |
1995-02-09 | * config/tc-i386.c (md_assemble): Adjust conditions for changing | Ian Lance Taylor | 1 | -0/+10 |
1995-02-09 | * gas/hppa/reloc/applybug.s: New test. | Jeff Law | 2 | -0/+131 |
1995-02-09 | * config/tc-hppa.c (md_apply_fix): In some cases subtract the | Jeff Law | 1 | -0/+6 |
1995-02-08 | * messages.c (as_abort): New function. | Ken Raeburn | 1 | -0/+4 |
1995-02-08 | Thu Jan 19 18:10:05 1995 Pat Rankin (rankin@eql.caltech.edu) | Ken Raeburn | 3 | -5/+103 |
1995-02-07 | Add support for powerpc-*-eabi in configure.in, rebuild configure. | Michael Meissner | 3 | -17/+25 |
1995-02-07 | Apparently I forgot to commit this change: | Jeff Law | 2 | -11/+33 |
1995-02-06 | Bryan Ford's changes for 16-bit i386 support, and i386-msdos support. | Ken Raeburn | 4 | -65/+206 |
1995-02-02 | vms fixes from pat rankin | Ken Raeburn | 2 | -133/+119 |
1995-02-02 | under m68k description, indicate that only a subset of moto syntax is handled | Ken Raeburn | 1 | -33/+77 |
1995-02-02 | * config/tc-m68k.c (cpu32_control_regs): New macro. | Ken Raeburn | 1 | -0/+10 |
1995-02-02 | update copyright | Ken Raeburn | 1 | -1/+2 |
1995-02-02 | * gas/hppa/reloc/picreloc.c: New test. | Jeff Law | 3 | -3/+48 |
1995-02-01 | keep h8300 tests | Ken Raeburn | 2 | -0/+39 |
1995-01-27 | added two h8300 tests | Ken Raeburn | 3 | -0/+69 |
1995-01-27 | * config/tc-h8300.c (get_specific): Add parens around | inside &. | Ken Raeburn | 1 | -0/+5 |
1995-01-26 | * config/tc-ppc.c (md_begin): Permit mfdec to be duplicated on the | Ian Lance Taylor | 2 | -9/+22 |
1995-01-26 | Allow configuration of PowerPC embedded ABI. | Michael Meissner | 3 | -0/+171 |
1995-01-26 | * tc-sh.c (little): Add argument IGNORE to avoid compiler warnings. | Jim Wilson | 1 | -0/+9 |
1995-01-25 | Wed Jan 25 15:32:09 1995 David Edelsohn <edelsohn@mhpcc.edu> | Ian Lance Taylor | 2 | -98/+221 |
1995-01-24 | "gcc -fno-builtin -Wall -Wwrite-strings -Wshadow" can be your friend. | Ken Raeburn | 2 | -7/+45 |
1995-01-24 | * config/tc-hppa.c (pa_ip, case 'D'): Fix typo which caused | Jeff Law | 2 | -0/+15 |
1995-01-23 | configure regen, tc-mips.c libiberty.h include | Ken Raeburn | 1 | -0/+6 |
1995-01-23 | regenerated | Ken Raeburn | 1 | -17/+20 |
1995-01-23 | * config/tc-sh.h (tc_init_after_args): Don't define. | Ian Lance Taylor | 2 | -12/+12 |