cross compile and gcc question

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: StephenSmithischis2@home.com
日付:  
題目: cross compile and gcc question
I am working on an embedded app (target=motorola-power-pc host=686-cygwin-pe) and under older
gcc the the vtables were part of the text segment.

Now they have moved. Is there a way to have the linker (or compiler) put them back in that segment. If I read my map
file and used the objdump --full-contents correctly, it appears to be in the data segment.

I prefer not to change the program loader also.

sps