diff options
Diffstat (limited to 'contrib/gcc/config/alpha')
-rw-r--r-- | contrib/gcc/config/alpha/crtbegin.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/alpha/crtbegin.asm b/contrib/gcc/config/alpha/crtbegin.asm index f954f1a..7b11b88 100644 --- a/contrib/gcc/config/alpha/crtbegin.asm +++ b/contrib/gcc/config/alpha/crtbegin.asm @@ -68,6 +68,7 @@ __EH_FRAME_BEGIN__: br $29,1f 1: ldgp $29,0($29) jsr $26,__do_global_dtors_aux + ldgp $29,0($26) # Ideally this call would go in crtend.o, except that we can't # get hold of __EH_FRAME_BEGIN__ there. @@ -190,3 +191,6 @@ __do_frame_takedown: .weak __register_frame_info .weak __deregister_frame_info + +.section .rodata + .ascii "$FreeBSD$\0" |