Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151848134
D18291.id57604.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
D18291.id57604.diff
View Options
Index: head/lib/csu/mips/crtn.S
===================================================================
--- head/lib/csu/mips/crtn.S
+++ head/lib/csu/mips/crtn.S
@@ -5,7 +5,6 @@
.gnu_attribute 4, 0
#endif
.section .init,"ax",%progbits
- .align 4
.set noreorder
#if defined(__ABICALLS__) && (defined(__mips_n32) || defined(__mips_n64))
REG_L gp, CALLFRAME_GP(sp)
@@ -16,7 +15,6 @@
.set reorder
.section .fini,"ax",%progbits
- .align 4
.set noreorder
#if defined(__ABICALLS__) && (defined(__mips_n32) || defined(__mips_n64))
REG_L gp, CALLFRAME_GP(sp)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 2:05 AM (1 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31322580
Default Alt Text
D18291.id57604.diff (567 B)
Attached To
Mode
D18291: Align mips crt .init/.fini sections to 4 bytes instead of 16
Attached
Detach File
Event Timeline
Log In to Comment