* readelf.c (display_debug_lines): Use unsigned long for address
[binutils-gdb.git] / binutils / ChangeLog
index 00048c16af6ce7ea68de3a803fa8da61d477a6fc..ec27c2e5fa73ae2dbdd1badbb254405fa6e28776 100644 (file)
@@ -1,3 +1,58 @@
+2005-09-20  Richard Henderson  <rth@redhat.com>
+
+       * readelf.c (display_debug_lines): Use unsigned long for address
+       increments.  Use 0x prefix for all hex numbers.
+
+2005-09-09  Richard Earnshaw  <richard.earnshaw@arm.com>
+
+       * readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and
+       SHT_ARM_ATTRIBUTES.
+
+2005-09-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (get_elf_section_flags): Handle 64bit sh_flags.
+
+2005-09-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (debug_abbrev_contents): New.
+       (debug_abbrev_size): Likewise.
+       (load_debug_abbrev): Likewise.
+       (free_debug_abbrev): Likewise.
+       (process_debug_info): Use them.
+
+2005-08-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/1179
+       * objdump.c (disassemble_bytes): Don't adjust
+       adjust_section_vma.
+       (adjust_addresses): Don't adjust vma for debugging section.
+       Adjust lma only for relocatable files.
+       (dump_bfd): Tell adjust_addresses if it is a relocatable file.
+
+2005-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined.
+
+       * configure.in (AC_GNU_SOURCE): Added.
+       (AC_CHECK_DECLS): Add stpcpy.
+       * configure: Regenerated.
+       * config.in: Likewise.
+
+2005-08-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL,
+       UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname
+       buffer sizes.
+
+2005-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/binutils.texi (objdump): Document -M e300.
+
+2005-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
+       Don't access table entries past the end of the table.
+
 2005-08-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.