aboutsummaryrefslogtreecommitdiff
path: root/gcc/po
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2001-09-24 00:27:33 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-09-24 00:27:33 +0000
commit749ced524c4a4bcb7e8374854cc380e33e69a1d8 (patch)
tree1f1e9f3af7240cf9b105d13f1eb384eafd666ecf /gcc/po
parent7a80cf9a2f287793e0361af57606031a17e636d4 (diff)
downloadgcc-749ced524c4a4bcb7e8374854cc380e33e69a1d8.zip
gcc-749ced524c4a4bcb7e8374854cc380e33e69a1d8.tar.gz
gcc-749ced524c4a4bcb7e8374854cc380e33e69a1d8.tar.bz2
top level:
* errors.h (warning, error, fatal, internal_error): Don't mark with ATTRIBUTE_PRINTF_n. * toplev.h (internal_error, fatal_io_error, warning, error, pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line, error_with_file_and_line, sorry, error_for_asm, warning_for_asm): Likewise. cp: * Make-lang.in (CXX_OBJS): Take out cp/errfn.o. (cp/errfn.o): Delete rule. (cp/error.o): Depend on flags.h. * errfn.c: Delete file. * cp-tree.h: Declare warn_deprecated. Remove definitions of TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning, cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and internal_error respectively. Make cp_deprecated into a macro. Don't define cp_printer typedef or declare cp_printers. * error.c: Include flags.h. Delete: struct tree_formatting_info, print_function_argument_list, print_declaration, print_expression, print_function_declaration, print_function_parameter, print_type_id, print_cv_qualifier_seq, print_type_specifier_seq, print_simple_type_specifier, print_elaborated_type_specifier, print_rest_of_abstract_declarator, print_parameter_declaration_clause, print_exception_specification, print_nested_name_specifier, and definition of cp_printers. (locate_error): New function. (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and rewritten in terms of locate_error and diagnostic.c. (cp_tree_printer): Rename cp_printer; wire up to *_to_string instead of deleted print_* routines. Handle %C, %L, %O, %Q also. (init_error): Adjust to match. po: * POTFILES.in: Remove cp/errfn.c. From-SVN: r45765
Diffstat (limited to 'gcc/po')
-rw-r--r--gcc/po/ChangeLog14
-rw-r--r--gcc/po/POTFILES.in1
2 files changed, 9 insertions, 6 deletions
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index 258fa87..c2bfc03 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-23 Zack Weinberg <zack@codesourcery.com>
+
+ * POTFILES.in: Remove cp/errfn.c.
+
2001-08-01 Nick Clifton <nickc@cambridge.redhat.com>
* POTFILES.in: Remove chorus.h files from i386, rs6000 and sparc
@@ -5,7 +9,7 @@
Mon Jul 9 13:27:15 2001 Jeffrey A Law (law@cygnus.com)
- * POTFILES.in: Add ssa-ccp.c
+ * POTFILES.in: Add ssa-ccp.c
Thu Jun 28 16:11:30 2001 Jeffrey A Law (law@cygnus.com)
@@ -32,8 +36,8 @@ Tue Jun 19 08:03:43 2001 Jeffrey A Law (law@cygnus.com)
2001-06-11 Zack Weinberg <zackw@stanford.edu>
- * Makefile.in.in: Take --defines switch off of xgettext
- command line.
+ * Makefile.in.in: Take --defines switch off of xgettext
+ command line.
* POTFILES.in: Massive update, removing all dead files and
adding approximately 300 files which had been left out.
Clarify comments on what should and should not appear here.
@@ -120,7 +124,7 @@ Thu Nov 30 01:28:08 2000 Jeffrey A Law (law@cygnus.com)
* POTFILES.in: Remove the files from the nuked
dead ports.
- * ChangeLog: Correct David's entry.
+ * ChangeLog: Correct David's entry.
2000-09-28 David O'Brien <obrien@FreeBSD.org>
@@ -131,7 +135,7 @@ Thu Nov 30 01:28:08 2000 Jeffrey A Law (law@cygnus.com)
2000-09-26 Philipp Thomas <pthomas@suse.de>
* Makefile.in.in: Remove stamp-check-pot from list
- of default targets as checks are only possible in a
+ of default targets as checks are only possible in a
complete source tree and all languages configured.
2000-09-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
diff --git a/gcc/po/POTFILES.in b/gcc/po/POTFILES.in
index 67a5380..d2c1c1c 100644
--- a/gcc/po/POTFILES.in
+++ b/gcc/po/POTFILES.in
@@ -665,7 +665,6 @@ cp/decl.c
cp/decl.h
cp/decl2.c
cp/dump.c
-cp/errfn.c
cp/error.c
cp/except.c
cp/expr.c