Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142617017
D42224.id128828.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D42224.id128828.diff
View Options
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -44,7 +44,7 @@
* not include the padding.
*/
-#ifndef LOCORE
+#if !defined(LOCORE) && !defined(__ASSEMBLER__)
typedef struct {
u_int32_t n_namesz; /* Length of name. */
u_int32_t n_descsz; /* Length of descriptor. */
@@ -112,7 +112,7 @@
* The header for GNU-style hash sections.
*/
-#ifndef LOCORE
+#if !defined(LOCORE) && !defined(__ASSEMBLER__)
typedef struct {
u_int32_t gh_nbuckets; /* Number of hash buckets. */
u_int32_t gh_symndx; /* First visible symbol in .dynsym. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 1:16 PM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27848789
Default Alt Text
D42224.id128828.diff (614 B)
Attached To
Mode
D42224: sys/sys: Check for __ASSEMBLER__ in elf_common.h
Attached
Detach File
Event Timeline
Log In to Comment