aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1993-07-07Don't define bfd_vma here!Ken Raeburn1-4/+7
(Wasted at least a day tracking this damn thing down...)
1993-07-07 * Makefile.in (install): Don't install as $(tooldir)/bin/gld;Ian Lance Taylor2-3/+6
collect2 doesn't look for gld any more anyhow.
1993-07-05 * config/hp300hpux.mt: Use emulation hp3hpux rather thanIan Lance Taylor1-1/+1
hp300hpux, since the latter does not exist.
1993-07-05 * ldlang.c (lang_relocate_globals): Skip indirect symbols, whichIan Lance Taylor2-0/+12
now have a non NULL srefs_chain.
1993-07-03 Passing -L. is no longer necessary.David MacKenzie2-7/+7
1993-07-03 Fix previous fix.David MacKenzie4-11/+28
1993-07-03 * ldmain.c (main): Don't add scriptdir to the lib search path.David MacKenzie5-90/+146
* genscripts.sh: Put the scripts in the ldscripts directory, not emulations. * configure.in (ldscripts): Make, instead of emulations. * Makefile.in (scriptdir): Take off the "ld" part. (install, clean, distclean): Use ldscripts, not emulations. In tests, pass -L., not -Lemulations. (ldmain.o): Don't pass -DSCRIPTDIR=.... * ldlang.c (lang_process): Add "ldscripts/" to the name of the default script file.
1993-07-03scripttempl/h8300.sc: Add .tors section for constructor/destructors.David Edelsohn1-0/+8
1993-07-02h8500hms -> h8500Steve Chamberlain1-1/+1
1993-07-01h8300hms -> h8300David Edelsohn1-1/+1
1993-07-01* Makefile.in (.y.c): skip default .y.c rules. gnu make can now run inK. Richard Pixley1-3/+4
parallel without colliding on yacc's static file names. Without the stub rule, make will try to start two yacc's concurrently which fails because of yacc's static file names.
1993-06-30* Makefile.in (ldgram.[hc]): rewrite this rule in such a way that gnuK. Richard Pixley2-3/+24
make can run in parallel without colliding on yacc's static file names.
1993-06-30alpha-osf.mh -> alphaosf.mhDavid Edelsohn1-1/+1
1993-06-28 * Makefile.in (scriptdir): Base on tooldir, not datadir.David MacKenzie1-0/+4
1993-06-26 * ldver.c (help): New function.David MacKenzie2-1/+28
* ldver.h: Declare it. * ldlex.l, ldgram.y: Recognize new options --help and --version.
1993-06-22 * ldlex.l, ldgram.y: Support new -oformat option.David MacKenzie2-40/+39
Remove attempt at supporting script fragments on the command line. * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT. * mri.c (mri_format), ldgram.y: Change callers. * ldlang.h: Change prototype.
1993-06-22fix include path againKen Raeburn1-0/+4
1993-06-21 * .Sanitize (Things-to-keep): Add emulparams, emultempl, scripttempl.David MacKenzie2-0/+7
1993-06-18single-quote $program_transform_nameDavid D. Zuhn1-1/+1
1993-06-18more install/program_transform_name fixesDavid D. Zuhn1-2/+2
1993-06-18Fix install.Steve Chamberlain1-2/+4
1993-06-17doc last changeDavid D. Zuhn1-0/+5
1993-06-17get install.sh canonicalizedDavid D. Zuhn1-1/+1
1993-06-17Document -Map option.David MacKenzie2-6/+26
1993-06-17 * ldgram.y: Tweak grammar to make reporting of invalid options work.David MacKenzie2-4/+9
1993-06-17Support for constructors.Steve Chamberlain1-0/+11
1993-06-17 * Makefile.in (.cc.o): Restore .SUFFIXES entry for .ccDavid MacKenzie2-0/+12
and .cc.o rule.
1993-06-17Moved to emulparams subdir.David MacKenzie29-204/+0
1993-06-17Moved to scripttempl subdir.David MacKenzie17-576/+0
1993-06-17Moved to emultempl subdir.David MacKenzie10-1161/+0
1993-06-17No longer needed.David MacKenzie1-43/+0
1993-06-17 * ldfile.c (ldfile_open_command): Don't try .ld extension.David MacKenzie63-743/+1774
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.
1993-06-16Nuke dir.David MacKenzie2-70/+0
1993-06-16look in ../include instead of ../bfd for bfd.hKen Raeburn1-1/+1
1993-06-16Makefile.in, aout.sc-sh, hp3hpux.sh changesKen Raeburn1-0/+10
1993-06-16* aout.sc-sh: Add SHLIB_PATH like STACKZERO. Make STACKZEROKen Raeburn2-1/+4
dependent on RELOCATING, not RELOCATION. * hp3hpux.sh (SHLIB_PATH): Define it.
1993-06-16remove parentdir support; use INSTALL_XFORMDavid D. Zuhn2-17/+28
1993-06-10 * ldexp.c (exp_fold_tree): Don't lose the old flag bits.Ian Lance Taylor2-1/+21
* ldgram.y (statement_list_opt): New nonterminal, either empty or statement_list. (section): Use statement_list_opt, not statement_list. * m68kcoff.sc-sh: Gather constructors and destructors and define __CTOR_LIST__ and __DTOR_LIST__ appropriately. * sa29200.sc-sh: Gather constructors and destructors and define ___CTOR_LIST__ and ___DTOR_LIST__ appropriately.
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner2-17/+22
* configure.in: No longer need to configure to get sysdep.h.
1993-06-04 * Makefile.in: remove old C++ rules; remove install:all andDavid D. Zuhn2-7/+8
install-info:info dependencies (these cause some spurious rebuilds at 'make install' time)
1993-06-04Support for Alpha.Steve Chamberlain2-0/+3
1993-06-04Remove sh sanitization comments.Ian Lance Taylor1-9/+2
1993-06-04 * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.Ian Lance Taylor6-1/+22
(mips-idt-ecoff*): Added trailing '*'. * config/mips-idtl.mt: New file; use EMUL of mipsidtl. * mipsidtl.sh: New file; like mipsidt.sh, but little endian. * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
1993-06-04 * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete andIan Lance Taylor2-2/+5
incorrect definitions.
1993-06-01 * ldsym.c (write_file_locals): Write BSF_CONSTRUCTORPer Bothner2-2/+10
symbols, unless stripping.
1993-05-27added things-to-lose sectionsK. Richard Pixley3-0/+7
1993-05-25 * Makefile.in: configure looks for ####, so remove lines with manyIan Lance Taylor5-10/+39
'#' characters. * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 and HOSTING_LIBS correctly so that ``make check'' will work.
1993-05-20missed part of renaming updateKen Raeburn1-1/+1
1993-05-20 * mips.sc-sh: Define _etext, _edata, and _end, in additionPer Bothner1-0/+3
to etext, edata, and end. Needed for IRIX 4.0.5F. Patch from mwp@iconix.oz.au (Michael Paddon).
1993-05-20missed this in mipsbsd renamingKen Raeburn1-1/+1