diff options
author | Matt Kraai <kraai@gcc.gnu.org> | 2003-06-12 06:06:08 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2003-06-12 06:06:08 +0000 |
commit | ed44683592f6503ce41f466aa075aa146235ca11 (patch) | |
tree | 5c81cb7077317fb513d918085be0c0877398800c /gcc | |
parent | 8a434e1d5d0778a248f60a1de25859ebe482a885 (diff) | |
download | gcc-ed44683592f6503ce41f466aa075aa146235ca11.zip gcc-ed44683592f6503ce41f466aa075aa146235ca11.tar.gz gcc-ed44683592f6503ce41f466aa075aa146235ca11.tar.bz2 |
* ChangeLog: Add missing closing parentheses.
From-SVN: r67823
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 68b527b..f23fe49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -602,7 +602,7 @@ Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz> * target.h: New hook asm_out.file_end. * target.h: Update to match. New hook macro TARGET_ASM_FILE_END. - * toplev.c (compile_file: Use targetm.asm_out.file_end. + * toplev.c (compile_file): Use targetm.asm_out.file_end. * system.h: Poison ASM_FILE_END. * varasm.c (file_end_indicate_exec_stack): New. * output.h: Prototype it. @@ -13919,7 +13919,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz> * basic-block.h (inside_basic_block_p): Declare. * cfgbuild.c (inside_basic_block_p): Make global. - * haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK. + * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK. * scheudle-ebb.c (schedule_ebb): Return last basic block of trace; update CFG. (fix_basic_block_boundaries, add_missing_bbs): New. @@ -15583,7 +15583,7 @@ Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz> 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.in: Don't include ansidecl.h in tconfig.h. - * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2. + * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2. * unwind-dw2-fde.h (last_fde): Use __attribute__, not ATTRIBUTE_UNUSED. |