mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 03:02:30 +00:00
* config/tc-h8300.c (Hmode): Make it global.
(Smode): Likewise. (Nmode): Likewise. (SXmode): Likewise.
This commit is contained in:
parent
213cc0adce
commit
66faad269b
@ -1,3 +1,10 @@
|
||||
2003-11-23 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/tc-h8300.c (Hmode): Make it global.
|
||||
(Smode): Likewise.
|
||||
(Nmode): Likewise.
|
||||
(SXmode): Likewise.
|
||||
|
||||
2003-11-22 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* ehopt.c: Convert to ISO-C.
|
||||
|
@ -52,10 +52,10 @@ static void h8300sxmode (int);
|
||||
static void h8300sxnmode (int);
|
||||
static void pint (int);
|
||||
|
||||
static int Hmode;
|
||||
static int Smode;
|
||||
static int Nmode;
|
||||
static int SXmode;
|
||||
int Hmode;
|
||||
int Smode;
|
||||
int Nmode;
|
||||
int SXmode;
|
||||
|
||||
#define PSIZE (Hmode && !Nmode ? L_32 : L_16)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user