Skip to content

Commit

Permalink
* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175292 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
uros committed Jun 22, 2011
1 parent 208e226 commit 5125dce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libgcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-06-22 Uros Bizjak <ubizjak@gmail.com>

* enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.

2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

* shared-object.mk (c_flags-$o): Save c_flags.
Expand All @@ -10,7 +14,7 @@
* libgcc-std.ver.in (GCC_4.7.0): New section.

2011-06-16 Georg-Johann Lay <avr@gjlay.de>

PR target/49313
PR target/29524
* config/avr/t-avr: Fix line endings.
Expand Down Expand Up @@ -379,7 +383,7 @@
2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
Andrew Pinski <pinskia@gmail.com>

PR target/40959
PR target/40959
* config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.

2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
Expand Down
3 changes: 3 additions & 0 deletions libgcc/enable-execute-stack-empty.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* Dummy implementation of __enable_execute_stack. */

extern void __enable_execute_stack (void *);

/* Attempt to turn on execute permission for the stack. */

void
__enable_execute_stack (void *addr __attribute__((__unused__)))
{
Expand Down

0 comments on commit 5125dce

Please sign in to comment.