aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-vms.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/obj-vms.h')
-rw-r--r--gas/config/obj-vms.h8
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) {;}