Rename special text sections in arch/frv from .text.XXX to .text..XXX.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
a7df554ea0
commit
b6f4e451de
@ -63,7 +63,7 @@ __break_trace_through_exceptions:
|
|||||||
# entry point for Break Exceptions/Interrupts
|
# entry point for Break Exceptions/Interrupts
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
.section .text.break
|
.section .text..break
|
||||||
.balign 4
|
.balign 4
|
||||||
.globl __entry_break
|
.globl __entry_break
|
||||||
__entry_break:
|
__entry_break:
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
#define nr_syscalls ((syscall_table_size)/4)
|
#define nr_syscalls ((syscall_table_size)/4)
|
||||||
|
|
||||||
.section .text.entry
|
.section .text..entry
|
||||||
.balign 4
|
.balign 4
|
||||||
|
|
||||||
.macro LEDS val
|
.macro LEDS val
|
||||||
|
@ -542,7 +542,7 @@ __head_end:
|
|||||||
.size _boot, .-_boot
|
.size _boot, .-_boot
|
||||||
|
|
||||||
# provide a point for GDB to place a break
|
# provide a point for GDB to place a break
|
||||||
.section .text.start,"ax"
|
.section .text..start,"ax"
|
||||||
.globl _start
|
.globl _start
|
||||||
.balign 4
|
.balign 4
|
||||||
_start:
|
_start:
|
||||||
|
@ -57,10 +57,10 @@ SECTIONS
|
|||||||
_text = .;
|
_text = .;
|
||||||
_stext = .;
|
_stext = .;
|
||||||
.text : {
|
.text : {
|
||||||
*(.text.start)
|
*(.text..start)
|
||||||
*(.text.entry)
|
*(.text..entry)
|
||||||
*(.text.break)
|
*(.text..break)
|
||||||
*(.text.tlbmiss)
|
*(.text..tlbmiss)
|
||||||
TEXT_TEXT
|
TEXT_TEXT
|
||||||
SCHED_TEXT
|
SCHED_TEXT
|
||||||
LOCK_TEXT
|
LOCK_TEXT
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <asm/pgtable.h>
|
#include <asm/pgtable.h>
|
||||||
#include <asm/spr-regs.h>
|
#include <asm/spr-regs.h>
|
||||||
|
|
||||||
.section .text.tlbmiss
|
.section .text..tlbmiss
|
||||||
.balign 4
|
.balign 4
|
||||||
|
|
||||||
.globl __entry_insn_mmu_miss
|
.globl __entry_insn_mmu_miss
|
||||||
|
Loading…
Reference in New Issue
Block a user