Commit 1c8cb87 Milica Lazarevic
committed Sep 18, 2024
1 parent 5c21fac commit 1c8cb87 Copy full SHA for 1c8cb87
File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,11 @@ SECTIONS
58
58
.eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }
59
59
.eh_frame :
60
60
{
61
- __eh_frame_start = .;
62
61
/* The .eh_frame section from the crtend file contains the
63
62
end of eh_frame marker and it must be last. */
64
63
KEEP (*(EXCLUDE_FILE (*crtend.o) .eh_frame))
65
64
KEEP (*(.eh_frame))
66
- __eh_frame_end = .;
67
65
}
68
- __eh_frame_hdr_start = SIZEOF(.eh_frame_hdr) > 0 ? ADDR(.eh_frame_hdr) : 0;
69
- __eh_frame_hdr_end = SIZEOF(.eh_frame_hdr) > 0 ? . : 0;
70
66
.gcc_except_table : { *(.gcc_except_table .gcc_except_table.*) }
71
67
.gnu_extab : { *(.gnu_extab .gnu_extab.*) }
72
68
.jcr : { KEEP (*(.jcr)) }
Original file line number Diff line number Diff line change 7
7
__entry = DEFINED(__reset_vector) ? 0xbfc00000 : _start;
8
8
ENTRY(__entry)
9
9
OUTPUT_FORMAT("elf32-tradlittlemips", "elf32-tradbigmips", "elf32-tradlittlemips")
10
- GROUP(-lc -luhi -lhal)
10
+ GROUP(-lc -luhi -lgcc - lhal)
11
11
SEARCH_DIR(.)
12
12
__DYNAMIC = 0;
13
13
STARTUP(crt0.o)
@@ -183,15 +183,11 @@ SECTIONS
183
183
.eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }
184
184
.eh_frame :
185
185
{
186
- __eh_frame_start = .;
187
186
/* The .eh_frame section from the crtend file contains the
188
187
end of eh_frame marker and it must be last. */
189
188
KEEP (*(EXCLUDE_FILE (*crtend.o) .eh_frame))
190
189
KEEP (*(.eh_frame))
191
- __eh_frame_end = .;
192
190
}
193
- __eh_frame_hdr_start = SIZEOF(.eh_frame_hdr) > 0 ? ADDR(.eh_frame_hdr) : 0;
194
- __eh_frame_hdr_end = SIZEOF(.eh_frame_hdr) > 0 ? . : 0;
195
191
196
192
.gcc_except_table : { *(.gcc_except_table .gcc_except_table.*) }
197
193
.gnu_extab : { *(.gnu_extab .gnu_extab.*) }
You can’t perform that action at this time.
0 commit comments