Skip to content

Commit

Permalink
Rename .text.startup to .text..startup.
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Denys Vlasenko authored and michal42 committed Mar 3, 2010
1 parent 819d676 commit 9bf5942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/h8300/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define SRAM_START 0xff4000

.section .text.startup
.section .text..startup
.global startup
startup:
mov.l #SRAM_START+0x8000, sp
Expand Down
2 changes: 1 addition & 1 deletion arch/h8300/boot/compressed/vmlinux.lds
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SECTIONS
{
__stext = . ;
__text = .;
*(.text.startup)
*(.text..startup)
*(.text)
__etext = . ;
}
Expand Down

0 comments on commit 9bf5942

Please sign in to comment.