This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [bfin] Add l1 attributes
- From: Jie Zhang <jzhang918 at gmail dot com>
- To: Bernd Schmidt <bernds_cb1 at t-online dot de>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 29 Aug 2007 17:17:14 +0800
- Subject: Re: [bfin] Add l1 attributes
- References: <46CE89D7.7000402@gmail.com> <46D1F71D.9030906@t-online.de>
Bernd Schmidt wrote:
Jie Zhang wrote:
This patch adds l1_text attribute along with three others for
variables: l1_data, l1_data_A, l1_data_B. The functions with l1_text
attribute will be placed into the .l1.text section. If FDPIC ABI is
used, calling into and from l1_text functions will be through inline
PLT when appropriate. The variables with l1_data, l1_data_A or
l1_data_B will be placed into the .l1.data, .l1.data.A or .l1.data.B
section respectively.
OK to commit?
Ok.
Committed as r127887.
Jie