------- Additional Comments From wilson at tuliptree dot org  2008-03-05 01:45 
-------
Subject: Re:  pushsection/popsection doesn't work on Itanium

hjl dot tools at gmail dot com wrote:
>  asm (".section .parasections, \"ax\", @progbits");

I would suggest something like
     asm (".section .parasections, \"ax\", @progbits\n\t.previous");
This is safer, and can be put anywhere, even in a header file.

See for instance the declaration of the _ex_table section in the linux 
kernel include/asm-ia64/uaccess.h file.

Jim



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5871

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to