aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1998-07-10 From Christian Holland <CHolland@de.lucent.com>:Ian Lance Taylor1-0/+8
* ieee.c (parse_ieee): Initialize info.global_vars and info.global_types. (parse_ieee_atn): Ignore register lifetime information reportedly emitted by MRI compiler.
1998-07-09 * Makefile.am (MAINTAINERCLEANFILES): Define.Ian Lance Taylor1-0/+5
* Makefile.in: Rebuild.
1998-07-08 * readelf.c (byte_get): Use PARAMS in prototype.Jeff Law2-3/+12
(error): Make it work with non-ANSI compilers. (warn): Likewise. (get_ver_flags): Don't use an ANSI prototype in the definition.
1998-07-07 * objcopy.c (filter_bytes): Set size correctly if the size of theIan Lance Taylor1-0/+6
section is not an even multiple of the interleave. Based on patch from Brion Stone <Brion.Stone@attws.com>.
1998-07-02Thu Jul 2 14:01:34 1998 Klaus Kaempf <kkaempf@rmi.de>Ian Lance Taylor3-10/+21
* configure.com: Add vax/vms support. * makefile.vms-in: Renamed from makefile.vms. Add substitutions now done by configure.com.
1998-07-02 * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signedIan Lance Taylor2-28/+93
integers with real upper bounds. Handle a lower bound one larger than the upper bound as a signed integer. Handle 8 byte signed integers. (stab_demangle_template): Optionally return the demangled name of the template. (stab_demangle_qualified): Treat a template name as a tagged type. (stab_demangle_fund_type): Likewise.
1998-07-01Minor formatting improvements.Nick Clifton3-12/+23
1998-07-01fix indentationIan Lance Taylor1-1/+1
1998-07-01rebuildIan Lance Taylor1-286/+568
1998-07-01new files for windresIan Lance Taylor2-0/+207
1998-07-01xIan Lance Taylor1-0/+26
1998-07-01 * rclex.l: Add casts and change types to avoid warnings.Ian Lance Taylor8-206/+271
* rcparse.y: Likewise. * resbin.c: Likewise. * rescoff.c: Likewise. * resrc.c: Likewise. * Makefile.am: Rebuild dependencies. (HFILES): Remove readelf.h. * Makefile.in: Rebuild. Based on patches from Andrew Kozin <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>: * winduni.h: New file, from windres.h. * winduni.c: New file, from windres.c. * windres.c: Move Unicode functions into winduni.c. * windres.h: Move Unicode declarations into winduni.h. Include winduni.h. (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows macro. Change all uses. (RT_PLUGPLAY, RT_VXD): Correct values. * Makefile.am (HFILES): Add windres.h. (CFILES): Add winduni.c. (windres_SOURCES): Add winduni.c.
1998-06-30remove readelf.h from file listNick Clifton1-1/+0
1998-06-30Improved portability of readelfNick Clifton4-898/+828
1998-06-29* Attempt to make readelf.c compile under IRIX6 cc by insertingFrank Ch. Eigler1-0/+1
non-functional "break;" in switch statement.
1998-06-26 * objcopy.c (strip_main): keep_specific_list == NULL as additionalVladimir Makarov2-12/+22
condition to set up strip all symbols by default. (copy_archive): don't change archive when error in object files of the archive. PR16197
1998-06-25rebuild dependenciesIan Lance Taylor2-6/+8
1998-06-24 * stabs.c (parse_number): Sign extend negative values correctly ifIan Lance Taylor2-55/+150
bfd_vma is larger than unsigned long.
1998-06-24Fixed parsing of output to cope with .call_table_data sections on v850Nick Clifton1-0/+40
1998-06-23Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com>Ian Lance Taylor3-7/+13
* Makefile.am (install-exec-local): Don't let EXEEXT interfere with the program transform name. * Makefile.in: Rebuild.
1998-06-23Rewrite of readelf to use fopen/fread rather than mmap.Nick Clifton3-1114/+1747
1998-06-22 * readelf.c: Include bfd.h and bucomm.h before system headerIan Lance Taylor2-23/+38
files. (parse_args): Change type of c from char to int.
1998-06-13add d30v sanitization to readelfIan Lance Taylor3-135/+171
1998-06-12rebuildIan Lance Taylor1-0/+2738
1998-06-12 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.Tom Tromey1-0/+6
($(PACKAGE).pot): Unconditionally depend on POTFILES.
1998-06-12Make sure .gcc_except_table fits in the section header tableMichael Meissner2-3/+5
1998-06-12Add PowerPC support to readelf; Print machine specific flags; Print ↵Michael Meissner4-16/+222
endianess; Make widening more portable
1998-06-12Fix sunOS build of readelf.Nick Clifton2-23/+25
Fixed -Wall warnigs when built under Linux.
1998-06-11 * stabs.c (struct stab_handle): Add self_crossref field.Ian Lance Taylor1-1/+12
(parse_stab_string): If a tag is a cross reference to itself, don't define it in the tags list. (parse_stab_type): Set info->self_crossref. * debug.c (struct debug_type_real_list): Define. (debug_get_real_type): Add list parameter. Change all callers. Check for circularity to avoid crashing when it occurs.
1998-06-11Ooops - forgopt to check this in with the previous delta!Nick Clifton1-0/+10
1998-06-11Add 'readelf' to binutils.Nick Clifton6-13/+2597
1998-06-05 * objcopy.c (setup_section): Adjust the section size if copy_byteIan Lance Taylor1-0/+6
is >= 0. (copy_section): Do not call bfd_set_section_size.
1998-06-04Add missing \n\ from help description.Nick Clifton2-3/+7
1998-06-03 * Makefile.am (YACC): Correct bison -L option.Ian Lance Taylor3-33/+32
* Makefile.in: Rebuild.
1998-06-03 * binutils.texi, objdump.1: Document -p/--private-headers.Ian Lance Taylor3-0/+20
1998-06-03xIan Lance Taylor1-0/+21
1998-06-03Implemented new command line options: --change-section-vma and ↵Nick Clifton4-354/+430
--change-section-lma. Tidied up the code.
1998-06-03Add new function: non_fatal().Nick Clifton1-0/+12
1998-06-01 From Yuli Barcohen <yuli.barcohen@telrad.co.il>:Ian Lance Taylor2-45/+116
* debug.c (debug_type_samep): Avoid endless loops comparing function and method parameter types.
1998-05-14Add support for interworking in DLLs.Nick Clifton3-268/+681
Document dlltool.
1998-05-14Include 1998 in copyright strings.Nick Clifton1-0/+2
1998-05-14Support Win32 style directory separators.Nick Clifton1-0/+8
1998-05-08Extended help information provided about command line options.Nick Clifton1-0/+5
1998-05-06Wed May 6 15:28:51 1998 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-6/+16
* makefile.vms: Run dec c with /nodebug. Pass CC value when calling make.
1998-05-06fix xgettext invocationIan Lance Taylor1-1/+1
1998-05-05Build dlltool for thumb-pe targetNick Clifton2-0/+2
1998-05-04 * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconfIan Lance Taylor2-1/+8
sysdump coffdump to avoid extra $(EXEEXT). * Makefile.in: Rebuild. Also rebuild configure with correct version of autoconf.
1998-04-30Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer3-26/+33
* configure.in: Stop appending EXEEXT to the end of SRCONV_PROG (wrong because that variable may contain multiple programs) * Makefile.am: instead, add EXEEXTs to each SRCONV_PROG program * Makefile.in: regenerate * configure: regenerate
1998-04-30Wed Apr 29 18:05:52 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer4-7/+15
* configure.in: Stop appending EXEEXT to the end of SRCONV_PROG (wrong because that variable may contain multiple programs) * Makefile.in: instead, add EXEEXTs to each SRCONV_PROG program * configure: regenerate
1998-04-29 * addr2line.c (main): Conditionally call setlocale.Tom Tromey1-0/+18
* windres.c (main): Likewise. * sysdump.c (main): Likewise. * strings.c (main): Likewise. * srconv.c (main): Likewise. * size.c (main): Likewise. * objdump.c (main): Likewise. * objcopy.c (main): Likewise. * nm.c (main): Likewise. * nlmconv.c (main): Likewise. * dlltool.c (main): Likewise. * coffdump.c (main): Likewise. * ar.c (main): Likewise. * bucomm.h: Include <locale.h> if HAVE_LOCALE_H. (LC_MESSAGES): Now can be defined even when ENABLE_NLS.