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: [arm] Fix thumb libgcc


Paul Brook wrote:

The patch below fixes a couple of problems when building libgcc for thumb.

- We're now using the _L__name label for arm-function-in-thumb-library to skup the thumb thunk. Update the comment, and create an alias of this symbol when creating an alias of the function.
- The aeabi_[u]idivmod routines were calling a thumb routine from arm mode. Fixed by providing a thumb version of these routines.


Tested with cross to arm-none-elf.
Ok?


OK. Thanks for fixing that up!

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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