Revert r102953
The bitfile padding was always unallocated on real-world FreeBSD systems and depended on the assumption that (abs(sizeof(long) - sizeof(char*)) <= 32). Differential Revision: https://reviews.freebsd.org/D2667 Reviewed by: eadler Sponsored by: DARPA, AFRL
This commit is contained in:
parent
a2158a48ce
commit
48b4aaac1c
@ -56,8 +56,6 @@ struct nlist {
|
||||
} n_un;
|
||||
#else
|
||||
const char *n_name; /* symbol name (in memory) */
|
||||
int : 8 * (sizeof(long) > sizeof(char *) ?
|
||||
sizeof(long) - sizeof(char *) : sizeof(char *) - sizeof(long));
|
||||
#endif
|
||||
unsigned char n_type; /* type defines */
|
||||
char n_other; /* ".type" and binding information */
|
||||
|
Loading…
x
Reference in New Issue
Block a user