Module Name: src Committed By: rin Date: Thu Aug 17 04:52:38 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-nat.c Log Message: gdb/arm: Restore upstream comment, accidentally lost during merge No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/arm-netbsd-nat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/gdb/arm-netbsd-nat.c diff -u src/external/gpl3/gdb/dist/gdb/arm-netbsd-nat.c:1.3 src/external/gpl3/gdb/dist/gdb/arm-netbsd-nat.c:1.4 --- src/external/gpl3/gdb/dist/gdb/arm-netbsd-nat.c:1.3 Mon Aug 14 20:42:27 2023 +++ src/external/gpl3/gdb/dist/gdb/arm-netbsd-nat.c Thu Aug 17 04:52:38 2023 @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/* We define this to get types like register_t. */ #include "defs.h" #include "gdbcore.h" #include "inferior.h"