2011-12-15 Andreas Tobler <andreast@fgznet.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Dec 2011 17:52:02 +0000 (17:52 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Dec 2011 17:52:02 +0000 (17:52 +0000)
* config/i386/freebsd.h (TARGET_ASM_FILE_END): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182382 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/freebsd.h

index 59f205a..0d7ed3e 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-15  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config/i386/freebsd.h (TARGET_ASM_FILE_END): Define.
+
 2011-12-15  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/51360
index a1fd3be..649274d 100644 (file)
@@ -145,3 +145,6 @@ along with GCC; see the file COPYING3.  If not see
 #if FBSD_MAJOR >= 6
 #define SUBTARGET32_DEFAULT_CPU "i486"
 #endif
+
+#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
+