]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: freebsd.h (TARGET_ASM_FILE_END): Define.
authorAndreas Tobler <andreast@fgznet.ch>
Thu, 15 Dec 2011 17:55:59 +0000 (18:55 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 15 Dec 2011 17:55:59 +0000 (18:55 +0100)
2011-12-15  Andreas Tobler  <andreast@fgznet.ch>

Backport from mainline.
2011-12-15  Andreas Tobler  <andreast@fgznet.ch>

* config/i386/freebsd.h (TARGET_ASM_FILE_END): Define.

From-SVN: r182383

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

index d3757c50dbb76d09ee5c1597681f5336ba31bdc7..eb00324cc191e59942d7deb65653500fe19720e8 100644 (file)
@@ -1,3 +1,10 @@
+2011-12-15  Andreas Tobler  <andreast@fgznet.ch>
+
+       Backport from mainline.
+       2011-12-15  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config/i386/freebsd.h (TARGET_ASM_FILE_END): Define.
+
 2011-12-13  Eric Botcazou  <ebotcazou@adacore.com>
 
        * lto-streamer-out.c (write_symbol): Use proper 64-bit host type.
index 61592d46bb35cf38a63449bd9d799f3eb325dfb9..6d2c559e792b45b865a784b6cbaa9f2000e1cfb0 100644 (file)
@@ -147,3 +147,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
+