GNU Binutils with patches for OS216
Révision | 9bff3c127bb84803c2f83b23da6a1a4ea42d125d (tree) |
---|---|
l'heure | 2004-01-05 04:06:15 |
Auteur | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
Add cplus branch changelog
@@ -0,0 +1,23 @@ | ||
1 | +2004-01-04 Daniel Jacobowitz <drow@mvista.com> | |
2 | + | |
3 | + * cp-demangle.c: Include cp-demangle.h. Export some public | |
4 | + functions and variables. | |
5 | + (cp_v3_d_init_info_alloc, cp_v3_d_free_info): New functions. | |
6 | + (d_make_operator_from_string): New function. | |
7 | + (cp_v3_d_make_empty, cp_v3_d_make_comp, cp_v3_d_make_name) | |
8 | + (cp_v3_d_make_builtin_type, cp_v3_d_make_extended_operator) | |
9 | + (cp_v3_d_make_ctor, cp_v3_d_make_dtor, cp_v3_d_print): Renamed | |
10 | + and made global. Update calls to renamed functions. | |
11 | + | |
12 | + (d_make_template_param, d_make_sub, d_encoding, d_name, d_prefix) | |
13 | + (d_identifier, d_operator_name, d_special_name, d_ctor_dtor_name) | |
14 | + (d_type, d_cv_qualifiers, d_bare_function_type, d_array_type) | |
15 | + (d_pointer_to_member_type, d_template_args, d_expression) | |
16 | + (d_expr_primary, d_local_name, d_demangle): Update calls to renamed | |
17 | + functions. | |
18 | + | |
19 | + (cp_v3_d_make_builtin_type): Accept a character instead of a pointer | |
20 | + to struct d_builtin_type_info. | |
21 | + (d_type): Update call to d_make_builtin_type. | |
22 | + | |
23 | + * Makefile.in: Update dependencies for cp-demangle.o. |