mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* gmon.h: Replace #elif with #else/#endif.
This commit is contained in:
parent
492cfc71b8
commit
76a61985c1
@ -1,3 +1,7 @@
|
||||
Fri Aug 30 12:16:11 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gmon.h: Replace #elif with #else/#endif.
|
||||
|
||||
Thu Aug 29 17:04:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
|
||||
|
@ -47,10 +47,12 @@ struct raw_phdr
|
||||
* a size that is a multiple of 8.
|
||||
*/
|
||||
char pad[4];
|
||||
#elif defined (BSD44_FORMAT)
|
||||
#else
|
||||
#ifdef BSD44_FORMAT
|
||||
char version[4]; /* version number */
|
||||
char profrate[4]; /* profiling clock rate */
|
||||
char spare[3*4]; /* reserved */
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user