* stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 29224c4c6b5f054f0787a57cf282c3778cc22369..83f5672e698c1e87331d1bf1dbda9b1faa3203f9 100644 (file)
@@ -1,3 +1,83 @@
+Wed Jul  1 20:43:52 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
+       integers with real upper bounds.  Handle a lower bound one larger
+       than the upper bound as a signed integer.  Handle 8 byte signed
+       integers.
+       (stab_demangle_template): Optionally return the demangled name of
+       the template.
+       (stab_demangle_qualified): Treat a template name as a tagged
+       type.
+       (stab_demangle_fund_type): Likewise.
+
+Wed Jul  1 16:29:50 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * objcopy.c: Minor formatting improvements.
+       * readelf.c: Minor output formatting improvement.
+
+Wed Jul  1 14:23:48 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * rclex.l: Add casts and change types to avoid warnings.
+       * rcparse.y: Likewise.
+       * resbin.c: Likewise.
+       * rescoff.c: Likewise.
+       * resrc.c: Likewise.
+
+       * Makefile.am: Rebuild dependencies.
+       (HFILES): Remove readelf.h.
+       * Makefile.in: Rebuild.
+
+       Based on patches from Andrew Kozin
+       <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>:
+       * winduni.h: New file, from windres.h.
+       * winduni.c: New file, from windres.c.
+       * windres.c: Move Unicode functions into winduni.c.
+       * windres.h: Move Unicode declarations into winduni.h.  Include
+       winduni.h.
+       (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows
+       macro.  Change all uses.
+       (RT_PLUGPLAY, RT_VXD): Correct values.
+       * Makefile.am (HFILES): Add windres.h.
+       (CFILES): Add winduni.c.
+       (windres_SOURCES): Add winduni.c.
+
+Mon Jun 29 17:01:21 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Use BFD Internal and External Elf structures.
+       * readelf.h: Removed - no longer needed.
+       * Makefile.in: Remove readelf.c's dependency upon readelf.h.
+
+1998-06-26  Vladimir N. Makarov  <vmakarov@cygnus.com>
+
+       * objcopy.c (strip_main): keep_specific_list == NULL as additional
+       condition to set up strip all symbols by default.
+       (copy_archive): don't change archive when error in object files of
+       the archive.
+
+Wed Jun 24 17:53:47 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * stabs.c (parse_number): Sign extend negative values correctly if
+       bfd_vma is larger than unsigned long.
+
+Tue Jun 23 14:55:05 1998  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.am (install-exec-local): Don't let EXEEXT interfere
+       with the program transform name.
+       * Makefile.in: Rebuild.
+
+Tue Jun 23 11:08:53 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Rewrite to use fopen/fread ratehr than mmap.
+
+       Add --section-headers command line switch, which is an alias for
+       --sections.
+
+       Incorporate improvemnts made by Andreas Schwab
+       <schwab@issan.informatik.uni-dortmund.de> including output
+       formatting and version info display.
+
+       * binutils.texi: Document --section-headers switch to readelf. 
+
 Mon Jun 22 18:28:19 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * readelf.c: Include bfd.h and bucomm.h before system header
This page took 0.024518 seconds and 4 git commands to generate.