public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/grte] Actuall use LLVM_OBJCOPY if available.
@ 2021-08-28  0:31 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-28  0:31 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6676d4161d509ed9c734f552d4a5b8dd668f75d0

commit 6676d4161d509ed9c734f552d4a5b8dd668f75d0
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Mon Apr 8 13:54:25 2019 -0700

    Actuall use LLVM_OBJCOPY if available.

Diff:
---
 csu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csu/Makefile b/csu/Makefile
index b0049b2ef2..b04a060c50 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -117,7 +117,7 @@ $(CC) -nostdlib -nostartfiles -r -o $@.precopy $^
 # retains relocs, the section is garbled and causes errors in later
 # links done with --icf=safe.  The removal can be unconditional as it
 # is a no-op for non-clang/lld.
-$(OBJCOPY) --remove-section=.llvm_addrsig $@.precopy $@
+$(OBJCOPY_FOR_ADDRSIG) --remove-section=.llvm_addrsig $@.precopy $@
 rm $@.precopy
 endef


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/maskray/grte] Actuall use LLVM_OBJCOPY if available.
@ 2021-08-28  0:27 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-28  0:27 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=51f0aa09b02688b204e06909754e8c222a06f5c7

commit 51f0aa09b02688b204e06909754e8c222a06f5c7
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Mon Apr 8 13:54:25 2019 -0700

    Actuall use LLVM_OBJCOPY if available.

Diff:
---
 csu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csu/Makefile b/csu/Makefile
index b0049b2ef2..b04a060c50 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -117,7 +117,7 @@ $(CC) -nostdlib -nostartfiles -r -o $@.precopy $^
 # retains relocs, the section is garbled and causes errors in later
 # links done with --icf=safe.  The removal can be unconditional as it
 # is a no-op for non-clang/lld.
-$(OBJCOPY) --remove-section=.llvm_addrsig $@.precopy $@
+$(OBJCOPY_FOR_ADDRSIG) --remove-section=.llvm_addrsig $@.precopy $@
 rm $@.precopy
 endef


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/maskray/grte] Actuall use LLVM_OBJCOPY if available.
@ 2021-08-27 23:49 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-27 23:49 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9c58a2d45fb72b41de88ec87d7a6ad6f60ca1ac

commit f9c58a2d45fb72b41de88ec87d7a6ad6f60ca1ac
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Mon Apr 8 13:54:25 2019 -0700

    Actuall use LLVM_OBJCOPY if available.

Diff:
---
 csu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csu/Makefile b/csu/Makefile
index b0049b2ef2..b04a060c50 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -117,7 +117,7 @@ $(CC) -nostdlib -nostartfiles -r -o $@.precopy $^
 # retains relocs, the section is garbled and causes errors in later
 # links done with --icf=safe.  The removal can be unconditional as it
 # is a no-op for non-clang/lld.
-$(OBJCOPY) --remove-section=.llvm_addrsig $@.precopy $@
+$(OBJCOPY_FOR_ADDRSIG) --remove-section=.llvm_addrsig $@.precopy $@
 rm $@.precopy
 endef


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-28  0:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:31 [glibc/maskray/grte] Actuall use LLVM_OBJCOPY if available Fangrui Song
  -- strict thread matches above, loose matches on Subject: below --
2021-08-28  0:27 Fangrui Song
2021-08-27 23:49 Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).