diff options
| author | Urs Janssen <urs@hq.tin.org> | 2013-02-17 00:48:51 +0100 |
|---|---|---|
| committer | Urs Janssen <urs@hq.tin.org> | 2013-02-17 00:48:51 +0100 |
| commit | 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db (patch) | |
| tree | b3acd59ac51d9d8e426b6546fd6840e381c0982e /elf.h | |
| parent | d5e22108a0dc48899e44a158f91d5b3215eb7fe6 (diff) | |
| download | tinycc-0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db.tar.gz tinycc-0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db.tar.bz2 | |
add version number to manpage
avoid c++/c99 style comments in preprocessor directives
avoid leadings whitespaces in preprocessor directives
mention implemented variable length arrays in documentation
fixed ambiguous option in texi2html call (Austin English)
Diffstat (limited to 'elf.h')
| -rw-r--r-- | elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1725,7 +1725,7 @@ typedef Elf32_Addr Elf32_Conflict; #define R_C60_GOTOFF 9 /* 32 bit offset to GOT */ #define R_C60_GOTPC 10 /* 32 bit PC relative offset to GOT */ -#define R_C60HI16 0x55 // high 16 bit MVKH embedded -#define R_C60LO16 0x54 // low 16 bit MVKL embedded +#define R_C60HI16 0x55 /* high 16 bit MVKH embedded */ +#define R_C60LO16 0x54 /* low 16 bit MVKL embedded */ #endif /* elf.h */ |
