From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 8CA0E46F02 for ; Thu, 22 Feb 2024 10:57:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3496F68D22C; Thu, 22 Feb 2024 12:57:47 +0200 (EET) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EFD5968CF0D for ; Thu, 22 Feb 2024 12:57:39 +0200 (EET) Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-512d6bcd696so716484e87.1 for ; Thu, 22 Feb 2024 02:57:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20230601.gappssmtp.com; s=20230601; t=1708599459; x=1709204259; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=j++fp6wrrgYw28XCgy8a2331E8z4hVJ3dczd9yqAVyY=; b=Krl+ahACXK9igp+RW+OelWsuZL9Os1sb4dDyZr6WO83aoWBiAVpr+lZ3WHNyT52d5J D4m7CM1EV3QX7H6GCXsHZ4U7jWnhPJnONkE4wxvtQ88krkoFDWncb9in4cq4pi11/88P zVwTSMKIU6arVHQOspYO+cNE5OhbJvb1n4JII5NoF0+bxCujTIVrQKXW9DnlfYygAbbu 2xWHuTzXt7hn3zFYFNDedEAdL2Wh+j0GJxky2jVT2HZ+pmOzCcNDC7olvoaXhIrS0AYo mpzKcAMHQR20SGX09I08fqa1tWZxw1iZ8XTfXamIYCFt4bpym+RdlEI8zaNCPpZM4dbq 3l6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708599459; x=1709204259; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=j++fp6wrrgYw28XCgy8a2331E8z4hVJ3dczd9yqAVyY=; b=AluloGvBfe46Tehv9TYQvlbg3uzrgGE1j4mF6X3SV/F8PzOYP0KC/il9laZNQubwtC NXeGtwnA9AJcqrlYa8f+EVNDro5DTnKLLnVfnRtyX/BDtQD+2lW/zn87wT5HauOFIsWY fsPmXqI4XcYyjFWq5eCvsIqh1+hA1t+mVwqQHr4cta0CDMjpyjiKySTlfa38He4quFE9 Kgd8p8XBhNrPcFTz+t5XBt3HRdj8L9FTfzBMUPOrW9t4qdYuFwH4Fy28i2oABP80j9ka Qhr1euV8W4u0H/ddlemctf5anEwn4FHWQ6yUUB/LfqNXxkEi+WssCGE7X9LoBwSV3GcF w6sw== X-Gm-Message-State: AOJu0YwkJ+8pmGcsGTyl2Ug6CZhGUxHuk5ifUCl3RfEpJrYIo95ZH96V m3afUrnqHWbNqaGoFu0Rp+r7GJDJxVdW7jmTca/4bxtz725a7jxj4mV4NkiGxrVefv4rQMRsh8b R4w== X-Google-Smtp-Source: AGHT+IElWLya7axepdKb3JHGAGjHBrVgHYZgLokiYNibyujah5hFT3j/y+k+a4nZJAVpJv62bQ2CDg== X-Received: by 2002:a05:6512:ad0:b0:512:9b12:bc47 with SMTP id n16-20020a0565120ad000b005129b12bc47mr619920lfu.10.1708599458706; Thu, 22 Feb 2024 02:57:38 -0800 (PST) Received: from localhost (dsl-tkubng21-58c01c-243.dhcp.inet.fi. [88.192.28.243]) by smtp.gmail.com with ESMTPSA id t20-20020ac24c14000000b00512d226c4b2sm608454lfq.160.2024.02.22.02.57.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Feb 2024 02:57:38 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Feb 2024 12:57:37 +0200 Message-Id: <20240222105737.3169560-1-martin@martin.st> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [GASPP PATCH] Don't mangle .L local labels for ELF targets X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: This fixes building FFmpeg's libavcodec/aarch64/h264idct_neon.S for a Linux target. (It's not necessary to use gas-preprocessor for such a target for a very long time, but it can be useful to be able to test gas-preprocessor there still.) --- gas-preprocessor.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index ba75611..2880858 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -738,7 +738,10 @@ sub handle_serialized_line { } # mach-o local symbol names start with L (no dot) - $line =~ s/(?