Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-06-25 | rebuild dependencies | Ian Lance Taylor | 2 | -6/+8 | |
1998-06-24 | * stabs.c (parse_number): Sign extend negative values correctly if | Ian Lance Taylor | 2 | -55/+150 | |
bfd_vma is larger than unsigned long. | |||||
1998-06-24 | Fixed parsing of output to cope with .call_table_data sections on v850 | Nick Clifton | 1 | -0/+40 | |
1998-06-23 | Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com> | Ian Lance Taylor | 3 | -7/+13 | |
* Makefile.am (install-exec-local): Don't let EXEEXT interfere with the program transform name. * Makefile.in: Rebuild. | |||||
1998-06-23 | Rewrite of readelf to use fopen/fread rather than mmap. | Nick Clifton | 3 | -1114/+1747 | |
1998-06-22 | * readelf.c: Include bfd.h and bucomm.h before system header | Ian Lance Taylor | 2 | -23/+38 | |
files. (parse_args): Change type of c from char to int. | |||||
1998-06-13 | add d30v sanitization to readelf | Ian Lance Taylor | 3 | -135/+171 | |
1998-06-12 | rebuild | Ian Lance Taylor | 1 | -0/+2738 | |
1998-06-12 | * po/Make-in (all-yes): If maintainer mode, depend on .pot file. | Tom Tromey | 1 | -0/+6 | |
($(PACKAGE).pot): Unconditionally depend on POTFILES. | |||||
1998-06-12 | Make sure .gcc_except_table fits in the section header table | Michael Meissner | 2 | -3/+5 | |
1998-06-12 | Add PowerPC support to readelf; Print machine specific flags; Print ↵ | Michael Meissner | 4 | -16/+222 | |
endianess; Make widening more portable | |||||
1998-06-12 | Fix sunOS build of readelf. | Nick Clifton | 2 | -23/+25 | |
Fixed -Wall warnigs when built under Linux. | |||||
1998-06-11 | * stabs.c (struct stab_handle): Add self_crossref field. | Ian Lance Taylor | 1 | -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-11 | Ooops - forgopt to check this in with the previous delta! | Nick Clifton | 1 | -0/+10 | |
1998-06-11 | Add 'readelf' to binutils. | Nick Clifton | 6 | -13/+2597 | |
1998-06-05 | * objcopy.c (setup_section): Adjust the section size if copy_byte | Ian Lance Taylor | 1 | -0/+6 | |
is >= 0. (copy_section): Do not call bfd_set_section_size. | |||||
1998-06-04 | Add missing \n\ from help description. | Nick Clifton | 2 | -3/+7 | |
1998-06-03 | * Makefile.am (YACC): Correct bison -L option. | Ian Lance Taylor | 3 | -33/+32 | |
* Makefile.in: Rebuild. | |||||
1998-06-03 | * binutils.texi, objdump.1: Document -p/--private-headers. | Ian Lance Taylor | 3 | -0/+20 | |
1998-06-03 | x | Ian Lance Taylor | 1 | -0/+21 | |
1998-06-03 | Implemented new command line options: --change-section-vma and ↵ | Nick Clifton | 4 | -354/+430 | |
--change-section-lma. Tidied up the code. | |||||
1998-06-03 | Add new function: non_fatal(). | Nick Clifton | 1 | -0/+12 | |
1998-06-01 | From Yuli Barcohen <yuli.barcohen@telrad.co.il>: | Ian Lance Taylor | 2 | -45/+116 | |
* debug.c (debug_type_samep): Avoid endless loops comparing function and method parameter types. | |||||
1998-05-14 | Add support for interworking in DLLs. | Nick Clifton | 3 | -268/+681 | |
Document dlltool. | |||||
1998-05-14 | Include 1998 in copyright strings. | Nick Clifton | 1 | -0/+2 | |
1998-05-14 | Support Win32 style directory separators. | Nick Clifton | 1 | -0/+8 | |
1998-05-08 | Extended help information provided about command line options. | Nick Clifton | 1 | -0/+5 | |
1998-05-06 | Wed May 6 15:28:51 1998 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -6/+16 | |
* makefile.vms: Run dec c with /nodebug. Pass CC value when calling make. | |||||
1998-05-06 | fix xgettext invocation | Ian Lance Taylor | 1 | -1/+1 | |
1998-05-05 | Build dlltool for thumb-pe target | Nick Clifton | 2 | -0/+2 | |
1998-05-04 | * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf | Ian Lance Taylor | 2 | -1/+8 | |
sysdump coffdump to avoid extra $(EXEEXT). * Makefile.in: Rebuild. Also rebuild configure with correct version of autoconf. | |||||
1998-04-30 | Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 3 | -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-30 | Wed Apr 29 18:05:52 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 4 | -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 Tromey | 1 | -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-29 | Fixed xgettext invocation in .Sanitize files | Tom Tromey | 1 | -1/+1 | |
1998-04-29 | clean up IMPORTS changes | Ian Lance Taylor | 2 | -350/+284 | |
1998-04-28 | Updated ChangeLog to reflect IMPORT support changes in dlltool. | Bill Moyer | 1 | -0/+7 | |
1998-04-28 | dlltool.c: Added support for IMPORTS. | Bill Moyer | 3 | -25/+330 | |
dlltool.h: Redefined declaration of def_import(). defparse.y: Redefined IMPORT rule. | |||||
1998-04-27 | * configure.in: Change version number to 2.9.4 | Ian Lance Taylor | 3 | -2/+7 | |
* configure: Rebuild. | |||||
1998-04-23 | If xgettext fails, make Sanitize fail | Tom Tromey | 1 | -2/+2 | |
1998-04-22 | .Sanitize now re-computes gettext-related files | Tom Tromey | 1 | -0/+23 | |
1998-04-22 | * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir). | Tom Tromey | 1 | -0/+4 | |
1998-04-22 | fix sanitization for gettext changes | Ian Lance Taylor | 2 | -9/+60 | |
1998-04-22 | * Makefile.am (INCLUDES): Search intl dirs for headers; define | Tom Tromey | 16 | -3/+78 | |
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-visible | Tom Tromey | 22 | -1004/+4178 | |
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-21 | Tue Apr 21 16:07:18 1998 Stanislav Brabec <utx@k332.feld.cvut.cz> | Ian Lance Taylor | 2 | -19/+31 | |
* 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 Taylor | 1 | -0/+6 | |
rcparse.h, and rcparse.c * Makefile.in: Rebuild. | |||||
1998-04-06 | * Makefile.am (PROGS): Move $(ADDR2LINE_PROG) to end, so that | Ian Lance Taylor | 3 | -6/+13 | |
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 Taylor | 3 | -7/+34 | |
(MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*. (mostlyclean-local): New target. * Makefile.in: Rebuild. | |||||
1998-04-01 | From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. Lu | Ian Lance Taylor | 2 | -3/+33 | |
<hjl@gnu.org>: * ar.c (usage): Mention S modifier. (main): Add S modifier. * ar.1, binutils.texi: Document S modifier. |