mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
all targets compile .. tony's patches in place
This commit is contained in:
@@ -86,7 +86,7 @@ void error(int errn, ...);
|
||||
#define ERR_ABORT (ERR_ERRNO / 4) /* error is fatal; abort */
|
||||
#define ERR_MASK (ERR_ERRNO | ERR_FATAL | ERR_ABORT) /* all */
|
||||
|
||||
#define stol(p) strtol(p, (char **) NULL, 0)
|
||||
#define stol(p) strtoul(p, (char **) NULL, 0)
|
||||
|
||||
int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm);
|
||||
int convert_Intel_records(FILE *ifp, char *inm, FILE *ofp, char *onm);
|
||||
|
||||
@@ -86,7 +86,7 @@ void error(int errn, ...);
|
||||
#define ERR_ABORT (ERR_ERRNO / 4) /* error is fatal; abort */
|
||||
#define ERR_MASK (ERR_ERRNO | ERR_FATAL | ERR_ABORT) /* all */
|
||||
|
||||
#define stol(p) strtol(p, (char **) NULL, 0)
|
||||
#define stol(p) strtoul(p, (char **) NULL, 0)
|
||||
|
||||
int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm);
|
||||
int convert_Intel_records(FILE *ifp, char *inm, FILE *ofp, char *onm);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @(#)genoffsets.c 1.5 - 95/05/16
|
||||
* @(#)genoffsets.c 1.7 - 95/09/25
|
||||
*
|
||||
*
|
||||
* genoffsets.c
|
||||
@@ -82,7 +82,7 @@ printf(
|
||||
"\n" \
|
||||
);
|
||||
|
||||
#if defined(hpux) && defined(__hppa__)
|
||||
#if defined(__hpux__) && defined(__hppa__)
|
||||
|
||||
/*
|
||||
* Offsets of elements in the Context_control structure.
|
||||
|
||||
Reference in New Issue
Block a user