Age | Commit message (Expand) | Author | Files | Lines |
1995-05-20 | more vms updates from Pat Rankin | Ken Raeburn | 2 | -69/+109 |
1995-05-18 | Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets. | Ken Raeburn | 3 | -0/+4 |
1995-05-16 | Little endian fix | Michael Meissner | 1 | -25/+39 |
1995-05-16 | Make Irix 5 configuration work again: | Ken Raeburn | 1 | -82/+71 |
1995-05-12 | Fri May 12 14:17:47 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 2 | -0/+3 |
1995-05-12 | update for new files | Ken Raeburn | 1 | -0/+5 |
1995-05-10 | First cut at handling multiple emulation modes for some MIPS targets. | Ken Raeburn | 5 | -148/+342 |
1995-05-09 | Add little endian PowerPC support. | Michael Meissner | 3 | -0/+4 |
1995-05-05 | SEPARATE_STAB_SECTIONS should be defined to 1, not empty. | Ken Raeburn | 2 | -2/+11 |
1995-05-04 | * config/obj-ecoff.h (OBJ_PROCESS_STAB): Add new first argument, ignored. | Ken Raeburn | 2 | -17/+20 |
1995-05-04 | * stabs.c (get_stab_string_offset): Always define. If SEPARATE_STAB_SECTIONS | Ken Raeburn | 1 | -0/+2 |
1995-05-04 | * as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already defined, define | Ken Raeburn | 5 | -11/+19 |
1995-05-03 | * config/tc-hppa.c (md_apply_fix): Do nothing for an out of range | Jeff Law | 1 | -60/+80 |
1995-05-02 | * config/tc-mips.c: Use USE_STDARG and USE_VARARGS instead of NO_STDARG &c. | Ken Raeburn | 2 | -278/+227 |
1995-05-02 | Move cpu-specific dependencies into Makefile.in, instead of having sometimes | Ken Raeburn | 14 | -23/+2 |
1995-05-02 | deleting more unused macros | Ken Raeburn | 2 | -2/+0 |
1995-05-02 | delete some unused TE_* macros | Ken Raeburn | 6 | -33/+18 |
1995-05-01 | * read.c (s_app_file): If obj_app_file is defined, call it with string as arg... | Ken Raeburn | 1 | -0/+2 |
1995-04-12 | * config/tc-arc.c (delay_slot_type): New function. | David Edelsohn | 1 | -40/+97 |
1995-04-11 | write.c: Complain about .space or .org moving backwards. | Ken Raeburn | 11 | -26/+19 |
1995-04-11 | (PCINDEX): New macro. | Ken Raeburn | 1 | -17/+135 |
1995-04-11 | Fix for PR6697: | Ken Raeburn | 1 | -115/+265 |
1995-04-11 | Don't explicitly include config.h. Deleted a bunch of "#if 0" code and useless | Ken Raeburn | 1 | -240/+163 |
1995-04-07 | * config/tc-arc.c (arc_condition_codes): Deleted. | David Edelsohn | 1 | -212/+336 |
1995-03-14 | Warn rather than cause an error if the reloc is not compatible with -mrelocat... | Michael Meissner | 1 | -4/+14 |
1995-03-10 | whitespace/comment formatting | Ken Raeburn | 1 | -12/+10 |
1995-03-09 | * config/obj-coff.c (coff_header_append): Check return value of | Ian Lance Taylor | 1 | -0/+2 |
1995-03-09 | Delete this patch, it breaks the h8300 assembler. | David Edelsohn | 1 | -3/+5 |
1995-03-08 | Allow .stab section to contain non PC relative addresses if -mrelocatable. | Michael Meissner | 1 | -1/+2 |
1995-03-06 | * config/tc-hppa.c (pa_ip, case 'z'): Don't lose argument | Jeff Law | 1 | -10/+11 |
1995-03-03 | If -mrelocatable, warn about relocs that are incompatible. | Michael Meissner | 1 | -19/+47 |
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 | 1 | -5/+14 |
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 | 1 | -4/+20 |
1995-02-23 | * config/tc-mips.c (append_insn): If listing_prev_line is called, | Ian Lance Taylor | 1 | -1/+12 |
1995-02-17 | * config/tc-mips.c (md_pseudo_table): Add 2byte, 4byte and 8byte | Ian Lance Taylor | 1 | -0/+5 |
1995-02-15 | Wed Feb 15 16:08:47 1995 Jason Molenda <crash@cygnus.com> | Ian Lance Taylor | 1 | -1/+3 |
1995-02-15 | * config/tc-mips.c (md_apply_fix): Accept BFD_RELOC_16, for | Ian Lance Taylor | 1 | -1/+10 |
1995-02-15 | * config/tc-mips.c (macro): Handle M_U{L,S}D[_A] (unaligned double | Ian Lance Taylor | 1 | -85/+118 |
1995-02-15 | All ELF relocs. | Michael Meissner | 1 | -8/+166 |
1995-02-15 | * config/tc-mips.c (macro): Don't use the target register as a | Ian Lance Taylor | 1 | -26/+88 |
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-08 | Thu Jan 19 18:10:05 1995 Pat Rankin (rankin@eql.caltech.edu) | Ken Raeburn | 1 | -1/+1 |
1995-02-07 | Apparently I forgot to commit this change: | Jeff Law | 1 | -11/+26 |
1995-02-06 | Bryan Ford's changes for 16-bit i386 support, and i386-msdos support. | Ken Raeburn | 1 | -48/+167 |
1995-02-02 | vms fixes from pat rankin | Ken Raeburn | 1 | -133/+101 |
1995-02-02 | update copyright | Ken Raeburn | 1 | -1/+2 |
1995-01-26 | * config/tc-ppc.c (md_begin): Permit mfdec to be duplicated on the | Ian Lance Taylor | 1 | -9/+17 |