This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Re: How to create a library which contains absolute addresses of exported functions?


Do you mean modifying 2.S to this?
-----------------------
.globl printf
.type printf, @function

printf = 0x80001600

Unfortunately, there still remain the linking errors.


>Try adding .type printf,@function.
>
>Andreas.


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