aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10* dwarf.c (process_debug_info): Line up section offsets ofJim Blandy1-0/+4
attribute values with those of dies. (read_and_display_attr): Reduce spacing here.
2007-10-10* dwarf.c (display_debug_lines): Print the offset of each lineJim Blandy1-0/+5
number program header.
2007-10-09binutils/H.J. Lu1-0/+6
2007-10-09 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4476 * readelf.c (print_dynamic_symbol): New. (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols. ld/testsuite/ 2007-10-09 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4476 * ld-elf/hash.d: Check "-s -D" for readelf.
2007-10-09*** empty log message ***Carlos O'Donell1-0/+9
2007-10-04Fix spelling typos.Nick Clifton1-0/+5
2007-10-03 * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.Alan Modra1-0/+4
2007-09-25Fix spelling typoNick Clifton1-0/+4
2007-09-17* readelf.c (do_archive_index): New.Nick Clifton1-0/+10
(options): Add -c and --archive-index option. (usage): Add -c option. (parse_args): Add c option parsing. (process_archive): Dump archive index. * NEWS: Mention the new feature. * doc/binutils.texi: Document the new feature.
2007-09-17Updated Spanish translationNick Clifton1-0/+4
2007-09-17* doc/binutils.texi (objdump): Describe the output of the --syms option in ↵Nick Clifton1-0/+5
more detail.
2007-09-17PR binutils/4987Nick Clifton1-0/+6
* resrc.c: (read_rc_file): Move 'filename' default initialization to start of function.
2007-09-14Add AMD SSE5 supportMichael Meissner1-0/+5
2007-09-13 * nm.c (value_format_64bit, set_print_radix, print_value): HandleAlan Modra1-0/+10
BFD_HOST_64BIT_LONG_LONG. * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG. (print_vma): Handle BFD_HOST_64BIT_LONG_LONG. (dump_relocations): Likewise. Expand _bfd_int64_low in a number of places.
2007-09-11PR/5020: STRINGTABLE doesn't work in 2.18 windres.Kai Tietz1-0/+4
2007-09-10 PR 5011Alan Modra1-0/+6
* readelf.c (process_version_sections): Don't read past end of various section buffers.
2007-08-312007-08-31 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+7
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. * Makefile.in: Regenerated. * sysdep.h: Include "config.h" first.
2007-08-31* po/sk.po: New Slovakian translation.Nick Clifton1-0/+6
* configure.in (LINGUAS): Add sk. * configure: Regenerate.
2007-08-30* readelf.c (dump_type): New type used to classify the kinds of dump ↵Nick Clifton1-0/+22
requested by the user. (dump_sects, cmdline_dump_sects): Use the new type. (options): Add --string-dump option. (request_dump): Rename to request_dump_bynumber. Use dump_type. (request_dump_byname): Use dump_type. (parse_args): Parse --string-dump option. (process_section_headers): Fix calls to request_dump. (initialise_dumps_byname): Likewise. (dump_section): Rename to dump_section_as_bytes. (dump_section_as_strings): New function. Display the contents of a section as printable strings. (process_section_contents): String dump the section if requested. (process_object): Use dump_type. (main): Likewise. * Makefile.am: Add dependency for readelf.c on safe-ctype.h. * Makefile.in: Regenerate. * NEWS: Mention the new feature. * doc/binutils.texi: Document the new feature. * testsuite/binutils-all/dumptest.s: New test file. * testsuite/binutils-all/readelf.exp: Add test of readelf's -p switch.
2007-08-30 * bucomm.c (bfd_nonfatal_message): New.Nathan Sidwell1-0/+11
* bucomm.h (bfd_nonfatal_message): Declare. * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use bfd_nonfatal_message. (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL calls, or replace with bfd_nonfatal_message calls as appropriate. (copy_object, copy_archive, copy_file, setup_section, copy_section, write_debugging_info): Likewise.
2007-08-28Mention Coverity's contribution to bfdNick Clifton1-0/+4
2007-08-25include/elf/Alan Modra1-0/+4
* common.h (NT_SPU): Define. bfd/ * elf.c (elfcore_grok_spu_note): New function. (elf_parse_notes): Call it. binutils/ * readelf.c (process_note): Recognize SPU core file notes.
2007-08-24 * configure.in: Install embedspu on powerpc*-*-eabi* also.Daniel Jacobowitz1-0/+5
* configure: Regenerated.
2007-08-24Translation updates.Daniel Jacobowitz1-0/+4
2007-08-24binutils/Ben Elliston1-0/+4
* doc/binutils.texi (objdump): Document -Mppcps. gas/ * config/tc-ppc.c (parse_cpu): Handle "750cl". (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7". (md_show_usage): Document -m750cl. (md_assemble): Handle two delimiters in succession (eg. `),'). * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl. * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests. * testsuite/gas/ppc/ppc750ps.s: New file. * testsuite/gas/ppc/ppc750ps.d: Likewise. include/opcode/ * ppc.h (PPC_OPCODE_PPCPS): New. opcodes/ * ppc-opc.c (PSW, PSWM, PSQ, PSQM, PSD, MTMSRD_L): New. (XOPS, XOPS_MASK, XW, XW_MASK): Likewise. (PPCPS): Likewise. (powerpc_opcodes): Add all pair singles instructions. * ppc-dis.c (powerpc_dialect): Handle "ppcps". (print_ppc_disassembler_options): Document -Mppcps.
2007-08-17 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.Alan Modra1-0/+4
2007-08-16bfd/H.J. Lu1-0/+4
2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * elf.c: Revert last change. binutils/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * readelf.c: Revert last change. include/elf/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * common.h: Revert last change.
2007-08-16bfd/H.J. Lu1-0/+5
2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * elf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR. (bfd_section_from_phdr): Likewise. (get_program_header_size): Likewise. Add a PT_GNU_ATTR segment if there is an attribute section. (_bfd_elf_map_sections_to_segments): Likewise. (IS_SECTION_IN_INPUT_SEGMENT): Likewise. binutils/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR. include/elf/ 2007-08-16 H.J. Lu <hongjiu.lu@intel.com> * common.h (PT_GNU_STACK): Renamed to ... (PT_GNU_ATTR): This. (PT_GNU_STACK): New. Make an alias of PT_GNU_ATTR.
2007-08-13 * NEWS: Add a marker for the 2.18 features.Daniel Jacobowitz1-0/+4
2007-08-13 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): IncludeDaniel Jacobowitz1-0/+6
$(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate.
2007-08-10Add M R Swami Reddy as CR16/CRX support maintainer.Nick Clifton1-0/+5
2007-08-10Updated Finnish, Irish and Vietnamese translationsNick Clifton1-0/+5
2007-08-10patch: Correct documentation of windmc.Kai Tietz1-0/+4
2007-08-04 PR 4888Alan Modra1-0/+8
* objcopy.c (setup_section): Do modify section flags for ELF STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent header rewrite by twiddling input section flags instead. Simplify code setting SHT_NOBITS.
2007-07-28* MAINTAINERS: Update my email address.Christopher Faylor1-0/+4
2007-07-27 * readelf.c (process_archive): Also skip Irix6-style archive symbolAdam Nemet1-0/+5
tables.
2007-07-24* readelf.c (NUM_ELEM): Remove redundant macro; replace references to itNick Clifton1-0/+7
with references to ARRAY_SIZE. Add support for CR16. Fix formatting.
2007-07-19PR binutils/4802Nick Clifton1-0/+5
* srconv.c (strip_suffix): Add const qualifier to argument
2007-07-16Fix spelling typoNick Clifton1-1/+1
2007-07-16Update Dutch opcodes translation.Nick Clifton1-0/+6
Add new Ukranian binutils translation.
2007-07-10 * objdump.c (dump_dwarf): Correct setting of is_relocatable.Alan Modra1-16/+20
2007-07-09.Roland McGrath1-0/+5
2007-07-08 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.Andreas Schwab1-0/+7
(CFILES): Add unwind-ia64.c. Regenerate dependencies. * Makefile.in: Regenerate.
2007-07-05Change sources over to using GPLv3Nick Clifton1-0/+23
2007-07-05* resrc.c: (read_rc_file): Add include path of user passed rc input file.Nick Clifton1-0/+8
* windres.c: (windres_add_include_dir): New. (main): Use of windres_add_include_dir. * windres.h: (windres_add_include_dir): Add prototype.
2007-07-05Add new --common option to size.Alan Modra1-0/+16
2007-07-04 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".Alan Modra1-0/+4
2007-07-02 PR 4716Alan Modra1-0/+5
* objcopy.c (filter_symbols): Correct relocatable file test.
2007-07-02Regenerate files.Alan Modra1-0/+10
2007-06-30bfd/H.J. Lu1-0/+6
2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * aclocal.m4: Regenerated. * Makefile.in: Likewise. bfd/doc/ 2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in: Likewise. binutils/ 2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * aclocal.m4: Regenerated. * doc/Makefile.in: Likewise. * Makefile.in: Likewise. gas/ 2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * aclocal.m4: Regenerated. * doc/Makefile.in: Likewise. * Makefile.in: Likewise. gprof/ 2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * aclocal.m4: Regenerated. * Makefile.in: Likewise. ld/ 2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * aclocal.m4: Regenerated. * Makefile.in: Likewise. opcodes/ 2007-06-30 H.J. Lu <hongjiu.lu@intel.com> * aclocal.m4: Regenerated. * Makefile.in: Likewise.
2007-06-30bfd:Joseph Myers1-0/+6
* elf32-ppc.c (ppc_elf_merge_obj_attributes): New. (ppc_elf_merge_private_bfd_data): Call it. binutils: * readelf.c (display_power_gnu_attribute, process_power_specific): New. (process_arch_specific): Call process_power_specific. include/elf: * ppc.h (Tag_GNU_Power_ABI_FP): Define. ld/testsuite: * ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d, ld-powerpc/attr-gnu-4-01.d, ld-powerpc/attr-gnu-4-02.d, ld-powerpc/attr-gnu-4-1.s, ld-powerpc/attr-gnu-4-10.d, ld-powerpc/attr-gnu-4-11.d, ld-powerpc/attr-gnu-4-12.d, ld-powerpc/attr-gnu-4-13.d, ld-powerpc/attr-gnu-4-2.s, ld-powerpc/attr-gnu-4-20.d, ld-powerpc/attr-gnu-4-21.d, ld-powerpc/attr-gnu-4-22.d, ld-powerpc/attr-gnu-4-3.s, ld-powerpc/attr-gnu-4-31.d: New. * ld-powerpc/powerpc.exp: Run these new tests.