2005-02-18 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 1719595875b202418a31ac9c069075b1e9f2e18d..12837ea5376351aee8c2bbec665ff944d64a0eec 100644 (file)
@@ -1,3 +1,67 @@
+2005-02-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (display_debug_loc): Print out offset for end of
+       list.
+
+2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * Makefile.am (TOOL_PROGS): Add objdump.
+       * Makefile.in: Regenerate.
+
+2005-02-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * deflex.l (YY_NO_UNPUT): Define.
+       * rclex.l (YY_NO_UNPUT): Define.
+       * rcparse.y (null_unichar): New static var.
+       (res_null_text): Use it rather than attempting to init from wchar_t.
+       * windres.c: Include assert.h and time.h before getopt.h.
+       Include config.h and unistd.h too.
+
+2005-02-15  Nick Clifton  <nickc@redhat.com>
+
+       * nlmconv.c: Provide a full prototype for the localtime() function
+       in order to avoid a compile time warning.
+
+2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (group_count): Don't initialize it.
+       (process_section_groups): Reurn 1 if we won't do unwind nor
+       section groups. Set group_count to 0 before counting group
+       sections and return 1 if there are no group sections. Reread
+       SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
+       section 0.
+       (process_object): Only set do_unwind to 0 if
+       process_section_groups return 0.
+
+2005-02-10  Ian Lance Taylor  <ian@airs.com>
+
+       * MAINTAINERS: Update my e-mail address.
+
+2005-02-10  Mark Mitchell  <mark@codesourcery.com>
+
+       * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
+       maintainers.
+
+2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>
+
+        * MAINTAINERS: Add self as maintainer of MAXQ.
+
+2005-01-31  Richard Sandiford  <rsandifo@redhat.com>
+
+       * readelf.c (eh_addr_size): New variable.
+       (find_section): Move earlier in file.  Return empty sections too.
+       (process_program_headers): Use find_section to find .dynamic.
+       (process_section_headers): Initialize eh_addr_size.
+       (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
+       (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
+       (display_debug_frames): Use it instead of local addr_size variable.
+       (size_of_encoded_value): Get pointer size from eh_addr_size rather
+       than is_32bit_elf.
+
+2005-01-31  Andrew Cagney  <cagney@gnu.org>
+
+       * configure: Regenerate to track ../gettext.m4.
+
 2005-01-31  Nick Clifton  <nickc@redhat.com>
 
        * version.c (print_version): Bump the copyright date to 2005.
This page took 0.024332 seconds and 4 git commands to generate.