aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
AgeCommit message (Collapse)AuthorFilesLines
1993-11-01Keep Lynx fileStan Shebs1-1/+2
1993-10-29mach 386 changesDavid MacKenzie1-0/+1
1993-10-29Sparc Lynx supportStan Shebs1-0/+9
1993-10-19New files for Alpha linker.Ian Lance Taylor2-0/+4
1993-10-12elf32mipb.sh: New emulation parameter file for big endian MIPS ELF.Ian Lance Taylor2-0/+12
1993-09-28Lynx supportStan Shebs3-0/+16
1993-09-17Add i386 SVR4 configuration files that I couldn't add remotely. SeeIan Lance Taylor2-0/+8
ChangeLog.
1993-08-24From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>:Ken Raeburn1-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-04Keep h8300h.emSteve Chamberlain1-0/+1
1993-07-30elf files changed names; keep i386linux.shKen Raeburn1-6/+7
1993-07-26renaming elf emulparams files to work with current emulation handling codeKen Raeburn2-6/+0
1993-07-23(MAXPAGESIZE): Renamed from PAGE_SIZE.Ken Raeburn1-3/+3
(TEXT_START_ADDR): Value should be 0x10100. (NONPAGED_TEXT_START_ADDR): Same (I guess).
1993-07-23renamed PAGE_SIZE to MAXPAGESIZEKen Raeburn1-1/+1
1993-07-22The default script is now compiled in; the others are still in the filesystem.David MacKenzie8-8/+0
1993-07-20experimental linux supportMark Eichin1-0/+7
1993-07-15h8/300h supportDavid Edelsohn1-0/+6
1993-07-15 * scripttempl/m88kbcs.sc: Removed TARGET statement. ChangedIan Lance Taylor1-0/+6
OUTPUT_FORMAT to use ${OUTPUT_FORMAT}. * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
1993-07-12Solaris 2 support; sparc64 sanitization.Ken Raeburn2-0/+24
1993-07-12fix valuesKen Raeburn1-3/+3
1993-07-08initial v9 stuffKen Raeburn1-0/+7
1993-06-17 * ldfile.c (ldfile_open_command): Don't try .ld extension.David MacKenzie29-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.