Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-11-01 | Keep Lynx file | Stan Shebs | 1 | -1/+2 | |
1993-10-29 | mach 386 changes | David MacKenzie | 1 | -0/+1 | |
1993-10-29 | Sparc Lynx support | Stan Shebs | 1 | -0/+9 | |
1993-10-19 | New files for Alpha linker. | Ian Lance Taylor | 2 | -0/+4 | |
1993-10-12 | elf32mipb.sh: New emulation parameter file for big endian MIPS ELF. | Ian Lance Taylor | 2 | -0/+12 | |
1993-09-28 | Lynx support | Stan Shebs | 3 | -0/+16 | |
1993-09-17 | Add i386 SVR4 configuration files that I couldn't add remotely. See | Ian Lance Taylor | 2 | -0/+8 | |
ChangeLog. | |||||
1993-08-24 | From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>: | Ken Raeburn | 1 | -1/+1 | |
* emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA ELF emulation is "elf32-hppa" not "elf-big". (hppaosf_before_parse): Remove unneeded processing of environment variables. * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in .text segment of output file. * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa. | |||||
1993-08-04 | Keep h8300h.em | Steve Chamberlain | 1 | -0/+1 | |
1993-07-30 | elf files changed names; keep i386linux.sh | Ken Raeburn | 1 | -6/+7 | |
1993-07-26 | renaming elf emulparams files to work with current emulation handling code | Ken Raeburn | 2 | -6/+0 | |
1993-07-23 | (MAXPAGESIZE): Renamed from PAGE_SIZE. | Ken Raeburn | 1 | -3/+3 | |
(TEXT_START_ADDR): Value should be 0x10100. (NONPAGED_TEXT_START_ADDR): Same (I guess). | |||||
1993-07-23 | renamed PAGE_SIZE to MAXPAGESIZE | Ken Raeburn | 1 | -1/+1 | |
1993-07-22 | The default script is now compiled in; the others are still in the filesystem. | David MacKenzie | 8 | -8/+0 | |
1993-07-20 | experimental linux support | Mark Eichin | 1 | -0/+7 | |
1993-07-15 | h8/300h support | David Edelsohn | 1 | -0/+6 | |
1993-07-15 | * scripttempl/m88kbcs.sc: Removed TARGET statement. Changed | Ian Lance Taylor | 1 | -0/+6 | |
OUTPUT_FORMAT to use ${OUTPUT_FORMAT}. * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs. | |||||
1993-07-12 | Solaris 2 support; sparc64 sanitization. | Ken Raeburn | 2 | -0/+24 | |
1993-07-12 | fix values | Ken Raeburn | 1 | -3/+3 | |
1993-07-08 | initial v9 stuff | Ken Raeburn | 1 | -0/+7 | |
1993-06-17 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | David MacKenzie | 29 | -0/+248 | |
It wasn't documented (or likely used) and wastes time. (try_open): If EXTEN is empty, don't try it. * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c, ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c, ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls with normal function declarations. * Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh. Move *.sc-sh to scripttempl/*.sc. * {emultempl,emulparams,scripttempl}/README: New files. * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files removed, replaced with generic.em. * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from h8[35]00hms.s[ch]. Change their contents to omit the "hms". * *.em (*_get_script): Return script name instead of script contents. * ldlang.c (lang_process): Change caller. * ldlex.l, ldgram.y: Recognize -m option. Check for input files after *all* options in grammar. * ldmain.c (main): Check for -m options. Add default directory for -m. * mkscript.c: File removed. * genscripts.sh: Take two more parameters, tooldirlib and libdir, to add to the default LIB_PATH. Look for input files in the new subdirectories. Create the scripts in emulations subdirectory and don't filter them through mkscript. * configure.in: Make the emulations subdirectory. * Makefile.in: Account for all of the above changes. Remove unused .SUFFIXES. Get libgcc.a path with gcc -print-libgcc-file-name instead of $(libdir)/libgcc.a. Put CFLAGS last in the compilation rules. Add -I../bfd to INCLUDES so sysdep.h is found. * ldfile.c (try_open): If opening without the extension fails, try with the extension even if -v or -V was given. had_script is imported (from ldgram.y), not exported. |