Rename special text sections in arch/frv from .text.XXX to .text..XXX.
[deliverable/linux.git] / arch / frv / kernel / head.S
index b825ef3f2d548970e2d2745de5cf7c6165d5f70f..e9a8cc63ac9413a0233f6f55ec0d91693ee3cf57 100644 (file)
@@ -542,7 +542,7 @@ __head_end:
        .size           _boot, .-_boot
 
        # provide a point for GDB to place a break
-       .section        .text.start,"ax"
+       .section        .text..start,"ax"
        .globl          _start
        .balign         4
 _start:
This page took 0.025372 seconds and 5 git commands to generate.