new gas main line
[deliverable/binutils-gdb.git] / gas / config / obj-generic.c
1 /*
2 * This file is obj-generic.c and is intended to be a template for
3 * object format specific source files.
4 *
5 * Last Mod Thu Jan 3 19:30:50 PST 1991, by rich@sendai
6 */
7
8 /* Chars that can be used to separate mant from exp in floating point nums */
9 char EXP_CHARS[] = "eE";
10
11 /* Chars that mean this number is a floating point constant */
12 /* As in 0f12.456 */
13 /* or 0d1.2345e12 */
14 char FLT_CHARS[] = "rRsSfFdDxXpP";
15
16 /* These chars start a comment anywhere in a source file (except inside
17 another comment */
18 const char comment_chars[] = "#";
19
20 /*
21 * Local Variables:
22 * comment-column: 0
23 * fill-column: 131
24 * End:
25 */
26
27 /* end of obj-generic.c */
This page took 0.030778 seconds and 5 git commands to generate.