diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2004-08-04 07:25:19 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-08-04 07:25:19 +0000 |
commit | bcc7f70854fad804d31f5ebe2645045c6bec4c9a (patch) | |
tree | 2b428c61184d5dfdacaaef22656c5296b7868bd4 | |
parent | 403f85032fa1a664f6625cc44e6bbc57b3fc106f (diff) | |
download | gcc-bcc7f70854fad804d31f5ebe2645045c6bec4c9a.zip gcc-bcc7f70854fad804d31f5ebe2645045c6bec4c9a.tar.gz gcc-bcc7f70854fad804d31f5ebe2645045c6bec4c9a.tar.bz2 |
Correct PR numbers
From-SVN: r85547
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50a6f80..c08e8d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,11 +5,11 @@ under the same conditions that this function formerly wasn't called. Add explanatory comments. - PR 14680 + PR 14860 * c-decl.c (record_builtin_type): Call debug_hooks->type_decl on the new decl. - PR 13596 + PR 13956 * dbxout.c (dbx_output_lbrac, dbx_output_rbrac): New functions, broken out of dbxout_block. (dbxout_block): The block at depth 0 should get LBRAC/RBRAC |