X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=935b9cf814955ee1a51d3c81060dbdbbae866922;hb=c46f0c34a6170788e741fd454d5d50ed6e049155;hp=7494da97c8718ab230530eebfe2d591e11935e96;hpb=f1cb7e172842a85da453fdb36545298946e89336;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7494da97c8..935b9cf814 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,63 @@ +2002-01-23 Nick Clifton + + * addr2line.c (usage): Update text to provide verbose + description of the command line options. + * ar.c (usage): Update text to provide verbose + description of the command line options. + (main): Accept -h and -H when running as ranlib. + * coffdump.c (show_usage): Update text to provide verbose + description of the command line options. + * dlltool.c (main): Accept -H as an alias for --help. + * nlmconv.c (show_usage): Update text to provide verbose + description of the command line options. + * nm.c (usage): Replace OPTIONS with option(s). + (main): Accept -H as an alias for --help. + * objcopy.c (strip_main): Accept -H as an alias for --help. + * objdump.c (main): Accept -v as an alias for --verbose. + * readelf.c (usage): Adjust format to match style used in + other binutils. + * size.c (usage): Update text to provide verbose description + of the command line options. + (main): Accept -v, -h and -H as command line options. + * srconv.c (show_usage): Update text to provide verbose + description of the command line options. + * strings.c (main): Accept -H and -v as command line options. + (usage): Update text to provide verbose description of the + command line options. + * sysdump.c (show_usage): Update text to provide verbose + description of the command line options. + * windres.c (usage): Adjust format to match style used in + other binutils. + + * coffdump.c: Fix formatting. + * nlmconv.c: Fix formatting. + * srconv.c: Fix formatting. + * sysdump.c: Fix formatting. + +2002-01-22 Alan Modra + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + +2002-01-18 Andreas Jaeger + + * version.c (print_version): Update year. + +2002-01-17 Alan Modra + + * readelf.c (get_machine_name): Handle EM_PPC64. + (guess_is_rela): Here too. + +2002-01-17 Nick Clifton + + * po/binutils.pot: Regenerate. + * po/fr.po: Regenerate. + * po/tr.po: Regenerate. + +2002-01-16 Nick Clifton + + * po/tr.po: Import new version. + 2002-01-16 Alan Modra * readelf.c (get_ppc64_dynamic_type): New. @@ -5,10 +65,10 @@ 2002-01-15 Nick Clifton - * objcopy.c (copy_usage): Use "switches" instead of "options". - (strip_usage): Use "switches" instead of "options". - * doc/binutils.texi (dlltool): Refer to "switches" instead of - "options". + * objcopy.c (copy_usage): Use "options" instead of "switches". + (strip_usage): Use "options" instead of "switches". + * doc/binutils.texi (dlltool): Refer to "options" instead of + "switches". 2002-01-14 Richard Earnshaw @@ -49,7 +109,7 @@ (usage): Document new feature of --wide switch. * doc/binutils.texi (objdump): Document additional behaviour of --wide. - + 2001-12-18 Michael Snyder * objcopy.c (copy_file): Accept corefiles (format bfd_core).