mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Fixed the whitespace
This commit is contained in:
@ -45,7 +45,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DONTDECLARE_MALLOC
|
#ifndef DONTDECLARE_MALLOC
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
extern void EXFUN( free,(PTR));
|
extern void EXFUN( free,(PTR));
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,36 +11,33 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef DONTDECLARE_MALLOC
|
#ifndef DONTDECLARE_MALLOC
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
#endif
|
#endif
|
||||||
extern int EXFUN( abort,(void));
|
extern int EXFUN(abort,(void));
|
||||||
extern int EXFUN( free,(PTR));
|
extern int EXFUN(free,(PTR));
|
||||||
extern void EXFUN( bcopy,(char*,char*,int));
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
extern void EXFUN( exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
extern int strtol();
|
extern int EXFUN(strtol());
|
||||||
extern void EXFUN( bzero,(char *, int));
|
extern void EXFUN(bzero,(char *, int));
|
||||||
#define NO_STDARG 1
|
#define NO_STDARG 1
|
||||||
|
extern int EXFUN(abort,(void));
|
||||||
|
extern int EXFUN(close,(int));
|
||||||
|
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
||||||
extern int EXFUN( abort,(void));
|
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
||||||
extern int EXFUN( close,(int));
|
extern int EXFUN(fseek,(FILE*, int, int));
|
||||||
extern int EXFUN( fcntl,(int des, int cmd, int e));
|
extern int EXFUN(fclose,(FILE*));
|
||||||
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
|
extern int EXFUN(bcmp,(char *, char *, int));
|
||||||
extern int EXFUN( qsort,(void *data,int els, int siz, int func()));
|
extern void EXFUN(bzero,(char *, int));
|
||||||
|
extern void EXFUN(perror,(CONST char *));
|
||||||
|
extern PTR EXFUN(memchr,(const void *, int, unsigned ));
|
||||||
extern unsigned short EXFUN(getuid,(void));
|
extern unsigned short EXFUN(getuid,(void));
|
||||||
extern unsigned short EXFUN(getgid,(void));
|
extern unsigned short EXFUN(getgid,(void));
|
||||||
extern int EXFUN( fseek,(FILE*, int, int));
|
|
||||||
extern int EXFUN( fclose,(FILE*));
|
|
||||||
extern void EXFUN( bcopy,(char*,char*,int));
|
|
||||||
extern int EXFUN( bcmp,(char *, char *, int));
|
|
||||||
extern void EXFUN( bzero,(char *, int));
|
|
||||||
extern char * strchr();
|
extern char * strchr();
|
||||||
extern void EXFUN( perror,(CONST char *));
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern PTR EXFUN( memchr,(const void *, int, unsigned ));
|
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
extern int chmod();
|
extern int chmod();
|
||||||
extern int fread();
|
extern int fread();
|
||||||
|
@ -12,15 +12,15 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef DONTDECLARE_MALLOC
|
#ifndef DONTDECLARE_MALLOC
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
#endif
|
#endif
|
||||||
extern int EXFUN( abort,(void));
|
extern int EXFUN(abort,(void));
|
||||||
extern int EXFUN( free,(PTR));
|
extern int EXFUN(free,(PTR));
|
||||||
extern void EXFUN( bcopy,(char*,char*,int));
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
extern void EXFUN( exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
|
extern void EXFUN(bzero,(char *, int));
|
||||||
extern int strtol();
|
extern int strtol();
|
||||||
extern void EXFUN( bzero,(char *, int));
|
|
||||||
#define NO_STDARG 1
|
#define NO_STDARG 1
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,16 +11,16 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef DONTDECLARE_MALLOC
|
#ifndef DONTDECLARE_MALLOC
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
#endif
|
#endif
|
||||||
extern int EXFUN( abort,(void));
|
extern int EXFUN(abort,(void));
|
||||||
extern int EXFUN( free,(PTR));
|
extern int EXFUN(free,(PTR));
|
||||||
extern void EXFUN( bcopy,(char*,char*,int));
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
extern void EXFUN( exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
extern int strtol();
|
extern void EXFUN(bzero,(char *, int));
|
||||||
extern void EXFUN( bzero,(char *, int));
|
|
||||||
|
|
||||||
|
extern int strtol();
|
||||||
/* EXACT TYPES */
|
/* EXACT TYPES */
|
||||||
typedef char int8e_type;
|
typedef char int8e_type;
|
||||||
typedef unsigned char uint8e_type;
|
typedef unsigned char uint8e_type;
|
||||||
|
@ -16,9 +16,9 @@ extern int errno; /* <errno.h> forgets to do this... */
|
|||||||
#define SEEK_SET 0
|
#define SEEK_SET 0
|
||||||
#define SEEK_CUR 1
|
#define SEEK_CUR 1
|
||||||
|
|
||||||
extern PTR EXFUN( malloc, (unsigned));
|
extern PTR EXFUN(malloc, (unsigned));
|
||||||
extern PTR EXFUN( realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
extern void EXFUN( free, (PTR));
|
extern void EXFUN(free, (PTR));
|
||||||
|
|
||||||
#define HAVE_STRERROR
|
#define HAVE_STRERROR
|
||||||
|
|
||||||
|
@ -44,9 +44,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DONTDECLARE_MALLOC
|
#ifndef DONTDECLARE_MALLOC
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
extern void EXFUN( free,(PTR));
|
extern void EXFUN(free,(PTR));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* EXACT TYPES */
|
/* EXACT TYPES */
|
||||||
|
@ -19,18 +19,18 @@
|
|||||||
#define POSIX_UTIME
|
#define POSIX_UTIME
|
||||||
#define HAVE_PROCFS /* This host has /proc support */
|
#define HAVE_PROCFS /* This host has /proc support */
|
||||||
|
|
||||||
extern void EXFUN( abort,(void));
|
extern void EXFUN(abort,(void));
|
||||||
extern int EXFUN( close,(int));
|
extern int EXFUN(close,(int));
|
||||||
extern void EXFUN( exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
extern int EXFUN( fclose,(FILE*));
|
extern int EXFUN(fclose,(FILE*));
|
||||||
extern void EXFUN( free,(PTR));
|
extern void EXFUN(free,(PTR));
|
||||||
extern int EXFUN( fseek,(FILE*, long, int));
|
extern int EXFUN(fseek,(FILE*, long, int));
|
||||||
extern int EXFUN( getgid,());
|
extern int EXFUN(getgid,());
|
||||||
extern int EXFUN( getuid,());
|
extern int EXFUN(getuid,());
|
||||||
extern PTR EXFUN( malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern void EXFUN( perror,(CONST char *));
|
extern void EXFUN(perror,(CONST char *));
|
||||||
extern int EXFUN( qsort,(void *data,int els, int siz, int func()));
|
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
||||||
extern PTR EXFUN( realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern int chmod();
|
extern int chmod();
|
||||||
|
@ -18,29 +18,34 @@
|
|||||||
/* Make the basic types 64-bit quantities on the host */
|
/* Make the basic types 64-bit quantities on the host */
|
||||||
#define HOST_64_BIT long long
|
#define HOST_64_BIT long long
|
||||||
|
|
||||||
extern int EXFUN( abort,(void));
|
extern int EXFUN(abort,(void));
|
||||||
extern int EXFUN( close,(int));
|
extern int EXFUN(close,(int));
|
||||||
extern int EXFUN( fcntl,(int des, int cmd, int e));
|
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
||||||
extern int EXFUN( fprintf,(FILE *,char *,...));
|
extern int EXFUN(fprintf,(FILE *,char *,...));
|
||||||
extern int EXFUN( printf,(char *,...));
|
extern int EXFUN(printf,(char *,...));
|
||||||
extern int EXFUN( qsort,(void *data,int els, int siz, int func()));
|
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
||||||
extern void EXFUN( exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
extern int EXFUN( fseek,(FILE*, int, int));
|
extern int EXFUN(fseek,(FILE*, int, int));
|
||||||
extern int EXFUN( fclose,(FILE*));
|
extern int EXFUN(fclose,(FILE*));
|
||||||
extern void EXFUN( bcopy,(char*,char*,int));
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
extern int EXFUN( bcmp,(char *, char *, int));
|
extern int EXFUN(bcmp,(char *, char *, int));
|
||||||
extern void EXFUN( bzero,(char *, int));
|
extern void EXFUN(bzero,(char *, int));
|
||||||
extern PTR EXFUN(memset,(PTR, int,unsigned int));
|
extern PTR EXFUN(memset,(PTR, int,unsigned int));
|
||||||
|
#ifndef DONTDECLARE_MALLOC
|
||||||
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
PTR EXFUN( memcpy,(PTR,CONST PTR,unsigned int));
|
PTR EXFUN(memcpy,(PTR,CONST PTR,unsigned int));
|
||||||
#else
|
#else
|
||||||
/* char * EXFUN( memcpy,(char *,CONST char *,unsigned int)); */
|
/* char * EXFUN(memcpy,(char *,CONST char *,unsigned int)); */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern int EXFUN(getuid,());
|
extern int EXFUN(getuid,());
|
||||||
extern int EXFUN(getgid,());
|
extern int EXFUN(getgid,());
|
||||||
extern char * strchr();
|
extern char * strchr();
|
||||||
extern void EXFUN( perror,(CONST char *));
|
extern void EXFUN(perror,(CONST char *));
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern char *memchr();
|
extern char *memchr();
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
@ -51,12 +56,8 @@ extern int fwrite();
|
|||||||
extern int sscanf();
|
extern int sscanf();
|
||||||
extern int stat();
|
extern int stat();
|
||||||
extern int strtol();
|
extern int strtol();
|
||||||
#ifndef DONTDECLARE_MALLOC
|
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int EXFUN( free,(PTR));
|
extern int EXFUN(free,(PTR));
|
||||||
|
|
||||||
|
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
|
@ -12,42 +12,45 @@
|
|||||||
#define SEEK_SET 0
|
#define SEEK_SET 0
|
||||||
#define SEEK_CUR 1
|
#define SEEK_CUR 1
|
||||||
|
|
||||||
char *EXFUN(mktemp,(CONST char*));
|
extern char *EXFUN(mktemp,(CONST char*));
|
||||||
extern int EXFUN(fflush,(FILE *));
|
extern int EXFUN(fflush,(FILE *));
|
||||||
extern int EXFUN(write,(int, CONST char *, int));
|
extern int EXFUN(write,(int, CONST char *, int));
|
||||||
extern int EXFUN(index,(CONST char *, char c));
|
extern int EXFUN(index,(CONST char *, char c));
|
||||||
extern void EXFUN(abort,(void));
|
extern void EXFUN(abort,(void));
|
||||||
extern int EXFUN(close,(int));
|
extern int EXFUN(close,(int));
|
||||||
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
||||||
extern int EXFUN(fprintf,(FILE *,char *,...));
|
extern int EXFUN(fprintf,(FILE *,char *,...));
|
||||||
extern int EXFUN(printf,(char *,...));
|
extern int EXFUN(printf,(char *,...));
|
||||||
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
||||||
extern void EXFUN(exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
extern int EXFUN(fseek,(FILE*, int, int));
|
extern int EXFUN(fseek,(FILE*, int, int));
|
||||||
extern int EXFUN(fclose,(FILE*));
|
extern int EXFUN(fclose,(FILE*));
|
||||||
extern void EXFUN(bcopy,(char*,char*,int));
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
extern int EXFUN(bcmp,(char *, char *, int));
|
extern int EXFUN(bcmp,(char *, char *, int));
|
||||||
extern void EXFUN(bzero,(char *, int));
|
extern void EXFUN(bzero,(char *, int));
|
||||||
|
extern PTR EXFUN(memset,(PTR, int, int));
|
||||||
|
extern void EXFUN(puts,(CONST char*));
|
||||||
|
extern void EXFUN(fputs,(CONST char*,FILE*));
|
||||||
|
extern int EXFUN(rmdir,(CONST char *));
|
||||||
|
extern int EXFUN(getuid,(void));
|
||||||
|
extern int EXFUN(getgid,(void));
|
||||||
|
extern int EXFUN(rename,(CONST char *, CONST char*));
|
||||||
|
extern int EXFUN(etuid,());
|
||||||
|
extern int EXFUN(etgid,());
|
||||||
|
extern void EXFUN(perror,(CONST char *));
|
||||||
|
#ifndef DONTDECLARE_MALLOC
|
||||||
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
PTR EXFUN(memcpy,(PTR,CONST PTR,unsigned int));
|
extern PTR EXFUN(memcpy,(PTR,CONST PTR,unsigned int));
|
||||||
#else
|
#else
|
||||||
/* char * EXFUN( memcpy,(char *,CONST char *,unsigned int)); */
|
/* char * EXFUN( memcpy,(char *,CONST char *,unsigned int)); */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PTR EXFUN(memset,(PTR, int, int));
|
|
||||||
void EXFUN( puts,(CONST char*));
|
|
||||||
void EXFUN(fputs,(CONST char*,FILE*));
|
|
||||||
|
|
||||||
int EXFUN(rmdir,(CONST char *));
|
|
||||||
|
|
||||||
int EXFUN(getuid,(void));
|
|
||||||
int EXFUN(getgid,(void));
|
|
||||||
int EXFUN(rename,(CONST char *, CONST char*));
|
|
||||||
|
|
||||||
extern int EXFUN(etuid,());
|
|
||||||
extern int EXFUN(etgid,());
|
|
||||||
extern char * strchr();
|
extern char * strchr();
|
||||||
extern void EXFUN(perror,(CONST char *));
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern char *memchr();
|
extern char *memchr();
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
@ -58,11 +61,6 @@ extern int fwrite();
|
|||||||
extern int sscanf();
|
extern int sscanf();
|
||||||
extern int stat();
|
extern int stat();
|
||||||
extern int strtol();
|
extern int strtol();
|
||||||
#ifndef DONTDECLARE_MALLOC
|
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
|
||||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int EXFUN(free,(PTR));
|
extern int EXFUN(free,(PTR));
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,18 +19,18 @@
|
|||||||
#define POSIX_UTIME
|
#define POSIX_UTIME
|
||||||
#define HAVE_PROCFS /* This host has /proc support */
|
#define HAVE_PROCFS /* This host has /proc support */
|
||||||
|
|
||||||
extern void EXFUN( abort,(void));
|
extern void EXFUN(abort,(void));
|
||||||
extern int EXFUN( close,(int));
|
extern int EXFUN(close,(int));
|
||||||
extern void EXFUN( exit,(int));
|
extern void EXFUN(exit,(int));
|
||||||
extern int EXFUN( fclose,(FILE*));
|
extern int EXFUN(fclose,(FILE*));
|
||||||
extern void EXFUN( free,(PTR));
|
extern void EXFUN(free,(PTR));
|
||||||
extern int EXFUN( fseek,(FILE*, long, int));
|
extern int EXFUN(fseek,(FILE*, long, int));
|
||||||
extern int EXFUN( getgid,());
|
extern int EXFUN(getgid,());
|
||||||
extern int EXFUN( getuid,());
|
extern int EXFUN(getuid,());
|
||||||
extern PTR EXFUN( malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
extern void EXFUN( perror,(CONST char *));
|
extern void EXFUN(perror,(CONST char *));
|
||||||
extern int EXFUN( qsort,(void *data,int els, int siz, int func()));
|
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
||||||
extern PTR EXFUN( realloc, (PTR, unsigned));
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern int chmod();
|
extern int chmod();
|
||||||
|
@ -13,21 +13,21 @@
|
|||||||
#define SEEK_SET 0
|
#define SEEK_SET 0
|
||||||
#define SEEK_CUR 1
|
#define SEEK_CUR 1
|
||||||
|
|
||||||
extern int EXFUN( abort,(void));
|
extern int EXFUN(abort,(void));
|
||||||
extern int EXFUN( close,(int));
|
extern int EXFUN(close,(int));
|
||||||
extern int EXFUN( fcntl,(int des, int cmd, int e));
|
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
||||||
extern int EXFUN( fprintf,(FILE *,char *,...));
|
extern int EXFUN(fprintf,(FILE *,char *,...));
|
||||||
extern int EXFUN( printf,(char *,...));
|
extern int EXFUN(printf,(char *,...));
|
||||||
extern int EXFUN( qsort,(void *data,int els, int siz, int func()));
|
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
|
||||||
extern int EXFUN( exit,(int));
|
extern int EXFUN(exit,(int));
|
||||||
extern int EXFUN( fseek,(FILE*, int, int));
|
extern int EXFUN(fseek,(FILE*, int, int));
|
||||||
extern int EXFUN( fclose,(FILE*));
|
extern int EXFUN(fclose,(FILE*));
|
||||||
extern void EXFUN( bcopy,(char*,char*,int));
|
extern void EXFUN(bcopy,(char*,char*,int));
|
||||||
extern int EXFUN( bcmp,(char *, char *, int));
|
extern int EXFUN(bcmp,(char *, char *, int));
|
||||||
extern void EXFUN( bzero,(char *, int));
|
extern void EXFUN(bzero,(char *, int));
|
||||||
extern char * strchr();
|
extern void EXFUN(perror,(CONST char *));
|
||||||
extern void EXFUN( perror,(CONST char *));
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
|
extern char * strchr();
|
||||||
extern char *memchr();
|
extern char *memchr();
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
extern int chmod();
|
extern int chmod();
|
||||||
|
Reference in New Issue
Block a user