force all files to end in "/* end of filename"

This commit is contained in:
K. Richard Pixley 1992-02-13 09:13:54 +00:00
parent 1d63ba3ba0
commit 8b228fe958
54 changed files with 4140 additions and 4095 deletions

View File

@ -506,4 +506,4 @@ int * sizeP;
return (kind_of_float ? "" : "Bad call to md_atof()");
} /* md_atof() */
/* end of atof_vax.c */
/* end of atof-vax.c */

View File

@ -59,4 +59,4 @@ extern int toupper();
* End:
*/
/* end of ho-sun4.h */
/* end of ho-sunos.h */

View File

@ -512,4 +512,4 @@ extern SCNHDR text_section_header;
* End:
*/
/* end of obj-coff.h */
/* end of obj-coffbfd.h */

View File

@ -23,3 +23,5 @@ int lineno_rootP;
#define IEEE_STYLE
/* end of obj-ieee.h */

View File

@ -15,3 +15,5 @@ struct ranlib {
} ran_un;
off_t ran_off; /* library member at this offset */
};
/* end of ranlib.h */

View File

@ -39,3 +39,5 @@ int sig_number ();
void psignal ();
#endif
/* end of signame.h */

View File

@ -14,3 +14,5 @@
#undef __define_stab
#endif /* __GNU_STAB_ */
/* end of stab.h */

View File

@ -33,4 +33,5 @@
on the h8, this is allways true, since no fixup is done
*/
#define TC_COUNT_RELOC(x) (x->fx_addsy)
/* end of tc-a29k.h */

View File

@ -1291,3 +1291,5 @@ bfd_vma base;
}
/* end of tc-h8300.c */

View File

@ -14,3 +14,5 @@
#define DO_NOT_STRIP 1
#define DO_STRIP 0
#define LISTING_HEADER "Hitachi H8/300 GAS "
/* end of tc-h8300.h */

View File

@ -1232,4 +1232,4 @@ long val;
* comment-column: 0
*/
/* end of i860.c */
/* end of tc-i860.c */

View File

@ -2756,4 +2756,4 @@ symbolS *symbolP;
* End:
*/
/* end of i960.c */
/* end of tc-i960.c */

View File

@ -267,6 +267,7 @@ void tc_set_bal_of_call();
char *_tc_get_bal_of_call(); /* this is really symbolS *tc_get_bal_of_call(symbolS *callP). */
#define tc_get_bal_of_call(c) ((symbolS *) _tc_get_bal_of_call(c))
#endif
/*
* Local Variables:
@ -275,5 +276,4 @@ char *_tc_get_bal_of_call(); /* this is really symbolS *tc_get_bal_of_call(symbo
* End:
*/
/* end of tp-i960.h */
#endif
/* end of tc-i960.h */

View File

@ -281,4 +281,5 @@
{"pvalid", two(0xf000, 0x2c00), two(0xffc0, 0xfff8), "A3&s" },
#endif /* m68851 */
/* end pmmu.h */
/* end of tc-m68851.h */

View File

@ -4508,4 +4508,4 @@ void s_chip()
* End:
*/
/* end of tc-m68k.c */
/* end of tc-m68kmote.c */

View File

@ -32,6 +32,7 @@
if (aim==0 && this_state== 4) { /* hard encoded from tc-m68k.c */ \
aim=this_type->rlx_forward+1; /* Force relaxation into word mode */ \
}
#define MRI
/*
* Local Variables:
@ -40,6 +41,4 @@
* End:
*/
/* end of tc-m68k.h */
#define MRI
/* end of tc-m68kmote.h */

View File

@ -1796,4 +1796,4 @@ void tc_aout_pre_write_hook(headers)
* End:
*/
/* end of tp-sparc.c */
/* end of tc-sparc.c */

View File

@ -31,15 +31,16 @@
#define AOUT_MACHTYPE 3
#define tc_headers_hook(a) ; /* don't need it. */
#define tc_crawl_symbol_chain(a) ; /* don't need it. */
#define tc_headers_hook(a) {;} /* don't need it. */
#define tc_crawl_symbol_chain(a) {;} /* don't need it. */
#define LISTING_HEADER "SPARC GAS "
/*
* Local Variables:
* comment-column: 0
* fill-column: 131
* End:
*/
/* end of tp-sparc.h */
/*
* Local Variables:
* comment-column: 0
* fill-column: 131
* End:
*/
/* end of tc-sparc.h */

View File

@ -3334,3 +3334,5 @@ fixS *fixP;
{
return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
}
/* end of tc-vax.c */

View File

@ -5,3 +5,4 @@
/* The magic number is not the usual MC68MAGIC. */
#define FILE_HEADER_MAGIC MC68KBCSMAGIC
/* end of te-dpx2.h */

View File

@ -3,3 +3,5 @@
/* Return true if s (a non null string pointer), points to a local variable name. */
#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L')
/* end of te-sco386.h */

View File

@ -1,2 +1,4 @@
/* Remove leading underscore from the gcc generated symbol names */
#define STRIP_UNDERSCORE
/* end of te-sysv32.h */

View File

@ -74,4 +74,4 @@ struct vit /* vax instruction tree */
char * vit_error; /* "" or error text */
};
/* end: vax-inst.h */
/* end of vax-inst.h */

View File

@ -7,12 +7,12 @@
*
*/
struct OBJREC {
unsigned char obj$b_rectyp;
unsigned char obj$b_subtyp;
unsigned char obj$b_mhd_strlv;
unsigned char obj$b_mhd_recsz[2];
unsigned char obj$t_mhd_name[1];
};
unsigned char obj$b_rectyp;
unsigned char obj$b_subtyp;
unsigned char obj$b_mhd_strlv;
unsigned char obj$b_mhd_recsz[2];
unsigned char obj$t_mhd_name[1];
};
#define OBJ$C_HDR 0
#define OBJ$C_HDR_MHD 0
@ -253,3 +253,5 @@ struct OBJREC {
*/
#define DBG$C_FUNCTION_PARAMETER 0xc9
#define DBG$C_LOCAL_SYM 0xd9
/* end of objrecdef.h */

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -58,15 +58,15 @@ ebmon-old)
;;
ebmon)
obj_format=coff-bfd
obj_format=coffbfd
need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
target_cpu=ebmon29k
;;
generic) obj_format=generic ;;
hds)
obj_format=coff-bfd
hms)
obj_format=coffbfd
need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
;;
@ -85,6 +85,12 @@ coff* | sysv*)
*)
esac
;;
vxworks)
case ${target_cpu} in
i960) obj_format=bout ;;
*) obj_format=aout ;;
esac
;;
*)
case ${target_vendor} in
aout) obj_format=aout ;;
@ -117,3 +123,5 @@ files="config/ho-${gas_host}.h config/tc-${cpu_type}.c \
config/atof-${atof}.c"
links="host.h targ-cpu.c targ-cpu.h targ-env.h obj-format.h obj-format.c atof-targ.c"
# end of gas/configure.in

View File

@ -77,3 +77,5 @@ var_chars( fp, n )
printf("%02x ", *p );
}
}
/* end of debug.c */

View File

@ -953,4 +953,4 @@ unsigned int get_single_number()
* End:
*/
/* end: expr.c */
/* end of expr.c */

View File

@ -78,4 +78,4 @@ unsigned int get_single_number();
#endif /* __STDC__ */
/* end: expr.h */
/* end of expr.h */

View File

@ -154,4 +154,4 @@ dummy1()
{
}
#endif
/* end: flonum_const.c */
/* end of flonum_const.c */

View File

@ -74,4 +74,4 @@ FLONUM_TYPE * out;
} /* if any significant bits */
}
/* end: flonum_copy.c */
/* end of flonum_copy.c */

View File

@ -196,4 +196,4 @@ FLONUM_TYPE *product;
product -> exponent = exponent;
}
/* end: flonum_multip.c */
/* end of flonum_mult.c */

View File

@ -117,4 +117,4 @@ void flonum_multip();
#define ERROR_EXPONENT_OVERFLOW (2)
/* end: flonum.h */
/* end of flonum.h */

View File

@ -288,4 +288,4 @@ int fill_character;
(long)alignment, (char *)0)) = fill_character;
} /* frag_align() */
/* end: frags.c */
/* end of frags.c */

View File

@ -81,4 +81,4 @@ void frag_wane();
* End:
*/
/* end: frags.h */
/* end of frags.h */

View File

@ -985,4 +985,4 @@ whattable() /* determine number: what hash table to use */
#endif /* #ifdef TEST */
/* end: hash.c */
/* end of hash.c */

View File

@ -56,4 +56,4 @@ char * hash_find(); /* value */
char * hash_jam(); /* error text (internal) */
#endif /* #ifdef hashH */
/* end: hash.c */
/* end of hash.c */

View File

@ -52,4 +52,5 @@ dummy2()
{
}
#endif
/* end:hex_value.c */
/* end of hex_value.c */

View File

@ -320,3 +320,5 @@ char * where; /* Where to place 1st character of new buffer. */
}
return (return_value);
}
/* end of input-file.c */

View File

@ -81,4 +81,4 @@ void input_file_pop();
#endif /* __STDC__ */
/* end: input_file.h */
/* end of input_file.h */

View File

@ -452,4 +452,4 @@ FILE *stream;
* End:
*/
/* end: input_scrub.c */
/* end of input_scrub.c */

View File

@ -10,11 +10,15 @@ void EXFUN(listing_flags,());
void EXFUN(listing_psize,());
void EXFUN(listing_eject,());
void EXFUN(listing_width,(unsigned int x));
void EXFUN(listing_source_line,(unsigned int));
void EXFUN(listing_source_file,(char *));
#define LISTING_LISTING 1
#define LISTING_SYMBOLS 2
#define LISTING_NOFORM 4
#define LISTING_DEFAULT 3
#define LISTING_HLL 8
#define LISTING_NODEBUG 16
#define LISTING_DEFAULT (LISTING_LISTING | LISTING_HLL | LISTING_SYMBOLS)
/* end of listing.h */

View File

@ -413,4 +413,4 @@ char *Format;
} /* as_fatal() */
#endif
/* end: messages.c */
/* end of messages.c */

View File

@ -117,6 +117,6 @@ char *filename;
}
}
} /* output_file_append() */
/* end: output-file.c */
#endif
/* end of output-file.c */

View File

@ -132,4 +132,4 @@ void s_text();
* End:
*/
/* end: read.h */
/* end of read.h */

View File

@ -304,4 +304,4 @@ register subsegT subseg;
* End:
*/
/* end: subsegs.c */
/* end of subsegs.c */

View File

@ -84,4 +84,4 @@ extern frchainS * data0_frchainP;
#endif
/* end: subsegs.h */
/* end of subsegs.h */

View File

@ -652,4 +652,4 @@ char *s;
* End:
*/
/* end: symbols.c */
/* end of symbols.c */

View File

@ -76,4 +76,4 @@ void verify_symbol_chain();
* End:
*/
/* end: symbols.h */
/* end of symbols.h */

View File

@ -105,4 +105,4 @@ void tc_crawl_symbol_chain();
* End:
*/
/* end of tp.h */
/* end of tc.h */

View File

@ -1,8 +1,7 @@
#if defined(__STDC__) || defined(const)
const
#endif
char version_string[] = "GNU assembler version 1.90.1 (Cygnus Support pre-release)\n";
/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
This file exists only to define `version_string'.
@ -13,7 +12,7 @@ const
Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
* universe.c (temporal_reality): Began Time.
universe.c (temporal_reality): Began Time.
*/
#ifdef VMS
@ -21,3 +20,7 @@ dummy3()
{
}
#endif
char version_string[] = "GNU assembler version 1.91 (Cygnus Support pre-release)\n";
/* end of version.c */

View File

@ -66,4 +66,4 @@ long n;
return (retval);
}
/* end: xmalloc.c */
/* end of xmalloc.c */

View File

@ -65,4 +65,4 @@ long n;
return (ptr);
}
/* end: xrealloc.c */
/* end of xrealloc.c */