aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1997-11-06 15:21:18 -0500
committerBrendan Kehoe <brendan@gcc.gnu.org>1997-11-06 15:21:18 -0500
commit55e0182bdb5f11c5277a05aca2fc33775e7faee4 (patch)
tree310d264f189ff6a3c2c46246d945a10b4df1f4cb /gcc
parent0cdff4f223f93c054db4f879d61c8289e56f1cea (diff)
downloadgcc-55e0182bdb5f11c5277a05aca2fc33775e7faee4.zip
gcc-55e0182bdb5f11c5277a05aca2fc33775e7faee4.tar.gz
gcc-55e0182bdb5f11c5277a05aca2fc33775e7faee4.tar.bz2
tweak to be in sync with devo
From-SVN: r16352
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 4c41ebb..094b8d6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -24,6 +24,11 @@ Sun Nov 2 15:04:12 1997 Jason Merrill <jason@yorick.cygnus.com>
1997-11-01 Brendan Kehoe <brendan@lisa.cygnus.com>
+ * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
+ remaining use of saved_throw_type with a call to get_eh_type.
+
+1997-10-31 Brendan Kehoe <brendan@lisa.cygnus.com>
+
* lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
(file_name_nondirectory): New function, doing the same as the macro.
(set_typedecl_interface_info): Use it instead of the macro.
@@ -35,11 +40,6 @@ Sun Nov 2 15:04:12 1997 Jason Merrill <jason@yorick.cygnus.com>
* xref.c (open_xref_file): Likewise.
* error.c (dump_char): Make its arg int, not char.
- * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
- remaining use of saved_throw_type with a call to get_eh_type.
-
-1997-10-31 Brendan Kehoe <brendan@lisa.cygnus.com>
-
* except.c (push_eh_info): Pass the number of fields - 1 down, not
the exact number of fields.