Age | Commit message (Expand) | Author | Files | Lines |
1995-06-21 | * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitive | Steve Chamberlain | 2 | -6/+11 |
1995-06-20 | *config/obj-coff.c (write_object_file): Cast time() argument to time_t *. | Ken Raeburn | 1 | -0/+5 |
1995-06-20 | * config/tc-hppa.c (pa_build_unwind_subspace): Fix typo in last | Jeff Law | 1 | -0/+5 |
1995-06-19 | * config/tc-hppa.c (pa_build_unwind_subspace): Zero out memory | Jeff Law | 2 | -0/+7 |
1995-06-16 | * config/obj-coff.c: Don't use "bfd/" when including libbfd.h | Stan Shebs | 4 | -9/+45 |
1995-06-15 | * config/tc-arm.h (LOCAL_LABEL): Prepend '.' if not OBJ_AOUT. | David Edelsohn | 1 | -0/+5 |
1995-06-13 | whitespace & date-format cleanup | Ken Raeburn | 1 | -66/+66 |
1995-06-13 | * config/tc-hppa.c (pa_ip): Check for invalid register in single | Jeff Law | 2 | -14/+114 |
1995-06-13 | * gas/hppa/parse/badfmpyadd.s: New test. | Jeff Law | 3 | -0/+44 |
1995-06-09 | vms cleanup, fixes from Pat Rankin | Ken Raeburn | 2 | -130/+130 |
1995-06-08 | * config/tc-arc.h (MD_APPLY_FIX3): Define. | David Edelsohn | 1 | -0/+11 |
1995-06-06 | * config/obj-vms.c (vms_write_object_file, case N_DATA): Use strcmp against | Ken Raeburn | 3 | -17/+152 |
1995-06-05 | change i386-gnu to elf | Ken Raeburn | 1 | -0/+4 |
1995-06-01 | arm config fix from Richard Earnshaw | Ken Raeburn | 3 | -27/+56 |
1995-06-01 | vms fixes from Pat Rankin | Ken Raeburn | 2 | -60/+70 |
1995-05-30 | (grump. thought i checked this in last week.) | Ken Raeburn | 1 | -0/+8 |
1995-05-28 | * config/te-dpx2.h: Include obj-format.h. | J.T. Conklin | 2 | -2/+13 |
1995-05-24 | * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP16 | David Edelsohn | 1 | -0/+8 |
1995-05-23 | fix emulation code so configurations not supporting it still build | Ken Raeburn | 1 | -0/+5 |
1995-05-23 | fix up stab handling | Ken Raeburn | 1 | -0/+7 |
1995-05-23 | more emulation fixes | Ken Raeburn | 2 | -0/+110 |
1995-05-22 | * config/tc-arc.c (md_pcrel_from): Return 0 for undefined symbols. | David Edelsohn | 1 | -0/+13 |
1995-05-20 | more vms updates from Pat Rankin | Ken Raeburn | 3 | -70/+118 |
1995-05-20 | From Pat Rankin: | Ken Raeburn | 2 | -0/+15 |
1995-05-19 | From Richard Earnshaw (rearnsha@armltd.co.uk): | Ken Raeburn | 2 | -1/+5 |
1995-05-18 | Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets. | Ken Raeburn | 8 | -4/+137 |
1995-05-17 | Fix typo in keeping of ld.d. | David Edelsohn | 1 | -1/+1 |
1995-05-16 | * config/obj-ecoff.c (ecoff_pop_insert): New function. | Ken Raeburn | 1 | -0/+6 |
1995-05-16 | Little endian fix | Michael Meissner | 2 | -25/+45 |
1995-05-16 | * config/tc-mips.c (mips_init_after_args): New function. Set byte_order here. | Ken Raeburn | 1 | -0/+5 |
1995-05-16 | Make Irix 5 configuration work again: | Ken Raeburn | 2 | -82/+77 |
1995-05-16 | read.c (s_lcomm): Do ELF/ECOFF test at run time, not compile time. | Ken Raeburn | 1 | -0/+5 |
1995-05-15 | * config/tc-arc.c (md_longopts): -EB/-EL renamed to | David Edelsohn | 1 | -0/+8 |
1995-05-12 | Fri May 12 14:17:47 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 3 | -0/+10 |
1995-05-12 | update for new files | Ken Raeburn | 2 | -0/+7 |
1995-05-11 | fix non-mips elf config | Ken Raeburn | 1 | -0/+15 |
1995-05-10 | forgot to regenerate after last change | Ken Raeburn | 1 | -16/+17 |
1995-05-10 | First cut at handling multiple emulation modes for some MIPS targets. | Ken Raeburn | 12 | -510/+1357 |
1995-05-09 | Add little endian PowerPC support. | Michael Meissner | 6 | -23/+57 |
1995-05-09 | * config/tc-hppa.c (md_apply_fix): Cast *valp to an integer when | Jeff Law | 1 | -0/+6 |
1995-05-09 | * obj.h (struct format_ops) [BFD_ASSEMBLER]: New type. | Ken Raeburn | 2 | -43/+43 |
1995-05-09 | * subsegs.h (seg_info): Provide dummy version for non-BFD_ASSEMBLER, | Ken Raeburn | 1 | -0/+9 |
1995-05-05 | SEPARATE_STAB_SECTIONS should be defined to 1, not empty. | Ken Raeburn | 3 | -2/+18 |
1995-05-04 | * read.h (get_stab_string_offset): Declare unconditionally. | Ken Raeburn | 2 | -14/+20 |
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 | 2 | -0/+23 |
1995-05-04 | * as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already defined, define | Ken Raeburn | 8 | -35/+59 |
1995-05-03 | * gas/hppa/reloc/longcall.s: New test. | Jeff Law | 2 | -0/+41 |
1995-05-03 | * config/tc-hppa.c (md_apply_fix): Do nothing for an out of range | Jeff Law | 2 | -60/+88 |
1995-05-02 | Add hppa1.1-hp-lites support. | Jeff Law | 3 | -0/+7 |