home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / ChangeLog.amiga next >
Text File  |  1996-09-28  |  2KB  |  54 lines

  1. Thu Aug 29 17:53:51 1996  Daniel Verite <daniel@brainstorm.eu.org>
  2.     * bfd/amigaos.c (amiga_get_section_contents): handle sections that
  3.     are larger than their disksize.
  4.     (amiga_make_unique_section): remove infinite loop.
  5.  
  6. Sun Aug  4 22:15:56 1996  Fred Fish  <fnf@ninemoons.com>
  7.  
  8.     * bfd/amigaoslink.c (sys/types.h): Include before genlink.h to get
  9.     definition for size_t which is used in genlink.h.  This was not
  10.     getting defined during a cross compilation on alpha-dec-osf2.0 for
  11.     some reason.
  12.     * ld/ldfile.c (ldfile_open_file_search): Use alloca to allocate
  13.     dynamically sized array, rather than using a GNU C extension that
  14.     is not portable.    
  15.  
  16. Tue Jul 23 16:29:55 1996  Daniel Verite <daniel@brainstorm.eu.org>
  17.  
  18.     * update from version 2.6 to version 2.7
  19.  
  20. Thu Jul 18 16:58:11 1996  Daniel Verite <daniel@brainstorm.eu.org>
  21.  
  22.     * bfd/amigaoslink.c (aout_perform_reloc): fix baserel 16 bits
  23.     relocs.
  24.     (my_add_to): fix sign bug in extraction of 16 bits values.
  25.  
  26.     * binutils/objdump.c (disassemble_data): added a sanity check.
  27.  
  28. Sun Jul  7 12:15:39 1996  Kamil Iskra <iskra@student.uci.agh.edu.pl>
  29.  
  30.     * bfd/amigaos.c (amiga_write_symbols): Fix Daniel's workaround for
  31.     outputting long symbol names.
  32.  
  33. Thu Jun 27 17:35:32 1996 Daniel Verite <daniel@brainstorm.eu.org>
  34.  
  35.     * bfd/amigaos.c (amiga_write_object_contents): don't output symbols
  36.     which are not attached to any section, such as indirect symbols.
  37.  
  38. Sat Jun 22 21:41:37 1996 Daniel Verite <daniel@brainstorm.eu.org>
  39.  
  40.     * ld/{ldfile.c, lexsup.c}: sort the flavors
  41.  
  42. Tue Jun 11 12:52:10 1996 Daniel Verite <daniel@brainstorm.eu.org>
  43.  
  44.     * bfd/amigaoslink.c (mygeta4): function removed.
  45.     (amiga_final_link): search for ___a4_init symbol in the global hash
  46.     table and cache its value in the backend data.
  47.  
  48.     * bfd/amigaos.c (write_longs): return a boolean instead of the
  49.     number of longs written.
  50.     (write_section_contents): split reloc hunks at 0xffff entries.
  51.     (amiga_write_symbols): cut the names in hunk symbols at 124 characters
  52.     (workaround for an amigaos bug).
  53.     (amiga_handle_rest): added a sanity check in reloc hunks parsing.
  54.