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.
* gigi.h (gnat_internal_attribute_table): Declare. * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above. * utils.c (gnat_internal_attribute_table): New global variable. (builtin_function): Always call decl_attributes on the builtin. (handle_const_attribute): New static function. (handle_nothrow_attribute): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116926 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ebotcazou
committed
Sep 13, 2006
1 parent
a5517fc
commit 60c8389
Showing
4 changed files
with
68 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,13 @@ | ||
2006-09-13 Eric Botcazou <[email protected]> | ||
|
||
PR ada/21952 | ||
* gigi.h (gnat_internal_attribute_table): Declare. | ||
* misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above. | ||
* utils.c (gnat_internal_attribute_table): New global variable. | ||
(builtin_function): Always call decl_attributes on the builtin. | ||
(handle_const_attribute): New static function. | ||
(handle_nothrow_attribute): Likewise. | ||
|
||
2006-07-28 Volker Reichelt <[email protected]> | ||
|
||
* Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies. | ||
|
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
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
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