Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-11-12 | More correct m68k LynxOS support | Stan Shebs | 2 | -0/+36 | |
1993-11-02 | * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext, | Jeff Law | 1 | -2/+7 | |
edata, _edata, end): Add definitions of these symbols. (__end): Remove definition of this symbol. (__data_start): Move definition of this symbol. | |||||
1993-11-01 | Keep Sparc file | Stan Shebs | 1 | -1/+2 | |
1993-10-29 | Sparc COFF support | Stan Shebs | 1 | -0/+37 | |
1993-10-19 | New files for Alpha linker. | Ian Lance Taylor | 2 | -0/+70 | |
1993-08-24 | From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>: | Ken Raeburn | 1 | -0/+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-17 | * scripttempl/h8500.sc: Start all sections in a different segment. | Steve Chamberlain | 1 | -11/+39 | |
* scripttempl/z8ksim.sc: Handle constructors | |||||
1993-08-04 | Keep h8300h.sc | Steve Chamberlain | 1 | -0/+1 | |
1993-07-15 | * Makefile.in (em_m88kbcs.c): Correct dependency. | Ian Lance Taylor | 1 | -0/+41 | |
(scripttempl/m88kbcs.sc): It's ARCH, not arch. | |||||
1993-07-12 | Include .init, .fini, .rodata sections. | Ken Raeburn | 1 | -4/+8 | |
Create symbol "end" instead of "__end". Comment out some parts that may not be needed (yet) for elf. | |||||
1993-07-08 | keep elf.sc | Ken Raeburn | 1 | -1/+1 | |
1993-07-08 | initial v9 stuff | Ken Raeburn | 1 | -0/+32 | |
1993-06-17 | Support for constructors. | Steve Chamberlain | 1 | -0/+11 | |
1993-06-17 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | David MacKenzie | 15 | -0/+466 | |
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. |