]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/s390/tpf.h (ASM_SPEC): Define.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 8 Apr 2005 17:05:13 +0000 (17:05 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 8 Apr 2005 17:05:13 +0000 (17:05 +0000)
From-SVN: r97834

gcc/ChangeLog
gcc/config/s390/tpf.h

index 6278b8b8e34e809b437ed85ac3727a786091b59d..6306d3b660ffa52605e0291d078705bdbe104bbd 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       Backport from mainline:
+       * config/s390/tpf.h (ASM_SPEC): Define.
+
 2005-04-06  Dale Johannesen  <dalej@apple.com>
 
         PR middle-end/19225
index ce984e64003a7e4b9057071ae9394acc58c2bc89..30158276f2e98d64c79e3a9337785e70e1561b6a 100644 (file)
@@ -92,6 +92,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #undef CPLUSPLUS_CPP_SPEC
 #define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
 
+#undef  ASM_SPEC
+#define ASM_SPEC "%{m31&m64}%{mesa&mzarch}%{march=*}"
+
 #undef  LIB_SPEC
 #define LIB_SPEC "%{pthread:-lpthread} -lc"