Age | Commit message (Expand) | Author | Files | Lines |
1994-01-08 | * scripttempl/elf.c: Define __bss_start before the .sbss section. | Ian Lance Taylor | 2 | -13/+64 |
1994-01-07 | * ecoff.c (ecoff_stab): Don't clobber the ECOFF symbol information | Ian Lance Taylor | 1 | -0/+9 |
1994-01-07 | * aoutx.h (adjust_z_magic): Don't merge the start of bss with the | David MacKenzie | 2 | -5/+17 |
1994-01-07 | * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, | Peter Schauer | 4 | -0/+7 |
1994-01-07 | * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, | Peter Schauer | 2 | -0/+21 |
1994-01-07 | * aoutf1.h (sunos4_aout_backend): Comment the fields' meanings. | David MacKenzie | 1 | -0/+4 |
1994-01-07 | * gdb.t07/watchpoint.exp: Clear xfail for calling function with | Peter Schauer | 1 | -0/+11 |
1994-01-07 | * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flag | Ian Lance Taylor | 2 | -3/+11 |
1994-01-07 | * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before | Jim Kingdon | 2 | -6/+20 |
1994-01-07 | Fri Jan 7 11:26:29 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 2 | -35/+39 |
1994-01-07 | Fri Jan 7 11:18:48 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 3 | -68/+75 |
1994-01-07 | Fri Jan 7 11:14:07 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 2 | -0/+51 |
1994-01-07 | Fri Jan 7 10:34:47 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 3 | -285/+314 |
1994-01-07 | Fri Jan 7 10:29:27 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 3 | -4/+24 |
1994-01-07 | * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc. | Jim Kingdon | 2 | -0/+18 |
1994-01-07 | * config/obj-coffbfd.c (fill_section): Don't ever fill past the | Steve Chamberlain | 2 | -2/+17 |
1994-01-07 | Various entries. | Ian Lance Taylor | 1 | -0/+24 |
1994-01-07 | Really remove files that are no longer used. | Ian Lance Taylor | 3 | -74/+0 |
1994-01-07 | * targets.c (target_vector): Added nlm32_alpha_vec inside #ifdef | Ian Lance Taylor | 1 | -68/+58 |
1994-01-07 | * configure.in: Correct test for --with-gnu-as and | Ian Lance Taylor | 1 | -2/+2 |
1994-01-06 | fix sparc-solaris reloc bug | Ken Raeburn | 2 | -3/+6 |
1994-01-06 | * symtab.c (lookup_symbol): Don't try adding .c to the name. | Jim Kingdon | 2 | -0/+22 |
1994-01-06 | * aoutx.h (translate_to_native_sym_flags): Catch the case where | David MacKenzie | 2 | -9/+18 |
1994-01-06 | * hp300hpux.c (ARCH_SIZE): Define before including aoutx.h. | Ian Lance Taylor | 1 | -0/+2 |
1994-01-06 | * remote-bug.c: At the start of each section, reset srec_frame | Jim Kingdon | 2 | -1/+10 |
1994-01-06 | * configure.in: Don't issue warnings about directories which are | Ian Lance Taylor | 2 | -1/+4 |
1994-01-06 | * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS. | Jim Kingdon | 3 | -30/+80 |
1994-01-06 | fix comments | David MacKenzie | 1 | -1/+2 |
1994-01-06 | Various entries. | Ian Lance Taylor | 2 | -0/+93 |
1994-01-06 | * ecoff.c: First cut at new style of linker backend for | Ian Lance Taylor | 4 | -343/+1376 |
1994-01-06 | * ldmain.c (add_to_set): Add bitsize argument. | Ian Lance Taylor | 1 | -843/+387 |
1994-01-06 | * aoutx.h (NAME(aout,final_link)): Don't abort when trying to link | Ian Lance Taylor | 1 | -41/+80 |
1994-01-06 | * linker.c (_bfd_generic_link_add_one_symbol): Add constructor and | Ian Lance Taylor | 2 | -143/+831 |
1994-01-06 | * binutils.texi: Add a chapter summarizing the ways to select | David MacKenzie | 8 | -131/+486 |
1994-01-06 | * ld.h (QUAD_SIZE): Define. | Ian Lance Taylor | 4 | -376/+274 |
1994-01-06 | * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. | Jim Kingdon | 14 | -53/+43 |
1994-01-06 | * configure.in: Don't build gas for alpha-dec-osf1*. | Ian Lance Taylor | 2 | -1/+5 |
1994-01-06 | * config/tc-mips.c (mips_ip): Warn about using $1 as well as $at | Ian Lance Taylor | 2 | -63/+14 |
1994-01-06 | Tweaked to work with either version of expect. | Rob Savoye | 1 | -12/+6 |
1994-01-06 | * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections, | Ian Lance Taylor | 1 | -0/+5 |
1994-01-06 | * ldemul.h (ld_emulation_xfer_struct): Comment the members. | David MacKenzie | 1 | -0/+9 |
1994-01-06 | Makefile.in, as.h changes | Ken Raeburn | 1 | -0/+6 |
1994-01-06 | include literal.c, .o | Ken Raeburn | 1 | -0/+2 |
1994-01-06 | new file literal.c | Ken Raeburn | 2 | -0/+3 |
1994-01-06 | tc-mips.h, subsegs.c changes | Ken Raeburn | 1 | -0/+9 |
1994-01-06 | (TARGET_FORMAT) [OBJ_AOUT]: Fix for new names in bfd. | Ken Raeburn | 1 | -9/+14 |
1994-01-06 | * ecoff.h (STYP_EXTENDESC, STYP_COMMENT, STYP_XDATA, STYP_PDATA): Define. | Ken Raeburn | 2 | -7/+18 |
1994-01-05 | * ecoff.h (NUM_RELOC_SECTIONS): Define. | Ian Lance Taylor | 2 | -0/+41 |
1994-01-05 | fix comment delimiters | David D. Zuhn | 1 | -1/+1 |
1994-01-05 | * config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa | Rob Savoye | 3 | -0/+33 |