Age | Commit message (Expand) | Author | Files | Lines |
1995-07-03 | * configure[.in] (i386-*-win32): New host and target. | Steve Chamberlain | 3 | -4/+12 |
1995-07-03 | Renamed. | Steve Chamberlain | 2 | -9/+8 |
1995-07-03 | Mon Jul 3 14:16:47 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 2 | -6/+21 |
1995-07-03 | Mon Jul 3 13:55:18 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 4 | -6/+19 |
1995-07-03 | * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down. | Steve Chamberlain | 2 | -11/+36 |
1995-07-03 | * lexsup.c (parse_args): Let -G either set the small data size or | Ian Lance Taylor | 2 | -1/+31 |
1995-07-03 | * elfcode.h (elf_link_add_object_symbols): Permit common and | Ian Lance Taylor | 5 | -72/+52 |
1995-07-03 | Correct erroneous checkin, with no ChangeLog entry, of 13 May. | Ian Lance Taylor | 1 | -32/+93 |
1995-07-03 | * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Correct | Ian Lance Taylor | 4 | -46/+1766 |
1995-07-03 | start-sanitize-arc | Ian Lance Taylor | 1 | -9/+24 |
1995-07-03 | * Makefile.in: Rebuild dependencies. | Ian Lance Taylor | 2 | -10/+32 |
1995-07-02 | * lexsup.c (parse_args): Cast fopen result to PTR before storing | Ian Lance Taylor | 2 | -6/+12 |
1995-07-02 | * cofflink.c (_bfd_coff_generic_relocate_section): Cast base_file | Ian Lance Taylor | 3 | -2/+7 |
1995-07-02 | * bfdlink.h (struct bfd_link_info): Change type of base_file to | Ian Lance Taylor | 2 | -1/+6 |
1995-07-02 | Remove elf32-targetd.h and elf64-targets.h. Add elfxx-target.h. | Ian Lance Taylor | 1 | -2/+1 |
1995-07-01 | * ar.c: (extract_file): Change "#if POSIX_UTIME" to | Fred Fish | 2 | -1/+7 |
1995-07-01 | * stab-syms.c (stdio.h): Include prior to libaout.h, which | Fred Fish | 2 | -23/+45 |
1995-07-01 | removed unused elf_64_p field | Ken Raeburn | 3 | -8/+4 |
1995-07-01 | generate elf*-target.h from common elfxx-target.h source | Ken Raeburn | 4 | -454/+90 |
1995-07-01 | Reflect comings and goings of files. | Stan Shebs | 4 | -10/+15 |
1995-07-01 | * config/h8300/h8300.mt: Renamed from h8300hms.mt. | Stan Shebs | 18 | -434/+131 |
1995-07-01 | * interp.c (sim_open): If argument supplied, interpret as | Stan Shebs | 1 | -2/+9 |
1995-07-01 | * compile.c (sim_do_command): New function. | Stan Shebs | 1 | -0/+4 |
1995-06-30 | * wrapper.c (sim_do_command): New function. | Stan Shebs | 1 | -0/+9 |
1995-06-30 | Fri Jun 30 16:07:18 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 2 | -17/+19 |
1995-06-30 | * cofflink.c (_bfd_coff_generic_relocate_section): | Fred Fish | 2 | -1/+6 |
1995-06-30 | Support for long filenames non-bfd coff. bfd/7288 | Steve Chamberlain | 3 | -4/+87 |
1995-06-30 | * coff-h8300.c (COFF_LONG_FILENAMES): Define. | Steve Chamberlain | 2 | -3/+6 |
1995-06-29 | * interp.c: (SYS_wait): Define as SYS_wait4 if available and | Fred Fish | 2 | -0/+15 |
1995-06-29 | * configure.in: Add i386-pe configuration. | Steve Chamberlain | 1 | -0/+10 |
1995-06-29 | * bfdlink.h (struct bfd_link_info): Added base_file member. | Steve Chamberlain | 2 | -8/+47 |
1995-06-29 | New files. | Steve Chamberlain | 2 | -0/+28 |
1995-06-29 | * configure.in: Add i386-pe configuration. | Steve Chamberlain | 1 | -0/+8 |
1995-06-29 | Wed Jun 28 18:04:42 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 10 | -91/+573 |
1995-06-29 | * ar.c: (print_contents.c, extract_file, do_quick_append): | Steve Chamberlain | 6 | -286/+687 |
1995-06-29 | * config/obj-coff.c (fixup_segment): PE doens't use | Steve Chamberlain | 3 | -15/+18 |
1995-06-29 | Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 10 | -58/+479 |
1995-06-28 | doc update | Ken Raeburn | 1 | -2/+4 |
1995-06-28 | describe --emulation option | Ken Raeburn | 1 | -0/+26 |
1995-06-28 | doc updates | Ken Raeburn | 1 | -0/+12 |
1995-06-28 | fix description of h8/500, sh floating point | Ken Raeburn | 1 | -3/+134 |
1995-06-28 | get rid of unused m4 files | Ken Raeburn | 12 | -192/+0 |
1995-06-27 | Move various files that are only checked out for certain modules into | Ken Raeburn | 1 | -13/+22 |
1995-06-26 | * elf32-hpa.c (elf32_hppa_relocate_section): Close comment before | Jeff Law | 2 | -2/+13 |
1995-06-25 | * remote.c (remote_read_bytes, remote_write_bytes): Second arg | Stan Shebs | 2 | -1/+10 |
1995-06-25 | * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist. | Jeff Law | 1 | -0/+4 |
1995-06-25 | Fix pathnames right.. | Steve Chamberlain | 4 | -5/+5 |
1995-06-25 | * lynx-nat.c (child_wait): Don't restart new threads and loop | Jeff Law | 2 | -6/+15 |
1995-06-24 | Fix filenames with two dots. | Steve Chamberlain | 4 | -2/+97 |
1995-06-23 | * remote-nindy (nindy_load): Put in target specific load, it's | Kung Hsu | 2 | -1/+46 |