diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-12-17 13:25:28 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-12-17 13:25:28 +0000 |
commit | a390425eaee6809e0a0935991bffccd8f15c61ec (patch) | |
tree | 05aa798da72ed09d42a4247f15c55b26c9b9121b /bridges | |
parent | 1a85ae2b616d939c5beba46e550f7837fc693b2b (diff) |
Solaris: respect asm comment syntax. Reported by L'oiseau de mer.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_intel/call.s | 40 | ||||
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/call.s | 40 |
2 files changed, 40 insertions, 40 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/call.s b/bridges/source/cpp_uno/cc50_solaris_intel/call.s index 97182de8abb7..cb9c0e6e72d5 100644 --- a/bridges/source/cpp_uno/cc50_solaris_intel/call.s +++ b/bridges/source/cpp_uno/cc50_solaris_intel/call.s @@ -1,23 +1,23 @@ -/************************************************************** - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * - *************************************************************/ +//************************************************************** +/ * +/ * Licensed to the Apache Software Foundation (ASF) under one +/ * or more contributor license agreements. See the NOTICE file +/ * distributed with this work for additional information +/ * regarding copyright ownership. The ASF licenses this file +/ * to you under the Apache License, Version 2.0 (the +/ * "License"); you may not use this file except in compliance +/ * with the License. You may obtain a copy of the License at +/ * +/ * http://www.apache.org/licenses/LICENSE-2.0 +/ * +/ * Unless required by applicable law or agreed to in writing, +/ * software distributed under the License is distributed on an +/ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +/ * KIND, either express or implied. See the License for the +/ * specific language governing permissions and limitations +/ * under the License. +/ * +/ *************************************************************/ .align 4 .globl privateSnippetExecutorGeneral diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/call.s b/bridges/source/cpp_uno/cc50_solaris_sparc/call.s index e4716b300b40..699a528c193c 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/call.s +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/call.s @@ -1,23 +1,23 @@ -/************************************************************** - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * - *************************************************************/ +!\************************************************************** +! * +! * Licensed to the Apache Software Foundation (ASF) under one +! * or more contributor license agreements. See the NOTICE file +! * distributed with this work for additional information +! * regarding copyright ownership. The ASF licenses this file +! * to you under the Apache License, Version 2.0 (the +! * "License"); you may not use this file except in compliance +! * with the License. You may obtain a copy of the License at +! * +! * http://www.apache.org/licenses/LICENSE-2.0 +! * +! * Unless required by applicable law or agreed to in writing, +! * software distributed under the License is distributed on an +! * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +! * KIND, either express or implied. See the License for the +! * specific language governing permissions and limitations +! * under the License. +! * +! *************************************************************/ .global privateSnippetExecutor .type privateSnippetExecutor,2 |