On Dec 6, 2012, at 5:27 PM, Pierre Pronchery wrote: > I'm afraid this has broken building the evbarm port, as it now fails with: > > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c: In function > 'arm_supply_fparegset': > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:132:24: error: 'struct fpreg' > has no member named 'fpr' > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:135:29: error: 'struct fpreg' > has no member named 'fpr_fpsr' > > Should the changes to src/sys/arch/arm/include/reg.h be reflected within > gdb as well?
And they have been:
--- Begin Message ---Module Name: src Committed By: matt Date: Thu Dec 6 06:45:46 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c Log Message: Fetch VFP registers, not FPA. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
--- End Message ---
