Feat: Finnaly in 32-bits
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
OUTPUT_FORMAT(elf32-i386)
|
||||
OUTPUT_FORMAT(binary)
|
||||
ENTRY(_start)
|
||||
|
||||
SECTIONS
|
||||
@@ -21,7 +21,7 @@ SECTIONS
|
||||
/* Define the .data section immediately after .text */
|
||||
.data :
|
||||
{
|
||||
/* Put all .data sections from all input files here */
|
||||
/* Put all .data sections §from all input files here */
|
||||
*(.data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user