Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Timothy E Baldwin
Debugger
Commits
4feae63b
Commit
4feae63b
authored
Jul 11, 2000
by
Kevin Bracey
Browse files
"ARMv5 only" warning now shown reliably.
Version 1.61. Tagged as 'Debugger-1_61'
parent
8320aaab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
14 deletions
+22
-14
VersionASM
VersionASM
+8
-4
VersionNum
VersionNum
+10
-7
s/Debugger
s/Debugger
+4
-3
No files found.
VersionASM
View file @
4feae63b
...
...
@@ -6,9 +6,13 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "1.60"
Module_Version SETA 160
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
Module_MajorVersion SETS "1.61"
Module_Version SETA 161
Module_MinorVersion SETS ""
Module_Date SETS "02 May 2000"
Module_FullVersion SETS "1.60"
Module_Date SETS "11 Jul 2000"
Module_ApplicationDate2 SETS "11-Jul-00"
Module_ApplicationDate4 SETS "11-Jul-2000"
Module_FullVersion SETS "1.61"
END
VersionNum
View file @
4feae63b
/* (1.6
0
)
/* (1.6
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.6
0
#define Module_MajorVersion_CMHG 1.6
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
02 May
2000
#define Module_Date_CMHG
11 Jul
2000
#define Module_MajorVersion "1.6
0
"
#define Module_Version 16
0
#define Module_MajorVersion "1.6
1
"
#define Module_Version 16
1
#define Module_MinorVersion ""
#define Module_Date "
02 May
2000"
#define Module_Date "
11 Jul
2000"
#define Module_FullVersion "1.60"
#define Module_ApplicationDate2 "11-Jul-00"
#define Module_ApplicationDate4 "11-Jul-2000"
#define Module_FullVersion "1.61"
s/Debugger
View file @
4feae63b
...
...
@@ -185,6 +185,7 @@
; Added "info" form of LDC and STC
; NV condition code is now undefined, except for the
; new instructions using it.
; 1.61 KJB 11-Jul-00 ARMv5 warning now shown reliably.
;
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
@@ -2449,9 +2450,9 @@ SaveStringConditions2 ALTENTRY
BNE
%BT10
[
WarnARMv5
LDR
r10
,
Mistake
TEQ
r10
,
#
0
MOV
N
E
r10
,
#
Mistake_ARMv5
STR
N
E
r10
,
Mistake
CMP
r10
,
#
0
MOV
L
E
r10
,
#
Mistake_ARMv5
STR
L
E
r10
,
Mistake
]
AddChar
"2"
EXIT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment