public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gitattributes: set eol=lf for files that fail on Windows
@ 2021-10-26 14:28 Orgad Shaneh
  2022-05-14  0:57 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Orgad Shaneh @ 2021-10-26 14:28 UTC (permalink / raw)
  To: gdb-patches; +Cc: Orgad Shaneh

When core.autocrlf is true, gas documentation and igen in sim/ppc fail to
build.
---
 .gitattributes         | 1 +
 sim/ppc/.gitattributes | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 sim/ppc/.gitattributes

diff --git a/.gitattributes b/.gitattributes
index 06d51d28a95..b3777e07dab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -18,3 +18,4 @@
 #     file gets renamed again ...
 
 ChangeLog       merge=merge-changelog
+*.texi eol=lf
diff --git a/sim/ppc/.gitattributes b/sim/ppc/.gitattributes
new file mode 100644
index 00000000000..216605694b8
--- /dev/null
+++ b/sim/ppc/.gitattributes
@@ -0,0 +1,4 @@
+/*.igen eol=lf
+/dc-complex eol=lf
+/ppc-instructions eol=lf
+/ppc-spr-table eol=lf
-- 
2.33.1.windows.1.1.g7e610705a5


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

* Re: [PATCH] gitattributes: set eol=lf for files that fail on Windows
  2021-10-26 14:28 [PATCH] gitattributes: set eol=lf for files that fail on Windows Orgad Shaneh
@ 2022-05-14  0:57 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2022-05-14  0:57 UTC (permalink / raw)
  To: Orgad Shaneh; +Cc: gdb-patches

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

On 26 Oct 2021 14:28, Orgad Shaneh via Gdb-patches wrote:
> When core.autocrlf is true, gas documentation and igen in sim/ppc fail to
> build.

tools should be able to handle this.  if they aren't, we should fix the tools
instead.  i thought i made some fixes in here, so please recheck the latest
version.
-mike

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

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

end of thread, other threads:[~2022-05-14  0:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 14:28 [PATCH] gitattributes: set eol=lf for files that fail on Windows Orgad Shaneh
2022-05-14  0:57 ` Mike Frysinger

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).