Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199539
b: refs/heads/master
c: 9bf5942
h: refs/heads/master
i:
  199537: 302ad72
  199535: 80a5eb1
v: v3
  • Loading branch information
Denys Vlasenko authored and Michal Marek committed Mar 3, 2010
1 parent 8c2e041 commit 63f724d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 819d67621edba0822352f7ae2a7ccb0387223675
refs/heads/master: 9bf59424862ef5c1ba5d7ad6699a0b474916c4e3
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 63f724d

Please sign in to comment.