delete decls of segment_name, seg_name

This commit is contained in:
Ken Raeburn 1993-01-04 13:14:53 +00:00
parent d841bc4954
commit 0124412e4c
3 changed files with 0 additions and 30 deletions

View 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 */

View 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 */

View 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) {;}