All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add DWARF object files to .gitignore.
@ 2021-08-21 10:17 Jeremy Sowden
  2021-08-21 11:02 ` Jeremy Sowden
  2021-08-22 11:12 ` Jan Engelhardt
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Sowden @ 2021-08-21 10:17 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Netfilter Devel

If we build against a kernel with `CONFIG_DEBUG_INFO_SPLIT` enabled, the
kernel compiler flags will include `-gsplit-dwarf`, and the linker will
emit .dwo files.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2ebbe0e89fe7..005e7f978d47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.dwo
 *.gcno
 *.la
 *.lo
-- 
2.32.0


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

* Re: [PATCH] Add DWARF object files to .gitignore.
  2021-08-21 10:17 [PATCH] Add DWARF object files to .gitignore Jeremy Sowden
@ 2021-08-21 11:02 ` Jeremy Sowden
  2021-08-22 11:12 ` Jan Engelhardt
  1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Sowden @ 2021-08-21 11:02 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Netfilter Devel

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

On 2021-08-21, at 11:17:24 +0100, Jeremy Sowden wrote:
> If we build against a kernel with `CONFIG_DEBUG_INFO_SPLIT` enabled, the
> kernel compiler flags will include `-gsplit-dwarf`, and the linker will
> emit .dwo files.
>
> Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)

Just noticed I forgot to indicate in the subject that this is for xtables-addons.

Apologies.

J.

> diff --git a/.gitignore b/.gitignore
> index 2ebbe0e89fe7..005e7f978d47 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,3 +1,4 @@
> +*.dwo
>  *.gcno
>  *.la
>  *.lo
> --
> 2.32.0
>
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] Add DWARF object files to .gitignore.
  2021-08-21 10:17 [PATCH] Add DWARF object files to .gitignore Jeremy Sowden
  2021-08-21 11:02 ` Jeremy Sowden
@ 2021-08-22 11:12 ` Jan Engelhardt
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2021-08-22 11:12 UTC (permalink / raw)
  To: Jeremy Sowden; +Cc: Netfilter Devel

On Saturday 2021-08-21 12:17, Jeremy Sowden wrote:

>If we build against a kernel with `CONFIG_DEBUG_INFO_SPLIT` enabled, the
>kernel compiler flags will include `-gsplit-dwarf`, and the linker will
>emit .dwo files.

Processed.

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

end of thread, other threads:[~2021-08-22 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-21 10:17 [PATCH] Add DWARF object files to .gitignore Jeremy Sowden
2021-08-21 11:02 ` Jeremy Sowden
2021-08-22 11:12 ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.