summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Collapse)AuthorAgeFilesLines
* m32rx -> cygnus sanitization change.Jeff Law1999-02-051-9/+9
|
* Dump tags found after the comp unit entry in a .debug_info section/Nick Clifton1999-02-022-28/+324
|
* Add ability to dump .debug_aranges sectionsNick Clifton1999-02-023-7/+83
|
* DisplayDWARF2 basic type encodings.Nick Clifton1999-02-022-0/+24
|
* Replace {...} with [...]Nick Clifton1999-02-022-3/+7
|
* * readelf.c (dump_relocations): Handle EM_ARM as REL.Catherine Moore1999-02-012-1/+5
|
* Remove v850e sanitizationNick Clifton1999-02-012-28/+18
|
* Fix seg fault producing histogramNick Clifton1999-01-292-2/+7
|
* Add tests for readelf's Dwarf2 dumping feature.Nick Clifton1999-01-293-0/+48
|
* Support v850 expected failures.Nick Clifton1999-01-293-11/+18
|
* Add tests of readelf.Nick Clifton1999-01-296-0/+261
|
* Add preliminary DWARF2 dumpping capability to readelf.Nick Clifton1999-01-273-150/+1403
|
* * coffdump.c (xcalloc): Remove, in libiberty now.Jeff Law1999-01-153-29/+6
| | | | | * srconv.c (xcalloc): Likewise. * sysdump.c (xcalloc): Likewise.
* Output formatting change to improve readability.Nick Clifton1999-01-141-0/+18
|
* sanitize sky stuffDoug Evans1998-12-151-0/+35
|
* * Makefile.am (PROGS,bin_PROGRAMS): Add @BUILD_MISC@Doug Evans1998-12-131-0/+14
| | | | | | | | | | | | | (link.c,link.o,link): New rules. * Makefile.in: Rebuild. * configure.in (vpu-elf): Build `link' cover script if vpu-elf. (BUILD_MISC): New variable, for target specific hacks (in the worst sense of the word). (AC_OUTPUT): Handle building of `link.c'. * configure: Rebuild. * link.c.in: New file. bring over from sky-980617 branch. link script converted to .c so sanitize with automake/autoconf is simpler
* * objdump.1: Fix typo (-d to -D). From Nokubi HirotakaIan Lance Taylor1998-12-082-1/+6
| | | | <hnokubi@yyy.or.jp>.
* * objdump.c (SFILE): Add size field.Ian Lance Taylor1998-12-071-0/+7
| | | | | | | | (objdump_sprintf): Merge both versions into one. Increase buffer size as needed to avoid overflow. (disassemble_bytes): Change buf from 1000 bytes to 50. Change initialization and use of sfile to match changes to objdump_sprintf.
* * strip.1: Fix typo (-V to -v). From Issei HirayamaIan Lance Taylor1998-12-062-2/+12
| | | | <iss@mail.wbs.or.jp>.
* Update.Ulrich Drepper1998-12-031-0/+3
|
* (process_mips_specific): Print .conflict section content.Ulrich Drepper1998-12-031-2/+66
|
* Update.Ulrich Drepper1998-12-021-6/+20
|
* (process_mips_specific): Print l_flags in liblist in textual form.Ulrich Drepper1998-12-021-88/+101
|
* regenerated Makefile.inNick Clifton1998-11-171-0/+4
|
* Mon Nov 16 19:17:23 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1998-11-171-0/+4
| | | | * po/binutils.pot: Regenerate.
* Regenerated these files.Nick Clifton1998-11-161-0/+6
|
* * debug.c (debug_name_type): Correct return type from false toIan Lance Taylor1998-11-141-0/+10
| | | | DEBUG_TYPE_NULL.
* Add dependency of readelf.c on elf/fr30.hNick Clifton1998-11-103-15/+39
|
* Add support for the FR30.Nick Clifton1998-11-051-0/+4
|
* Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-11-022-323/+898
| | | | | * configure.in: detect cygwin* instead of cygwin32* * configure: regenerate
* Fri Oct 30 15:14:49 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-10-311-0/+5
| | | | | * dllwrap.c: change all references to cygwin32_ to cygwin_, change Cygwin target def to CYGWIN.
* Fixup previous delta by replacing 'unsigned long' with 'bfd_vma'Nick Clifton1998-10-282-5/+10
|
* Applied patch from Philip Blundell <pb@nexus.co.uk>: Make address variablesNick Clifton1998-10-272-9/+16
| | | | unsigned to avoid problems when disassembling code at high-bit-set addresses.
* Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu>Geoffrey Noer1998-10-273-0/+1093
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dllwrap.c (strhash): New function. (main): Use it to supply image base if not supplied by user. (program_version): Up to 0.2.4. Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu> * dlltool.c (add_stdcall_alias): New global. (long_options): Add --add-stdcall-alias option. (main): Handle it. (scan_drectve_symbols): Add alias if --add-stdcall-alias is specified. (scan_filtered_symbols): Likewise. (gen_def_file): Output alias for stdcall syms if appropriate. * binutils.texi (dlltool): Document --add-stdcall-alias option. * dllwrap.c (long_options): Add --add-stdcall-alias option. (main): Handle it. * defparse.y (opt_name): Allow "." in name. * dlltool.c (def_name): Set dll_name from NAME entry in def file. (def_library): Set dll_name from LIBRARY entry in def file. Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu> * dllwrap.c (long_options): --implib synonym for --output-lib. (main): Pass --export-all to dlltool only if specified. (program_version): Up to 0.2.3. Mon Oct 26 14:07:59 1998 Mumit Khan <khan@xraylith.wisc.edu> * dllwrap.c (mybasename): New function. (main): Run dlltool to create export definition file and import library file if necessary. Change exp_file_name so that it's based on the dll name.
* Sun Oct 25 10:37:45 1998 Mumit Khan <khan@xraylith.wisc.edu>Geoffrey Noer1998-10-262-0/+50
| | | | * dlltool.c (scan_all_symbols): Fix patch error.
* Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-10-083-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: call AC_EXEEXT instead of AM_EXEEXT and AM_CYGWIN32. * aclocal.m4: remove local AM_EXEEXT/AM_CYGWIN32 macros. * configure: regenerate Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com> From Mumit Khan <khan@xraylith.wisc.edu>: * dlltool.c (scan_all_symbols): Don't re-export symbols exported by other DLLs. Thu Oct 8 15:33:08 1998 Geoffrey Noer <noer@cygnus.com> * Makefile.am (BUILD_DLLWRAP): Add. (BUILD_DLLWRAP, DLLWRAP_PROG): Add. (bin_PROGRAMS): Add dllwrap. * Makefile.in: regenerate with automake From Mumit Khan <khan@xraylith.wisc.edu>: * dllwrap.c: New file from dllhelpers v0.2.1. (print_version): New function. (long_options): Add --version. (main): Handle. * dyn-string.h, dyn-string.c: New files from egcs-1.1/gcc. * configure.in (BUILD_DLLWRAP): Add. * configure: Regenerate.
* fixGeoffrey Noer1998-10-071-0/+1
|
* Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-10-071-3/+4
| | | | | | | | | | | | | | | | | | | * Makefile.am (windres_SOURCES): Add resres.c. (windres_OBJECTS): Add resres.o. * Makefile.in: regenerate with automake From Anders Norlander <anorland@hem2.passagen.se>. * resres.c: New file. Implementation of read_res_file and write_res_file functions for windres. * rcparse.y: Handle CONTROL's with named classes. * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog when dialog is extended: The version and signature fields should be reversed (despite what the docs say). Id is 32 bits long in extended dialogs. * resrc.c (write_rc_dialog): properly print controls with named classes. * windres.c (read_res_file, write_res_file): Remove stubs. * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
* Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1998-10-074-23/+727
| | | | | | | | | | | | | | | | | | From Anders Norlander <anorland@hem2.passagen.se>. * resres.c: New file. Implementation of read_res_file and write_res_file functions for windres. * rcparse.y: Handle CONTROL's with named classes. * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog when dialog is extended: The version and signature fields should be reversed (despite what the docs say). Id is 32 bits long in extended dialogs. * resrc.c (write_rc_dialog): properly print controls with named classes. * windres.c (read_res_file, write_res_file): Remove stubs. * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR. * Makefile.in (windres_SOURCES): Add resres.c. (windres_OBJECTS): Add resres.o.
* fix copyrightsIan Lance Taylor1998-10-052-2/+2
|
* From Nokubi Hirotaka <hnokubi@yyy.or.jp>:Ian Lance Taylor1998-10-053-3/+19
| | | | | * objcopy.1: Fix typo in --remove-leading-char docs. * objdump.1: Fix formatting in --stabs docs.
* do not try to dump empty sectionsNick Clifton1998-09-062-3/+16
|
* Sat Sep 5 19:17:10 1998 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1998-09-051-0/+5
| | | | | * dlltool.c (scan_all_symbols): Don't re-export symbols exported by other DLLs.
* Fix typo.Ulrich Drepper1998-09-021-1/+1
|
* * elf/readelf.c (process_dynamic_segment): Print DT_* value only ifUlrich Drepper1998-09-022-20/+96
| | | | | | | | | | | | do_dynamic. (do_histogram): New variable. (options): New long option histogram. Set do_histogram if this option is used. (usage): Document --histogram. (parse_args): Handle 0 return value from getopt_long. Enable do_histogram for -a. (process_symbol_table): Read hash table also if only do_histogram. Add code to print hash table histogram.
* (process_syminfo): Print names of files symbols are bound to, not the index.Ulrich Drepper1998-08-261-5/+11
|
* Update.Ulrich Drepper1998-08-251-0/+7
|
* (process_dynamic_segment): Read syminfo section if available.Ulrich Drepper1998-08-251-23/+179
| | | | | (process_syminfo): New function. Print syminfo information. (process_file): Call process_syminfo and free syminfo data at the end.
* * dlltool.c (usage): Add file parameter. Change all callers.Ian Lance Taylor1998-08-193-62/+392
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (main): Don't treat '?' as a special case in getopt return. * binutils.texi (dlltool): Document new options. Add some uses of @var. Wed Aug 19 16:19:07 1998 Mumit Khan <khan@xraylith.wisc.edu> * dlltool.c (gen_def_file): Plug memory leak. Don't print demangled name if it is NULL. Support for exporting all symbols to an output export def file: * dlltool.c ({export_all_symbols, no_default_excludes, no_default_excludes, excludes}): New file static variables. (struct string_list): Type to hold list of symbols to exclude. (scan_drectve_symbols): Renamed from scan_open_obj_file. (scan_filtered_symbols): New static function. (add_excludes): New static function. (match_exclude): New static function. (set_default_excludes): New static function. (filter_symbols): New static function. (scan_all_symbols): New static function. (scan_open_obj_file): New static function. (usage): Document new options. (long_options): Add new options. (main): Handle new options.
* (dump_relocations): EM_ARM uses rela relocs.Catherine Moore1998-07-312-57/+167
|