diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-16 03:16:41 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-16 03:16:41 +0000 |
commit | bbd21807fdf6c26859f744e88746e3d6b5ef8d95 (patch) | |
tree | deeee822f70c0839518a6c1fc46453b506288344 /gcc/config/rs6000/eabi-ci.asm | |
parent | 1a8c3b2735fd96cfbd899d8561cc5ab86bf1e1da (diff) | |
download | gcc-bbd21807fdf6c26859f744e88746e3d6b5ef8d95.tar.gz |
See the ChangeLog on the branch for more details.
* configure.in: Merge in changes from newppc-branch.
* configure: Regenerate.
* config/rs6000/*: Merge in changes from newppc-branch.
Also correct copyright notices.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32575 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi-ci.asm')
-rw-r--r-- | gcc/config/rs6000/eabi-ci.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabi-ci.asm b/gcc/config/rs6000/eabi-ci.asm index 6b753ca1239..40fc98ef566 100644 --- a/gcc/config/rs6000/eabi-ci.asm +++ b/gcc/config/rs6000/eabi-ci.asm @@ -1,6 +1,6 @@ # crti.s for eabi -# Copyright (C) 1996 Free Software Foundation, Inc. +# Copyright (C) 1996, 2000 Free Software Foundation, Inc. # Written By Michael Meissner # # This file is free software; you can redistribute it and/or modify it @@ -102,6 +102,11 @@ __SBSS2_START__: .type __EXCEPT_START__,@object __EXCEPT_START__: + .section ".eh_frame","aw" + .globl __EH_FRAME_BEGIN__ + .type __EH_FRAME_BEGIN__,@object +__EH_FRAME_BEGIN__: + # Head of __init function used for static constructors in Solaris .section ".init","ax" .align 2 |