aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
AgeCommit message (Collapse)AuthorFilesLines
1994-02-24Various H8/500 bits.Steve Chamberlain1-0/+4
1994-02-24keep coff_sparc.shKen Raeburn1-0/+1
1994-02-10 * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss.Ian Lance Taylor1-0/+1
1994-02-08Oops.Jeff Law1-1/+1
1994-02-08Renamed hppaosf.sh to hppaelf.shJeff Law1-0/+0
1994-02-04More sicko segmentation support.Steve Chamberlain4-0/+20
1994-01-14 Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (PhilippeIan Lance Taylor1-0/+5
De Muyter). * configure.in (m68k-motorola-sysv*) New target. * config/delta68.mt: New file. * emulparams/delta68.sh: New file. * scripttempl/delta68.sc: New file. * Makefile.in (ALL_EMULATIONS): Added em_delta68.o. (em_delta68.c): New target.
1994-01-04Add vsta.mt and vsta.sh.Rob Savoye1-0/+1
1994-01-01Support for VSTa micro-kernel.Rob Savoye1-0/+8
1993-12-31 * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't includeDavid MacKenzie1-0/+7
exec header offset, since the exec header isn't loaded. (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
1993-12-01New file for bare sparc-coff support.Ken Raeburn1-0/+7
1993-11-19 * configure.in (mips*-sgi-irix5*): New target. Use mipsb-elf32.Ian Lance Taylor1-0/+3
* emulparams/elf32mipsb.sh (DATA_ADDR): Define. (OTHER_READONLY_SECTIONS): Define for .reginfo. (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK. * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating. Move OTHER_READONLY_SECTIONS after all the other readonly sections. Don't use DATA_ADDR twice.
1993-11-12More correct m68k LynxOS supportStan Shebs2-5/+8
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.