NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55837 CVS commit: src/sys/lib/libunwind



The following reply was made to PR toolchain/55837; it has been noted by GNATS.

From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55837 CVS commit: src/sys/lib/libunwind
Date: Mon, 31 May 2021 11:41:22 +0000

 Module Name:	src
 Committed By:	rin
 Date:		Mon May 31 11:41:22 UTC 2021
 
 Modified Files:
 	src/sys/lib/libunwind: Registers.hpp unwind_registers.S
 
 Log Message:
 PR toolchain/55837
 
 Misc style fixes for clarity:
 
 - Rename lazyVFP1() and lazyVFP3() to lazyVFPv2() and lazyVFPv3(),
   respectively. Note that VFPv1 was obsoleted and replaced by VFPv2.
 
 - Introduce enum for flags.
 
 - Add few comments.
 
 No functional changes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/sys/lib/libunwind/Registers.hpp
 cvs rdiff -u -r1.18 -r1.19 src/sys/lib/libunwind/unwind_registers.S
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index