forked from lattera/glibc
-
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.
Fix attributes for fortify functions.
- Loading branch information
Showing
27 changed files
with
148 additions
and
117 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,35 @@ | ||
2012-04-29 Marek Polacek <[email protected]> | ||
|
||
* misc/sys/cdefs.h (__attribute_artificial__): New macro. | ||
(__fortify_function): New macro. | ||
(__extern_always_inline): Don't use __attribute__ ((__artificial__)). | ||
* libio/bits/stdio-ldbl.h: Use __fortify_function in place of | ||
__extern_always_inline. | ||
* libio/bits/stdio2.h: Likewise. | ||
* libio/bits/stdio.h: Likewise. | ||
* string/string.h: Likewise. | ||
* string/bits/string3.h: Likewise. | ||
* include/stdio.h: Likewise. | ||
* stdlib/bits/stdlib.h: Likewise. | ||
* stdlib/stdlib.h: Likewise. | ||
* rt/bits/mqueue2.h: Likewise. | ||
* rt/mqueue.h: Likewise. | ||
* posix/bits/unistd.h: Likewise. | ||
* posix/unistd.h: Likewise. | ||
* io/bits/poll2.h: Likewise. | ||
* io/bits/fcntl2.h: Likewise. | ||
* io/fcntl.h: Likewise. | ||
* io/sys/poll.h: Likewise. | ||
* misc/bits/syslog.h: Likewise. | ||
* misc/bits/syslog-ldbl.h: Likewise. | ||
* misc/sys/syslog.h: Likewise. | ||
* socket/bits/socket2.h: Likewise. | ||
* socket/sys/socket.h: Likewise. | ||
* debug/tst-chk1.c: Likewise. | ||
* wcsmbs/bits/wchar2.h: Likewise. | ||
* wcsmbs/bits/wchar-ldbl.h: Likewise. | ||
* wcsmbs/wchar.h: Likewise. | ||
|
||
2012-04-29 Andreas Jaeger <[email protected]> | ||
|
||
* Makerules (tests): Remove enable-check-abi protection. | ||
|
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
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
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
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
Oops, something went wrong.