]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - scripts/test_dwarf5_support.sh
Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[mirror_ubuntu-jammy-kernel.git] / scripts / test_dwarf5_support.sh
CommitLineData
98cd6f52
ND
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0
3
4# Test that the assembler doesn't need -Wa,-gdwarf-5 when presented with DWARF
5# v5 input, such as `.file 0` and `md5 0x00`. Should be fixed in GNU binutils
6# 2.35.2. https://sourceware.org/bugzilla/show_bug.cgi?id=25611
7echo '.file 0 "filename" md5 0x7a0b65214090b6693bd1dc24dd248245' | \
8 $* -gdwarf-5 -Wno-unused-command-line-argument -c -x assembler -o /dev/null -