hp300 native support
[deliverable/binutils-gdb.git] / gas / version.c
CommitLineData
3340f7e5 1#if (__STDC__ == 1) || defined(const)
0e39a8bb
RP
2const
3#endif
8b228fe9 4
0e39a8bb 5/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
a39116f1 6
0e39a8bb 7 This file exists only to define `version_string'.
a39116f1 8
0e39a8bb
RP
9 Log changes in ChangeLog. The easiest way to do this is with
10 the Emacs command `add-change-log-entry'. If you don't use Emacs,
11 add entries of the form:
a39116f1
RP
12
13 Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
14
8b228fe9 15 universe.c (temporal_reality): Began Time.
a39116f1 16 */
0e39a8bb
RP
17
18#ifdef VMS
19dummy3()
20{
21}
22#endif
8b228fe9
RP
23
24char version_string[] = "GNU assembler version 1.91 (Cygnus Support pre-release)\n";
25
26/* end of version.c */
This page took 0.066921 seconds and 4 git commands to generate.