File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -499,13 +499,13 @@ in_ea:
499
499
dbf %d0 ,morein
500
500
rts
501
501
502
- .section .fixup,#alloc,#execinstr
502
+ .section .fixup,"ax"
503
503
.even
504
504
1 :
505
505
jbsr fpsp040_die
506
506
jbra .Lnotkern
507
507
508
- .section __ex_table,#alloc
508
+ .section __ex_table,"a"
509
509
.align 4
510
510
511
511
.long in_ea,1b
Original file line number Diff line number Diff line change @@ -379,11 +379,11 @@ _060_real_access:
379
379
380
380
381
381
| Execption handling for movs access to illegal memory
382
- .section .fixup,#alloc,#execinstr
382
+ .section .fixup,"ax"
383
383
.even
384
384
1 : moveq #-1 ,%d1
385
385
rts
386
- .section __ex_table,#alloc
386
+ .section __ex_table,"a"
387
387
.align 4
388
388
.long dmrbuae,1b
389
389
.long dmrwuae,1b
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENTRY(relocate_new_kernel)
26
26
lea %pc @(.Lcopy),%a4
27
27
2 : addl #0x00000000,%a4 /* virt_to_phys() */
28
28
29
- .section " .m68k_fixup" ,"aw"
29
+ .section .m68k_fixup,"aw"
30
30
.long M68K_FIXUP_MEMOFFSET, 2b+2
31
31
.previous
32
32
@@ -49,7 +49,7 @@ ENTRY(relocate_new_kernel)
49
49
lea %pc @(.Lcont040),%a4
50
50
5 : addl #0x00000000,%a4 /* virt_to_phys() */
51
51
52
- .section " .m68k_fixup" ,"aw"
52
+ .section .m68k_fixup,"aw"
53
53
.long M68K_FIXUP_MEMOFFSET, 5b+2
54
54
.previous
55
55
You can’t perform that action at this time.
0 commit comments