home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / ld / readme < prev    next >
Encoding:
Text File  |  1993-05-30  |  1.2 KB  |  39 lines

  1. This is a BETA release of a completely rewritten GNU linker.
  2. It is distributed with other "binary utilities" which should
  3. be in ../binutils.  See ../binutils/README for more general notes,
  4. including where to send bug reports.
  5.  
  6. There are many new features of the linker:
  7.  
  8. * The linker uses a Binary File Descriptor library (../bfd)
  9.   that it uses to read and write object files.  This helps
  10.   insulate the linker itself from the format of object files.
  11.  
  12. * The linker support a number of different object file
  13.   formats.  It can even handle multiple formats at once:
  14.   Read two input formats and write a third.
  15.  
  16. * The linker can be configured for cross-linking.
  17.  
  18. * The linker contains a control language.
  19.  
  20. * There is a user manual (ld.texinfo), as well as the
  21.   beginnings of an internals manual (ldint.texinfo).
  22.  
  23. Installation
  24. ============
  25.  
  26. See ../binutils/README.
  27. If you want to make a cross-linker, you may want to specify
  28. a different search path of -lfoo libraries than the default.
  29. You can do this by setting the LIB_PATH variable in ./Makefile.
  30.  
  31. Porting to a new target
  32. =======================
  33.  
  34. See the Porting chapter in the ldint.texinfo manual.
  35.  
  36. Reporting bugs etc
  37. ===========================
  38. See ../binutils/README.
  39.