From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9892 invoked by alias); 2 Jul 2011 19:45:29 -0000 Received: (qmail 9780 invoked by uid 9674); 2 Jul 2011 19:45:28 -0000 Date: Sat, 02 Jul 2011 19:45:00 -0000 Message-ID: <20110702194528.9778.qmail@sourceware.org> From: jkratoch@sourceware.org To: src-cvs@sourceware.org Subject: src/libiberty ChangeLog cp-demangle.c testsuit ... Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00002.txt.bz2 CVSROOT: /cvs/src Module name: src Branch: gdb_7_3-branch Changes by: jkratoch@sourceware.org 2011-07-02 19:45:28 Modified files: libiberty : ChangeLog cp-demangle.c libiberty/testsuite: demangle-expected test-demangle.c Log message: commit d5b397191d6242fa1b0941cdb328c421bf2b09a0 Author: DJ Delorie Date: Mon Jun 13 23:01:42 2011 +0000 merge from gcc include/ * demangle.h (DMGL_RET_POSTFIX): Extend the comment. (DMGL_RET_DROP): New. libiberty/ * cp-demangle.c (d_print_comp) : Suppress d_print_mod for DMGL_RET_POSTFIX. * testsuite/demangle-expected: New testcases for --ret-postfix. * cp-demangle.c (d_print_comp) : Do not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP. * testsuite/demangle-expected: New testcases for --ret-drop. * testsuite/test-demangle.c: Document --ret-drop in a comment. (main): New variable ret_drop, fill it, call cplus_demangle with it. * cp-demangle.c (struct d_print_info): Remove field options. (d_print_init): Remove parameter options. (cplus_demangle_print_callback): Update all the callers. (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type) (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr): Add parameter options, update all the callers. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.568&r2=1.568.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.90&r2=1.90.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/testsuite/demangle-expected.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.55&r2=1.55.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/testsuite/test-demangle.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.11&r2=1.11.16.1