aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1998-07-02 * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signedIan Lance Taylor1-0/+12
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 Clifton1-0/+5
1998-07-01xIan Lance Taylor1-0/+26
1998-06-30Improved portability of readelfNick Clifton1-0/+6
1998-06-26 * objcopy.c (strip_main): keep_specific_list == NULL as additionalVladimir Makarov1-0/+7
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-24 * stabs.c (parse_number): Sign extend negative values correctly ifIan Lance Taylor1-0/+5
bfd_vma is larger than unsigned long.
1998-06-23Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com>Ian Lance Taylor1-0/+6
* 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 Clifton1-0/+13
1998-06-22 * readelf.c: Include bfd.h and bucomm.h before system headerIan Lance Taylor1-0/+10
files. (parse_args): Change type of c from char to int.
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 Meissner1-0/+2
1998-06-12Add PowerPC support to readelf; Print machine specific flags; Print ↵Michael Meissner1-0/+16
endianess; Make widening more portable
1998-06-12Fix sunOS build of readelf.Nick Clifton1-0/+7
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-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 Clifton1-0/+4
1998-06-03 * Makefile.am (YACC): Correct bison -L option.Ian Lance Taylor1-0/+3
* Makefile.in: Rebuild.
1998-06-03 * binutils.texi, objdump.1: Document -p/--private-headers.Ian Lance Taylor1-0/+4
1998-06-03Implemented new command line options: --change-section-vma and ↵Nick Clifton1-0/+16
--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 Taylor1-0/+11
* debug.c (debug_type_samep): Avoid endless loops comparing function and method parameter types.
1998-05-14Add support for interworking in DLLs.Nick Clifton1-0/+8
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 Taylor1-0/+10
* makefile.vms: Run dec c with /nodebug. Pass CC value when calling make.
1998-05-04 * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconfIan Lance Taylor1-0/+6
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 Noer1-2/+3
* 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 Noer1-0/+9
* 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.
1998-04-29clean up IMPORTS changesIan Lance Taylor1-5/+10
1998-04-28Updated ChangeLog to reflect IMPORT support changes in dlltool.Bill Moyer1-0/+7
1998-04-27 * configure.in: Change version number to 2.9.4Ian Lance Taylor1-0/+5
* configure: Rebuild.
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey1-0/+4
1998-04-22 * Makefile.am (INCLUDES): Search intl dirs for headers; defineTom Tromey1-0/+18
LOCALEDIR. * addr2line.c (main): Call setlocale, bindtextdomain, textdomain. * ar.c (main): Likewise. * coffdump.c (main): Likewise. * dlltool.c (main): Likewise. * nlmconv.c (main): Likewise. * nm.c (main): Likewise. * objcopy.c (main): Likewise. * objdump.c (main): Likewise. * size.c (main): Likewise. * srconv.c (main): Likewise. * strings.c (main): Likewise. * sysdump.c (main): Likewise. * windres.c (main): Likewise.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-0/+21
strings. * bucomm.h: Added gettext-related includes and defines. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. Use AM_PROG_LEX. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (LDADD): Added INTLLIBS. (objdump_LDADD): Likewise. (c__filt_LDADD): Likewise. (ar_LDADD): Likewise. (ranlib_LDADD): Likewise. (dlltool_LDADD): Likewise. (windres_LDADD): Likewise. * po/Make-in, po/POTFILES.in, po/binutils.pot: New files.
1998-04-21Tue Apr 21 16:07:18 1998 Stanislav Brabec <utx@k332.feld.cvut.cz>Ian Lance Taylor1-0/+11
* objcopy.c (preserve_dates): New file static variable. (smart_rename): If preserve_dates, call set_times when copying. (strip_main): Remove preserve_dates local variable. (copy_main): Likewise.
1998-04-07 * Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c,Ian Lance Taylor1-0/+6
rcparse.h, and rcparse.c * Makefile.in: Rebuild.
1998-04-06 * Makefile.am (PROGS): Move $(ADDR2LINE_PROG) to end, so thatIan Lance Taylor1-0/+7
Makefile.in doesn't have an empty continuation line. (bin_PROGRAMS): Likewise. * Makefile.in: Rebuild.
1998-04-03 * Makefile.am (DISTCLEANFILES): Add site.exp and site.bak.Ian Lance Taylor1-0/+15
(MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*. (mostlyclean-local): New target. * Makefile.in: Rebuild.
1998-04-01Wed Apr 1 13:11:23 1998 Andreas Schwab ↵Ian Lance Taylor1-0/+4
<schwab@issan.informatik.uni-dortmund.de> * binutils.texi: Use @itemx for a secondary item in a table.
1998-03-31 * dep-in.sed: Add rule to remove @OBJDIR@.Ian Lance Taylor1-0/+6
* Makefile.am (dep.sed): Substitute for @OBJDIR@. * Makefile.in: Rebuild.
1998-03-30 * configure.in: Set version to 2.9.1.Ian Lance Taylor1-0/+14
* configure: Rebuild.
1998-03-28 Fix some gcc -Wall warnings:Ian Lance Taylor1-0/+24
* nlmconv.c (main): Add casts to avoid warnings. (alpha_mangle_relocs): Likewise. * objdump.c (dump_section_stabs): Likewise. * size.c (print_sysv_format): Likewise. * srcconv.c (wr_ob): Likewise. * wrstabs.c (stab_modify_type): Likewise. (stab_variable): Likewise. * nlmconv.c (main): Initialize variables to avoid warnings. * nm.c (sort_symbols_by_size): Likewise. * objdump.c (disassemble_bytes): Likewise. * wrstabs.c (stab_end_class_type): Likewise. * coffgrok.c (do_sections_p2): Change j to unsigned int. (do_lines): Change l to unsigned int. * nlmheader.y (yylex): Change i to unsigned int. * nm.c (print_symbol): Change j to long. * size.c (lprint_number): Comment out. * srconv.c (wr_ob): Change i to bfd_size_type. * sysdump.c (unit_info_list): Comment out. (object_body_list, program_structure, debug_list): Likewise. * sysinfo.y (yyerror): Return value.
1998-03-27* defparse.y (explist): Allow epsilon.Richard Henderson1-0/+5
Suggestion from Jonathan-Harris@psion.com.
1998-03-27 * coffgrok.c (do_sections_p1): Use the section's lma instead of vmaRichard Henderson1-0/+5
for the benefit of prom loaders. pr 14947
1998-03-25 Based on patch from H.J. Lu <hjl@gnu.org>:Ian Lance Taylor1-0/+8
* Makefile.am (DISTSTUFF): New variable. (diststuff): New target. (DISTCLEANFILES): New variable. * Makefile.in: Rebuild.
1998-03-25 * rclex.l: Accept { and } as synonyms for BEGIN and END.Ian Lance Taylor1-0/+26
1998-02-18 * dlltool.c (make_one_lib_file): Don't add 1 to hint.Ian Lance Taylor1-0/+4