Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169298038
D18291.id50895.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1004 B
Referenced Files
None
Subscribers
None
D18291.id50895.diff
View Options
Index: lib/csu/mips/crti.S
===================================================================
--- lib/csu/mips/crti.S
+++ lib/csu/mips/crti.S
@@ -5,7 +5,7 @@
.gnu_attribute 4, 0
#endif
.section .init,"ax",%progbits
- .align 4
+ .balign 4
.globl _init
.type _init,%function
_init:
@@ -29,7 +29,7 @@
.set reorder
.section .fini,"ax",%progbits
- .align 4
+ .balign 4
.globl _fini
.type _fini,%function
_fini:
Index: lib/csu/mips/crtn.S
===================================================================
--- lib/csu/mips/crtn.S
+++ lib/csu/mips/crtn.S
@@ -5,7 +5,7 @@
.gnu_attribute 4, 0
#endif
.section .init,"ax",%progbits
- .align 4
+ .balign 4
.set noreorder
#if defined(__ABICALLS__) && (defined(__mips_n32) || defined(__mips_n64))
REG_L gp, CALLFRAME_GP(sp)
@@ -16,7 +16,7 @@
.set reorder
.section .fini,"ax",%progbits
- .align 4
+ .balign 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
Wed, Sep 2, 3:51 AM (12 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37896793
Default Alt Text
D18291.id50895.diff (1004 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