Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-07-08 | * Make -v only print the version number. | David MacKenzie | 1 | -168/+32 | |
Share some Texinfo documentation with BFD. | |||||
1993-06-22 | * ldlex.l, ldgram.y: Support new -oformat option. | David MacKenzie | 1 | -15/+18 | |
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-17 | Document -Map option. | David MacKenzie | 1 | -6/+13 | |
1993-06-17 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | David MacKenzie | 1 | -14/+38 | |
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-04-29 | Clean up English and Texinfo usage. | David MacKenzie | 1 | -523/+306 | |
1993-03-30 | Fix index reference (h8/300, not i960). | Roland Pesch | 1 | -87/+120 | |
1992-08-19 | Introduce more blanks in examples; minor formatting cleanup. | Roland Pesch | 1 | -34/+34 | |
1992-08-08 | Restore docn for -N, now reintroduced into this generation of linker. | Roland Pesch | 1 | -91/+90 | |
1992-05-07 | @{ ... @} --> @code{ ... } | Roland Pesch | 1 | -1/+1 | |
1992-05-05 | {} -> @{@} | K. Richard Pixley | 1 | -1/+1 | |
1992-05-05 | Doc for MRI-compatible linker scripts. | Roland Pesch | 1 | -83/+214 | |
1992-01-24 | (1) describe -relax | Roland Pesch | 1 | -258/+419 | |
(2) restructure machine dependencies into separate chapter (3) replace pretty, but quick to become obsolete, graph of BFD platforms vs architectures with extended excerpt from (and ref to ) objdump -i. | |||||
1991-11-08 | Smallbook format fixes. | Roland Pesch | 1 | -91/+100 | |
1991-10-05 | Fixed info-markup bugs; makeinfo now succeeds with no complaints. | Roland Pesch | 1 | -495/+1167 | |
1991-04-20 | Updated, amplified, and reorganized linker manual. Option-flag | Roland Pesch | 1 | -577/+1044 | |
description believed complete as of today; still holes---small ones---in "commands" section. BFD section also needs better table of supported archs and formats; see FIXMEs for scattered q's and desiderata. | |||||
1991-04-15 | Initial revision | Roland Pesch | 1 | -0/+1014 | |