diff options
author | Alan Modra <amodra@gmail.com> | 2025-05-07 11:15:49 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-05-08 09:26:56 +0930 |
commit | 76fd7455e3eb479690fc23a70555db178d4d3a84 (patch) | |
tree | 54e2346fc7d08fec1e9971ca64e7d67867e2d38c | |
parent | bc1b43ef7ad7c9969e4518c3710568b0206b70fa (diff) | |
download | binutils-76fd7455e3eb479690fc23a70555db178d4d3a84.zip binutils-76fd7455e3eb479690fc23a70555db178d4d3a84.tar.gz binutils-76fd7455e3eb479690fc23a70555db178d4d3a84.tar.bz2 |
Remove unnecessary use of pragma once in pr25618 test
-rw-r--r-- | ld/testsuite/ld-plugin/pr25618a.h | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-plugin/pr25618b.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ld/testsuite/ld-plugin/pr25618a.h b/ld/testsuite/ld-plugin/pr25618a.h index 9bf857c..04be194 100644 --- a/ld/testsuite/ld-plugin/pr25618a.h +++ b/ld/testsuite/ld-plugin/pr25618a.h @@ -1,2 +1 @@ -#pragma once __attribute__((visibility("default"))) int bar(); diff --git a/ld/testsuite/ld-plugin/pr25618b.h b/ld/testsuite/ld-plugin/pr25618b.h index cd80074..65e72a0 100644 --- a/ld/testsuite/ld-plugin/pr25618b.h +++ b/ld/testsuite/ld-plugin/pr25618b.h @@ -1,2 +1 @@ -#pragma once __attribute__((visibility("default"))) int foo(); |