Age | Commit message (Expand) | Author | Files | Lines |
1996-08-23 | * prdbg.c (pr_fix_visibility): Don't abort on | Ian Lance Taylor | 1 | -0/+3 |
1996-08-23 | * debug.c (debug_name_type): Correct error message. | Ian Lance Taylor | 1 | -0/+2 |
1996-08-23 | start writing functions for extracting and inserting unusual operands | J.T. Conklin | 1 | -6/+37 |
1996-08-23 | From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de> | Fred Fish | 2 | -1/+6 |
1996-08-23 | * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as | Fred Fish | 3 | -31/+36 |
1996-08-23 | * configure.in: Set and substitute HLDENV. | Ian Lance Taylor | 4 | -3/+22 |
1996-08-23 | * configure.in: Set and substitute HLDENV. | Ian Lance Taylor | 2 | -8/+9 |
1996-08-23 | * configure.in: Substitute HLDENV. | Ian Lance Taylor | 1 | -0/+17 |
1996-08-23 | * configure.host (HLDENV): New variable to set. Set it for | Ian Lance Taylor | 1 | -0/+4 |
1996-08-23 | * libieee.h (NSECTIONS): Don't define. | Ian Lance Taylor | 1 | -0/+17 |
1996-08-23 | * v850-opc.c (v850_operands): Added insert and extract fields, | J.T. Conklin | 2 | -15/+22 |
1996-08-22 | * v850.h (v850_operands): Add insert and extract fields, pointers | J.T. Conklin | 2 | -2/+56 |
1996-08-22 | * configure.in: Remove ld, target-libio, target-libg++, and | Jeff Law | 1 | -1/+3 |
1996-08-22 | * v850-opc.c (v850_opcodes): Enable "trap". | Jeff Law | 2 | -2/+2 |
1996-08-22 | * Makefile.in (ev850.c): New target. | Jeff Law | 4 | -2/+58 |
1996-08-22 | * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and | Ian Lance Taylor | 1 | -26/+114 |
1996-08-22 | * ecoff.c (ecoff_directive_endef): Avoid a division by zero error | Ian Lance Taylor | 1 | -0/+5 |
1996-08-22 | * mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit. | Stan Shebs | 2 | -1/+5 |
1996-08-22 | Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -7/+23 |
1996-08-22 | Thu Aug 22 10:50:00 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+7 |
1996-08-22 | * v850-opc.c (v850_opcodes): Fix order of displacement | Jeff Law | 2 | -4/+9 |
1996-08-22 | minimal setf support | J.T. Conklin | 1 | -1/+3 |
1996-08-22 | parse [reg], lo(exp), and hi(exp) | J.T. Conklin | 1 | -7/+44 |
1996-08-22 | Stub in load and store insns. Fix order of jarl operands | J.T. Conklin | 1 | -5/+19 |
1996-08-22 | * configure: Fix three locations where shell scripts were | Fred Fish | 1 | -0/+5 |
1996-08-22 | Arggh. B3. shift counts are from the start of each half-word apparently. | Jeff Law | 1 | -1/+1 |
1996-08-22 | Fix thinko in B3. | Jeff Law | 1 | -1/+1 |
1996-08-22 | * v850-opc.c (v850_operands): Add "B3" support. | Jeff Law | 2 | -8/+14 |
1996-08-22 | * v850-ope.c ("jmp"): R1 is only operand. | Jeff Law | 2 | -1/+3 |
1996-08-22 | * v850-opc.c: Close unterminated comment. | Jeff Law | 2 | -1/+5 |
1996-08-22 | * v850.h (v850_operands): Add flags field. | J.T. Conklin | 2 | -0/+12 |
1996-08-22 | * v850-opc.c: Add flags field to struct v850_operands, add move | J.T. Conklin | 2 | -22/+35 |
1996-08-21 | * config/tc-v850.c: New file. | J.T. Conklin | 6 | -36/+731 |
1996-08-21 | Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 2 | -0/+236 |
1996-08-21 | Wed Aug 21 15:50:54 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+6 |
1996-08-21 | tweak last patch | Ian Lance Taylor | 1 | -1/+2 |
1996-08-21 | * scripttempl/elf.sc: Put .gnu.linkonce* sections in .text. | Ian Lance Taylor | 2 | -5/+29 |
1996-08-21 | * aclocal.m4: Include ../bfd/aclocal.m4. | Ian Lance Taylor | 6 | -6/+191 |
1996-08-20 | * solib.c (_initialize_solib): Add missing '\' chars at ends of | Fred Fish | 1 | -0/+12 |
1996-08-20 | * Makefile.in (ALL_MACHINES): Add cpu-v850.o. | J.T. Conklin | 2 | -0/+57 |
1996-08-20 | * v850.h: New file. | J.T. Conklin | 3 | -0/+123 |
1996-08-20 | * common.h (EM_CYGNUS_V850): Define. | J.T. Conklin | 1 | -0/+28 |
1996-08-20 | * Makefile.in (ALL_MACHINES): Add v850-opc.o. | J.T. Conklin | 3 | -0/+239 |
1996-08-20 | * configure.in (v850-*-*): Set up initial $noconfigdirs. | J.T. Conklin | 4 | -29/+79 |
1996-08-20 | Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -105/+270 |
1996-08-20 | Tue Aug 20 14:10:02 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+7 |
1996-08-19 | * sparc-dis.c (print_insn_sparc): Handle little endian sparcs. | David Edelsohn | 1 | -0/+12 |
1996-08-19 | Fixes from Andrew | Michael Meissner | 2 | -0/+30 |
1996-08-19 | * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by | Ian Lance Taylor | 1 | -0/+10 |
1996-08-19 | * fnmatch.c: Include sysdep.h. | Ian Lance Taylor | 2 | -0/+7 |