This is an automated email from the ASF dual-hosted git repository. truckman pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 4a89fccd137b9f9e7da28a4d8a409161cd4f2155 Author: Curtis Hamilton <[email protected]> AuthorDate: Fri Nov 1 00:53:49 2024 -0400 Update call.s (cherry picked from commit a7d5e3d71c477db87de2304996caf0c4b68b9e64) --- .../source/cpp_uno/gcc3_freebsd_powerpc64/call.s | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call.s b/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call.s index f20c598e6c..48d12c5235 100644 --- a/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call.s +++ b/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call.s @@ -1,3 +1,25 @@ +/************************************************************** + * + * 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. + * + *************************************************************/ + + .file "uno_ppc64_asm.cc" .machine power4 .abiversion 2
