This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [bfin] Add l1 attributes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]