Skip to content

Commit 8f12b10

Browse files
committed
FIX: Patch issues, removed zip-ops.md from GCC patch
1 parent 91d8d9d commit 8f12b10

File tree

2 files changed

+54
-6824
lines changed

2 files changed

+54
-6824
lines changed

sw/gas-zippatch.patch

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ diff -Naur '--exclude=*.swp' binutils-2.27-original/bfd/cpu-zip.c binutils-2.27-
122122
+++ binutils-2.27-zip/bfd/cpu-zip.c 2025-01-18 17:41:07.333677212 -0500
123123
@@ -0,0 +1,65 @@
124124
+////////////////////////////////////////////////////////////////////////////////
125-
//
126-
// Filename: sw/gas-zippatch.patch
127-
// {{{
128-
// Project: Zip CPU -- a small, lightweight, RISC CPU soft core
129-
//
125+
+//
126+
+// Filename: sw/binutils-2.27-zip/bfd/cpu-zip.c
127+
+// {{{
128+
+// Project: Zip CPU -- a small, lightweight, RISC CPU soft core
129+
+//
130130
+// Purpose: BFD support for the Zip CPU architecture.
131131
+//
132132
+// This file is part of BFD, the Binary File Descriptor library.
@@ -136,28 +136,28 @@ diff -Naur '--exclude=*.swp' binutils-2.27-original/bfd/cpu-zip.c binutils-2.27-
136136
+//
137137
+////////////////////////////////////////////////////////////////////////////////
138138
+//
139-
// Copyright (C) 2016-2025, Gisselquist Technology, LLC
140-
// {{{
141-
// This program is free software (firmware): you can redistribute it and/or
142-
// modify it under the terms of the GNU General Public License as published
143-
// by the Free Software Foundation, either version 3 of the License, or (at
144-
// your option) any later version.
145-
//
146-
// This program is distributed in the hope that it will be useful, but WITHOUT
147-
// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
148-
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
149-
// for more details.
150-
//
151-
// You should have received a copy of the GNU General Public License along
152-
// with this program. (It's in the $(ROOT)/doc directory. Run make with no
153-
// target there if the PDF file isn't present.) If not, see
154-
// <http://www.gnu.org/licenses/> for a copy.
155-
// }}}
156-
// License: GPL, v3, as defined and found on www.gnu.org,
157-
// {{{
158-
// http://www.gnu.org/licenses/gpl.html
159-
//
160-
////////////////////////////////////////////////////////////////////////////////
139+
+// Copyright (C) 2016-2025, Gisselquist Technology, LLC
140+
+// {{{
141+
+// This program is free software (firmware): you can redistribute it and/or
142+
+// modify it under the terms of the GNU General Public License as published
143+
+// by the Free Software Foundation, either version 3 of the License, or (at
144+
+// your option) any later version.
145+
+//
146+
+// This program is distributed in the hope that it will be useful, but WITHOUT
147+
+// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
148+
+// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
149+
+// for more details.
150+
+//
151+
+// You should have received a copy of the GNU General Public License along
152+
+// with this program. (It's in the $(ROOT)/doc directory. Run make with no
153+
+// target there if the PDF file isn't present.) If not, see
154+
+// <http://www.gnu.org/licenses/> for a copy.
155+
+// }}}
156+
+// License: GPL, v3, as defined and found on www.gnu.org,
157+
+// {{{
158+
+// http://www.gnu.org/licenses/gpl.html
159+
+//
160+
+////////////////////////////////////////////////////////////////////////////////
161161
+#include "sysdep.h"
162162
+#include "bfd.h"
163163
+#include "libbfd.h"

0 commit comments

Comments
 (0)