summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_sparc.cc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-06 15:24:08 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-06 15:24:08 -0500
commitfcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2 (patch)
tree8d6e9b8d9ff0922d7a5ac404b082f150d83ed989 /tester/covoar/Target_sparc.cc
parentcoverage.py: Call covoar once (diff)
downloadrtems-tools-fcef37b720a2a2f3d20787b89c72e8f5c2f4e4c2.tar.bz2
covoar: Remove training white spaces
Diffstat (limited to 'tester/covoar/Target_sparc.cc')
-rw-r--r--tester/covoar/Target_sparc.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/tester/covoar/Target_sparc.cc b/tester/covoar/Target_sparc.cc
index f9874f8..fbdcd1e 100644
--- a/tester/covoar/Target_sparc.cc
+++ b/tester/covoar/Target_sparc.cc
@@ -1,7 +1,7 @@
/*! @file Target_sparc.cc
* @brief Target_sparc Implementation
*
- * This file contains the implementation of the base class for
+ * This file contains the implementation of the base class for
* functions supporting target unique functionallity.
*/
#include "Target_sparc.h"
@@ -47,7 +47,7 @@ namespace Target {
conditionalBranchInstructions.push_back("bpos,a");
conditionalBranchInstructions.push_back("bvc");
conditionalBranchInstructions.push_back("bvc,a");
-
+
conditionalBranchInstructions.sort();
}
@@ -66,16 +66,16 @@ namespace Target {
}
if (!strcmp( &line[strlen(line)-7], "unknown")) {
- size = 4;
+ size = 4;
return true;
- }
+ }
#define GNU_LD_FILLS_ALIGNMENT_WITH_RTS
#if defined(GNU_LD_FILLS_ALIGNMENT_WITH_RTS)
// Until binutils 2.20, binutils would fill with rts not nop
if (!strcmp( &line[strlen(line)-3], "rts")) {
- size = 4;
+ size = 4;
return true;
- }
+ }
#endif
return false;