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)
This commit is contained in:
4
elf.h
4
elf.h
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user