forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dwarf2out.c (file_table_last_lookup): Move this GC'd declaration
outside of #ifdef DWARF2_DEBUGGING_INFO to fix bootstrap failure on platforms that don't use dwarf for debug info. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116903 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
sayle
committed
Sep 12, 2006
1 parent
d7bec15
commit 6243525
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2006-09-12 Andrew Pinski <[email protected]> | ||
Roger Sayle <[email protected]> | ||
|
||
* dwarf2out.c (file_table_last_lookup): Move this GC'd declaration | ||
outside of #ifdef DWARF2_DEBUGGING_INFO to fix bootstrap failure | ||
on platforms that don't use dwarf for debug info. | ||
|
||
2006-09-12 Jason Merrill <[email protected]> | ||
|
||
PR middle-end/28493 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters