GCC Bugzilla – Attachment 19201 Details for
Bug 42240
[4.3/4.4 Regression] wrong epilogue on naked function
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
generatet assambly file
main.s (text/plain), 937 bytes, created by
Stefan Dreyer
on 2009-12-01 16:44:57 UTC
(
hide
)
Description:
generatet assambly file
Filename:
MIME Type:
Creator:
Stefan Dreyer
Created:
2009-12-01 16:44:57 UTC
Size:
937 bytes
patch
obsolete
> .file "main.c" >__SREG__ = 0x3f >__SP_H__ = 0x3e >__SP_L__ = 0x3d >__CCP__ = 0x34 >__tmp_reg__ = 0 >__zero_reg__ = 1 > .text >.global main > .type main, @function >main: >/* prologue: function */ >/* frame size = 0 */ >.L2: > rjmp .L2 > .size main, .-main > .section .init8,"ax",@progbits >.global __init_seed > .type __init_seed, @function >__init_seed: >/* prologue: naked */ >/* frame size = 0 */ > ldi r24,lo8(__noinit_start+2) > ldi r25,hi8(__noinit_start+2) > subi r24,lo8(258) > sbci r25,hi8(258) > brsh .L11 > ldi r18,lo8(0) > ldi r19,hi8(0) > ldi r30,lo8(257) > ldi r31,hi8(257) >.L7: > ld r25,-Z > ld r24,-Z > eor r18,r24 > eor r19,r25 > ldi r24,hi8(__noinit_start+2) > cpi r30,lo8(__noinit_start+2) > cpc r31,r24 > brsh .L7 >.L6: > sts (seedram)+1,r19 > sts seedram,r18 >/* epilogue start */ >.L11: > ldi r18,lo8(0) > ldi r19,hi8(0) > rjmp .L6 > .size __init_seed, .-__init_seed > .section .noinit,"aw",@nobits > .type seedram, @object > .size seedram, 2 >seedram: > .skip 2,0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 42240
:
19199
|
19200
| 19201 |
22339
|
22349