@@ -122,11 +122,11 @@ diff -Naur '--exclude=*.swp' binutils-2.27-original/bfd/cpu-zip.c binutils-2.27-
122
122
+++ binutils-2.27-zip/bfd/cpu-zip.c 2025-01-18 17:41:07.333677212 -0500
123
123
@@ -0,0 +1,65 @@
124
124
+ ////////////////////////////////////////////////////////////////////////////////
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
+ + //
130
130
+ // Purpose: BFD support for the Zip CPU architecture.
131
131
+ //
132
132
+ // 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-
136
136
+ //
137
137
+ ////////////////////////////////////////////////////////////////////////////////
138
138
+ //
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
+ + ////////////////////////////////////////////////////////////////////////////////
161
161
+ #include "sysdep.h"
162
162
+ #include "bfd.h"
163
163
+ #include "libbfd.h"
0 commit comments