summaryrefslogtreecommitdiffstats
path: root/binutils/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* * dlltool.c: Update copyright year.Danny Smith2006-03-091-4/+4
| | | | * doc/binutils.texi: Likewise.
* * dlltool.c (add_stdcall_underscore): New flag.Danny Smith2006-03-091-3/+11
| | | | | | | | | | | (xlate): Also add underscore to stdcall symbol if add_stdcall_underscore set. (usage): Document --add-stdcall-underscore option. (OPTION_ADD_STDCALL_UNDERSCORE): New define. (long_options): Use it for --add-stdcall-underscore option. (main): Handle it. * doc/binutils.texi: Document --add-stdcall-underscore option and differentiate from --add-underscore.
* * objcopy.c (use_alt_mach_code): Change type to unsigned long.Nick Clifton2006-02-281-1/+3
| | | | | | | | | | (copy_object): If bfd_alt_mach_code fails emit a more helpful message and if the target architecture is ELF use the alternative as replacement value for the e_machine number. (copy_main): Use strtoul to parse the number provided with the --alt-mach-code switch. * doc/binutils.texi (--alt-mach-code): Document that this switch can now set the absolute e_machine value.
* * doc/binutils.texi: Include config.texi and @file documentationMark Mitchell2005-11-171-0/+6
| | | | | | | | | | | | | for manual pages. * Makefile.am (gprof.info, gprof.1): Depend on config.texi. (config.texi): New file. * Makefile.in: Regenerated. * Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi.. * Makefile.in: Regenerated. * ld.texinfo: Include configdoc.texi and ldver.texi in man pages. Add @file documentation.
* binutils/Jan Beulich2005-11-151-0/+12
| | | | | | | | | | | | | | | | 2005-11-15 Jan Beulich <jbeulich@novell.com> * objcopy.c (keep_file_symbols): New. (enum command_line_switch): Add OPTION_KEEP_FILE_SYMBOLS. (strip_options): Add --keep-file-symbols. (copy_options): Likewise. (copy_usage): Likewise. (strip_usage): Likewise. (filter_symbols): Act upon keep_file_symbols. (strip_main): Handle OPTION_KEEP_FILE_SYMBOLS. (copy_main): Likewise. * doc/binutils.texi: Document --keep-file-symbols for objcopy and strip.
* * readelf.c (struct dump_list_entry, request_dump_byname)Daniel Jacobowitz2005-11-141-3/+5
| | | | | | | | (initialise_dumps_byname): New. (parse_args): Call request_dump_byname. (process_section_contents): Call initialise_dumps_byname. * doc/binutils.texi (readelf): Mention -x NAME. * NEWS: Likewise.
* PR binutils/1437Nick Clifton2005-10-111-16/+55
| | | | | | | | | | | | | | | * cxxfilt.c (flags): Remove DMGL_TYPES; (long_options): Rename --no-types to --types. (usage): Likewise. (demangle_it): Add a comment describing why _ and $ prefixes are skipped. Use printf rather than puts to emit the demangled output in order to avoid emitting a new line character. (main): Have the -t flag enable type demangling. Emit a newline after every demangled command line argument. Copy whitespace from stdin to stdout. * doc/binutils.texi (c++filt): Document the change to the -t switch. Document why demangling names on the command line is slightly different to demangling names read from the standard input.
* * doc/Makefile.am (config.texi): Set top_srcdir.Mark Mitchell2005-10-113-13/+3
| | | | | * doc/Makefile.in: Regenerated. * doc/binutils.texi: Use at-file.texi from libiberty.
* * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be -reg-names-std.Nick Clifton2005-10-101-1/+1
|
* * cxxfilt.c: Treat mangled names specified on the command line in the same wayNick Clifton2005-10-041-4/+15
| | | | | | | | as mangled names read from stdin. Add -i switch to disable the display of implementation details. Add -t switch to disable the demangling of types. * NEWS: Mention the new switches. * doc/binutils.texi (cxxfilt): Document the -i and -t switches.
* * addr2line.c (usage): Document @file.Mark Mitchell2005-10-031-0/+30
| | | | | | | | | | | | | | | | | | * ar.c (usage): Likewise. * coffdump (usage): Likewise. * cxxfilt.c (usage): Likewise. * dlltool.c (usage): Likewise. * dllwrap.c (usage): Likewise. * nlmconv.c (usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (usage): Likewise. * objdump.c (usage): Likewise. * readelf.c (usage): Likewise. * size.c (usage): Likeise. * srconv.c (usage): Likewise. * strings.c (usage): Likewise. * windres.c (usage): Likewise. * doc/binutils.texi: Add section on common options.
* 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-10-031-0/+8
| | | | | | * NEWS: Mention -W/--dwarf. * doc/binutils.texi: Document -W/--dwarf for objdump.
* gas/Daniel Jacobowitz2005-08-151-1/+2
| | | | | | | | | | | | | | | * config/tc-ppc.c (parse_cpu): Add -me300 support. (md_show_usage): Likewise. * doc/c-ppc.texi (PowerPC-Opts): Document it. include/opcode/ * ppc.h (PPC_OPCODE_E300): Define. opcodes/ * ppc-dis.c (powerpc_dialect): Handle e300. (print_ppc_disassembler_options): Likewise. * ppc-opc.c (PPCE300): Define. (powerpc_opcodes): Mark icbt as available for the e300. binutils/ * doc/binutils.texi (objdump): Document -M e300.
* 2005-08-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-08-111-5/+5
| | | | | | | | | | | | | | | | | * NEWS: Mention "-t/--section-details" and "-N/--full-section-name". * doc/binutils.texi: Document "-t/--section-details". Remove "-N/--full-section-name". * readelf.c (do_full_section_name): Renamed to ... (do_section_details): This. (option): Rename "-N/--full-section-name" to "-t/--section-details". (usage): Likewise. (parse_args): Likewise. (get_elf_section_flags): Support do_section_details. (process_section_headers): Updated for do_section_details.
* Approved by nickc@redhat.com:Fred Fish2005-05-231-0/+10
| | | | | | | | | | | | 2005-05-23 Fred Fish <fnf@specifixinc.com> * addr2line.c (unwind_inlines): New flag for 'i' option. (usage): Document '-i' option. (long_options): Recognize '--inlines'. (translate_addresses): Loop, calling bfd_find_inliner_info as necessary and printing multiple output lines. (main): Handle 'i' option. * doc/binutils.texi (addr2line): Document '-i' option. * NEWS: Mention new addr2line '-i' option.
* binutils/Daniel Jacobowitz2005-05-172-2/+4
| | | | | | | | | | | * doc/Makefile.am (config.texi): Don't use $<. * doc/Makefile.in: Regenerated. ld/ * Makefile.am (ldver.texi): Don't use $<. * Makefile.in: Regenerated. gas/ * doc/Makefile.am (gasver.texi): Don't use $<. * doc/Makefile.in: Regenerated.
* ./Daniel Jacobowitz2005-05-152-276/+386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ylwrap: Import from Automake 1.9.5. binutils/ * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. * doc/Makefile.am (binutils_TEXINFOS): Define. (config.texi): Depend on distributed files instead of built files. (binutils.dvi, binutils.info): Remove unnecessary rules. (DISTCLEANFILES): Remove. (install-data-local): Renamed from install. (info-local): Renamed from info. * Makefile.in, aclocal.m4, config.in, configure, doc/Makefile.in: Regenerated. gas/ * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap invocation. * Makefile.in: Regenerated. ld/ * Makefile.am (AM_MAKEINFOFLAGS): Define. (TEXI2DVI): Define. (ldver.texi): Depend on distributed files instead of built files. (ld.info): Include $(srcdir) in the rule target. Remove actions. (ld.dvi): Remove actions. (MAINTAINERCLEANFILES): Add configdoc.texi. (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in. (install-data-local): Renamed from install. (Makefile): Remove explicit dependency. * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL. * Makefile.in, aclocal.m4, config.in, configure: Regenerated. gdb/ * Makefile.in (.y.c): Update ylwrap invocation.
* Update FSF addressNick Clifton2005-05-081-1/+1
|
* * doc/binutils.texi (strip, objcopy): Clarify the description ofMaciej W. Rozycki2005-05-011-3/+4
| | | | the "--strip-debug" option. Fix a typo.
* * objcopy.c (copy_usage): Fix description of -K switch.Nick Clifton2005-04-251-4/+4
| | | | * doc/binutils.texi (strip, objcopy): Fix description of -K switch.
* bfd/Alan Modra2005-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (NO_WERROR): Define. * warning.m4: New file * acinclude.m4: Include warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gas/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gprof/ * Makefile.am (NO_WERROR): Define. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. opcodes/ * Makefile.am (NO_WERROR): Define. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate.
* * doc/binutils.texi (readelf): Remove a duplicate paragraph.Maciej W. Rozycki2005-04-041-6/+0
|
* 2005-04-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-011-0/+13
| | | | | | | | * NEWS: Mention new readelf options, "-N/--full-section-name" and "-g/--section-groups". * doc/binutils.texi: Document new readelf options, "-N/--full-section-name" and "-g/--section-groups".
* Add VAX specific disassembler option -Mentry: to specify a function entryNick Clifton2005-03-291-0/+7
| | | | address, and add code to test this new option.
* Add new switch --globalize-symbol to convert local symbols into globals.Nick Clifton2005-03-151-3/+16
|
* update copyright datesAlan Modra2005-03-032-2/+2
|
* * Makefile.am: Run "make dep-am"Alan Modra2005-02-211-4/+4
| | | | | * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate.
* 2005-01-19 Fred Fish <fnf@specifixinc.com>Fred Fish2005-01-191-4/+9
| | | | | | * NEWS: Make note of the new MIPS disassembly option "no-aliases". * doc/binutils.texi (objdump): Document the "no-aliases" disassembly option.
* PR binutils/637Nick Clifton2005-01-111-1/+1
| | | | | * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the footnote in order to prevent the sed script in the Makefile from converting it into c++filt.
* binutils/Jan Beulich2004-12-161-0/+12
| | | | | | | | | | | | | | | | | 2004-12-15 Jan Beulich <jbeulich@novell.com> * doc/binutils.texi: Document --strip-unneeded-symbol and --strip-unneeded-symbols. * objcopy.c (strip_unneeded_list): New. (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL and OPTION_STRIP_UNNEEDED_SYMBOLS. (copy_options): Add --strip-unneeded-symbol and --strip-unneeded-symbols. (copy_usage): Likewise. (filter_symbols): Suppress copying of symbol if in strip_unneeded_list and the symbol is not needed. (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and OPTION_STRIP_UNNEEDED_SYMBOLS.
* * doc/Makefile.am (config.texi): Emit a @set UPDATED command toBen Elliston2004-12-083-1/+3
| | | | | | | config.texi whose value is the current month and year. * doc/Makefile.in: Rebuild. * doc/binutils.texi: Set the document subtitle to be the value of the Texinfo UPDATED variable (obtained from config.texi).
* PR binutils/249Ben Elliston2004-12-061-17/+77
| | | | | | * doc/binutils.texi (def file format): New node. (dlltool): Use the tool name as the @chapter name, like all the other binutils. Use @file{.def} throughout for consistency.
* * doc/binutils.texi: Update copyright years.Ben Elliston2004-12-061-6/+6
|
* Change LOCALEDIR to $(datadir)/share.Nick Clifton2004-11-301-4/+4
|
* Fix support for PECOFF weak symbolsNick Clifton2004-11-081-1/+3
|
* Add support to readelf to decode and display the contents of .debug_rangesNick Clifton2004-11-031-4/+4
| | | | sections.
* readelf.c (get_note_type): Handle notes not in core files.Nick Clifton2004-10-261-2/+2
| | | | | | | | (process_note_sections): New function. (process_corefile_contents): Rename to ... (process_notes): ... this. (process_object): Call process_notes, not process_corefile_contents. doc/binutils.texi: Update readelf -n documentation.
* Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton2004-10-081-1/+15
| | | | | and objdump to skip the displaying of ARM Mapping symbols unless specifically requested.
* dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04 patches.Nick Clifton2004-10-081-5/+3
| | | | doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
* * Makefile.am: Run "make dep-am".Alan Modra2004-09-171-0/+11
| | | | | | | | * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. * po/binutils.pot: Regenerate.
* * doc/binutils.texi (dlltool): Update --add-underscore, --kill-atDanny Smith2004-09-061-3/+5
| | | | documentation.
* Document that the -x switch includs the effect of the -p switch.Nick Clifton2004-09-061-1/+1
|
* dlltool.c (ext_prefix_alias): New global variable.Nick Clifton2004-07-121-4/+11
| | | | | | | | | | (make_one_lib_file): Add aliases with prefixes for external and import definitions. (usage): Document -p option. (long_options): Add --ext-prefix-alias option. (main): Handle -p. * doc/binutils.texi: Document new switch. * NEWS: Mention new switch.
* 2004-07-04 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>Christopher Faylor2004-07-031-1/+2
| | | | | | | | | | | * bfd/cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak externals properly. * src/gas/config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak externals. * binutils/doc/binutils.texi (nm): Clarify weak symbol description. * gas/config/tc-i386.c (tc_gen_reloc): Use addend for weak symbols in TE_PE. * gas/doc/as.texinfo (Weak): Document PE weak symbols. * ld/ld.texinfo (WIN32): Document PE weak symbols.
* * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variablesMaciej W. Rozycki2003-12-231-0/+20
| | | | | | | | | to handle flags for tweaking. (copy_options): New options: impure, pure, readonly-text, writable-text. (copy_usage, copy_object, command_line_switch): Handle the new options. * doc/binutils.texi: Document the new options.
* * Makefile.am (install-exec-local): Remove common term from stringAlan Modra2003-11-282-30/+30
| | | | | | | comparison. * Makefile.in: Regenerate. * doc/Makefile.am: Don't use $<. * doc/Makefile.in: Regenerate.
* Add a comment describing the difference between readelf and objdump.Nick Clifton2003-11-261-0/+5
|
* * doc/binutils.texi (dlltool): Document dlltool --temp-prefixDanny Smith2003-11-251-2/+9
| | | | | option. * dlltool.c (usage): Likewise.
* * cxxfilt.c (long_options): Add --no-params.Ian Lance Taylor2003-11-231-0/+6
| | | | | (main): Handle -p/--no-params. * doc/binutils.texi (c++filt): Document -p/--no-params.
* Add new feature to objcopy/strip. The -w switch allows wildcards to be usedNick Clifton2003-11-111-0/+34
| | | | in symbol names.
OpenPOWER on IntegriCloud