Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-07-15 | remove dupliate include | David MacKenzie | 2 | -1/+6 | |
1993-07-15 | source cleanups; fix finding scripts | David MacKenzie | 1 | -1/+1 | |
1993-07-15 | Add h8/300h support. | David Edelsohn | 2 | -1/+10 | |
1993-07-15 | source cleanups; fix finding scripts | David MacKenzie | 5 | -65/+85 | |
1993-07-15 | h8/300h support | David Edelsohn | 1 | -0/+6 | |
1993-07-15 | * scripttempl/m88kbcs.sc: Removed TARGET statement. Changed | Ian Lance Taylor | 2 | -1/+9 | |
OUTPUT_FORMAT to use ${OUTPUT_FORMAT}. * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs. | |||||
1993-07-15 | * Makefile.in (em_m88kbcs.c): Correct dependency. | Ian Lance Taylor | 3 | -1/+47 | |
(scripttempl/m88kbcs.sc): It's ARCH, not arch. | |||||
1993-07-15 | * ldfile.c (ldlang_open_file, ldfile_open_command_file), | David MacKenzie | 3 | -48/+68 | |
main.c (main): Print the errno string in the error message. | |||||
1993-07-14 | * configure.in: Accept h8300h for target cpu. | David Edelsohn | 1 | -0/+7 | |
* ldmisc.c (vfinfo): Have demangle remove leading underscore if present (demangle is smart enough to know whether to do it or not). | |||||
1993-07-14 | Accept h8300h for target cpu. | David Edelsohn | 1 | -1/+1 | |
1993-07-13 | add a -I to the makeinfo command line | David D. Zuhn | 1 | -1/+1 | |
1993-07-13 | * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for | David MacKenzie | 2 | -14/+33 | |
ldscripts, as well as <ld bin dir> and SCRIPTDIR. | |||||
1993-07-12 | * ldlang.c (lang_process): Use sizeof instead of magic constant. | David MacKenzie | 3 | -55/+131 | |
* ldmain.c (get_emulation, check_for_scripts_dir, set_scripts_dir): New functions. (main): Call them. | |||||
1993-07-12 | configure.in, elf.sc changes | Ken Raeburn | 1 | -0/+8 | |
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-12 | Solaris 2 support; sparc64 sanitization. | Ken Raeburn | 2 | -0/+24 | |
1993-07-12 | fix values | Ken Raeburn | 1 | -3/+3 | |
1993-07-12 | Solaris 2 configuration; sparc64 sanitization. | Ken Raeburn | 2 | -0/+21 | |
1993-07-12 | Handle sparc64-* before sparc*. | Ken Raeburn | 1 | -2/+6 | |
Accept sparc-elf and sparc-solaris configurations (though ../configure.in should still not configure this directory by default, it's not completely working). | |||||
1993-07-08 | keep elf.sc | Ken Raeburn | 1 | -1/+1 | |
1993-07-08 | initial v9 stuff | Ken Raeburn | 4 | -0/+46 | |
1993-07-08 | ldmisc,ldlang,Makefile changes | Ken Raeburn | 1 | -1/+22 | |
1993-07-08 | ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when no | Ken Raeburn | 1 | -54/+93 | |
prototype is being supplied. (ldmalloc, ldrealloc): Size argument is now size_t. ldmisc.c (finfo): New function, accepts FILE* argument. (vfinfo, case 'v'): New format character; displays bfd_vma in hex without leading zeros. (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a bfd_vma value, instead of fprintf(%x) which won't hold a long long value. (concat, buystring): String lengths are size_t. (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t. | |||||
1993-07-08 | (new_stetement): Size argument is now type size_t. | Ken Raeburn | 1 | -1/+5 | |
Added forward declaration with prototype. | |||||
1993-07-08 | (ALL_EMULATIONS): Include $(OTHER_EMULATIONS) in case some target has stuff | Ken Raeburn | 1 | -1/+4 | |
to add. | |||||
1993-07-08 | forgot to check this in yesterday | Ken Raeburn | 1 | -0/+4 | |
1993-07-08 | * Make -v only print the version number. | David MacKenzie | 4 | -180/+61 | |
Share some Texinfo documentation with BFD. | |||||
1993-07-07 | Don't define bfd_vma here! | Ken Raeburn | 1 | -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 Taylor | 2 | -3/+6 | |
collect2 doesn't look for gld any more anyhow. | |||||
1993-07-05 | * config/hp300hpux.mt: Use emulation hp3hpux rather than | Ian Lance Taylor | 1 | -1/+1 | |
hp300hpux, since the latter does not exist. | |||||
1993-07-05 | * ldlang.c (lang_relocate_globals): Skip indirect symbols, which | Ian Lance Taylor | 2 | -0/+12 | |
now have a non NULL srefs_chain. | |||||
1993-07-03 | Passing -L. is no longer necessary. | David MacKenzie | 2 | -7/+7 | |
1993-07-03 | Fix previous fix. | David MacKenzie | 4 | -11/+28 | |
1993-07-03 | * ldmain.c (main): Don't add scriptdir to the lib search path. | David MacKenzie | 5 | -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-03 | scripttempl/h8300.sc: Add .tors section for constructor/destructors. | David Edelsohn | 1 | -0/+8 | |
1993-07-02 | h8500hms -> h8500 | Steve Chamberlain | 1 | -1/+1 | |
1993-07-01 | h8300hms -> h8300 | David Edelsohn | 1 | -1/+1 | |
1993-07-01 | * Makefile.in (.y.c): skip default .y.c rules. gnu make can now run in | K. Richard Pixley | 1 | -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 gnu | K. Richard Pixley | 2 | -3/+24 | |
make can run in parallel without colliding on yacc's static file names. | |||||
1993-06-30 | alpha-osf.mh -> alphaosf.mh | David Edelsohn | 1 | -1/+1 | |
1993-06-28 | * Makefile.in (scriptdir): Base on tooldir, not datadir. | David MacKenzie | 1 | -0/+4 | |
1993-06-26 | * ldver.c (help): New function. | David MacKenzie | 2 | -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 MacKenzie | 2 | -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-22 | fix include path again | Ken Raeburn | 1 | -0/+4 | |
1993-06-21 | * .Sanitize (Things-to-keep): Add emulparams, emultempl, scripttempl. | David MacKenzie | 2 | -0/+7 | |
1993-06-18 | single-quote $program_transform_name | David D. Zuhn | 1 | -1/+1 | |
1993-06-18 | more install/program_transform_name fixes | David D. Zuhn | 1 | -2/+2 | |
1993-06-18 | Fix install. | Steve Chamberlain | 1 | -2/+4 | |
1993-06-17 | doc last change | David D. Zuhn | 1 | -0/+5 | |
1993-06-17 | get install.sh canonicalized | David D. Zuhn | 1 | -1/+1 | |