diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-21 22:14:16 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-21 22:14:16 +0000 |
commit | 5d9f0ecf62f6d8503f847bbe73bbe009d53c9e0e (patch) | |
tree | 17d306b8fc63461b64b4cb327ead19b07090eaff /gas/config/ho-sunos.h | |
parent | 7316c642a391e8627120d48f0ee0706b2d31e570 (diff) | |
download | gdb-5d9f0ecf62f6d8503f847bbe73bbe009d53c9e0e.zip gdb-5d9f0ecf62f6d8503f847bbe73bbe009d53c9e0e.tar.gz gdb-5d9f0ecf62f6d8503f847bbe73bbe009d53c9e0e.tar.bz2 |
* as.c: change -l to -a[lsn], to avoid conflict with 68000
command line option.
* listing.h, listing.c: now prints addresses with ??? instead of 0 when
errors in assemble prevent addresses being known. Prints
symbol table more tidily. Allows different parts of the
listing to be selected.
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r-- | gas/config/ho-sunos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 81c067c..1802632 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -9,7 +9,7 @@ #else extern int memset(); #endif - +#include <stddef.h> #include <ctype.h> #include <string.h> @@ -21,11 +21,11 @@ extern char *realloc(); extern char *strrchr(); extern int _filbuf(); extern int _flsbuf(); -extern int abort(); +/*extern int abort();*/ extern int bcopy(); extern int bzero(); extern int bzero(); -extern int exit(); +/*extern int exit();*/ extern int fclose(); extern int fprintf(); extern int fread(); |