Age | Commit message (Expand) | Author | Files | Lines |
1993-11-04 | Fix up dependencies and rules for ld.dvi, ld.info. | Ken Raeburn | 2 | -3/+5 |
1993-11-03 | * Makefile.in (distclean): Don't get rid of dvi or info files. | Ken Raeburn | 2 | -4/+13 |
1993-11-03 | make -o override OUTPUT | David MacKenzie | 1 | -0/+8 |
1993-11-03 | Fixed minor typo ("host" sb "target" in discussion of GNUTARGET). | Roland Pesch | 1 | -14/+16 |
1993-11-02 | * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext, | Jeff Law | 2 | -2/+14 |
1993-11-02 | * emultempl/hppaosf.em: Various fixes and support for linker stub | Jeff Law | 1 | -0/+8 |
1993-11-02 | * emultempl/hppaosf.em: Various fixes and support for linker stub | Jeff Law | 1 | -1/+171 |
1993-11-02 | * ldlang.c (lang_process): Re-enable last call lang_size_sections. | Jeff Law | 2 | -34/+46 |
1993-11-01 | Keep Lynx file | Stan Shebs | 2 | -1/+3 |
1993-11-01 | Keep Sparc file | Stan Shebs | 1 | -1/+2 |
1993-10-29 | mach 386 changes | David MacKenzie | 2 | -0/+2 |
1993-10-29 | test | David MacKenzie | 1 | -0/+1 |
1993-10-29 | * ld.h (flag_is_*): Removed macros. | Ian Lance Taylor | 2 | -5/+12 |
1993-10-29 | Sparc COFF support | Stan Shebs | 1 | -0/+37 |
1993-10-29 | Sparc Lynx support | Stan Shebs | 5 | -6/+31 |
1993-10-29 | clarify reason for -sort-common | David MacKenzie | 1 | -1/+2 |
1993-10-28 | * Makefile.in: Add dependency for $(EMULATION_OFILES). | Ian Lance Taylor | 2 | -5/+32 |
1993-10-25 | * relax.c (write_relax): Check return value of bfd_seclet_link. | Ian Lance Taylor | 2 | -9/+7 |
1993-10-25 | * ldlang.c (delete_output_file_on_failure): New variable. | Ken Raeburn | 2 | -1/+31 |
1993-10-19 | * configure.in (alpha-*-osf*): New target; use alpha.mt. | Ian Lance Taylor | 3 | -106/+150 |
1993-10-19 | New files for Alpha linker. | Ian Lance Taylor | 6 | -0/+76 |
1993-10-15 | * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle | David Edelsohn | 1 | -3/+4 |
1993-10-13 | * ldmain.c (enter_global_ref): Just ignore any weak symbol for | Ian Lance Taylor | 1 | -0/+6 |
1993-10-12 | * configure.in (mips-*-elf*): New target; use mipsb-elf32. | Ian Lance Taylor | 1 | -2/+10 |
1993-10-12 | elf32mipb.sh: New emulation parameter file for big endian MIPS ELF. | Ian Lance Taylor | 2 | -0/+12 |
1993-10-12 | mipsb-elf32.mt: New configuration file for big endian MIPS ELF. | Ian Lance Taylor | 2 | -0/+2 |
1993-10-08 | Use both h8300 emulations. | Steve Chamberlain | 1 | -0/+1 |
1993-10-01 | Makefile.in: correct out-of-date TEXIDIR default | Roland Pesch | 1 | -15/+28 |
1993-10-01 | * ldlang.c (lang_add_input_file): If it's a library brought in by | Rob Savoye | 2 | -10/+46 |
1993-09-28 | Lynx support | Stan Shebs | 6 | -0/+22 |
1993-09-28 | Lynx support | Stan Shebs | 2 | -7/+7 |
1993-09-23 | * config/solaris2.mh: New file. Define HOSTING_CRT0 and | Ian Lance Taylor | 2 | -0/+4 |
1993-09-17 | Add i386 SVR4 configuration files that I couldn't add remotely. See | Ian Lance Taylor | 5 | -0/+14 |
1993-09-17 | Finish up support for i386-sysv4 (without shared libraries): | Ian Lance Taylor | 2 | -4/+34 |
1993-09-17 | Added statements for stab sections in coff files. | Stan Shebs | 1 | -0/+14 |
1993-09-12 | Add EMUL=h8300h. | David Edelsohn | 1 | -0/+6 |
1993-09-12 | * ldmain.c (main): Call set_scripts_dir after argv has been processed. | David Edelsohn | 1 | -0/+4 |
1993-09-10 | Added CXXFLAGS to compile stage in ld.cdtest/cdtest.exp | Jeffrey Wheat | 1 | -4/+4 |
1993-09-10 | Changed CXX back to g++. Using ../gcc/xgcc breaks because of <assert.h> | Jeffrey Wheat | 1 | -0/+2 |
1993-09-10 | Changed CXX back to g++. ../gcc/xgcc breaks the cdtest because of <assert.h> | Jeffrey Wheat | 2 | -0/+7 |
1993-09-10 | Fixed RUNTEST* CXX CXXFLAGS macros and check rule. | Jeffrey Wheat | 2 | -30/+66 |
1993-09-10 | * Makefile.in (TAGS): Use shell wildcards. | David MacKenzie | 2 | -2/+6 |
1993-09-08 | * Makefile.in: add TEXINPUTS variable and use it in ld.dvi target | Jeffrey Osier | 2 | -35/+114 |
1993-09-03 | * ld.texinfo: re-enable included config file; conditionalize doc | Roland Pesch | 1 | -3/+4 |
1993-09-03 | tiny additions & fixes | David MacKenzie | 1 | -9/+11 |
1993-08-26 | * ld.h (BYTE_SIZE, SHORT_SIZE, LONG_SIZE): Define as suggested by | David Edelsohn | 2 | -12/+38 |
1993-08-24 | From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>: | Ken Raeburn | 4 | -30/+14 |
1993-08-24 | move BYTE_SIZE, SHORT_SIZE, LONG_SIZE from ldlang.c into ld.h | K. Richard Pixley | 1 | -2/+4 |
1993-08-24 | define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no longer in bfd.h. | K. Richard Pixley | 2 | -0/+10 |
1993-08-18 | keep i386-linux.h | David D. Zuhn | 1 | -0/+1 |