X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=4dbb485035ae4c1e91dcbf36981f390b9a4e466b;hb=bcf32829aff66021b9309b1f738d54f24dfa6a8e;hp=41ada5feb925534bb29806194b638129d92d1589;hpb=c7de92161ef940481c441e530e8eb2af117f6638;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 41ada5feb9..4dbb485035 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,41 @@ +2004-12-15 Jan Beulich + + * doc/binutils.texi: Document --strip-unneeded-symbol and + --strip-unneeded-symbols. + * objcopy.c (strip_unneeded_list): New. + (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL + and OPTION_STRIP_UNNEEDED_SYMBOLS. + (copy_options): Add --strip-unneeded-symbol and + --strip-unneeded-symbols. + (copy_usage): Likewise. + (filter_symbols): Suppress copying of symbol if in strip_unneeded_list + and the symbol is not needed. + (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and + OPTION_STRIP_UNNEEDED_SYMBOLS. + +2004-12-09 Ian Lance Taylor + + * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000. + +2004-12-08 Ben Elliston + + * arlex.l: Fix formatting. + +2004-12-08 Ben Elliston + + * doc/Makefile.am (config.texi): Emit a @set UPDATED command to + config.texi whose value is the current month and year. + * doc/Makefile.in: Rebuild. + * doc/binutils.texi: Set the document subtitle to be the value of + the Texinfo UPDATED variable (obtained from config.texi). + +2004-12-07 Ben Elliston + + PR binutils/249 + * doc/binutils.texi (def file format): New node. + (dlltool): Use the tool name as the @chapter name, like all the + other binutils. Use @file{.def} throughout for consistency. + 2004-12-06 Ben Elliston * dlltool.c: Comment fix.