Open GoogleCodeExporter opened 9 years ago
Yes, it does not match:
procfw\CIPL\payloadex\linkfile.l
SECTIONS
{
. = 0x88fc0000;
.text.startup : {
*(.text.startup)
} .....
/////////////////////////////////////
procfw\CIPL\payloadex\main.c
int Reboot_Entry(void *a0, void *a1, void *a2, void *a3, void *t0, void *t1,
void *t2) __attribute__ ((section (".text.start")));
************************************
************************************
procfw\CIPL\mainbinex\linkfile.l
SECTIONS
{
. = 0x040e0000;
.text.startup : {
*(.text.startup)
} .....
/////////////////////////////////////
procfw\CIPL\mainbinex\main.c
int Reboot_Entry(void *a0, void *a1, void *a2, void *a3, void *t0, void *t1,
void *t2) __attribute__ ((section (".text.start")));
Original comment by ErikPshat
on 3 Jun 2012 at 2:43
http://code.google.com/p/procfw/source/detail?r=4c4517dbc366715d58825f496b3a3d73
221aed45
Original comment by stepy...@gmail.com
on 3 Jun 2012 at 6:33
Original issue reported on code.google.com by
hz86.bl...@gmail.com
on 3 Jun 2012 at 4:51