Commit b0efb46b by Bernhard Fischer Committed by Bernhard Reutner-Fischer

final.c: Update Copyright year.

2006-10-15  Bernhard Fischer  <aldot@gcc.gnu.org>

        * final.c: Update Copyright year. Commentary typo fix. Fix whitespace

From-SVN: r117744
parent 2e5758e8
2006-10-15 Bernhard Fischer <aldot@gcc.gnu.org>
* final.c: Update Copyright year. Commentary typo fix. Fix whitespace
2006-10-14 Uros Bizjak <uros@kss-loka.si> 2006-10-14 Uros Bizjak <uros@kss-loka.si>
* config/i386/athlon.md (athlon_fist): Add fisttp. * config/i386/athlon.md (athlon_fist): Add fisttp.
......
/* Convert RTL to assembler code and output it, for GNU compiler. /* Convert RTL to assembler code and output it, for GNU compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -1709,7 +1709,6 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED, ...@@ -1709,7 +1709,6 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
break; break;
case NOTE_INSN_BASIC_BLOCK: case NOTE_INSN_BASIC_BLOCK:
#ifdef TARGET_UNWIND_INFO #ifdef TARGET_UNWIND_INFO
targetm.asm_out.unwind_emit (asm_out_file, insn); targetm.asm_out.unwind_emit (asm_out_file, insn);
#endif #endif
...@@ -3846,7 +3845,7 @@ debug_flush_symbol_queue (void) ...@@ -3846,7 +3845,7 @@ debug_flush_symbol_queue (void)
for (i = 0; i < symbol_queue_index; ++i) for (i = 0; i < symbol_queue_index; ++i)
{ {
/* If we pushed queued symbols then such symbols are must be /* If we pushed queued symbols then such symbols must be
output no matter what anyone else says. Specifically, output no matter what anyone else says. Specifically,
we need to make sure dbxout_symbol() thinks the symbol was we need to make sure dbxout_symbol() thinks the symbol was
used and also we need to override TYPE_DECL_SUPPRESS_DEBUG used and also we need to override TYPE_DECL_SUPPRESS_DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment