home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / binutils-2.2.1 / binutils / NEWS < prev    next >
Encoding:
Text File  |  1993-05-17  |  1.5 KB  |  41 lines

  1. Changes since binutils 2.1
  2.  
  3. * The 'copy' program has been renamed to 'objcopy', for
  4.   consistency with 'objdump', and because 'copy' might more
  5.   plausibly be used as a synonym for 'cp'.
  6.  
  7. * The new stand-alone program c++filt is a filter that converts encoded
  8.   (mangled) C++ assembly-level identifiers to user-level names.
  9.   (Note:  This may get moved to the gcc distribution.)
  10.  
  11. * nm -o on an archive now prefixes each line with the archive name,
  12.   matching the output from BSD nm.
  13.  
  14. * ar (and ld) can now read (but not write) BSD4.4-style archives.
  15.  
  16. * New support for H8500, Z8000, and the Hitach SH.
  17.  
  18. * Dis-assembler interface changed to allow sharing with gdb.
  19.  
  20. * There is new Elf code, but it is not yet ready for general use.
  21.  
  22. * There is the beginnings of a test suite.
  23.  
  24. Changes since binutils 2.0
  25.  
  26. * There is now support for writing ECOFF files, so ld and the
  27.   other utilities should work on Risc/Ultrix and Irix.
  28.   Please let us know how well this works.
  29.  
  30. * ar now automatically creates a symbol table (a __.SYMDEF member,
  31.   in the BSD version), if there are any object files in the archive.
  32.   So running ranlib is now redundant (unless the non-standard q
  33.   command is used).  This is required for Posix.2 conformance.
  34.  
  35. * The archive-reading code now reads both BSD-style and SYSV-style archives
  36.   independently of the selected target format.  This is to encourage
  37.   people to switch to SYSV-format, which has a number of advantages.
  38.  
  39. * The strip and copy programs now have options to remove debug-symbols
  40.   only and/or local symbols only.  They now also support long options.
  41.