Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-06-07 | * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. | Per Bothner | 2 | -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 and | David D. Zuhn | 2 | -7/+8 | |
install-info:info dependencies (these cause some spurious rebuilds at 'make install' time) | |||||
1993-06-04 | Support for Alpha. | Steve Chamberlain | 2 | -0/+3 | |
1993-06-04 | Remove sh sanitization comments. | Ian Lance Taylor | 1 | -9/+2 | |
1993-06-04 | * configure.in (mips-idt-ecoffl*): New target; use mips-idtl. | Ian Lance Taylor | 6 | -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 and | Ian Lance Taylor | 2 | -2/+5 | |
incorrect definitions. | |||||
1993-06-01 | * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR | Per Bothner | 2 | -2/+10 | |
symbols, unless stripping. | |||||
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 3 | -0/+7 | |
1993-05-25 | * Makefile.in: configure looks for ####, so remove lines with many | Ian Lance Taylor | 5 | -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-20 | missed part of renaming update | Ken Raeburn | 1 | -1/+1 | |
1993-05-20 | * mips.sc-sh: Define _etext, _edata, and _end, in addition | Per Bothner | 1 | -0/+3 | |
to etext, edata, and end. Needed for IRIX 4.0.5F. Patch from mwp@iconix.oz.au (Michael Paddon). | |||||
1993-05-20 | missed this in mipsbsd renaming | Ken Raeburn | 1 | -1/+1 | |
1993-05-20 | rename aout-mipsbsd.sc-sh to mipsbsd.sc-sh for 14-char file systems | Ken Raeburn | 2 | -0/+16 | |
1993-05-17 | New file. | Per Bothner | 3 | -0/+21 | |
1993-05-14 | * mips.sc-sh: Don't define BSS_VAR unless relocating. | Ian Lance Taylor | 1 | -1/+1 | |
1993-05-06 | keep new files; get rid of trailing spaces after sh-support file names | Ken Raeburn | 2 | -3/+10 | |
1993-05-05 | hppaosf host & target makefile frags | Ken Raeburn | 2 | -0/+4 | |
1993-05-05 | *** empty log message *** | Ken Raeburn | 1 | -0/+23 | |
1993-05-05 | missed a file | Ken Raeburn | 1 | -0/+8 | |
1993-05-04 | * mips.sc-sh: Put constructors in the .data section. | Ian Lance Taylor | 3 | -1/+7 | |
* Makefile.in (cdtest): Added dependency on ld.new. | |||||
1993-05-04 | * Makefile.in: Change definition of $(tooldir) to match FSF. | Per Bothner | 5 | -237/+71 | |
* vax.sh, config/vax.mt, configure.in, Makefile.in: Support VAX Ultrix and BSD. | |||||
1993-05-04 | * config/vax.mt: Support VAX Ultrix and BSD. | Per Bothner | 2 | -0/+2 | |
1993-05-03 | More resonable default. | Steve Chamberlain | 1 | -6/+2 | |
1993-05-03 | hppa-osf(elf) support files | Ken Raeburn | 2 | -0/+144 | |
1993-05-03 | comment formatting fixup | Ken Raeburn | 1 | -2/+2 | |
1993-04-29 | Clean up English and Texinfo usage. | David MacKenzie | 1 | -523/+306 | |
1993-04-28 | changes for hp300hpux -- won't be enabled until bfd work is done | Ken Raeburn | 3 | -0/+9 | |
1993-04-27 | sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH. | Steve Chamberlain | 6 | -1/+151 | |
1993-04-09 | Support for the H8/500 | Steve Chamberlain | 8 | -57/+78 | |
1993-04-02 | * ldlang.c (lang_output_section_statement_lookup): Initialize all | Ian Lance Taylor | 2 | -0/+21 | |
fields of newly created structure. | |||||
1993-03-30 | ld.texinfo: | Roland Pesch | 3 | -11/+50 | |
Conditionalize manual to maintain Cygnus, Hitachi versions in parallel. (Texinfo conditionals are stable enough to permit this, at last!) NOTE: @ignore'd passages from earlier versions DELETED; use CVS history to retrieve if wanted. gen-doc.texi, h8-doc.texi: manual configuration definitions. Makefile.in: link config defn (`gen' by default) to configdoc.texi, included by ld.texinfo .Sanitize: add gen-doc.texi, h8-doc.texi | |||||
1993-03-30 | Support for linking and loading at different places: | Steve Chamberlain | 4 | -48/+107 | |
* ldlex.l: Add "AT" keyword. * ldgram.y: Cleanup, and parse AT. * ldlang.c (print_output_section_statement): Print output address of section in map. (lang_size_sections): Fill sections' lma with load address. * ldlang.h (lang_output_section_statement_type): Add load_base information. | |||||
1993-03-30 | Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 6 | -642/+783 | |
* ldindr.c (add_indirect): Keep more information in the alias symbol chain. * ldlang.c (wild_doit): Don't inherit NEVER_LOAD section attribute from an input section. * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by default. (Q_enter_file_symbos): Indirect symbols now are known by their section, not a special symbol flag. * ldsym.c (write_file_locals): Indirect symbols aren't local. (write_file_globals): Write the mapping for an indirect symbol. * relax.c (build_it): When forced to write a NEVER_LOAD section, fill it with zeros. | |||||
1993-03-30 | Fix index reference (h8/300, not i960). | Roland Pesch | 1 | -87/+120 | |
1993-03-23 | add dvi & installcheck | David D. Zuhn | 1 | -0/+18 | |
1993-03-09 | Removed obsolete Makefile.dos. | Ian Lance Taylor | 2 | -584/+4 | |
1993-03-04 | * mips.sc-sh: Added variables which may be overridden by a | Ian Lance Taylor | 6 | -7/+37 | |
specific emulation. * mipsidt.sh: New file; emulation for IDT MIPS board. * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. * config/mips-idt.mt: New file; sets EMUL to mipsidt. * configure.in (mips-idt-ecoff): New target; uses mips-idt. | |||||
1993-02-28 | mips-bsd and 386bsd support | Ken Raeburn | 10 | -3/+82 | |
1993-02-26 | Added initial sparc-v9 support. | David Edelsohn | 1 | -1/+31 | |
1993-02-25 | * ldsym.c (KEEP macro): Add spaces around '=' for the | Per Bothner | 2 | -1/+6 | |
sake of old (e.g. PCC) compilers. | |||||
1993-02-25 | Bump to version 2.1. | Per Bothner | 1 | -0/+4 | |
1993-02-19 | fix go32 configuration | David D. Zuhn | 1 | -0/+4 | |
1993-02-13 | removing excess verbosity | David D. Zuhn | 2 | -4/+4 | |
1993-02-13 | keep everything that's present now | David D. Zuhn | 1 | -16/+11 | |
1993-02-12 | * ldgram.y: allow section types without address expressions. | Steve Chamberlain | 1 | -0/+16 | |
* ldlang.c (lang_relocate_globals): avoid possible hang with undefined but unreferenced symbols. * relax.c (relax_section): don't complain if the script file isn't relaxable but -relax is set | |||||
1993-02-12 | * ldgram.y: allow section types without address expressions. | Steve Chamberlain | 1 | -2/+3 | |
* ldlang.c (lang_relocate_globals): avoid possible hang with undefined but unreferenced symbols. * relax.c (relax_section): don't complain if the script file isn't relaxable but -relax is set | |||||
1993-02-09 | Removed garbage after #endif. | Ian Lance Taylor | 1 | -1/+1 | |
1993-02-03 | Keep forgetting those .Sanitize files. | Ian Lance Taylor | 2 | -1/+6 | |
1993-02-03 | Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -0/+6 | |
* mipsbig.sh: New file. Big endian MIPS emulation. * config/mips-big.mt: New file. Use mipsbig emulation. * configure.in (mips-sgi-irix*): Use target mips-big. * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o. (em_mipsbig.c): New target. Uses mipsbig.sh. | |||||
1993-02-02 | Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -0/+11 | |
* mips.sc-sh: Put .scommon sections into .sbss section. * ldmain.c (subfile_wanted_p): Preserve section of common symbols, rather than always putting them in bfd_com_section. * ldlang.c (lang_common): If a common symbol is not in bfd_com_section, put in a section of the same name, rather than always putting it in section COMMON. |