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/config/obj-vms.h | |
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/config/obj-vms.h')
-rw-r--r-- | gas/config/obj-vms.h | 8 |
1 files changed, 0 insertions, 8 deletions
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) {;} |