diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-01-04 13:14:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-01-04 13:14:53 +0000 |
commit | 0124412e4cb9cf7a90173fe3fdb1c498ff40dc61 (patch) | |
tree | 0119a8f59f1ed337f84020aeb9f1333d3fb1450c /gas | |
parent | d841bc4954756057961b21e231fe7b81cec0e281 (diff) | |
download | gdb-0124412e4cb9cf7a90173fe3fdb1c498ff40dc61.zip gdb-0124412e4cb9cf7a90173fe3fdb1c498ff40dc61.tar.gz gdb-0124412e4cb9cf7a90173fe3fdb1c498ff40dc61.tar.bz2 |
delete decls of segment_name, seg_name
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/obj-bout.h | 14 | ||||
-rw-r--r-- | gas/config/obj-coffbfd.h | 8 | ||||
-rw-r--r-- | gas/config/obj-vms.h | 8 |
3 files changed, 0 insertions, 30 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index 60f28e0..4281710 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -284,13 +284,6 @@ struct relocation_info #define H_SET_VERSION(h,v) ((h)->header.a_version = (v)) #endif /* EXEC_VERSION */ -/* - * Current means for getting the name of a segment. - * This will change for infinite-segments support (e.g. COFF). - */ -#define segment_name(seg) ( seg_name[(int)(seg)] ) -extern char *const seg_name[]; - typedef struct { struct exec header; /* a.out header */ @@ -310,11 +303,4 @@ void tc_aout_fix_to_chars (char *where, struct fix *fixP, relax_addressT segment void tc_aout_fix_to_chars (); #endif /* not __STDC__ */ -/* - * Local Variables: - * comment-column: 0 - * fill-column: 131 - * End: - */ - /* end of obj-bout.h */ diff --git a/gas/config/obj-coffbfd.h b/gas/config/obj-coffbfd.h index b3ff077..702e863 100644 --- a/gas/config/obj-coffbfd.h +++ b/gas/config/obj-coffbfd.h @@ -423,7 +423,6 @@ obj_symbol_type; #define H_SET_LINENO_SIZE(h,v) ((h)->lineno_size = (v)) /* Segment flipping */ -#define segment_name(v) (seg_name[(int) (v)]) typedef struct { @@ -511,11 +510,4 @@ extern SCNHDR text_section_header; #endif #endif -/* - * Local Variables: - * comment-column: 0 - * fill-column: 131 - * End: - */ - /* end of obj-coffbfd.h */ diff --git a/gas/config/obj-vms.h b/gas/config/obj-vms.h index b6db295..67a717b 100644 --- a/gas/config/obj-vms.h +++ b/gas/config/obj-vms.h @@ -208,14 +208,6 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry */ #define H_SET_SYMBOL_TABLE_SIZE(h,v) ((h)->header.a_syms = (v) * \ sizeof(struct nlist)) -/* - * Current means for getting the name of a segment. - * This will change for infinite-segments support (e.g. COFF). - */ -#define segment_name(seg) ( seg_name[(int)(seg)] ) -extern char *const seg_name[]; - - /* line numbering stuff. */ #define OBJ_EMIT_LINENO(a, b, c) {;} |