delete decls of segment_name, seg_name
authorKen Raeburn <raeburn@cygnus>
Mon, 4 Jan 1993 13:14:53 +0000 (13:14 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 4 Jan 1993 13:14:53 +0000 (13:14 +0000)
gas/config/obj-bout.h
gas/config/obj-coffbfd.h
gas/config/obj-vms.h

index 60f28e0661f76a349e08774080afdf5b7becc75c..4281710bd2c9583f7820eaba7f32b0502f88a5aa 100644 (file)
@@ -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 */
index b3ff077bd1136b0d5c3db1429016aa54563de5be..702e8634d1859a678f929c6f62ddfec2ac652e29 100644 (file)
@@ -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 */
index b6db295e03f90d74ebd45037717948f909ebf1cf..67a717bb53c7653cf92595f3f0d672092ec122de 100644 (file)
@@ -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)       {;}